body{
    font-family: "Exo 2" !important;
}

.content-wrapper > .content{
    padding: 0 0.5rem 0.5rem 0.5rem !important;
}

select[readonly] {
  background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('../webfonts/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2') format('woff2');
}

.material-icons{
    vertical-align: middle;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.material-icons.filled{
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}

#float-alerts{
    position: fixed;
    right: 25px;
    list-style-type: none;
    top: 80px;
    min-width: 400px;
    z-index: 9999;
}

/*.select2-container{
    min-width: 220px;
}*/
.select2-container .select2-selection--single{
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px; 
}
/*.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}*/
.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #000;
}
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;

    .select2-selection {
        background: #eee;
        box-shadow: none;
    }

    .select2-selection__arrow,
    .select2-selection__clear {
        display: none;
    }
}

/* summernote */
.has-error .note-editor.note-frame{
    border-color: #dc3545!important;
}

.form-check-label{
    cursor: pointer;
}

.w-5{
    width: 5%;
}
.w-10{
    width: 10%;
}
.w-15{
    width: 15%;
}
.w-20{
    width: 20%;
}
.w-25{
    width: 25%;
}
.w-30{
    width: 30%;
}
.w-33{
    width: 33%;
}
.w-35{
    width: 35%;
}
.w-40{
    width: 40%;
}
.w-45{
    width: 45%;
}
.w-50{
    width: 50%;
}
.w-55{
    width: 55%;
}
.w-60{
    width: 60%;
}
.w-65{
    width: 65%;
}
.w-70{
    width: 70%;
}
.w-75{
    width: 75%;
}
.w-80{
    width: 80%;
}
.w-85{
    width: 85%;
}
.w-90{
    width: 90%;
}
.w-95{
    width: 95%;
}
.w-100{
    width: 100%;
}

.pagination{
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.main-header,
.brand-link{
    background: #800000;
    border-bottom-color: #800000 !important;
}

.brand-link{
    padding-top: 1px;
    padding-bottom: 5px;
}

.sidebar-s2viagens-classic .nav-sidebar > .nav-item > .nav-link.active{
    background-color: #434243 !important;
    color: #fff !important;
}

.emoji-menu{
    top: 34px;
    right: 13px;
}

.view-pwd{
    cursor: pointer;
}

.ui-state-highlight{
    background: #167f34;
}
.ui-sortable-helper{
    display: table;
    background: #fff !important;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.13);
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.13);
}

.sidebar-search-results .search-title .text-light{
    color: #000 !important;
}

.rotate-180{
    transform: rotate(180deg);
}