﻿
/*====================================
 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:#036CB1;
}
.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: 5px;
margin-top: 20px;
}
.user-section-inner img {
    margin-left:10px;
    border-radius: 15px;
    width:55px;
    height:55px;        
    }
.user-info {
    display: block;
    color:#ffff99!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;
    margin-top: -5px;
}

/* side-menu section */
.nav > li > a:hover, .nav > li > a:focus {
    background-color:#0792EC;
}
.navbar-top-links  .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #0792EC;
}
.navbar-top-links > li > a {
color: #FFFFFF;
}
.nav > li > a {
padding: 10px 10px;
}

#new {
	width: 100%;
	padding: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif, solaimanlipi, kalpurush;
	background-color: #90bade;
	color: #333;
}
#new ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#new li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
	
#new li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 15px solid #1958b7;
	border-right: 15px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #new li a {
	width: auto;
}

#new li a:hover {
	border-left: 15px solid #082a7f;
	border-right: 15px solid #082a7f;
	background-color: #2586d7;
	color: #fff;
}

/* 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:#036CB1;
}

.navbar-brand {
    padding-left:15px;
}
.navbar-brand img {
    margin-top: -20px;
    margin-left: 0px;
    height:58px;
    width:400px;
}
.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: #036CB1;
}
/*media queries*/

@media(min-width:768px){
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        min-height: 1300px;       
    }
#hiddeninpc {
    display:none;}
}

@media(max-width:768px) {
#wrapper {
    margin-top:50px!important;
    
}
#hideinmobile{
    display:none;}
}