©/**
*     Web portal system-wide styles
*
*     @author   Andrew Connick
*     @version  28/10/15
*
********************************************************************/

body {
    font-family: 'Roboto', sans-serif;
    padding-top: 205px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

p, div {
    font-family: 'Roboto', sans-serif;
}

.carousel-indicators {
    bottom: 2px;
    margin-bottom: 0;
}

/** {
    margin: 0;
    padding: 0;
}*/

/*
body, input, textarea, option, select, button {
    font-family: Verdana, sans-serif;
    color: #404040;
}
*/

a {
    text-decoration: none;
    color: #404090;
    outline: none; /* IE fix */
    cursor: pointer; /* for javascript links without href */
}

a:hover {
    color: #3030FF;
    text-decoration: underline;
}

.underline-links a {
    text-decoration: underline;
}

img {
    border-style: none;
}

table {
    border-collapse: collapse;
}

/*li {
    list-style: none;
}*/

button {
    font-weight: bold;
    cursor: pointer;
}

#loader {
    position: fixed;
    top: 25%;
    left: 45%;
    display: none;
}

.navbar {
    border: solid green 0px
}


#account h1 {
    font-size: 24px;
    margin-top: 8px;
    color: #555;
    text-transform: uppercase;
}

#account h2 {
    font-size: 22px;
    margin-top: 8px;
    color: #0093d0;
    text-transform: none;
}

#account th {
    text-transform: uppercase;
}

#account .panel-body .table {
    margin-bottom: 0px;
    padding-bottom: 0px;
}


/* Temporary *******************************************************/

#head {
    padding: 20px 0;
    /*border-bottom: 2px solid #fff;*/
}

#head .btn {
    background-color: #2f4357;
    height: 40px;
}

#logo img {
    width: auto;
    max-height: 64px;
    margin-top: -10px;
    max-width: 100%;
}

#sidemenu-logo img {
    width: auto;
    height: 40px;
}


#search {
    margin-top: 0px;
}

#foot {
    margin-top: 10px;
    border-top: 1px solid #909090;
    padding: 10px;
}

#content p {
    margin: 10px;
}

#content li {
    margin: 10px;
}


/* Header & footer *******************************************************/

header {
    background-color: #eee;
    padding: 10px 0;
}

header .header-links {
    text-align: right;
}

header .header-links ul {
    margin-bottom: 0px;
}

.head {
    padding: 10px 0;
}

/* background-color: #0093d0; removed 7/12/16 */

.copyright {
    background: #1b1b1b;
    padding: 18px 0;
    color: #fff;
}

.copyright span,
.copyright a,
.copyright a:hover {
    color: #0093d0;
}

.copyright p {
    padding-top: 4px;
}

.copyright p,
.copyright ul {
    margin-bottom: 0;
}


/*BUTTONS*/
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #01A5E9;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    text-align: left;
    text-transform: uppercase;
}

.btn.focus, .btn:focus, .btn:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #017bbc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}

a {
    color: #2f4357;
}


/* Main menu *******************************************************/


#main-menu {
    background: #0093d0;
}

#main-menu.navbar {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 30px;

}

#main-menu .navbar-nav > li {
}

#main-menu .navbar-nav > li + li {
}

#main-menu .navbar-nav > li a {
    color: #fff;
    text-transform: uppercase;
}

#main-menu .navbar-nav > li > a:hover,
#main-menu .navbar-nav > li > a:focus,
#main-menu .navbar-nav > li.open a {
    background: #1a7eb8;
    color: #fff;
}

#main-menu .dropdown-menu {
    background: #1a7eb8;
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#main-menu .dropdown-menu li a {
    color: #fff;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: normal;
}

#main-menu .dropdown-menu li:hover a {
    background: #125982;
    text-decoration: none;
}

#main-menu .dropdown-inner {
    display: table;
    padding-bottom: 10px;
}

#main-menu .dropdown-inner ul {
    display: table-cell;
}

#main-menu .dropdown-inner .dropdown-header {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 0 10px 15px;
}

#main-menu .dropdown-inner li a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
}


@media screen and (min-width: 1500px) {

    /*.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-fluid, .thumbnail a > img, .thumbnail > img {width: 73%;}
    */
    .carousel-inner img {
        width: 73%
    }

}


