﻿.header-navbar .navbar-header .navbar-brand {
     padding-top: 5px; 
    margin-right: 0;
}
html body.bg-full-screen-image {
    background: url(/img/SB-Login-Screen-Background.png) no-repeat center center fixed;
    background-size: cover;
}
[v-cloak]{
    display:none;
}
.media-list .media {
    padding: 1.5rem;
    margin-top: 10px;
}
.autocomplete-suggestions {
    margin-top: 0px;
    border: 1px solid #e2e5ec;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 5px 8px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    cursor:pointer;
}
    .autocomplete-suggestion:hover {
        background-color: #155787;
        color:white;
    }
@media only screen and (max-width: 600px) {
    html body .content .content-wrapper {
        padding: 0.5rem 0.5rem 0;
        /*margin: 8px;*/
    }
}
.SpinnerContainer {
    position: fixed;
    z-index: 99999999;
    top: 50%;
    left: 50%;
}

#bars6 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}

    #bars6 span {
        position: absolute;
        display: block;
        bottom: 10px;
        width: 9px;
        height: 5px;
        background: rgba(0, 0, 0, 0.25);
        -webkit-animation: bars6 1.5s infinite ease-in-out;
        animation: bars6 1.5s infinite ease-in-out;
    }

        #bars6 span:nth-child(2) {
            left: 11px;
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        #bars6 span:nth-child(3) {
            left: 22px;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        #bars6 span:nth-child(4) {
            left: 33px;
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        #bars6 span:nth-child(5) {
            left: 44px;
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

@keyframes bars6 {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #0057e7;
    }

    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }
}

@-webkit-keyframes bars6 {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #0057e7;
    }

    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }
}
body.vertical-menu-modern #brandLargeIcon {
    display: none;
}
body.vertical-menu-modern #brandSmallIcon {
    display: none;
}
body.menu-expanded #brandLargeIcon {
    display: block;
}
body.menu-expanded #brandSmallIcon {
    display: none;
}
body.menu-collapsed #brandLargeIcon {
    display: none;
}
body.menu-collapsed #brandSmallIcon {
    display: block;
}
body.vertical-overlay-menu #brandLargeIcon{
    display:none
}
body.vertical-overlay-menu #brandSmallIcon {
   margin-top:10px;
}

.table.table-xs th, .table.table-xs td {
    padding: 0.4rem 0.4rem;
    white-space: nowrap;
}

.scanner-container {
    position: relative;
}

    .scanner-container .barcode-video {
        max-width: 100%;
        max-height: 100%;
    }

        .scanner-container .barcode-video.viewport {
            position: relative;
        }

            .scanner-container .barcode-video.viewport > canvas,
            .scanner-container .barcode-video.viewport > video {
                max-width: 100%;
                width: 100%;
            }
canvas.drawing, canvas.drawingBuffer {
    position: absolute;
    left: 0;
    top: 0;
}

    .scanner-container .overlay-element {
        position: absolute;
        top: 0;
        width: 100%;
        height: 99%;
        background: rgba(30, 30, 30, 0.5);
        -webkit-clip-path: polygon( 0% 0%, 0% 100%, 10% 100%, 10% 10%, 90% 10%, 90% 90%, 10% 90%, 10% 100%, 100% 100%, 100% 0% );
        clip-path: polygon( 0% 0%, 0% 100%, 10% 100%, 10% 10%, 90% 10%, 90% 90%, 10% 90%, 10% 100%, 100% 100%, 100% 0% );
    }

    .scanner-container .laser {
        width: 80%;
        margin-left: 10%;
        background-color: tomato;
        height: 1px;
        position: absolute;
        top: 40%;
        z-index: 2;
        box-shadow: 0 0 4px red;
        -webkit-animation: scanning 2s infinite;
        animation: scanning 2s infinite;
    }

    .scanner-container .barcode-text {
        position: absolute;
        bottom: 3%;
        z-index: 2;
        color:white;
        font-size:16px;
        font-weight: bold;
        width:100%;
        text-align:center;
    }

@-webkit-keyframes scanning {
    50% {
        -webkit-transform: translateY(75px);
        transform: translateY(75px);
    }
}

@keyframes scanning {
    50% {
        -webkit-transform: translateY(75px);
        transform: translateY(75px);
    }
}
.product-description-list{
    text-decoration:underline;
    cursor:pointer;
}
@media (max-width: 767.98px) {
    .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
        padding: 0.4rem 0.6rem !important;
    }
}

.nav.nav-tabs.nav-top-border .nav-item a {
    color: #2D8B80;
}
    .nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
        border-top: 3px solid #2D8B80;
    }

/*.cool-daterange {
    border:solid 1px grey;
    border-radius:4px;
    padding:8px;
}*/

.bb-round {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    padding-top: 10px;
}
.btn-min-width {
    min-width: 0;
}

.sidebar-mobile {
    width: 80%;
    position: absolute;
    right: 0px;
    top: 70px;
    z-index: 9;
}
    .sidebar-mobile .d-none {
        display: block !important;
    }

@media (min-width: 768px) {
    .sidebar-mobile {
        width: 320px;
        position: absolute;
        right: 0px;
        top: 70px;
        z-index: 9;
    }   
}

    .content-header.row {
        margin-right: 0px;
    }

.p-minimal {
    padding-left: 4px;
    padding-right: 4px;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: calc(1.25em + 1.5rem + 2px);
    padding: .75rem 1rem;
    font-size: 14px;
    line-height: 1.25;
    border: 1px solid #cacfe7;
    color: #3b4781;
    vertical-align: middle;
    background-color: #fff;
    border-radius: .25rem;
    -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);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image: none;
}

    select.form-control + .chosen-container.chosen-container-single .chosen-single div {
        top: 7px;
        color: #000;
    }

select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;
}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -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);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

    select.form-control + .chosen-container .chosen-results li,
    select.form-control + .chosen-container .chosen-results li.active-result {
        display: block;
        padding: 3px 10px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
        background-image: none;
        word-wrap: break-word;
        border-bottom: 1px solid #cacfe7;
    }

        select.form-control + .chosen-container .chosen-results li:hover,
        select.form-control + .chosen-container .chosen-results li.active-result:hover,
        select.form-control + .chosen-container .chosen-results li.highlighted {
            color: #FFF;
            text-decoration: none;
            background-color: #428BCA;
            background-image: none;
        }

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -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);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

    select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        height: auto;
        padding: 5px 0;
    }

    select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
        background-image: none;
        padding: 3px 24px 3px 5px;
        margin: 0 6px 0 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #333;
        background-color: #FFF;
        border-color: #CCC;
    }

        select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
            top: 8px;
            right: 6px;
        }

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}

.header-navbar .navbar-container ul.nav li .media-list {
    max-height: 18.2rem;
    top: 0px;
    bottom: 0px;
    margin-bottom: 20px;
    /* overflow-y: auto; */
}
.input-group-text {
    background-color: #fbfcff;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}