﻿.e-grid .e-headercell {
    background-color: #f58025 !important;
}
.e-grid .e-detailheadercell {
    background-color: #f58025 !important;
}

.e-grid .e-gridheader {
    background-color: #f58025 !important;
}


.btn-danger .e-tbar-btn.e-btn {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger .e-tbar-btn.e-btn:hover {
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}


.btn-secondary .e-tbar-btn.e-btn {
    background-color: #6C757D !important;
    border-color: #6C757D !important;
}

.btn-secondary .e-tbar-btn.e-btn:hover {
    background-color: #5C636A !important;
    border-color: #5C636A !important;
}

.btn-primary .e-tbar-btn.e-btn {
    background-color: #f58025 !important;
    border-color: #f58025 !important;
}

.btn-primary .e-tbar-btn.e-btn:hover {
    background-color: #e77823 !important;
    border-color: #e77823 !important;
}

.e-icons-grid {
    color: #FFFFFF !important;
}
.btn-grid-danger:disabled {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
    box-shadow: 0 0 0 .25rem rgba(225,83,97,.5) !important;
}

.uia-switch {
    width: 50px;
    height: 25px;
    margin-bottom: -8px;
}

.validation-message {
    font-size: 11px !important;
    color: red;
    margin-top: -9px;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    font-weight: bold !important;
    min-width: 150px !important;
}

.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
    font-weight: bold !important;
    min-width: 150px !important;
}










