html,
.body-login {
    height: 100%;
}
a{
    color:#94c5e4;
}
.body-login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
.top-pad{
    padding-top: 1rem;
}
.btm-pad{
    padding-bottom: 1rem;
}
.top-marg{
    margin-top: 1rem;
}
.btm-marg{
    margin-bottom: 1rem;
}
.report-table-centered th,
.report-table-centered td{
    text-align: center !important;
    vertical-align: middle;
}
.report-table-centered th:first-child:not([colspan]),
.report-table-centered td:first-child:not([colspan]){
    text-align: left !important;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
footer{
    background-color: #494949;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: white;
}
.modal-xxl{
    max-width: 90%;
}
.drop-shadow{
    text-shadow: 3px 3px 1px rgb(22, 22, 22);
}
.client-details{
    font-size: 11px!important;
}
.client-details .form-control{
    font-size: 11px!important;
}
.client-details .input-group-prepend .input-group-text{
    font-size: 11px!important;
}
.client-details .input-group-append .btn{
    font-size: 11px!important;
}
.client-details .col-sm-4{
    padding-right:0px;
    padding-left:0px;
}
.client-details .col-sm-8{
    padding-left:0.5rem;
}
.details-control {
    vertical-align: middle!important;
}
.small-form{
    font-size: 11px!important;
}
.small-form .form-control{
    font-size: 11px!important;
}
.small-form .input-group-prepend .input-group-text{
    font-size: 11px!important;
}
.small-form .btn{
    font-size: 11px!important;
}
.small-form .col-sm-8{
    padding-left:0.5rem;
}
.service-row{
    cursor: pointer;
}
.manage-users .card{
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
}
.manage-users .card-header{
    background-color: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
}
.manage-users .card.shadow-sm{
    box-shadow: 0 0.55rem 1.5rem rgba(15, 23, 42, 0.12)!important;
}
.manage-users .list-group-item{
    border-left: 0;
    border-right: 0;
}
.manage-users .list-group-item:first-child{
    border-top: 0;
}
.manage-users .list-group-item:last-child{
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}
.manage-users .list-group-item.active{
    background-color: #1f6feb;
    border-color: #1f6feb;
}
.page-heading{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.page-heading-title{
    margin-bottom: 1rem;
}
.page-heading-meta{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.85rem;
    color: #6c757d;
}
.page-heading-meta span{
    margin-bottom: 0.5rem;
}
.page-heading-meta strong{
    color: #343a40;
}
.page-heading-meta .btn{
    align-self: flex-start;
}
@media (min-width: 768px){
    .page-heading{
        flex-direction: row;
        align-items: center;
    }
    .page-heading-title{
        margin-bottom: 0;
    }
    .page-heading-meta{
        flex-direction: row;
        align-items: center;
    }
    .page-heading-meta span{
        margin-right: 1rem;
        margin-bottom: 0;
    }
    .page-heading-meta .btn{
        align-self: auto;
    }
}

.haz{
    color: #c00;
    font-weight: 600;
}
