﻿body {
}
.section-authentication-cover {
    background-image: url(/home/bg1.jpg);
    background-size: cover;
}
.auth-cover-right {
    background: none !important;
    background-size: cover;
}
.bg-gradient-cosmic {
    background: none !important;
}
.auth-cover-left {
    display: block;
    background-color: initial;
    min-height: 100vh;
}
.auth-img-cover-login {
   /* -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: hue-rotate(252deg);
    filter: hue-rotate(327deg);*/
    opacity: 0.9;
}
.card {
    border: 0 solid transparent;
    margin-bottom: 1.5rem;
    /*box-shadow: 0 0 2rem 0 rgb(164 207 255);*/
}
h5.site_name {
    font-size: 1.3rem !important;
}


/** EMPLOYEE ***/
html.semi-dark .sidebar-wrapper {
    background-color: #22314e;
    background: linear-gradient(226deg, #02686a, #155c01b5);
}
    html.semi-dark .sidebar-wrapper .sidebar-header {
        background-color: #22314e00;
    }
.menu-title h4 { 
    color: #173060;
}
.custom-bgx {
    background: #465d8b !important;
}
div.dt-buttons, .dt-info {
    position: initial;
    float: inline-start;
    margin-top: 10px;
    margin-bottom:10px;
}
.dt-search, .dt-paging {
    float: inline-end;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-card-heading {
    background: #465d8b;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h5, .h5 {
    font-weight: 400;
}
.card-body h5 {
    font-size: 1.8rem;
}
.card-body h6 {
    font-size: 1.4rem;
}
@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.4rem;
    }
}
.customers-contactsx a {
    width: 150px !important;
}
.btn-primary {
    color: #fff;
    background-color: #177263;
    border-color: #002722;
}
.bgais {
    background: #9ce4b9;
}
table.dataTable thead th, table.dataTable tfoot th {
    text-align: center !important;
}
.table thead th, .table tfoot th {
    text-align: center !important;
}