body { 
	background: #000;
}
.container-fluid {
	min-width:320px;
	border:0;
}
#container{
	background-color:#f5f5f5;
}
#top-bar {background-color:#000;}
.space-top {
	padding-top: 30px;
}
.space-bottom {
	padding-bottom: 30px;
}
label.error {
	color: red;
}
.p5 {
	padding-left: 5px;
	padding-right: 5px;
}
.font-sm {
	font-size: 12px;
}
.irc {
	margin: 0 auto;
}
.progress {
	background: #ccc;
}
.m0 {
	margin: 0;
}
.mb20 {
	margin-bottom: 20px;
}
.mt20 {
	margin-top: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt5 {
	margin-top: 5px;
}
.ml10 {
	margin-left: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mr5 {
	margin-right: 5px;
}
.dib {
	display: inline-block;
}
.hr-custom {
	border:1px solid #999;
}
.fs-full {
	font-size: 100%;
}
.label-important {
    background-color: #d9534f;
}
.w20 {width: 20%;}
.w30 {width: 30%;}
.w70 {width: 70%;}
.w80 {width: 80%;}

.content-center {
	margin: 0 auto;
}
.p-rel {
	position: relative;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.font-white {
	color: #fff;
}
.font-red {
	color: #ff0000;
}
.font-normal {
	font-weight: 400;
}
.font-navy {
	color: #000080;
}
.has-error .well {
	border-color: #a94442;
}
.custom-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.images-responsive-custom {
	width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.col-center-container {
	font-size: 0;
	display: table;
	width: 100%;
}
.col-center-container .col-center {
	float: none;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	height: 100%;
}
.m-center-content {
	margin: 50px 0;
}
.loader-parent {
	position: relative;
	min-height: 100px;
}
.loader-parent.loading:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: rgba(200, 200, 200, 0.5) url('../images/loader.gif') no-repeat center center;
	z-index: 9;
}
.tiny-loader {
	background: url('../images/tiny-loader.gif') no-repeat center center !important;
}
.dataTables_processing {
	position: absolute;
    top: 0;
	left: 0;
    background: rgba(200, 200, 200, 0.5) url('../images/tiny-loader.gif') no-repeat center center;
    width: 100%;
    height: 100%;
}
.table-action {
	margin: 0 3px;
}
.header-title {
	font-size: 24px;
    margin: 5px 0 15px;
    padding: 5px 0;
    border-bottom: 2px solid #ccc;
}


@media (max-width: 767px) {
	.col-center-container {
		display: block;
	}
	.col-center-container .col-center {
		display: inline-block;
		text-align: center;
	}
}