/**
 * START Custom select 
 */
.select-style {
  border: 1px solid #666666;
  overflow: hidden;
  background: white url("../images/select-arrow.png") no-repeat right center;
}

.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.select-style select:focus {
  outline: none;
}

.col-xs-4.birth-first {
  padding-left: 0;
  padding-right: 4px;
}

.col-xs-4.birth-second {
  padding-left: 2px;
  padding-right: 2px;
}

.col-xs-4.birth-third {
  padding-left: 4px;
  padding-right: 0;
}

.has-success .select-style {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .select-style:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-warning .select-style {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .select-style:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-error .select-style {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .select-style:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/**
 * END Custom select 
 */
/**
 * START Custom radio and checkbox input
 */
input[type=radio].css-checkbox, input[type=checkbox].css-checkbox {
  display: none;
}

input[type=radio].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 22px;
  padding-top: 1px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
 
}

input[type=radio].css-checkbox + label.css-label {
  background-image: url(../images/radio-dot.png);
}

input[type=checkbox].css-checkbox + label.css-label {
  background-image: url(../images/checkbox-square.png);
  border-color:#FF634D;
}

input[type=checkbox].css-checkbox.black + label.css-label {
  background-image: url(../images/checkbox-square-black.png);
}

input[type=radio].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -19px;
}

input[type=radio].css-checkbox:disabled + label.css-label, input[type=checkbox].css-checkbox:disabled + label.css-label {
  opacity: 0.4
}

label.css-label {
  margin-right: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.css-checkbox.table {
  margin-bottom: 0;
}

.table.css-checkbox > thead > tr > th,
.table.css-checkbox > thead > tr > td,
.table.css-checkbox > tbody > tr > th,
.table.css-checkbox > tbody > tr > td,
.table.css-checkbox > tfoot > tr > th,
.table.css-checkbox > tfoot > tr > td {
  border-top: 0px solid #dddddd;
}

/**
 * END Custom radio and checkbox input
 */
.vertical-space {
  margin-bottom: 5px;
}

.cardnumber .col-xs-3.first {
  padding-right: 3px;
}
.cardnumber .col-xs-3.middle {
  padding-left: 3px;
  padding-right: 3px;
}
.cardnumber .col-xs-2.last {
  padding-left: 3px;
}

.text-myer-red {
  /*color: #c30000;*/
  color: #e95130;
}

a.red-link {
  /*color: #c30000;*/
  color: #FF634D;
  font-size: 11pt;
}
a.red-link:hover, a.red-link:focus {
  /*color: #c30000;*/
   color: #FF634D;
}

a.blue-link {
  color: #005B9A;
  font-size: 11pt;
}

a.blue-link:hover, a.blue-link:focus {
  color: #005B9A;
}


.pwstrength_viewport_progress {
  padding-top: 5px;
}
.pwstrength_viewport_progress .progress {
  height: 10px;
}
.pwstrength_viewport_progress .progress .progress-bar-danger {
  width: 40%;
  background-color: #c30000;
}
.pwstrength_viewport_progress .progress .progress-bar-warning {
  width: 20%;
  background-color: #fff200;
}
.pwstrength_viewport_progress .progress .progress-bar-success {
  width: 40%;
  background-color: #41ad49;
}

.btn-darkgrey {
  color: white;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.btn-darkgrey:hover, .btn-darkgrey:focus, .btn-darkgrey:active, .btn-darkgrey.active, .open > .btn-darkgrey.dropdown-toggle {
  color: white;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.btn-darkgrey:active, .btn-darkgrey.active, .open > .btn-darkgrey.dropdown-toggle {
  background-image: none;
}
.btn-darkgrey.disabled, .btn-darkgrey.disabled:hover, .btn-darkgrey.disabled:focus, .btn-darkgrey.disabled:active, .btn-darkgrey.disabled.active, .btn-darkgrey[disabled], .btn-darkgrey[disabled]:hover, .btn-darkgrey[disabled]:focus, .btn-darkgrey[disabled]:active, .btn-darkgrey[disabled].active, fieldset[disabled] .btn-darkgrey, fieldset[disabled] .btn-darkgrey:hover, fieldset[disabled] .btn-darkgrey:focus, fieldset[disabled] .btn-darkgrey:active, fieldset[disabled] .btn-darkgrey.active {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.btn-darkgrey .badge {
  color: #2a2a2a;
  background-color: white;
}

.btn-lightgrey {
  color: white;
  background-color: #939598;
  border-color: #939598;
}
.btn-lightgrey:hover, .btn-lightgrey:focus, .btn-lightgrey:active, .btn-lightgrey.active, .open > .btn-lightgrey.dropdown-toggle {
  color: white;
  background-color: #939598;
  border-color: #939598;
}
.btn-lightgrey:active, .btn-lightgrey.active, .open > .btn-lightgrey.dropdown-toggle {
  background-image: none;
}
.btn-lightgrey.disabled, .btn-lightgrey.disabled:hover, .btn-lightgrey.disabled:focus, .btn-lightgrey.disabled:active, .btn-lightgrey.disabled.active, .btn-lightgrey[disabled], .btn-lightgrey[disabled]:hover, .btn-lightgrey[disabled]:focus, .btn-lightgrey[disabled]:active, .btn-lightgrey[disabled].active, fieldset[disabled] .btn-lightgrey, fieldset[disabled] .btn-lightgrey:hover, fieldset[disabled] .btn-lightgrey:focus, fieldset[disabled] .btn-lightgrey:active, fieldset[disabled] .btn-lightgrey.active {
  background-color: #939598;
  border-color: #939598;
}
.btn-lightgrey .badge {
  color: #939598;
  background-color: white;
}

/**
 * START bootstrap override/extend
 */
/* full width buttons */
.btn-fluid {
  display: block;
}

input[type="submit"].form-control {
  height: auto;
}

.btn {
  font-weight: bold;
}

/* buttons for mobile */
@media (max-width: 768px) {
  .btn {
    font-size: 10pt;
    line-height: 1.5;
  }
  .btn.visible-xs {
    display: inline-block !important;
  }
}
/* 
 * END bootstrap override
 */
.padding0x {
  padding: 0;
}

body {
  font-size: 12pt;
  /*font-family: myriad-pro;*/
  /*font-family: PlayfairDisplay-Regular;*/
  
  /*font-family: sackersgothicstd-heavy;*/
  font-style: normal;
  color: #2a2a2a;
}

#content {
  padding-top: 95px;
}

/**
 * START HEADER
 */
.topHeader {
  position: fixed;
  width: 100%;
  z-index: 1;
  font-family: poppins;
}

.header {
  background: #ffffff;
  height: 70px;
  padding-top: 10px;
}
.header .logo-container {
  padding: 23px 0 0 0;
  float: left;
  line-height: 25px;
  width: 50%;
}
.header .logo-container .logo {
  width: 100%;
  max-width: 240px;
  background-color: transparent;
  background-image: url("../images/navbar/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.header .menu-container {
  float: right;
  display: inline;
}
.header .menu-container ul.main-menu {
  padding: 0;
  display: block;
  list-style: none outside none;
  float: right;
}
.header .menu-container ul.main-menu li {
  padding-top: 13px;
  padding-left: 6px;
  display: block;
  list-style: none outside none;
  float: left;
  line-height: 10px;
}
.header .menu-container ul.main-menu li a {
  color: #000000;
}
.header .menu-container ul.main-menu li span {
  float: left;
}
.header .menu-container ul.main-menu li span.menu-label {
  padding-top: 3px;
  padding-left: 5px;
}
.header .menu-container .dropdown {
  float: right;
  padding-top: 9px;
  margin-right: 23px;
}
.header .menu-container .dropdown .caret {
  border-top: 7px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.header .menu-container .dropdown .dropdown-menu {
  margin-top: 0px;
  border: 0px none transparent;
  background: transparent;
  padding: 0;
}
.header .menu-container .dropdown .dropdown-menu a {
  background: #eeeeee;
  border: 1px solid #ccc;
  margin: 2px 0;
  text-align: left;
  line-height: 30px;
}
.header .menu-container .dropdown .dropdown-menu a:hover {
  background: #e0e0e0;
}
.header .menu-container .dropdown span {
  float: left;
  font-size: 14pt;
 color: #000000;
 
}
.header .menu-container .dropdown span.menu-label {
  padding-left: 3px;
  padding-top: 7px;
}
.header .menu-container .dropdown a {
  background: #ffffff;
  overflow: hidden;
  display: block;
  padding: 4px;
}
.header .icon {
  display: block;
  height: 30px;
  width: 32px;
  background-repeat: no-repeat;
}
.header .icon.icon-catalogue {
  /*background-image: url("../images/navbar/catalogue.png");*/
}
.header .icon.icon-storelocator {
  /*background-image: url("../images/navbar/store.png");*/
}
.header .icon.icon-login {
  /*background-image: url("../images/navbar/LOGIN button.jpg");*/
  background-image: url("../images/navbar/login.png");
}
.header .icon.icon-logout {
  background-image: url("../images/navbar/login.png");
}
.header .icon.icon-hamburger {
  background-image: url("../images/navbar/hamburger.png");
}

.subheader {
  background: #fff;
  padding-bottom: 5px;
}
.subheader ul {
  padding: 0;
  margin-right: 23px;
  margin-bottom: 16px;
  display: block;
  list-style: none outside none;
}
.subheader ul li {
  padding-top: 0;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  font-size: 13pt;
  padding-right: 24px;
  display: block;
  list-style: none outside none;
  float: left;
}
.subheader ul li a {
  color: #000000;
}

.mobile-navbar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 80%;
  margin-right: -80%;
  background: #dedede;
  height: 100%;
  overflow-y: auto;
}
.mobile-navbar .nav {
  margin-top: 0;
}
.mobile-navbar .nav li {
  background: #eeeeee;
  border: 1px solid #ccc;
  margin: 0;
  text-align: left;
}
.mobile-navbar .nav li:hover {
  background: #e0e0e0;
}
.mobile-navbar .nav li a {
  background: transparent;
}
.mobile-navbar .nav li a:hover {
  background: transparent;
}
.mobile-navbar .nav li #shoponlinesubmenu {
  margin-left: 40px;
}

#contentLayer {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

#content {
  background: #ffffff;
  position: relative;
  z-index: 0;
  font-family: poppins;
}

/*menu*/
.menu-icon {
  width: 30px;
  height: 30px;
  background-size: contain;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.menu-icon-dashboard {
  background-image: url(../images/icons/dashboard.png);
}

.menu-icon-catalogues {
  background-image: url(../images/icons/catalogues.png);
}

.menu-icon-events {
  background-image: url(../images/icons/events.png);
}

.menu-icon-shoponline {
  background-image: url(../images/icons/shoponline.png);
}

.menu-icon-storelocator {
  background-image: url(../images/icons/storelocator.png);
}

.menu-icon-accountdetails {
  background-image: url(../images/icons/accountdetails.png);
}

.menu-icon-preferences {
  background-image: url(../images/icons/preferences.png);
}

.menu-icon-replacementcard {
  background-image: url(../images/icons/replacementcard.png);
}

.menu-icon-addcardholder {
  background-image: url(../images/icons/addcardholder.png);
}

.menu-icon-logout {
  background-image: url(../images/icons/logout.png);
}

/* mobile header*/
@media (max-width: 430px) {
  #content {
    padding-top: 75px;
    font-family: Poppins;
  }

  .header {
    padding-top: 0;
    height: 55px;
  }
  .header .logo-container {
    padding: 15px 0 0 15px;
    /*            .logo {
                    width: 200px;
                    height: 20px;
                }*/
  }
  .header .menu-container ul.main-menu {
    padding-top: 12px;
    margin-right: 15px;
  }
  .header .menu-container ul.main-menu li {
    padding-top: 6px;
  }
}

/* mobile header*/
@media (min-width: 431px) and (max-width: 767px) {
  #content {
    padding-top: 160px;
  }

  .header {
    padding-top: 0;
    height: 55px;
  }
  .header .logo-container {
    padding: 15px 0 0 15px;
    /*            .logo {
                    width: 200px;
                    height: 20px;
                }*/
  }
  .header .menu-container ul.main-menu {
    padding-top: 12px;
    margin-right: 15px;
  }
  .header .menu-container ul.main-menu li {
    padding-top: 6px;
  }
}
/*
@media (max-width: 250px) {
    .header {
        .logo-container {
            .logo {
                width: 130px;
                height: 13px;
            }
        }
    }
}

@media (min-width: 251px) and (max-width: 400px) {
    .header {
        .logo-container {
            .logo {
                width: 130px;
                height: 13px;
            }
        }
    }
}
*/
#content.mobile-app {
  padding-top: 0;
}

/**
 * END HEADER
 */
/**
 * START FOOTER
 */
.page-footer {
  background: #ffffff;
  color: #000000;
  text-align: center;
}
.page-footer a {
  color: #000000;
}
.page-footer a:hover, .page-footer a:focus {
  color: #000000;
}
.page-footer .page-footer-links {
  font-weight: 300;
  padding-top: 30px;
  height: 80px;
  border-bottom: 1px solid #2a2a2a;
}
.page-footer .page-footer-copyright {
  font-size: 10pt;
  font-weight: 300;
}
.page-footer .page-footer-copyright .copy-text{
  margin-top: 15px;
  }

@media (max-width: 767px) {
  .page-footer .page-footer-links {
    padding: 10px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .footer-item {
    display: inline;
    margin-right: 5%;
  }
}
/*
#footer #footer-links a {
    color: #fff;
}
*/
.page-footer .opacity-hover-links {
    text-decoration: none;
    color: #fff;
	background: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -outline-styleransition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.page-footer .footer-social {
    text-align: center;
}
@media (min-width: 992px) {
    .page-footer .footer-social {
    text-align: right;
}
}
.page-footer .footer-social ul {
  list-style: none;
  padding-left: 0;
}

.page-footer .footer-social li .footer-facebook {
/*background-position: 10px 0;*/
}
.page-footer .footer-social li .footer-social-link {
/*background: url(../images/ico-footer-social-ordermgt.gif) 0px 0px no-repeat;
height: 44px;
width: 44px;
display: block;*/
text-indent: -999em;
}
.page-footer .footer-social li .footer-facebook {
background-position: 10px 0;

}
.page-footer .footer-social li .footer-pinterest {
background-position: -34px 0;
}
.page-footer .footer-social li .footer-twitter {
background-position: -78px 0;
}
.page-footer .footer-social li .footer-instagram {
background-position: -122px 0;
}
.page-footer .footer-social li .footer-youtube {
background-position: -165px 0;
}
.page-footer .footer-social li {
display: inline-block;
}

/**
 * END FOOTER
 */
.semibold {
  font-weight: 600;
}

.main-body {
  min-height: 200px;
  margin-bottom: 10px;
}

h1 {
  font-weight: 300;
}

h2 {
  font-weight: 600;
}

h3 {
  font-weight: 400;
}

.table > tbody > tr > td {
  padding: 7px;
}

.help-block:empty {
  margin-top: 0;
  margin-bottom: 0;
}

..help-block {
  text-align: left;
}
.help-block ul, .alert-danger ul  {
  list-style: none;
  padding-left: 0px;
}

.card-number {
  font-size: 1.25em;
  font-weight: bold;
}

/**
 * page sub header
 */
.page-head {
  background-position: 50% 50%;
  background-size: cover;
  height: 50px;
  position: relative;
  margin-bottom: 20px;
 /* background-image: url(../images/head_bg-dark.png);*/
 background-color: #FF4F35;
}
.page-head-blue {
  /*background-image: url(../images/head_bg-blue.png);*/
}
.page-head .container {
  position: relative;
  height: 100%;
}
.page-head .container h2 {
  position: absolute;
  bottom: -4px;
  left: 15px;
  color: #000;
  font-weight: 300;
  font-size: 34px;
}

@media (max-width: 767px) {
  .page-head {
    height: 39px;
  }
  .page-head .container h2 {
    left: 0;
    font-size: 20px;
  }
}


/*Hamburger menu new*/
.navbar-collapse {
    padding: 0;
    border: none;
    box-shadow: none;
}

.navbar-title {
    background: #2a2a2a;
    color: #fff;
    padding: 15px 25px;
}

.navbar-myer{
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-myer li {
    background: #FFF;
    width: 100%;
}

.navbar-myer li.divider {
    height: 20px;
    border-bottom: 1px #cacaca solid;
    border-top: 1px #cacaca solid;
    background: #f3f3f3;
}

.navbar-myer li.haschildren {
    background: #f3f3f3;
}

.navbar-myer li a {
    padding: 15px 0px;
    margin-left: 20px;
    border-bottom: 1px #cacaca solid;
    display: block;
    position: relative;
}

.navbar-myer li.haschildren a.collapsed  span { /*Triangle*/
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 50%;
}

.navbar-myer li.haschildren a span { /*Triangle*/
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 5px 3.5px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    right: 20px;
    top: 50%;
}

.navbar-myer li a.noborder {
    border-bottom: none;   
}

.navbar-myer li .subnav {
    list-style: none;
    margin: 0;
    padding: 0 0 15px 0;
}

    .navbar-myer li .subnav li {
        background: #f3f3f3;
    }

    .navbar-myer li .subnav a {
        border-bottom: none!important;
        font-weight: lighter;
        padding: 5px 0;
    }

.navbar-myer .loggedin {
    background: #4e4e4e;
    border-bottom: 5px solid #000;
}

.navbar-myer .loggedin a, .navbar-myer .loggedout a{
    color: #FFF;
    border-bottom: none;
}

.navbar-myer .loggedout {
    background: #7e7e7e;
    border-bottom: 6px solid #000;
}

/*end of hamburger menu new*/

/*Used in the accountdetail component only*/
.select-title{ 
  height: 34px;
}

.select-title select{ 
  width: 140%;
}

.txt-firstname{
  width: 98%;
  float: right;
}

#joinForm input[type="submit"] {
  margin-bottom: 10px;
  margin-top: 70px;
}

.loading {
 display: inline-block;
background: url("../images/loading32.gif") no-repeat center center;
width: 24px;
height: 24px;
background-size: 66%;
float: left;

}

/*end of Used in the accountdetail component only*/

.height100 {
  height: 100%;
}

.hideOverflow
{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.text-lowercase {
  text-transform: lowercase;
}

/*Terms & Conditions CSS*/
.tandc-head {
  /* background-image: url(../Images/head-bg.jpg); */
  background-color: #FF4F35;
}

.tandc-body a {
  display: block;
  border-bottom: 1px solid #e8e9ea;
  background: url('../images/arrow.png') no-repeat right bottom;
  background-size:32px 32px;
  padding: 10px 0 10px 10px;
  margin-top: 10px;
  font-weight: bold;
}

  .tandc-body a:hover {
      color: #c30000;
  }

/*Contact Us CSS*/
.contact-us-head {
  /* background-image: url(../Images/head_bg.jpg); */
  background-color: #FF4F35;
}

.contact-us h3{
  font-size: 24px;
  font-weight: bold;
}

.contact-us h4{
  font-size: 21px;
  font-weight: bold;
}

.customerDay {
  display: inline-block;
  width: 170px;
}

/*FAQ CSS*/
.answer-head {
  /* background-image: url(../images/head_bg.jpg); */
  background-color: #FF4F35;
}

.question-answer-item {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.question-answer-item .question-item .glyphicon {
  margin-right: 10px;
}
.question-answer-item .answer-item {
  padding-left: 26px;
}
.question-answer-item .collapse-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background-position: 50% 50%;
}
.question-answer-item .collapse-btn.chevron-down {
  background-image: url(../images/icons/chevron-down.png);
}
.question-answer-item .collapse-btn.chevron-up {
  background-image: url(../images/icons/chevron-up.png);
}

/*Request Replacement Card CSS*/
.verifymyaccount-head {
  /*background-image: url(../images/head_bg.jpg);*/
  background-color: #FF4F35;
}

/*Change Password CSS*/
.changepassword-head {
  /*background-image: url(../images/head_bg.jpg);*/
  background-color: #FF4F35;
}

.margintop0 {
  margin-top: 0;
}