/* Codeillust Theme Admin CSS */

.cit_custom-form{
	margin-top: -6px;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: -12px;
	
}

.cit_custom-form .form-group{
	display: table; width: 100%;
	border-bottom: 1px solid #eaeaea;
}
.cit_custom-form .form-group:last-child{
	border-bottom: 0px;
}
.cit_custom-form .form-group p{
	margin: 0;
	margin-bottom: 5px;
}

.cit_custom-form .form-group > [class^="col-"],
.cit_custom-form .form-group > [class*=" col-"]{
	display: table-cell;
	padding: 10px 15px;
}
.cit_custom-form .form-group .col-sm-3{
	width: 25%;
	vertical-align: top;
	background-color: #fafafa;
	border-right: 1px solid #eaeaea;
	padding: 20px 15px 10px;
}
.cit_custom-form .form-group .col-sm-9{
	width: 75%;
}
.cit_custom-form .form-group label{
	font-weight: bold;
	font-size: 14px;
}
.cit_custom-form .form-group input[type="text"]{
	width: 100%;
	padding: 10px;
	font-size: 16px;
}
.cit_custom-form .form-group select{
	font-size: 14px;
	height: 40px;
	min-width: 170px;
}
.cit_custom-form .form-group textarea{
	width: 100% !important;
	
}
.cit_custom-form .form-group .description{
	color: #999;
}