a {
    color: #003d66;
    text-decoration: none;
}

.checkboxDiv input[type=checkbox]:checked + label {
    background: #003d66;
}

.textLogo {
    font-size: 24pt;
    margin-left: 20px;
    font-weight: bold;
    color: #003d66;
    background: #f2f6f7;
}

.qsHeader {
    font-weight: bold;
    background: #f2f6f7;
    height: 46px;
    padding-right: 10px;
    align-items: center; 
    color: #003d66;
}

.moduleColor {
    color: #003d66;
}

.moduleColorBorder {
    border: #003d66 solid 2px !important;
}


.menudivActive {
    height: 30px;
    padding: 12px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
    background: #003d66 !important; 
    color: #e8ecf0 !important;
    float: left;
}

.qsText {
/*    display: block;
    position: absolute;*/
    right: 0%;
    top: 0%;
    width: 100%;
    color: #003d66;
    background: #f2f6f7;
    padding: 40px 50px 40px 50px;
    transform: translate(-50px, 0);
}

.smallLoginButton {
    background: #003d66; 
    font-weight: bold;
    min-width:180px;
    padding: 5px 5px 5px 5px;
    margin-top: 10px;
    color:  #e8ecf0;
    font-size:larger;
    border: none;
}

.loginButton {
    background: #003d66; 
    font-weight: bold;
    width:180px;
    padding: 15px 15px 15px 15px;
    margin-top: 10px;
    color:  #e8ecf0;
    font-size:larger;
    border: none;
}

.dbButton {
    background: #003d66;
    color:  #e8ecf0;
    width: 150px;
    height: 25px;
    border: none;
}

.dbButton200 {
    background: #003d66;
    color:  #e8ecf0;
    width: 200px;
    height: 25px;
    border: none;
}

.dbButton250 {
    background: #003d66;
    color:  #e8ecf0;
    width: 250px;
    height: 25px;
    border: none;
}

.stdButton {
    background: #e8ecf0;
    color: #003d66;
    border: none;
}

.stdButtonRevColors {
    background: #003d66;
    color: #e8ecf0;
    border: none;
}

.activeTabButton {
    background: #003d66;
    color:  #e8ecf0;
    min-width: 70px;
    margin: 0px 0px 0px 0px;
    border-width: 0px;
}

.loadSmilesButton {
/*    background: #99C1BF;*/
    background: #003d66;
    color:  #e8ecf0;
    width:180px;
}

.menuLink:hover {
    color: #003d66;
    text-decoration: underline !important;
}

#Rfelement {
    display: none;
}

.menuOnGraphMenu {
    /*position: absolute;*/
    border-style: solid;
    border-color: #003d66;
    border-radius: 12px;
    padding: 4px;
    visibility: visible;
    background: #f2f6f7;
}

.menuOnGraphShow {
    border-style: solid;
    border-color: #003d66;
    border-radius: 6px;
    padding-left: 8px;
    padding-right: 8px;
    width: min-content;
    background: #f2f6f7;
}

.borderInModuleColor {
    border: solid !important;
    border-color: #003d66 !important;
}