/*MEDIA QUERIES*/
@media screen and (max-width: 480px) {
    header .header-links ul {
        font-size: 16px;
        font-weight: bold;
    }

    header .header-links ul a {
        text-decoration: underline;
    }

    #logo img, #sidemenu-logo img { /*margin-left: auto; margin-right: auto;*/
    }

    /*#head {margin-bottom: 0px;}*/
    .navbar {
        margin-bottom: 10px; /*margin-top: 10px;*/
    }

    .top-menu-text {
        display: none;
    }

    header i.fa {
        font-size: 2em;
        padding: 0 10px;
        color: #aaa;
    }

    input.fa {
        font-size: 2em;
        padding: 0 10px;
        color: #aaa;
    }

    header i.fa:hover, input.fa:hover {
        color: #0093d0;
        text-decoration: none;
    }

    .list-inline > li.logout-button {
        display: none;
    }

    header {
        padding-bottom: 10px;
    }
}

input.top-menu-text:hover {
    text-decoration: underline;
    color: #0093d0;
}

input.top-menu-icon:hover {
    text-decoration: none;
    color: #0093d0;
}

a.top-menu-text:hover, .top-menu-icon:hover {
    color: #0093d0;
}


@media (max-width: 1000px) {

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse {
        overflow-x: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: auto !important;
    }

    .collapse.in {
        display: block !important;
    }

}

@media screen and (min-width: 481px) and (max-width: 767px) {

    #logo {
        display: block;
    }

    #head {
        background-color: #0093d0; /* margin-bottom: 0px;*/
    }

}

@media screen and (min-width: 768px) and (max-width: 768px) {

    #logo {
        display: block;
    }

    #head {
        background-color: #0093d0; /*margin-bottom: 20px;*/
    }

}

@media (min-width: 768px) {
    .navbar {
        display: none;
    }
}

@media (max-width: 767px) {
    #dept {
        display: none;
    }

    /*#head {display: none;}*/
    #about #head, #delivery #head, #contact #head, #terms #head, #privacy #head {
        display: flex;
    }

    #contact #logo, #terms #logo, #privacy #logo {
        display: block;
    }

    #contact #head, #terms #head, #privacy #head {
        background-color: #0093d0;
        margin-bottom: 0;
    }

}

@media (min-width: 768px) and (max-width: 900px) {


}

@media (min-width: 1024px) {

}


/*//////////////////// FOOTER ////////////////////////*/
footer {
    margin-top: 60px;
    /*bottom: 0;
     left: 0;
     position: absolute;
     width: 100%;*/
}

.footer-links {
    padding: 30px 0;
    background-color: #292929;
    margin-top: 60px;
}

.footer-links h5 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #00b3ff;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.22);
    font-weight: 700;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

/*.footer-links li + li {
    border-bottom: 1px solid #eeeeee;
}*/

.footer-links .last li + li {
    border: none;
}

.footer-links li,
.footer-links li a {
    color: white;
}

.footer-links li a:hover,
.footer-links .last li a {
    color: #00bbfe;
}

.footer-links .last h4.lead {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: normal;
    color: #0093d0;
}

.footer-links .last h4.lead span {
    color: #151515;
}

/*//////////////////// FOOTER ////////////////////////*/


/*//////////////////// ABOUT PAGE ////////////////////////*/
#about h1 {
    color: #0093d0;
    font-size: 24px;
}

#about h3 {
    color: #0093d0;
    font-size: 16px;
}

#about ul.ul {
    list-style-type: circle;
    margin: 0;
    padding: 0;
}

#about ul.ul > li {
    margin-bottom: 0.6em;
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 12px;
    text-indent: -12px;
}

/*//////////////////// ABOUT PAGE ////////////////////////*/

/*//////////////////// delivery PAGE ////////////////////////*/
#delivery h1 {
    color: #0093d0;
    font-size: 24px;
}

#delivery h3 {
    color: #0093d0;
    font-size: 16px;
}

#delivery ul.ul {
    list-style-type: circle;
    margin: 0;
    padding: 0;
}

#delivery ul.ul > li {
    margin-bottom: 0.6em;
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 12px;
    text-indent: -12px;
}

/*//////////////////// delivery PAGE ////////////////////////*/

@media screen and (min-width: 240px) and (max-width: 767px) {

    #menu #head {
        background-color: #0093d0;
    }

    #menu #logo {
        display: inline;
    }

    a.get-avail-credit {
        border-radius: 0px;
        background-color: #97cb64;
        border: none;
        font-size: 75%;
    }


}


.ext-dark-topbar {
    background: #373737 /*#4E4E4D*/;
    color: white;
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 15px;
}

.ext-dark-topbar a {
    color: white;
}

.ext-dark-topbar a:hover {
    color: white;
}


.ext-dark-topbar form:hover input {
    text-decoration: underline;
}

.vat-switch {
    position: relative;
    display: flex;
    margin: 0 5px;
    justify-content: flex-end;
}

