/* Custom styles for Nova and Legacy */
html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Open Sans', Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #000 !important;
    line-height: 1.4 !important;
    /* bottom margin set to footer height + 20 pixels for spacing */
    margin-bottom: 108px;
    background-color: #fff !important;
}

header {
    text-align: left;
    padding: 30px 0 0 0;
}
.social_and_contact {
    display: inline-flex;
}

.social_and_contact img {
    margin: 2px 2px 0 0;
}
footer {
    background-color: #394249;
    width: 100%;
    display: block;
    color: #fff;
    margin-top: -20px;
    position: absolute;
    bottom: 0;
}
footer a, footer a:focus, footer a:hover {
    color: #eee;
}
footer hr {
    border: 0;
    background-image: linear-gradient(to bottom, #797979, #2C3F50);
    height: 2px;
    margin-bottom: 15px;
}
.panel-default {
    border-color: rgba(62, 86, 106, 1);
}
.panel-login ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  text-transform: uppercase;
}
.panel-login ::-moz-placeholder { /* Firefox 19+ */
  color: white;
  text-transform: uppercase;
}
.panel-login :-ms-input-placeholder { /* IE 10+ */
  color: white;
  text-transform: uppercase;
}
.panel-login :-moz-placeholder { /* Firefox 18- */
  color: white;
  text-transform: uppercase;
}
.panel-login input[type=text], .panel-login input[type=password], .panel-login input[type=email] {
    background-color: #51C0D4;
    color: white;
    border: 0;
    padding: 10.5px 6px;
    border-radius: 0;
    height: auto;
    font-size: 14px;
}
.alert-box {
    height: 49px;
    padding: 8px;
}
.panel-login input[type=submit] {
    background-color: #51C0D4;
    color: white;
    border: 0;
    padding: 10.5px 6px;
    border-radius: 0;
    height: auto;
    font-size: 14px;
}
.panel-login .login-form-msg {
    font-size: 12px;
    font-weight: bold;
    color: #EB6500;
    clear: both;
}
.panel-login input[type=text], .panel-login input[type=password], .panel-login input[type=email] {
    width: 350px;
    font-size: 14px;
}
.panel-login input[type=submit] {
    width: 100px;
    text-transform: uppercase;
    padding: 7px 6px;
}
.panel-login input[type=submit]:hover {
    background-color: rgba(123, 236, 255, 1);
}
.panel-login input[type=submit].register-btn {
    background-color: #51C0D4;
    width: 100%;
    font-size: 14px;
}
.panel-login input[type=submit].register-btn:hover {
    background-color: rgba(123, 236, 255, 1);
}

.container-custom{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
    min-height: 100%; 
    width: 80% ;
}
.separator{
    height: 125px;
    content: " ";
    display: block;
    position: relative;
    clear: both;
}
@media (min-width:768px){
    .container-custom{
        width:80%;
    }
}

@media (min-width:992px){
    .container-custom{
        width:84%;
    }
}

@media (min-width:1200px){
    .container-custom{
        width:80%;
    }
}

.pull-right{
    cursor: default;
}
/* .container {
    width: 1366px !important;

} */
.logo {
    margin: 20px 15px 0px 15px !important;
}
.lt-blue-bg {
    background-color: #E5EDF0;
}
.home-well {
    background: white none;
    border: none;
    border-radius: 0;
    padding: 36px;
}
.editable-upper {
    max-height: 25em;
    overflow: hidden;
    margin-bottom: 30px;
}
.editable-lower {
    max-height: 222px;
    overflow: hidden;
}
.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
.forgot-pass-link {
    font-size: 12px;
    color: #51C0D4;
}
.forgot-pass-link:hover {
    color: rgba(123, 236, 255, 1);
    text-decoration: none;
}
.form-group {
    margin-bottom: 18px !important;
}
.form-control {
    border-radius: 0;
    border: 1px solid rgba(71, 168, 186, 1);
    height: 30px;
    font-size: 12px;
}

.heading {
    margin-bottom: 10px;
}
.panel-login.panel-form {
    padding: 10px 68px 40px 68px;
    background-color: rgba(62, 86, 106, 1);
}

