﻿
:root {
    --orange: #ff5c00;
    --sea: #035771;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 100px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 100px;
}
::-webkit-scrollbar-thumb {
    background: #ed8b00;
    border-radius: 100px;
    -webkit-box-shadow:none
}
  
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .container-w {
    max-width: 90% !important;
    width: 90% !important;
    margin: auto;
}
.module-log-form{
    display:flex;
    align-items:flex-end;
    flex-wrap:wrap;
}
.module-log-form div{
    padding-left:8px;
    padding-right:8px;

}
.module-log-form label {
    font-size: 15px
}
.module-log-input {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 16px;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.55rem;
}

.module-log-select {
    background: #FFF;
    color: #525252;
    position: relative;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    padding-right: 0px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.55rem;
    font-size: 16px !important;
    height:40px;
    width:100%;
}

.module-search {
    padding: 0px 8px;
    color: #fff;
    border-radius: 4px !important;
    background: var(--sea);
    font-size:18px;
    height:40px;
}
.responsive-table {
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
}
.text-wrap{
    white-space:nowrap
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
table.dataTable tbody tr:nth-child(even) {
    background-color: #fbfbfb;
}
.table .thead-dark th {
    color: #fff;
    background-color: var(--sea);
}
table tr th:first-child {
    border-top-left-radius: 11px;
}
table tr th:last-child {
    border-top-right-radius: 11px;
}
.table td, .table th {
    padding: 1rem 1.5rem !important;
    vertical-align: middle !important;
    font-size: 15px !important;
    font-weight:normal;
}
table, .dataTable, #userDatatable_wrapper table.dataTable {
    table-layout: fixed;
}
.ui-menu .ui-menu-item a, .ui-menu .ui-menu-item-wrapper {
    font-size: 14px;
}
table.dataTable thead th {
    padding-left: 1.5rem !important
}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3
}

table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191"
}

table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193"
}

table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after {
    opacity: 1
}

table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0
}
@media (min-width: 1200px) {
    .col-xl-2 {
        float: left;
        width: 16.666667%;
    }
}