/* HTML5 Boilerplate  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* custom styles */
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010; }

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none; }

.chzn-container-single .chzn-default {
  color: #999; }

.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url("../images/_chosen-sprite.png") right top no-repeat; }

.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px; }

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top; }

.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px; }

.chzn-container-single .chzn-single div b {
  background: url("../images/_chosen-sprite.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%; }

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010; }

.chzn-container-single .chzn-search input {
  background: white url("../images/_chosen-sprite.png") no-repeat 100% -22px;
  background: url("../images/_chosen-sprite.png") no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../images/_chosen-sprite.png") no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../images/_chosen-sprite.png") no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../images/_chosen-sprite.png") no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../images/_chosen-sprite.png") no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../images/_chosen-sprite.png") no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, white 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em; }

.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

/* @end */
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px; }

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: linear-gradient(top, #eeeeee 1%, white 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative; }

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none; }

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999; }

.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default; }

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url("../images/_chosen-sprite.png") right top no-repeat; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px; }

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px; }

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0; }

.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none; }

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item; }

.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal; }

.chzn-container .chzn-results .highlighted em {
  background: transparent; }

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item; }

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold; }

.chzn-container .chzn-results .group-option {
  padding-left: 15px; }

.chzn-container-multi .chzn-drop .result-selected {
  display: none; }

.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1; }

.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px; }

.chzn-container .chzn-results-scroll-down {
  bottom: 0; }

.chzn-container .chzn-results-scroll-down span {
  background: url("../images/_chosen-sprite.png") no-repeat -4px -3px; }

.chzn-container .chzn-results-scroll-up span {
  background: url("../images/_chosen-sprite.png") no-repeat -22px -3px; }

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, white 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, white 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, white 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, white 80%);
  background-image: linear-gradient(top, #eeeeee 20%, white 80%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none; }

.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px; }

.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important; }

.chzn-disabled .chzn-single {
  cursor: default; }

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default; }

/* @group Right to Left */
.chzn-rtl {
  text-align: right; }

.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible; }

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl; }

.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto; }

.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto; }

.chzn-rtl .chzn-choices .search-field input {
  direction: rtl; }

.chzn-rtl .chzn-choices li {
  float: right; }

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0; }

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
  background-position: right top; }

.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px; }

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none; }

.chzn-rtl .chzn-search input {
  background: white url("../images/_chosen-sprite.png") no-repeat -38px -22px;
  background: url("../images/_chosen-sprite.png") no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../images/_chosen-sprite.png") no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../images/_chosen-sprite.png") no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../images/_chosen-sprite.png") no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../images/_chosen-sprite.png") no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("../images/_chosen-sprite.png") no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, white 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl; }

/* @end */
/* VARIABLES */
/* EXTENSIONS */
.submit-button, #login-form input[type="submit"], #customer-add-form input[type='submit'],
#customer-edit-form input[type='submit'],
#customer-delete-form input[type='submit'], #company-form input[type='submit'], #contact-form input[type="submit"], 
#newsletter-form input[type='submit'], #feedback-form input[type='submit'], #fast-login-form input[type='submit'] {
  background-color: #019fc4;
  border: 1px solid #aaaaaa;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 30px;
  font-family: 'Helvetica Neue','Arial',sans-serif;
  padding: 8px 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  width: 170px; }

.input-button, .textarea, #contact-form textarea, #login-form input[type="text"],
#login-form input[type="password"], #customer-add-form input[type="text"],
#customer-edit-form input[type="text"],
#customer-delete-form input[type="text"], #company-form input[type="text"], #contact-form input[type="text"], #newsletter-form input[type="text"] {
  border: 1px solid #aaaaaa;
  padding: 4px; }

.input-button:focus, .textarea:focus, #contact-form textarea:focus, #login-form input[type="text"]:focus,
#login-form input[type="password"]:focus, #customer-add-form input[type="text"]:focus,
#customer-edit-form input[type="text"]:focus,
#customer-delete-form input[type="text"]:focus, #customer-add-form input[type='text']:focus,
#customer-edit-form input[type='text']:focus,
#customer-delete-form input[type='text']:focus, #company-form input[type="text"]:focus, #company-form input[type='text']:focus, #contact-form input[type="text"]:focus, #newsletter-form input[type="text"]:focus, #newsletter-form input[type='text']:focus {
  border: 1px solid #019fc4; }