.login-form {
    margin: 0px 0px 30px 0px;
}
.login-info {
     color: rgba(81, 192, 212, 1);
}
.login-info a {
    text-decoration: underline;
}
.panel {
    border-radius: 0;
}
.panel-login {
    padding: 40px 68px 40px 68px;
    background-color: rgba(62, 86, 106, 1);
}
.panel-register {
    margin-top: 50px;
}
.phone-icon {
    font-size: 18px;
    color: rgba(81, 192, 212, 1);
    margin-top: 2px;
}
.header-phone-no {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}
.pull-left{
    color: #51C0D4;
}
/* Top Search Bar Styles */
.search-bar {
    width: 100%;
    height: 72px;
    line-height: 37px;
    background-color: rgba(81, 192, 212, 1);
    vertical-align: middle;
}
.search-label {
    display: inline-block;
    margin-top: 17.5px;
    float: left;
    width: 100px;
    font-size: 12px;
    border: 1px solid rgba(127, 189, 231, 1);
    background-color: rgba(251, 251, 251, 1);
    height: 37px;
    padding-left: 8px;
    padding-top: 8px;
}
.category-dropdown {
    color: #333333;
    background-color: white;
    width: 220px;
    z-index: 2050;
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    padding: 0;
    border: 1px solid rgba(81, 192, 212, 1);
}
.category-dropdown:hover, .category-dropdown:active {
    color: rgba(81, 192, 212, 1);
    background-color: white;
    border: 1px solid rgba(81, 192, 212, 1);
}
.category-dropdown li a::before {
    content: '•';
    color: rgba(81, 192, 212, 1);
    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.category-dropdown li {
    padding-left: 18px;
    padding-right: 8px;
    margin-left: 0px;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #F2F2F2;
}
.category-dropdown li a {
    text-decoration: none;
    cursor: pointer;
    color: rgb(204, 204, 204);
    width: 100%;
    line-height: 37px;
    outline: 0;
}
.category-dropdown li a:hover, .category-dropdown li a:active {
    text-decoration: none;
    color: #3498DB;
    outline: 0;
}
.select-caret {
    margin-right: 0;
    float: right;
    position: relative;
    top: 7px;
}
@media (min-width: 1366px){
    .search-term-box{
        width: 59%;
    }
}

@media (max-width: 1366px){
    .search-term-box{
        width: 52%;
    }
}

@media (max-width: 1200px){
    .search-term-box{
        width: 40%;
    }
}

.search-term-box {
    height: 37px;
    margin-top: 17.5px;
    float: left;
    /* line-height: 72px; */
}

.search-term-input {
    font-family: OpenSans, "Open Sans";
    font-weight: 400;
    font-style: normal;
    color: rgb(30, 30, 30);
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    height: 37px;
    width: 100%;
    padding: 0 8px;
    margin: 0 !important;
    box-sizing: border-box;
    border: 1px solid rgba(81, 192, 212, 1);
    border-radius: 0px;
    
}
.search-term-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: OpenSans, "Open Sans";
    font-weight: 400;
    font-style: normal;
    color: rgb(204,204,204);
}
.search-term-input::-moz-placeholder {/*Mozilla Firefox*/
    font-family: OpenSans, "Open Sans";
    font-weight: 400;
    font-style: normal;
    color: rgb(204,204,204);
    
}
.search-term-input:focus {
    border: solid 1px transparent;
}
.search-form-go-box {
    height: 72px;
    float: left;
}
.supplier-catalog-text {
    margin-top: 10px;
}
.supplier-catalog-box {
    height: 110px !important;
}
.supplierSearch .search-term-box{
    margin-top: 5px;
    width: 600px;
    /* margin-left: 110px; */
}
.supplierSearch .search-term-box .search-term-input{
    margin-top: 5px;
    width: 100%;
}
.supplierSearch .search-form-go-box{
    margin-top: 5px;
}
.supplierSearch .filters-box {
    top:30px;
}
.supplierSearch .btn-search-form {
    margin-top: 0px;
}

.search-ndc-box {
    width: 100px;
    height: 37px;
    margin-top: 17.5px;
    margin-left: 10px;
    float: left;
}
.search-ndc-label{
    color: white;
    font-weight: 600;
}
.btn-search-form {
    height: 37px;
    margin-top: 17.5px;
    position: relative;
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    background-color: rgba(38, 121, 135, 1);
    box-sizing: border-box;
    border: 1px solid rgba(147, 214, 225, 1) !important;
    color: white;
}
.btn-search-form:hover, .btn-search-form:active, .btn-search-form:focus, .btn-search-form:visited {
    background-color: rgba(30, 97, 108,1);
    color: white;
    box-shadow: none;
}
.search-form-shortdate-box {
    height: 72px;
    float: right;
    margin-right: 10px;
}
.search-form-prime-box {
    height: 72px;
    float: right;
}
.nav>li>a {
    text-transform: uppercase;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}
.navbar, .navbar-default {
    background: inherit;
    border: none;
    margin-bottom: 0;
}
.navbar-nav>li>a {
    padding-top: 21px;
    padding-bottom: 19px;
    line-height: 20px;
    cursor: pointer;
}
.ndc-specific-checkbox{
    cursor: pointer;
    vertical-align: bottom;
    margin-bottom: 11px !important;
}
/* Main Menu Dropdown Submenu Items */
#top_menu .dropdown-menu {
    background-color: rgb(68, 78, 86) !important;
    border-radius: 0;
    border: none;
}
/* This is the "balloon arrow" */
#top_menu .dropdown-menu::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -34px;
    left: 19px;
    border: 17px solid transparent;
    border-bottom-color: rgb(68, 78, 86);
}
#top_menu {
    margin: 0;
    white-space: nowrap;
    width: 100%;
    background-color: #394249;
    border: 1px solid #4A799C;
}
#top_menu ul li a {
    color: #FFFFFF !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
#top_menu ul li a:hover {
    color: rgb(81, 192, 212) !important;
}
#top_menu ul.dropdown-menu li {
    text-align: left;
    padding: 0;
}
#top_menu ul.dropdown-menu li a {
    font-weight: normal;
    width: 100%;
    position: relative;
    margin-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.submenu-caret {
    color: rgba(68, 78, 86, 1);
    margin-right: 20px;
    position: absolute;
    top: 14px;
    right: 0px;
}
#top_menu ul.dropdown-menu li a::before {
    content: '•';
    color: rgb(81, 192, 212);
    font-size: 18px;
    position: relative;
    top: 2px;
}
#top_menu .dropdown-menu .divider {
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    overflow: hidden;
    background-color: #e5e5e5;
    width: 80%;
    clear: both;
}
#top_menu .dropdown-menu>li>a:focus, #top_menu .dropdown-menu>li>a:hover {
    background: inherit;
}
/*
 * Typeahead 
 */
