﻿.color-line {
    height: 80px;
    background-image: url('../images/branding/keekeeper/portalheader.png');
    background-repeat: repeat-x;
}
.spinner > div {
    background-color: #75A531;
}
.text-theme1 {
    color: #a7cc49;
}
.text-theme2 {
    color: #a7cc49;
}
.btn-theme1 {
    background-color: #a7cc49;
    border-color: #a7cc49;
    color: #FFFFFF !important;
}
.btn-theme1 {
    background-color: #a7cc49;
    border-color: #a7cc49;
    color: #FFFFFF!important;
}

 td .wifisuccess{
background-image: url('../img/user_wifi_success24.png');
background-repeat: no-repeat;
padding-left: 30px !important;  /* width of the image plus a little extra padding */
display: block; 
}
td.wifiwarning{
background-image: url('../img/user_wifi_warning24.png');
background-repeat: no-repeat;
padding-left: 30px !important;  /* width of the image plus a little extra padding */
display: block; 
}
td.wifidanger{
background-image: url('../img/user_wifi_danger24.png');
background-repeat: no-repeat;
padding-left: 30px !important;  /* width of the image plus a little extra padding */
display: block; 
}
li a.AspNet-Menu{
    display: block;
    margin-left: 8px;
    border-style: solid solid none solid;
    border-radius: 8px 8px 0px 0px;
    border-width: 1px; 
    text-decoration: none;
    margin-top: 1px;
    background: #65902a;
    color: #fff;
    border-color: #000 #000 #000 #000;
    font-weight: bold;
    background-position: left;


}

li a.AspNet-Menu-Selected {
   margin-left: 8px;
    color: #ccc;
    background: #FAFAFB;
    border-color: #00235D;
     border-style: solid solid none solid;
       border-width: 1px;
    border-radius: 8px 8px 0px 0px;
    color: #214A80!important;
     font-weight: bold;
}
 li a.AspNet-Menu:hover {
    color: #214A80!important;
}

.nav-bar-right{
    margin-top:8px;
}
#headerdesc {
    margin-top: 15px;
    margin-left: 10px;
    border-left: solid 1px #a7cc49;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 18px;
    font-style: italic;
    color: #a7cc49;
    float: left;
    font-weight:bold;
}
@media (max-width: 1050px) {
#headerdesc{
    display:none;
}
}
@media (max-width: 700px) {
#Username{
    display:none;
}
}