html, body {
  height: 100%;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.font-weight-500 {
  font-weight: 500;
}

.bgBlueHeader {
  background-color: #025797;
}

.bgTransparent {
  background-color: transparent;
}

.bgLightGray {
  background-color: #E6E6E6;
}

.bgBlueHead {
  background-color: #428BCA;
}

.colorNotice {
  color: #ff0000;
}

.colorMenuLink {
  color: #D4DEE2 !important;
}

.c-white {
  color: white !important;
}

.c-black {
  color: black;
}

.c-dark-black {
  color: #333;
}

.c-blue {
  color: #428BCA;
}

.c-link {
  color: #0000ee;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-normal {
  font-weight: normal !important;
}

.text-decoration-underline {
  text-decoration: underline;
}

.is-center {
  text-align: center;
}

.w-auto {
  width: auto;
}

.d-flex {
  display: flex;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-top {
  vertical-align: top !important;
}

.cursor-pointer {
  cursor: pointer;
}

.border-0 {
  border-width: 0;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.mt3px {
  margin-top: 3px;
}

.helvetica {
  font-family: "Helvetica Neue", Helvetica, sans-serif !important;
}
.helvetica hr {
  background-color: #ddd;
}

.line {
  background-color: #ddd;
}

.d-block {
  display: block;
}

@media only screen and (min-width: 768px) {
  .pr-md-3 {
    padding-right: 0.75rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
}

.pl-20px {
  padding-left: 20px !important;
}

.word-break-all {
  word-break: break-all;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  background-image: url(../img/body-bg.jpg) !important;
  background-repeat: repeat-x !important;
}

.has-background-link {
  background-color: #025797 !important;
}

@media only screen and (max-width: 1199px) {
  .welcome {
    padding-left: 0.25rem;
  }
}

header,
article {
  margin: 0 auto;
  max-width: 1020px;
  background-color: white;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #dcdcdc;
}

.headerAuthContainer {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .headerAuthContainer {
    max-width: 100% !important;
  }
}

header .logout {
  padding: 0 10px 3px 24px;
  text-decoration: underline;
}
header .navbar-brand .navbar-burger {
  color: white;
}
header .main,
header .mainAuth {
  background-color: #E3E2DF;
  border-bottom: 5px solid #ff0000;
}
@media only screen and (min-width: 1024px) {
  header .main .cartBox,
header .mainAuth .cartBox {
    margin-left: 50px;
  }
}
header .main .header-img,
header .mainAuth .header-img {
  max-height: 104px;
}
@media only screen and (max-width: 767px) {
  header .main .header-img,
header .mainAuth .header-img {
    margin: 0.5rem auto 0;
    display: block;
  }
}
header .main .box-cart,
header .mainAuth .box-cart {
  background-color: #025797;
  border-radius: 0 !important;
  padding: 0;
  margin-bottom: 10px !important;
}
header .main .box-cart table,
header .mainAuth .box-cart table {
  background-color: transparent;
}
header .main .box-cart table td, header .main .box-cart table th,
header .mainAuth .box-cart table td,
header .mainAuth .box-cart table th {
  border-width: 0;
  padding: 0 8px;
}
@media only screen and (min-width: 992px) {
  header .main .box-cart,
header .mainAuth .box-cart {
    border-radius: 5px !important;
    margin-bottom: 0 !important;
  }
}
header .buttom {
  position: relative;
}
header .buttom .bg-img-menu {
  position: absolute;
  background-image: url("../img/bkg-nav.gif");
  background-position: bottom center;
  background-repeat: repeat-x;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header .buttom .navbar {
  margin-left: 12px;
}
header .buttom .navbar #navbarBlueCarSolution {
  margin-top: 7px;
}
@media only screen and (min-width: 1024px) {
  header .buttom .navbar .navbar-brand {
    display: none;
  }
}
header .buttom .navbar a.navbar-item.is-active,
header .buttom .navbar a.navbar-item:focus,
header .buttom .navbar a.navbar-item:focus-within,
header .buttom .navbar a.navbar-item:hover {
  background-color: #4f84b3;
  color: white;
}
header .buttom .navbar .navbar-item span:hover {
  color: #ff0000;
}
header .buttom .navbar .searchItems input {
  height: 24px;
  border-color: #4f84b3;
  color: black;
  box-shadow: none;
}
@media only screen and (min-width: 1024px) {
  header .buttom .navbar .searchItems input {
    width: 120px;
  }
}
header .buttom .navbar .searchItems input[type=text] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-width: 1px 0 1px 1px;
}
header .buttom .navbar .searchItems input[type=text]:focus {
  border: 1px solid black;
  outline: 1px solid black;
  border-radius: 3px;
  margin: 2px;
}
header .buttom .navbar .searchItems input[type=submit] {
  background-image: url(../img/bkg-search-btn.png);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-width: 1px 1px 1px 0;
  width: 28px;
  margin-right: 1px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  header {
    background-color: transparent;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

.clients {
  background-color: #fefefe;
  border-bottom: 12px solid gainsboro;
}
.clients #tabs li {
  border-bottom: 1px solid white;
  background-color: #025797;
  position: relative;
}
.clients #tabs li:hover {
  background-color: #048ff2;
}
.clients #tabs li:last-of-type:hover {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .clients #tabs li:last-of-type {
    border-right: 0;
  }
}
.clients #tabs li .selectWarehouse {
  border-color: transparent;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .clients #tabs li {
    border-right: 1px solid white;
    border-bottom: 0;
  }
}
.clients #tabs li:after {
  position: absolute;
  bottom: 6px;
  right: 3px;
  height: 26px;
  width: 33px;
  content: "";
  background-image: url("../img/buttonDown.png");
  background-repeat: no-repeat;
}
.clients .xl-columns .column .box {
  box-shadow: none;
}
@media only screen and (min-width: 1200px) {
  .clients .xl-columns {
    margin: 0;
  }
  .clients .xl-columns .column {
    padding-right: 4px;
    padding-left: 4px;
    width: 9.0909% !important;
  }
}
.clients .model-tab {
  margin-bottom: 14px;
  border-radius: 0px 0px 6px 6px;
}
.clients .model-tab .column .box .image img {
  max-height: 45px;
  margin: 0 auto;
  width: auto;
}
.clients .model-section #accordion,
.clients .model-section #categories {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.clients .model-section #accordion .panel-heading,
.clients .model-section #categories .panel-heading {
  padding: 7px 20px !important;
}
.clients .model-section #accordion .model-column .box,
.clients .model-section #categories .model-column .box {
  border-radius: 0;
  box-shadow: none;
}
.clients .model-section #accordion .model-column .box .imgModel,
.clients .model-section #categories .model-column .box .imgModel {
  height: 100px;
  width: auto;
  overflow: hidden;
}
.clients .model-section #accordion .model-column .box .imgModel img,
.clients .model-section #categories .model-column .box .imgModel img {
  max-height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .clients .model-section #accordion .model-column,