.typeahead-menu {
    background-color: white;
    border: none;
    z-index: 2000; /* Overlays the main menu */
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.typeahead-menu li a::before {
    content: '•';
    color: rgba(81, 192, 212, 1);
    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.typeahead-menu li {
    padding-left: 18px;
    padding-right: 8px;
    margin-left: 0px;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #F2F2F2;
}
.typeahead-menu li a {
    text-decoration: none;
    cursor: pointer;
    color: #333333;
    width: 100%;
    line-height: 37px;
}
.typeahead-menu li a:hover, .typeahead-menu li a:active {
    text-decoration: none;
    color: #333333;
}
.typeahead-menu li:hover {
     background-color: #FBFBFB;
}
.typeahead-caret {
    color: #C0C0C0;
    margin-right: 0;
    float: right;
    top: 13px;
}
/*
 * Log In Page
 */
.login-bg {
/*    background-color: #3498DB;*/
    background-color: #3e4d50;
}
.full-height {
    position: relative;
}
.login-container {
    width: 489px;
    margin: 0 auto;
}
.login-banner {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: -5px;
}
.login-footer, .login-footer a {
    color: #5A8088;
}
.login-footer a:hover {
    color: white;
}
.register-btn-title {
    font-size: 20px;
    margin-top: 0;
}
.box-shadow {
    box-shadow: 10px 10px 25px rgba(40, 40, 40, 1);
    background-color: rgba(62, 86, 106, 1);
}
.vertical-center {
    min-height: 100%;  /* Fallback for vh unit */
    min-height: 97vh;
    
    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    /* Align the bootstrap's container vertically */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* For older browsers, specify the width of the flex container */
    width: 100%;
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
       hence the bootstrap's container won't be aligned to the center anymore.
    
       Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
/* Stop the menu from collapsing */
.navbar-collapse.collapse {
    display: block !important;
}
.navbar-nav>li, .navbar-nav {
    float: left !important;
}
.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}
.navbar-right {
    float: right !important;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute !important;
        float: left !important;
        margin-top: 0;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 1.42857143 !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}
/*
    Css for Landing page
*/
.suggestive-title {
    height: 74px;
    /* background-color: rgba(251, 251, 251, 1); */
    box-sizing: border-box;
    /* border: 1px solid rgba(242, 242, 242, 1); */
    border-radius: 0px;
    text-align: left;
    margin-top: 10px;
    
}
.suggestive-title-text {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-size: 20px;
    position: relative;
    color: #51C0D4;
    top: 7px;
    text-align: left;
}
.suggestive-title1 {
    width: 100%;
    height: 74px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid rgba(242, 242, 242, 1);
    border-radius: 0px;
    text-align: left;
    margin-top: 10px;
    border-top-color: #51C0D4;
    border-top-width: 2px;
}
.paraStyle {
    color: #000000;
    font-size: 17px;
    padding-top: 10px
}
.suggestive-title-text1 {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-size: 20px;
    position: relative;
    color: #51C0D4;
    width: 100%;
    height: 200%;
    top: -11px;
    text-align: left;
}
.result-set-main {
    font-family: 'Open Sans Bold', 'Open Sans';
    min-width: 100% !important;
    display: block;
}
.result-set-column {
    height: 35px;
    border: none;
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
    line-height: 35px;
    float: left;
    margin-left: 5px;
    cursor: text;
    z-index: 7;
}
.result-cell-pic {
    width: 60px !important;
    overflow: visible !important; 
    z-index: 3;
}
/* These should all add up to 1335 */

@media (min-width: 1366px){
    .result-cell-pic { width: 5% }
    .result-cell-ndc { width: 10%; }
    .result-cell-str { width: 9%; }
    .result-cell-mfg { width: 9%; }
    .result-cell-sup { width: 12% }
    .result-cell-dos { width: 7%; }
    .result-cell-siz { width: 7%; }
    .result-cell-exp { width: 7%; }
    .result-cell-uni { width: 7%; }
    .result-cell-pri { width: 7%; }
    .result-cell-avail { width: 6%; }
    .result-cell-cart { width: 10%; }
}

@media (max-width: 1366px){
    .result-cell-pic { width: 5% }
    .result-cell-ndc { width: 10%; }
    .result-cell-str { width: 9%; }
    .result-cell-mfg { width: 9%; }
    .result-cell-sup { width: 12% }
    .result-cell-dos { width: 5%; }
    .result-cell-siz { width: 5%; }
    .result-cell-exp { width: 5%; }
    .result-cell-uni { width: 5%; }
    .result-cell-pri { width: 5%; }
    .result-cell-avail { width: 5%; }
    .result-cell-cart { width: 15%; }
}

.see-more-btn {
    display: block;
    font-family: "Open Sans Bold", "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    height: 30px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 196px;
    background-color: rgba(235, 101, 0, 1);
    border: none;
    float: left;
    line-height: 30px;
    margin: 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.see-more-btn:hover {
  background-color: rgba(217, 108, 0, 1);
}
.result-row-name-container {
    min-width: 100% !important;
    height: 26px;
    background-color: rgba(81, 192, 212, 1);
    border: none;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    position: relative;
    float:left;
}
.heart-icon:hover, .heart-icon:focus {
   color: rgba(235, 101, 0, 1);
}
.result-lowest-msg-box {
    float:left;
}
.result-lowest-msg-text {
    float:left;
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';    
    color: #3498DB;
    font-size: 14px;
    font-weight: 600;
}
.result-lowest-img {
    float:left;
    width: 20px;
    height: 20px;
}

.result-row-expire-date-identification-color{
    color: orange;
    font-weight: 600;
}

.result-row-column {
    height: 55px;
    float: left;
    position: relative;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5px;
    display: inline-block;
    overflow: hidden;
}
.result-row-cell {
    position: relative;
    width: 100%;
    border-right: 1px solid lightgray;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result-row-cell-pic {
    position: relative;
    width: 100%;
    border-right: 1px solid lightgray;
    float: left;
}
.noborder { border: none; }
a.ndc-link {
    color: #333;
    text-decoration: underline;
}
.product-thumb {
    position:relative;
    width: 35px;
    height: 35px; 
    border: none;
    z-index: 1;
    left: 10px;
    top: 0px;
}
.product-thumb:hover {
    cursor: pointer;
}
.product-thumb-clicked {
    width: 250px;
    position:relative;
    z-index: 300;
    float: left;
    border: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }
 @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }
 .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
 
.result-row-rebate {
    position:relative;
    height: 20px;
    font-size: 10px;
    top: -20px;
}
.result-row-desc {
    width: 100%;
    height: 30px;
    background: inherit;
    background-color: rgba(242, 242, 242, 1);
    box-sizing: border-box;
    border: 1px solid rgba(242, 242, 242, 1);
    position: relative;
    float: left;
    line-height: 30px;
}
.result-row-desc-label {
    float: left;
    margin-left: 15px;
    font-family: 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    color: #333333;
}
.result-row-desc-desc {
    max-width: 742px;
    height: 30px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 13px;
    font-family: "Open Sans";
    font-weight: 400;
    padding-left: 5px;
}
.result-row-desc-noclick {
    max-width: 742px;
    height: 30px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 13px;
    font-family: "Open Sans";
    font-weight: 400;
    padding-left: 5px;
}
.result-row-desc-desc:hover {
    color: lightgray;
    cursor: pointer;   
}
.result-row-desc-desc-clicked {
    overflow: visible;
    white-space: normal;
    background-color: rgba(242, 242, 242, 1);   
    position:relative;
    max-width: 742px;
    z-index: 1000;
    float: left;
    padding-right: 5px;
     -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 6px 6px 6px -3px rgba(99,99,99,0.96);
    -moz-box-shadow: 6px 6px 6px -3px rgba(99,99,99,0.96);
    box-shadow: 6px 6px 6px -3px rgba(99,99,99,0.96);
    font-size: 13px;
    line-height: 17px;
    top: 7px;
    padding-left: 5px;
    padding-bottom: 5px;
}
.result-row-desc-box {
    position: relative;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 170px;
    float: right;
    margin-right: 10px;
    text-align: right;
}
.result-row-desc-box-pac { width: 100px !important; }
.notif-icon-img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.result-row-space {
    height: 10px;
    float:left;
}
.no-result-msg {
    float:left;
    position:relative;
}
button {
    border: none;
    color: white;
    padding: 0;
    line-height: 30px;
}
.apply-for-account {
    /* Everything else is in the .btn or .btn-warning classes */
    width: 100%;
}
input {
    border: solid 1px rgba(81, 192, 212, 1);
    line-height: 28px; /* +2px for the border makes 30 */
    padding: 0 3px;
    margin: 0 3px;
    vertical-align: baseline;
}
.cart-sup-small input[type=number]::-webkit-inner-spin-button, 
.cart-sup-small input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.cart-sup-small input[type=number] {
    -moz-appearance:textfield;
}

.btn {
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-image: none;
    border: 1px transparent solid;
    border-radius: 0;
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    filter: none;
}
.btn-primary {
    background-color: rgba(81, 192, 212, 1);
}
.btn-primary:focus, .btn-primary:hover {
    background-color: rgba(71, 168, 186, 1);
    border-color: transparent;
}
.btn-warning {
    background-color: #EB6500;
    border-color: transparent;
}
.btn-warning:focus, .btn-warning:hover {
    background-color: rgb(217, 108, 0);
    border-color: transparent;
}

.btn-in-cart {
    background-color: rgba(191, 211, 219, 1);
    padding: 0 0px;
    font-size: 10px;
}
.btn-primary.disabled,
.btn-primary.disabled.active, 
.btn-primary.disabled.focus, 
.btn-primary.disabled:active, 
.btn-primary.disabled:focus, 
.btn-primary.disabled:hover, 
.btn-primary[disabled], 
.btn-primary[disabled].active, 
.btn-primary[disabled].focus, 
.btn-primary[disabled]:active, 
.btn-primary[disabled]:focus, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary, 
fieldset[disabled] .btn-primary.active, 
fieldset[disabled] .btn-primary.focus, 
fieldset[disabled] .btn-primary:active, 
fieldset[disabled] .btn-primary:focus, 
fieldset[disabled] .btn-primary:hover {
    background: rgba(191, 211, 219, 1) none;
    border-color: transparent;
    opacity: 1;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
.btn-favorites {
    background-color: rgba(44, 62, 80, 1);
    border-color: transparent;
}
.btn-favorites:focus, .btn-favorites:hover {
    background-color: rgba(62, 87, 113, 1);
    border-color: transparent;
    color: white;
}
.btn-favorites-added, .btn-favorites-added:focus, .btn-favorites-added:hover {
    background-color: rgba(62, 87, 113, 1);
    border-color: transparent;
    color: white;
    line-height: 12px;
    height: 30px;
    vertical-align: middle;
    padding: 0;
    width: 30px;
    position: relative;
}
.in-fav-legend {
    font-size: 11px;
}
/* Modals */
.modal-dialog {
    min-height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.modal-content {
    background-color: rgba(251, 251, 251, 1);
    border: none;
    color: #333333;
    border-radius: 0;
    min-width: 600px;
}
.modal-header {
    text-transform: uppercase;
    color: white;
    text-align: center;
    background-color: rgba(57, 66, 73, 1);
}
.modal-header h3 {
    font-size: 16px; 
    font-weight: bold;
}
.modal-body { }
.modal-footer { }
.btn-modal, .btn-modal:hover {
    width: 155px;
    color: white;
    text-transform: uppercase;
}
.btn-modal { background-color: rgba(235, 101, 0, 1); }
.btn-modal:hover { background-color: rgba(217, 108, 0, 1); }
.btn-modal.cancel { background-color: #F69222; color: white;}
.btn-modal.cancel:hover { background-color: #F69222; }
.filters-box {
    position:absolute;
    height:100%;
    width:865px;
    top:0px;
    right: 0%;
}
.filter-column-box {
    position: relative;
    height: 100%;
    width: 190px;
    float: right;
}
.select-display-amount {
    margin: 25px 25px 25px 50px;
    background-color: #F4FCFD;
}
.select-sortby {
    margin: 25px 25px 25px 0px;
    background-color: #F4FCFD;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 26px;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    width: 180px;
    cursor: pointer;
}
.select-text{
    position: relative;
    top: 4px;
    left: 0px;
    font-weight: 600;
}
/*
* Shopping cart CSS
*/
.cart-title-box {
    height: 74px;
    background-color: rgba(251, 251, 251, 1);
    box-sizing: border-box;
    border: 1px solid rgba(242, 242, 242, 1);
    border-radius: 0px;
    text-align: left;
    margin-top: 10px;
}
.cart-title-text {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-size: 20px;
    position: relative;
    color: #51C0D4;
    width: 331px;
    top: 7px;
    text-align: left;
    float: left;
}
.cart-text-total-box {
    height: 100%;
    float: right;
    line-height: 72px;
    font-family: 'Open Sans Semibold', 'Open Sans Regular', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    margin-right: 15px;
}
.cart-title-checkout-box {
    height: 100%;
    float: right;
}
.btn-title-cart-checkout {
    width: 139px;
    margin-top: 15px;
}
.cart-footer-box {
    height: 140px;
    width: 100%;
}
.cart-footer-container-right {
    padding-top: 10px;
    float: right;
    height: 100%;
    width: 350px;
}
.btn-cart-footer-checkout {
    width: 95%;
    margin-top: 15px;
    font-weight: bold;
}
.cart-footer-text-left-box {
    float: left;
    width: 195px;
    text-align: right;
    margin-right: 10px;
}
.cart-footer-text-right-box {
    float: left;
    width: 100px;
    text-align: left;
}
.cart-footer-text-common {
    font-family: 'Open Sans Semibold', 'Open Sans Regular', 'Open Sans';
    font-style: normal;
    color: #5E5E5E;
}
.cart-footer-text-sm {
    font-weight: 600;
    font-size: 14px;
}
.cart-footer-number-sm {
    font-weight: 700;
    font-size: 14px;
}
.cart-footer-text-lg {
    font-weight: 600;
    font-size: 18px;
    color: #EB6500;
}
.cart-footer-number-lg {
    font-weight: 700;
    font-size: 18px;
    color: #EB6500;
}
.cart-supplier-box {
    border:0px solid black;
}
.cart-sup-header {
    border:0px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    display: inline-block;
    width: 100%;
}
.cart-header-sup-lbl {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    float:left;
    margin-left: 0px;
}
.cart-header-sup-val {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #51C0D4;
    float: left;
    line-height: 24px;
    margin-left: 5px;
    margin-bottom: 4px;
}
.cart-header-sup-cutoff-lbl {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    color: #959595;
    float: left;
    margin-left: 15px;
    line-height: 25px;
}
.cart-header-sup-cutoff-val {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    color: #f69222;
    float: left;
    margin-left: 5px;
    line-height: 25px;
}

.cart-header-sup-cutoff-ET {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    color: #3498DB;
    float: left;
    margin-left: 5px;
    line-height: 25px;
}

.cart-header-sup-shop-link {
    font-family: 'Open Sans Semibold', 'Open Sans Regular', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    float: right;
    line-height: 25px;
    cursor: pointer;
    background-color: rgba(81, 192, 212, 1);
    width: 289px;
    height: 30px;
    margin-right: 14px;
}
.cart-header-sup-shop-link:hover {
    background-color: rgba(71, 168, 186, 1);
    color: white;
}
.cart-sup-content {
    border:0px solid black;
    margin-top: 10px;
}
.cart-sup-content-headers-box {
    border:0px solid black;
}
.cart-sup-content-header-common {
    font-family: 'Open Sans Semibold', 'Open Sans Regular', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
    color: #373737;
    float: left;
    padding: 5px;
}

.cart-sup-small { width: 75px; }
.cart-sup-medium { width: 108px; }
.cart-sup-large {width: 200px;}
.cart-sup-img {width: 25px; }

.cart-confirm-sup {
    font-weight: bold;
}
.cart-confirm-value {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-weight: normal;
    color: #3498DB;
    text-align: left;
}
.cart-confirm-medium { width: 125px; }
.cart-confirm-large { width: 250px; }
.confirmBox { 
    width: 1200px;
    display: block;
    max-height: 200px;
    overflow-y: auto;
    border: 10px solid #2C3F50;
}
.cart-heading {
    border: none;
    cursor: pointer;
}
.cartItems>tbody>tr:nth-of-type(even) {
    background-color: #d8d7d7;
}
.cartItems>tbody>tr:nth-of-type(odd) {
    background-color: #eae9e9;
}
.cart-panel {
    max-height: 225px;
    padding: 0px;
    overflow: auto;
}
.cart-confirm-total {
    border-top: 1px double grey; 
    margin-top: 3px; 
    padding: 25px;
    padding-right: 30px;
    height: 60px;
}
.cart-confirm-size {
    /* width: 850px; */
    background-color: #FBFBFB;
}
.cart-confirm-table {
    display: block;
    max-height: 500px; 
    overflow-y: auto;
}
.cart-product {
    white-space: nowrap;
}
.cartTable {
    margin-bottom: 15px;
}
.cart-action-img {
    background-color: transparent;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    float: left;
    margin: 0 8px 0 0;
    cursor: pointer;
}
.cart-notice-img {
    width: 15px;
    height: 15px;
    margin-bottom: 1px;
    margin-right: 5px;
    cursor: pointer;
}


.cart-row-notice-img {
    width: 15px;
    height: 15px;
    float: left;
    position: absolute;
    margin-left: -10px;
    margin-top: -14px;
}

.cart-delete-img {
    width: 15px;
    height: 15px;
    margin-right: 0;
    position: relative;
    right: 30px;
    cursor: pointer;
}

.cart-alert-img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.cart-sup-footer {
    background-color: rgba(238, 250, 255, 1);
    padding: 8px 8px 15px 5px;
}
.cart-total{
    float:right;
}
.cart-total-row{
    text-align: -webkit-right;
    
}
.cart-td{
    padding-right: 20px;
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    text-align: right;
}
.cart-td-left{
    padding-right: 20px;
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    text-align: left;
}
.cart-fee{
    color: #267987 !important;
}
.cart-td.text{
    font-size: 16px;
}
.cart-td-left.text{
    font-size: 16px;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    vertical-align: middle;
}
.table > thead > tr > th {
    font-weight: 600;
}

.left-arrow-img{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.right-arrow-img{
    width: 23px;
    height:9px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.shipping-option-group.col-md-6{
    padding: 0px;
}

.left.col-md-1 {
    padding: 0px;
}

@media (min-width: 1366px){
    .container{
        width: 1360px;
    }
}

.content.col-md-10{
    padding: -1px;
    white-space: pre-line;
}

.right.col-md-1{
    padding: 0px;
}

.shipping-option-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.notice-group{
    padding-left: 15px;
    display: inline-block;
    position: relative;
    width: 250px !important;
}

.notice-option-title {
    font-size: 14px;
    margin-bottom: 3px;
    color: #EB6500;
    font-weight: 600;
}

.notice-alert-img {
    width:14px;
    height:14px;
    margin-right: 2px;
    margin-bottom: 3px;
}

.not-selected-msg {
    height: 50px;
    width: inherit;
    
}

.cart-row-alert-options {
    position: absolute;
    float: right;
    width: 48px;
    height: 14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 10px;
    color: #FFFFFF;
    background-color: orange;
    margin-top: 2px;
    text-align: center;
    line-height: 12px;
    right: 0;
}

.cart-row-alert-options:hover {
    background-color: darkorange;
}

.shipping-option {
    float: left;
    width: 210px;
    height: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 5px;
    color: white;
    cursor: pointer;
}

.shipping-type {
    padding: 5px;
}
.shipping-minimum {
    float: right;
}

.shipping-option.available {
    background-color: #2C3E50;
}

.shipping-option.available.col-md-4{
    padding: 0px;
}

.shipping-option.not-available {
     background-color: rgba(188, 188, 188, 1);
}
.shipping-met.available{
    background-color: #444E56;
}
.shipping-met.not-available{
    background-color: rgba(188, 188, 188, 1);
}
.not-available{
    background-color: rgba(215, 215, 215, 1);
    cursor: default;
}
.shipping-notmet.available{
    background-color: #444E56;
}

.shipping-icon {
    font-size: 20px;
    float: left;
    height: 100%;
    padding: 0 10px;
}

.shipping-selected-legend {
    float: left;
    text-align: center;
}
.shipping-option.selected {
    background-color: rgba(81, 192, 212, 1);
    padding: 10px;
}

.shipping-met{
    padding: 2px;  
    font-size: 12px;
}
.shipping-notmet{
    padding: 2px;  
    font-size: 12px;
}
.shipping-option.available:hover, .available:hover div{
    background-color: rgba(81, 192, 212, 1);
}

.shipping-cost{
    float: right;
}
.shipping-met.text{
    background-color: #f69222;
    padding: 1px;
}
.cart-empty{
    height: 74px;
    font-size: 14px;
    border: 1px ;
    border-radius: 0px;
    text-align: center;
    margin-top: 10px;
}
.change-supplier-size {
    width: 1350px;
    background-color: rgb(51, 51, 51);
    position: relative;
    /* left: -350px; */
    border: 3px solid rgba(51, 51, 51, 1);
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5) !important;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5) !important;
    color:white;
    
}
.change-supplier-size .change-supplier-title {
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 15px;
}
.change-supplier-ndc-specific-checkbox {
    cursor: pointer;
    vertical-align: top;
    margin-bottom: 11px !important;
}

.change-supplier-compare-box {
    position:absolute;
    height:50%;
    width:525px;
    top:0px;
    left:800px;
    font-weight: normal;
}
.compare-column-box {
    position: relative;
    height: 100%;
    width: 190px;
    float: left;
    padding: 0px 10px;
}
.change-supplier-ndc-label {
    font-weight: normal;
}
.select-compareby {
    margin-left: 110px;
    margin-bottom: 20px;
    background-color: #F4FCFD;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 26px;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    width: 180px;
    cursor: pointer;
}
.current-supplier-title {
    color: rgb(81, 192, 212);
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
}
.current-supplier-title hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgb(81, 192, 212);
}
.current-supplier-table .table > thead > tr > th {
    font-weight: 500;
    font-size: 11px;
}
.current-supplier-table > table > tbody > tr > td {
    text-overflow: ellipsis !important;
    white-space: nowrap;
}
.current-supplier-name {
    color:rgb(81, 192, 212);
}
/*
* Advanced filter classes
*/
.advanced-filter-btn {
    margin: 21px 25px 25px 10px;
    width: 150px;
}
.advanced-filter-box {
    position: relative;
    float: left;
    height: 100%;
    background-color: rgba(44, 62, 80, 1);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    color: #FFFFFF;
}
.advanced-filter-box * input[type=checkbox]{
    cursor: pointer;
}
.advanced-filter-header-box {
    position: relative;
    height: 50px;
    width: 100%;
}
.af-header-box {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 600;
    color: #FFFFFF;
    line-height: 36px;
    padding-left: 15px;
}
.af-width-exp {width: 190px;}
.af-width-man {width: 300px;}
.af-width-sup {width: 463px;}
.af-width-pac {width: 100px;}
.af-width-str {width: 150px;}
.af-width-dos {width: 150px;}
.advanced-filter-content {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
}
.af-content-box {
    position: relative;
    height: 100%;
    float: left;
    padding: 5px;
    overflow: hidden;
    min-height: 150px;
}
.af-selection-box {
    overflow: hidden;
    position: relative;
    padding: 0px 0px 2px 5px;
    float: left;
}
.af-sel-w-exp { width: 185px;}
.af-sel-w-man { width: 140px;}
.af-sel-w-sup { width: 225px;}
.af-sel-w-pac { width: 80px;}
.af-sel-w-str { width: 135px;}
.af-sel-w-dos { width: 135px;}
.advanced-filter-footer {
    position: relative;
    height: 50px;
    width: 100%;
    float: left;
}
.af-label { 
    font-weight: 100;
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 14px;
}
.checkbox-align {
    vertical-align: bottom;
}
.af-label-keep-open {
    float: right;
    height: 100px;
    margin: 14px 10px 10px 0px;
}
.af-divider {
    border-left: 1px solid white; 
    height: 150px;
    width: 1px;
    float: left;
}
.af-btn {
    color: rgba(81, 192, 212, 1);
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: white;
    position: relative;
    float: right;
    margin: 10px 10px 10px 0px;
}
.af-btn:hover {
    background-color: #F4FCFD;
}
.afa-btn {
    color: white;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(235, 101, 0, 1);
    position: relative;
    float: right;
    margin: 10px 10px 10px 0px;
}
.afa-btn:hover {
    background-color: rgba(217, 108, 0, 1);
}

 /* notification directive bell css */
.notif-popover { 
    background-color: rgba(44, 62, 80, 1);
    width: 340px;
    outline: none;
}
.notif-popover.bottom .arrow:after {
    border-bottom-color: rgba(44, 62, 80, 1);
}
.notif-heading {
    display: flex;
    justify-content: left;
    font-style: normal;
    font-size: 12px;
    color: #51C0D4;
    font-weight: 700;
}

.notif-content {
    font-style: normal;
    font-size: 12px;
    color: aliceblue;
    width: 340px;
}
.notif-popover .notif-popover-img{
    display: inline-block;
    float: left;
    margin: 0px 10px 10px 0;
}
.notif-msg-icon-img {
    height: 46px;
    width: 46px;
}
.btn-teal {
    background-color: rgba(81, 192, 212, 1);
    margin-bottom: 8px ;
}
.btn-teal:hover {
    background-color: rgba(71, 168, 186, 1);
    color: white;
}
.logoutLink {
    color: #51C0D4;
}

.thank-box{
    text-align: center;
    padding: 50px;
}
.thank-box-head {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    color: #51C0D4;
}
.thank-box-text {
    font-size: 30px;
    font-family: 'Open Sans Regular', 'Open Sans';
    font-weight: 400;
}
.thank-box-content {
    font-size: 14px;
    word-wrap: break-word;
    width: 580px;
    text-align: left;
    margin: auto;
    height: 70px;
    margin-top: 15px;
}
.thank-box-left {
    float: left;
}
.thank-box-right {
    width: 85%;
    margin-top: 15px;
    float: left;
}
.mail-resize {
    height: 70px;
    margin-right: 15px;
}
.call-resize {
    width: 29px;
    height: 29px;
}
.thank-footer {
    margin-top: 15px;
}
.teal-link {
    text-decoration: underline;
    color: #51C0D4;
    cursor: pointer;
}
.search-bell {
    margin-top: 7px;
    margin-left: 5px;
}
.opposite {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    left: 84.4909% !important;
    top: 0 !important;
}
.quickcart-popover {
    background-color: rgba(44, 62, 80, 1) !important;
    top: 50px !important;
    overflow-y: auto !important;
    max-height: 632px;
}
.quickcart-popover.bottom .arrow:after{
     border-bottom-color: #333333;
}
.quickcart-content {
    margin-top: 20px;
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
}
.quickcart-sup{
    color: #51C0D4;
    font-size: 16px;
}
.quickcart-head {
    background-color: white !important;
    border:0px solid black;
    margin-top: 10px;
    background-image: none !important;
    
}
.quickcart-panel{
    margin: 5px;
    background-color: white;
    max-height: 400px !important;
    overflow-y: auto;
}
.quickcart-sup-title {
    font-weight: 600;
    font-size: 18px;
    float:left;
    margin-left: 0px;
    color: black;
}
.quickcart-sup-val {
    font-weight: 600;
    font-size: 18px;
    color: #51C0D4;
    float: left;
    line-height: 20px;
    margin-left: 5px;
}

.quickcart-sup-ship {
    font-weight: 600;
    font-size: 18px;
    float:right;
    margin-left: 0px;
    color: black;
    width: 838px;
}
.quickcart-sup-cutoff {
    color: #959595;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.quickcart-sup-cutoff-val {
    color: #51C0D4;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.item-toggle{
    cursor: pointer;
    color: #EB6500;
    border-color: #EB6500;
    font-size: 12px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    width: 95px;
    margin-top: 15px;
}
.img-arrow {
    height: 15px;
}
.quickcart-total-left {
    font-weight: 600;
    margin: 0 20px 10px 15px;
    font-size: 14px;
    border-top: solid 1px #e8e9e9;
    text-align: right;
}
.quickcart-table-body {
    color: #6A767E;
}
.quickcart-table {
    font-size: 12px;
    margin: -15px 0 0 0;
}
.quickcart-table > tbody > tr > td { 
    padding: 5px 8px;
    border: none;
}
.quickcart-table > thead > tr > th { border-bottom: none; }
.quick-panel {
    max-height: 225px;
    overflow: auto;
}
.quickcart-desc {
    width: 241px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    line-height: 30px !important;
}

.quickcart-min{
    float: left;
}
.quickcart-sup-col {width: 130px;}
.quickcart-tooltip {
    color: #333333;
    font-family: 'Open Sans';
    min-width: 400px;
    background-color: rgba(247, 247, 247, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    border-radius: 0px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.349019607843137);
    font-size: 12px;
    text-align: left;
}
.quickcart-animate {
    position: absolute;
    left: 140px !important;
}
.quickcart-option {
    pointer-events: none;
}
.removeAll{
    text-align:right;padding:5px 0 10px 0;
}
.removeAllBtn{
    color: #51C0D4;
    text-decoration:none;
}
.removeAllBtn:hover{
    text-decoration: underline;
    color:#51c0d4;
}


.advanced-cards {
    background-color: rgba(44, 62, 80, 1);
    border: none;
}
.af-cards {
    border-left: 1px solid white;
    border-radius: 0;
    padding-left: 15px;
}
.af-exp {
    padding-left: 0;
}
@media (min-width: 1024px) and (max-width: 1920px) {
    .filters-box {
        width: 42%;
    }
    .result-cell-pic {
        width: 5% !important;
    }
    .result-cell-ndc {
        width: 8%;
    }
    .result-cell-str {
        width: 6%;
    }
    .result-cell-mfg {
        width: 10%;
    }
    .result-cell-sup {
        width: 10%;
    }
    .result-cell-dos {
        width: 10%;
    }
    .result-cell-avail {
        width: 5%;
    }
    .result-cell-pri {
        width: 8%;
    }
    .result-cell-exp {
        width: 5%;
    }
    .result-cell-siz {
        width: 5%;
    }
    .result-cell-uni {
        width: 7%;
    }
    .result-set-column {
        display: table;
        white-space: nowrap;
    }
    .result-cell-cart {
        width: 12%;
    }
    .advanced-filter-header-box {
        width: 100%;
    }
    .af-cols {
        padding-right: 0;
    }
    .af-pack {
        width: 11%;
    }
    .af-sup {
        width: 24%;
    }
    .af-dos {
        width: 15%;
    }
    .supplierSearch .search-term-box {
        width: 40%;
        padding: 0% 0% 0% 1%;
    }
}

@media (max-width: 1023px) {
    body, footer, .suggestive-title {
        min-width: 1366px;
    }
    .container, .result-row-name-container, .result-row-desc, .result-row-space, .advanced-filter-box {
        width: 1366px;
    }
    .row {
        margin-left: -10px;
        margin-right: 0px;
    }
    /*fix position for notif popover bell if non-responsive so it shouldn't shift to left*/
    #searchbell> div.notif-popover {
        left: -225px !important;
    }
    #searchbell > div > div.arrow {
        left: 85% !important;
    }
    .quickcart-popover {
        min-width: 1366px;
        left: -1080.516px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .quickcart-popover {
        min-width: 874%;
        left: -898px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .quickcart-popover {
        min-width: 738%;
        left: -703px !important;
    }
}


.retrievepassword {
    background-color: rgba(62, 77, 80, 1);
    width: 100%;
    height: 974px;
}
.forgot-password-title {
    /* font-family: 'Open Sans Semibold', 'Open Sans Regular', 'Open Sans'; */
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #51C0D4;
    margin-top: 3px;
}
.panel-retrieve {
    left: 463px;
    top: 119px;
    padding: 20px 60px 68px 60px !important;
}
.panel-retrieve input[type=text], .panel-retrieve input[type=password], .panel-retrieve input[type=email] {
    
    height: 40px !important ;
    font-size: 12px !important;
}
.panel-retrieve input[type=submit] {
    height: 33px !important;
    font-size: 12px !important;
    padding: 2.5px 6px !important;
    margin-right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-retrieve input[type=submit]:hover {
    color:black;
}
.panel-retrieve.panel-form {
    padding: 0px 68px;
}
.panel-retrieve .alert-box {
    height: 32px;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 8px;
}
.panel-retrieve .form-group {
    margin: 0 0 15px 0 !important;
}
.retrieve-container {
    margin-top: 80px;
}
.retrieve-banner {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: -2px;
}
.retrievelogo {
    margin: 10px 15px 0px 15px;
}
.retrieve-mainmsg {
     color:white; 
     text-align: left;
     font-size: 13px;
}
.confirmpassword-box {
    background-color: #FFF;
    color: black;
    border: 2px solid #51C0D4;
    padding: 5px 2px;
    border-radius: 0;
    height: auto;
    font-size: 13px;
    margin: 10px 0;
}
.confirmpassword-text {
    color:white;
    cursor: pointer;
    font-size: 13px;
}
.passwordsent-text{
    color:rgb(81, 192, 212);
    font-weight: bold;
    font-size:15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.returnToLoginBtn input[type=submit] {
    padding: 4.5px 6px;
    width: 150px;
    margin-bottom: 20px;
}
.panel-confirmpassword {
    padding: 0 22px !important;
}
.place-order-btn {
    width: 110px;
    text-align: center;
    padding-right: 10px !important;
    margin-top: 5px;
}
