﻿.orange {
    color: white;
    background-color: #F78119;
    border-color: #F78119;
}

.box {
    padding: 0 5px 0 5px;
}

.orange:focus, .orange:hover {
    color: white;
    background-color: #e46b00;
    border-color: #e46b00;
}

.alert-orange {
    color: #904605;
    background-color: #fdedde;
    border-color: #fde2ca;
}

.alert-orange hr {
    border-top-color: #fcd4b1;
}

.alert-orange .alert-link {
    color: #5f2e03;
}

.badge-orange {
    color: white;
    background-color: #F78119;
}

.badge-orange[href]:hover, .badge-orange[href]:focus {
    color: white;
    background-color: #d56807;
}

.bg-orange {
    background-color: #F78119 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #d56807 !important;
}

.border-orange {
    border-color: #F78119 !important;
}

.btn-orange {
    color: white;
    background-color: #F78119;
    border-color: #F78119;
}

.btn-orange:hover {
    color: white;
    background-color: #e46f07;
    border-color: #d56807;
}

.btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 129, 25, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
    color: white;
    background-color: #F78119;
    border-color: #F78119;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
    color: white;
    background-color: #d56807;
    border-color: #c66006;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 129, 25, 0.5);
}

.btn-outline-orange {
    color: #F78119;
    background-color: transparent;
    border-color: #F78119;
}

.btn-outline-orange:hover {
    color: white;
    background-color: #F78119;
    border-color: #F78119;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 129, 25, 0.5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #F78119;
    background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
    color: white;
    background-color: #F78119;
    border-color: #F78119;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
     box-shadow: 0 0 0 0.2rem rgba(247, 129, 25, 0.5);
}

.list-group-item-orange {
    color: #904605;
    background-color: #fde2ca;
}

.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #904605;
    background-color: #fcd4b1;
}

.list-group-item-orange.list-group-item-action.active {
    color: white;
    background-color: #904605;
    border-color: #904605;
}

.table-orange,
.table-orange > th,
.table-orange > td {
    background-color: #fde2ca;
}

.table-hover .table-orange:hover {
    background-color: #fcd4b1;
}

.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
   background-color: #fcd4b1;
}

.text-orange {
    color: #F78119 !important;
}

a.text-orange:hover, a.text-orange:focus {
    color: #d56807 !important;
}

.dxeRequiredMark_MaterialCompact {
    color: #F78119 !important;
}

.dxeCaptionCell_MaterialCompact.dxeCLTSys, .dxeCaptionCell_MaterialCompact.dxeCLBSys{
    padding: 0 !important;
}

.dxeCaptionCell_MaterialCompact.dxeCLTSys, .dxeCaptionCell_MaterialCompact.dxeCLBSys{
    padding:0 !important;
}