.clients .model-section #categories .model-column {
    width: 130px;
  }
}
.clients .imgZoomResults {
  max-height: 70px;
  width: auto;
  margin: 0 auto !important;
  display: block;
  border: 1px solid gray;
}
@media only screen and (min-width: 1200px) {
  .clients .imgZoomResults {
    max-height: 50px;
  }
}
.clients #searchResults table thead td {
  background-color: #CB0013;
}
.clients #searchResults table tbody tr:nth-child(even) {
  background-color: #dcdcdc;
}
.clients #searchResults table tbody td a {
  color: blue;
}
.clients #searchResults table tbody td .selectedQty {
  color: #c87200;
}
.clients #searchResults table tbody td select {
  font-size: 11px;
  height: 17px;
  vertical-align: super;
}
.clients #searchResults table tbody .has-text-success:before {
  content: url("../img/apply.png");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.clients #searchResults table tbody .has-text-danger:before {
  content: url("../img/stop.png");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.clients #searchResults table tbody .fa-shopping-cart:before {
  content: url("../img/addcart2.gif");
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
@media only screen and (max-width: 856px) {
  .clients #searchResults table tbody .addCart span, .clients #searchResults table tbody .addCart select, .clients #searchResults table tbody .addCart button {
    display: block;
  }
}
.clients #searchResults table tbody .addCart button {
  border-width: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
