﻿.toast{
    background-color:white;
    z-index:9999;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: normal !important;
}
html[dir=rtl] .datepicker-dropdown {
    max-width: 300px;
}

html[dir=rtl] .datepicker {
    float: right
}

html[dir=rtl] .datepicker.dropdown-menu {
    right: auto
}

html[dir=rtl] .datepicker {
    direction: ltr !important;
}

html[dir=rtl] .summernote.dir-rtl + .note-editor .note-editing-area {
    direction: rtl !important;
}

html[dir=rtl] .summernote:not(.dir-rtl) + .note-editor .note-editing-area {
    direction: ltr !important;
}
/*For DotMatrix Print*/
@page {
    margin: 1.8in 0.75in 1.5in 0.25in;
}


@media(max-width:480px){
    tfoot {
        background-color: white !important;
    }
    tfoot th {
        display: none;
    }
}


.feedback {
    background: #fff;
    margin: 0 auto;
    padding: 25px;
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
}

.survey-hr {
    margin: 10px 0;
    border: none;
}

p {
    font-size: 16px;
}

.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 175px;
    height: 35px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}

    .star-rating i {
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20%;
        z-index: 1;
        background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
        background-size: contain;
    }

    .star-rating input {
        -moz-appearance: none;
        -webkit-appearance: none;
        opacity: 0;
        display: inline-block;
        width: 20%;
        height: 100%;
        margin: 0;
        padding: 0;
        z-index: 2;
        position: relative;
    }

        .star-rating input:hover + i,
        .star-rating input:checked + i {
            opacity: 1;
        }

    .star-rating i ~ i {
        width: 40%;
    }

        .star-rating i ~ i ~ i {
            width: 60%;
        }

            .star-rating i ~ i ~ i ~ i {
                width: 80%;
            }

                .star-rating i ~ i ~ i ~ i ~ i {
                    width: 100%;
                }

.choice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    display: block;
}

span.scale-rating {
    margin: 5px 0 15px;
    display: inline-block;
    width: 100%;
}

    span.scale-rating > label {
        position: relative;
        -webkit-appearance: none;
        outline: 0 !important;
        border: 1px solid grey;
        height: 33px;
        margin: 0 5px 0 0;
        width: calc(10% - 7px);
        float: left;
        cursor: pointer;
    }

    span.scale-rating label {
        position: relative;
        -webkit-appearance: none;
        outline: 0 !important;
        height: 33px;
        margin: 0 5px 0 0;
        width: calc(10% - 7px);
        float: left;
        cursor: pointer;
    }

    span.scale-rating input[type=radio] {
        position: absolute;
        -webkit-appearance: none;
        opacity: 0;
        outline: 0 !important;
        /*border-right: 1px solid grey;*/
        height: 33px;
        margin: 0 5px 0 0;
        width: 100%;
        float: left;
        cursor: pointer;
        z-index: 3;
    }

    span.scale-rating label:hover {
        background: #fddf8d;
    }

    span.scale-rating input[type=radio]:last-child {
        border-right: 0;
    }

    span.scale-rating label input[type=radio]:checked ~ label {
        -webkit-appearance: none;
        margin: 0;
        background: #fddf8d;
    }

    span.scale-rating label:before {
        content: attr(value);
        top: 7px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        vertical-align: middle;
        z-index: 2;
    }

.modal-header {
    background-color: #d6e1dd;
}

.close {
    font-size: 30px;
}

/* edit styles*/

.rating-star-block .star.outline {
    background: url("../../assets/img/star-empty-lg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 50% 50%;
}

.rating-star-block .star.filled {
    background: url("../../assets/img/star-fill-lg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 50% 50%;
}

.rating-star-block .star {
    color: rgba(0,0,0,0);
    display: inline-block;
    height: 54px;
    overflow: hidden;
    text-indent: -999em;
    width: 50px;
}

a {
    color: #005782;
    text-decoration: none;
}

/*.container-fixed {
            max-height: 800px;
            overflow-y: scroll;
        }*/

.feedback h5 {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}


::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.mt {
    margin-top: 75px !important;
}

.radio input[type=radio] {
    margin-right: 24px;
}




