﻿/*-----------------------------default-theme-------------------------------------------------*/

.default-theme a,
.default-theme .btn-link{
    color: #3e016f;
}

.default-theme a:hover {
    color: #3e016f;
}

.default-theme .bg-primary{
    background-color:#3e016f!important;
}

.default-theme .dxbs-grid .dxbs-grid-selected-row {
    background-color:#3e016f!important;
    color: white;
}

.default-theme .dxbs-grid {
    background: #F4F5F7!important;
    color: black;
}

.dxbs-grid-selected-row .icon {
    filter:brightness(255);
} 

.default-theme .dxbs-grid,
.default-theme .dxbs-toolbar,
.default-theme .dxbs-grid-header-indent-cell,
.default-theme .dxbs-grid-header {
    background: white!important;
}

.default-theme .bg-secondary{
}

.default-theme .nav-tabs .nav-link.active,
.default-theme .nav-tabs .nav-link.active:hover,
.default-theme .nav-tabs .nav-link.active:focus {
    border-color: #3e016f;

}

.default-theme .nav-tabs .nav-link:hover {
    border-color: #8353fd;
}

.default-theme .btn-primary{
    background: #3e016f;
    border: 1px solid #3e016f;
}

.default-theme .btn-primary.disabled {
    background: #E6E8ED;
}

.default-theme .btn-primary:hover,
.default-theme .btn-primary:focus,
.default-theme .btn-primary.focus{
    background: #3e016f80!important;
}

.default-theme .btn-primary:focus,
.default-theme .btn-primary.focus{
    -webkit-box-shadow: 0 0 0 0.2rem #3e016f80;
    box-shadow: 0 0 0 0.2rem #3e016f80;
}

.default-theme .btn-secondary {
    border: 1px solid #e60054;
    color: #e60054;
}

.default-theme .btn-secondary:hover,
.default-theme .btn-secondary:focus,
.default-theme .btn-secondary.focus{
    border: 1px solid #e60054!important;
    color: #e60054!important;
    background: #e5f2f2!important;
}

.default-theme .btn-secondary:focus,
.default-theme .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem #e6005480;
    box-shadow: 0 0 0 0.2rem #e6005480;
}

.default-theme .form .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
textarea{
    background-color: #3e016f80;
}

.default-theme .dashboard .card {
    background: white;
    color: black;
}

.default-theme .dashboard .card .card-header {
    background: #E6E8ED;
    color: black;
}

.default-theme .form .card .row {
    background: #ffffff;
}

.default-theme .form .table thead th,
.default-theme .form .grid-header-template{
    border-bottom: 2px solid #e5e5e5!important;
}

.default-theme .form .table-bordered th,
.default-theme .form .table-bordered td {
    border-left: none;
}

.page-item.active .page-link {
    background-color: #3e016f;
}

.monaco-editor-container{
    border: 1px solid #ced4da;
}

.default-theme .form .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{
    background-color: #3e016f80;
}
