:root {
    --cooltipz-font-size: 1.2rem;
}

.user-panel>.info {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    white-space: nowrap;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

#toast-container>div {
    opacity: 1;
}

.btn-t2v {
    background-color: #1e8794;
    border-color: #1e8794;
    color: white;
}
.btn-t2v:hover,
.btn-t2v:active,
.btn-t2v:focus,
.btn-t2v.hover {
    background-color: #1e8794;
    color: white;
}


.box.box-t2v {
    border-top-color: #1e8794;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.toggle-on {
    left: unset !important;
}

/* Center the loader */
#backLoader{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.32);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

#backLoader .myLoader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1c4263;
    border-color: #1c4263;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1c4263;
    color: white;
}

.select2-selection__rendered {
    max-height: 50px;
    overflow-y: auto !important;
}

.daterangepicker .ranges li.active {
    background-color: #1c4263;
    color: #fff;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #1c4263;
    border-color: transparent;
    color: #fff;
}

.ms-container {
    margin: auto;
    width: 100% !important;
}

/*Correção PNotify Mobile*/
@media only screen and (max-width: 600px) {
    .ui-pnotify {
        right: 0 !important;
    }
}

.user-panel {
    padding-top: 10px;
    padding-left: 3px;
}

.img-circle{
    height: 40px !important;
    width: 40px !important;
    object-fit: cover !important;
}

.text-t2v{
    color: #1e8794;
}

.column-width-300 {
    min-width: 300px;
}

.column-width-200 {
    min-width: 200px;
}

select.form-control.multiple-select {
    display: none;
}

div.form-control.multiple-select {
    padding: 0;
}

div.form-control.multiple-select button {
    height: 32px;
    line-height: 32px;
    border: none;
}

.ms-drop.bottom label span {
    margin-left: 5px;
}


table.table-t2v th {
    background-color: #1e8794;
    color: white;
    font-weight: normal;
}

.ms-options-wrap > .ms-options > ul, .ms-options-wrap > .ms-options > ul > li.optgroup ul {
    column-gap: 2px !important;
}

td.td-actions {
    display: flex;
    gap: 3px;
}

.dropdown-menu {
    min-width: 70px;
}
