a {
    color: #272727;
}

#logo {
    width: 240px;
}
div..auth-form-wrapper.px-4.py-5 img{
    width: 200px;
    max-width: 200px;
  }
.cien {
    width: 100%;
    height: 80px;
    display: block;

    background: rgb(207,207,207);
    background: linear-gradient(180deg, rgba(237,237,237,1) 0%, rgba(237,237,237,1) 5%, rgba(255,255,255,1) 44%);
}
ul.nav {
    margin: 10px ;
    align-items: center;


}
.ni_avatar {
max-height: 44px;
margin: 3px 0px 3px 0px;
}

.ni_navbar {
    /* background: #fff;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    transition-duration: 3s;
    transition-property: position, left, right, top, z-index; */
    box-shadow: 3px 0 10px 0 rgba(183, 192, 206, 0.2);
    -webkit-box-shadow: 3px 0 10px 0 rgba(183, 192, 206, 0.2);
    -moz-box-shadow: 3px 0 10px 0 rgba(183, 192, 206, 0.2);
    --tblr-navbar-border-color: #fff !important;
}

.navbar-light {


}
.card {
    box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
}
body {
    margin: 0;
    font-family: var(--tblr-body-font-family);
    font-size: var(--tblr-body-font-size);
    font-weight: var(--tblr-body-font-weight);
    line-height: var(--tblr-body-line-height);
    color: var(--tblr-body-color);
    text-align: var(--tblr-body-text-align);
    background-color: #f9fafb !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

table.table-bordered.yajra-datatable.dataTable {
font-size: 15px;
}


.worker_zakersy1 .form-group {
    width: 30%;
    float: left;
    margin-right: 20px;
}




.dash1 {
    width: 45%;
    float: left;
    height: 333px;
    border: 1px solid #ccc;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    margin-right: 25px
}

a.but_add1 {
    border: 1px solid #28a745;
    padding: 4px;
    margin-left: 20px;
    font-size: 13px;
    background-color: #28a745;
    color: #fff;
}

/* .table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #EBEBEB;
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #EBEBEB;
} */
.form-group select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.multi_add input ,
.multi_add span
{
    float: left;
    width: fit-content;
}

.multi_add span
{
    /* margin-top: 6px; */
    margin-left: 8px;
}

table.index_short {
    /* width: 800px; */
}

.index_short_add {
    background-color: #1879C0;
    color: #fff;
    padding: 4px 22px 4px 22px;
    font-size: 18px;
    border: none;
    font-weight: 600;
    margin: 24px 0 24px 0px;
}
table.pdf_tab {
    border: 1px solid #ccc;
}

table .expired {
    color: red;
    font-weight: bold;
}



#list_filter_input {
    background-image: url(/css/searchicon.png);
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    border-top: none;
    border-left: none;
    border-right: none;
  }

  #list_filter {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  #list_filter li a {
    border-bottom: 1px solid #e6e7e9;
    margin-top: -1px;
    /* background-color: #f6f6f6; */
    padding: 7px;
    text-decoration: none;
    /* font-size: 18px; */
    /* color: black; */
    display: block;
}
#list_filter li a.activ {

}
  #list_filter li a:hover:not(.header) {
    background: rgba(101, 113, 255, 0.08);
  }

  .bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

  svg.icon-sub {
    width: 17px;

    margin-right: 2px;
    }
.ni_bold {
    font-weight: bold;
}

tr.parent {
    font-weight: bold;
    background-color: #477ABE;
    color: #fff;
}
tr.parent a {
    color: #fff;
}
tr.sub {
    font-weight: normal;
    background-color: #EBEBEB;
    /* color: #fff; */
}

body>div.page>div>div.page-body>div>div>table>tbody>tr.sub>td:nth-child(1) {
    /* padding-left: 33px; */
}

    .form-group {
        margin-bottom: 1.3em;
    }
    .form-group label{
        margin-bottom: 0.3em;
    }

    div.worker_zakersy1 .form-group {
        width: 19% !important;
            display: block;
            /* float: left; */
            margin-right: 30px;
            margin-bottom: 12px;
        }
    #submit_date_filter  {
        margin-top: 24px;
        margin-right: 19px;
    }


.dashboard #DataTables_Table_2  a.edit.btn.btn-ghost-success.w-100 {
    justify-content: left;
}




    @media (min-width: 768px) {
        .navbar-expand-md .navbar-nav .dropdown-menu {
            position: absolute;
            top: 46px;
        }
        .nav-item.dropdown:hover div.dropdown-menu{
            display: block;
        }
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: white !important;
        border: none;
        background-color: #585858;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
        background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
        background: -moz-linear-gradient(top, #585858 0%, #111 100%);
        background: -ms-linear-gradient(top, #585858 0%, #111 100%);
        background: -o-linear-gradient(top, #585858 0%, #111 100%);

        background: rgba(101, 113, 255, 0.08);
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: 0.1em 0.1em;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        *cursor: hand;
        color: #333 !important;
        border: none;
        border-radius: 2px;
    }

        .subuser_select1 {
            padding-bottom: 10px;
        }

.subuser_select1 .form-group select {
    width: 150px;
        float: left;
        margin-right: 10px;
}

.subuser_select1_0 .form-group select {
    background-color: red;
    color: #fff;
}
.subuser_select1_1 .form-group select {
    background-color: rgb(121, 121, 121);
    color: #fff;
}
.subuser_select1_2 .form-group select {
    background-color: rgb(0, 129, 28);
    color: #fff;
}

  @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        /* max-width: 1600px; */
    }
  }

  @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1550px !important;
    }
  }









