.quiz-attempt {
    font-size: 16px;
    
    float:right;
    margin-top: 10px;
    color:#ccc;
}
.quiz-state {
    
}
#quiz-area {
    
    background-color: #f9f9f9;
}
#quiz-head {
    padding:30px;
    background-color: #E6E9E9;
    color:#95a5a6;
}
#quiz-area h1 {
    margin:0;
    line-height: 1.3em;
}
.question-box {
   margin: 0;
   margin-bottom: 0 !important;
   display: none;
   
}
#quiz-area > ol {
    padding-left: 50px;
    background-color: #eee;
    color:#aaa;
    counter-reset: my-counter;
}
.question-box  {
    list-style: none;
    background-color: #f9f9f9;
    counter-incrementt: my-counter;
}
.question-box span.num  {
    margin-left:-28px;
    margin-top: 38px;
    float:left;
}
.question-box h1 {
    border-bottom: 1px solid #eee;
    color:#000;
    padding:30px;
}
.answers-list {
    margin:0;
    list-style: none;
    counter-reset: my-awesome-counter;
}
.answer-box {
    margin-bottom:0 !important;
    color:#000;
    background-color:#fcfcfc;
    border-bottom: 1px solid #eee;
    padding:30px;
    font-size: 20px !important;
    counter-increment: my-awesome-counter;
}
.answer-box:before {
  content: counter(my-awesome-counter);
  background-color: #1abc9c;
  color:#f9f9f9;
  width:50px;
  height:50px;
  border-radius: 100%;
  display: block;
  text-align: center;
  float: left;
  margin-right: 20px;
  margin-top:-12px;
  line-height: 50px;
}
.answer-box:hover, .answer-choice {
  
    background: rgba(26, 188, 156,0.5);
    color: white;
    cursor: pointer;
}
.answer-box:hover:before, .answer-choice:before{
  
    background-color: #1abc9c;
  color:#f9f9f9;
    
}
#quiz-status {
    background-color: #fff;
}
#answer-question{
    width:85%;
    float: left;
    padding:30px;
    font-size:30px
;}
#answer-counter{
    width:15%;
    float: left;
    padding:30px;
    font-size: 24px;
    text-align: center;
    color:#C5D2D3;
    background-color:#95a5a6;
    
}
#current_correct {
    color:#fff;
    font-size: 30px;
}
.answer-correct,.account-created-success td {
    background: #5fcf80 !important;
    border-bottom: 1px solid #4bc970;
    color:#fff !important;
}
.answer-incorrect,.account-created-error td  {
    background: #ed5a5a !important;
    border-color: #ea4343;
    color:#fff !important;
}
.answer-incorrect h1, .answer-correct h1 {
    color:#fff;
}
#quiz-summary{
    background-color: rgb(52, 152, 219);
    padding:40px;
    color:#fff;
}
.try-again {
    margin-top: 50px;
    
}
.try-again a {
    color: #fff !important;
    text-decoration: none;
}
.try-again a:hover, .try-again a:active, .try-again a:visited {
    color: #fff !important;
    text-decoration: underline;
}
.helper_content {
    text-align: center;
    display: none;
}
.input-helper {
    position: relative;
    float:right;
 
}
.input-helper .menu-item-description {
    top:10px;
    width: 110px;
    right:-120px;
}
.row-form{
    margin-bottom: 20px;
}
.row-form label {
    margin-bottom:10px;
    margin-left:10px;
    display: inline-block;
    color:#777;
}
.floatingHeader {
  position: fixed;
  top: 98px;
  visibility: hidden;
  background-color: #fff;
}
.ui-autocomplete .ui-menu-item a {
    padding:10px;
    color:#666;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    display:block;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item a:hover {
    background-color:rgb(26, 188, 156) !important;
    color:#fff;
}
#school_name_wrapper {
    position: relative;
    
}
#school_name_wrapper .ui-autocomplete {
    bottom:0;
    left:30px;
    position: absolute;

}
.ui-autocomplete .ui-menu-item:nth-child(odd) a {
     background-color: #f6f6f6;
}
div.hopscotch-bubble {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Oxygen', Arial, sans-serif;
    border: 5px solid #eee;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
border-right: 17px solid #eee;
border-bottom: 17px solid transparent;
border-top: 17px solid transparent;
}


div.hopscotch-bubble .hopscotch-bubble-number {
    background-image: none;
    background-color: rgb(26, 188, 156);
    -webkit-border-radius: 50%;
    -moz-border-radius:  50%;
    border-radius:  50%;
    padding:0;
}
div.hopscotch-bubble .hopscotch-nav-button.next {
    background: rgba(52, 152, 219,1.0);
    color: white;
    -webkit-border-radius: 0;
    -moz-border-radius:  0;
    border-radius: 0;
    text-decoration: none;
    border: 0;
    font-family: 'Oxygen', Arial, sans-serif;
    padding: 0;
    vertical-align: middle;
    line-height: 26px;
    width:75px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: none;
    text-shadow: none;
}
div.hopscotch-bubble .hopscotch-nav-button.next:hover {
    color: rgba(52, 152, 219,1);
    background:#fff;
    box-shadow: none;
    text-shadow: none;
}
div.hopscotch-bubble h3,.hopscotch-content,div.hopscotch-bubble .hopscotch-content {
    font-family: 'Oxygen', Arial, sans-serif;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 17px solid #eee !important;
   
}
div.hopscotch-bubble .hopscotch-bubble-close {
    right: 8px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 17px solid #eee;
    border-bottom: 17px solid transparent;
    border-top: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 17px solid #eee;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
}
.pager li {
    float:left;
    width:25px;height:25px;
    background-color: #ccc;
    text-align: center;
    margin:2px;
    line-height: 25px;
    font-size: 12px;
    cursor: pointer;
    list-style: none;
}
.top_score td{
    background-color:  gold !important;
    font-weight: bold;
}
.pager,.lesson-box,.lesson-box li,.avatar-select-list, .avatar-select-list li {
    margin:0;
    list-style: none;
}
.row h2 {
    margin-bottom: 0;
}
.hopscotch-content p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
}
#generateAudio {
    float:right;
}
.post-edit-link {
    margin-top:30px;
}
.ui-autocomplete li {
    margin:0;
    list-style: none;
}
th.headerSortUp { 
    background-image: url(../img/asc.gif); 
    background-color: #3399FF; 

} 
th.headerSortDown { 
    background-image: url(../img/desc.gif); 
    background-color: #3399FF; 

} 
.header {
    background-image: url(../img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.fa-volume-off {
    
    //display:none !important;
}
.tml-action-links li {
    list-style: none;
    margin-left: 0px;
}
#export-members-overview {
    position: absolute;
    right:15px;
    font-size: 14px;
    margin-top: 13px;
    color:#aaa;
}
#export-members-overview:hover {
    color:#333;
    cursor: pointer;
}