.text-themecolor {
    color: #9c9e08 !important;
}

.bg-themecolor {
    background-color: #9c9e08 !important;
}



/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
    background: #6a009e;
    color: #ffffff;
    border: 1px solid #6a009e;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
    background: #6a009e;
    opacity: 0.7;
    color: #ffffff;
    border: 1px solid #6a009e;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
    background: #028ee1;
    color: #ffffff;
}



.brand-link{
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

td,th {
    padding: 7px!important;
}

#toast-container > div {
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.toast {
    opacity: 1 !important;
    background-color: rgba(255,255,255);
}

.toast.bg-danger{
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    background-color: #dc3545 !important;
}

.toast.bg-info{
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    background-color: #17a2b8 !important;
}
.toast.bg-warning{
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    background-color: #ffc107 !important;
}
.toast.bg-success{
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    background-color: #28a745 !important;
}

#toast-container > div {
    opacity: 1 !important;
}

.dataTables_info{
    color:#c0c0c0 !important;
}

.nav-subtitle{
    line-height: 1;
}

.buttons-html5{
    padding: 3px 12px 3px 12px !important;
    margin-left: 10px;
    margin-top: 10px;
}
.dataTables_filter{
    margin-right: 10px;
    margin-top: 10px;
}

.direct-chat-text{
    width: max-content;
    max-width: 90%;
    margin-right: 5px !important;;
    margin-left: 5px !important;
}

.direct-chat-messages {
    height: auto !important;
    min-height: 450px;
}

.sidebar-mini .nav-sidebar > .nav-item .nav-icon {
    font-size: 25px;
    margin-left: 0px !important;
    text-align: center !important;
    width: 30px !important;
}

.btn-white{
    background-color: #FFF !important;
}


@media (max-width: 768px) {
    .container{
        max-width: 95%;
    }
}

@media (max-width: 576px) {
    .container{
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .modal-lg{
        width: 95%;
        max-width: 800px;
    }

    .modal-xl {
        width: 95%;
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        width: 90%;
        max-width: 1140px;
    }
}

table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 30px !important;
}
.align-left{
    align-items: initial !important;
}


