/*====================================
 Free To Use For Personal And Commercial Usage
Author: http://binarytheme.com
 Share Us if You Like our work 
 Enjoy Our Codes For Free always.
======================================*/
/* user image section */
.user-section {
    margin-top: 20px;
    font-size: 22px;
    background-color: #0048A4;
}
.user-section-inner {
    height: 65px;
    width: 65px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: 30px;
}
.user-section-inner img {
    margin-left: 10px;
    width: 55px;
    height: 60px;
    background-color: ;
}
.user-info {
    display: block;
    color: #FFF !important;
    display: inline-block;
    padding: 15px;
    margin-bottom: 0px;
}
.user-text-online {
    font-size: 18px;
    color: #FFF;
}
.user-circle-online {
    width: 15px !important;
    height: 15px !important;
}
/* side-menu section */
.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgba(74, 72, 126, 0);
}
.navbar-top-links .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #0273C6;
}
.navbar-top-links > li > a {
    color: #FFFFFF;
}
.nav > li > a {
    padding: 20px 15px;
}
#side-menu {
    background-color: #576E7C;
}
#side-menu a {
    color: #FFF;
    border-bottom: 1px solid #576E7C !important;
    height: 55px;
}
.selected {
    background-color: #0048A4;
}
/* back colors */
.blue {
    background-color: rgb(113, 159, 241);
}
.green {
    background-color: rgb(144, 236, 192);
}
.red {
    background-color: rgb(255, 102, 133);
}
.yellow {
    background-color: rgb(237, 253, 46);
}
/* No border */
.no-boder {
    border: 2px solid #5BC0DE !important;
}
/* tap nvbar Section */
#navbar {
    background-color: #0048A4;
}
.navbar-brand {
    padding-left: 20px;
}
.navbar-brand img {
    height: 50px;
}
.top-label {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -24px;
    margin-right: -24px;
}
/*large font*/
.large-font {
    font-size: 18px;
}
.body-Login-back {
    background-color: #0048A4;
}
.margin-tips {
    margin: 5px;
}
.navbar-default {
    border-color: #0048A4;
}
/*media queries*/
@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 220px;
        padding: 0 30px;
        min-height: 1000px;
    }
}
.itemclass {
    background-color: #F7FFFB;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border-top: 1px solid #7B7876;
    border-bottom: 1px solid #7B7876;
    border-right: 1px solid #7B7876;
    border-left: 1px solid #7B7876;
    /*+border-radius: 10px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin:0p 0px 0px 1px;
}
@media (max-width: 768px) {
    #wrapper {
        margin-top: 140px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
    #logosmall {
        display: block;
    }
    #logolarge {
        display: none;
    }
    #countrylist {
        max-width: 100%;
    }
}
@media screen and (min-width: 641px) {
    #logosmall {
        display: none;
    }
    #logolarge {
        display: block;
    }
    #countrylist {
        max-width: 60%;
    }
}
div:empty{display:none;}
