


*{
	
/*	border: 1px solid red;*/
	
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body{
	font-family: Arial;
	font-size: 12px;
	background: #f5f5f5;
}


.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
}

.white{
	color: white;
}

a{
	color: #fff;
	text-decoration: none;
}
a:visited{
	color: #fff;
	text-decoration: none;
}

a:hover{
	color: #fff !important;
	text-decoration: none !important;
}


ul{
	list-style: none;
	
	
}

.top-nav{
	background: #38464f;
	width: 100%;
	height: 80px;
	
}

.top-nav img{
	padding: 10px 20px 0;
	
}

.top-nav a img{
	padding: 5px;
	
}


.top-nav a{
	color: #fff;
	font: bold 1.1em Arial;
	padding: 20px;
}
.top-nav p{
	font: bold 1.1em Arial;
}

.settings{
	padding: 30px;
	font-size: 14px;
}
.settings a i{
	font-size: 14px;
}



.side-bar{
	background: #20252b;
	padding: 0 !important;
	min-height: 900px;
	width: 19%;
}



.admin-pic{
	color: #fff;
	padding-top: 25px;
}

.sidebareffect{
	margin-left: -400px;
	
	transition: margin 0.5s ease;
	-webkit-transition: margin 0.5s ease;
	-moz-transition: margin 0.5s ease;
}

.side-bar ul li{
	min-height: 50px;
	width: 100%;
	padding: 20px 15px 0;
	font: bold 1em Gulim;
	border-left: 5px solid transparent;
	cursor: pointer;
}

.side-bar ul li b{
	width: 30px;	
}
.side-bar ul li i{

}
.side-bar ul li a{
	width: 30px;
	font-family: Arial;
	font-weight: normal;
	font-size: 15px	
}

.side-bar ul li ul li, .side-bar ul li ul li a{
	font: bold 1em Arial;
	border: none;
	width: 100%;
	height: 20px !important;
	padding: 10px 15px 10px 40px;
	color: #aaa;
	
}
.side-bar ul li ul li a:hover {
	color: #fff;
	border: none;
	height: 20px !important;
}

.side-bar ul li ul{
	display: none;
	transition: display 0.9s ease-out;	
	-webkit-transition: display 0.9s ease-out;	
	-moz-transition: display 0.4s ease;	

}

.side-bar ul li:hover ul{
	display: block;		
}


.side-bar ul li:hover{
	background: #394044;
	border-left: 5px solid #24a4f6; 
}




.breadcrumb li a{
	color: #000;
}

.breadcrumb .active{
	color: #008ce6;
}

.headings{
	height: 75px;
	
}


.actions{
	border-top: 3px solid #969da2;
	min-height: 600px;
	color: #38464f;
}
.actions i{
	color: #7f7f7f;
}

.actions > div{
	background: #fff;
	padding: 0 15px 15px 15px;
}



.main-sec{
	min-height: 650px;
	padding:;
	width: 81%;

}
.form{
	border-top: 1px solid #ccc;
	padding: 15px 0;
	margin-top: 10px;
}

.form input, .form label, .form button, .form select{
	margin: 10px 5px;
	
} 

.form label{
	padding: 8px 0;
}


.dashboard{
	margin-top: 30px;
}


.blue-bg{
	background: #259fe0 !important;
}

.brown-bg{
	background: #c28044 !important;
}

.purple-bg{
	background: #a2669c !important;
}

.blue-head-bg{
	background: #1f91d0;
}
.brown-head-bg{
	background: #b1733a;
}
.purple-head-bg{
	background: #93598c;
}


.dashboard .alert{
	color: #fff !important;
	height: 180px;
	padding: 0;
	border-radius: 4px;
	margin: 5px 30px;
}

.dashboard .alert .alert-head{
	font-size: 14px;
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 7px 10px 10px;
}

.dashboard .alert .alert-foot{
	font-size: 14px;
	height: 30px;
	width: 100%;
	margin-top: 20px;
	padding: 7px 10px 10px;
}

.dashboard .alert .alert-head > b{
	text-align: right;
	margin-left: 50px;
}

.dashboard .alert .Value{
	font-size: 32px;
	padding: 15px;
	margin-top: 55px;
}
.dashboard .alert .Value > i.fa-user{
	font-size: 56px;
	color: #dbb390;
}
.dashboard .alert .Value > i.fa-align-justify{
	font-size: 48px;
	color: #c8a3c4 !important;
}
.dashboard .alert .Value > i.fa-question-circle{
	font-size: 48px;
	color: #7ec6ec !important;
}




.status-table{
	background: #fff;
	padding: 15px;
}


#example tr td{
	width: 200px !important;	
}

#example_filter label {
	float: right;
	
}

.login{
	max-width: 450px;
	margin: 15% auto;
}
.login form input{
	margin:15px;	
}
.login .jumbotron{
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}
.login h2{
	height: 60px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 0;
	text-align: center;
	font-weight: bolder;
	color: #fff;	
	background: #418196;
}
.login img{
	width: 125px;
	border: 1px solid #ccc;
} 


#myDiv{
	position: absolute;
	top: 40%;
	text-align: center;
	left: 40%;
	right: 40%;
	z-index: 888;
	
}


