﻿/* The popup form - hidden by default */
.form-popup {
    border: 3px solid #f1f1f1;
    z-index: 9;
    width: 500px;
    height: 420px;
    position: absolute;
    background-color: white;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 0px 0px 54px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 54px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 54px -1px rgba(0,0,0,0.75);

}

/* Add styles to the form container */
.form-container {
    padding: 10px;
    background-color: white;
    border-radius: 5px;
}

/* Full-width input fields */
/*.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;*/
    /*margin: 5px 0 22px 0;*/ 
    /*border: none;
    background: #f1f1f1;
}*/

    /* When the inputs get focus, do something */
    .form-container input[type=text]:focus, .form-container input[type=password]:focus {
        background-color: #ddd;
        outline: none;
    }

    /* Set a style for the submit/login button */
    .form-container .btnpop {
        background-color: #4CAF50;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 120px;
        margin-bottom: 10px;
        border-radius: 5px;

    }

    /* Add a red background color to the cancel button */
    .form-container .cancelpop {
        background-color: #7f8c8d;
    }

    /* Add some hover effects to buttons */
    .form-container .btn:hover, .open-button:hover {
        opacity: 1;
    }
.disable-outside-clicks {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(22, 22, 22, 0.63);
}

#btnAccept {
    margin-right: 20px;
    float: right;
}

#btnCancel {
}

#acceptCancel {
    bottom: 10px;
    position: inherit;
    width: 100%;
}
.form-popup-order{
    width: 800px;
    height: 700px;
}
.form-popup-release {
    width: 900px;
    height: 900px;
}