.btn-orange{
    color:#fff !important;
    background-color:#e55e43;
    border-color:#e55e43;
    box-shadow:none;
}
.btn-orange.focus,.btn-orange:focus,.btn-orange:hover{
    color:#212529;
    background-color:#ec8672;
    border-color:#ec8672;
}
.btn-orange.focus,.btn-orange:focus{
    box-shadow:0 0 0 .2rem rgba(233,118,95,.5);
}
.btn-orange.disabled,.btn-orange:disabled{
    color:#fff;
    background-color:#e55e43;
    border-color:#e55e43;
}
.btn-orange:not(:disabled):not(.disabled).active,.btn-orange:not(:disabled):not(.disabled):active,.show>.btn-orange.dropdown-toggle{
    color:#212529;
    background-color:#ec8672;
    border-color:#ec8672;
}
.btn-orange:not(:disabled):not(.disabled).active:focus,.btn-orange:not(:disabled):not(.disabled):active:focus,.show>.btn-orange.dropdown-toggle:focus{
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(233,118,95,.5);
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #e55e43 !important;
    color: #fff !important;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(236, 134, 114, 0.2);
    color: #fff;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: rgba(236, 134, 114, 0.2);
    color: #fff;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgba(255,255,255,.9);
    color: #e55e43;
}
a {
    color: #e55e43;
}
a:focus, a:hover{
    color: #ec8672;
}
.row-collapse {
    color: #e55e43 !important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #e55e43;
    background-color: #e55e43;
    box-shadow: none;
}
.custom-file-input:focus~.custom-file-label {
    border-color: #e55e43;
    box-shadow: none;
}
.callout.callout-orange {
    border-left-color: #e55e43;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ec8672;
    outline: 0;
    box-shadow: inset 0 0 0 transparent;
}
.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text, .register-card-body .input-group .form-control:focus~.input-group-append .input-group-text {
    border-color: #ec8672;
}
input[type="checkbox"] {
    background-color: #e55e43 !important;
    border: #e55e43 !important;
}
input[type="checkbox"]:checked {
    background-color: #e55e43 !important;;
}
.jsgrid-selected-row>.jsgrid-cell {
    background: rgba(236, 134, 114, 0.2) !important;
    border-color: rgba(236, 134, 114, 0.2) !important;
}
.select2-container--default .select2-orange .select2-selection--multiple .select2-selection__choice, .select2-orange .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e55e43 !important;
    border-color: #e55e43 !important;
    color: #1f2d3d;
}
.select2-container--default.select2-container--open {
    border-color: #e55e43 !important;
}
.select2-container--default .select2-dropdown .select2-search__field:focus, .select2-container--default .select2-search--inline .select2-search__field:focus {
    outline: 0;
    border: 1px solid #e55e43 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #e55e43 !important;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ec8672 !important;;
    color: white;
}
.card-primary.card-outline-tabs .card-header a.active {
    border-top: 3px solid #e55e43;
}
.hover-orange:hover {
    color: #e55e43 !important;
}