/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #frm_dlc_user_register label.error,
 #frm_dlc_user_login label.error,
 #frm_dlc_update_user label.error,
 #frm_dlc_forgot_password label.error,
 #frm_set_pwd_form label.error,
 #frm_assign_company_permission label.error,
 #frm_invite_user label.error,
 #frm_dashboard_add_org label.error,
 #frm_upload_signed_document label.error,
 #frm_dlc_verify_login_otp label.error,
 p.website-error {
 	color:#FF0000;
 }

#frm_dlc_user_register span.ajax-loader,
#frm_dlc_user_login span.ajax-loader,
#frm_dlc_forgot_password span.ajax-loader,
#frm_dlc_update_user span.ajax-loader,
#frm_set_pwd_form span.ajax-loader,
#frm_assign_company_permission span.ajax-loader,
#frm_assign_permission span.ajax-loader,
#frm_dashboard_add_org span.ajax-loader,
#frm_invite_user span.ajax-loader,
#frm_dlc_verify_login_otp span.ajax-loader,
#frm_upload_signed_document span.ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
#frm_dlc_user_register .company-detail {
    display: none;
}

form .response_output {
    position: relative;
    bottom: inherit;
    max-width: 100%;
    margin: 20px 0 0;

}

form .success_message, form .error_message {
	float: left;
    width: 100%;
    /*position: absolute;*/
    left: 0;
    right: 0;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
}

form .error_message {
    background: #f2dede;
    color: #ff6258;
}

form .success_message {
    background: #dff0d8;
    color: #3c763d;
}
#frm_dlc_user_register .hide-section,
#frm_assign_permission .hide-section,
#frm_invite_user .hide-section,
#frm_dashboard_add_org .hide-section {
    display: none;
}

#frm_dashboard_add_org .success_message, #frm_dashboard_add_org .error_message {
    float: none;
}
/* Secondary options css start here */
.custom-checkbox-hidden label.error{
	color:red;
	font-size:18px !important;
}
.custom-checkbox-hidden .data-1 label.error{
	padding-left:0;
}
.custom-checkbox-hidden .data-5 label.error{
	top: -20px;
}
.page-template-page-signin-signup .custom-checkbox-hidden label.error{
	font-size:14px !important;
}
.page-template-page-signin-signup .form-check:first-child .form-check-input.error + label.form-check-label {
    position: relative;
    left: 0;
    top: 0;
}
.page-template-page-signin-signup .data-2 label.error, .page-template-page-signin-signup .data-4 label.error, .page-template-page-signin-signup .data-5 label.error, .page-template-page-signin-signup .data-1 label.error{
	left: 0;
}
.page-template-page-signin-signup .data-3 label.error{
	left: -25px;
}
/*  Modal css */

.modal-confirm {
	color: #434e65;
	width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #47c9a2;
	border-bottom: none;
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px;
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}
.modal-confirm .btn span {
	margin: 1px 3px 0;
	float: left;
}
.modal-confirm .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
/* Secondary options css end here */

