﻿.theme_background-color, .theme_background-color:hover {
    /*background-color: #34c4f9 !important;*/
    background-color: #0073AA !important;
}

.theme_icon-color:hover {
    color: #0073AA !important;
    cursor: pointer !important;
}

.theme_color, .theme_color:hover {
    color: white !important;
}

.theme_color-inverse, .theme_color-inverse:hover {
    color: #0073AA !important;
}

.theme_button_color:hover {
    color: #0073AA !important;
}

.theme_menu_color:hover {
    color: yellow !important;
    /*color: white !important;*/
    /*font-weight:800;*/
}

.theme_menu_color:focus {
    color: #e4e197 !important;
    /*color: white !important;*/
    /*font-weight:800;*/
}

.theme_menu_color:active {
   color: #e4e197 !important;
}

.theme_row_color:hover {
    color: #0073AA !important;
}

.Fbutton-fixed:hover, .Fbutton-fixed:active, .Fbutton:hover, .Fbutton:hover:active, .Fbutton:focus, Fbutton-fixed:focus {
    background-color: #0073AA !important;
}

.navText {
    font-weight: 500;
    margin: 10px 3px;
}

.navText > span:first-child {
    color: #747474;
    cursor: default;
}

.navText > span:nth-child(2) {
    color: #0073AA;
    font-weight: 900;
    cursor: default;
}
