.authentication-lang-selector-container{
    position: absolute;
    top: 5px;
    right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    margin-right: 34px;
    width: 34px;
    height: 34px;
    padding: 8px 10px;
    margin-top: 0px;
    _cursor: no-drop;
    color: #df123d;
}


.global-radio-status-switch-container{

}

input[data-switch] + label.radio-status-switch {
    width: 120px;
    margin-top: 22px;
    margin-left: 12px;
    height: 30px;
}

input[data-switch] + label.radio-status-switch:after{
    width: 24px;
    height: 24px;
    font: normal normal normal 24px/1 "Material Design Icons";
    content: "\f1119";
    font-size: 1.3rem;
    padding-top: 3px;
    color: #d9dafb;
}

input[data-switch]:checked + label.radio-status-switch:after{
    left: 92px;
    color: #0dbb15;
}

input[data-switch] + label.radio-status-switch:before{
    top: 3px;
    right: 8px;
    font-size: 1rem;
}

input[data-switch]:checked + label.radio-status-switch:before{
    right: auto;
    left: 8px;
}

input[data-switch].working + label.radio-status-switch {
    opacity: 0.7;
}

input[data-switch].working + label.radio-status-switch:after{
    background-color: #df123d;
    color: #fff;
}

.pos-relative {
    position: relative;
}


/*
 * Log Levels Colors
 */
.color-log-level-0{
    color: #ff0077 !important;
}

.color-log-level-1{
    color: #ff0000 !important;
}

.color-log-level-2{
    color: #ff2f00 !important;
}

.color-log-level-3{
    color: #ff6700 !important;
}

.color-log-level-4{
    color: #ffa400 !important;
}

.color-log-level-5{
    color: #008cff !important;
}

.color-log-level-6{
    color: #00ccff !important;
}

.color-log-level-7{
    color: #0faf1c !important;
}



.bgcolor-log-level-0{
    background: #ff0077;
}

.bgcolor-log-level-1{
    background: #ff0000;
}

.bgcolor-log-level-2{
    background: #ff3f00;
}

.bgcolor-log-level-3{
    background: #ff7700;
}

.bgcolor-log-level-4{
    background: #ffc400;
}

.bgcolor-log-level-5{
    background: #008cff;
}

.bgcolor-log-level-6{
    background: #00ccff;
}

.bgcolor-log-level-7{
    background: #0faf1c;
}



.mdi-icon-log-level-0::before {
    /* Emergency */
    content: "\f15d7";
}

.mdi-icon-log-level-1::before {
    /* Alert */
    content: "\f15d7";
}

.mdi-icon-log-level-2::before {
    /* Critical */
    content: "\f15d7";
}

.mdi-icon-log-level-3::before {
    /* Error */
    content: "\f0767";
}

.mdi-icon-log-level-4::before {
    /* Warning */
    content: "\f002a";
}

.mdi-icon-log-level-5::before {
    /* Notice */
    content: "\f1780";
}

.mdi-icon-log-level-6::before {
    /* Informational */
    content: "\f02fd";
}

.mdi-icon-log-level-7::before {
    /* Debug */
    content: "\f0a30";
}


/*
 * DataTables
 */
.table-striped > tbody > tr.selected:nth-of-type(odd) > * {
    color: #d9ced6;
}
  
table.dataTable thead td.select-checkbox, 
table.dataTable thead th.select-checkbox,
table.dataTable tbody td.select-checkbox, 
table.dataTable tbody th.select-checkbox {
    cursor: pointer;
}

table.dataTable thead td.select-checkbox, 
table.dataTable thead th.select-checkbox {
    position: relative;
}

thead td.select-checkbox:before, 
table.dataTable thead td.select-checkbox:after, 
table.dataTable thead th.select-checkbox:before, 
table.dataTable thead th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}

table.dataTable thead td.select-checkbox:before, 
table.dataTable thead th.select-checkbox:before {
    content: " ";
    margin-top: -2px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
}

table.dataTable thead th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -7px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

.apexcharts-gridline{
    stroke-width: 1px;
    stroke: rgb(176, 190, 217);
}