﻿.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(/Content_Admin/img/loading-bubble.gif) 50% 50% no-repeat rgb(249,249,249);
    opacity: .5;
}


#FeedBackPopUp input, #FeedBackPopUp select, #FeedBackPopUp textarea {
    max-width: 400px !important;
}

.circle {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    border: 1px solid black;
    text-align: center;
    padding: 5px;
}

.green-bg-heading {
    background: #86bc42 !important;
    color: #fff !important;
}

.activeCircle {
    background-color: #86bc42;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .activeCircle span {
        color: #ffffff;
    }

.textChoice {
    display: inline-block;
    min-width: 100px;
    margin: 5px 2px;
    border: 1px solid #808080;
    text-align: center;
    border-radius: 20px;
    padding: 7px;
}

.activeTextChoice { 
    background: #86bc42;
    color:white;
}

div.stars {
    margin-left: -10px;
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 10px;
    font-size: 30px;
    color: #444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
}

input.star-1:checked ~ label.star:before {
    color: #F62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

    label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

.jq-orderable-unit:hover .questionCol {
    width: 80% !important;
}

h1 {
    margin: 60px 0 0 60px;
}

.counterW {
    margin: 0 0 0 60px;
}

.ratingW {
    position: relative;
    margin: 10px 0 0;
}

    .ratingW li {
        display: inline-block;
        margin: 0px;
    }

        .ratingW li a {
            display: block;
            position: relative; /*margin:0 3px;  width:28px; height:27px;color:#ccc; background:url('../img/ico/icoStarOff.png') no-repeat; background-size:100%;*/
        }
/*.ratingW li.on a {background:url('../img/ico/icoStarOn.png') no-repeat; background-size:100%;}*/

#star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
     border-bottom: .7em solid #ddd;
    border-left: .3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 24px;
}

    #star:before, #star:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: .6em;
        left: -1em;
         border-right: 1em solid transparent;
          border-bottom: .7em solid #ddd;
        border-left: 1em solid transparent;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
    }

    #star:after {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }


.ratingW li.on #star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #FC0;
    border-left: .3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 24px;
}

    .ratingW li.on #star:before, .ratingW li.on #star:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: .6em;
        left: -1em;
        border-right: 1em solid transparent;
        border-bottom: .7em solid #FC0;
        border-left: 1em solid transparent;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
    }

    .ratingW li.on #star:after {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }

.ratingInText {
    background-color: #86bc42;
    border-radius: 40px;
    color: white;
}