.edit-link, a#customer-edit, a#company-edit {
  padding: 3px 0 0 28px;
  margin: 25px 0 0 430px;
  display: block;
  height: 24px;
  /* sjednoceni vzhledu */
  background: transparent url("../images/frontoffice-sprite.png") -13px -148px no-repeat;
  background-color: #019fc4;
  border: 10px solid #019fc4;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-family: 'Helvetica Neue','Arial',sans-serif;
  padding: 8px 20px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  width: 170px; }

.textarea, #contact-form textarea {
  width: 400px;
  height: 125px; }

/* GENERAL */
a,
a:visited {
  color: blue; }

a:hover,
a:active {
  color: red; }

h1 {
  color: white;
  font-size: 24px;
  line-height: 45px;
  background-color: #aaaaaa;
  height: 45px;
  float: right;
  padding: 0 1em;
  margin-top: 0;
  margin-right: -20px; }

h2 {
  font-size: 16px;
  text-align: center;
  background-color: #ebf9ff;
  border-top: 2px solid #78d3ec;
  border-bottom: 2px solid #78d3ec;
  padding: 2px 0 3px; }

h3 {
  color: #019fc4;
  font-size: 22px;
  font-weight: normal; }

div.flash, div#customer-flash, div#company-flash {
  font-weight: bold;
  color: green;
  background: transparent url("../images/frontoffice-sprite.png") -261px -70px no-repeat;
  display: none;
  height: 23px;
  float: left;
  padding: 9px 0 0 40px; }

.colored-table {
  color: #21295a;
  font-size: 13px;
  line-height: 22px;
  width: 80%;
  border-collapse: collapse;
  clear: left;
  margin: 0 auto; }

.colored-table thead {
  /* fallback */
  background-color: #40d6ff;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#40d6ff), to(#72e1ff));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #40d6ff, #72e1ff);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #40d6ff, #72e1ff);
  /* IE 10 */
  background: -ms-linear-gradient(top, #40d6ff, #72e1ff);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #40d6ff, #72e1ff);
  height: 21px;
  color: #FFF; }

.colored-table thead th {
  border-bottom: 1px solid #29CCF7; }

.colored-table tr.light {
  background-color: #F2F2F2; }

.colored-table tr.dark {
  background-color: #E5E5E5; }

.colored-table td,
.colored-table th {
  text-align: center;
  vertical-align: middle; }

.colored-table td {
  line-height: 26px; }

.colored-table td.left0 {
  text-align: left;
  padding-left: 0px; }

.colored-table td.left {
  text-align: left;
  padding-left: 20px; }

.colored-table td.left2 {
  text-align: left;
  padding-left: 20px;
  /*font-weight: bold;*/ }

.colored-table td.right {
  text-align: right; }

.colored-table th.left {
  text-align: left;
  padding-left: 60px; }

.colored-table img {
  padding-top: 5px; }

.colored-table td.thinner {
  line-height: 18px;
  padding-top: 5px; }

div#missing-email-warning {
  background: transparent url("../images/frontoffice-sprite.png") -264px -119px no-repeat;
  color: red;
  font-weight: bold;
  padding-left: 40px;
  margin-left: 10%; }

ul.errors {
  list-style-type: none;
  float: left;
  padding-left: 0; }

.errors li {
  background: transparent url("../images/frontoffice-sprite.png") -264px -119px no-repeat;
  color: red;
  font-weight: bold;
  padding-left: 30px; }

/* HEADER */
header {
  width: 954px;
  height: 127px; }

a#logo {
  background: transparent url("../images/frontoffice-sprite.png") 0 0 no-repeat;
  text-decoration: none;
  display: block;
  width: 260px;
  height: 127px;
  float: left; }

a#logo img {
  display: none; }

div#header-flash {
  width: 260px;
  height: 127px; }

/* Neflashove menu */
.top-image-menu {
  display: block;
  width: 466px;
  height: 127px;
  background: url("../images/promat-header.png") #6ba0df;
  padding-left: 228px;
  overflow: hidden; }

.top-image-menu li {
  display: block;
  float: left; }

.top-image-menu li a {
  display: block;
  width: 78px;
  height: 127px;
  background: url("../images/promat-menu.png"); }

.top-image-menu li#top-image-menu-item-1 a {
  background-position: -1px 0px; }

.top-image-menu li#top-image-menu-item-2 a {
  background-position: -79px 0px;
  width: 77px; }

.top-image-menu li#top-image-menu-item-3 a {
  background-position: -156px 0px;
  width: 77px; }

.top-image-menu li#top-image-menu-item-4 a {
  background-position: -233px 0px; }

