#orderpage-section {
  background-color: white;
  padding: 0em;
}
#orderpage-section * {
  color: #333;
}
#orderpage-section .clear {
  height: 1px;
}
#orderpage-section #mainform {
  margin: 0 auto;
  width: 100%;
}
#orderpage-section fieldset {
  border: medium none;
  margin: 0 auto;
  position: relative;
}
#orderpage-section fieldset legend {
  border-bottom: 1px solid #e6e5e5;
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 2em;
  padding: 0 0 0.3em;
  width: 100%;
}
#orderpage-section form fieldset:nth-child(9) legend {
  width: 100%;
}
#orderpage-section label {
  display: block;
  font-weight: bold;
  margin: 0 0 0.5em;
  font-size: 12px;
  color: #747474;
}
#orderpage-section label.method {
  border: 1px solid #cdd2d8;
  padding: 1em 1em 1em 4em;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  position: relative;
}
#orderpage-section label.method:hover, #orderpage-section input:checked + label.method {
  background-color: #F8F8F8;
}
#orderpage-section input:checked + label.method {
  -moz-box-shadow: 0px 0px 4px 1px #E0E0E0 inset;
  -webkit-box-shadow: 0px 0px 4px 1px #E0E0E0 inset;
  box-shadow: 0px 0px 4px 1px #E0E0E0 inset;
}
#orderpage-section input.method-radio {
  display: none;
}
#orderpage-section label.method::before {
  content: "";
  top: 20px;
  left: 12px;
  border: 1px solid #cdd2d8;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 1px 1px 2px 0px #D0D0D0 inset;
  -webkit-box-shadow: 1px 1px 2px 0px #D0D0D0 inset;
  box-shadow: 1px 1px 2px 0px #D0D0D0 inset;
}
#orderpage-section input:checked + label.method::before {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#orderpage-section input:checked + label.method::after {
  content: "";
  top: 24px;
  left: 16px;
  border-radius: 50%;
  padding: 7px;
  position: absolute;
  background: #45484d;
  background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
  background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
  background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}
#orderpage-section label .label-mandatory-data, #orderpage-section legend .label-mandatory-data {
  font-weight: normal;
  color: #1e74b2;
}
#orderpage-section .order-notice {
  color: #ff0000;
  font-size: 10px;
  margin: 0 auto;
  padding: 0.3em 0;
  text-align: left;
  visibility: hidden;
  width: 60%;
}

#orderpage-section .floatleft .order-notice, #orderpage-section .floatright .order-notice {
  width: 123%;
}
#orderpage-section .readonlyinput {
  background-color: #f7f7f7 !important;
  color: #a4a4a4 !important;
  -moz-text-shadow: 1px 1px 0 white;
  -webkit-text-shadow: 1px 1px 0 white;
  text-shadow: 1px 1px 0 white;
  cursor: default;
}
#orderpage-section .order-tooltip-left, #orderpage-section .order-tooltip-right {
  position: absolute;
  top: 0;
  padding: 0.5em 0.8em;
  background: white;
  border: 1px solid #cdd2d8;
  width: 200px; 
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; 
  -moz-box-shadow: 0 0 5px 1px #D0D0D0;
  -webkit-box-shadow: 0 0 5px 1px #D0D0D0;
  box-shadow: 0 0 5px 1px #D0D0D0;
  display: none;
}
#orderpage-section .order-tooltip-left p:last-child, #orderpage-section .order-tooltip-right p:last-child {
  margin: 0;  
}
#orderpage-section .order-tooltip-left a, #orderpage-section .order-tooltip-right a {
  color: #46a3f0;
  text-decoration: underline;  
}
#orderpage-section .order-tooltip-left a:hover, #orderpage-section .order-tooltip-right a:hover {
  text-decoration: none;  
}
#orderpage-section .order-tooltip-left::before {
  border-color: transparent transparent transparent #cdd2d8;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  content: "";
  height: 0;
  margin-top: -7.5px;
  position: absolute;
  right: -11px;
  top: 50%;
  width: 0;
}
#orderpage-section .order-tooltip-left::after {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  content: "";
  height: 0;
  margin-top: -7.5px;
  position: absolute;
  right: -10px;
  top: 50%;
  width: 0;
  z-index: 2;
}
#orderpage-section .order-tooltip-right::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #cdd2d8 transparent transparent;
  position: absolute;
  top: 50%;
  left: -11px;
  margin-top: -7.5px;
}
#orderpage-section .order-tooltip-right::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #FFFFFF transparent transparent;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -7.5px;
}
#orderpage-section #order-tooltip-login {
  top: 47px;
  left: -5px;
  color: red;
}
#orderpage-section #order-tooltip-login p {
  color: red;
}
#orderpage-section .order-tooltip-left a.btn, #orderpage-section .order-tooltip-right a.btn {
  text-decoration: none;
} 
#order-summary-cont {
  margin-bottom: 2em;
}
#order-summary-cont table {
  width: 100%;
} 
#order-summary-cont table th {
  background: #bcdffb none repeat scroll 0 0;
}
#order-summary-cont table td {
  background: #F8FAF9 none repeat scroll 0 0;
}
#order-summary-cont table th, #order-summary-cont table td {
  padding: 0.5em;
  font-size: 14px;
  text-align: right;
}
#order-summary-cont table th:first-child, #order-summary-cont table td:first-child {
  text-align: left;
}
.orderpage-form-item-cont > input[type="text"], .orderpage-form-item-cont > div > input[type="text"], .orderpage-form-item-cont > select, .orderpage-form-item-cont > textarea {
  border: 1px solid #cdd2d8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  padding: 1em !important;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;  
}
.orderpage-form-item-cont > input:focus, .orderpage-form-item-cont > div > input:focus, .orderpage-form-item-cont > select:focus, .orderpage-form-item-cont > textarea:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6) !important;
}
.uct-valid > input, .uct-valid > div > input {
  background-color: #DFFFEF;
}
.uct-invalid > input[type="text"], .uct-invalid > div > input[type="text"] {
  background-color: #FFD9D9;
  border-color: #FF9393;
}
.orderpage-form-item {
  float: none;
  clear: both;  
}
.floatleft, .floatright {
  width: 47%;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.orderpage-form-item-cont {
  width: 60%;
  margin: 0 auto;
  position: relative;
}

.orderpage-form-item-cont > select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  position: relative;
  background: url('images/combobox.gif') no-repeat scroll right center;
  cursor: pointer;
  outline: none;
}

