@CHARSET "ISO-8859-1";
.df-form-body {
	margin-bottom: 10px;
}
@media (min-width:700px) {
	.gevme-login-box .control-group {
		display: block !important;
	}
}
@media (min-width: 700px) {
	.control-group {
		display: flex;
		margin: 10px;
		clear: both;
		padding: 10px 0;
		flex-wrap: wrap;
		width: 100%;
	}
}
@media (min-width: 700px) {
	.df-form-body .control-label {
			cursor: text !important;
			display: block !important;
			padding-right: 5px;
	}
}
.df-form-body .control-label {
	cursor: text;
	display: inline-block;
}
.df-form-body .control-group.error {
	background-color: #FFF0F3;
	color: #ECA5A3;
}
.help-block.help-text-error {
	color: #d9534f;
}
.df-form-body .control-group.error input[type=text], .df-form-body .control-group.error input[type=email], .df-form-body .control-group.error input[type=number], .df-form-body .control-group.error input[type=tel], 
		.df-form-body .control-group.error input[type=date], .df-form-body .control-group.error input[type=time], .df-form-body .control-group.error select, .df-form-body .control-group.error textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ECA5A3;
    box-shadow: none !important;
}
.df-form-body .control-group.error .help-block {
	margin-left: 25%;
}
.df-form-body .tab-content {
	overflow: visible;
}
.df-form-body input[type=text], .df-form-body input[type=search], .df-form-body input[type=password], .df-form-body input[type=email], .df-form-body input[type=number], .df-form-body input[type=tel], .df-form-body input[type=date], .df-form-body input[type=time], .df-form-body select, .df-form-body textarea {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #EBEBEB;
    box-shadow: none !important;
    margin-bottom: 0;
		height: 30px;
		padding: 4px 6px;
}
.df-form-body .control-label {
	width: 25%;
	vertical-align: top;
}
.df-form-body .df-two-cols-layout .control-label, .df-form-body .df-two-cols-layout .controls
, .df-form-body .df-three-cols-layout .control-label, .df-form-body .df-three-cols-layout .controls
, .df-form-body .df-side-by-side-layout .control-label, .df-form-body .df-side-by-side-layout .controls {
	width: 100%;
}
.df-form-body .control-label.empty {
	width: 25%;
}
.df-form-body .control-label.compulsory:after {
	content: "*";
	margin-left: 4px;
	color: #DF0009;
	display: inline-block;
}
.df-form-body .controls {
	display: inline-block;
	width: 70%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */		
}
.df-form-body .empty .controls {
	width: 90%;
}
.select2-search--dropdown .select2-search__field {
	height: 100%;
}
.select2-container--default.select2-container .select2-selection--multiple, .select2-container--default.select2-container .select2-selection--single, .select2-container--default.select2-container .select2-dropdown {
    border-color: #d1d1d1;
}
.select2-container .select2-selection--multiple {
	min-height: auto;
}
.df-form-body .df-single-control input[type=text], .df-form-body .df-single-control input[type=email], .df-form-body .df-single-control textarea {
	width: 100%;
}
.df-form-body .df-single-control input[type=number] {
    width: 25%;
}
.df-form-body .controls-item-label {
	margin-top: 5px;
	clear: left;
	font-weight: 600;
	width: 100%;
}
.df-form-body .controls-item {
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	padding-top: 2px;
	vertical-align: top;
}
.df-form-body .df-two-cols-layout .controls-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 49.9%;
}
.df-form-body .df-three-cols-layout .controls-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 33.33%;
}
.df-form-body .df-side-by-side-layout .controls-item {
	float: left;
	margin-right: 8px;
}
.df-form-body .controls-item .help-inline, .df-form-body .controls-item .help-block {
	vertical-align: top;
}
.gf-phone-field {
}
.gf-form .add-on {
	background-color: #FFFFFF;
	border-color: #EBEBEB;
	height: 30px !important;
}
.gf-form .add-on [class^="icon-"], .gf-form .add-on [class*="icon-"] {
	line-height: 20px;
}
.gf-phone-label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 2px;
}
.gf-phone-label input {
	margin-left: 2px;
	vertical-align: middle;
}
.gf-readonly-field {
	float: left;
	width: 46%;
	margin: 0.2% 0.2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	
	overflow: hidden;
}
.gf-readonly-field .content, .gf-readonly-field .content-label {
	float: left;
	margin: 0;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	
	padding: 10px;
	height: 100%;
	text-align: left;
	padding-left: 10px;
}
.gf-readonly-field .content-label {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	font-size: 10pt;
	width: 42%;
}
.gf-readonly-field .content {
	background-color: #E6E6E6;	
	width: 58%;
}
.gf-readonly-field span, .gf-readonly-field ul {
	width: 58%;
}
.gf-form-title {
	position: relative;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 5px;
}
.gf-title-edit-button {
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	font-size: 10pt;
	text-decoration: none;
}
.gf-title-edit-button:hover {
	text-decoration: none;
	color: #000;
}
.gf-title-edit-button i {
	margin-right: 3px;
}
.gf-pages-content {
	overflow: auto;
}
.gf-form {
	overflow: visible;
}
.gf-readonly-field {
	border: 1px solid #E6E6E6;
}
.gf-form .controls input[type=text], .gf-form .controls input[type=password] {
	margin-bottom: 0;
}
.alert {
	margin-bottom: 0;
}
.alert-heading {
	font-weight: normal;
	margin-bottom: 0;
}
.df-single-control .gf-input-others {
	margin-top: 5px;
}
@media(min-width: 450px) {
	.gf-section-break {
		margin-left: 0%;
	}
}
.gf-section-break {
	clear: both;	
	padding: 10px 0;
}
.gf-section-title {
	font-size: 11.5pt;
}
.gf-instruction {
	margin-top: 2px;
	font-size: 9pt;
	font-style: italic;
}
.df-form-loading {
	background-color: #ddd;
	width: 100%;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	
}
.btn-pick, .file-list-container {
	display: inline-block;
	margin: 0;
}
.file-list-container a {
	color: #000;
}
.btn-pick {
	margin-right: 10px;
	font-size: 9pt !important;
}
.file-list-container {
	list-style: none;
	vertical-align: middle;
}
.file-list-container .file-list-row {
	margin-top: 10px;
	position: relative;
	/*border: 1px solid #000;*/
	border-radius: 2px;
	/*background-color: #D1D1D1;*/
	padding: 3px 5px;
	font-size: 9pt;
	max-width: 200px;
	font-weight: 600;
	padding-right: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.file-list-container .file-list-row:first-child {
	margin-top: 0;
}
.file-list-row .preview-image {
	max-width: 75px;
	max-height: 75px;	
}
.file-list-row .file-list-row-actions {
	box-sizing: border-box;
	display: block;
	padding: 2px 3px;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	margin: 0;
	list-style: none;
}
.file-list-row-actions .file-list-action-btn {
	cursor: pointer;
}
.file-list-row-actions .file-list-action-btn:hover {
	text-decoration: underline;
}
.dz-file-preview {
	margin-top: 5px;
}
.dz-file-preview.dz-complete .dz-progress {
	display: none;
}
.dz-file-preview.dz-processing .dz-progress .dz-upload {
	background-color: #0a6c99;
	height: 8px;
	display: block;
	border-radius: 5px;
}
.dz-file-preview .dz-error-message {
	color: #B94A48;
	font-weight: 600;
}
.jrac_viewport {
	border: none;
}
.jrac_viewport, .jrac_zoom_slider {
	margin: 0 auto;
}
.jrac_crop {
	border: 2px dashed;
}
.jrac_zoom_slider {
	margin-top: 10px;
	width: 150px;
}
.gf-image-editor .resize-helper {
	text-align: center;
}
.gf-image-editor .modal-body {
	max-height: 410px;
}
.gf-image-container {
	display: inline-block;
	position: relative;
	border: 1px solid #000;
	overflow: hidden;
}
.dz-error-message {
	color: #B94A48;
	font-size: 9pt;
	font-weight: 600;
}
@media (max-width: 720px) {
	.df-form-body .df-two-cols-layout .controls-item, .df-form-body .df-three-cols-layout .controls-item, .df-form-body .df-side-by-side-layout .controls-item {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 49.9%;
	}
}
@media (max-width: 500px) {
	.df-form-body .df-two-cols-layout .controls-item, .df-form-body .df-three-cols-layout .controls-item, .df-form-body .df-side-by-side-layout .controls-item {
		display: block;
		width: 100%;
	}
}