.vat-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.vat-switch .slider {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 1px solid white;
    -webkit-transition: .4s;
    border-radius: 14px;
    transition: .4s;
    width: 42px;
    height: 20px;
    margin: 0 10px;
    order: 2;
}

.vat-switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 10px;
}

.vat-switch input:checked + .slider {
    background-color: #2196F3;
}

.vat-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.vat-switch .off-label {
    color: white;
    transition: .4s;
    order: 1;
}

.vat-switch .on-label {
    color: #9c9c9c;
    transition: .4s;
    order: 3;
}

.vat-switch input:checked ~ .off-label {
    color: #9c9c9c !important;
}

.vat-switch input:checked ~ .on-label {
    color: white !important;
}

.vat-switch input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.big-header-btns {
    list-style: none;
    padding: 0;
    margin: -8px 0;
}

.big-header-btns li {
    display: inline-block;
}

.big-header-btns li > a, .big-header-btns li > div {
    padding: 0px 15px;
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-left: 1px solid rgba(255, 255, 255, 0.9);
}

.big-header-btns li > div {
    color: rgba(255, 255, 255, 0.6);
}

.big-header-btns li .fa {
    font-size: 30px;
    display: block;
    margin-bottom: 6px;
}

.desktop-header {
    display: block;
}

.mobile-header {
    display: none;
}

@media (max-width: 767px) {
    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }
}

.mobile-sub-header {
    background: #f1f1f1;
}

.mobile-sub-header .big-header-btns {
    margin: 0px 0;
    display: flex;
}

.mobile-sub-header .big-header-btns a, .mobile-sub-header .big-header-btns li > div {
    color: #353535;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    font-weight: bold;
    padding: 10px 15px;
}

.mobile-sub-header .big-header-btns li > div {
    opacity: 0.6;
}

.mobile-sub-header .big-header-btns li {
    vertical-align: bottom;
    /*flex-grow: 1;*/
    text-align: center;
    width: 24%;
}

.mobile-sub-header .big-header-btns .fa {
    color: #1C93D0;
}

.mobile-sub-header .vat-switch .slider {
    border: 1px solid #1c92d0;
    margin-bottom: 8px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.mobile-sub-header .vat-switch .slider:before {
    background-color: #0093d0;
}

.mobile-sub-header .vat-switch input:checked + .slider:before {
    background-color: #ffffff;
}

.mobile-sub-header .vat-switch .off-label {
    color: #353535;
    order: 3;
    text-transform: uppercase;
}

.mobile-sub-header .vat-switch .on-label {
    display: none;
    text-transform: uppercase;
}

.mobile-sub-header .vat-switch input:checked ~ .off-label {
    display: none;

}

.mobile-sub-header .vat-switch input:checked ~ .on-label {
    display: block;
    color: #353535 !important;
}

.mobile-sub-header .vat-switch {
    flex-direction: column;
    text-align: center;
    padding: 18px 15px 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 3.2vw;
}

.mobile-sub-header .big-header-btns button {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    padding: 22px 20px 18px;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    width: 100%;
}

.mobile-sub-header .big-header-btns button.active {
    background: #373737;
}

.mobile-sub-header .big-header-btns button.active .fa {
    color: white;
}


/*.mobile-header .ext-dark-topbar a, .mobile-header .ext-dark-topbar form {
    width: calc(50% - 20px);
    display: inline-block;
    text-align: center;
}*/

.mobile-search {
    background: #373737;
    padding: 15px;
    display: none;
}

.mobile-search #search .input-group .btn {
    background: #1c92d0;
    color: white;
}

.menu-container {
    background: #EEEEED;
    padding: 0;
    margin-bottom: 20px;
    position: fixed;
    z-index: 20;
    left: 0;
    right: 0;
    top: 124px;
}

.menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-container ul li {
    display: inline-block;
    padding: 10px 0;
}

.menu-container ul li:hover {
    background: #373737;
}

.menu-container ul li:hover a {
    color: white;
    text-decoration: none;
}

.menu-container ul li a {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    border-right: 1px solid rgba(0, 0, 0, 0.14);
    font-weight: bold;
    color: #373737;
    font-size: 14px;
}

.menu-container ul li:first-child {
    margin-left: -20px;
}

.menu-container ul li .mega-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #373737;
    z-index: 10;
    padding: 8px 0 30px;
    font-size: 13px;
    max-height: calc(100vh - 175px); 
    overflow-y: scroll; 
}

/*.menu-container ul li:hover .mega-menu + .darken-screen {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 2;
    pointer-events: none;
}*/

.menu-container ul li .mega-menu li {
    display: block;
    border-right: 0;
    padding: 0;
}

.menu-container ul li .mega-menu li a {
    padding: 4px 12px;
    margin: 0 -10px;
    border-right: 0;
    font-weight: normal;
    font-size: 13px;
}

