.field {
  display: block;
  position: relative;
}

.field-icon i {
  color: #BBB;
  position: relative;
}

.field-label {
  display: block;
  margin-bottom: 3px;
}

.field-label.colm {
  padding-top: 12px;
}

.field-label em {
  color: #e74c3c;
  font-style: normal;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 3px;
}

.form-header {
  overflow: hidden;
  position: relative;
  padding: 25px 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.form-header h4 {
  text-align: left;
  font-weight: 300;
  font-size: 32px;
  padding: 0;
  margin: 0;
}

.form-header h4 i {
  font-size: 38px;
  position: relative;
  margin-right: 10px;
  top: 2px;
}

.header-primary {
  background-color: #0ca3ff;
  border-top: 1px solid #a7d065;
  border-bottom: 5px solid #3c9b39;
}

.header-lite {
  background: #f3f5fa;
  border-top: 1px solid #a7d065;
  border-bottom: 1px solid #d9dde5;
}

.header-lite:before {
  content: "";
  background-color: #0ca3ff;
  position: absolute;
  height: 8px;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
}

.header-primary h4 {
  color: #fff;
}

.header-lite h4 {
  color: #5d6a87;
  padding-top: 5px;
}

.smart-flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.smart-flat .form-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.form-body {
  padding: 40px 30px;
  padding-bottom: 20px;
}

.form-footer {
  overflow: hidden;
  padding: 20px 25px;
  padding-top: 25px;
  background: #f5f5f5;
  background: #f5f5f5 url(../images/foobg.png) top left repeat-x;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration,::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input:invalid {
  -moz-box-shadow: none;
  box-shadow: none;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

textarea::-webkit-input-placeholder {
  color: #aaa;
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
  color: #d6dbe0;
}

input:-moz-placeholder,textarea:-moz-placeholder {
  color: #aaa;
}

input:focus:-moz-placeholder,textarea:focus:-moz-placeholder {
  color: #d6dbe0;
}

input::-moz-placeholder,textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
  color: #d6dbe0;
  opacity: 1;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #aaa;
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
  color: #d6dbe0;
}

label,input,button,select,textarea {
  margin: 0;
  color: #626262;
  outline: 0;
  font-weight: normal;
}

input,textarea,select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

input[type="button"],input[type="submit"],input[type="search"] {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.select-multiple select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.radio,.button,.checkbox,.select .arrow,.switch>label,.ui-slider .ui-slider-handle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio,.button,.tooltip,.checkbox,input,.notification,textarea,select,.select-multiple select {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: 0;
}

.select,input,textarea,select,.select-multiple select {
  background: #fff;
  position: relative;
  vertical-align: top;
  border: 1px solid #cfcfcf;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #626262;
  outline: 0;
  height: 42px;
  width: 100%;
  *zoom: 1;
}

textarea {
  padding: 10px;
  resize: none;
  line-height: 19px;
  overflow: auto;
  max-width: 100%;
  height: 96px;
}

.input-hint {
  padding: 10px;
  display: block;
  margin-top: -1px;
  line-height: 16px;
  position: relative;
  background: #f5f5f5;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  color: #999;
}

.select {
  border: 0;
  z-index: 10;
}

select {
  display: block;
  padding: 6px 6px;
  color: #626262;
  background: #ffff;
  border: 1px solid #cfcfcf;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  outline: 0;
  text-indent: .01px;
  z-index: 10;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

.select .arrow {
  position: absolute;
  top: 9px;
  right: 4px;
  width: 24px;
  height: 24px;
  color: #9f9f9f;
  pointer-events: none;
  z-index: 16;
}

.select .arrow:after {
  content: '';
  position: absolute;
  font: 12px Consolas, monospace;
  font-style: normal;
  pointer-events: none;
  display: none\9;
  left: 5px;
}

.select .arrow:before {
  content: '';
  position: absolute;
  font: 12px Consolas, monospace;
  font-style: normal;
  pointer-events: none;
  display: none\9;
  left: 5px;
  content: '\25BC';
  bottom: 4px;
}

.select .double:after {
  content: '\25B2';
  top: -1px;
}

.select .double:before {
  content: '\25BC';
  bottom: -1px;
}

.select-multiple select {
  width: 100%;
  height: 123px;
  padding: 10px;
}

.file {
  display: block;
  width: 100%;
}

.file .gui-file {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 8px 10px;
  position: absolute;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 11;
  bottom: 0;
  right: 0;
}

.file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  z-index: 10;
}

input:hover,textarea:hover,select:hover,.select-multiple select:hover,input:hover ~ .input-hint,.file .gui-file:hover+input,textarea:hover ~ .input-hint {
  border-color: #0ca3ff !important;
}

input:focus,textarea:focus,select:focus,.select-multiple select:focus {
  color: #3c3c3c !important;
  background: #fff !important;
  border: 1px solid #0ca3ff !important;
  /*
  -webkit-box-shadow: 0 0 3px #0ca3ff inset !important;
  -moz-box-shadow: 0 0 3px #0ca3ff inset !important;
  -o-box-shadow: 0 0 3px #0ca3ff inset !important;
  box-shadow: 0 0 3px #0ca3ff inset !important;
  */
  outline: 0;
}

select:focus {
  z-index: 10;
  z-index: 20\9;
}

textarea:focus {
  height: 120px;
}

select:focus {
  z-index: 10;
  z-index: 20\9;
}

input:focus ~ .field-icon i,textarea:focus ~ .field-icon i {
  color: #0ca3ff;
}

.select-multiple select:focus,input:focus ~ .input-hint,textarea:focus ~ .input-hint,.file .gui-file:focus+input {
  border-color: #0ca3ff;
}

select:focus+.arrow {
  color: #0ca3ff;
}

.option {
  position: relative;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.option>input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}

.radio {
  min-height: 15px;
  padding-left: 15px;
}

.checkbox {
  min-height: 15px;
  padding-left: 15px;
  position: relative;
  margin-right: 2px;
  background: #fff;
  display: inline-block;
  border: 3px solid #cfcfcf;
  width: 20px;
  height: 21px;
  top: -3px;
}

.radio {
  position: relative;
  margin-right: 2px;
  background: #fff;
  display: inline-block;
  border: 3px solid #cfcfcf;
  width: 20px;
  height: 21px;
  top: -3px;
}

.checkbox:before,.radio:before {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

input:checked+.checkbox:before,input:checked+.radio:before {
  display: block;
}

.checkbox:before {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 12px;
  height: 5px;
  border: solid #0ca3ff;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input:checked+.checkbox,input:checked+.radio {
  border: 3px solid #0ca3ff;
}

.radio {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.radio:before {
  margin: 4px;
  width: 7px;
  height: 7px;
  background: #0ca3ff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

input:hover+.checkbox,input:hover+.radio {
  border-color: #6bc868;
}

input:focus+.checkbox {
  border-color: #0ca3ff;
}

input:focus+.radio {
  border-color: #0ca3ff;
}

input:focus+.radio:before {
  background: #0ca3ff;
}

input:focus+.checkbox:before {
  border-color: #0ca3ff;
}

.switch {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  height: 26px;
}

.switch>label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 25px;
  width: 58px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.switch>label+span {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  top: -7px;
}

.switch>label:before {
  content: attr(data-off);
  position: absolute;
  top: 1px;
  right: 3px;
  width: 33px;
}

.switch>label:after {
  content: "";
  margin: 1px;
  width: 19px;
  height: 19px;
  display: block;
  background: #fff;
}

.switch>input {
  -webkit-appearance: none;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
  left: 0;
  top: 0;
}

.switch>input:focus {
  outline: 0;
}

.switch>input:focus+label {
  color: #fff;
  border-color: #c7c7c7;
  background: #c7c7c7;
}

.switch>input:focus+label:after {
  background: #fff;
}

.switch>input:checked+label {
  border-color: #0ca3ff;
  background: #0ca3ff;
  padding-left: 33px;
  color: #fff;
}

.switch>input:checked+label:before {
  content: attr(data-on);
  left: 1px;
  top: 1px;
}

.switch>input:checked+label:after {
  margin: 1px;
  width: 19px;
  height: 19px;
  background: #fff;
}

.switch>input:checked:focus+label {
  background: #3c9b39;
  border-color: #3c9b39;
}

.switch-round>label {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
}

.switch-round>label+span {
  top: -2px;
}

.switch-round>label:before {
  width: 33px;
}

.switch-round>label:after {
  width: 19px;
  color: #d7d7d7;
  content: "\2022";
  font: 20px/20px Times, Serif;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
}

.switch-round>input:checked+label {
  padding-left: 33px;
}

.switch-round>input:checked+label:after {
  color: #0ca3ff;
}

.button {
  border: 0;
  min-height: 35px;
  color: #243140;
  line-height: 1;
  font-size: 16px;
  cursor: pointer;
  padding: 0 18px;
  text-align: center;
  vertical-align: top;
  background: #dbdbdb;
  display: inline-block;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255,255,255,0.2);
  margin-top: 4px;
}

.button:hover {
  color: #243140;
  background: #e8e8e8;
}

.button:active {
  color: #1d2938;
  background: #c4c4c4;
}

a.button,span.button,label.button {
  line-height: 42px;
  text-decoration: none;
}

.button-list .button {
  margin-bottom: 5px;
}

.button-left,.button-right {
  position: relative;
  z-index: 9;
}

.button-left:before,.button-right:before {
  content: '';
  z-index: -1;
  width: 32px;
  height: 32px;
  position: absolute;
  background-color: inherit;
  border-color: inherit;
  border: 0;
  top: 5px;
}

.button-left {
  border-left-width: 0;
  padding: 0 18px 0 7px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-left: 20px;
}

.button-left:before {
  left: -15px;
  -webkit-border-radius: 2px 5px 0 5px;
  -moz-border-radius: 2px 5px 0 5px;
  -ms-border-radius: 2px 5px 0 5px;
  border-radius: 2px 5px 0 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.button-right {
  padding: 0 7px 0 18px;
  border-right-width: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin-right: 20px;
}

.button-right:before {
  right: -15px;
  -webkit-border-radius: 5px 2px 5px 0;
  -moz-border-radius: 5px 2px 5px 0;
  -ms-border-radius: 5px 2px 5px 0;
  border-radius: 5px 2px 5px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-pointed.button-left,.btn-pointed.button-right {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}

.pushed {
  -webkit-box-shadow: inset 0 -0.3em 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 -0.3em 0 rgba(0,0,0,0.2);
  -o-box-shadow: inset 0 -0.3em 0 rgba(0,0,0,0.2);
  box-shadow: inset 0 -0.3em 0 rgba(0,0,0,0.2);
  position: relative;
}

.pushed:active {
  -webkit-box-shadow: inset 0 -0.15em 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 -0.15em 0 rgba(0,0,0,0.2);
  -o-box-shadow: inset 0 -0.15em 0 rgba(0,0,0,0.2);
  box-shadow: inset 0 -0.15em 0 rgba(0,0,0,0.2);
  top: 2px;
}

.pushed.button-left:before {
  -webkit-box-shadow: inset 0.35em 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0.35em 0 0 rgba(0,0,0,0.2);
  -o-box-shadow: inset 0.35em 0 0 rgba(0,0,0,0.2);
  box-shadow: inset 0.35em 0 0 rgba(0,0,0,0.2);
}

.pushed:active.button-left:before {
  -webkit-box-shadow: inset 0.2em 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0.2em 0 0 rgba(0,0,0,0.2);
  -o-box-shadow: inset 0.2em 0 0 rgba(0,0,0,0.2);
  box-shadow: inset 0.2em 0 0 rgba(0,0,0,0.2);
}

.pushed.button-right:before {
  -webkit-box-shadow: inset -0.35em 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset -0.35em 0 0 rgba(0,0,0,0.2);
  -o-box-shadow: inset -0.35em 0 0 rgba(0,0,0,0.2);
  box-shadow: inset -0.35em 0 0 rgba(0,0,0,0.2);
}

.pushed:active.button-right:before {
  -webkit-box-shadow: inset -0.2em 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset -0.2em 0 0 rgba(0,0,0,0.2);
  -o-box-shadow: inset -0.2em 0 0 rgba(0,0,0,0.2);
  box-shadow: inset -0.2em 0 0 rgba(0,0,0,0.2);
}

.form-footer .button {
  margin-right: 10px;
  margin-bottom: 5px;
}

.align-right .button {
  margin-right: 0;
  margin-left: 10px;
}

.span-left {
  padding-left: 52px;
  text-align: left;
}

.btn-social {
  position: relative;
  margin-bottom: 5px;
}

.btn-social i {
  font-size: 22px;
  position: relative;
  top: 2px;
}

.btn-social span {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 42px;
  left: 0;
}

.twitter span {
  background-color: #009ad5;
}

.facebook span {
  background-color: #31497d;
}

.googleplus span {
  background-color: #c03121;
}

.rating {
  overflow: hidden;
}

.rating.block {
  display: block;
  margin: 10px 0;
}

.rating label {
  color: #a2a6a8;
}

.rating label i {
  font-size: 17px;
  text-align: center;
  color: inherit;
}

.rating label span {
  font: 22px / 22px Times, Serif;
}

.rating-star {
  margin-left: 4px;
}

.rating-input {
  position: absolute;
  left: -9999px;
  top: auto;
}

.rating:hover .rating-star:hover {
  color: #0ca3ff;
}

.rating:hover .rating-star:hover ~ .rating-star {
  color: #0ca3ff;
}

.rating-input:checked ~ .rating-star {
  color: #0ca3ff;
}

.rating-star,.rating:hover .rating-star {
  width: 18px;
  float: right;
  display: block;
  cursor: pointer;
  color: #a2a6a8;
}

.smart-widget,.append-picker-icon,.prepend-picker-icon {
  position: relative;
  display: block;
}

.smart-widget .field input,.append-picker-icon input,.prepend-picker-icon input {
  width: 100%;
}

.append-picker-icon button,.prepend-picker-icon button,.smart-widget .button {
  border: 2px solid #cfcfcf;
  background: #f5f5f5;
  position: absolute;
  cursor: pointer;
  color: #626262;
  height: 42px;
  top: 0;
}

.input-group-addon {
  border: 2px solid #cfcfcf;
  background-color: #fff;
}

.sm-right .button,.append-picker-icon button {
  border-left: 0;
}

.sm-left .button,.prepend-picker-icon button {
  border-right: 0;
  left: 0;
}

.sm-right .button,.append-picker-icon button {
  right: 0;
}

.sml-50,.prepend-picker-icon {
  padding-left: 50px;
}

.sml-50 .button,.prepend-picker-icon button {
  width: 50px;
}

.sml-80 {
  padding-left: 80px;
}

.sml-80 .button {
  width: 80px;
}

.sml-120 {
  padding-left: 120px;
}

.sml-120 .button {
  width: 120px;
}

.smr-50,.append-picker-icon {
  padding-right: 50px;
}

.smr-50 .button,.append-picker-icon button {
  width: 50px;
}

.smr-80 {
  padding-right: 80px;
}

.smr-80 .button {
  width: 80px;
}

.smr-120 {
  padding-right: 120px;
}

.smr-120 .button {
  width: 120px;
}

.append-icon,.prepend-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
}

.append-icon .field-icon,.prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 42px;
  color: inherit;
  line-height: 42px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

.append-icon .field-icon i {
  position: relative;
}

.prepend-icon .field-icon {
  left: 0;
}

.prepend-icon .field-icon i {
  position: relative;
}

.append-icon .field-icon {
  right: 0;
}

.prepend-icon>input,.prepend-icon>textarea {
  padding-left: 36px;
  line-height: 1;
}

.append-icon>input {
  padding-right: 36px;
  padding-left: 10px;
}

.append-icon>textarea {
  padding-right: 36px;
  padding-left: 10px;
  padding-right: 36px;
}

.smart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.smart-list li {
  margin-bottom: 20px;
}

.form-msg {
  display: none;
}

.state-error input,.state-error textarea {
  background: #fee9ea;
  border-color: #de888a;
}

.state-errorselect {
  background: #fee9ea;
  border-color: #de888a;
}

.state-error.select-multiple>select {
  background: #fee9ea;
  border-color: #de888a;
}

.state-error input:hover+.checkbox,.state-error input:hover+.radio {
  background: #fee9ea;
  border-color: #de888a;
}

.state-error input:focus+.checkbox,.state-error input:focus+.radio {
  background: #fee9ea;
  border-color: #de888a;
}

.state-error .checkbox,.state-error .radio {
  background: #fee9ea;
  border-color: #de888a;
}

.state-error input:focus,.state-error textarea:focus {
  -webkit-box-shadow: 0 0 3px #de888a inset;
  -moz-box-shadow: 0 0 3px #de888a inset;
  -o-box-shadow: 0 0 3px #de888a inset;
  box-shadow: 0 0 3px #de888a inset;
}

.state-errorselect:focus {
  -webkit-box-shadow: 0 0 3px #de888a inset;
  -moz-box-shadow: 0 0 3px #de888a inset;
  -o-box-shadow: 0 0 3px #de888a inset;
  box-shadow: 0 0 3px #de888a inset;
}

.state-error.select-multiple>select:focus {
  -webkit-box-shadow: 0 0 3px #de888a inset;
  -moz-box-shadow: 0 0 3px #de888a inset;
  -o-box-shadow: 0 0 3px #de888a inset;
  box-shadow: 0 0 3px #de888a inset;
}

.state-error input ~ .field-icon i,.state-error textarea ~ .field-icon i,.state-error.select .arrow {
  color: #de888a;
}

.state-errorselect:focus+.arrow {
  color: #de888a;
}

.state-error input ~ .input-hint,.state-error.file .gui-file:hover+input,.state-error textarea ~ .input-hint {
  border-color: #de888a;
}

.state-error+em {
  display: block !important;
  margin-top: 6px;
  padding: 0 3px;
  font-style: normal;
  line-height: normal;
  font-size: .85em;
  color: #de888a;
}

.state-success input,.state-success textarea {
  background: #f0fee9;
  border-color: #a5d491;
}

.state-successselect {
  background: #f0fee9;
  border-color: #a5d491;
}

.state-success.select-multiple>select {
  background: #f0fee9;
  border-color: #a5d491;
}

.state-success input:hover+.checkbox,.state-success input:hover+.radio {
  background: #f0fee9;
  border-color: #a5d491;
}

.state-success input:focus+.checkbox,.state-success input:focus+.radio {
  background: #f0fee9;
  border-color: #a5d491;
}

.state-success .checkbox,.state-success .radio {
  background: #f0fee9;
  border-color: #a5d491;
}

.state-success input:focus,.state-success textarea:focus {
  -webkit-box-shadow: 0 0 3px #a5d491 inset;
  -moz-box-shadow: 0 0 3px #a5d491 inset;
  -o-box-shadow: 0 0 3px #a5d491 inset;
  box-shadow: 0 0 3px #a5d491 inset;
}

.state-successselect:focus {
  -webkit-box-shadow: 0 0 3px #a5d491 inset;
  -moz-box-shadow: 0 0 3px #a5d491 inset;
  -o-box-shadow: 0 0 3px #a5d491 inset;
  box-shadow: 0 0 3px #a5d491 inset;
}

.state-success.select-multiple>select:focus {
  -webkit-box-shadow: 0 0 3px #a5d491 inset;
  -moz-box-shadow: 0 0 3px #a5d491 inset;
  -o-box-shadow: 0 0 3px #a5d491 inset;
  box-shadow: 0 0 3px #a5d491 inset;
}

.state-success input ~ .field-icon i,.state-success textarea ~ .field-icon i,.state-success.select .arrow {
  color: #a5d491;
}

.state-successselect:focus+.arrow {
  color: #a5d491;
}

.state-success input ~ .input-hint,.state-success.file .gui-file:hover+input,.state-success textarea ~ .input-hint {
  border-color: #a5d491;
}

.button[disabled],.state-disabled .button {
  cursor: default;
  opacity: 0.5;
}

input[disabled]+.radio,input[disabled]+.checkbox {
  cursor: default;
  opacity: 0.5;
}

.switch>input[disabled]+label {
  cursor: default;
  opacity: 0.5;
}

input[disabled],textarea[disabled],select[disabled],.select-multiple select[disabled],input[disabled] ~ .input-hint {
  background-color: #f4f6f6;
  border-color: #d5dbdb !important;
  cursor: default;
  color: #d5dbdb;
  opacity: 0.7;
}

.file .gui-file[disabled]+input,.file .gui-file[disabled]:hover+input {
  background-color: #f4f6f6;
  border-color: #d5dbdb !important;
  cursor: default;
  color: #d5dbdb;
  opacity: 0.7;
}

textarea[disabled] ~ .input-hint {
  background-color: #f4f6f6;
  border-color: #d5dbdb !important;
  cursor: default;
  color: #d5dbdb;
  opacity: 0.7;
}

input[disabled] ~ .field-icon i,textarea[disabled] ~ .field-icon i,select[disabled]+.arrow {
  opacity: 0.4;
}

.ui-datepicker {
  width: 18em;
  margin-top: 8px;
  display: none;
  background: #fff;
  position: relative;
  font: 14px/1.55 Roboto, Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 4px rgba(0,0,0,0.1);
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
  border: 1px solid #cfcfcf;
  z-index: 9999 !important;
  text-align: center;
  color: #666;
}

.ui-datepicker a {
  color: #404040;
  text-align: center;
}

.ui-datepicker .ui-state-disabled span {
  color: #dbdbdb;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #f5f5f5;
  border-bottom: 1px solid #cfcfcf;
  line-height: 27px;
  font-size: 15px;
  padding: 10px;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  color: #0ca3ff;
  top: 20.5%;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  color: #0ca3ff;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  margin: 0 0 .4em;
  border-collapse: collapse;
}

.ui-datepicker th {
  padding: .5em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 2px 5px;
}

.ui-datepicker td span,.ui-datepicker td a {
  padding: .25em;
  display: block;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker td span:hover,.ui-datepicker td a:hover {
  background: #f5f5f5;
}

.ui-datepicker .ui-state-disabled span:hover {
  background: 0;
}

.ui-datepicker-today a {
  font-weight: 700;
  background: #0ca3ff !important;
  color: #fff;
}

.ui-datepicker-today a:hover {
  font-weight: 700;
  background: #0ca3ff !important;
  color: #fff;
}

.ui-datepicker .ui-state-highlight {
  font-weight: 700;
  background: #0ca3ff !important;
  color: #fff;
}

.cal-widget .ui-datepicker {
  width: 100%;
  margin-top: 0;
}

.cal-widget .ui-datepicker:before {
  display: none;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.333%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-buttonpane {
  border-top: 1px solid #cfcfcf;
  padding: 10px;
}

.ui-datepicker-buttonpane button {
  padding: 8px 12px;
  margin-right: .2em;
  position: relative;
  line-height: normal;
  display: inline-block;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255,255,255,0.2);
  vertical-align: middle;
  background: #dbdbdb;
  text-align: center;
  overflow: visible;
  cursor: pointer;
  color: #243140;
  border: 0;
}

.ui-datepicker-buttonpane button:hover {
  color: #243140;
  background: #e8e8e8;
}

.ui-datepicker-buttonpane button:active {
  color: #1d2938;
  background: #c4c4c4;
}

.ui-monthpicker .ui-datepicker-header {
  margin-bottom: 3px;
}

.slider-wrapper,.sliderv-wrapper {
  background: #e5e5e5;
  position: relative;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.5em;
  height: 1.5em;
  cursor: default;
  background: #fff;
  border: 3px solid #0ca3ff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -ms-touch-action: none;
  touch-action: none;
  margin-top: -3px;
  outline: 0;
}

.ui-slider .ui-slider-handle:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #0ca3ff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
  left: 4px;
  top: 4px;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: #0ca3ff;
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.5em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical,.sliderv-wrapper {
  width: .5em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.45em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.slider-input {
  color: #f6931f !important;
  border: 0;
  background: 0;
}

.slider-group .sliderv-wrapper {
  height: 150px;
  float: left;
  margin: 15px;
}

.ui-slider .ui-state-active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.slider-tip {
  display: block;
  position: absolute;
  text-align: center;
  font: 10pt Tahoma, Arial, sans-serif;
  background: #333;
  padding: 10px;
  color: #fff;
}

.slider-wrapper .slider-tip {
  top: -50px;
  left: -15px;
}

.slider-wrapper .slider-tip:after {
  content: '';
  position: absolute;
  top: 98%;
  left: 35%;
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.sliderv-wrapper .slider-tip {
  left: 30px;
  top: -12px;
}

.sliderv-wrapper .slider-tip:after {
  content: '';
  position: absolute;
  top: 30%;
  right: 98%;
  border-right: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.yellow-slider .ui-slider .ui-slider-handle {
  border-color: #faa226;
}

.yellow-slider .ui-slider .ui-slider-handle:before {
  background-color: #faa226;
}

.yellow-slider .ui-slider .ui-slider-range {
  background-color: #faa226;
}

.red-slider .ui-slider .ui-slider-handle {
  border-color: #ee4f3d;
}

.red-slider .ui-slider .ui-slider-handle:before {
  background-color: #ee4f3d;
}

.red-slider .ui-slider .ui-slider-range {
  background-color: #ee4f3d;
}

.purple-slider .ui-slider .ui-slider-handle {
  border-color: #9464e2;
}

.purple-slider .ui-slider .ui-slider-handle:before {
  background-color: #9464e2;
}

.purple-slider .ui-slider .ui-slider-range {
  background-color: #9464e2;
}

.blue-slider .ui-slider .ui-slider-handle {
  border-color: #00acee;
}

.blue-slider .ui-slider .ui-slider-handle:before {
  background-color: #00acee;
}

.blue-slider .ui-slider .ui-slider-range {
  background-color: #00acee;
}

.black-slider .ui-slider .ui-slider-handle {
  border-color: #505558;
}

.black-slider .ui-slider .ui-slider-handle:before {
  background-color: #505558;
}

.black-slider .ui-slider .ui-slider-range {
  background-color: #505558;
}

.green-slider .ui-slider .ui-slider-handle {
  border-color: #0e993c;
}

.green-slider .ui-slider .ui-slider-handle:before {
  background-color: #0e993c;
}

.green-slider .ui-slider .ui-slider-range {
  background-color: #0e993c;
}

.ui-timepicker-div .ui-widget-header {
  position: relative;
  background: #f5f5f5;
  line-height: 27px;
  font-size: 15px;
  padding: 10px;
}

.ui-timepicker-div dl {
  text-align: left;
  border: 1px solid #cfcfcf;
  border-width: 1px 0 0;
  padding: 15px 10px;
  margin: 0;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 20px 40%;
}

.ui-timepicker-div dl .ui_tpicker_hour,.ui-timepicker-div dl .ui_tpicker_minute,.ui-timepicker-div dl .ui_tpicker_second,.ui-timepicker-div dl .ui_tpicker_millisec {
  background: #e5e5e5;
  position: relative;
  top: 6px;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}

.progress-section {
  display: none;
}

.progress-bar {
  position: relative;
  background: #e5e5e5;
}

.progress-bar .percent {
  position: absolute;
  display: inline-block;
  top: -3px;
  right: -24px;
  font-size: 9px;
  color: #93a2aa;
}

.progress-bar>.bar {
  width: 60%;
  height: 7px;
  display: block;
  background-size: 16px 16px;
  background-color: #bdc3c7;
}

.bar-primary>.bar {
  background-color: #0ca3ff;
}

.bar-blue>.bar {
  background-color: #00acee;
}

.bar-black>.bar {
  background-color: #505558;
}

.bar-green>.bar {
  background-color: #0e993c;
}

.bar-purple>.bar {
  background-color: #9464e2;
}

.bar-red>.bar {
  background-color: #ee4f3d;
}

.bar-yellow>.bar {
  background-color: #faa226;
}

.ui-slider .ui-slider-range {
  background-size: 16px 16px;
  background-image: -webkit-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
  background-image: -moz-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
  background-image: -o-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
  background-image: linear-gradient(to bottom right, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
}

.progress>button[type="submit"] {
  background-size: 16px 16px;
  background-image: -webkit-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
  background-image: -moz-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
  background-image: -o-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
  background-image: linear-gradient(to bottom right, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
}

.progress>button[type="submit"]:hover {
  background-size: 16px 16px;
  background-image: -webkit-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
  background-image: -moz-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
  background-image: -o-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
  background-image: linear-gradient(to bottom right, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
}

.progress-bar>.bar {
  background-size: 16px 16px;
  background-image: -webkit-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
  background-image: -moz-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
  background-image: -o-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
  background-image: linear-gradient(to bottom right, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
}

.progress>button[type="submit"] {
  -webkit-animation: sfprogress .6s linear infinite;
  -moz-animation: sfprogress .6s linear infinite;
  -o-animation: sfprogress .6s linear infinite;
  animation: sfprogress 0.6s linear infinite;
}

.progress>button[type="submit"]:hover {
  -webkit-animation: sfprogress .6s linear infinite;
  -moz-animation: sfprogress .6s linear infinite;
  -o-animation: sfprogress .6s linear infinite;
  animation: sfprogress 0.6s linear infinite;
}

.progress-animated>.bar {
  -webkit-animation: sfprogress .6s linear infinite;
  -moz-animation: sfprogress .6s linear infinite;
  -o-animation: sfprogress .6s linear infinite;
  animation: sfprogress 0.6s linear infinite;
}

.progress>button[type="submit"]:hover {
  cursor: wait;
}

@-webkit-keyframes sfprogress {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -16px 0;
  }
}

@-moz-keyframes sfprogress {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -16px 0;
  }
}

@-o-keyframes sfprogress {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -16px 0;
  }
}

@keyframes sfprogress {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -16px 0;
  }
}

.map-container {
  padding: 10px;
  border: 1px solid #cfcfcf;
}

#map_canvas {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.block {
  display: block;
}

.frm-row {
  margin: 0 -10px;
}

.slider-group:before,.slider-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.frm-row:before,.frm-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.slider-group:after,.frm-row:after {
  clear: both;
}

.bdl {
  border-left: 1px solid #cfcfcf;
}

.bdr {
  border-right: 1px solid #cfcfcf;
}

.fine-grey {
  color: #999;
}

.small-text {
  font-size: 11px;
  font-style: normal;
}

.text-align {
  height: 42px;
  line-height: 42px;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.price-box {
  padding: 2.5em 1em;
  text-align: center;
  position: relative;
  border: 2px dashed #ddd;
  border-radius: 0.1em;
}

#div_payable_amount {
  padding: 2.5em 1em;
  text-align: center;
  position: relative;
  border: 2px dashed #ddd;
  border-radius: 0.1em;
  margin-top: 1.5em;
}

.price-box p {
  line-height: 1.5em;
  color: #526066;
  margin-bottom: 0;
}

.price-box h5 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  font-size: 15px;
  color: #000;
  letter-spacing: 2px;
}

.price-box h4 {
  font-size: 4em;
  font-weight: 300;
  margin: 0;
  color: #000;
}

#div_payable_amount h4 {
  font-size: 4em;
  font-weight: 300;
  margin: 0;
  color: #000;
}

.selected-box h4 {
  color: #333;
  font-weight: 400;
}

.price-box h4 sup,#div_payable_amount h4 sup {
  position: relative;
  vertical-align: top;
  top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #0ca3ff;
}

.expand {
  height: 50px;
  line-height: 50px !important;
  border-radius: 3px;
}

.ribbon,.ribbon-large {
  width: 75px;
  height: 78px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 1;
}

.ribbon-inner {
  -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
  -o-box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #0ca3ff;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  font-weight: 600;
  padding: 7px 0;
  width: 100px;
  color: #fff;
  z-index: 1;
  left: 3px;
  top: 6px;
}

.ribbon-inner:before,.ribbon-inner:after {
  content: "";
  border-top: 3px solid #3c9b39;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.ribbon-inner:before {
  left: 0;
}

.ribbon-inner:after {
  right: 0;
}

.ribbon-large {
  width: 115px;
  height: 118px;
}

.ribbon-large .ribbon-inner {
  width: 160px;
  left: -8px;
  top: 28px;
}

.sfcode {
  padding-left: 24px;
}

.captcode {
  padding: 0;
  position: relative;
}

.captcode img {
  position: relative;
  top: 1px;
}

.refresh-captcha {
  position: absolute;
  background: #0ca3ff;
  border: 3px solid #3c9b39;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  right: -15px;
  height: 32px;
  width: 32px;
  top: 4px;
}

.refresh-captcha i {
  position: absolute;
  text-align: center;
  line-height: 26px;
  font-size: 17px;
  color: #fff;
  left: 24%;
}

.refresh-black {
  background: #505558;
  border-color: #333;
}

.refresh-blue {
  background: #00acee;
  border-color: #0087bb;
}

.refresh-green {
  background: #0e993c;
  border-color: #0b792f;
}

.refresh-purple {
  background: #9464e2;
  border-color: #7639da;
}

.refresh-red {
  background: #ee4f3d;
  border-color: #e42914;
}

.refresh-yellow {
  background: #faa226;
  border-color: #e88a05;
}

select:focus,select:hover {
  background: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select:hover select,.select:hover:before {
  background: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select .arrow {
  z-index: 100;
}

.state-errorselect:focus,.state-errorselect:hover {
  background: #fee9ea;
}

.state-error.select:hover select,.state-error.select:hover:before {
  background: #fee9ea;
}

.state-error.select:before {
  background: #fee9ea;
}

.state-successselect:focus,.state-successselect:hover {
  background: #f0fee9;
}

.state-success.select:hover select,.state-success.select:hover:before {
  background: #f0fee9;
}

.state-success.select:before {
  background: #f0fee9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select .arrow:after,.select .arrow:before {
    display: block;
  }
}