.background-login{
    background: url('/image/background_login.png') no-repeat fixed center;
    background-size: cover;
}
.background-all{
    background: url('/image/background_all.png') no-repeat fixed center;
    background-size: cover;
}
.app-header{
    background-color: #dee2e6 !important;
}
footer{
    background-color: #dee2e6 !important;
}


.loader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
            url('/image/loading.gif')
            50% 50%
            no-repeat;
}

#loadingPage {
    visibility: visible;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba( 255, 255, 255, .8 )
        url('/image/loading.gif')
        50% 50%
        no-repeat;
        -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.sticky-alert{
    position: fixed;
    visibility: visible;
    opacity: 1;
    width: 400px;
    right: 0;
    z-index: 900;
    justify-content: right;
}

.alert-div{
    padding: 8px;
    margin-bottom: 12px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;   
}
.alert-div.hide {
    animation : hideAlert 0.5s;
    animation-fill-mode: forwards;  
}
@keyFrames hideAlert{
    from{
        opacity: 1;
        margin-bottom: 12px;
    }

    to{
        opacity: 0;
        margin-bottom: 0px;
        height: 0px;
        display: none;
    }
}

.alert-stok{
    background-color: #ADD8E6;
}
.alert-expired-stok{
    background-color: #FFA500;
}
.alert-penjualan{
    background-color: #FF474C;
}
.alert-pembelian{
    background-color: #FFEA00;
}

#divListPenjualan a{
    color: black;
}

.left-margin{
    margin-left: 16px;
}
.top-margin{
    margin-top: 12px;
}
.bottom-margin{
    margin-bottom: 12px;
}

.inline-div{
    display:inline-block;
}

.white-text{
    color: white;
}

.text-middle{
    text-align:center;
}

.select2-container--open {
    z-index: 9999999
}

.btn-action-produk{
    margin-left: 16px;
    color: black;
    cursor: pointer;
}

.tab-label{
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
    border: 2px solid #73AD21;
    cursor: pointer;
}

.active-tab{
    color: white;
    background-color: #73AD21;
}

.input[readonly]{
    background-color:#e9e9e9;
}

.thumb-img{
    width: 300px;
    height: 300px;
    object-fit: contain;
}