/* Set to true to show price and set to any other value to hide price text. Price is currently hidden by default. */
/*OPEN SANS*/

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans-Italic.ttf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf');
  font-weight: 800;
  font-style: italic;
}
/*LATO*/

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
.profileTitle {
  margin-left: 0;
}
#body {
  font-family: 'InterState-Regular', 'arial', sans serif !important;
  font-size: 14px;
  color: #333333;
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -ms-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(white));
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -o-linear-gradient(top, white, white);
  background-image: linear-gradient(top, white, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=white, GradientType=0);
  background-color: white;
  background: white;
}
#body .navbar-inner {
  box-shadow: none;
}
#body .shadow {
  -webkit-box-shadow: 0 0 15px black;
  -moz-box-shadow: 0 0 15px black;
  box-shadow: 0 0 15px black;
}
#body .rounded-top {
  -webkit-border-top-left-radius: 6px !important;
  -moz-border-top-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
  -webkit-border-top-right-radius: 6px !important;
  -moz-border-top-right-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
#body fieldset {
  min-width: inherit;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
#body .nav-btn {
  color: white !important;
  border: 1px solid #13161b;
  border-radius: 6px;
  display: inline-block;
  height: 10px;
  line-height: 8px !important;
  position: relative;
  top: 4px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 0 x;
  cursor: pointer;
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #8fb450, #648a43);
  background-image: -ms-linear-gradient(top, #8fb450, #648a43);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8fb450), to(#648a43));
  background-image: -webkit-linear-gradient(top, #8fb450, #648a43);
  background-image: -o-linear-gradient(top, #8fb450, #648a43);
  background-image: linear-gradient(top, #8fb450, #648a43);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8fb450, endColorstr=#648a43, GradientType=0);
  border-color: #51a351 #51a351 #387038 #51a351;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-decoration: none;
  font-size: inherit !important;
  text-transform: none !important;
}
#body .nav-btn .signup {
  color: white !important;
  border: 1px solid #13161b;
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5bc0de, endColorstr=#2f96b4, GradientType=0);
  border-color: #51a351 #51a351 #387038 #51a351;
}
#body .nav-btn .logoff {
  color: white !important;
  border: 1px solid #13161b;
  background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ee5f5b, endColorstr=#bd362f, GradientType=0);
  border-color: #51a351 #51a351 #387038 #51a351;
}
#body a.skipNavigation {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  text-align: left;
  overflow: hidden;
}
#body a.skipNavigation:focus,
#body a.offscreen:active,
#body a.offscreen:hover {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  color: white;
  background-color: red;
}
#body #main {
  background-color: transparent;
  padding: 0;
  -webkit-text-shadow: 0 0 1px rgba(51, 51, 51, 0.3);
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.3);
}
#body #main h3 {
  background-color: transparent;
}
#body #main > .container {
  
}
#body #main > #register > .container {
  
}
#body #pageWrap {
  background-color: white;
}
#body #footer {
  min-height: 260px;
  background-color: white;
  color: black;
  padding-top: 0px;
  padding-left: 0;
  margin: 20px;
  
}
#body #footer .copyright {
  text-align: center;
  margin: 0 5px 0 5px;
}
#body #footer a {
  color: white;
}
#body #footer a.footerLink,
#body #footer .footerLink span {
  padding: 0px;
}
#body #footer a.footerLink:hover {
  color: white;
}
#body #footer a.footerLink:visited {
  color: white;
}
#body #footer a.footerLink:visited:hover {
  
}
#body #footer .companyInfo {
  padding-right: 15px;
  padding-left: 15px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}