@media screen and (min-width: 425px) {
    .float-xs-left {
        float: left !important;
    }
    .float-xs-right {
        float: right !important;
    }
    .float-xs-none {
        float: none !important;
    }


    .m-xs-0 {
        margin: 0 !important;
    }
    .mt-xs-0,
    .my-xs-0 {
        margin-top: 0 !important;
    }
    .mr-xs-0,
    .mx-xs-0 {
        margin-right: 0 !important;
    }
    .mb-xs-0,
    .my-xs-0 {
        margin-bottom: 0 !important;
    }
    .ml-xs-0,
    .mx-xs-0 {
        margin-left: 0 !important;
    }
    .m-xs-1 {
        margin: 0.25rem !important;
    }
    .mt-xs-1,
    .my-xs-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xs-1,
    .mx-xs-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xs-1,
    .my-xs-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xs-1,
    .mx-xs-1 {
        margin-left: 0.25rem !important;
    }
    .m-xs-2 {
        margin: 0.5rem !important;
    }
    .mt-xs-2,
    .my-xs-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xs-2,
    .mx-xs-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xs-2,
    .my-xs-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xs-2,
    .mx-xs-2 {
        margin-left: 0.5rem !important;
    }
    .m-xs-3 {
        margin: 1rem !important;
    }
    .mt-xs-3,
    .my-xs-3 {
        margin-top: 1rem !important;
    }
    .mr-xs-3,
    .mx-xs-3 {
        margin-right: 1rem !important;
    }
    .mb-xs-3,
    .my-xs-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xs-3,
    .mx-xs-3 {
        margin-left: 1rem !important;
    }
    .m-xs-4 {
        margin: 1.5rem !important;
    }
    .mt-xs-4,
    .my-xs-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xs-4,
    .mx-xs-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xs-4,
    .my-xs-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xs-4,
    .mx-xs-4 {
        margin-left: 1.5rem !important;
    }
    .m-xs-5 {
        margin: 3rem !important;
    }
    .mt-xs-5,
    .my-xs-5 {
        margin-top: 3rem !important;
    }
    .mr-xs-5,
    .mx-xs-5 {
        margin-right: 3rem !important;
    }
    .mb-xs-5,
    .my-xs-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xs-5,
    .mx-xs-5 {
        margin-left: 3rem !important;
    }
    .p-xs-0 {
        padding: 0 !important;
    }
    .pt-xs-0,
    .py-xs-0 {
        padding-top: 0 !important;
    }
    .pr-xs-0,
    .px-xs-0 {
        padding-right: 0 !important;
    }
    .pb-xs-0,
    .py-xs-0 {
        padding-bottom: 0 !important;
    }
    .pl-xs-0,
    .px-xs-0 {
        padding-left: 0 !important;
    }
    .p-xs-1 {
        padding: 0.25rem !important;
    }
    .pt-xs-1,
    .py-xs-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xs-1,
    .px-xs-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xs-1,
    .py-xs-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xs-1,
    .px-xs-1 {
        padding-left: 0.25rem !important;
    }
    .p-xs-2 {
        padding: 0.5rem !important;
    }
    .pt-xs-2,
    .py-xs-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xs-2,
    .px-xs-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xs-2,
    .py-xs-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xs-2,
    .px-xs-2 {
        padding-left: 0.5rem !important;
    }
    .p-xs-3 {
        padding: 1rem !important;
    }
    .pt-xs-3,
    .py-xs-3 {
        padding-top: 1rem !important;
    }
    .pr-xs-3,
    .px-xs-3 {
        padding-right: 1rem !important;
    }
    .pb-xs-3,
    .py-xs-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xs-3,
    .px-xs-3 {
        padding-left: 1rem !important;
    }
    .p-xs-4 {
        padding: 1.5rem !important;
    }
    .pt-xs-4,
    .py-xs-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xs-4,
    .px-xs-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xs-4,
    .py-xs-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xs-4,
    .px-xs-4 {
        padding-left: 1.5rem !important;
    }
    .p-xs-5 {
        padding: 3rem !important;
    }
    .pt-xs-5,
    .py-xs-5 {
        padding-top: 3rem !important;
    }
    .pr-xs-5,
    .px-xs-5 {
        padding-right: 3rem !important;
    }
    .pb-xs-5,
    .py-xs-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xs-5,
    .px-xs-5 {
        padding-left: 3rem !important;
    }
    .m-xs-n1 {
        margin: -0.25rem !important;
    }
    .mt-xs-n1,
    .my-xs-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xs-n1,
    .mx-xs-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xs-n1,
    .my-xs-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xs-n1,
    .mx-xs-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xs-n2 {
        margin: -0.5rem !important;
    }
    .mt-xs-n2,
    .my-xs-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xs-n2,
    .mx-xs-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xs-n2,
    .my-xs-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xs-n2,
    .mx-xs-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xs-n3 {
        margin: -1rem !important;
    }
    .mt-xs-n3,
    .my-xs-n3 {
        margin-top: -1rem !important;
    }
    .mr-xs-n3,
    .mx-xs-n3 {
        margin-right: -1rem !important;
    }
    .mb-xs-n3,
    .my-xs-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xs-n3,
    .mx-xs-n3 {
        margin-left: -1rem !important;
    }
    .m-xs-n4 {
        margin: -1.5rem !important;
    }
    .mt-xs-n4,
    .my-xs-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xs-n4,
    .mx-xs-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xs-n4,
    .my-xs-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xs-n4,
    .mx-xs-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xs-n5 {
        margin: -3rem !important;
    }
    .mt-xs-n5,
    .my-xs-n5 {
        margin-top: -3rem !important;
    }
    .mr-xs-n5,
    .mx-xs-n5 {
        margin-right: -3rem !important;
    }
    .mb-xs-n5,
    .my-xs-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xs-n5,
    .mx-xs-n5 {
        margin-left: -3rem !important;
    }
    .m-xs-auto {
        margin: auto !important;
    }
    .mt-xs-auto,
    .my-xs-auto {
        margin-top: auto !important;
    }
    .mr-xs-auto,
    .mx-xs-auto {
        margin-right: auto !important;
    }
    .mb-xs-auto,
    .my-xs-auto {
        margin-bottom: auto !important;
    }
    .ml-xs-auto,
    .mx-xs-auto {
        margin-left: auto !important;
    }
}

.callout.callout-primary {
    border-left-color: #004085;
}

.dark-mode .callout.callout-primary {
    border-left-color: #004085;
}

/* Classe customizada para cor do app #1A1A1A */
.bg-app-dark {
    background-color: #1A1A1A !important;
}

.bg-app-dark,
.bg-app-dark > a {
    color: #fff !important;
}

.bg-app-dark.btn:hover {
    border-color: #0d0d0d;
    color: #ececec;
}

.bg-app-dark.btn:not(:disabled):not(.disabled):active,
.bg-app-dark.btn:not(:disabled):not(.disabled).active,
.bg-app-dark.btn:active,
.bg-app-dark.btn.active {
    background-color: #0d0d0d !important;
    border-color: #000;
    color: #fff;
}

/* Classe customizada para sidebar com cor do app */
.sidebar-app-dark {
    background-color: #1A1A1A !important;
}

.sidebar-app-dark .sidebar {
    background-color: #1A1A1A !important;
}

.sidebar-app-dark .nav-sidebar {
    background-color: #1A1A1A !important;
}

.sidebar-app-dark .nav-sidebar .nav-item > .nav-link {
    color: #fff;
}

.sidebar-app-dark .nav-sidebar .nav-item > .nav-link:hover {
    background-color: #2a2a2a !important;
    color: #fff;
}

.sidebar-app-dark .nav-sidebar .nav-item > .nav-link.active {
    background-color: #3a3a3a !important;
    color: #fff;
}

.sidebar-app-dark .brand-link {
    background-color: #1A1A1A !important;
    color: #fff;
}

