.error_msg {
    color: red !important;
    margin-bottom: 30px;
    font-weight: bold;
}

.notice {
    text-align: center;
    font-weight: bold;
    color: green;
}

.bws_form textarea {
    width: 100% !important;
    height: 100px !important;
    margin-bottom: 20px;
}

.bws_form input {
    margin-bottom: 10px;
}

.bws_form .bws-btn,
.fusion-body .bws-btn,
form .bws-btn,
.close-btn {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 13px 29px !important;
    line-height: 17px !important;
    font-size: 14px !important;
    background: #3a76aa;
    text-transform: uppercase;
    color: #fef041;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#005dac), to(#3a76aa));
    background-image: linear-gradient(to top, #005dac, #3a76aa);
    background-image: -webkit-linear-gradient(to top, #005dac, #3a76aa);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 2px;
    vertical-align: top;
    border: none;
    display: inline-block;
}

.bws_form .bws-btn:hover,
.fusion-body .bws-btn:hover,
form .bws-btn:hover {
    color: #fff;
}

a.close-btn {
    color: #fef041 !important;
    display: inline-block !important;
}

.bws-btn {
    display: inline-block;
}

#pg_cnt,
#srvc_rqst,
#tnr_rqst {
    padding: 10px;
    border: 1px solid #0953B7;
    display: block;
    margin-bottom: 1rem;
    max-width: 200px;
    text-align: center;
}

/* The Modal (background) */
/*.bws_modal.modal {
	display: block!important;
}*/
.modal {
    display: none;
    /* Hidden by default */

    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */

}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 80%;
    margin: 0 auto;
    width: 600px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Custom Theme color */

div#primary {
    max-width: 1154px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* forms */
form label input {
    margin-top: .5rem;
}