@media only screen and (max-width: 856px) {
  .clients #searchResults table tbody .addCart button {
    margin-top: 5px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .clients #searchResults table tbody .addCart {
    text-align: center;
  }
}

.table-scrollable {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
  padding-left: 12px;
  padding-right: 12px;
  background-color: white;
}

.table-results tbody tr td {
  padding: 6px 5px 10px !important;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table-results tbody tr:nth-child(odd) {
  background-color: #F7F6F3 !important;
}
.table-results tbody tr:nth-child(even) {
  background-color: white !important;
}
.table-results tbody .changeQty {
  width: 54px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.table-results tbody .changeQty:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}

#cartDetails input {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#cartDetails textarea {
  min-height: 60px;
  max-width: 600px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#cartDetails textarea:focus {
  border-color: #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
@media only screen and (min-width: 1024px) {
  #cartDetails textarea {
    min-width: auto;
  }
}
#cartDetails .button.is-light {
  background-color: white;
  border-color: #adadad !important;
  /* border-color: transparent; */
  color: #333;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 #fff;
  padding: 4px 9px !important;
  height: auto !important;
  margin-left: 8px !important;
  margin-right: 9px !important;
}
#cartDetails .button.is-light:hover, #cartDetails .button.is-light:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
@media only screen and (min-width: 768px) {
  #cartDetails .button.is-light {
    margin-right: 0.15rem !important;
    margin-left: 0.15rem !important;
  }
}
#cartDetails .button.is-success {
  color: #fff;
  opacity: 1;
  padding: 4px 6px !important;
  height: auto !important;
  margin-right: 9px !important;
  margin-left: 5px !important;
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.08);
}
#cartDetails .button.is-success:focus, #cartDetails .button.is-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
  border-color: #398439;
}

.scrollable {
  height: 490px;
  overflow-y: auto;
}

.scrollable-section {
  height: 600px;
  overflow-y: auto;
}

.mfp-bg {
  background: #333;
  opacity: 0.4;
}

.mfp-wrap .mfp-content .mfp-figure .mfp-close {
  top: 25px;
  right: 0;
  color: white;
  padding-right: 6px;
  background: black;
  width: 30px;
  height: 30px;
  padding-left: 4px;
  border-radius: 100%;
  /* text-align: right; */
  line-height: 25px;
  border: 3px solid white;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .mfp-wrap .mfp-content .mfp-figure .mfp-close {
    right: -13px;
  }
}
.mfp-wrap .mfp-content .mfp-figure .mfp-img {
  padding: 0;
  margin: 40px auto;
  border: 1px solid #444;
}
.mfp-wrap .mfp-content .mfp-figure:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.auth {
  height: 100%;
  background: #f4f5f5;
}

.bodyAuth {
  color: #252a2f;
  background: #f4f5f5;
  height: 100%;
}
.bodyAuth h1, .bodyAuth h2, .bodyAuth h3, .bodyAuth h4, .bodyAuth h5, .bodyAuth h6, .bodyAuth input {
  font-family: "Roboto Condensed", Helvetica, Times New Roman, sans-serif;
  color: #252a2f;
}
.bodyAuth .box-cart,
.bodyAuth .top,
.bodyAuth .card,
.bodyAuth button {
  font-family: "Roboto Condensed", Helvetica, Times New Roman, sans-serif;
}
.bodyAuth input[type=text],
.bodyAuth input[type=email],
.bodyAuth input[type=password] {
  border-radius: 0px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  color: #999;
  height: 40px;
  padding: 6px 12px;
}
.bodyAuth input[type=text]:focus,
.bodyAuth input[type=email]:focus,
.bodyAuth input[type=password]:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bodyAuth .btnSubmitAuth {
  font-weight: 500;
  text-transform: uppercase;
  background-color: #404da2;
  padding: 4px 50px 4px;
  box-shadow: 0 3px 0px rgba(64, 77, 162, 0.65);
  color: #fff;
  letter-spacing: 1.05px;
  line-height: 24px;
  display: inline-block;
  border: none;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  width: 100%;
  position: static;
  margin-top: 12px;
  border-radius: 0;
}
.bodyAuth article {
  border-bottom: 12px solid gainsboro;
}
.bodyAuth main {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0;
}
.bodyAuth main .card {
  border: 1px solid #e8e8e8;
  padding: 30px 70px 30px 30px;
  border-radius: 0 !important;
}
.bodyAuth main .card .card-header {
  box-shadow: none;
  border-bottom: 0;
}
.bodyAuth main .card .card-header h3 {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}
.bodyAuth main .card .card-header h4 {
  font-size: 20px;
}