.menu-container ul li .mega-menu li a:hover {
    background: #2096f3;
    font-weight: bold;
}

.menu-container ul li .mega-menu li:first-child {
    margin-left: 0;
}

.menu-container ul li:hover .mega-menu {
    display: block;
    margin-top: 10px;
}

.menu-container ul li .mega-menu h2 {
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 18px;
    color: #2096f3;
    font-weight: 700;
}

.menu-container ul li > ul {
    position: absolute;
    display: none;
    padding: 10px;
    background: #373737;
    z-index: 4;
    box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.24);
}

.menu-container ul li:hover > ul {
    display: block;
    margin-top: 10px;
}

.menu-container ul li > ul li {
    display: block;
    border-right: 0;
    padding: 0;
}

.menu-container ul li > ul li:hover {
    background: #2096f3;
}

.menu-container ul li > ul li a {
    padding: 5px 10px;
    border-right: 0;
    font-weight: normal;
}

.menu-container ul li > ul li:first-child {
    margin-left: 0px;
}

.mobile-back-button {
    display: block;
    color: white;
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: bold;
    background: #00a0f5;
}

#search .input-group .btn.search-btn-desktop {
    background: #373737;
    color: white;
    /*margin-right: -1px;
    font-size: 18px;*/
}

#head img {
    image-rendering: -webkit-optimize-contrast;
}

.breadcrumb {
    background-color: #eeeeed;
    border-radius: .25rem;
}

/* Fixed header */
.desktop-header, .mobile-header {
    position: fixed;
    z-index: 16;
    left: 0;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .menu-container {
        top: 196px;
        max-height: calc(100vh - 196px);
        overflow-y: scroll;
    }
}

h1 {
    font-weight: 600;
    color: #373737;
    font-size: 34px;
}

.card {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 0px 28px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 28px 0px rgba(221, 221, 221, 1);
    border: 0;
}

.tag-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tag-menu li {
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 30px;
}


.tag-menu li a {
    padding: 7px 14px;
    background: #F7F7F7;
    color: #B2B2B2;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
}

.tag-menu li a.active {
    background: transparent;
    color: #0094D6;
    border: 2px solid #0094D6;
}

.mobile-login-btn {
    background: #373737;
    color: white;
    border-radius: 25px;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
}
.mobile-login-btn:active, .mobile-login-btn:focus {
    background: gray;
    color: white;
}

.mobile-login-btn .fa {
    font-size: 18px;
    margin-right: 10px;
}

.alert-info {
    color: #0a4a54;
    background-color: #e2f5f9;
    border-color: #00d4f5;
}

.product-description {
    background: #eaebec;
}

.product-description h2 {
    color: #343434 !important;
}

.product-description h3 {
    color: #0093D0;
    font-size: 22px;
}

.table-lists ul {
    list-style: none;
    padding: 0;
}

.table-lists li {
    background: white;
    padding: 10px;
}

.table-lists li:nth-child(odd) {
    background: #f9f9f9;
}

.alert-danger, .alert-danger:hover{
    color: #ffffff;
    background-color: #ff7682;
    border-color: #ff5f70;
}

.alert-warning, .alert-warning:hover{
    color: #ffffff;
    background-color: #ffa500;
    border-color: #ffa500;
}

/*@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}*/

@media (max-width: 767px) {
    .menu-container {
        display: none;
        background: #373737;
        padding: 10px 0;
        font-size: 16px;
    }

    .menu-container ul li {
        display: block;
        border-right: 0;
        padding: 0;
    }

    .menu-container ul li a {
        color: white;
        padding: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu-container ul li > ul li a {
        padding: 14px 10px;
    }

    .menu-container ul li.has-mega-menu {
        display: none;
    }

    .menu-container ul li > ul {
        position: relative;
        box-shadow: none;
        border-top: 0;
        border-bottom: 0;
        margin-top: 0px !important;
        background: none;
        padding: 0;
    }

    .top-space-mobile {
        height: 20px;
    }

    .ext-dark-topbar a {
        width: calc(50% - 14px);
        display: inline-block;
        text-align: center;
        font-size: 3vw;
    }

    .ext-dark-topbar form {
        font-size: 3vw;
    }
}


.lcd-table {
    border: 1px solid #0d235c;
    min-width: 100%;
    table-layout: fixed;
    line-height: 16px;
}

.lcd-table td {
    border: 1px solid #0d235c;
    height: 50px;
    min-width: 60px;
}

.lcd-table .checks .fa {
    font-size: 38px;
    color: #C6D304
}

.lcd-table .strong {
    font-weight: bold;
}