﻿.modal-open {
    overflow: inherit !important;
    padding-right: 0px !important;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -2%);
        -ms-transform: translate(0, -2%);
        -o-transform: translate(0, -2%);
        transform: translate(0, -2%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in {
        opacity: 1;
    }

        .modal.in .modal-dialog {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
        }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    max-width: 685px;
}

.modal-content {
    position: relative;
    /*background-color: #ffffff;*/
    background-color: #CDDDE7;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    -webkit-box-shadow: 0 3px 9px #000000;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px #000000;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-beige {
    background-color: #f1efea;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        /*filter: alpha(opacity=0);*/
    }

    .modal-backdrop.in {
        opacity: 0.5;
        /*filter: alpha(opacity=50);*/
    }

.modal-header {
    padding: 15px;
    border-bottom: 0 solid #e5e5e5;
    display: initial;
}

    .modal-header .close {
        margin-top: -2px;
        cursor: pointer;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    justify-content: flex-start;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

    .modal-footer .info-span span {
        font-size: 14px;
        position: absolute;
        left: 20px;
        margin-top: 10px;
        text-align: left;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (max-width: 767px) {
    .modal-footer .info-span {
        margin-bottom: 35px;
    }
}

@media (max-width: 472px) {
    .modal-footer .info-span {
        margin-bottom: 55px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 760px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px #000000;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px #000000;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        min-width: 700px;
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }

    .modal-dialog {
        width: 850px;
        margin: 30px auto;
    }
}

.modal-body h2, .modal-body h3 {
    font-style: italic;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-body .score_img {
    display: inline-flex;
    padding-bottom: 20px;
    padding-top: 15px;
}

@media(max-width: 725px) {
    .modal-body .score_img {
        display: inline-table;
    }
}

.modal-body .score_img img {
    width: 60px;
    height: 40px;
    margin: 5px;
}

@media(max-width: 725px) {
    .modal-body .score_img img {
        margin: 0 !important;
    }
}

.modal-body .score_img .rotate {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.modal-body .score_img label {
    display: inline-table;
    width: 50px;
    height: 50px;
    background-color: aliceblue;
    text-decoration: none;
    font-size: 16px;
    color: #003b6e;
    padding: 17px;
    margin: 2px;
    text-align: center;
}

    .modal-body .score_img label:hover {
        background-color: #81b7de;
        cursor: pointer;
    }

.modal-body .score_img input:checked + label {
    background-color: #003b6e !important;
    color: white !important;
}

.modal-body .score_img .img_1 {
    border-radius: 15px 0 0 15px;
}

.modal-body .score_img .img_10 {
    border-radius: 0 15px 15px 0;
}

.modal-body .free-input {
    -webkit-appearance: textfield;
    box-sizing: content-box;
    background: #f7f7f7;
    background-position: 25px 23px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border-radius: 20px;
    height: 60px;
    border: solid;
    border-color: #003b6e;
    color: black;
    font-size: 14px;
    display: block;
    width: 85%;
    padding-right: 10px;
    padding-left: 15px;
}

/* The container */
.container_label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: unset !important;
}

    /* Hide the browser's default radio button */
    .container_label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    /*background-color: #cccccc;*/
    border-radius: 25%;
    border: 1px solid #003b6e;
}

/* On mouse-over, add a grey background color */
.container_label:hover input ~ .checkmark {
    background-color: #808080;
}

/* When the radio button is checked, add a blue background */
.container_label input:checked ~ .checkmark {
    /*background-color: #003b6e;*/
    background-color: #CDDDE7;
    
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container_label:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_label .checkmark:after {
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #003b6e;
}

.q3 {
    display: none;
}

#toast-container > div:hover {
    opacity: 0.9;
}

#toast-container > .toast-info {
    background-color: #003b6e !important;
    background-image: none !important;
    content: "";
}

.toast-bottom-right {
    right: 45px !important;
}

.close-feedback {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #003b6e;
    opacity: 0.9;
    /*filter: alpha(opacity=20);*/
    background: #003b6e;
    padding-left: 3px;
    padding-right: 3px;
    border: 2px solid #003b6e;
}

.mobile-menu .close-feedback {
    position: absolute;
    top: 18px;
    right: 24px
}

.modal-body.modal-body-reportform .title-modal {
    font-size: 2em;
    display: block;
    font-weight: bold;
    color: #003b6e;
}
@media(max-width: 725px) {
    .modal{
        top:25%;
    }
    .modal-body.modal-body-reportform .title-modal {
        font-size: 1.5em;
        display: block;
        font-weight: bold;
        color: #003b6e;
    }
}