﻿
/*====================================
 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:30px;
    font-size:16px;
    background-color:#404040; /*// admin login background-color*/
}

.user-section-inner{
 
	
height: 60px;
width: 90%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 5px;
overflow: hidden;
display: inline-block;
float: left;
margin-right: 0px;
margin-top: 20px;
text-align:center;

}
.user-section-inner img {
        margin-left:0px;
        width:55px;
        height:60px;
		text-align:center;

    }
.user-info {
	width:90%;
    display: block;
    color:#f8f8f4!important;  /*admin name user name */
display: inline-block;
padding: 12px;
margin-top:2px;
margin-bottom: 0px;
font-size:14px;
text-align:center;
}
.user-text-online {
    font-size:14px;
    color:#fff;
	text-align:center;
}
.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: #75C5B8;
}
.navbar-top-links > li > a {
color: #FFFFFF;
}
.nav > li > a {
padding: 20px 15px;
}
#side-menu {
    background-color:#404040;
}

 #side-menu a {
            color:#fff; /*font color side bar*/
           border-bottom: 0.1px solid #4d4d4d !important;
           height: 50px;
        }
        .selected {
            background-color:#404040; /*background menu color */
        }
/* 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:0px solid #5bc0de !important;
}
/* tap nvbar Section */

#navbar {
    background-color:#2F1D3C; /*background top top*/
}

.navbar-brand {
    padding-left:40px;
	
}
.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:#00000;
}

.margin-tips {
    margin:5px;
}
.navbar-default {
border-color: #545454;
}
/*media queries*/

@media(min-width:768px) 
{
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        min-height: 1000px;
       
       
    }

}

@media(max-width:768px) {
#wrapper {
    margin-top:140px!important;
    
}
}