@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, table, tr, td, div, span  {
  font-family: 'Inter', sans-serif;
  font-size:13px;
  font-weight:normal;
}
select.search-type {
    width: 150px;
}

.uk-modal-body {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    padding: 15px !important;
}

.uk-button-group button {
    background: #FFF ! IMPORTANT;
}

.uk-button-group a {
    background: #FFF ! IMPORTANT;
    font-weight: 600 !IMPORTANT;
}

.uk-header-dropdown {
    margin-top: -20px !IMPORTANT;
}
select.uk-select-status {
    width: 250px;
}
.uk-button {
    margin-right: 5px ! IMPORTANT;
}
.uk-modal-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
}

span.total-count{
    font-size:1rem;    
}

input.uk-input.uk-percent-sampled {
    width: 150px;
}
.uk-text-right.calculated-total {
    color: #000 !important;
}
table.cordillera-datadisplay td.label {
    width: 20%;
}
table.cordillera-datadisplay td {
    border: 1px solid #257FEB;
    padding: 1px;
    color: #000;
    padding-left: 10px;
}
table.cordillera-datadisplay tr:nth-child(odd) {
    background: #80b3ff;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #FFF;
}

.uk-navbar-container a.username {
    color: #257feb !important;
    font-size: 16px;
    font-weight: 600;
}

.filter-section {
    background: #ccffff;
    padding: 10px;
}

.filter-section .filter-heading{
    padding-top: 4px;
}

.select2-container {
  width: 100% !important;
}

.uk-navbar-dropdown.uk-header-dropdown.uk-navbar-dropdown-bottom-left {
    padding: 0px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 2px;
    border: 1px solid #b3d1ff;
    border-radius: 5px;
}

.uk-navbar-dropdown-nav>li>a {
    color: #257feb !important;
    font-size: 15px;
    font-weight: 500;
}


table.cordillera-datadisplay {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    margin-top:5px;
}

.uk-table td {
    padding: 4px;
    vertical-align: top;
}

.uk-table th {
    background: #66a3ff;
    color: #FFF;
    padding: 4px;
    text-transform: capitalize !IMPORTANT;
    font-weight: 500;
}

.dataTables_filter, .dataTables_filter input, .dataTables_filter label {
    width: 100%;
    padding: 0px!important;
    margin: 0px!important;
}

input.uk-input.primary-id {
    border: none !important;
    box-shadow: none;
}

.BOLD{
    font-weight:600;
}

.projects-summary td:nth-child(even){
    background: #FFFF99;
}

.projects-summary table td {
  border: 1px solid #999;
  color:#000;
}


.sub-sample-table{
    margin-top: 20px;
    margin-bottom: 20px;
    background: #FFF;
    box-sizing: border-box;
}

.uk-input, .uk-select, .uk-textarea {
    line-height: initial !important;
    height: auto !important;
    padding: 7px !important;
    font-size: 14px !important;
}

.dataTables_info {
    background: #66a3ff !important;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    background: #f2f2f2;
    padding-bottom: 10px;
    color: #fff !important;
}

img.tick-image{
    width: 20px;
}

