h1 {
    color: #403f3f;
}

.bs-tab #tabs h6.section-title {
    color: #eee !important;
}

.bs-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3 !important;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}

.bs-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc !important;
    font-size: 16px;
    font-weight: normal;
}

    .bs-tab .nav-link:hover {
        border: none;
    }

.bs-tab thead {
    background: #f3f3f3 !important;
    color: #333 !important;
}

.bs-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.btn {
    box-shadow: 0px 1px 1px #838383;
    transition: .2s ease all !important;
}

.btn:hover {
    box-shadow: 0px 1px 1px #838383;
    transition: .2s ease all !important;
}

.input-group > .select2-container {
    width: 99%;
    flex: 1 1 auto;
}

.input-group > .select2-container .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
}

li.select2-selection__choice {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.select2-selection__rendered {
    padding-right: 12px !important;
}


.dropdown-item:active {
    background-color: white;
    color: black;
}

.input-group-prepend-dropdown {
    border-radius: 5px 0px 0px 5px;
}

/*
.dropdown-menu {
    display: block;
    opacity: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-out;
}

    .dropdown-menu.show {
        max-height: 500px;
        opacity: 1;
        padding: 0.5rem 0;
    }


.btn-dropdown {
    box-shadow: none !important;
    border: none;
    border-radius:50%;
    background-color:#e5e5e5
}

.btn-dropdown:hover {
    box-shadow: none !important;
    border: none;
    border-radius: 50%;
    background-color: #dbdbdb;
}

.dropdown-item {
    box-shadow: none !important;
}

    .dropdown-item:active {
        background-color: #dbdbdb;
        color: #212529;
    }*/

.show-password, .show-password:hover {
    color: #495057;
}

.login-input-group .input-group-prepend .input-group-text {
    background-color: #fff;
}

.login-input-group .input-group-append .input-group-text {
    background-color: #fff;
}

.input-group-text {
    background-color: #fff;
}

.igt-bl-none {
    border-right: none;
}

.igt-br-none {
    border-right: none;
}

.fc-bl-none {
    border-left: none;
}

.fc-br-none {
    border-right: none;
}

#accordionFilter .card-header .title {
    color: #000;
}

#accordionFilter .card-header .accicon {
    float: right;
    width: 1.2em;
}

#accordionFilter .card-header {
    cursor: pointer;
    border-bottom: none;
}

#accordionFilter .card {
    border: 1px solid #ddd;
}

#accordionFilter .card-body {
    border-top: 1px solid #ddd;
}

#accordionFilter .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.lbl-upload {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    font-weight: normal !important;
}

.upload__lbl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.upload__btn {
    width: 145px;
    height: 145px;
    margin-right: 10px;
    position: relative !important;
}

.upload__img-box {
    position: relative !important;
}

    .upload__img-box img {
        height: 150px;
        width: 150px;
        object-fit: fill;
        margin-right: 5px;
    }

.upload__img-close {
    text-align: center;
    font-size: 10px;
    border: 2px solid #d1d1d1;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 2px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .upload__img-close span {
        color: rgba(0, 0, 0, 1);
        font-weight: bold;
    }

.required::after {
    content: " *";
    font-weight: bold;
    color: red;
}

#img-upload {
    max-width: 100%;
    max-height: 100%;
}

.img-container {
    width: 100%;
    height: 140px;
    border: 2px solid #a1a1a1;
    border-radius: 5px;
    padding:5px;
}

.img-col {
    width: 40px;
    height: 40px;
}

.modal-dialog.modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal-dialog.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none;
}

.modal-dialog.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.cards tbody tr {
    float: left;
    width: 19rem;
    margin: 0.5rem;
    border: 0.0625rem solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.cards tbody td {
    display: block;
}

.cards thead {
    display: none;
}

.cards td:before {
    content: attr(data-label);
    position: relative;
    float: left;
    color: #808080;
    min-width: 4rem;
    margin-left: 0;
    margin-right: 1rem;
    text-align: left;
}

tr.selected td:before {
    color: #CCC;
}

.table .avatar {
    width: 50px;
}

.borderless td, .borderless th {
    border: none;
}