
:root{
    --primary:#f27434;
    --secondary:#f89e84;
    --bs-emphasis-color::#646464;
    --theme:#f27434;
}
body{
    background-color: #fcfaf8;
    color:#646464;
}
.error-message{
    color: #7d2c38;
}
.action_icons {
    padding: .25rem .5rem;
    margin: 3px;
}
.btn-outline-secondary {
    color:var(--secondary) ;
    border-color: var(--secondary);
    font-size: 13px;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.dataTables_processing {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}


.dataTables_processing::before {
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

span.text-danger{
    display: block;
    margin-top: 7px;
}
#image_old img{
    width: 200px;
    height: 150px;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.TableWithoutBg>:not(caption)>*>*{
    background-color: transparent;
}
.TableWithoutborder>:not(caption)>*>*{
    border: 0;
}
.table th, strong{
    font-weight: 600;
}
.btn-primary {
    --bs-btn-bg:var(--primary);
    --bs-btn-border-color:#cd5b40;
    --bs-btn-hover-bg:#333;
    --bs-btn-hover-border-color:#222;
    --bs-btn-active-bg:#333;
    --bs-btn-active-border-color:#222;

    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05rem;
}
.theme-color{
    color:var(--theme)
}
.page-title{
    text-transform: uppercase;
    color:var(--theme)!important;
    font-weight:600;
    font-size:24px;
}
.text-primary{
    color:var(--primary)!important;
    text-transform: uppercase;
}

.header-title{
     color:#666;
     font-size:1.125rem;
}
.Proinfo{
    background-color: #fcfcfc;
    border:1px solid #e9e9e9;
    color:#666;
    box-shadow:0rem 0.125rem 0.25rem rgba(31, 33, 36, 0.1), 0rem 0.0625rem 0.375rem rgba(31, 33, 36, 0.05);
}
.Proinfo hr{
    border-color: #dedede;
     opacity: 1;
}
.Proinfo .proTitle{
    color:#555;
    font-size:1.125rem;
}
.grey-bg{
    background-color:#fcfcfc
}
#sidebar-menu>ul>li>a{
    color:#444;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--bs-body-font-family);
}
#sidebar-menu>ul>li>a:hover{
    color:#333
}

.navbar-custom .topnav-menu .nav-link{
    color: #fff;
}
.light-grey{
    background-color: var(--secondary);
    border: 1px solid #e9e9e9;
}
.btn-secondary{
    --bs-btn-bg:#f89e84;
    --bs-btn-border-color:#e49077;
}
#sidebar-menu .menuitem-active .active{
    color:var(--primary)
}
.pagination{
    --bs-pagination-font-size: 14px;
}
.dataTables_info, .dataTables_length{
    font-size:14px;
    font-weight:400;
    color:#888;
}
.active>.page-link, .page-link.active{
    --bs-pagination-active-bg:#f2f2f2;
   --bs-pagination-active-border-color:var(--bs-border-color);
    --bs-pagination-active-color:var(--primary)
}