/* 
    Created on : Jan 23, 2019, 11:24:28 AM
    Author     : Taekwo
*/
* {
    box-sizing: border-box;
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    color: #fff;
    border: none;
    cursor: pointer;
    width: 280px;
    font-size: 16px;
    min-height: 50px;
    width: 100%;
    margin-top: 15px;
    background-color: #009ad8;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

#myForm {
    overflow-y: auto;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    border: none;
    bottom: 0;
    right: 0;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    /* Add styles to the form container */
}
#myForm .form-container {
    max-width: 300px;
    border-radius: 7px;
    padding: 15px 20px;
    background-color: white;
    /* Full-width input fields */
    /* Set a style for the submit/login button */
    /* Add a red background color to the cancel button */
    /* Add some hover effects to buttons */
}
#myForm .form-container label {
    display: block;
    text-transform: capitalize;
}
#myForm .form-container input {
    height: 36px;
    min-height: 0px !important;
    border-radius: 4px !important;
    padding: 0 10px !important;
    margin: 0 0 10px 0 !important;
}
#myForm .form-container button[type=submit] {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    height: 36px;
    padding: 0 10px;
    margin: 0;
}
#myForm .form-container button.cancel {
    margin-left: 2%;
}
#myForm .form-container button.submit:focus {
    background: #0b7cac !important;
}
#myForm .form-container input[type=text],
#myForm .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}
#myForm .form-container input[type=text]:focus,
#myForm .form-container input[type=password]:focus {
    /* When the inputs get focus, do something */
    background-color: #ddd;
    outline: none;
}
#myForm .form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}
#myForm .form-container .cancel {
    background-color: red;
}
#myForm .form-container .btn:hover, #myForm .form-container .open-button:hover {
    opacity: 1;
}

span.lep-price {
    font-size: 20px;
    color: #00a7ef;
    text-align: right;
    display: block;
}
.woocommerce-variation-add-to-cart input[type="button"] {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    border-radius: 7px;
}

.woocommerce-variation-add-to-cart input[type=button]:hover,.woocommerce-variation-add-to-cart input[type=button]:focus {
    color: #fff;
    background-color: #0081b5;
}


.clear-job {
    min-height: 50px;
    width: 100%;
    margin-top: 15px;
    background-color: #009ad8;
    color: #fff;
    border-radius: 7px;
    display: inline-block;
    font-family: inherit;
    background-color: #13aff0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 8px;
}

.single_add_to_cart_button:focus {
    background-color: #009ad8 !important;
}
/*# sourceMappingURL=lep-request.css.map */