.mb-ok,.mb-no{
    font-weight: bold;
}
.mb-ok{
    color: darkgreen;
}
.mb-no{
    color: #c73c3c;
}
.mb-1{
    color: #bea300;
}
.mb-2{
    color: #11188b;
}
.mb-tc,.tc{text-align: center;}
.mb-tr{text-align: right;}
.mb-tl{text-align: left;}
.tri{
    text-align: right !important;
}
.mb-bgOk{background-color: darkgreen !important; }
.mb-bgNo{background-color: #c73c3c !important; }
.mb-bb{
	border-bottom: 1px solid #444;
}
.btnON{
    background-color: darkgreen;
}
.btnOFF{
    background-color: #c73c3c;
}
.btnON,.btnOFF{
    padding: 5px;
}
.btnBox{
    width: 80px;
    text-align: center;
}
.mb-bgOk,.mb-bgNo,.btnBox{
    color:#fff !important;
}

.mb-fl{float: left;}
.mb-fr{float: right;}
.cb{clear:both}
.mb-mt2{
    margin-top:30px;
}
.mb-mb2{
    margin-bottom:30px;
}
.mb-mt3{
    margin-top:45px;
}
.sep-bb{
    border-bottom: 5px solid #555;
    padding-bottom: 15px;
}
.sep-mtb-bz{
    margin: 15px 0;
}
.sep-mtb{
    border-bottom: 5px solid #555;
    margin: 15px 0;
}
.mo-cd{
    color: #fff;
}
.mo-c1{
    color: #888;
}
.mo-cp{
    cursor: pointer;
}
.mo-dn{
    display: none;
}

.mo-dni{
    display: none !important;
}
/* Theme Change */
.sidebar{
    background-color: #555 !important;
}
.sidebar .nav>li{
    border-bottom: 1px solid #444;
}
.sidebar a{
    color: #fff;
}
.input-group-addon{
    background-color: #fff !important;
}
/*
#left-bar li:first-child{
    background-color: #444;
}
*/
#left-bar>li>a:hover, #left-bar>li>a:focus{
    background-color: transparent !important;
    color: #101010;
}
#left-bar>li>a{
    padding: 2px 15px !important;
}
#left-bar>li>a span{
    position: relative;
    bottom: 11px;
}

.sep-bb{
    border-bottom: 5px solid #555;
}

.newMsg{
    color: darkgreen;
    font-weight: bold;
}
.selLink,.selLink:hover{
    background-color: darkgreen;
    color: #fff;
    padding: 5px;
}
.grupLink a{
    font-size: 14px !important;
    line-height: 3;
}
#logo{
    width: 100%;
}
.maxW{
	max-width: 80%;
    margin: 0 auto;
}