
bootstrap .modal {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    bottom: initial;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: 0 0 0 -280px;
    outline: medium none;
    position: fixed;
    top: 50%;
    max-width: 560px;
    z-index: 1050;
}
#callback-request-modal .modal-open {
    overflow: hidden;
}
#callback-request-modal .modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
#callback-request-modal .modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}
#callback-request-modal .modal.in .modal-dialog {
    transform: translate(0px, 0px);
}
#callback-request-modal .modal-dialog {
    margin: 0;
    position: relative;
    width: auto;
}
#callback-request-modal .modal-content {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: medium none;
    position: relative;
}
#callback-request-modal .modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
#callback-request-modal .modal-backdrop.fade {
    opacity: 0;
}
#callback-request-modal .modal-backdrop.in {
    opacity: 0.5;
}
#callback-request-modal .click-to-call-modal {
    text-align: center;
}
#callback-request-modal .modal-header {
    background-color: #d298e0;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.4286px;
    padding: 9px 15px;
    text-align: left;
}
#callback-request-modal .modal-header h3 {
    font-size: 24.5px;
    margin: 0;
    padding: 0;
}
#callback-request-modal .modal-header a, #callback-request-modal .modal-header a:hover, #callback-request-modal .modal-header a:focus {
    border: medium none;
    text-decoration: none;
}
#callback-request-modal .modal-header a > i {
    color: #2E2E2E;
    font-size: 20px;
}
#callback-request-modal .modal-header a > i:hover {
    color: #636262;
}
#callback-request-modal .alert {
}
#callback-request-modal .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
#callback-request-modal .click-to-call-modal .btn-success {
    background: none repeat scroll 0 0 #b7d495;
    border: medium none;
    color: #394c23;
    padding: 11px 18px;
}
#callback-request-modal .click-to-call-modal .cancel-btn {
    background: none repeat scroll 0 0 #ddd;
    border: medium none;
    color: #333333;
    padding: 11px 18px;
}
#callback-request-modal .click-to-call-modal .btn-danger.called {
    background: none repeat scroll 0 0 #d9534f;
    border: medium none;
    color: #ffffff;
    padding: 11px 18px;
}
#callback-request-modal .btn-danger {
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#callback-request-modal .modal-header .close {
    margin-top: -2px;
}
#callback-request-modal .modal-title {
    line-height: 1.42857;
    margin: 0;
}
#callback-request-modal .modal-body {
    max-height: 100%;
    padding: 15px;
    width: 100%;
}
#callback-request-modal .modal-body .text-block {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font-size: 13px;
    margin-top: 15px;
    padding: 5px 10px;
    text-align: left;
}
#callback-request-modal .modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 19px 20px 20px;
    text-align: right;
}
#callback-request-modal .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
#callback-request-modal .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
#callback-request-modal .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (min-width: 768px) {
    #callback-request-modal .modal-dialog {
    }
    #callback-request-modal .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    #callback-request-modal .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    #callback-request-modal .modal-lg {
        width: 900px;
    }
}
@media (max-width: 768px) {
    bootstrap .modal {
        position:fixed;
        top:50%;
        left:0%;
        margin-left: 150px;
        max-width: 100%;
        margin: 0;
        width: 100%;
        z-index:1050;
        max-height: 480px;
        min-height: 480px;
        overflow:auto;
        background-color:#fff;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
        -webkit-background-clip:padding-box;
        -moz-background-clip:padding-box;
        background-clip:padding-box;
    }
}

#callback-request-modal .hide {
    display: none !important;
}
#callback-request-modal textarea {
    resize: none;
}
#callback-request-modal .category_select {
    margin: 10px 0;
}
bootstrap #callback-request-modal {
    overflow: auto;
}
bootstrap #callback-request-modal .modal-footer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding: 0;
}
#callback-request-form span {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 5px;
}
#callback-request-modal .clear {
    clear: both;
}
#callback-request-modal .field_name_phone {
    display: inline-block;
    height: 100%;
    margin-top: 10px;
    width: 100%;
}
#callback-request-modal .field_name_phone div {
    text-align: left;
}
#callback-request-form span.country {
    display: inline-block;
    margin: 11px 0 0;
    width: 100%;
}
#callback-request-modal .category_select {
    text-align: left;
}
#callback-request-modal .not_your_country {
    color: #3a87ad;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
}
#callback-request-modal .hide {
    display: none;
}
#callback-request-modal .field_comment {
    text-align: left;
}
#callback-request-modal .field_comment .input-group {
    width: 100%;
}
#callback-request-modal .country option {
    max-width: 100%;
    width: 100%;
}
#callback-request-modal .modal-footer {
    margin-top: 11px;
}
#callback-request-modal .field_id_customer_id_email .field_text {
    float: left;
    text-align: left;
    width: 175px;
}
#callback-request-modal .donot_have_any a {
    color: #3a87ad;
    cursor: pointer;
    font-size: 14px;
}
#callback-request-modal .donot_have_any {
    margin: 10px 45px 10px 0;
}
#callback-request-modal span.error_callback_request {
    background: none repeat scroll 0 0 #ecbcc0;
    color: red;
    margin: 3px 0 0 1px;
    padding: 5px;
    width: 225px;
}
#callback-request-modal .alert {
    font-size: 15px;
    margin-top: 10px;
}
#callback-request-modal input.input-error {
    border-color: #a94442;
}
#callback-request-form div.alert-danger {
    display: none;
}
#callback-request-form .btn-success {
    background: none repeat scroll 0 0 #b7d495;
    border: medium none;
    color: #394c23;
    padding: 11px 18px;
}
#callback-request-form .cancel-btn, .answer-callback-request-content .cancel-btn {
    background: none repeat scroll 0 0 #ddd;
    border: medium none;
    color: #333333;
    padding: 11px 18px;
}
#callback-request-form {
    color: #3f3f3f;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#callback-request-modal span#phone_prefix_callback_modal {
    display: table-cell;
}
#callback-request-modal .answer-callback-request-content cancel-btn {
    text-align: center;
}
#callback-request-modal h4 {
    color: #3f3f3f;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0;
}