.sub-sample-table .uk-table{
   margin-top:0px;
   margin-bottom:0px;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

img.auth-logo{
    max-width: 200px;
}

img.logo-img{
    max-width: 200px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

img.mobile-logo {
    max-width: 130px;
    margin-left: 10px;
}

h1.main-heading {
    font-size: 20px;
    margin: 0px!IMPORTANT;
    padding: 0px!IMPORTANT;
    margin-top: 8px!IMPORTANT;
}

.dataTables_paginate {
    background: #66a3ff;
    width: 100% !important;
    margin-bottom: 10px!IMPORTANT;
    padding-bottom: 15px!IMPORTANT;
    padding-top: 15px!IMPORTANT;
    color : #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    color : #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color : #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
   color : #fff !important;
}

.uk-card-body {
    padding: 20px 20px;
}

table.dataTable thead th {
    background-color: #66a3ff !important;
    color: #FFF !IMPORTANT;
    border-bottom: solid 1px #257FEB !important;
}

table.dataTable tbody tr {
   cursor:pointer;
}

table.dataTable tr:nth-child(even) {
   background-color: #b3d1ff !important;
}

table.dataTable {
    border-bottom: 1px solid #33ccff !important;
    border-top: 1px solid #33ccff !important;
}

table.dataTable {
    background: #FFF;
    border-radius: 0px!important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 5px !important;
    border-bottom:0px !Important;
}


table.dataTable tbody td {
    padding: 4px 5px !important;
    border: solid 1px #33ccff !important;
    color: #000;
    font-size: 13px;
}

table.dataTable thead th {
    font-size: 12px;
    border: solid 1px #33ccff !important;
}

table.dataTable tbody tr:hover {
    background-color: #ccffff !important;
}

.sub-sample-data tbody tr:hover {
    background-color: #ccffff !important;
}

.sub-sample-data tbody td {
    padding: 4px 5px !important;
    border: solid 1px #33ccff !important;
    color: #000;
    font-size: 13px;
}

.sub-sample-data table {
    background: #FFF;
    border-radius: 0px!important;
}

.sub-sample-data table thead th, table thead td {
    padding: 5px 5px !important;
    border-bottom:0px !Important;
}

.sub-sample-data table tbody tr {
   cursor:pointer;
}

.sub-sample-data table tr:nth-child(even) {
   background-color: #b3d1ff;
}

.sub-sample-data table {
    border-bottom: 1px solid #33ccff !important;
    border-top: 1px solid #33ccff !important;
}

.sub-sample-data table thead th {
    font-size: 12px;
    border: solid 1px #33ccff !important;
}


table.dataTable thead th {
    font-weight: 500 !IMPORTANT;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0px!important;
    padding: 10px!important;
    border: 1px solid #ccffff !important;
    margin-top: 12px!important;
    margin-bottom: 10px!important;
    background: #fff;
}

ul.cordillera-menu {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    margin-right:10px !important;
}

.export-btn{
    background: #2da44e;
    color: #fff !important;
}

.admin-header {
    background: #257feb;
    margin-top: 30px;
    padding: 5px 10px 5px 10px;
    background-color: #257FEB;
    margin-top: 20px;
}

.admin-header a.uk-button-default {
    color: #257feb !important;
    border: 1px solid #257feb !important;
    background: #FFF !IMPORTANT;
    font-weight: 500;
}

.admin-header a.uk-button-primary {
    color: #257feb !important;
    border: 1px solid #257feb !important;
    background: #FFF !IMPORTANT;
    font-weight: 500;
}

.uk-button-primary {
    background-color: #257feb !important; 
}

.admin-header h1{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
ul.cordillera-menu li {
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
    display: inline-block;
    padding-left: 18px;
    box-sizing: border-box !IMPORTANT;
    margin-bottom:5px;
}
.uk-input, .uk-select, .uk-textarea {
        width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.4;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    font-weight: 500;
    box-shadow: #6666663d 0px 0px 0px 1px inset;
    background: rgb(255, 255, 255);
    color: #333;
    outline: none;
}

label {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

ul.cordillera-menu li a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.7rem;
    box-sizing: border-box !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.cordillera-menu h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
    color: #fff;
}

.sub-sample-data .uk-grid-small.sub-sample-information.uk-grid {
    background: #ccffff;
    margin: 0px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sub-sample-data .add-count-sample-data {
    background: #33ccff;
}

ul.cordillera-menu li a:hover {
    text-decoration:none;
    background: #257feb !IMPORTANT;
}
ul.cordillera-menu li.active-page a {
    text-decoration:none;
    background: #257feb !IMPORTANT;
}

.mobile-navbar ul {
    margin: 40px 0 0 0;
    padding: 0;
}

.mobile-navbar ul{
   list-style:none;
}

.mobile-navbar li a{
    color: #ffffff;
    display: block;
    padding: 15px 20px;
    text-decoration:none;
}

.mobile-navbar li.active-page{
    background-color: #23252B;
    border-left: 3px solid #44bfc6;
}

.mobile_menu a{
    color: #fff !important;
    background: #257feb;
    padding: 10px;
    padding-top: 20px;
    border-radius: 2px;
}
     
.left-sidebar {
    width: 18rem;
    flex-shrink: 0;
}

aside {
    display: flex;
    position: fixed;
    overflow: auto;
    flex-direction: column;
    width: 18rem;
    min-width: 18rem;
    color: white;
    background-size: cover;
    height:100%;
    background: #26476f;
}
ul.cordillera-menu li i {
    margin-right: 10px;
}
.company-logo-row {
    text-align: center;
    padding-top: 20px;
}
.sidebar-data {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex: 1 1 auto;
    padding-bottom: 3.5rem;
}
.company-logo,
.company-logo:hover {
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.1s ease 0s;
    text-decoration:none;
}

.sidebar-data-row {
    width: 100%;
    box-sizing: border-box;
}
.uk-width-expand .page-body{
    background-color: #cbe5fc;
}
.login-user-name {
    font-style: normal;
    font-stretch: normal;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
.image-row .emp-img {
    width: 50px;
    margin-top: 10px;
}
.uk-list {
    padding: 0;
    list-style: none;
}

a.uk-label:hover {
    text-decoration: none;
    color: #FFF;
}


a.uk-danger:hover {
    text-decoration: none;
    color: #FFF;
}

table.quick-search {
    background: #FFF;
    border-radius: 0px!important;
    border-bottom: 1px solid #33ccff !important;
    border-top: 1px solid #33ccff !important;
}

table.quick-search thead th {
    font-weight: 500 !IMPORTANT;
}
table.quick-search thead th {
    font-size: 12px;
    border: solid 1px #33ccff !important;
}
table.quick-search thead th, table.dataTable thead td {
    padding: 5px 5px !important;
    border-bottom: 0px !Important;
}
table.quick-search thead th {
    background-color: #66a3ff !important;
    color: #FFF !IMPORTANT;
    border-bottom: solid 1px #257FEB !important;
}
table.quick-search tbody tr {
    background-color: #ffffff;
}


table.quick-search tbody tr {
    cursor: pointer;
}

table.quick-search tbody td {
    padding: 4px 5px !important;
    border: solid 1px #33ccff !important;
    color: #000;
    font-size: 13px;
}

table.quick-search tr:nth-child(even) {
    background-color: #b3d1ff !important;
}

table.quick-search tbody tr:hover {
    background-color: #ccffff !important;
}


a.uk-success:hover {
    text-decoration: none;
    color: #FFF;
}

/* Media Query */
@media only screen and (max-width: 600px) {
    table.dataTable tbody td {
        padding: 8px 15px !important;
        border-bottom: 1px solid #CCC !IMPORTANT;
    }
    .admin-header{
        margin-top: 30px;
    }
    .reports-bottom-buttons input, .reports-bottom-buttons a{
        width: 100%;
        margin-bottom:10px;
    }
}