    html
    {
      background: gray !important;
    }
    .loaderRapper
    {
     background-color: transparent !important;
    }
    body
    {
     background-image: url(../../images/quizBg.jpg);
     background-repeat: repeat; 
     z-index: -1;
     min-height: 100vh;
     position:relative;
    }
    .whiteColor
    {
     color: #fff;
    }
    p 
    {
     color: #fff;
    }
    #que P 
    {
     color:#000;
    }
    .cardPara 
    {
     color: #000;
    }
    .block {
      position: relative;
      margin-top: 20px;
      border: 2px solid #1abc9c;
      border-radius: 5px;
      border-top: none;
      padding: 20px;
    }
    .block:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      background: #1abc9c;
      left: 0;
      width: 5%;
      height: 2px;
    }
    .block:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      background: #1abc9c;
      right: 0;
      height: 2px;
      width: 70%;
    }
    .block_icon {
      position: absolute;
      top: -9px;
      left: 5%;
      width: 25%;
      text-align: center;
    }
    .block_title {
      font-size: 18px;
      font-weight: bold;
    }



/*Online user avator images css*/
.cardHolder {
  display: flex;
  flex-flow: row wrap;
}

.userCard {
  flex: 1;
  border-radius: 50%;
  max-width: 58px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all .25s ease;
  animation: populate .5s ease-out normal backwards;
}
.userCard:hover {
  transform: scale(1.3);
  z-index: 1;
}
.imgContain
{
  margin-right:4px; 
  margin-bottom:4px;
}

.userImgWhite
{
  border-radius: 50%; border: 3px solid white;
}
.userImgRed
{
  border-radius: 50%; border: 3px solid red;
}
.userImgGreen
{
  border-radius: 50%; border: 3px solid green;
}
.userImgOrange
{
  border-radius: 50%; border: 3px solid orange;
}

/* quiz template css */
/* CSS used here will be applied after bootstrap.css */
#qid {
  padding: 10px 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 20px;
}
label.btn {
    padding: 18px 60px;
    white-space: normal;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s
}

label.btn-block {
    text-align: left;
    position: relative
}

label .btn-label {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 5px;
    background: rgba(0,0,0,.15);
    height: 100%
}

label .glyphicon {
    top: 34%
}

@keyframes animationFrames {
    0% {
        opacity: 0;
        transform: translate(-1500px,0px)
    }

    60% {
        opacity: 1;
        transform: translate(30px,0px)
    }

    80% {
        transform: translate(-10px,0px)
    }

    100% {
        opacity: 1;
        transform: translate(0px,0px)
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: translate(-1500px,0px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(30px,0px)
    }

    80% {
        -webkit-transform: translate(-10px,0px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px,0px)
    }
}

@-ms-keyframes animationFrames {
    0% {
        opacity: 0;
        -ms-transform: translate(-1500px,0px)
    }

    60% {
        opacity: 1;
        -ms-transform: translate(30px,0px)
    }
    80% {
        -ms-transform: translate(-10px,0px)
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0px,0px)
    }
}

