#call_back_link {
    color:#87b984;
    text-decoration: underline;
    text-underline: #87b984;
    cursor: pointer;
}

/* widget styles*/


.error_alert {
    margin-bottom: 0;
}


/*#call_back_button {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*width: 130px;*/
    /*height: 130px;*/
    /*background-color: white;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*position: fixed;*/
    /*border: 1px solid green;*/
/*}*/

/*#call_back_button h2 {*/
    /*background: linear-gradient(to bottom, #81c244 0%, #43b34b 100%);*/
    /*color: white;*/
    /*line-height: 20px;*/
    /*font-size: medium;*/
    /*text-align: center;*/
    /*vertical-align: top;*/
    /*margin-top: 0;*/
/*}*/

/*#call_back_button i {*/
    /*font-size: 40px;*/
    /*text-align: center;*/
    /*margin-left: 31%;*/
    /*margin-top: 15px;*/
/*}*/

/*mobile looking widget appearance*/

/*#call_back_button {*/
/*border-radius:  50%;*/
/*height: 80px;*/
/*width: 80px;*/
/*background: linear-gradient(to bottom, #81c244 0%, #43b34b 100%);*/
/*color: white;*/
/*}*/

/*#call_back_button i {*/
/*margin-left: 23%;*/

/*}*/

/*form styles*/


#exit_button {
    font-weight: bold;
    color: white;
    width: 55px;
    height: 40px;
    height: 40px;
    line-height: 40px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

#call_back_form {
    z-index: 999;
    display: none;
    font-family: Arial, Helvetica, sans-serif;

}

.error_message {
    color: red;
}

.success_or_error{
    margin-top: 30px;
    color: green;
    width: 100%;
    border: 1px solid black;
    text-align: center;
}

.success_or_error_header{
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    font-size: medium;
    height:30px;
    line-height: 30px;
    color: white;
}

.success_header {
    background: linear-gradient(to bottom, #81c244 0%, #43b34b 100%);
}

.error_header {
    background: red;
}

#call_back_form {
    z-index: 10;
    text-align: center;
    /*margin: 0;*/
    padding: 0;
    width: 500px;
    /*border: solid black 0.5px;*/
    position: fixed;
    /*background-color: white;*/
    /*margin: 0 auto;*/
    /*text-align: center;*/
    top:200px;
    right:0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#form_body{
    background-color: white;
    margin-top: -10px;
}

#form_body_header{
    background-color: #f7f8fa;
    height:80px;
    font-size: 26px;
    font-weight: 700!important;
    line-height: 80px;
}

#form_body_header h4{
    font-weight: 700;
}

#form_title{
    display: inline-block;
}

.form_field {
    width: 60%;
    display: block;
    margin: auto;
    margin-bottom: 25px;

}

.form_field ::placeholder{
    color: #999;
}

::-moz-placeholder{
    color:#999;
}

::placeholder{
    color: #999;
}

#form_header h2 {
    color: white;
    background-color: white;
    line-height: 40px;
}

.form_button {
    width: 30%;
    bottom: 0;
    height: 40px;
    position: relative;
    /*border-radius: 20px;*/
    color: white;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 15px;
}

#call_back_form label {
    color: green;
    margin-bottom: 10px;
    text-align: left!important;
}

#required_symbol {
    color: red;
}

#form_top_bar {
    background: linear-gradient(to bottom, #81c244 0%, #43b34b 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    font-size: medium;
    height: 40px;
line-height: 40px;
}


#call_back_form p {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: left;
    margin: 0 auto;
    width: 80%;
    line-height: 20px;
    font-size: 14px;
}
#call_back_btn {
    border-radius:5px;
    border:none;
    width: 230px;
}
.radio_text{
    text-align: left;
    margin: 5px;
}

.radio_select{
    margin-left: 50PX;
}


#customer_message_field{
    /*display: none;*/
    display: block;
    /*visibility: hidden;*/
    /*display: none;*/
}


#label_message {
    display: none;
}

/*stylig for smaller screens*/

@media only screen and (max-width: 768px) {

    #call_back_button {
        border-radius:  50%;
        height: 80px;
        width: 80px;
        background: linear-gradient(to bottom, #81c244 0%, #43b34b 100%);
        color: white;
    }

    #call_back_button i {
        margin-left: 23%;

    }

    #call_back_button h2 {
        display: none;
    }
    #call_back_form {
        width: 100%;
    }
}

/*success modal*/
.call_back_form_container {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100vh;
}

#connecting-modal{
    background-color: rgba(0, 0, 0, 0.3)!important;
}


#connecting-modal .modal-header{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#connecting-modal .modal-content{
    background: none;
    position: fixed;
    right: 0px;
    top: 200px;

}

#connecting-modal .modal-body{
    background-color: white;
}
#connecting-modal .modal-footer {
    background-color: white;
}

#connecting-modal .modal-body{
    padding: 0px;
    text-align: center;
}

#connecting-modal .modal-content {
    width: 450px;
}

#connecting-modal .modal-footer {
    text-align: center;
    border:none;
    margin-top: -10px;
}

#connecting-modal #closePopup {
    width: 200px;
    border: none;
}

#connecting-modal .close {
    opacity: 100!important;
    filter:none;
    color: white;
    text-shadow: none;
    font-weight: lighter;
    font-size: medium;
}

#connecting-modal p {
    font-size: 17px;
}

/*old checkout styles*/

.h3, h3 {
    font-size: 17px;
}

#call_back_form_container{
    position: fixed;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

#connecting-modal-dialog{
    position: fixed;
    right: 0;
}


