#formManager_form label {
	color: #565656;
	font-size: 14px;
	line-height: 22px;
	font-family: "VAG Rounded W01 Light";
}

#formManager_form .regLbl {
	width: 100%;
}
#formManager_form .radio lable {
	font-size:15px;
}
#padding-leftForm{
	padding-left:15px !important;
}

#formManager_form h1 {
    font-size: 20px!important;
    font-weight: 600!important;
    margin-bottom: 20px!important;
	padding-left:12px;
}


#formManager_form select.form-control {
    background: url("../media/images/custom-checkboxes/select200.png") no-repeat scroll right -27px transparent;
	border: 1px solid #ccc;
	border-radius: 8px 8px 8px 8px;
	color: #565656;
	display: block;
	font: 14px/28px arial,sans-serif;
	height: 27px;
	overflow: hidden;
	padding: 0 30px 0 5px;
	position: absolute;
	width: 161px;
	-webkit-appearance: none;
}

#formManager_form .select__arrow {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
    -moz-appearance: none;
}
#formManager_form #submit_btn_div {
	text-align:left !important;
	padding-left:15px;
}


#formManager_form .input_checkbox {

    border: 1px solid #ff0000;
    width: 21px;
    margin: 0;
    z-index: 999;
    highlight: 0;

}

#formManager_form .checkbox,#formManager_form .radio {
	width: 30%;
	background: none;
}

#formManager_form input {

    width: auto;
    height: auto;
	display: inline;
}

#formManager_form input[type="text"],#formManager_form textarea {
	 width: 90%;
}

#formManager_form .help-block {
	color: #d12b24;
	display: none;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	/* position: absolute; */
}
.formManSelect-container .help-block{
	padding-top: 30px;
}

.form-status-icon{
	font-size:24px;
	color:#78A22F;
}

.form-status-icon-cancel{
	font-size:24px;
	color:#D15B47;
}

.form-status-icon-refresh{
	font-size:23px;
	color:#F7B217;
}

#formManager_form p {
	margin: 0px !important; 
}

#formManager_form hr {
	border-top: 1px solid #d8d5d5;
}

#formManager_form .error-check{

    color: #d7244c !important;

}
.formManCheckbox .checkBox,
.formManCheckbox .mobcheckbox{
	float:left;
}
.formManDate-main .regLbl{
	float:left;
}
.formManRadio,.formManCheckbox {
	height:auto;
	width:90% !important;
}
.formManbtn button, .popupButtons button{
	height:auto;
	border:none;
}
.popupButtons button{
	padding: 7px 18px 7px 18px;
	font-size: 13px;
	bottom: 0;
}
.popupButtons .popgrey40{
	background-color: #7d7e81;
}
.popupButtons .popgrey40:hover{
	color: #fff;
    background-color: #7d7e81;
    text-decoration: none;
}
.formManbtn button:hover,
.formManbtn button:focus, .popupButtons button:focus, .popupButtons button:hover{
	outline:0 !important;
}

.popupButtons{
	/* height:50px; */
}

.cp_draft_msg{
	display:none;
}

.cp_draft_msg p {
	position:relative;
	margin: 0 !important;
	background-color:#fbfbe2;
	padding:5px 5px 5px 30px;
	border: 2px solid #e3e3be;
	color: #555;
}

.cp_draft_msg p:before {
	position: absolute;
	font-size: 21px;
	top: 25%;
	left:5px;
	font-family: "FontAwesome";
	content: "\f05a";
}

.cp_draft_status {
	background: #ccc;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 5px;
	display: inline-block;
}

.cp-form-det .cp-form-msg {
    margin-top:5px !important;
}



@media only screen and (max-width: 1024px){ 
	#formManager_form input[type="text"], #formManager_form textarea {
		width: 100%;
		border-radius: 4px;
	}
	
	#formManager_form #submit_btn_div {
		text-align: left !important;
		padding-left: 0px;
	}
	
	.formBoxDiv .regLbl.left:last-of-type {
		margin-left: 0px !important;

	}
	input.ace  {
		display:none;
	}
	#Main .left {
		width: auto !important;
	}

	.formManCheckbox .checkBox input{
		width:20px !important;
	}
	.checkbox.formManCheckbox::before,
	.radio.formManRadio::before{
		display:none;
	}
	.formManbtn button.dark-blue{
		width:100%;
	}
	.formManbtn button:hover, .popupButtons button:hover{
		background-color: #0065a4;
	}
	.formManRadio .lbl,
	#formManager_form label{
		color:#fff !important;
	}
	.cp_download.preePAD{
		height:50px !important;
		line-height:17px;
		padding:0;
	}
}