body{
    font-size: 14px;
}

#content-desktop {display: block;}
#content-mobile {display: none;}

@media only screen and (max-width: 768px) {
    #content-desktop {display: none;}
    #content-mobile {display: inline;}
}

.warning{
    background-color:#ffc107 ;
}
.danger{
    background-color:#dc3545 ;
}
.primary{
    background-color:#0089ff ;
}
.success{
    background-color: #28a745 ;
}
.aqua{
    background-color:#6c757d ;
}
.info{
    background-color:rgb(165, 237, 248) ;
}
.voilet{
    background-color:#8135dc ;
    color:#fff;
}
.pink{
    background-color:#a23c6b ;
    color:#fff;
}

.bg-warning{
    background-color:#ffc107 ;
}
.bg-danger{
    background-color:#dc3545 ;
}
.bg-primary{
    background-color:#0089ff ;
}
.bg-success{
    background-color: #28a745 ;
}
.bg-aqua{
    background-color:#6c757d ;
}
.bg-info{
    background-color:rgb(165, 237, 248) ;
}
.bg-voilet{
    background-color:#8135dc ;
    color:#fff;
}
.bg-pink{
    background-color:#a23c6b ;
    color:#fff;
}


.btn-aqua{
    background-color:#6c757d ;
    color:#fff;
}
.btn-orange{
    background-color:#fd7e14 ;
   
}
.btn-orange{
    background-color:#8135dc ;
    color:#fff;
}

.text-sm .brand-link .brand-image {
    height: 29px;
    margin-bottom: -.25rem;
     margin-left: .3rem;
    margin-top: -.25rem;
}



.nav-sidebar>.nav-item .nav-icon.fas{
    font-size: 0.9rem;
}

.nav-sidebar>.nav-item .nav-icon.far{
    font-size: 0.7rem;
}

menu>li.header {
    overflow: hidden;
    text-overflow: clip;
}

.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
    vertical-align: middle;
}

.user-header {
    background-color: #3c8dbc;
}

.img-circle {
    border-radius: 50%;
}

.dropdown-menu>.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

.progress {
box-shadow: none;
border-radius: 1px;
background-color: #fff;
height:5px;
margin-bottom:20px;
} 
.progress .progress-bar-red {
    background-color: #f31212;
}  
.progress .progress-bar-yellow {
    background-color: #f39c12;
}
.progress .progress-bar-aqua {
    background-color: #0089ff;
}
.progress .progress-bar-green {
    background-color: #02a200;
}

.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
}
.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tab-content>.active {
    display: block;
}

.post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.post .user-block {
    margin-bottom: 15px;
}
element.style {
    margin-left: 0px;
    margin-bottom: 5px;
}
.user-block .username {
    font-size: 16px;
    font-weight: 600;
}
.user-block .username, .user-block .description, .user-block .comment {
    display: block;
    margin-left: 50px;
}
.text-primary {
    color: #337ab7;
}
.user-block .description {
    color: #999;
    font-size: 13px;
}
.user-block .description {
    color: #999;
    font-size: 13px;
}
.user-block .username, .user-block .description, .user-block .comment {
    display: block;
    margin-left: 50px;
}

.dropdown-menu>.divider {
    background-color: #eee;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.pull-left{
    float:left !important;
}

.pull-right{
    float:right !important;
}
.list-group-item>a{

     color: #3c8dbc !important;
     font-size: .7rem;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 17px;
}
.form-control{
    font-size:14px !important;
}
.form-group {
    margin-bottom: 0.5rem;
}

label {
    display: inline-block;
    margin-bottom: .1rem;
}

.nowrap{
    white-space: nowrap;
}