.checkCustom {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkCustom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 0.25rem;
  height: 16px;
  width: 16px;
  background-color: #eee !important;
  border: 0px solid #eee;
}

/* On mouse-over, add a grey background color */
.checkCustom:hover input ~ .checkmark {
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.checkCustom input:checked ~ .checkmark {
  background-color: #000 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkCustom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkCustom .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.contactPage .field .contact-fields {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0;
}
.contactPage .field .textarea {
  height: 140px;
}
.contactPage .field input[disabled] {
  background-color: #eee !important;
}
.contactPage ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555;
  opacity: 1;
  /* Firefox */
}
.contactPage :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
.contactPage ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
.contactPage .send-btn {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff265a88", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
  border-radius: 0 !important;
  padding: 6px 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.015), 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.015), 0 1px 1px rgba(0, 0, 0, 0.08);
}

.supportPage .box-content {
  max-width: 73%;
  margin: 0 auto;
}

.end-border {
  background-color: gainsboro;
  padding-top: 12px;
}

.myAccount .boxContent {
  background-color: #cfcfcf;
  padding: 15px 31px 37px 31px;
}
.myAccount .boxContent .boxx {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0025), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0025), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.myAccount .boxContent .boxx ul li {
  position: relative;
  display: block;
  padding: 8.5px 15px;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.myAccount .boxContent .boxx ul li a {
  color: #428BCA;
}
.myAccount .boxContent .boxx ul li a:hover {
  text-decoration: underline;
}
.myAccount .boxContent .boxx ul li:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.myAccount .boxContent .boxx ul li.first {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 11px 15px;
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2b669a", GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
  color: white;
}
@media only screen and (min-width: 992px) {
  .myAccount .boxContent {
    width: 68%;
    margin: 0 auto 17px;
  }
}

.statusPage input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  font-size: 11px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.statusPage .field-label {
  padding-top: 7px;
  margin-right: 16px;
}
@media screen and (min-width: 769px), print {
  .statusPage .field-body {
    flex-grow: 2;
  }
}
.statusPage .submitBtn {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #ccc;
  padding: 6px 12px;
  font-size: 14px;
  min-width: 145px;
}
.statusPage .submitBtn:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.accountManagement {
  max-width: 720px;
  margin: 0 auto;
}
.accountManagement .field {
  margin-bottom: 0;
}
.accountManagement input:not([type=submit]), .accountManagement select {
  height: 34px;
  font-weight: bold;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  max-width: 200px;
}
.accountManagement input[disabled] {
  background-color: lightgray !important;
}
.accountManagement input[type=submit] {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #ccc;
  padding: 6px 12px;
  font-size: 14px;
  min-width: 145px;
  font-weight: bold;
  color: #333;
}
.accountManagement input[type=submit]:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
  color: #333;
}
@media screen and (min-width: 769px), print {
  .accountManagement .field-label {
    text-align: left;
  }
  .accountManagement .field-body {
    flex-grow: 4;
  }
}
@media only screen and (max-width: 768px) {
  .accountManagement {
    text-align: center;
  }
  .accountManagement .field {
    margin-bottom: 15px;
  }
  .accountManagement .field-label {
    margin-bottom: 0;
  }
}

.passwordReset .control {
  font-size: inherit;
}
.passwordReset input[type=password] {
  height: 21px;
  border-radius: 0;
  border: 2px solid #000;
  padding: 3px 12px;
  max-width: 165px;
}

/*# sourceMappingURL=custom.css.map */
