﻿

.header-color {
    background-color: #d38512 !important
}

.header-menu-color {
    background-color: #b16e0b !important;
    color:#ffff !important;
}


.form-header-color {
    background: linear-gradient(to right, #d38512, #d38512);
    color: #ffff !important;
}



.button-color {
    background: linear-gradient(to right, #d38512, #d38512);
    color: #ffff !important;
}


.footer-color {
    background-color: #1e1200;
    color: #ffff !important;
}


.text-primary {
    color: #b16e0b !important
}

.border-primary {
    border-color: #d38512 !important
}


.form-check-input:checked {
    background-color: #d38512;
    border-color: #d38512;
}




table thead tr th {
    background-color: #b16e0b !important;
    color: white !important;
}

