.datepicker{z-index:1151 !important;}
.header{margin-bottom: 0;}
.form-control{color:#4d5259;}

.authbg_light::before { background: url('../img/amk_light.jpg'); background-size: cover; opacity: 0.7;}
.authbg_dark { background: url('../img/uad_dark.png'); background-color: #191919; background-size: cover; }


.cardheader{
        box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.16);
        background-image: linear-gradient(to right, #19A7CE, #19A7CE, #19A7CE);
        background-size: cover;
        height: 50px;
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.topbar {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(175deg, #146C94, #146C94);
}

.card-header {
    background-image: linear-gradient(to right, #19A7CE, #19A7CE, #19A7CE);
}


.box {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    border: 1px solid #AFD3E2 !important;
    height: auto !important;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-title{
    color:#fff;
}

.site-footer {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16) !important;
   background-image: linear-gradient(to right, #146C94, #146C94, #146C94) !important;
    font-family: Roboto;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 12 !important;
}

.site-footer a {
    color: #fff !important;
}
.site-footer a:hover {
    color: rgb(196, 194, 85) !important;
}



