.theme_color {
    color: #2988f3!important;
}

.theme_d_color {
    color: #167aea!important;
}

.theme_l_color {
    color: #4cb6f6!important;
}

.theme_bgcolor {
    background: #2988f3!important;
}

.theme_d_bgcolor {
    background: #167aea!important;
}

.theme_l_bgcolor {
    background: #4cb6f6!important;
}

.theme_bdcolor {
    border-color: #2988f3!important;
}

.theme_d_bdcolor {
    border-color: #167aea!important;
}

.theme_l_bdcolor {
    border-color: #4cb6f6!important;
}

.theme_hover_color:hover {
    color: #167aea!important;
}

.theme_active_color:active {
    color: #167aea!important;
}

.theme_hover_bgcolor:hover {
    background: #167aea!important;
}

.theme_active_bgcolor:active {
    background: #167aea!important;
}

.theme_hover_bdcolor:hover {
    border-color: #167aea!important;
}

.theme_active_bdcolor:active {
    border-color: #167aea!important;
}