.modal-header {
    background-color: transparent;
    color: inherit
}
.modal-body {
    min-height: 205px
}
#loadbar {
    position: absolute;
    width: 62px;
    height: 77px;
    top: 2em
}
.blockG {
    position: absolute;
    background-color: #FFF;
    width: 10px;
    height: 24px;
    -moz-border-radius: 8px 8px 0 0;
    -moz-transform: scale(0.4);
    -moz-animation-name: fadeG;
    -moz-animation-duration: .8800000000000001s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 8px 8px 0 0;
    -webkit-transform: scale(0.4);
    -webkit-animation-name: fadeG;
    -webkit-animation-duration: .8800000000000001s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 8px 8px 0 0;
    -ms-transform: scale(0.4);
    -ms-animation-name: fadeG;
    -ms-animation-duration: .8800000000000001s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 8px 8px 0 0;
    -o-transform: scale(0.4);
    -o-animation-name: fadeG;
    -o-animation-duration: .8800000000000001s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 8px 8px 0 0;
    transform: scale(0.4);
    animation-name: fadeG;
    animation-duration: .8800000000000001s;
    animation-iteration-count: infinite;
    animation-direction: linear
}
#rotateG_01 {
    left: 0;
    top: 28px;
    -moz-animation-delay: .33s;
    -moz-transform: rotate(-90deg);
    -webkit-animation-delay: .33s;
    -webkit-transform: rotate(-90deg);
    -ms-animation-delay: .33s;
    -ms-transform: rotate(-90deg);
    -o-animation-delay: .33s;
    -o-transform: rotate(-90deg);
    animation-delay: .33s;
    transform: rotate(-90deg)
}
#rotateG_02 {
    left: 8px;
    top: 10px;
    -moz-animation-delay: .44000000000000006s;
    -moz-transform: rotate(-45deg);
    -webkit-animation-delay: .44000000000000006s;
    -webkit-transform: rotate(-45deg);
    -ms-animation-delay: .44000000000000006s;
    -ms-transform: rotate(-45deg);
    -o-animation-delay: .44000000000000006s;
    -o-transform: rotate(-45deg);
    animation-delay: .44000000000000006s;
    transform: rotate(-45deg)
}
#rotateG_03 {
    left: 26px;
    top: 3px;
    -moz-animation-delay: .55s;
    -moz-transform: rotate(0deg);
    -webkit-animation-delay: .55s;
    -webkit-transform: rotate(0deg);
    -ms-animation-delay: .55s;
    -ms-transform: rotate(0deg);
    -o-animation-delay: .55s;
    -o-transform: rotate(0deg);
    animation-delay: .55s;
    transform: rotate(0deg)
}
#rotateG_04 {
    right: 8px;
    top: 10px;
    -moz-animation-delay: .66s;
    -moz-transform: rotate(45deg);
    -webkit-animation-delay: .66s;
    -webkit-transform: rotate(45deg);
    -ms-animation-delay: .66s;
    -ms-transform: rotate(45deg);
    -o-animation-delay: .66s;
    -o-transform: rotate(45deg);
    animation-delay: .66s;
    transform: rotate(45deg)
}
#rotateG_05 {
    right: 0;
    top: 28px;
    -moz-animation-delay: .7700000000000001s;
    -moz-transform: rotate(90deg);
    -webkit-animation-delay: .7700000000000001s;
    -webkit-transform: rotate(90deg);
    -ms-animation-delay: .7700000000000001s;
    -ms-transform: rotate(90deg);
    -o-animation-delay: .7700000000000001s;
    -o-transform: rotate(90deg);
    animation-delay: .7700000000000001s;
    transform: rotate(90deg)
}
#rotateG_06 {
    right: 8px;
    bottom: 7px;
    -moz-animation-delay: .8800000000000001s;
    -moz-transform: rotate(135deg);
    -webkit-animation-delay: .8800000000000001s;
    -webkit-transform: rotate(135deg);
    -ms-animation-delay: .8800000000000001s;
    -ms-transform: rotate(135deg);
    -o-animation-delay: .8800000000000001s;
    -o-transform: rotate(135deg);
    animation-delay: .8800000000000001s;
    transform: rotate(135deg)
}
#rotateG_07 {
    bottom: 0;
    left: 26px;
    -moz-animation-delay: .99s;
    -moz-transform: rotate(180deg);
    -webkit-animation-delay: .99s;
    -webkit-transform: rotate(180deg);
    -ms-animation-delay: .99s;
    -ms-transform: rotate(180deg);
    -o-animation-delay: .99s;
    -o-transform: rotate(180deg);
    animation-delay: .99s;
    transform: rotate(180deg)
}
#rotateG_08 {
    left: 8px;
    bottom: 7px;
    -moz-animation-delay: 1.1s;
    -moz-transform: rotate(-135deg);
    -webkit-animation-delay: 1.1s;
    -webkit-transform: rotate(-135deg);
    -ms-animation-delay: 1.1s;
    -ms-transform: rotate(-135deg);
    -o-animation-delay: 1.1s;
    -o-transform: rotate(-135deg);
    animation-delay: 1.1s;
    transform: rotate(-135deg)
}
@-moz-keyframes fadeG {
    0% {
        background-color: #000
    }

    100% {
        background-color: #FFF
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: #000
    }

    100% {
        background-color: #FFF
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: #000
    }

    100% {
        background-color: #FFF
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: #000
    }
    100% {
        background-color: #FFF
    }
}

