.te_light_bg {
    background-color: #0594C8;
    color: black;
}


.te_dark_bg {
    background-color: #245477;
    color: white;
}



.btn.te_dark_bg:hover {

    background-color: #0594C8;
    color: black;
}

.te_dark_text {
    color: #245477;
}

.te_light_text {
    color: #0594C8;
}

.te_success_bg {
    background-color: #7BC950 !important;
    color: black !important;
}



.te_error_bg {
    background-color: #C1292E !important;
    color: black !important;
}

.te_warn_bg {
    background-color: #ff7900 !important;
    color: black !important;
}

.te_success_text {
    color: #5EAC35;
    background-color: #303030 !important;
}


.te_error_text {
    color: #C1292E;
}




.te_light_cyan {
    background-color: #D6F5FF !important;
    color: black !important;
}

.te_gunmetal {
    background-color: #16353C !important;
    color: white !important;
}





/* .te_frontwhite {
    background-color: #16353C !important;
    color: white !important;
}


.te_front_blue1{
    background-color: #245477;
    color: white;
} */

.te_frontblack_backgrey1{
    background-color: #D6D6D6;
    color: black;
}

.te_frontblack_backblue0{
    background-color: #EBFAFF !important;
    color: black;
}

.te_frontblack_backblue1{
    background-color: #D6F5FF;
    color: black;
}

.te_frontblack_backblue2{
    background-color: #59B8DB;
    color: black;
}

.te_frontblack_backblue3{
    background-color: #0091C6 !important;
    color: black !important;
}

.te_frontwhite_backblue4{
    background-color: #245477;
    color: white;
}

.te_frontwhite_backblue5{
    background-color: #16353C !important;
    color: white !important;
}


.te_frontdanger{
    color: #C1292E !important;
}

.te_frontwhite_backdanger{
    background-color: #C1292E;
    color: white;
}



.te_frontsuccess{
    color: #7BC950 !important;
}

.te_frontblack_backsuccess{
    background-color: #7BC950;
    color: black;
}



.te_frontblue2{
    color: #59B8DB;
}

.te_frontblue3{
    color: #0091C6 !important;
}

.te_frontblue4{
    color: #0091C6;
}

.te_frontblue5{
    color: #16353C !important;
}

input[readonly],textarea[readonly]
{
    background-color: #E5E4E2 !important;
    color: #16353C !important;

}


select[readonly] {
    pointer-events: none;
    background-color: #E5E4E2 !important;
    color: #16353C !important;
}