.orderpage-form-item-cont > select.changed {
  background: url('images/combobox.gif') no-repeat scroll right center #dfffef;
}

.orderpage-form-item-cont select > option {
  outline: none;
}
#orderbuttondiv {
  text-align: center;
}

.uct-valid::before {
  content: "\f00c";
  font-family: "FontAwesome";
  right: 8px;
  position: absolute;
  top: 31px;
  font-size: 22px;
  color: #22ca32;
}
.floatleft.uct-valid::before {
  right: 195px;
}
.floatright.uct-valid::before {
  right: 8px;
}
.uct-invalid::before {
  content: "\f00d";
  font-family: "FontAwesome";
  right: 10px;
  position: absolute;
  top: 31px;
  font-size: 22px;
  color: #d1031c;
}
#order-confirm.uct-invalid::before {
  top: 18px;
  right: -24px;
}
#order-confirm.uct-invalid, #order-confirm.uct-invalid *, #orderpage-section #order-confirm.uct-invalid label {
  color: red;
}
.floatleft.uct-invalid::before {
  right: 8px;
}
.floatright.uct-invalid::before {
  right: 8px;
}
#more-methods {
  display: none;
}
.method-desc {
  font-weight: normal;
  left: 155px;
  position: absolute;
  top: 22px;
}
#companybuttonsrow {
  background: none repeat scroll 0 0 #e2ffd7;
  margin: 0 auto 2em;
  padding: 1em;
  width: 39%;
  position: relative;
} 
#companybuttonsrow:after { /* .notice-success:after was there */
  position: absolute;
  bottom: -14px;
  left: 18px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #e2ffd7 transparent transparent transparent;
}
#o-tel {
  margin-left: 20px;
  width: 60% !important;
}
#o-prefix {
  width: 33% !important;
}
#orderpage-section #order-confirm {
  border: medium none !important;
  margin: 0 auto 3em;
  width: 50%;
  text-align: center;
  position: relative;
  padding: 1em 0 0;  
}
#orderpage-section #order-confirm input {
  display: none;
}
#orderpage-section #order-confirm label {
  display: inline;
  font-weight: normal;
  color: #333;
  position: static;
}
#orderpage-section #order-confirm label::before {
  position: absolute;
  top: 13px;
  left: -15px;
  content: "";
  padding: 0.65em;
  border: 1px solid #cdd2d8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 1px 1px 2px 0px #D0D0D0 inset;
  -webkit-box-shadow: 1px 1px 2px 0px #D0D0D0 inset;
  box-shadow: 1px 1px 2px 0px #D0D0D0 inset;
}
#orderpage-section #order-confirm input:checked + label::after {
  position: absolute;
  top: 15px;
  left: -11px;
  content: "\f00c";
  font-family: "FontAwesome";
}
#order-confirm {
    background: none repeat scroll 0 0 #fdfbec;
    border: 1px solid #f8edaf !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #b7975c;
    padding: 1em !important;
    font-style: normal;
}    

#orderpage-section #order-confirm {
  margin: 0 auto 3em;
  width: 96%;
  text-align: center;
  position: relative;
  background: none repeat scroll 0 0 #fdfbec;
  border: 1px solid #f8edaf !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #b7975c;
  padding: 1em !important;
  font-style: normal;    
}
#orderpage-section .floatleft.cols-3 > label {
    display: inline;
    cursor: pointer;
}
#orderpage-section .floatleft.cols-3 > label:hover, #orderpage-section .floatleft.cols-3 > input:hover {
    color: #3c98e0; 
}
#orderpage-section .floatleft.cols-3 {
    width: 30%;
}
#orderpage-section .orderpage-form-item-cont.wide {
    width: 100%;
    position: relative;
    padding-bottom: 25px;
    padding-left: 86px;
}
#orderpage-section .orderpage-form-item-cont.wide:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}

#orderpage-section #orderbuttondiv {
  float: none;
  margin: 0;
}