/*.dlabnav {*/
/*    background-color: #546EE3;*/
/*}*/
/*.header {*/
/*    background: #546EE3;*/
/*}*/
.picker-legenda {
    width: 10px;
    height: 10px;
    display: inline-block;
}

[data-sidebar-position="fixed"][data-layout="vertical"] .nav-header {
    border-right: none;
}

[data-header-position="fixed"] .content-body {
  padding-top: 4rem;
}

.nav-header {
    height: 4.4rem;
    /*width: 17.5rem;*/
}

.header {
    height: 4.4rem;
}

.header .header-content {
    padding-left: 5rem;
}

.dlabnav {
    /*width: 17.5rem;*/
    top: 4.4rem;
}

.header-right .notification_dropdown .nav-link .badge {
    line-height: 1rem;
    right: 0rem;
    height: 1.6rem;
    width: 1.5rem;
}

.nav-header .brand-title h2, .nav-header .brand-title .h2 {
    font-size: 1.5rem;
}

.table thead th {
    text-transform: none;
}

.card-title {
    text-transform: none;
}

.form-control {

    height: calc(2.35rem + 6px);

    color: #888888 !important;

    border-color: #C8C8C8 !important;
    border-radius: 0.6rem;

}

.select2-container--default .select2-selection--single {
    border-radius: 1rem;
}

.form-control::placeholder {

    color: #C8C8C8 !important;

}

.select2-container .select2-selection--single .select2-selection__rendered {

    color: #888888;

    padding-right: 40px !important;

}
.select2-container--default.select2-container--disabled .select2-selection--single {

    cursor: not-allowed;

}

.form-control:disabled {

    cursor: not-allowed;


}
.form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
    }
.btn {

    /*min-height: calc(2.35rem + 2px);*/
    border-radius: 0.6rem;
}

.ul_wrapper li {

    padding-left: 0.75em;
    margin-bottom: 8px;
    list-style-type: circle;
    list-style-position: inside;

}

.select2-container--default .select2-selection--single {
    min-height: calc(2.35rem + 4px) !important;
    border-radius: 0.7rem;
}

.card {
    border-radius: 0.7rem;
}

.select2-container .select2-selection--multiple {
    min-height: calc(2.35rem + 4px) !important;
    border-radius: 0.7rem;
    border-color: #C8C8C8 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0.4rem;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    padding-left: 6px;
    padding-right: 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-top: 5px;
}

.select2-selection {
    height: calc(3.35rem + 10px) !important;
    /*height: auto !important;*/
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: normal;
}

label {
    font-weight: 500;
}

label.error {
    color: #FC2E53 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 6px;
    padding-bottom: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.4rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
}
.select2-container--default .select2-selection--single {
    height: auto !important;
}
.select2-selection {
    height: auto !important;
}

/**Múltiplo selec2 cores seleção*/
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ecf3fd;
    color: #252222;
    /*font-weight: 500;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    color: white;
    font-weight: 500;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4885ed;
    border: 1px solid #4885ed;
}

.select2-results__option[aria-selected] {
    /*font-weight: 500;*/
}



/**FIM -- Múltiplo selec2 cores seleção*/

.accordion-solid-bg .accordion-header.collapsed {
    border-radius: 1rem;
}


@media only screen and (max-width: 47.9375rem) {
    .nav-header {
        top: 0;
        background: #fff !important;
        width: auto !important;
    }
}
