
@media (max-width: 767px) {
	.fixed .content-wrapper, .fixed .right-side, .main-sidebar, .left-side {
		padding-top: 50px !important;
	}
}

button.btn { 
	border-radius:0 !important; 
}
label.btn { 
	border-radius:0 !important; 
}
a.btn { 
	border-radius:0 !important; 
}
input.form-control { 
	border-radius:0 !important; 
}
input[checkbox]:checked + label {
	background:blue;
	color:blue;
}
.fill-a {
	width:100%;
}
.fill-a i{
	color: lightgrey;
	padding-top: 3px;
}
.fill-a i:hover{
	color: #3c8dbc;
}
.fill-a .active{
	color: #3c8dbc !important;
}

ul.dropdown-menu {

	width:100%;
	font-size:14px;

}

ul.dropdown-menu a {
	line-height: 30px;
}

.dropdown-toggle .caret {
	font-size:20px !important;
}

ul.infobox {
	
	margin:0;
	padding:0;
	list-style:none;
	font-size: 14px;
	color:#555;

}
ul.infobox li {

	line-height:26px;

}
ul.infobox li span {

	font-weight:bold;

}

.box-footer .progress {
	margin:0;
}


/* Spacing */
.mb10 { margin-bottom:10px; }