﻿/*====================================
 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:#1A1A1A;
}
.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: 20px;
}
    .user-section-inner img {
        margin-left:10px;
        width:55px;
        height:60px;
        
    }
.user-info {
    display: block;
    color:#8F8F8F!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: #C50D90;
}
.navbar-top-links > li > a {
color: #C50D90;
}
.nav > li > a {
padding: 20px 15px;
}
#side-menu {
	background-color: #1A1A1A;
	margin-top: 200px;

}

 #side-menu a {
	color: #afafaf;
	border-bottom: 1px solid #3F3F3F;
	height: 35px;
	margin-top: auto;
        }
        .selected {
	background-color: #6B6B6B;
        }
/* 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 #1A1A1A !important;
}
/* tap nvbar Section */

#navbar {
	background-color: #8F8F8F;
}
@media(max-width:768px) {
#navbar {
	background-color: #1A1A1A;
}
}
.navbar-brand {
    padding-left: 20px;
}
.navbar-brand img {
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	bottom: auto;
	margin-top: 0px;
	max-width: 220px;
	min-width: 50px;
	opacity: 1;
}
.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:#84B899;
}

.margin-tips {
    margin:5px;
}
.navbar-default {
	border-color: #8F8F8F;
	background-color: #1A1A1A;
	    
}
#footer {
	float: left;
	background-color: #8F8F8F;
	margin: 10px;
	width: 100%;
	height: 100px;
	text-align: center;
}	
/*media queries*/

@media(min-width:768px) 
{
    #page-wrapper {
	position: inherit;
	margin-top: 100px;
	margin-right: 0;
	margin-left: 250px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 55px;
	min-height: 1000px;
	background-color: #1A1A1A;
    }

}

@media(max-width:768px) {
#page-wrapper {
	background-color: #1A1A1A;
	}
#wrapper {
	margin-top: 80px!important;
    
}
.navbar-brand img {
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	bottom: auto;
	margin-top: 0px;
	max-width: 90px;
	min-width: 50px;
	opacity: 1;
}

}
