﻿.feedbackform {
    max-width: none !important;
    width: 701px !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

    .feedbackform h3 {
        background-image: linear-gradient(to left,#f9d6c7,#caeada);
        opacity: .8;
        padding: 29px 30px;
        margin: 0;
        font-family: Arial;
        font-size: 30px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.13;
        letter-spacing: normal;
        color: #000;
        display: table;
        /*width: 100%*/
    }

    .feedbackform .Oval {
        width: 39px;
        height: 39px;
        display: table-cell;
        vertical-align: middle
    }

        .feedbackform .Oval button {
            background-color: #de1515;
            display: block;
            text-align: center;
            width: 100%;
            border: 0;
            height: 39px;
            border-radius: 50%;
            cursor: pointer;
        }

            .feedbackform .Oval button img {
                margin-top: 0
            }

.feedbody {
    padding: 15px 30px 10px;
    text-align: left;
}

    .feedbody label {
        font-family: Arial;
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        /*margin-bottom: 14px !important;*/
        display: block;
    }

    .feedbody .heat-rating {
        display: inline-block;
        width: 100%
    }

    .feedbody .ratings, .feedbody .ratings1 {
        font-size: 14px;
        line-height: 20px;
        margin-left: 10px;
        display: inline-block
    }

.form-group {
    margin-bottom: 34px
}

.feedbackform-group {
    margin-bottom: 24px
}

.input-effect {
    width: 95%;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,.12);
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
    background: transparent;
    position: relative;
    z-index: 1;
    outline: none !important;
}

.form-control:focus {
    border-color: #e42125;
    box-shadow: 0 1px 0 0 #e42125 !important
}

.text-right {
    text-align: right;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
}

.feedbackSubmit {
    width: 145px;
    text-align: center;
}

.customize-btn {
    background: #e42125;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 20px;
}

    .customize-btn:hover, .customize-btn:focus, .customize-btn:active, .customize-btn.active {
        background: #e42125;
        color: #fff;
    }

.modal-container {
    background-color: rgba(0, 0, 0,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4D000000', endColorstr='#4D000000'); /* IE */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background-image: url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

    .modal-container h3 {
        padding: 25px 0px 15px;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.13;
        letter-spacing: normal;
        color: #000;
        display: table;
        text-align: left;
        width: 92%;
        margin: 0 auto;
        border-bottom: 1px solid #d1d1d1;
    }

    .modal-container .Oval {
        width: 24px;
        height: 24px;
        vertical-align: middle;
        display: inline-block;
        position: absolute;
        right: 24px;
        top: 14px;
    }

        .modal-container .Oval button {
            background-color: #C3C2C2;
            display: block;
            text-align: center;
            width: 100%;
            border: 0;
            height: 24px;
            border-radius: 50%;
            cursor: pointer;
        }

            .modal-container .Oval button img {
                margin-top: 0;
                width: 10px;
            }

.alert-box {
    position: relative;
    width: 700px;
    margin-top: 1%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px 30px;
    border-radius: 24px;
    /*word-wrap: break-word;*/
}

.modal-container > .alert-box {
    position: fixed;
}

.alert-box h1 {
    margin: 0;
    font: bold 1.3em verdana,arial;
    background-color: #E31E28;
    color: #FFF;
    border-bottom: 1px solid #000;
    padding: 9px 0 5px 5px;
}

.alert-box p {
    font: 13px verdana,arial;
    height: 50px;
    padding-left: 5px;
    margin-left: 30px;
    margin-right: 30px;
    width: auto !important;
    text-align: left;
}

.alert-box .close-btn {
    display: block;
    position: relative;
    margin: 5px auto;
    padding: 7px;
    border: 0 none;
    width: 70px;
    font: 1em verdana,arial;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #E31E28;
    border-radius: 3px;
    text-decoration: none;
}

.field-validation-valid {
    display: none;
}

.field-validation-error {
    /*float: left;*/
    display: block;
    clear: both;
    line-height: normal;
    color: #f44336;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2px;
}


.rating-list .excellent-text {
    /*text-align: right;
    display: block;*/
    float: right;
}

.rating-list span {
    color: #000;
}

.rating-list ul {
    margin: 15px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.rating-list li {
    display: flex;
    text-align: center;
    opacity: 0.5;
    flex-direction: column;
}

    .rating-list li:last-child {
        margin-right: 0;
    }

    .rating-list li.active {
        opacity: 1;
    }

    .rating-list li img {
        height: 24px;
        width: 24px;
        margin: 0 auto;
    }

    .rating-list li span {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-top: 15px;
    }

.textbox.form-group {
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 768px) {
    .alert-box {
        width: 98%;
        margin: 0 auto;
        border-radius: 12px;
    }

    .feedbody {
        padding: 15px 15px 25px;
        height: 500px;
        overflow-y: scroll;
    }

    .text-right {
        text-align: right;
    }

    #customerFeedbackPopup #btnSubmit {
        width: 40%;
    }
}

@media only screen and (max-width: 450px) {
    .modal-container h3 {
        font-size: 16px !important;
        padding-right: 30px !important;
    }

    .rating-list span.excellent-text, .rating-list span.left-float {
        display: none;
    }

    .rating-list ul {
        display: block;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .rating-list li {
        display: inline-block;
        flex-direction: column;
        width: 50px;
        margin-top: 8px;
    }

    .text-right {
        text-align: center;
    }

    #customerFeedbackPopup #btnSubmit {
        width: 60%;
    }
}
