.custom-logo {
    max-width: 190px !important;
    margin: 5px auto !important;
    display: block !important;
}

.settings_detrans_logo_area {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 75px;
    background-size: cover;
}

.invalid-feedback {
    font-size: 12px !important;
    padding: 2px 3px !important;
}

.custom-btn-inline-form-label {
    margin: 0;
    padding: 0;
    color: #0c57d3;
    display: inline-block;
}

.custom-btn-inline-form-label:hover {
    color: #0d5bdd;
    cursor: pointer;
    text-decoration: underline;
}

select.form-control {
    background: url('../img/icon-caret-down.svg') right center/20px no-repeat;
}

.fs-0-9em {
    font-size: 0.9em !important;
}

.fs-0-8em {
    font-size: 0.8em !important;
}

.fs-1em {
    font-size: 1em !important;
}

.fs-1-1em {
    font-size: 1.1em !important;
}

.fs-07px {
    font-size: 7px !important;
}

.fs-08px {
    font-size: 8px !important;
}

.fs-09px {
    font-size: 9px !important;
}

.fs-10px {
    font-size: 10px !important;
}

.fs-11px {
    font-size: 11px !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-15px {
    font-size: 15px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-17px {
    font-size: 17px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-19px {
    font-size: 19px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.fs-21px {
    font-size: 21px !important;
}

.fs-22px {
    font-size: 22px !important;
}

.fs-23px {
    font-size: 23px !important;
}

.fs-24px {
    font-size: 24px !important;
}

.fs-25px {
    font-size: 25px !important;
}

.ws-nowrap {
    white-space: nowrap !important;
}


.bd-t-none {
    border-top: 0 !important;
}

.custom-modal-delete, .custom-modal-delete * {
    box-sizing: border-box
}

.custom-modal-delete-header {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-size: 32px !important;
}

.custom-modal-delete-btn-cancel,
.custom-modal-delete-btn-confirm {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    float: left;
    width: 50%;
    outline: 0 !important;
}

.custom-modal-delete-btn-cancel:hover,
.custom-modal-delete-btn-confirm:hover {
    opacity: 1;
}

.custom-modal-delete-btn-cancel {
    background-color: #ccc;
    color: black;
}

.custom-modal-delete-btn-confirm {
    background-color: #F44336;
}

.custom-modal-delete-btn-confirm.btn-success {
    background-color: #28286E !important;
}

.custom-modal-delete-container {
    padding: 16px;
    text-align: center;
}

.custom-modal-delete {
    position: fixed;
    z-index: 999999888;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
}

.custom-modal-delete-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    max-width: 350px;
    font-size: 17px !important;
}

.custom-modal-delete-content-without-max-width {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    font-size: 17px !important;
}

.custom-modal-delete-clearfix::after {
    content: "";
    clear: both;
    display: table;
    margin-top: 60px;
}

.custom-modal-delete-separate {
    display: block;
    height: 20px;
}

.overflow-ellipsis {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    display: inline-block !important;
    white-space: nowrap;
}

.pagination-custom .page-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    text-align: center;
}

.custom-fast-search-js-btn {
    border: 1px solid #ccc !important;
    --radius: 4px;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    background: transparent !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    color: #4c4c4c !important;
    outline: 0 !important;
    padding: 4px 6px !important;
    line-height: 16px !important;
    width: auto;
    height: 28px !important;
    max-width: 100% !important;
}

.table-responsive, div.table-responsive {
    overflow-y: visible !important;
}

.table-responsive::-webkit-scrollbar, div.table-responsive::-webkit-scrollbar {
    width: 0 !important;
    height: 5px !important;
}

.table-responsive::-webkit-scrollbar-button, div.table-responsive::-webkit-scrollbar-button {
    display: none !important;
}

.table-responsive::-webkit-scrollbar-track-piece, div.table-responsive::-webkit-scrollbar-track-piece {
    background: #f1f1f1 !important;
}

.table-responsive::-webkit-scrollbar-thumb, div.table-responsive::-webkit-scrollbar-thumb {
    background: #313187 !important;
}

.text-primary {
    color: #28286E !important;
}

.text-primary-alt {
    color: #313187 !important;
}

.btn-primary {
    color: #fff;
    background: #28286E !important;
    border-color: #28286E !important;
    box-shadow: none !important;
}

.btn-primary:hover {
    color: #fff;
    background: #313187 !important;
    border-color: #313187 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3) !important;
    border-bottom-color: #28286E !important;
}

.btn-primary-alt {
    color: #fff;
    background-color: #313187 !important;
    border-color: #313187 !important;
    box-shadow: none !important;
}

.btn-primary-alt:hover,
.btn-primary-alt.active {
    color: #fff;
    background-color: #28286E !important;
    border-color: #28286E !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3) !important;
}

.login-cta {
    font-size: 13px;
    color: #777;
    margin-bottom: 0;
    line-height: 18px !important;
}

.login-title {
    font-size: 25px;
    line-height: 30px !important;
    color: #28286E !important;
    margin-top: 30px !important;
}

.col_actions {
    width: 1% !important;
    white-space: nowrap !important;
    text-align: right !important;
}

.added_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    align-content: center;
    margin: -5px !important;
}

.added_box_item {
    position: relative;
    background: #f7f7f7;
    flex-basis: calc(33.33333333333333% - 10px);
    padding: 6px;
    margin: 5px;
    border: 1px solid #ccc;
    --radius: 3px;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    font-size: 13px;
}

@media (max-width: 1090px) {
    .added_box_item {
        flex-basis: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .added_box_item {
        flex-basis: calc(100% - 10px);
    }
}

.added_box_item_exclude {
    border-color: #FD8FA7 !important;
    background: rgba(253, 143, 167, 0.5) !important;
}

.added_box_item:last-of-type {
    /*margin-bottom: 30px !important;*/
}

.added_box_item > div {
    padding: 0 15px 0 0;
    display: block;
    width: 100%;
}

.added_box_item > div > small {
    font-weight: bold !important;
    font-size: 9px !important;
    color: #111;
}

.added_box_item > div > span {
    white-space: nowrap !important;
}

.added_box_item > button {
    position: absolute;
    top: calc(50% - 7px);
    right: 4px;
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    line-height: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    --radius: 50%;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    font-size: 10px;
}

@media (max-width: 1200px) {
    .added_vehicles_item {
        flex-basis: calc(25% - 10px) !important;
    }
}

@media (max-width: 985px) {
    .added_vehicles_item {
        flex-basis: calc(33.33333333333333% - 10px) !important;
    }
}

@media (max-width: 840px) {
    .added_vehicles_item {
        font-size: 15px;
        flex-basis: calc(50% - 10px) !important;
    }
}

@media (max-width: 450px) {
    .added_vehicles_item {
        flex-basis: calc(100% - 10px) !important;
    }
}

#loader, #loader-transparent {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#loader {
    background: #ffffff;
}

#loader-transparent {
    background: rgba(255, 255, 255, 0.75);
}

