.preload{
	background:url('../images/loading-blue.gif') 50% 30% no-repeat;
	min-width:200px;
	min-height:100px;
	width:100%;
	height:100%;
}
.loadingdone{
	background:url('../images/success-blue.gif') 50% 30% no-repeat;
	min-width:200px;
	min-height:100px;
	width:100%;
	height:100%;
}
.postload{
	display:none;
}
.ajax-preload{ 
	background: #fff url('../images/loading-blue.gif') 50% 40% no-repeat !important;
	height: 100%;
	width: 98%;
	font-size: 0px;
	position: absolute;
	top: 50px;
	background: #fff;
	opacity: 0.8;
	margin: 0px 1%;
}
form .control-label{
	text-align: left !important;
	font-weight: normal;
	color: #666;
	width: 100%;
}
form .form-control,.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
	background:#ecf0f5;
	border: 1px solid #ecf0f5;
	padding: 10px;
	height: 42px;
}

.textarea-height{
	height: 100px !important;
}
.modal-dialog{
    -webkit-transition: all 0.6s ease !important;
    -moz-transition: all 0.6s ease !important;
    -o-transition: all 0.6s ease !important;
    transition: all 0.6s ease !important;
}
.btn-circle{
	line-height: 15px;
	width:30px;
	height: 30px;
	border-radius:50%; 
	margin-right: 10px;
	padding: 7px 8px;
}

.del-row-ak{
	color:#F00;
}