html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    padding: 1em;
}

.login-a a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
}

.hide {
    display: none;
}

.successMsg {
    /* color: #00FF00;*/
    color: #175D04;
    font-weight: bold;
    font-size: 9pt;
    background-position: -270px -479px;
    display: inline-block;
}

.failureMsg {
    /* color: #FF0000;*/
    color: #da0e0e;
    font-weight: bold;
    background-position: -300px -449px;
    display: inline-block;
}

.text-decoration-none {
    text-decoration: none;
}

#regLabelerlist ul {
    list-style-type: none;
    /*list-style-image:URL(*/
    /*'images/icons.png');*/
    /*list-style-position: inside;*/
}

.ulSymbol {
    list-style: inside "\27A4";
    padding-left: 0px;
    margin-bottom: 4px;
}

.navMenuSeparator li {
    border-right: 0.1em solid white;
    
}
.navMenuSeparator li navMenuReqInfoLi {
    border-left: 0.1em solid white
}

/*.k-menu .k-state-selected > .k-link {
    color: gold;*/
    /*#FFFDF0;*/
/*}*/

.k-menu .k-state-selected > .k-link {
    background-color: #80c3ff !important;
    color: darkblue !important;
}

a:focus {
    outline: 2px solid #8cc63f;
    background-color: #80c3ff !important;
}

.k-grid a {
    color: black !important;
    text-decoration: none;
}