#min-loader {
    width: 80px;
    height: 80px;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    top: 10px !important;
    right: 10px !important;
    display: none;
}

#min-loader .sk-message {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #28286E;
}

.sk-cube-grid {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: transparent;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube {
    background-color: #28286E;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.wizard ul.steps li.complete {
    background: #33A451 !important;
    color: #fff !important;
}

.wizard ul.steps a li.complete {
    background: #33A451 !important;
    color: #fff !important;
    height: 48px !important;
}

.wizard > .steps-container > .steps li.complete .chevron {
    border-left-color: #2B8A44 !important;
}

.wizard ul.steps li.complete > span.chevron:before {
    border-left-color: #33A451 !important;
}

.wizard ul.steps li.active {
    background: #313187 !important;
    color: #fff !important;
}

.wizard ul.steps a li.active {
    background: #313187 !important;
    color: #fff !important;
    height: 48px !important;
}

.wizard > .steps-container > .steps li.active .chevron {
    border-left-color: #313187 !important;
}

.wizard ul.steps li.active > span.chevron:before {
    border-left-color: #313187 !important;
}

.wizard-info.wizard ul.steps li.complete {
    background: #508EF5 !important;
    color: #fff !important;
}

.wizard-info.wizard ul.steps a li.complete {
    background: #508EF5 !important;
    color: #fff !important;
    height: 48px !important;
}

.wizard-info.wizard > .steps-container > .steps li.complete .chevron {
    border-left-color: #3070DA !important;
}

.wizard-info.wizard ul.steps li.complete > span.chevron:before {
    border-left-color: #508EF5 !important;
}

.wizard-info.wizard ul.steps li.active {
    background: #66B4F7 !important;
    color: #fff !important;
}

.wizard-info.wizard ul.steps a li.active {
    background: #66B4F7 !important;
    color: #fff !important;
    height: 48px !important;
}

.wizard-info.wizard > .steps-container > .steps li.active .chevron {
    border-left-color: #66B4F7 !important;
}

.wizard-info.wizard ul.steps li.active > span.chevron:before {
    border-left-color: #66B4F7 !important;
}

.dropdown-menu.show {
    padding: 0 !important;
}

a.dropdown-item {
    padding: 6px 10px !important;
}

tr.custom-odd {
    background: #f5f5f5 !important;
}

tr.custom-even {
    background: #ffffff !important;
}

.custom-table-hidden-td {
    border-top: 0 !important;
    padding-top: 20px !important;
}

.custom-table-hidden-container {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.custom-table-hidden-box {
    flex-basis: 100%;

    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.custom-table-hidden-header {
    flex-basis: 120px;
    text-align: right;
    font-weight: bold;
    padding: 12px;
}

.custom-table-hidden-content {
    padding: 12px;
    flex-basis: calc(100% - 120px);
    border-left: 1px dashed #ddd;
}

.j-custom-table-hidden-btn-alt {
    display: block !important;
    flex-basis: 100% !important;
    width: 100% !important;
    font-size: 10px !important;
    text-align: right !important;
    text-transform: uppercase !important;
}

.form-group textarea.form-control {
    resize: none;
    min-height: 80px;
}

.custom-select2-height .select2-container--default .select2-selection--multiple,
.custom-select2-height .select2-container--default .select2-selection--single {
    min-height: 80px !important;
}

.select2-search__field {
    margin-top: 10px !important;
}

.c-pointer {
    cursor: pointer !important;
}

.order-icons-group {
    cursor: pointer !important;
    white-space: nowrap !important;
}

.order-icons {
    display: inline-block;
    position: relative;
    width: 15px !important;
    height: 15px !important;
    margin: 0;
    padding: 0;
    color: #ddd;
}

.order-icons i {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 22px !important;
}

.order-icons i:first-of-type {
    left: 2px;
    top: -5px;
}

.order-icons i:last-of-type {
    left: 2px;
    bottom: -10px;
}

.order-icons-group[data-orderby-dir="asc"] i:first-of-type {
    color: #28286E !important;
}

.order-icons-group[data-orderby-dir="desc"] i:last-of-type {
    color: #28286E !important;
}

.select2-selection__choice {
    padding-left: 18px !important;
}

.select2-selection__choice__remove, .select2-selection__choice__remove * {
    box-sizing: border-box !important;
}

.select2-selection__choice__remove {
    border: 0 !important;
    font-size: 18px !important;
    width: 18px !important;
    height: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 18px !important;
    text-align: center !important;
}

.pagination-sm.pagination-rounded .page-link {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 22px;
}

.switch-button.switch-button-ativoinativo {
    width: 80px !important;
}

.switch-button.switch-button-simnao label:before {
    padding-right: 8px;
    content: "NÃO";
}

.switch-button.switch-button-simnao input[type="checkbox"]:checked + span label:before {
    content: "SIM";
}

.switch-button.switch-button-ativoinativo {
    width: 80px !important;
}

.switch-button.switch-button-ativoinativo label:before {
    content: "INATIVO";
}

.switch-button.switch-button-ativoinativo input[type="checkbox"]:checked + span label:before {
    content: "ATIVO";
}

.switch-button.switch-button-ativoinativo label:before {
    margin-left: 8px;
}

.switch-button.switch-button-ligadodesligado {
    width: 95px !important;
}

.switch-button.switch-button-ligadodesligado label:before {
    content: "DESLIGADO";
}

.switch-button.switch-button-ligadodesligado input[type="checkbox"]:checked + span label:before {
    content: "LIGADO";
}

.switch-button.switch-button-ligadodesligado label:before {
    margin-left: 13px;
}

.switch-button.switch-button-queronaoquero {
    width: 100px !important;
}

.switch-button.switch-button-queronaoquero label:before {
    content: "NÃO QUERO";
}

.switch-button.switch-button-queronaoquero input[type="checkbox"]:checked + span label:before {
    content: "QUERO";
}

.switch-button.switch-button-queronaoquero label:before {
    margin-left: 15px;
}

.switch-button.switch-button-queronaoqueroproduto {
    width: 180px !important;
}

.switch-button.switch-button-queronaoqueroproduto label:before {
    content: "NÃO QUERO ESTE PRODUTO";
}

.switch-button.switch-button-queronaoqueroproduto input[type="checkbox"]:checked + span label:before {
    content: "QUERO ESTE PRODUTO";
}

.switch-button.switch-button-queronaoqueroproduto.switch-button-xl {
    height: 42px !important;
    width: 310px !important;
}

.switch-button.switch-button-queronaoqueroproduto.switch-button-xl label:before {
    line-height: 42px !important;
    font-size: 20px !important;
    margin-left: 30px;
}

.switch-button.switch-button-queronaoqueroproduto.switch-button-xl label {
    height: 24px;
    width: 24px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.switch-button.switch-button-enviarnaoenviar {
    width: 105px !important;
}

.switch-button.switch-button-enviarnaoenviar label:before {
    content: "NÃO ENVIAR";
}

.switch-button.switch-button-enviarnaoenviar input[type="checkbox"]:checked + span label:before {
    content: "ENVIAR";
}

.switch-button.switch-button-enviarnaoenviar label:before {
    margin-left: 17px;
}

.switch-button.switch-button-dailyfollowup {
    width: 250px !important;
}

.switch-button.switch-button-dailyfollowup label:before {
    content: "NÃO ENVIAR ACOMPANHAMENTO DIÁRIO";
}

.switch-button.switch-button-dailyfollowup input[type="checkbox"]:checked + span label:before {
    content: "ENVIAR ACOMPANHAMENTO DIÁRIO";
}

.switch-button.switch-button-dailyfollowup label:before {
    margin-left: 17px;
}

.responsible_accounting .select2-selection.select2-selection--single {
    border: 0 !important;
}

.responsible_accounting .select2-selection__arrow b {
    padding: 0 !important;
    margin: -3px 0 0 5px !important;
    line-height: 10px !important;
}

.responsible_accounting .select2-selection__rendered {
    font-size: 18px !important;
    padding-right: 30px !important;
    padding-left: 2px !important;
}

.btn {
    margin-bottom: 5px !important;
}

.alert .close:focus {
    outline: 0 !important;
}

.w-5px {
    width: 5px !important;
}

.w-10px {
    width: 10px !important;
}

.w-15px {
    width: 15px !important;
}

.w-20px {
    width: 20px !important;
}

.w-25px {
    width: 25px !important;
}

.w-30px {
    width: 30px !important;
}

.w-35px {
    width: 35px !important;
}

.w-40px {
    width: 40px !important;
}

.w-45px {
    width: 45px !important;
}

.w-50px {
    width: 50px !important;
}

.w-55px {
    width: 55px !important;
}

.w-60px {
    width: 60px !important;
}

.w-65px {
    width: 65px !important;
}

.w-70px {
    width: 70px !important;
}

.w-75px {
    width: 75px !important;
}

.w-80px {
    width: 80px !important;
}

.w-85px {
    width: 85px !important;
}

.w-90px {
    width: 90px !important;
}

.w-95px {
    width: 95px !important;
}

.w-100px {
    width: 100px !important;
}

.dataTables_length, .dataTables_filter {
    padding-bottom: 10px !important;
}

.dataTables_length label,
.dataTables_filter label {
    font-size: 12px !important;
}

.dataTables_filter input {
    width: 100px !important;
    padding: 0 6px !important;
    height: 22px !important;
    outline: none !important;
}

.dataTables_length select {
    padding: 0 6px !important;
    height: 22px !important;
    width: auto !important;
    outline: none !important;
}

.dataTables_info {
    font-size: 11px !important;
}

.dataTables_paginate {
    font-size: 12px !important;
}

.dataTables_paginate a {
    padding: 0 !important;
    height: 22px !important;
    width: 22px !important;
}

.dataTables_paginate a.paginate_button.current {
    background: #F1F1F1 !important;
    border-color: #DEDEDE !important;
}

.dataTables_paginate a.paginate_button:hover {
    background: #ABABAB !important;
    border-color: #AAAAAA !important;
}

.dataTables_paginate a.paginate_button.current:hover {
    background: #F1F1F1 !important;
    border-color: #DEDEDE !important;
}

.dataTable th {
    font-size: 9px !important;
    text-transform: uppercase !important;
    padding: 5px !important;
}

.custom_table_matrix {
    width: 100% !important;
}

.custom_table_matrix th {
    font-size: 10px !important;
    text-transform: uppercase !important;
    border: 1px solid #dee2e6;
    padding: 8px 10px;
    background: #F9F9F9;
}

.custom_table_matrix td {
    margin: 0 !important;
    padding: 10px;
    border: 1px solid #dee2e6;
}

.custom-modal-delete {
    padding-top: 10px !important;
}

.custom-modal-delete-content {
    margin-top: 10px !important;
}

.custom-sortable-drag-helper-td td {
    background: #fff;
    border: 4px dashed #ccc;
    outline: 4px solid #fff;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.btn-warning, .btn-warning * {
    color: #403f01 !important;
}

.btn-purple {
    color: #fff;
    background: #701C95 !important;
    border-color: #701C95 !important;
    box-shadow: none !important;
}

.btn-purple:hover,
.btn-purple.active {
    color: #fff;
    background: #8321AD !important;
    border-color: #8321AD !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3) !important;
    border-bottom-color: #701C95 !important;
}

.custom-checkbox {
    cursor: pointer !important;
}

.custom-checkbox .custom-control-label {
    line-height: 14px !important;
    margin-top: -2px !important;
    margin-left: -5px !important;
}

.custom-select-tags {
    border-collapse: collapse !important;
}

.custom-select-tags td {
    border-collapse: collapse !important;
    border-top: 2px solid #fff !important;
}

.custom-select-tags tr:first-of-type td {
    border: none !important;
}

.custom-select-include-exclude {
    width: auto;
    display: inline-block;
    --radius: 5px;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    cursor: pointer;
}

.custom-select-include-exclude.custom-select-include,
.custom-select-include-exclude-box.custom-select-include {
    /*background: #A0E7A0;*/
    background: rgba(160, 231, 160, 0.5) !important;
}

.custom-select-include-exclude.custom-select-exclude,
.custom-select-include-exclude-box.custom-select-exclude {
    /*background: #FD8FA7;*/
    background: rgba(253, 143, 167, 0.5) !important;
}

.custom-select-include-exclude.custom-select-info,
.custom-select-include-exclude-box.custom-select-info {
    /*background: #B6EBFC;*/
    background: rgba(182, 235, 252, 0.5) !important;
}

.custom-select-include-exclude.custom-select-exclude > span,
.custom-select-include-exclude-box.custom-select-exclude > span {
    display: block;
    padding: 4px 8px !important;
    line-height: 14px !important;
    cursor: not-allowed !important;
}

.custom-select-include-exclude.custom-select-exclude > span > span,
.custom-select-include-exclude-box.custom-select-exclude > span > span {
    display: block;
    font-size: 10px !important;
}

.custom-select-include-exclude select,
.custom-select-include-exclude select:active {
    padding: 3px;
    border: none;
    background: none;
    color: #2B2B2B;
    outline: none;
    cursor: pointer;
}

.custom-title-section {
    display: block !important;
    font-size: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 10px !important;
    color: #878787 !important;
}

.mt--15px {
    margin-top: -15px !important;
}

.nav.nav-tabs.nav-custom-active > .nav-item > .nav-link.active,
.nav.nav-tabs.nav-custom-active > .nav-item > .nav-link.active i,
.nav.nav-tabs.nav-custom-active > .nav-item > .nav-link.active span {
    color: #28286E !important;
}

.nav.nav-tabs.nav-custom-active > .nav-item > .nav-link.active .show-if-active {
    display: inline-block !important;
}

.j_autocomplete_options_select_field {
    float: left !important;
    border: 1px solid #FD8FA7 !important;
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 2px 4px !important;
    margin-right: 6px !important;
    outline: none !important;
    cursor: pointer !important;
    color: #404040 !important;
    --radius: 3px;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    font-size: 12px !important;
}

.tab-left .tab-content, .tab-right .tab-content {
    min-height: 300px !important;
}

.custom-accordions-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    justify-items: center;
}

.custom-accordions-box {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    justify-items: center;
}

.custom-accordions-box.custom-active .custom-accordions-nav-item {
    color: #28286E;
}

.custom-accordions-nav-item {
    flex-basis: 100%;
    padding: 15px 15px 15px 20px;
    cursor: pointer;
    position: relative;
    color: #565757;
}

.custom-accordions-box-item {
    flex-basis: 100%;
    display: none;
    padding: 20px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
}

.custom-accordions-box.custom-active > .custom-accordions-box-item {
    display: block;
}

.custom-accordions-nav-item > span.icon {
    font-size: 20px;
    color: #656565;
    font-weight: bold;
    position: absolute;
    left: 5px;
}

.custom-accordions-box.custom-active .custom-accordions-nav-item > span.icon {
    color: #28286E;
    --rotate: rotate(90deg);
    -webkit-transform: var(--rotate);
    -moz-transform: var(--rotate);
    transform: var(--rotate);
    left: 3px;
}

.custom-tabs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    justify-items: flex-start;
    align-items: flex-start;
}

.custom-tabs-box-nav {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-items: center;
    align-items: flex-start;
}

.custom-tabs-box-nav > .custom-tabs-box-nav-separate-title {
    margin: 15px 0 0 0 !important;
    padding: 5px !important;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #EBEBEB;
    color: #28286E;
    font-size: 12px !important;
}

.custom-tabs-box-nav > .custom-tabs-box-nav-separate-title:first-of-type {
    margin: 0 !important;
    padding-top: 2px !important;
}

.custom-tabs-nav-item {
    padding: 8px 15px 7px 15px;
    cursor: pointer;
    border-bottom: 2px solid #EBEBEB;
}

.custom-tabs-nav-item.custom-active {
    background: #EBEBEB;
}

.custom-tabs-box-content {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    justify-items: center;
    border-top: 2px solid #EBEBEB;
    margin-top: -2px;
}

.custom-tabs-content-item {
    flex-basis: 100%;
    display: none;
    padding: 20px;
}

.custom-tabs-content-item.custom-active {
    display: block;
}

.custom-tabs-container-left > .custom-tabs-box-nav {
    flex-basis: 150px;
}

.custom-tabs-container-left > .custom-tabs-box-nav > .custom-tabs-nav-item {
    border: none;
    flex-basis: 100%;
    padding: 10px 5px;
}

.custom-tabs-container-left > .custom-tabs-box-content {
    flex-basis: calc(100% - 150px);
    margin-top: 0;
    margin-left: -2px;
    border-top: none;
    border-left: 2px solid #EBEBEB;
}

input, select, textarea {
    font-size: 14px !important;
}

.custom-autocomplete-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-items: center;
    align-items: flex-start;
}

.custom-autocomplete-item {
    padding: 6px 26px 6px 10px;
    background: #EBEBEB;
    font-size: 13px;
    position: relative;
    margin: 5px;
}

.custom-autocomplete-item-remove {
    position: absolute;
    top: calc(50% - 7px);
    right: 7px;
    color: #F44336;
    font-size: 11px !important;
    line-height: 10px !important;
    text-align: center;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border: 1px solid #F44336;
    --radius: 7px;
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    border-radius: var(--radius);
}

.select2.select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

.bd-none {
    border: 0 !important;
}

.bg-none {
    background: none !important;
}

.w-16-pct {
    width: 16.66666666666667% !important;
}

.w-14-pct {
    width: 14.28571428571429% !important;
}

.dd3-handle {
    background: #EBEBEB !important;
    border-color: #DEDEDE !important;
}

.dd3-handle:before {
    content: '\54' !important;
    font-family: personal-ft-icons;
    font-size: 14px !important;
    --rotate: rotate(90deg);
    transform: var(--rotate);
    -moz-transform: var(--rotate);
    -webkit-transform: var(--rotate);
    color: #777 !important;
}

.dd, .dd3-content, .dd-list {
    width: 100% !important;
    max-width: 100% !important;
}

.dd3-content {
    font-size: 14px !important;
}

.dd-list button {
    outline: 0 !important;
}

.custom-dd-dropdown {
    position: absolute;
    top: 8px;
    right: 2px;
}

.gritter-item-wrapper.color.warning *,
.gritter-item-wrapper.color.warning .gritter-close,
.gritter-item-wrapper.color.warning .gritter-close:after {
    color: #000 !important;
}

.form-group-color {
    position: relative;
}

.show-color {
    position: absolute;
    bottom: 6px;
    right: 5px;
    width: 36px;
    height: 36px;
    --radius: 18px;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
}

.left-sidebar-wrapper .sub-menu li a {
    padding-left: 40px !important;
}

.left-sidebar-wrapper .sub-menu .sub-menu li a  {
    padding-left: 50px !important;
}

.form-group-btn-file{
    padding-top: 35px;
}

.form-group-btn-file label div{
    white-space: nowrap!important;
    overflow: hidden;
    text-overflow: ellipsis;
}