/*------------------------------------------------------------------------
# author    Emanuel Villarruel
# copyright Copyright © 2011 neosur.com. All rights reserved.
# @license  http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website   http://www.neosur.com
-------------------------------------------------------------------------*/
/*Import other styles*/
@font-face {
  font-family: 'VAGRounded';
  src: url('../fonts/VAGRoundedBT-Regular.otf') format('truetype')
}

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%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #F7941C;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #F7941C;
  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, monospace;
  _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;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

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 {
    -webkit-appearance: none;
  }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

  input:valid, textarea:valid {
  }

  input:invalid, textarea:invalid {
    background-color: #f0dddd;
  }

.clearfix {
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* Initialize styles
 * @author: Emanuel Villarruel
 * @at: Neosur / http://www.neosur.com
 */



body {
  font: 16px/24px Helvetica, Helvetica Neue, Arial, sans-serif;
}

.wrapper {
  width: 90%;
  margin: 0 5%;
}

/* semantic helper classes */
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.clearfix {
  clear: both;
}

/* ALL PAGE */
.wrapper-page {
  position: relative;
}

.shadow-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  height: 12px;
  vertical-align: top;
}

  .shadow-down img {
    width: 100%;
    margin: 0px;
    vertical-align: top;
    height: 12px;
  }

.shadow-up {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -12px;
  height: 12px;
  vertical-align: top;
}

  .shadow-up img {
    height: 12px;
    width: 100%;
    margin: 0px;
    vertical-align: top;
  }
/* Sprite of icons */
.login input[type="button"],
.menu-footer ul li ul li,
.theme-default a.nivo-nextNav,
.theme-default a.nivo-prevNav {
  background-image: url(../images/icon-sprite.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

/* Slider Home */
.nivo-directionNav {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 100px;
  z-index: 100;
}

.theme-default .nivoSlider a {
  border: 0;
  display: block;
  height: 70px;
  width: 35px;
  font-size: 0px;
}

.theme-default a.nivo-nextNav,
.theme-default a.nivo-prevNav {
  -moz-opacity: .30;
  filter: alpha(opacity=30);
  opacity: .30;
}

  .theme-default a.nivo-nextNav:hover,
  .theme-default a.nivo-prevNav:hover {
    -moz-opacity: .70;
    filter: alpha(opacity=70);
    opacity: .70;
  }

.theme-default a.nivo-nextNav {
  background-position: 0 -330px;
  right: 0px;
  top: 0px;
}

.theme-default a.nivo-prevNav {
  background-position: 0 -402px;
  left: 0px;
  top: 0px;
}


/* Slider articles */
.slide-articles .readmore {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  border-bottom: solid 0px;
}

  .slide-articles .readmore .shadow-down {
    bottom: -14px;
  }
/* slider inter page*/
.inter-page .slider-header {
  height: 110px;
}

.inter-page .module-check-rate {
  display: none;
}

.inter-page #header {
  height: 110px;
  overflow: visible;
}

.inter-page .wrapper-top {
  background: none;
}

.inter-page .texture-slider-header {
  height: 110px;
}

/*Content*/
.box.right {
  float: left;
  width: 19%;
  margin-top: 50px;
}
/* print styles */



/*iframe Login*/
.iframe-login {
  border: 0 solid;
  height: 60px;
  overflow: hidden;
  position: absolute;
  right: 50px;
  top: 5px;
  width: 420px;
}

@media print {
  /*.class{ property: value; } */
}




/* Alert */
.ui-state-highlight.ui-corner-all, .ui-state-error.ui-corner-all {
  background-color: white;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 40px;
  font-size: 13px;
  font-family: arial;
  background: #d3f9d8 !important;
  border-color: #7dd787;
  color: #333;
}

.ui-state-error.ui-corner-all {
  background: #F2DEDE !important;
  border-color: #EED3D7 !important;
  color: #B94A48 !important;
}

  .ui-state-highlight.ui-corner-all p,
  .ui-state-error.ui-corner-all p {
    margin-bottom: 0px;
  }

.ui-state-highlight .ui-icon,
.ui-icon.ui-icon-alert {
  display: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight,
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  background: none;
}

.content-summary div {
  width: 350px;
  float: left;
}

  .content-summary div label {
    float: left;
    margin-right: 5px;
    font-size: 13px;
  }

  .content-summary div span {
    vertical-align: text-top;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-top: -2px;
  }

.content-summary {
  font-size: 13px;
}

  .content-summary a,
  #thankyou_template a {
    color: #A34000;
  }

.wizard_buttons {
  margin-bottom: 50px;
  height: 50px;
}

#summary_template a,
#thankyou_template a {
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
}

#thankyou_template a,
.documents a {
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
  display: block;
  background: url(./images/down.png) no-repeat 0px 4px;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.documents a {
  width: 48%;
  text-align: left;
  display: inline;
  color: #A34000;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-right: 10px;
}

.documents {
  background: white;
  padding: 8px;
}

.footer-thanks-page {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}

#AcceptanceOptions {
  margin-bottom: 12px;
  margin-top: 12px;
}

.form-center div.margin-center {
  width: 10%;
  height: 10px;
}

.form-center div.clearfix {
  width: 100%;
  height: 1px;
  float: none;
}

.form-center div.btn-customer {
  width: 100%;
  text-align: center;
}

