
.ui-datepicker-trigger:after,
.ui-datepicker-header .ui-datepicker-prev:after,
.ui-datepicker-header .ui-datepicker-next:after {
  font-family: 'ico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'ico';
  font-style: normal;
  font-weight: normal;
  src: url("https://ssc-affil.invia.cz/font/invia-affil.eot");
  src: url("https://ssc-affil.invia.cz/font/invia-affil.eot?#iefix") format('embedded-opentype'), url("https://ssc-affil.invia.cz/font/invia-affil.woff") format('woff'), url("https://ssc-affil.invia.cz/font/invia-affil.ttf") format('truetype'), url("https://ssc-affil.invia.cz/font/invia-affil.svg#ico") format("svg");
}
.ui-datepicker-trigger:after,
.ui-datepicker-header .ui-datepicker-prev:after,
.ui-datepicker-header .ui-datepicker-next:after {
  font-family: 'ico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  padding: 0;
  margin: 0;
  background: none;
  font: 14px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #fac841;
}
form {
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
fieldset {
  border: none;
  padding: 10px 15px 0;
  margin: 0;
}
label {
  display: block;
  color: #000}
p {
  margin: 0;
}
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  border: none;
  padding: 0;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.vab {
  vertical-align: bottom;
}
.vat {
  vertical-align: top;
}
.row {
  zoom: 1;
  position: relative;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}
input,
select {
  display: block;
  color: #1f1f1f;
  background: #fff;
  border: 1px solid #e8e8e8;
      border-color: #f17d24 #e8e8e8 #e8e8e8 #f17d24;
  font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  height: 18px;
  padding: 5px 10px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-align: left;
  overflow: visible;
  outline: none;
}
input:focus,
select:focus {
  border-color: #05aff0;
  -webkit-box-shadow: 0 0 4px rgba(5,175,240,0.2);
  box-shadow: 0 0 4px rgba(5,175,240,0.2);
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select {
  width: 100%;
  height: auto;
  text-indent: 0;
}
@-moz-document url-prefix() {
  select {
    text-indent: -3px;
  }
}
.fix-int {
  display: block;
  padding-right: 22px;
  margin-top: 2px;
}
.fix-int input {
  margin-right: -22px;
  width: 100%;
}
.inp-select {
  position: relative;
  display: block;
  margin-top: 2px;
}
.inp-select:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  background: #f17d24;
  overflow: hidden;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
  cursor: pointer;
  pointer-events: none;
}
.ie8 .inp-select:before,
.ie9 .inp-select:before {
  display: none;
}
.inp-select:after {
  content: '';
  position: absolute;
  right: 7px;
  top: 50%;
  width: 0px;
  height: 0px;
  overflow: hidden;
  font: 0px/0px a;
  color: transparent;
  text-decoration: none;
  border-width: 8px 8px 0;
  border-style: solid dashed;
  border-color: #fff transparent;
  margin: -4px 0 0 -9px;
  cursor: pointer;
  pointer-events: none;
}
.ie8 .inp-select:after,
.ie9 .inp-select:after {
  display: none;
}
.inp-row {
  padding-left: 100px;
}
.inp-row label {
  float: left;
  display: inline;
  margin-left: -100px;
  line-height: 28px;
}
.inp-row .inp-select,
.inp-row .fix-int {
  margin-top: 0;
}
.inp-row-s {
  padding-left: 55px;
}
.inp-row-s label {
  margin-left: -55px;
}
.inp-row-m {
  padding-left: 85px;
}
.inp-row-m label {
  margin-left: -85px;
}
.invia-form-element {
  margin: 0 0 12px;
}
.inp-table {
  margin-top: -2px;
  width: 100%;
}
.inp-table td {
  padding: 0 10px;
}
.inp-table td:first-child {
  padding-left: 0;
}
.inp-table td:last-child {
  padding-right: 0;
}
.inp-table .invia-form-element {
  margin: 0 0 10px;
}
.calendar .fix-int {
  margin-right: 25px;
  position: relative;
}
.ui-datepicker-trigger {
  position: absolute;
  right: -25px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  margin-top: -10px;
  cursor: pointer;
  font: 0px/0px a;
  color: transparent;
  text-decoration: none;
  padding: 0;
}
.ui-datepicker-trigger:after {
  content: 'c';
  font-size: 20px;
  color: #1f1f1f;
}
button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: button;
}
.ie7 button {
  overflow: visible;
}
button span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 5px;
  background: #0b4974;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  -ms-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
button:hover span,
button:focus span {
  background: #f17d24;
  color: #fff;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn-wrap {
  text-align: right;
  margin-top: 5px;
}
.btn-big span {
  padding: 15px 5px;
  font-size: 16px;
  line-height: 22px;
}
.ui-datepicker {
  display: none;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  background: #000;
  background: rgba(0,0,0,0.9);
}
.ui-datepicker-header {
  height: 32px;
  line-height: 32px;
  position: relative;
  padding: 0 30px;
  text-align: center;
  margin: 0 0 10px;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
  width: 22px;
  height: 22px;
  overflow: hidden;
  font: 0px/0px a;
  color: transparent;
  text-decoration: none;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
  text-align: center;
}
.ui-datepicker-header .ui-datepicker-prev:after,
.ui-datepicker-header .ui-datepicker-next:after {
  content: 'b';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -9px;
  font-size: 18px;
  color: #fff;
}
.ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker-header .ui-datepicker-next:hover {
  color: #05aff0;
}
.ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  display: none;
}
.ui-datepicker-header .ui-datepicker-next {
  left: auto;
  right: 0;
}
.ui-datepicker-header .ui-datepicker-next:after {
  content: 'a';
}
.ui-datepicker-header .ui-datepicker-title {
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
}
.form-thin .ui-datepicker-header {
  margin: 0;
}
.ui-datepicker-calendar {
  border: 1px solid transparent;
  margin: 0 auto;
}
.ui-datepicker-calendar tr {
  padding: 0;
  border: none;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  width: 14.2%;
  border: 1px solid transparent;
  background: #e9e9e9;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 2px 5px;
  text-align: center !important;
  overflow: hidden;
  color: #5f5f5f;
  height: 25px;
  line-height: 25px;
}
.ui-datepicker-calendar td *,
.ui-datepicker-calendar th * {
  line-height: 25px;
  height: 25px;
  display: block;
  text-align: center;
}
.ui-datepicker-calendar th {
  background-color: #f17d24;
  color: #fff;
  font-weight: bold;
}
.ui-datepicker-calendar a {
  margin: -5000px;
  padding: 5000px;
  text-decoration: none;
  color: #1f1f1f;
}
.ui-datepicker-calendar .ui-state-disabled {
  background-color: #f9f9f9;
}
.ui-datepicker-calendar .ui-state-disabled * {
  color: #999;
  background: #f9f9f9;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar a:hover {
  background: #fac841;
}
.form-thin .ui-datepicker-calendar {
  display: block;
  text-align: center;
  margin-top: -3px;
}
.form-thin .ui-datepicker-calendar thead,
.form-thin .ui-datepicker-calendar .ui-state-disabled {
  display: none;
}
.form-thin .ui-datepicker-calendar tbody {
  display: block;
}
.form-thin .ui-datepicker-calendar tr {
  display: inline;
}
.form-thin .ui-datepicker-calendar td {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}

/* ***********************************
    LOADING
*********************************** */
.fixed-loader {
	position:absolute; position:fixed; left:50%; top:50%; width:100px; height:100px; margin:-50px 0 0 -50px; background:#fff url('https://ssc-affil.invia.cz/images/ajax-loader.gif') 50% 50% no-repeat; z-index:5000; 
	border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px;
	box-shadow:0 0 15px rgba(0,0,0,.25); -webkit-box-shadow:0 0 15px rgba(0,0,0,.25); -moz-box-shadow:0 0 15px rgba(0,0,0,.25);
}
.ie6 .fixed-loader,
.ie7 .fixed-loader,
.ie8 .fixed-loader {
	border:1px solid #b6b6b6;
}
.fixed-loader-overlay-wrap {
	position:relative;
}
.fixed-loader-overlay {
	position:absolute; left:0; top:0; right:0; bottom:0; background:#fff; filter:alpha(opacity=75); opacity:.75; z-index:500;
}
.ie6 .fixed-loader-overlay {
	right:auto; bottom:auto;
}
