/*-------------------------------------------------------
Theme Name: Eye webdesign Divi child
Theme URI: https://www.eyewebdesign.be
Description: A child theme template for Divi
Author: Eye webdesign
Author URI: https://www.eyewebdesign.be
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

/* frontend lead form */
.wpcf7-not-valid { 
	border: 1px solid #e60012!important;
}

.wpcf7-submit {
	cursor: pointer;
}
/* frontend lead form */

/* user account page */

.user-registration-MyAccount .statusfield {
	font-weight: bold;
	color: #e60004;
}

select.installer-change-status:required:invalid {
	color: #666;
}
.installer-change-status option[value=""][disabled] {
	display: none;
}
.installer-change-status option {
	color: #000;
}

select.installer-change-status {
	min-width: 135px!important;
}

.user-registration-MyAccount #deny_reason {
	display: none;
	width: 100%;
}

.user-registration-MyAccount #deny_status {
	width: 100%;
}

.installer-change-container {
	display: flex;
}

.user-registration-MyAccount .installer-change-status {
	width: calc(100% - 20px)!important;
	min-width: 100px;
	/*float: left;*/
	display: inline;
}

.user-registration-MyAccount .installer-submit-status, .user-registration-MyAccount .installer-submit, .user-registration-MyAccount .installer-submit-add_comment, .user-registration-MyAccount .installer-submit-viewlog {
	/*float: left;*/
	display: inline;
	width: 20px;
	/*margin-left: 10px;*/
	background-color: #e60004;
	color: #fff;
	cursor: pointer;
	border: none;
	height: 24px;
}

.user-registration-MyAccount .installer-submit-add_comment, .user-registration-MyAccount .installer-submit-viewlog {
	width: 70px;
}

.user-registration-MyAccount #lead_comment {
	width: 100%;
	height: 100px;
}

.user-registration-MyAccount .installer-log-container {
	margin-top: 8px;
}

.user-registration-MyAccount .installer-add-comment {
	margin-top: 4px;
	height: 24px;
	line-height: 24px;
}

.user-registration-MyAccount .installer-submit {
	width: 130px;
	height: 38px;
	float: left;
	display: block;
	margin-left: 10px;
}

.user-registration-MyAccount .custom-um-notice {
	display: none;
}

.user-registration-MyAccount .eye-btn-account {
	cursor: pointer;
}

.user-registration-MyAccount .eye-btn-account:hover {
	text-decoration: underline;
}

.user-registration-MyAccount .um-button {
	color: #fff;
	cursor: pointer;
	display: inline-block;
}

.user-registration-MyAccount input.datepicker {
	width: 130px!important;
	margin-right: 10px!important;
	float: left!important;
}
/* user account page */

/* jquery dialog */
/*.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

.ui-widget-content {
    background: #F9F9F9;
    border: 1px solid #90d93f;
    color: #222222;
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

#success {
    padding: 0;
    margin: 0; 
}

.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
}

.ui-widget-header {
    background: #b0de78;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
        font-size: 1em;
}*/
/* jquery dialog */

/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.ui-icon[class*=" fa-"] {
    /* Remove the jQuery UI Icon */
    background: none repeat scroll 0 0 transparent;
    /* Remove the jQuery UI Text Indent */
    text-indent: 0; 
    /* Bump it up - jQuery UI is -8px */
    margin-top: -0.5em;
}

/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large {
    margin-top: -0.75em;
}

.ui-button-icon-only .ui-icon[class*=" fa-"] {
    /* Bump it - jQuery UI is -8px */
    margin-left: -7px;
}