.gt4u-table-container{
    margin: 0 20px 0 20px;
}

.gt4u-table{
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap:break-word;
    border: none !important;
}

.gt4u-table td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gt4u-table th, .gt4u-table td{
    border-top: none !important;
    border-bottom: 1px solid rgb(240, 243, 255) !important;
}

.gt4u-table th, td{
    color: rgb(89, 93, 110);
}

.gt4u-table thead{
    line-height: 3;
}

.gt4u-table th.sorting_desc, th.sorting_asc{
    background-color: #fafafa;
}

.gt4u-table tbody:after {
    content:"@";
    display:block;
    line-height:10px;
    text-indent:-99999px;
}

.gt4u-main-content-wrapper{
    padding: 10px;
    margin-top: 20px;
    background: white;
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    border-radius: 5px;
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}

.dt-count-received{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body{
    background-color: rgb(242 243 248);
}

.dataTables_info, .dataTables_length, .dataTables_filter, .dataTables_paginate, .gt4u-filter-element{
    color: rgba(0, 0, 0, 0.5) !important;
}

.gt4u-filters-wrapper{
    margin: 20px;
}

#clear-filters-btn{
    height: 33px;
    width: 135px;
    margin-right: 160px;
}

#export_table_filter input{
    height: 33px;
}

.gt4u-filters .filter-select, .gt4u-filters .filter-search{
    width: 150px;
    height: 2.5em;
    font-size: 13px;
}

.gt4u-filters{
    display: flex;
}

.gt4u-filter-element{
    margin-right: 15px;
}

.gt4u-search-input{
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 5px;
    background-color: transparent;
}

.form-control.filter-select{
    display: inline;
}

button.edit{
    margin-right: 5px;
}

.paginate_button:not(.current,.disabled):hover{
    background: #3490dc !important;
    border: 1px solid #3490dc !important;
}

.gt4u-search-input:focus{
    outline: none;
    box-shadow: 0 0 0 0.2rem rgb(52 144 220 / 25%);
}

input[type=search]:focus{
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgb(52 144 220 / 25%);
}

.dataTables_wrapper{
    padding: 3px 3px 0 0;
}

.gt4u-filter-active{
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgb(52 144 220 / 25%) !important;
    border-radius: 5px !important;
}

.gt4u-filter-active:focus{
    outline: none !important;
}

input[type=search]{
    border-color: rgb(206, 212, 218) !important;
}

.paginate_button.current{
    background: #5d78ff8c !important;
    border: none !important;
    border-radius: 5%;
}

.gt4u-date-range-picker{
    color: #7e5d6e;
    width: 160px;
    line-height: 27px;
    padding: 3px 5px 0;
    font-size: 13px;
    border-radius: 4px;
    outline: none;
    border: 1px solid rgb(206, 212, 218);
}

.gt4u-filter-label{
    margin-right: 3px;
}

.gt4u-attention-count-limit{
    line-height: 25px;
    color: white;
    background: #ff0000b8;
    padding: 5px 10px;
    border-radius: 5px;
    height: 33px;
}

.alarm-icon-svg{
    opacity: 0.8;
    margin-right: 10px;
}

.alarm-icon{
    display: block;
    padding-top: 3px;
}

.gt4u-count-limit{
    display: inherit;
    cursor:pointer;
    opacity: 0.9;
}

.gt4u-count-limit:hover{
    opacity: 1;
}

.dropdown-item.active{
    background-color: #d6ddff !important;
}

.btn.dropdown-toggle{
    color:#7e5d6e;
    background: white;
    border: 1px solid rgb(206, 212, 218);
    height: 33px;
}

.gt4u-filter-statuses{
    display: flex;
}

.gt4u-filter-statuses label{
    margin: 6px 6px 0 0 ;
}

.gt4u-filter-statuses .filter-option-inner-inner{
    margin-top: -2px;
    font-size: 14px;
}

.export-queue-icon{
    background: #3458dc;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    min-width: 16px;
    padding: 3px;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
}

.header-nav-item{
    margin-right: 15px;
    color: black;
    opacity: 0.6;
    cursor: pointer;
    padding: 3px 5px 0;
}

.header-nav-item.active{
    opacity: 1;
    box-shadow: 0 0 0 0.2rem rgb(52 144 220 / 25%) !important;
    border-radius: 4px;
}

.modal-footer{
    justify-content: flex-start;
    border-top: none;
}

.modal-btn-secondary{
    color: #6c757d;
    background: none;
    border: none;
}

.modal-btn-secondary:focus{
    color: #6c757d;
    background: none;
    border: none;
}

.row-highlighted{
    background-color: #ffd7d7 !important;
}

.modal-error{
    color: #ff6767;
    font-size: 14px;
}

#editCriticalValueModalError.hidden{
    display: none;
}

#editCriticalValueModalError.shown{
    display: block;
}

#overlay.hidden{
    display: none !important;
}

#overlay.shown{
    display: block !important;
}

.left-border-highlighted{
    border-left: 2px solid #3490dc;
}

.swal-wide{
    width: 650px !important;
}

.swal-wide-info{
    width: 750px !important;
}

#export_table_filter{
    float: left;
    line-height: 1em;
}

#export_table_length{
    padding-top: 6px;
    margin-right: 10px;
    float: right;
}

#export_table_wrapper{
    min-width: 1100px;
}

#export_table_info{
    float: right;
}

#export_table_paginate{
    float: left;
}

.navbar .container{
    max-width: 1205px;
}

.card{
    margin-top: 30px;
}

#gt4u-users-search-input{
    padding-top: 8px;
}

#dateRangePicker{
    padding-top: 4px;
}

.btn-nav{
    width: 90px;
}

.btn-nav:focus{
    box-shadow: none;
    background-color: #3490dc;
}

#navbarSupportedContent{
    margin-left: 50px;
}

.navbar-brand{
    width: 100px;
}

#overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 60%);
    z-index: 999;
}

.overlay-processing-spinner{
    top: 50%;
    position: fixed;
    left: 50%;
    color: #4c8bf7;
}