.top-image-menu li#top-image-menu-item-5 a {
  background-position: -311px 0px; }

.top-image-menu li#top-image-menu-item-6 a {
  background-position: -389px 0px; }

.top-image-menu li#top-image-menu-item-1 a:hover {
  background-position: -1px -127px; }

.top-image-menu li#top-image-menu-item-2 a:hover {
  background-position: -79px -127px; }

.top-image-menu li#top-image-menu-item-3 a:hover {
  background-position: -156px -127px; }

.top-image-menu li#top-image-menu-item-4 a:hover {
  background-position: -233px -127px; }

.top-image-menu li#top-image-menu-item-5 a:hover {
  background-position: -311px -127px; }

.top-image-menu li#top-image-menu-item-6 a:hover {
  background-position: -389px -127px; }

.top-image-menu li a span {
  display: none; }

/* MAIN */
section[role='main'] {
  width: 954px;
  clear: both; }

section[role='main'] > nav {
  color: white;
  font-size: 13px;
  font-family: "Arial", "sans-serif";
  background-color: #21295a;
  width: 260px;
  float: left; }

section[role='main'] > nav ul {
  margin: 13px 0 39px 0; }

section[role='main'] > nav li {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: block;
  margin: 3px 0; }

section[role='main'] > nav a {
  color: white;
  text-decoration: none;
  display: block;
  height: 22px;
  padding: 4px 0 0 12px; }

section[role='main'] > nav li:hover,
section[role='main'] > nav li.open {
  color: white;
  background-color: #019fc4;
  border-top: 1px solid white;
  border-bottom: 1px solid white; }

section#content {
  background-color: white;
  width: 654px;
  padding: 0 20px;
  float: left; }

/* FOOTER */
footer {
  width: 954px;
  height: 100px;
  clear: both; }

footer #links {
  background-color: #21295a;
  width: 260px;
  float: left;
  padding-bottom: 15px; }

footer #links a {
  text-decoration: none; }

footer ul {
  padding-left: 0; }

footer li {
  display: block;
  height: 26px;
  margin-bottom: 12px; }

footer li.p {
  background: #019fc4 url("../images/frontoffice-sprite.png") -398px -49px no-repeat; }

footer li.e {
  background: #019fc4 url("../images/frontoffice-sprite.png") -398px -99px no-repeat; }

footer li a,
footer li a:visited {
  color: white;
  font-size: 13px;
  display: block;
  position: relative;
  top: 4px;
  left: 25px; }

footer li a:hover {
  color: white;
  font-size: 13px;
  font-weight: bold; }

footer a.print {
  background: transparent url("../images/frontoffice-sprite.png") -261px -24px no-repeat;
  display: block;
  width: 180px;
  float: left;
  margin: 41px 0 0 20px;
  padding: 10px 0 2px 40px; }

footer #etex {
  background: transparent url("../images/frontoffice-sprite.png") -261px 0 no-repeat;
  display: block;
  width: 650px;
  height: 20px;
  float: left;
  position: relative;
  left: 20px; }

footer #footer-print {
  display: none; }

/* PRINT STYLES */
@media print {
  header,
  section[role='main'],
  div#content,
  footer {
    width: 100%; }

  section[role='main'] {
    margin-bottom: 150px;
    padding-bottom: 150px; }

  h1 {
    font-size: 28px;
    text-decoration: underline;
    float: left;
    margin-left: 0;
    padding-left: 0; }

  a#logo {
    width: 166px;
    float: right; }

  a#logo img {
    display: block;
    width: 166px;
    height: 80px; }

  div#header-flash, object, embed {
    display: none; }

  section[role='main'] > nav {
    display: none; }

  footer #links,
  footer > section,
  footer #contact {
    display: none; }

  footer #footer-print {
    display: block;
    position: fixed;
    bottom: 0; }

  .colored-table thead th {
    border-bottom: none; }

  #sfWebDebug {
    display: none; } }
/* ACCOUNT BOX */
div#account-box {
  float: left;
  margin-top: 1em; }

a.logout {
  background: transparent url("../images/frontoffice-sprite.png") -14px -267px no-repeat;
  padding-left: 25px;
  margin-left: 10px; }

/* LOGIN FORM */
#login-form {
  margin-top: 20px; }

#login-form .form-row {
  margin-bottom: 5px; }

#login-form label {
  position: relative;
  top: 4px; }

#login-form input[type="text"],
#login-form input[type="password"] {
  width: 200px;
  font-size: 16px; }

