/*

 Base VoxVote (responsive) CSS common objects and style sheet
(C) VoxVote - The Voice of Your Audience

*/
input[type=checkbox] {
    visibility: hidden;
}


.roundedOne {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

    .roundedOne label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        left: 4px;
        top: 4px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
        background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
        background: -o-linear-gradient(top, #222 0%, #45484d 100%);
        background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
        background: linear-gradient(top, #222 0%, #45484d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
    }

        .roundedOne label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: #00bf00;
            background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: linear-gradient(top, #00bf00 0%, #009400 100%);
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            top: 2px;
            left: 2px;
            -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        }

        .roundedOne label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .roundedOne input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
/* SQUARED ONE */
.squaredOne {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

    .squaredOne label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 4px;
        top: 4px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
        background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
        background: -o-linear-gradient(top, #222 0%, #45484d 100%);
        background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
        background: linear-gradient(top, #222 0%, #45484d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
    }

        .squaredOne label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: #00bf00;
            background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: linear-gradient(top, #00bf00 0%, #009400 100%);
            top: 2px;
            left: 2px;
            -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        }

        .squaredOne label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .squaredOne input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

.view {
    display: none;
}

#commonloader {
    background: url("/assets/images/loader.png") repeat scroll 0 0 transparent;
    height: 117px;
    left: 50%;
    margin-left: -75px;
    margin-top: -58px;
    position: absolute;
    top: 50%;
    width: 150px;
    z-index: 999;
}

img {
    max-width: 100%;
}

input {
    border: none;
    outline: none;
}





/*---------Loader--------------*/
#followingBallsG {
    position: relative;
    width: 128px;
    height: 10px;
    margin: 0 auto;
}

.followingBallsG {
    background-color: #0CF54A !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 10px !important;
    height: 10px !important;
    -moz-border-radius: 5px !important;
    -moz-animation-name: bounce_followingBallsG !important;
    -moz-animation-duration: 2.9s !important;
    -moz-animation-iteration-count: infinite !important;
    -moz-animation-direction: linear !important;
    -webkit-border-radius: 5px !important;
    -webkit-animation-name: bounce_followingBallsG !important;
    -webkit-animation-duration: 2.9s !important;
    -webkit-animation-iteration-count: infinite !important;
    -webkit-animation-direction: linear !important;
    -ms-border-radius: 5px !important;
    -ms-animation-name: bounce_followingBallsG !important;
    -ms-animation-duration: 2.9s !important;
    -ms-animation-iteration-count: infinite !important;
    -ms-animation-direction: linear !important;
    -o-border-radius: 5px !important;
    -o-animation-name: bounce_followingBallsG !important;
    -o-animation-duration: 2.9s !important;
    -o-animation-iteration-count: infinite !important;
    -o-animation-direction: linear !important;
    border-radius: 5px !important;
    animation-name: bounce_followingBallsG !important;
    animation-duration: 2.9s !important;
    animation-iteration-count: infinite !important;
    animation-direction: linear !important;
}

#followingBallsG_1 {
    -moz-animation-delay: 0s !important;
    -o-animation-delay: 0s !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}

#followingBallsG_1 {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}

#followingBallsG_1 {
    -ms-animation-delay: 0s !important;
    -moz-animation-delay: 0s !important;
    -o-animation-delay: 0s !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}

#followingBallsG_1 {
    -o-animation-delay: 0s !important;
    -moz-animation-delay: 0s !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}

#followingBallsG_1 {
    -moz-animation-delay: 0s !important;
    -o-animation-delay: 0s !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}

#followingBallsG_2 {
    -moz-animation-delay: 0.29s !important;
    -webkit-animation-delay: 0.29s !important;
    -ms-animation-delay: 0.29s !important;
    -o-animation-delay: 0.29s !important;
    animation-delay: 0.29s !important;
}

#followingBallsG_3 {
    -moz-animation-delay: 0.58s !important;
    -webkit-animation-delay: 0.58s !important;
    -ms-animation-delay: 0.58s !important;
    -o-animation-delay: 0.58s !important;
    animation-delay: 0.58s !important;
}

#followingBallsG_4 {
    -moz-animation-delay: 0.87s !important;
    -webkit-animation-delay: 0.87s !important;
    -ms-animation-delay: 0.87s !important;
    -o-animation-delay: 0.87s !important;
    animation-delay: 0.87s !important;
}

label.lblranked {
    padding-top: 5px;}



.rankedInput {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 24px;
    padding: 2px 2px;
    border-radius: 2px;
}

.inputOpenText {
    border: 1px solid #ddd;
    padding: 4px;
    background: white;
    font-size: 150%;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
  
}


.inputAllowOtherText {
    border: 1px solid #ddd;
    margin-left: 10px;
    padding: 4px;
    width: 120px;
    border-radius: 5px;
}

.btn {
    color: white;
    cursor: pointer;
    padding: 5px;
    width: 60px;
    border: 1px solid #ccc;
    background-color: grey;
}


.roundinput {
    border-radius: 17px;
}

.leftmessagetext {
    background-color: #E8E9EA;
    color: black;
    padding: 5px;
}

.messagesrow .col-md-10:nth-child(even) {
    margin-left: 20%;
}

.messagesrow .col-md-10:nth-child(odd) .leftmessagetext {
    background-color: lightgreen !important;
}

.labelmsg {
    float: left;
    margin-top: 7px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 0;
    font-size: 18px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-group {
    margin-bottom: 15px;
}

pre {
    padding: 0;
    border: 0;
    background: none;
    font-size: 18px;
    border-radius: 0;
    
    white-space: pre-wrap;
    margin-top: 8px;
}



@-moz-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #0CF54A;
    }

    50% {
        left: 118px;
        background-color: #FFFFFF;
    }

    100% {
        left: 0px;
        background-color: #0CF54A;
    }
}

@-webkit-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #0CF54A;
    }

    50% {
        left: 118px;
        background-color: #FFFFFF;
    }

    100% {
        left: 0px;
        background-color: #0CF54A;
    }
}

@-ms-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #0CF54A;
    }

    50% {
        left: 118px;
        background-color: #FFFFFF;
    }

    100% {
        left: 0px;
        background-color: #0CF54A;
    }
}

@-o-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #0CF54A;
    }

    50% {
        left: 118px;
        background-color: #FFFFFF;
    }

    100% {
        left: 0px;
        background-color: #0CF54A;
    }
}

@keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: #0CF54A;
    }

    50% {
        left: 118px;
        background-color: #FFFFFF;
    }

    100% {
        left: 0px;
        background-color: #0CF54A;
    }
}


/* iOS iphone safari fix */
input[type="button"], input[type="submit"], img {
    -webkit-appearance: none;
    -webkit-border-radius: 5;
}



/* Make the image fit the box width: 100%; removed*/
#clientImageURL img {
    max-height: 300px;
    margin-top: 15px;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.languageSwitch a {
    cursor: pointer;
}

.instruction {
    font-style:italic;
    font-size:smaller;
}



.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -56px;
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .wave-footer, .page-wrap:after {
        height: 142px;
    }

/* https://css-tricks.com/snippets/css/sticky-footer/ */

#progressBar {
    width: 90%;
    flex-shrink: 0;
    margin: 10px auto;
    height: 5px;
    background-color: #0A5F44;
}

    #progressBar div {
        height: 100%;
        text-align: right;
        line-height: 5px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #b3bead;
        box-sizing: border-box;
    }
