/* Feedback form - START */
.ui-autocomplete-loading {
    background: white url('../../css/jqueryui/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.modalloading {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 9999;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-size: 11pt;
    font-weight: bold;
    border: 6px solid #003e7e;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 99999;
}

.feedback-form .modal-header {
    margin-right: auto;
    margin-left: auto;
    border: none;
}

    .feedback-form .modal-header h4 {
        color: #00205b !important;
        font-family: 'Ralewaybold';
        margin-bottom: 0px;
        font-size: 20px;
        text-align: center;
        padding: 10px;
    }

.feedback-form .modal-body {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.feedback-form .modal-dialog, .feedback-form .modal-content {
    max-width: 650px;
    background-color: #f5f8fa !important;
    border-radius: 0px;
}

.feedback-form .modal-header {
    background-color: transparent !important;
}

.feedback-form .close {
    float: right;
    text-align: right;
    padding: 15px;
}

.feedback-form small {
    font-size: 110%;
}

.feedback-form h6 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #00205b;
    padding: 15px 15px 0px 15px;
}

.feedback-form .btn.btn-primary {
    width: 100px;
}

.feedback-form .form-group textarea {
    margin-top: 10px;
    border-color: #00a0df;
}

.feedback-form .container-fluid {
    margin-top: 0px !important;
}

.fa-star {
    font-size: 30px;
    color: #ff9900 !important;
    margin: 0px 5px;
}

.fa-star-o {
    font-size: 30px;
    color: #ff9900 !important;
    margin: 0px 5px;
}

.starrr {
    padding: 0 0 20px 0;
}

.confirm-btns {
    padding-top: 20px;
}

.confirm-radio-btns {
    padding-top: 20px;
    padding-left: 20px;
    text-align: left;
}

    .confirm-radio-btns .flex-horizontal-align {
        display: flex;
        align-items: center;
    }

        .confirm-radio-btns .flex-horizontal-align small {
            padding-left: 5px;
        }

.starrr {
    display: inline-block;
}

.rating {
    display: block;
}

    .rating a {
        vertical-align: middle;
    }

        .rating a.grade {
            margin: 0px 20px;
            font-family: 'ralewaymedium';
        }

.light-grey {
    color: #807d7d;
}

.confirm-btns, .confirm-radio-btns .yes-button {
    background: url(../images/circle-yes.png) no-repeat right;
    height: 50px;
    width: 50px;
    display: inline-block;
    background-size: cover;
}

    .confirm-btns .no-button {
        background: url(../images/circle-no.png) no-repeat right;
        height: 50px;
        width: 50px;
        display: inline-block;
        background-size: cover;
    }

    .confirm-btns, .confirm-radio-btns .yes-button.active {
        background: url(../images/circle-yes-blue.png) no-repeat right;
        height: 50px;
        width: 50px;
        display: inline-block;
        background-size: cover;
    }

        .confirm-btns .no-button.active {
            background: url(../images/circle-no-red.png) no-repeat right;
            height: 50px;
            width: 50px;
            display: inline-block;
            background-size: cover;
        }

.feedback-footer {
    padding: 20px 0px;
    color: #a39f9f;
    font-size: 14px;
    text-align: center;
}

.bodybackground {
    display: none;
}

.modal-backdrop.bodybackground {
    background-color: #00205b;
    opacity: 0.7 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}
/* Feedback form - END */

/* Big 50px checkboxes - START */
.inline-custom-checkbox-50 [type="radio"]:checked,
.inline-custom-checkbox-50 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .inline-custom-checkbox-50 [type="radio"]:checked + label,
    .inline-custom-checkbox-50 [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 55px;
        cursor: pointer;
        line-height: 50px;
        display: inline-block;
        color: #666;
        font-size: 110%;
    }

    .inline-custom-checkbox-50 [type="radio"]:checked + label:before,
    .inline-custom-checkbox-50 [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 50px;
        border: 1px solid #ced4da;
        border-radius: 100%;
        background: #fff;
    }

    .inline-custom-checkbox-50 [type="radio"]:checked + label:after,
    .inline-custom-checkbox-50 [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 36px;
        height: 36px;
        background: #00a3de;
        position: absolute;
        top: 7px;
        left: 7px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
        
    .inline-custom-checkbox-50 [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    .inline-custom-checkbox-50 [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
/* Big 50px checkboxes - END */

@media (max-width: 545px) {
    .feedback-form small,
    .inline-custom-checkbox-50 [type="radio"]:checked + label,
    .inline-custom-checkbox-50 [type="radio"]:not(:checked) + label {
        font-size: 80%;
    }
}

@media (max-width: 500px) {
    .confirm-radio-btns {        
        padding-left: 0px;        
    }

        .confirm-radio-btns .flex-horizontal-align small {
            width: 183px;
        }
}