#login-form input[type="submit"] {
  position: relative;
  top: 20px;
  left: 20px; }

#login-form label {
  text-align: right;
  width: 150px;
  float: left;
  margin-right: 6px; }

#login-form div {
  clear: left;
  margin-bottom: 0.5em; }

/* PRINT STYLES */
@media print {
  div#account-box {
    display: none; } }
/* CUSTOMER */
table.customer-list a {
  font-size: 16px; }

span.newsletter-subscribed {
  background: transparent url("../images/frontoffice-sprite.png") -269px -219px no-repeat;
  padding-left: 22px; }

span.newsletter-unsubscribed {
  background: transparent url("../images/frontoffice-sprite.png") -268px -269px no-repeat;
  padding-left: 22px; }

span.newsletter-subscribed img,
span.newsletter-unsubscribed img {
  display: none; }

div#deleted-customer-info {
  background: transparent url("../images/frontoffice-sprite.png") -264px -313px no-repeat;
  font-weight: bold;
  height: 32px;
  padding: 3px 0 0 30px;
  margin-left: 10%; }

a#add-customer {
  background: transparent url("../images/frontoffice-sprite.png") -13px -214px no-repeat;
  display: block;
  width: 150px;
  height: 24px;
  margin: 1.5em 0 0 58.5%;
  padding: 0 0 0 32px; }

#customer-flash {
  margin: 0 0 10px 70px; }

#customer-add-form ul.errors,
#customer-edit-form ul.errors,
#customer-delete-form ul.errors {
  margin-left: 65px; }
#customer-add-form div.chzn-container,
#customer-edit-form div.chzn-container,
#customer-delete-form div.chzn-container {
  top: 4px; }
#customer-add-form input[type='submit'],
#customer-edit-form input[type='submit'],
#customer-delete-form input[type='submit'] {
  margin: 30px 0 0 250px; }

#customer-delete-form input[type='submit'] {
  width: 250px;
  margin-left: 200px; }

/* PRINT STYLES */
@media print {
  span.newsletter-subscribed img,
  span.newsletter-unsubscribed img {
    display: inline;
    position: relative;
    top: -3px;
    left: -5px; } }
/* COMPANY */
#company-flash {
  margin: 0 0 10px 70px; }

table#company-summary {
  width: 80%;
  margin: 0 auto 20px; }
  table#company-summary em {
    font-style: normal;
    font-weight: bold; }

#company-form ul.errors {
  margin-left: 65px; }
#company-form input[type='submit'] {
  margin: 30px 0 0 250px; }

.colored-table.company td:first-child {
  width: 150px; }
.colored-table.company td:nth-child(2) {
  width: 150px; }
.colored-table.company td:nth-child(3) {
  width: 70px; }

/* CONTACT */
#contact {
  background: transparent url("../images/frontoffice-sprite.png") 0 -348px no-repeat;
  display: none;
  width: 294px;
  height: 89px;
  position: fixed;
  bottom: 10px;
  right: 10px; }
  #contact a.close {
    color: #000;
    cursor: pointer;
    background: transparent url("../images/frontoffice-sprite.png") -17px -317px no-repeat;
    text-decoration: underline;
    font-size: 13px;
    display: none;
    float: right;
    position: relative;
    top: -5px;
    padding-left: 20px; }
  #contact a.contact {
    display: block;
    width: 200px;
    height: 70px;
    position: absolute;
    left: 94px;
    top: 20px; }
  #contact h1 {
    color: #21295a;
    font-size: 18px;
    background: transparent;
    float: left;
    margin: 0 0 0 110px;
    padding: 0; }
  #contact p {
    font-size: 13px;
    float: left;
    margin: -8px 0 0 110px; }

#contact-form {
  margin-top: 20px; }

#contact-form label {
  text-align: right;
  width: 150px;
  float: left;
  margin-right: 6px;
  position: relative;
  top: 4px; }

#contact-form input[type="text"] {
  width: 400px;
  font-size: 16px; }

#contact-form input[type="submit"] {
  position: relative;
  top: 20px;
  left: 120px; }

#contact-form div {
  clear: left;
  margin-bottom: 0.5em; }

/* PRINT STYLES */
@media print {
  #contact {
    display: none !important; } }
/* NEWSLETTER */
#newsletter-form ul.errors {
  margin-left: 65px; }
#newsletter-form input[type='submit'],
#feedback-form input[type='submit'],
#fast-login-form input[type='submit'] {
  margin: 30px 0 0 250px; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    text-decoration: underline; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
