﻿.theme_popup {
    background: #e0dcd1 !important;
    border: 4px #fff8e0 solid !important;
}

.theme_input {
    background-color: #fff !important;
    color: #000000 !important;
}

.theme_button {
    background-color: #febe10 !important;
    color: #003946 !important;
}

.theme_text {
    color: #003946 !important;
}
    /*.theme_text:hover, .theme_text:active {
        color: #c6cdd3 !important;
    }*/

.active.theme_menu {
    color: #c6cdd3 !important;
    background-color: #38758e !important;
}

.theme_menu {
    color: #fff !important;
    background-color: #febe10 !important;
}

    .theme_menu:hover, .theme_menu:active {
        color: #c6cdd3 !important;
        background-color: #38758e !important;
    }

.active.theme_menu_left {
    color: #c6cdd3 !important;
    background-color: #38758e !important;
}

.theme_menu_left {
    color: #fff !important;
    background-color: #003946 !important;
}

    .theme_menu_left:hover, .theme_menu_left:active {
        color: #c6cdd3 !important;
        background-color: #38758e !important;
    }

    .theme_menu_left .theme_text {
        color: #ffffff !important;
    }

.theme_header {
    color: #ffffff !important;
    background-color: #003946 !important;
    border: 1px #c6cdd3 solid !important;
}

/*màu nhạt*/
.theme_background_colorThin {
    background-color: #38758e !important;
}

/*màu đậm*/
.theme_background_colorBold {
    background-color: #003946 !important;
}



