:root {
    /* forgotten by admin-lte */
    --navy: #001f3f;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: var(--navy);
}

.btn-link,
a {
    color: var(--navy);
}

.btn-link:hover,
a:hover {
    color: var(--secondary);
}

.bg-primary {
    background-color: var(--navy) !important;
    /* Bug in chrome doesn't let us use this */
    transition: none;
}

.btn-outline-primary {
    color: var(--navy);
    border-color: var(--navy);
    /* Bug in chrome doesn't let us use this */
    transition: none;
}

.btn-primary, .btn-outline-primary:hover {
    color: #fff;
    background-color: var(--navy);
    border-color: var(--navy);
    /* Bug in chrome doesn't let us use this */
    transition: none;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
button.bg-primary:focus,
button.bg-primary.focus,
button.bg-primary:hover {
    color: #fff;
    background-image: linear-gradient(#fff3, #fff3);
    background-color: var(--navy) !important;
    border-color: var(--navy);
}

.bg-primary.btn.active,
.bg-primary.btn:active,
.bg-primary.btn:not(:disabled):not(.disabled).active,
.bg-primary.btn:not(:disabled):not(.disabled):active,
.btn-primary.btn.active,
.btn-primary.btn:active,
.btn-primary.btn:not(:disabled):not(.disabled).active,
.btn-primary.btn:not(:disabled):not(.disabled):active,
.btn-outline-primary.btn.active,
.btn-outline-primary.btn:active,
.btn-outline-primary.btn:not(:disabled):not(.disabled).active,
.btn-outline-primary.btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background-image: linear-gradient(#0005, #0005);
    background-color: var(--navy) !important;
    border-color: var(--navy);
}
.login_title{
    color:#000;
}
/* Reorder Home Banner images */
.reorder_link {
    color: #3675B4;
    border: solid 2px #3675B4;
    border-radius: 3px;
    text-transform: uppercase;
    background: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin: 15px 15px 15px 0px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    white-space: nowrap;
}
.reorder_link:hover {
    color: #fff;
    border: solid 2px #3675B4;
    background: #3675B4;
    box-shadow: none;
}
#reorder-helper{
    margin: 18px 10px;
    padding: 10px;
}
.light_box {
    background: #efefef;
    padding: 20px;
    margin: 15px 0;
    text-align: center;
    font-size: 1.2em;
}

/* image gallery */
.gallery{
    width:100%;
    float:left;
    margin-top:15px;
}
.gallery ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
.gallery ul li{
    padding:7px;
    border:2px solid #ccc;
    float:left;
    margin:10px 7px;
    background:none;
    width:auto;
    height:auto;
}
.gallery img{
    width:250px;
}

/* notice box */
.notice, .notice a{
    color: #fff !important;
}
.notice {
    z-index: 8888;
    padding: 10px;
    margin-top: 20px;
}
.notice a {
    font-weight: bold;
}
.notice_error {
    background: #E46360;
}
.notice_success {
    background: #657E3F;
}
.enquiry_btn{
    padding:5px;
}
.export_enquiry_btn{
    margin-left: auto;
}

#product_table tbody td:first-child {
    cursor: move;
 }
 .loader{margin: auto;top: 40%;left: 45%;display: none; position: fixed;z-index: 5;}
 .loader img{width:150px;height:auto;}
 .dontshow{
     display:none !important;
 }