body {
    background-color: #f3f3f3;
}
[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: 4rem !important;
}
.header-profile {
    margin-left: 0 !important;
}

.dlabnav {
    /*width: 17.5rem;*/
    top: 4.4rem;
    height: calc(100% - 60px) !important;
}

[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li > a {
    padding: 1rem 1rem;
}


.dlabnav .metismenu > li a > i {
    /*margin-right: 0.6rem;*/
    margin-right: 0.9rem;
    width: 22px !important;
}

[data-sidebar-style="full"] .dlabnav .metismenu ul a:hover {
    padding-left: 4.3rem;
}

.dlabnav .metismenu ul a {
    padding-left: 4.4rem;
}

.nav-control {
    right: -3.556rem !important;
}

.dlabnav .metismenu .has-arrow:after {
    right: 1rem;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li > ul {
    width: 14rem;
}

.table thead th {
    text-transform: none;
}

.btn {

    /*min-height: calc(2.35rem + 2px);*/
    border-radius: 0.6rem;
}

.card {
    border-radius: 0.7rem;
}

.form-control:disabled {

    cursor: not-allowed;

}

label {
    font-weight: 500;
}

/** Estilizações tabs*/
.nav-tabs {
    background: #dddddd69;
    border-radius: 5px;
    padding: 5px;
    border-bottom: 0;
}

.default-tab .nav-link:focus, .default-tab .nav-link:hover, .default-tab .nav-link.active {
    background-color: #20c997;
    border-radius: 5px;
    color: white;
}

.form-control {

    /*height: calc(2.35rem + 6px);*/

    color: #888888 !important;

    border-color: #C8C8C8 !important;
    border-radius: 0.6rem;

}

.form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
    }

.form-control::placeholder {

    color: #C8C8C8 !important;

}

.select2-container--default .select2-selection--single {
    border-radius: 1rem;
}

.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;

}

.select2-container--default .select2-selection--single {
    /*min-height: calc(2.35rem + 4px) !important;*/
    border-radius: 0.6rem;
}

.select2-container .select2-selection--multiple {
    /*min-height: calc(2.35rem + 4px) !important;*/
    border-radius: 0.6rem;
    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;
}

.select2-container--default.select2-container--disabled .select2-selection--single {

    cursor: not-allowed;

}

/*@media only screen and (max-width: 87.5rem) {*/
/*    .dlabnav {*/
/*        !*top: 5.5rem;*!*/
/*        height: calc(100% - 60px);*/
/*    }*/
/*}*/

@media only screen and (max-width: 63.9375rem) {
    .nav-header {
        /*width: 0rem !important;*/
    }
}