#body #footer .companyInfoMixed {
  padding-right: 15px;
  padding-left: 15px;
  color: white;
  text-transform: none;
  font-size: 12px;
}
#body #footer > .container {
  
}
#body #CreateAccountForm input[type="text"],
#body #register input[type="text"],
#body #CreateAccountForm input[type="password"],
#body #register input[type="password"],
#body #CreateAccountForm textarea,
#body #register textarea,
#body #CreateAccountForm .uneditable-input,
#body #register .uneditable-input {
  width: 206px;
}
#body #CreateAccountForm select,
#body #register select {
  width: 220px;
  height: 30px;
}
#body .mycards-content {
  margin: 10px;
}
#body .section_header p {
  color: #1a355e;
  font-size: 24px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 47px;
}
#body .section_header p h3 {
  margin-bottom: 47px !important;
}
#body .section_header p .row {
  margin-left: 0px;
}
#body .section-header {
  font-size: 24px;
  color: #1a355e;
  text-transform: uppercase;
  font-weight: 300;
  margin: 10px 15px;
  line-height: 58px;
}
#body .dark-header {
  color: white;
  background: #e8e8e8;
  text-transform: none;
  font-size: 17.4px;
  font-weight: bold;
  margin: 10px 0;
  font-family: inherit;
  text-rendering: optimizelegibility;
  display: block;
}
#body input[type="text"],
#body input[type="password"],
#body select {
  border-radius: 4px;
  height: auto;
}
#body .form .box input[type="text"],
#body .form .box select {
  padding-left: 39px;
  margin-bottom: 10px;
  color: black;
  height: 29px;
  border-radius: 3px;
  width: 89%;
}
#body .form .submit {
  height: 49px;
}
#body .form .submit input[type="submit"] {
  margin-top: 5px;
}
#body .form .submit input[type="submit"] .submit {
  margin-bottom: 10px !important;
  width: auto !important;
}
#body .btn {
  color: #333333 !important;
  border: 1px solid whitesmoke;
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#e6e6e6, GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf #e6e6e6;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-family: 'InterState-Regular', 'arial', sans serif !important;
}
#body .btn:hover,
#body .btn:active,
#body .btn .active,
#body .btn .disabled,
#body .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#body .btn:active,
#body .btn .active {
  background-color: #cccccc;
}
#body .btn-card {
  color: #333333 !important;
  border: 1px solid whitesmoke;
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#e6e6e6, GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf #e6e6e6;
  border-radius: 4px;
  text-shadow: none;
  font-family: 'InterState-Regular', 'arial', sans serif !important;
  background: whitesmoke;
}
#body .btn-card:hover,
#body .btn-card:active,
#body .btn-card .active,
#body .btn-card .disabled,
#body .btn-card[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#body .btn-card:active,
#body .btn-card .active {
  background-color: #cccccc;
}
#body .btn-primary {
  color: white !important;
  border: 1px solid whitesmoke;
  background-color: 10px 0 7px 0;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0088cc, endColorstr=#0044cc, GradientType=0);
  border-color: #0044cc #0044cc #002a80 #0044cc;
  border-radius: 4px;
  text-shadow: none;
  box-shadow: none;
}
#body .btn-primary:hover,
#body .btn-primary:active,
#body .btn-primary .active,
#body .btn-primary .disabled,
#body .btn-primary[disabled] {
  color: white;
  background-color: #0044cc;
  box-shadow: none;
}
#body .btn-primary:active,
#body .btn-primary .active {
  background-color: #003399;
}
#body .btn-cancel {
  color: black !important;
  border: 1.5px solid #878787;
  background-color: white;
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -ms-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(white));
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -o-linear-gradient(top, white, white);
  background-image: linear-gradient(top, white, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=white, GradientType=0);
  border-color: #878787 #878787 #878787 #878787;
  border-radius: 4px;
  text-shadow: none;
  box-shadow: none;
}
#body .btn-cancel:hover,
#body .btn-cancel:active,
#body .btn-cancel .active,
#body .btn-cancel .disabled,
#body .btn-cancel[disabled] {
  color: black;
  background-color: white;
  box-shadow: none;
}
#body .btn-cancel:active,
#body .btn-cancel .active {
  background-color: white;
}
#body .btn-save {
  color: white !important;
  border: 1px solid whitesmoke;
  background-color: 10px 0 7px 0;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0088cc, endColorstr=#0044cc, GradientType=0);
  border-color: #0044cc #0044cc #002a80 #0044cc;
}
#body .btn-save:hover,
#body .btn-save:active,
#body .btn-save .active,
#body .btn-save .disabled,
#body .btn-save[disabled] {
  color: white;
  background-color: #0044cc;
  *background-color: #003bb3;
}
#body .btn-save:active,
#body .btn-save .active {
  background-color: #003399;
}
#body .btn-success {
  color: white !important;
  border: 1px solid #0079ff;
  background-color: #0079ff;
  background-image: -moz-linear-gradient(top, #0079ff, #0079ff);
  background-image: -ms-linear-gradient(top, #0079ff, #0079ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0079ff), to(#0079ff));
  background-image: -webkit-linear-gradient(top, #0079ff, #0079ff);
  background-image: -o-linear-gradient(top, #0079ff, #0079ff);
  background-image: linear-gradient(top, #0079ff, #0079ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0079ff, endColorstr=#0079ff, GradientType=0);
  border-color: #0079ff #0079ff #0079ff #0079ff;
}
#body .btn-success:hover,
#body .btn-success:active,
#body .btn-success .active,
#body .btn-success .disabled,
#body .btn-success[disabled] {
  color: white;
  background-color: #0079ff;
  *background-color: #0079ff;
  text-decoration: none;
}
#body .btn-success:active,
#body .btn-success .active {
  background-color: #0079ff;
}
#body .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 8px 35px 8px 14px;
  color: #287091;
}
#body a {
  color: black;
  text-decoration: none;
}
#body a:hover {
  color: black;
  text-decoration: none;
  cursor: default;
}
#body a:visited {
  color: black;
  text-decoration: none;
}
#body .home-page-placeholder {
  height: 270px;
}
#body legend {
  font-size: 21px;
  color: #333333;
  border-bottom: 2px solid black;
  text-transform: none;
  font-weight: normal;
}
#body legend small {
  font-size: 15px;
  color: #999999;
}
#body .required {
  background: url(content/images/required.png) no-repeat right center;
}
#body .required-left {
  background: url(content/images/required.png) no-repeat left center;
}
#body #sign_in1 {
  background-image: url(../Content/images/backgrounds/deep-green.jpg);
  background-repeat: no-repeat;
  margin: 0;
  height: inherit;
}
#body #sign_in1 h1 {
  text-align: left;
}
#body #sign_in1 .header {
  color: black;
  margin: 0;
}
#body #sign_in1 .header h4 {
  text-shadow: 1px 1px 0px #143c4e;
}
#body #sign_in1 .login-gap {
  width: 20px;
}
#body #sign_in1 > .container {
  
}
#body #sign_in1 .well {
  
}
#body .well {
  background-color: whitesmoke;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  box-shadow: 1px solid #e3e3e3;
}
#body .well-small {
  background-color: whitesmoke;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
}
#body .navbar-inverse .nav {
  margin: 10px 10px 0 0;
}
#body .navbar-inverse .nav li {
  padding: inherit;
}
#body .navbar-inverse .nav li a {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  font-size: inherit;
  text-decoration: none;
  line-height: inherit;
}
#body .navbar-inverse .nav li a:hover {
  color: white;
  text-decoration: underline;
  font-weight: none;
}
#body .navbar-inverse .nav li a i {
  color: white;
}
#body .navbar-inverse .nav .active a {
  color: white;
  background-color: transparent !important;
  box-shadow: none !important;
}
#body .navbar-inverse .nav .active a:hover {
  color: white;
  text-decoration: underline;
}
#body .navbar-inverse #navbarInnerWrapper {
  background-color: white;
}
#body .navbar-inverse #navbarInnerWrapper #divider {
  width: 100%;
  background-image: url(content/images/Cadilla035/line.png);
  background-repeat: repeat-x;
  height: 5px;
  margin: 15px 0;
}
#body .navbar-inverse .bannerLogoImage {
  width: 336px;
  margin-top: 25px;
  margin-left: 10px;
  float: left;
}
#body .navbar.navbar-inverse .navbar-inner {
  background-color: white;
  background: white;
  border: none;
  margin: 0;
  padding: 0;
}
#body .navbar.navbar-inverse .navbar-inner .container {
  background: '';
  border-radius: 0;
  min-height: 0;
}
#body .navbar.navbar-inverse .navbar-inner .container .collapse .nav li.extras {
  background-position: left;
  background-repeat: no-repeat;
}
#body .navbar.navbar-inverse .navbar-inner .container .collapse #nav-extras #culture-selection {
  color: black !important;
}
#body .navbar.navbar-inverse .navbar-inner .container .collapse #nav-extras .nav {
  margin: '';
}
#body a.menu-link {
  position: inherit;
  top: 0;
  padding: 21px 11px 0;
  font-weight: normal;
  font-size: 14px;
}
#body .navbar.navbar-static-top {
  margin-bottom: 0px;
}
#body .navbar.navbar-static-top .container {
  width: 940px;
}
#body .modal {
  background-color: white;
  -webkit-border-top-left-radius: 0px !important;-moz-border-top-left-radius: 0px !important;border-top-left-radius: 0px !important;-webkit-border-top-right-radius: 0px !important;-moz-border-top-right-radius: 0px !important;border-top-right-radius: 0px !important;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#body .card-toggled {
  color: inherit;
}
#body .card-toggled :visited {
  color: inherit;
}
#body .card-toggled a.card-mask-toggler,
#body .card-toggled a.card-mask-toggler-multi {
  color: inherit;
}
#body .card-toggled a.card-mask-toggler :visited,
#body .card-toggled a.card-mask-toggler-multi :visited {
  color: inherit;
}
#body .modal-header {
  font-size: 24px;
  color: inherit;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  background-color: white;
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
#body .modal-header h3 {
  background-color: white !important;
}
#body .modal-body {
  background-color: white;
}
#body .modal-footer {
  background-color: white;
  box-shadow: inset 0 1px 0 white;
  border-top: 1px solid white;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#body .help-block {
  color: #595959;
}
#body .popover {
  background-color: white;
  color: black;
}
#body .popover .text-info {
  color: #3a87ad;
}
#body .popover .popover-title {
  color: #3a87ad;
}
#body .popover .close {
  color: #3a87ad;
}
#body .circle25 {
  background-color: #0088cc;
}
#body .circle25-text-info {
  color: #646464;
}
#body table.dataTable tr.odd {
  background-color: #e2e4ff;
}
#body table.dataTable tr.odd td {
  color: black !important;
}
#body table.dataTable tr.even {
  background-color: white;
}
#body table.dataTable tr.odd td.sorting_1,
#body table.dataTable tr.odd td.sorting_2,
#body table.dataTable tr.odd td.sorting_3 {
  background-color: #e2e4ff;
}
#body table.dataTable tr.even td.sorting_1,
#body table.dataTable tr.even td.sorting_2,
#body table.dataTable tr.even td.sorting_3 {
  background-color: white;
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -ms-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(white));
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -o-linear-gradient(top, white, white);
  background-image: linear-gradient(top, white, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=white, GradientType=0);
}
#body table.dataTable th.sorting_asc {
  color: black;
  background: url(content/images/sort_asc.png) no-repeat center right;
}
#body table.dataTable th.sorting_desc {
  color: black;
  background: url(content/images/sort_desc.png) no-repeat center right;
}
#body table thead tr {
  background-color: black;
  color: white;
}
#body .bold {
  font-weight: bold;
}
#body .cards-container {
  background-color: #e8e8e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dddddd;
}
#body .cards-container h4 {
  color: #9da0a4;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: bold;
}
#body .cards-container table {
  background-color: white;
  color: #9da0a4;
}
#body .cards-container table tr:nth-child(even) {
  background-color: white;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#e6e6e6, GradientType=0);
}
#body .cards-container table tr:nth-child(odd) {
  background-color: #e2e4ff;
}
#body .cards-container table thead tr {
  background-color: #2a295c !important;
}
#body .cards-container table th {
  color: white;
}
#body .cards-container table tbody tr {
  color: black;
}
#body .caret {
  border-top: 4px solid black;
}
#body .menu > li > a,
#body .brand {
  text-transform: uppercase !important;
}
#body .navbar-inner .menu > li:after {
  color: grey;
  content: none;
  position: absolute;
  right: 0;
  top: 0;
}
#body .dropdown-menu li > a {
  color: #333333;
}
#body .dropdown-menu li > a:hover,
#body .dropdown-menu li > a:focus,
#body .dropdown-menu li > a .dropdown-submenu:hover > a {
  color: white;
  background: #0081c2 repeat-x;
}
#body .dropdown-menu li > .btn-link {
  color: #333333 !important;
  background: transparent;
  background-image: none;
  border: none;
  text-decoration: none;
  text-align: left !important;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 5px 5px 20px !important;
}
#body .dropdown-menu li > .btn-link:hover,
#body .dropdown-menu li > .btn-link:focus,
#body .dropdown-menu li > .btn-link .dropdown-submenu:hover > a {
  color: white !important;
  background: #0081c2 repeat-x;
}
#body .dropdown-menu li.dd-button:hover,
#body .dropdown-menu li.dd-button:focus,
#body .dropdown-menu li.dd-button .dropdown-submenu:hover > a {
  color: white !important;
  background: #0081c2 repeat-x;
}
#body .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
#body .table-striped tbody > tr:nth-child(odd) > td,
#body .table-striped tbody > tr:nth-child(odd) > th {
  background-color: white;
}
#body .info-icon-img {
  background: url('content/images/icon-info_gray.png') no-repeat center #eeeeee;
}
#body .dropdown-menu .info-icon-img {
  background-color: white;
}
#body h3 {
  font-family: inherit;
}
#body .control-group.error .control-label,
#body .control-group.error .help-inline {
  color: #b94a48;
}
#body .control-group.error .help-block {
  color: #b94a48;
}
#body .input-validation-error {
  border: 1px solid #b94a48 !important;
}
#body .input-validation-success {
  border: 1px solid #468847 !important;
}
#body .field-validation-error {
  color: #b94a48;
}
#body .field-validation-success {
  color: #468847;
}
#body #showcase {
  display: none;
}
#body .contact-header-indent {
  padding-left: 10px;
  background-color: whitesmoke;
}
#body .contact-indent {
  margin-left: 30px;
}
#body .nav-list > li > a,
#body .nav-list li span a {
  color: #0000ef;
  font-weight: normal;
  line-height: 26px;
}
#body .nav-list > li > a:hover,
#body .nav-list li span a:hover {
  color: #eeeeee;
}
#body .disabled > a {
  color: #999999;
}
#body .orderbutton {
  -moz-box-shadow: inset 0 1px 0 0 #626062;
  -webkit-box-shadow: inset 0 1px 0 0 #626062;
  box-shadow: inset 0 1px 0 0 #626062;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #626062), color-stop(1, #424542));
  background: -moz-linear-gradient(center top, #626062 5%, #424542 100%);
  background: linear-gradient(center top, #626062 5%, #424542 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color');
  background-color: #626062;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-indent: 0;
  border: 1px solid #292929;
  display: block;
  color: white !important;
  font-family: 'InterState-Regular', 'arial', sans serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  height: 30px;
  line-height: 30px;
  width: 106px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0 #3e3e3e;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#body .orderbutton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #424542), color-stop(1, #626062));
  background: -moz-linear-gradient(center top, #424542 5%, #626062 100%);
  background: linear-gradient(center top, #424542 5%, #626062 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color');
}
#body .orderbutton:hover {
  background-color: #424542;
  text-decoration: none;
}
#body .orderbutton:hover a {
  text-decoration: none;
}
#body .orderbutton:active {
  position: relative;
  top: 1px;
}
#body #in_pricing .plan .price {
  visibility: hidden;
  display: none;
  position: absolute;
  top: -9999px;
  text-align: center;
  font-family: 'InterState-Regular', 'arial', sans serif;
  font-size: 14px;
  color: #333333;
  margin-top: 5px;
}
#body .shopping-cart-header {
  margin-bottom: 5px;
}
#body .shopping-cart-header h3 {
  font-size: 18px;
  margin: 0;
}
#body .shopping-cart-header .row-line {
  border-bottom: 1px black solid;
}
#body .cart-items .cart-item:not(:last-child) .row-line {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: #b3b3b3 1px solid;
}
#body .cart-items .cart-item:last-child .row-line {
  margin-bottom: 5px;
  border-bottom: 0;
}
#body .cart-items .cart-quantity {
  width: 25px;
}
#body .cart-terms-and-conditions,
#body .sub-total,
#body .cart-buttons {
  margin-bottom: 1%;
  margin-left: 0.2%;
}
#body .cart-terms-and-conditions .row-line {
  margin-top: 1%;
  border-top: 1px black solid;
}
#body .cart-button-left-container {
  display: inline;
  float: left;
}
#body .cart-button-right-container {
  display: inline;
  float: right;
}
#body #purchase-total {
  text-align: right;
  margin-left: 81%;
}
#body .close {
  color: black;
  opacity: 0.2;
}
#body .cart-button {
  width: 160px;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  display: inline-block;
  color: whitesmoke !important;
  text-indent: 0;
  text-align: center;
  text-shadow: 1px 1px 0 #3e3e3e;
  font-weight: bold;
  vertical-align: bottom;
  border: 1px solid #292929;
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -moz-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
#body .cart-button:hover {
  text-decoration: none;
  color: white !important;
}
#body .form-horizontal .control-label {
  text-align: left;
}
#body .cardInfoHeader,
#body .cardSummaryHeader,
#body .circle25 {
  display: inline-block;
}
#body #keep-shopping-button {
  margin-top: 3%;
  margin-left: 2%;
  /*margin-right: @cart-button-distance;*/
  background-color: #626062;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #626062), color-stop(1, #424542));
  background: -moz-linear-gradient(center top, #626062 5%, #424542 100%);
  background: linear-gradient(center top, #626062 5%, #424542 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color');
}
#body #keep-shopping-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #424542), color-stop(1, #626062));
  background: -moz-linear-gradient(center top, #424542 5%, #626062 100%);
  background: linear-gradient(center top, #424542 5%, #626062 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color');
}
#body #checkout-button {
  margin-left: 2%;
  background-color: #626062;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #626062), color-stop(1, #424542));
  background: -moz-linear-gradient(center top, #626062 5%, #424542 100%);
  background: linear-gradient(center top, #626062 5%, #424542 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color');
}
#body #checkout-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #424542), color-stop(1, #626062));
  background: -moz-linear-gradient(center top, #424542 5%, #626062 100%);
  background: linear-gradient(center top, #424542 5%, #626062 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color');
}
#body #receipt-button {
  background-color: #626062;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #626062), color-stop(1, #424542));
  background: -moz-linear-gradient(center top, #626062 5%, #424542 100%);
  background: linear-gradient(center top, #626062 5%, #424542 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color');
}
#body #receipt-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #424542), color-stop(1, #626062));
  background: -moz-linear-gradient(center top, #424542 5%, #626062 100%);
  background: linear-gradient(center top, #424542 5%, #626062 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color');
}
#body #culture-container {
  background-color: #5c5c5c;
  min-height: 38px;
  line-height: 38px;
}
#body #culture-selection {
  display: inline-block;
  padding: 10px 0 7px 0;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  margin: 0px;
}
#body #culture-selection:hover #culture-list {
  display: block;
  position: absolute;
  z-index: 3;
  vertical-align: bottom;
  visibility: visible;
  opacity: 1;
  top: auto;
}
#body #culture-selection #current-culture {
  color: white;
  display: inline;
  padding: 10px 15px;
  font-size: inherit;
}
#body #culture-selection #culture-list {
  position: absolute;
  margin-left: 5px;
  padding: 0px 10px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  text-align: left;
  visibility: hidden;
  opacity: 0;
  top: -9999px;
  -moz-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
#body #culture-selection #culture-list .culture-list-header {
  /*font-family: LenovoDoMedium;
            color: @lenovo-blue;*/
  text-transform: uppercase;
  text-align: left;
  border-bottom: solid rgba(0, 0, 0, 0.4) 1px;
  font-weight: bold;
  font-size: 14px;
}
#body #culture-selection #culture-list ul {
  margin-left: 0;
}
#body #culture-selection #culture-list ul li {
  list-style-type: none;
}
#body #culture-selection #culture-list ul li a {
  color: rgba(0, 0, 0, 0.4);
}
#body #culture-selection #culture-list ul li a:hover {
  color: black;
}
#body .registerAreas {
  display: "block";
}
#body #addCardLink {
  display: inline;
}
#body #cardActivityContainer {
  margin: 0px;
}
#body .row .balance {
  margin-top: inherit;
}
#body .move-down {
  margin-top: 20px;
}
#body .inputContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#body .inputContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#body .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #aaaaaa;
  border-radius: 5px;
}
#body .inputContainer:hover input ~ .checkmark {
  background-color: #888888;
}
#body .inputContainer input:checked ~ .checkmark {
  background-color: #0088cc;
}
#body .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#body .inputContainer input:checked ~ .checkmark:after {
  display: block;
}
#body .inputContainer .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #body .nav-btn {
    line-height: 14px;
  }
}
@media only screen and (max-width: 979px) {
  
}
@media all and (min-width: 980px) {
  #body {
    background: white;
  }
  #body .collapse .nav {
    margin: '';
  }
  #body .collapse li {
    background-image: '';
    background-position: left;
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 979px) {
  #body .collapse .nav {
    margin: '';
  }
  #body .nav > li.dropdown:after {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  #body #footer {
    margin: 50px 0 0 0;
  }
  #body .slide {
    height: 100%;
  }
  #footer {
    margin: 50px 0 0 0;
  }
  .slide {
    height: 100%;
  }
}
.slide {
  width: 100%;
  height: 480px;
  position: absolute;
  display: none;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.carousel-control {
  margin: -20px 0px 0px 0px;
}
.carousel a {
  color: white !important;
  line-height: 30px;
}
h3 {
  font-size: 24.5px;
}
h1 {
  font-size: 38.5px;
}
h1,
h2,
h3,
h4 {
  color: inherit;
  text-transform: none;
  font-weight: normal;
  font-family: inherit;
}
.shop {
  text-transform: uppercase;
}
hr {
  border-color: #65646a;
  border-width: 1px;
}
#cardLookup-cf label {
  font-size: 24px;
  color: #1a355e;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 58px;
  margin: 10px 15px;
}
.row-fluid [class*="span"] {
  min-height: 30px;
}
.lead {
  color: inherit;
  font-size: 21px;
  line-height: 30px;
  font-family: inherit;
}
.circle25-text-info {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
}
.nav-stacked li {
  margin: 10px 0px 15px 0px;
}
.nav-list {
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  #body .shadow {
    -webkit-box-shadow: 0 0 15px black;
    -moz-box-shadow: 0 0 15px black;
    box-shadow: 0 0 15px black;
  }
  #body .navbar-inverse .bannerLogoImage {
    width: 336px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 25px;
    float: left;
  }
}
*:focus {
  outline: none;
}
a:focus {
  outline: none;
}