.accordion .btn {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.commodity {
  display: inline-block;
  /*line-height: 35px;
    vertical-align: top;*/
}

.btn.view-details {
  float: right;
  margin-right: 7px;
  margin-top: 7px;
}

.icon-commodities {
  display: inline-block !important;
  height: 45px !important;
  width: 45px !important;
  background: url("../images/icon-sprite.png") no-repeat scroll -8px -147px transparent !important;
  height: 46px;
  left: -8px;
  padding-left: 25px;
  margin-left: -8px;
}

.ui-state-active .icon-commodities {
  background-position: -8px -99px !important;
}

.ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}

.editor-label1 {
  width: 160px;
  float: left;
  margin-top: 3px;
}

  .editor-label1 label {
    width: auto;
    float: left;
  }

  .editor-label1 input {
    width: auto;
    margin-right: 5px;
    float: left;
  }

.forgot-password a {
  font-size: 13px;
  color: #F7941C;
  display: inline-block;
}

/* Login */
.login {
  height: 38px;
  padding: 6px;
  width: 100px;
  background: url(../images/back-login-2.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
}

  .login.open {
    width: 390px;
    background-position: right;
  }

  .login .button {
    border: solid 0px;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background-position: -20px -72px;
    padding-left: 20px;
    height: 20px;
    line-height: 17px;
    width: 75px;
  }

.form-login input {
  color: #FFFFFF;
  border: solid 0px;
  border-bottom: solid 1px #A34000;
  background-color: transparent;
  width: 150px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: inset 0px 0px 0px #B0B0B0;
  -webkit-box-shadow: inset 0px 0px 0px #B0B0B0;
  box-shadow: inset 0px 0px 0px #B0B0B0;
  margin-bottom: 0px;
  padding: 0px;
  color: white;
}

  .form-login input.button {
    background-position: 60px -72px;
    padding-left: 0px;
    padding-right: 20px;
    margin-left: 5px;
  }

.view-login {
  margin: 7px;
  margin-left: 12px;
}

.form-login {
  display: none;
}

  .form-login div {
    font-size: 12px;
    color: white;
    float: left;
    margin-right: 15px;
    line-height: 20px;
  }

    .form-login div a {
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

.login .shadow-down {
  bottom: -12px;
}

.form-user h2 {
  font-size: 16px;
  margin: 0px;
  line-height: 35px;
  display: inline;
  color: #FFFFFF;
}

.login .form-user .button {
  width: 90px;
  float: right;
  background-position: 75px -71px;
  margin-top: 8px;
  padding-right: 38px;
  padding-left: 0px;
}

/* Form No Service */
.box-no-service {
  width: 864px;
  height: 467px;
  position: relative;
  margin: auto;
  margin-top: 100px;
}

.message-noservise {
  color: #58585A;
  font-size: 15px;
  left: 30px;
  position: absolute;
  top: 160px;
  width: 410px;
  line-height: 20px;
}

  .message-noservise h1 {
    color: #58585A;
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 5px;
  }

.form-no-service {
  position: absolute;
  right: 50px;
  top: 40px;
  width: 305px;
}

  .form-no-service h2 {
    color: #F7941E;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 20px;
  }

  .form-no-service div {
    position: relative;
  }

  .form-no-service label {
    display: block;
    color: #575759;
    font-weight: bold;
    margin-bottom: 0px;
  }

  .form-no-service input[type="text"] {
    padding: 5px;
    width: 294px;
    border: solid #c7c7c7 1px;
    color: #575759;
    background: url("../images/shadow_input.gif") repeat-x top left #fff;
    margin-top: 1px;
  }

  .form-no-service select {
    border: solid #c7c7c7 1px;
    color: #575759;
    background: url("../images/shadow_input.gif") repeat-x top left #fff;
    height: 30px;
    padding: 5px;
    width: 145px;
    margin-top: 1px;
  }

  .form-no-service .btn {
    margin-top: 10px;
    width: 100%;
    margin-left: 0px;
  }

  .form-no-service div.select {
    float: left;
    margin-right: 15px;
    width: 145px;
  }

  .form-no-service .field-validation-error {
    padding: 3px 35px 3px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #FBEED5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
    position: absolute;
    right: -180px;
    top: 21px;
    width: 123px;
    font-size: 14px;
  }

.field-validation-error {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #FBEED5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
  font-size: 14px;
  display: block;
}

#panelStep6 {
  position: relative;
}

.loader-enrollment {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: url("../images/back-login.png") repeat;
  z-index: 300;
  height: 0px;
  overflow: hidden;
}

.loader-gif {
  width: 100%;
  height: 48px;
  position: absolute;
  z-index: 325;
  bottom: 100px;
  left: 0;
  background: url("../images/loader.gif") no-repeat top center;
}

.enrollment-content #tabs img {
  max-height: 50px!important;
}

.content table {
  width: 100%;
}

.table td {
  font-size: 14px;
}

.table-info td {
  font-size: 14px;
}

.form-left table td {
  font-size: 14px !important;
}

.btn-red-small {
  background: url("../images/bottom-small-red.jpg") repeat-x scroll left top transparent;
  border: 0px solid #B0B0B0;
  border-radius: 6px 6px 6px 6px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 12px;
  text-align: center;
  margin-right: 4px;
  margin-top: 4px;
}