.x-hidden-tab
{
    display: none;
}

.x-modal-open {
    display: block;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-close {
    display: none;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.nav-unselect{
    border: 1px solid #d3d3d3;
    margin-right: 10px;
    background-color: #f5f5f5;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 25px !important;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
    color: #212529;
    background-color: #85cde1;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    top:0% !important;
}

.h4, h4 {
    font-size: 16px;
}

.h1, h1 {
    font-size: 20px !important;
}

.card {
    margin-bottom: 0px;
}

.content {
    padding-bottom: 10px;
}

.btn-primary{
    background-color: #56BDDA !important;
    border-color: #56BDDA !important;
}

.btn-success{
    background-color: #56BDDA !important;
    border-color: #56BDDA !important;
}

.bg-primary
{
    background-color: #56BDDA !important;
    border-color: #56BDDA !important;
}

.content-wrapper {
    background-color: #E2E9F1;
}

.text-blue {
    color:#56BDDA !important;
}

.card-primary.card-outline {
    /*border-top: 3px solid #56BDDA;*/
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height:50px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #56BDDA !important;
    border-color: #56BDDA !important;
    color: #f5f5f5 !important;
}

.bg-dark {
    background-color: #32597B !important;
}

.bg-light {
    background-color: #24738C !important;
    color:white !important;
}

.bg-black {
    background-color: #364A5C;
    color:white !important;
}

.modal-full {
    max-width: 90vw;
}

.form-control-persistent
{

}