@keyframes fadeG {
    0% {
        background-color: #000
    }

    100% {
        background-color: #FFF
    }
}


    /*question grid css*/
    .pagination {
      padding-left: 20px;
    }
    .pagination>li>a,  .pagination>li>span {
      border-radius: 0 20px 0 0 !important;
      margin: 0 5px;
    }

    .numberCircle {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        padding: 8px;
        background: #fff;
        border: 2px solid #666;
        color: #666;
        font: 36px Arial, sans-serif;
    }

    .numberCircle:hover {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        padding: 8px;
        background: #666;
        border: 2px solid #666;
        color: #fff;
        font: 36px Arial, sans-serif;
        transform: scale(1.3) perspective(1px);
    }

    .centerAlign
    {
      text-align: center; 
    }
 

    /*CSS for horizontal scroll*/
    .menu {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    }
    .menu input[type="checkbox"] {
    display: none;
    }
    .menu input[type="checkbox"]:checked ~ * {
    display: block;
    }
    .menu__wrapper {
    overflow: hidden;
    position: relative;
    top: -1em;
    z-index: 2;
    }
    .menu__wrapper:before, .menu__wrapper:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 100%;
    top: 0;
    z-index: 3;
    }
    .menu__wrapper:before {
    left: 0;
    }
    .menu__wrapper:after {
    right: 0;
    }
    .menu__wrapper[data-submenu-name] {
    display: none;
    z-index: 1;
    margin-top: -1em;
    }
    .menu__wrapper[data-submenu-name]:before {
    left: 0;
    }
    .menu__wrapper[data-submenu-name]:after {
    right: 0;
    }
    .menu__wrapper--active {
    display: block;
    }
    .menu__menu, .menu__submenu {
    margin: 0;
    list-style: none;
    overflow-x: scroll;
    position: relative;
    top: 1em;
    padding: 0 0 1em 0;
    }
    .menu li {
    display: inline-block;
    margin: 1em 0 1em 1em;
    }
    .menu li:last-child {
    margin-right: 1em;
    }
    .menu li[data-submenu] .menu__item:after {
    content: '';
    margin-left: 5px;
    top: -0.1em;
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.375em solid #fff;
    border-right: 0.375em solid transparent;
    border-left: 0.375em solid transparent;
    }
    .menu__item {
    padding: 0.625em 1.25em;
    background: #009688;
    display: inline-block;
    border-radius: 100em;
    color: #fff;
    cursor: pointer;
    position: relative;
    }
    .menu__item:hover {
    text-decoration: none;
    }
    .menu__item--active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    top: 100%;
    right: 50%;
    margin-right: -1em;
    border-bottom: 1em solid #4f6875;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
    }

    /* CSS for bar chart model */

    .bar-chart {
        position: relative;
        width: 100%;
        margin-top: 15px;
    }

    .bar-chart > .legend {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        margin-bottom: -45px;
        border-top: 1px solid #000;
    }

    .bar-chart > .legend > .item {
        position: relative;
        display: inline-block;
        float: left;
        width: 25%;
    }

    .bar-chart > .legend > .item:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 1px;
        height: 8px;
        background-color: #000;
        margin-top: -8px;
    }

    .bar-chart > .legend > .item.text-right:before {
        right: 0;
        left: auto;
    }

    .bar-chart > .legend > .item h4 {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .bar-chart > .chart {
        position: relative;
        width: 100%;
    }

    .bar-chart > .chart > .item {
        position: relative;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
        color: #fff;
        text-transform: uppercase;
    }

    .bar-chart > .chart > .item > .bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ff4081;
        z-index: 5;
    }

    .bar-chart > .chart > .item > .bar > .percent {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        line-height: 40px;
        padding-right: 12px;
        z-index: 15;
    }

    .bar-chart > .chart > .item > .bar > .item-progress {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #3e50b4;
        z-index: 10;
    }

    .bar-chart > .chart > .item > .bar > .item-progress > .title {
        display: block;
        position: absolute;
        height: 40px;
        line-height: 40px;
        padding-left: 12px;
        letter-spacing: 2px;
        z-index: 15;
    }

    /*CSS for radio Button & checkBox */
    input[type="radio"],
    input[type="checkbox"] {
    display: none;
    }

    input[type="radio"] + label,
    input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-left: 0.5em;
    margin-right: 2em;
    cursor: pointer;
    line-height: 1em;
    transition: all .3s ease-in-out;
    }

    input[type="radio"] + label:before,
    input[type="radio"] + label:after,
    input[type="checkbox"] + label:before,
    input[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    top: 10;
    left: 0;
    width: 36px !important;
    height: 36px !important;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    transition: all .3s ease;
    }
    input[type="radio"] + label:before {
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
    }
    input[type="radio"] + label:hover:before {
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
    }
    input[type="radio"]:checked + label:before {
    transition: all .3s ease;
    background-color: green;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em green;
    }
    input[type="checkbox"] + label:before {
    border-radius: 4px;
    /*width: 43px;
    height: 43px;*/
    background-color: white;
    color: white;
    }
    input[type="checkbox"] + label:hover:before {
    color: #f0f0f0;
    }
    input[type="checkbox"]:checked + label:before {
    background-color: green;
    color: green;
    padding: 10px;
    }

    #featured-5
    {
    padding-top: 18px; 
    margin-left: 5px;
    }
    
    /*css for hide the worng options*/
    .showAnswer
    {
      filter: blur(20px);
    }

    /* table for online users list */
    .table-fixed thead {
     width: 97%;
    }
    .table-fixed tbody {
     height: auto;
     overflow-y: auto;
     width: 100%;
    }
    .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
     display: block;
    }
    .table-fixed tbody td, .table-fixed thead > tr> th {
     float: left;
     border-bottom-width: 0;
    }
    td 
    {
     text-align: left;
    }
    .trim-text {
     display: inline-block;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
    }
    .stuName {
      width: 180px;
    }

    /*not any one select text in this page*/
    /*h3, lable, h1, h2, h3, h4, h5, h6, h7*/
    .queText
    {
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     -o-user-select: none;
     user-select: none;
    }

    .containerHeight
    {
    height: 100vh;
    }

    .vh_margin_top
    {
    margin-top: 25vh;
    }

    .menuPadding
    {
    padding-right:40px; 
    padding-left:40px;
    }

    .questionMargin
    {
    margin-left: 70px; 
    margin-top: -20px;
    }

    .tokenLetter
    {
    width:100px; 
    height:200px; 
    font-size:100px;
    }

    .indexBtn
    {
    border-radius: 50%;
    }

    .col-sm-offset-3
    {
      margin-left: 30% !important;
    }

    .timerTextAlign
    {
      margin-top: 4px;
    }
    .control_panel
    {
     min-width:280px;
    }
    .online_users
    {
     min-width:350px;
    }