body
{
  margin: 0;    
  padding: 0;
  background: #ede7f6;

  
}.FormHeader{
    background: url(../img/dashboard_bg.png) no-repeat;
    background-size: cover;
    height: 114px;
    }.row{
      margin: 0;
      padding: 0;
      }
      .FormHeader.sticky
      {
        position: fixed;
        top: 0;
        margin: 0 !important;
        left: 0;
        width: 100%;
        z-index: 2;
        transition: all 1s ease;
      }
      .tabsBody
      {
        margin-top: 94px;
      }
      .tabsBody .container
      {
        position: relative;
        z-index: 1;
      }
.dashboard_nav
{
    /*position: absolute;*/
    position: fixed;
    
    z-index: 9;
    top: 10px;
    list-style: none;
    padding: 10px;
    right: 10px;
    float: right;
    }

    .dashboard_nav a{
          color: white !important;
        }.dashboard_nav a:hover{
            color: #FFEB3B !important;
        }.dashboard_nav .dropdown-menu li a{
            color: #333 !important;
        }

.input_transparent{
  background-color: transparent;
  border: 0px;
  color: white;
  outline: none;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px;
  }.input_transparent::placeholder{
    color: white;
    font-size: 18px;
    font-weight: bold;
    }.top-icons{
      color: white;
      cursor: pointer;
      }.top-send{
        border-radius: 4px;
        border: 0;
        font-weight: bold;
        color: #009688;
        box-shadow: 0px 2px 5px 0px #607D8B;
        }
.top-right-icons{
  padding: 0;
  margin: 0;
}.top-right-icons li{
  list-style: none;    
  display: inline-table;
  height: 40px;
  width: 40px;
  text-align: center;    
  margin: 0 3px;
  }.top-right-icons li i{
    color: white;
    cursor: pointer;
    font-size: 22px !important;
    /*display: table-cell;*/
    vertical-align: middle;
    }.top-right-icons li i:active{
        background: #4e4e4e;
        border-radius: 50%;
        transition: background 0.3s ease;
      }

.nav-tabs.main_tabs > li {
    float:none;
    display:inline-grid;
}.nav-tabs.main_tabs {
    text-align:center;
}

@media (max-width: 767px){
  .rightbtns{
    position: absolute;
    left: 30px;
    top: 5px;
  }
  .text-mobile-center{
    text-align: center;
  }
  .FormHeader.sticky
  {
    padding-top: 60px;
  }
  .input_transparent{
    width: 340px;
  }
}
/*@media (min-width: 767px){
  .container{
    width: 770px;
    padding: 0;
  }
}*/

.main_tabs{
  background-color: white;
  font-weight: bold;
  }.main_tabs.nav-tabs-line>li.active>a, 
  .main_tabs.nav-tabs-line>li.active>a:focus, 
  .main_tabs.nav-tabs-line>li.active>a:hover{
      color: #000000 !important;
      background-color: transparent;
      border-bottom: 2px solid #000000 !important;
      border: 0;
    }.main_tabs.nav-tabs-line>li>a:active{
      background: #fafafa !important;
      border-radius: 0px;
    }.main_tabs.nav-tabs-line>li>a {
        padding: 16px !important;
        text-transform: uppercase;
        color: #808080;
    }

.firstSection .question-title
{
    font-size: 26px;
}
.firstSection .description
{
    box-sizing: content-box;
    overflow: hidden;
    padding: 15px 2% 10px;
    width: 96%;
    font-size: 14px;
    border: 0;
    margin: 0;
    resize: none;
    border-bottom: 1px solid #ccc;
    outline: none;
}
section .container .tab-content{
  background-color: white;

      box-shadow: 0px 0px 50px #8e8e8e;
          margin-bottom: 30px;
  } 
  .firstSection{
    width: 100%;
    padding: 30px;
    border-left: 3px solid transparent;
        transition: 1s all ease;
            min-height: 200px;
  }.firstSection.active{    
    border-right: 3px solid black;
    border-bottom: 1px solid #f5f1f1;
    box-shadow: 0px 0px 7px 0px black;
  }
  .firstSection textarea
  {
    margin: 10px 0 0 0 !important;
    /*padding: 10px 0 !important;*/
  }.firstSection lable,
  .firstSection p{
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 10px;
  }
input.form-title{  
  box-sizing: content-box; 
  overflow:hidden;
  /* demo only: */
  padding:10px;
  width: 97%;
  font-size:30px;
  margin: auto;
  display:block;
  border:0;
  padding: 0;
  margin: 0;
  outline: none;
  resize: none;
  color: #353535;
  border-bottom: 2px solid transparent;
  }input.form-title::placeholder{
    color: #353535;
    }input.form-title:hover,
  input.form-title:focus{
  border-bottom: 2px solid #ccc;
  }
    textarea.form-description
    {  
      box-sizing: content-box; 
      overflow-y:scroll;
      min-height: 100px;
      /* demo only: */
      padding: 0 10px;
      width: 97%;
      font-size:14px;
      margin: auto;
      display:block;
      border:0;
      outline: none;
      resize: none;
      border-bottom: 1px solid transparent;
    }textarea.form-description:hover,textarea.form-description:focus{
  border-bottom: 1px solid #ccc;
  }
.cke_chrome {
    width: 50px !important;
    position: fixed !important;
    /* top: 230px !important; */
    top: 114px !important;
    z-index: 999999 !important;
    left: -320px !important;
    right: 840px !important;
    margin: auto !important;
}
.cke_combo:after,
.cke_toolgroup a.cke_button:last-child:after, .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
    display: none;
}
.cke_combo_text
{
  padding-left: 0px !important;
  width: 30px !important;
}

body .cke_dialog_background_cover
{
  display: none !important;
}
.cke_toolbar_separator
{
  display: none !important;
}
.questionSections{
  width: 100%;
  padding: 30px;
  border-left: 3px solid transparent;
  border-top: 1px solid #ccc;
  position: relative;
      transition: 1s all ease;
  }.questionSections.active{    
    border-right: 3px solid black;
    box-shadow: 0px 0px 5px 2px #ccc;
    }

    div.question-title
    {  
      padding: 10px;
      padding-left: 5px;
      width: 100%;
      font-size: 18px;
      margin: auto;
      display: block;
      border-bottom: 2px solid #ccc;
      border-top: 0;
      border-right: 0;
      border-left: 0;
      outline: none;
      min-height: 60px; 
    }div.question-title::placeholder{
        color: #9E9E9E;
      }div.question-option{  
        width: 100%;
        font-size: 14px;
        margin: auto;
        display: block;
        border-bottom: 1px solid transparent;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        outline: none;
        padding: 10px 0;
          }div.question-option::placeholder{
              color: #9E9E9E;
            }.Optionstyles .inputetype{
              margin: 15px 0 0;
              }.Optionstyles .inputetype label{
                width: 100%;
                cursor: auto;
                }.regotion:nth-child(1) .inputetype:first-child label i:nth-child(2){
                  display: none !important;
                  }


                  .Optionstyles .inputetype label i
                  {
                      font-size: 20px;
                      float: left;
                      margin: 0 5px;
                      color: #808080;
                      cursor: pointer;
                      margin-top: 10px;
                      display: block !important;
                  }

                  .Optionstyles .inputetype label i{
                      display: none;
                      }.Optionstyles .inputetype label:hover div.question-option,
                        .questionSections.active div.question-option:hover,
                        .questionSections.active div.question-option:focus{
                          border-bottom: 1px solid #ccc;
                          }.questionSections.active .Optionstyles .inputetype label i,
                              .questionSections.active .Optionstyles .inputetype label i{
                                display: -webkit-inline-box;
                                }.questionSections.active .sectionImage{
                                    position: absolute;
                                    top: 27px;
                                    font-size: 16px;
                                    color: gray;
                                    right: 0;
                                    display: block;
                                    cursor: pointer;
                                    }.questionSections .sectionImage{
                                      display: none;
                                      }
                                      .regotiondroplist .inputetype .num{
                                        position: absolute;
                                        left: 0px;
                                        top: 6px;
                                        z-index: 9;
                                        background-color: white;
                                        padding: 5px;
                                        color: #ad9ead;
                                        }
                                        .Optionstyles .inputetype label div .cke_editable,
                                        .Optionstyles .inputetype label div div:first-child
                                        {
                                          padding-top: 10px;
                                          outline: none;
                                        }
.AddNewOptions, .AddNewOptionsdroplist, .AddNewOptionsOrder, .AddNewOptionsWeight{
    color: #ccc;
}
.AddNewOptions .inputetype .addoption, 
.AddNewOptionsdroplist .inputetype .addoptiondroplist,
.AddNewOptionsOrder .inputetype .addoptionOrder,
.AddNewOptionsWeight .inputetype .addoptionWeight{
  border-bottom: 1px dotted transparent;
  cursor: pointer;
  }.AddNewOptions .inputetype .addoption:hover, 
  .AddNewOptionsdroplist .inputetype .addoptiondroplist:hover,
  .AddNewOptionsOrder .inputetype .addoptionOrder:hover,
  .AddNewOptionsWeight .inputetype .addoptionWeight:hover{
    border-bottom: 1px dotted #ccc;
    }.AddNewOptions .inputetype .addanothere,
    .AddNewOptionsCheckBox .inputetype .addanotherecb,
    .AddNewOptionsdroplist .inputetype .addoptiondroplist,
    .AddNewOptionsWeight .addoptionWeight,
    .AddNewOptionsOrder .addoptionOrder,
    .addmoreOptions_blank{
        color: #4285f4;
        cursor: pointer;
        font-weight: bold;
        margin-left: 4px;
        tap-highlight-color: transparent;
        text-align: center;
        text-transform: uppercase;
        -webkit-tap-highlight-color: transparent;
        margin: 10px 20px;
      }
.addmoreOptions_blank {
    padding-top: 20px;
    float: left;
}
.radioOptions:first-child .inputetype label:hover i.fa-trash-o{
  display: none;
}

.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { 
  color: gray; 
  text-decoration:none; 
  outline:none;     
  font-size: 14px;
font-weight: bold;}
.dropdown a:hover { color:#353535;}
.dropdown dt a:hover { color:#353535;}
.dropdown dt a {    background: #f3f3f3 url(../img/arrow.png) no-repeat scroll right 10px center;
    display: block;
    padding-right: 20px;
    width: 100%;}
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
.dropdown dd ul {     
    z-index: 100;
    background: #fafafa none repeat scroll 0 0;
    color: #353535;
    display: none;
    left: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 101%;
    list-style: none;
    overflow-y: auto;
    max-height: 350px;
    overflow-x: hidden;
  }

  .dropdown dd ul::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.addTags_QA
{

}
.dropdown dd ul::-webkit-scrollbar-track {
}
.dropdown dd ul::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}
.dropdown dd ul li a { padding: 10px; display:block; cursor: pointer; margin: 0;}
.dropdown dd ul li a sub
{
  color: #717071;
}
.dropdown dd ul li a:hover { background-color: #e0e0e0;}
.dropdown dt a span i{
  float: left;
  padding: 7px;
  font-size: 16px;
}.dropdown dd ul li a i{
    font-size: 18px;
    padding: 0px 5px;
}
.dropdown dd ul li a i.fa-window-minimize{  
    top: -3px;
    position: relative;
}
.dropdown dt a span i.fa-window-minimize{
  padding: 3px 7px !important;
}
.dropdownicons { display:none;}


.responseTab{
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  }.responseTab i{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    color: white;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    background-color: #808080;
    margin-top: 15px;
    transition: border-radius 0.5s ease;
    }.responseTab i:hover{
      background-color: #009688;
      color: #ffffff;
      border-radius: 50%;
      }

.sectionfooter{
  text-align: right;
  padding-top: 10px;
  margin-top: 40px;
  height: 30px;
  }.sectionfooter i
  {
    cursor: not-allowed;
    font-size: 18px;
    margin: 5px 0px 5px 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 6px;
    color: gray;
    }.sectionfooter i:active{
      background-color: #ccc;
      }
:focus::-webkit-input-placeholder{color:transparent;}
.responsetable tr td:first-child{
  text-align: left;
  }.responsetable tr td{
    text-align: center;
    }.responsetable tr td .label.label-primary{
      background-color: #009688;
      }.responsetable .table thead tr td{
        font-weight: bold;
        }

.imggallery{
  padding: 0;
  margin: 0;
  }.imggallery li{
    list-style: none;
    width: 135px;
    height: 120px;
    cursor: pointer;
    background-size: cover;
    display: inline-block;
    margin: 2px 5px;
    }.imggallery li.active{
    border: 2px solid #009688;
    }
.scroll{overflow: auto;}
.scroll::-webkit-scrollbar-track
{
  background:transparent;}
.scroll::-webkit-scrollbar
{
  width: 5px;
  background:transparent;}
.scroll::-webkit-scrollbar-thumb
{
  background-color: #CCC;
}

.buttonsToQuestion{
    background: #fafafa;
    width: auto;
    height: auto;
    position: fixed;
    right: 0;
    top: 35%;
    box-shadow: 0px 0px 6px 3px #ccc;
    z-index: 9;
  }.buttonsToQuestion ul{
    padding: 0;
    margin: 0;
    }

    .buttonsToQuestion ul li
    {
      list-style: none;
      padding: 15px ;
      font-size: 18px;    
      color: gray;
      border-bottom: 1px solid #e0e0e0;
      /*cursor: not-allowed;/* Commented by DA */
      cursor: pointer;
    }

      .buttonsToQuestion ul li:last-child{
        border-bottom: 0;
        }.buttonsToQuestion ul li:hover,
        .buttonsToQuestion ul li.active{
          background-color: gray;
          color: white;
          }.buttonsToQuestion ul li:active{
            background-color: black;
            color: white;
            }.buttonsToQuestion ul li:first-child{
              border-radius: 4px 0 0 0;
              }.buttonsToQuestion ul li:last-child{
                border-radius: 0 0 0 4px;
              }

.validateQuestionoption i.active{
  color: #FFC107;
  }.validateQuestionoption i.activeHover{
  color: #FFC107;
  }.validateQuestionoption i{
    cursor: pointer;
    }

    /*
    .deleteOptionalert
    {
        width: 200px;
        height: auto;
        position: fixed;
        bottom: 0;
        background-color: #009688;
        color: white;
        text-align: center;
        padding: 30px 10px 20px;
        font-size: 16px;
        box-shadow: 0px 0px 20px 3px #969696;
        left: 0;
        margin-bottom: 0;
        border: 0;
        border-radius: 0;
      }
      .deleteOptionalert_red
      {
        width: 200px;
        height: auto;
        position: fixed;
        bottom: 0;
        background-color: #a94442;
        color: white;
        text-align: center;
        padding: 30px 10px 20px;
        font-size: 16px;
        box-shadow: 0px 0px 20px 3px #969696;
        left: 0;
        margin-bottom: 0;
        border: 0;
        border-radius: 0;
      }
      .deleteOptionalert_common
      {
        width: 200px;
        height: auto;
        position: fixed;
        bottom: 0;
        text-align: center;
        padding: 30px 10px 20px;
        font-size: 16px;
        box-shadow: 0px 0px 20px 3px #969696;
        left: 0;
        margin-bottom: 0;
        border-radius: 0;
      }
      /**/

      .checkbox-custom label::before,
      .radio-custom label::before
      {
          border: 1px solid #cccccc;
          border: 1px solid #807f7f;
      }.checkbox-custom label.passage::before, .radio-custom label.passage::before,
        .checkbox-custom label.passage::after, .radio-custom label.passage::after{
            display: none;
        }.checkbox-custom label::before, 
        .checkbox-custom label::after, 
        .checkbox-custom input[type=checkbox]{
            margin-top: 20px;
          }
          .radio-custom label::before,
          .radio-custom label::after,
          .radio-custom input[type=radio]
          {
            margin-top: 20px;
          }

.longpassageoption p
{
    margin: 0;
    padding: 10px;
}

.timepickeroption input,
.datepickeroption input,
.shortpassageoption input,
.longpassageoption,
.longpassageoption div,
.numberOption input,
.OrderAnswerList .summernote,
  .blankType input,
.WeightAnswerList input{
    width: 100%;
    font-size: 14px;
    margin: auto;
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    outline: none;
    padding: 10px 5px;
    }.timepickeroption i, .datepickeroption i{
      font-size: 22px;
      color: #808080;
      margin-top: 10px;
    }
.OrderAnswerList .summernote
{
  margin-left: 20px;
}
.orderList li i.fa-trash-o {
  color: gray;
  padding: 20px 0 0 0;
  cursor: pointer;
}
@media (max-width: 766px)
{
  .questionSections .validateQuestion{
      top: -10px !important;
      }
      .questionSections .validateQuestionoption{
        top: 28px !important;
      }
}

.branchquestion
{
  background-image: url(../img/branch.svg);
  width: 23px;
  height: 23px;
  background-size: cover;
  position: absolute;
  
  right: -20px;
  top: 10px;
  right: -61px;

  cursor: pointer;
  display: none;
  transition: all 0.3s ease;
}
.questionSections .addTags_QA,
.addTags_assessment
{
      background-image: url(../img/MultiTags_icon.png);
      width: 25px;
      height: 25px;
      background-size: cover;
      position: absolute;
      
      right: 40px;
      top: 17px;
      right: 75px;

      cursor: pointer;
      /*display: none;*/
      transition: all 0.3s ease;
}
.questionSections.active .addTags_QA,
.addTags_assessment
{
    display: block;
}

.questionSections .addTags_QA.answers,
.addTags_assessment
{
    right: 10px;
    width: 20px;
    height: 20px;
    top: 10px;   
}
.questionSections .validateQuestion
{
      background-image: url(../img/valide.png);
      width: 30px;
      height: 30px;
      background-size: cover;
      position: absolute;
      right: 5px;
      top: 14px;
      cursor: pointer;
      
      /*display: none;*/

      transition: all 0.3s ease;
      }
      .questionSections.active .validateQuestion
      {
            display: block;
      }
      .questionSections .validateQuestionoption
      {
        display: none;
        z-index: 10;
        right: 10px;
        top: 48px;
        position: absolute;
        width: 170px;
        text-align: center;
      }
      .questionSections .validateQuestionoption ul
      {
        padding: 0;
        margin: 0;
        background-color: #fafafa;
      }

      .questionSections .validateQuestionoption ul li
      {
        list-style: none;
        color: #a79e9e;
        padding: 5px 15px;
        cursor: pointer;
        font-size: 12px;
        border: 1px solid rgba(204, 204, 204, 0.44);
        border-bottom: 0;
      }

      .questionSections .validateQuestionoption ul li:hover
      {
        background-color: #e0e0e0;
        color: grey;
      }.questionSections .validateQuestionoption::before{
                        font-family: 'FontAwesome';
                        content: "\f0de";
                        position: absolute;
                        right: 5px;
                        top: -10px;
                        color: #a79e9e;
                    }.questionSections.active .validateQuestion:hover{
                        -webkit-transform: rotate(15deg);
                        width: 35px;
                        height: 35px;
                        transition: all 0.3s ease;
                        top: 11px;
                      }.questionSections.active .validateQuestion:active{
                          -webkit-transform: rotate(0deg);
                          width: 30px;
                          height: 30px;
                          transition: all 0.3s ease;
                        }
                        .timepickeroption .timepicker input
                        {
                            border-radius: 0;
                            padding: 10px;
                            margin-top: 4px;
                            background-color: transparent;
                        }
.orderList {
  padding: 0;
  margin: 0;
  }.orderList li{
    list-style: none;
    position: relative;
    }.orderList li::before{
      font-family: 'FontAwesome';
      content: "\f0dc";
      position: absolute;
      left: 2px;
      top: 7px;
      color: #9E9E9E;
      cursor: pointer;
      background-color: #fafafa;
      padding: 5px 4px;
      border: 1px solid #dcdcdc;
        }
        .orderList li div:first-child div:first-child
        {
          padding: 13px;
        }
.WeightAnswerList .fa-trash-o{
      margin-top: 15px;
      display: none ;
  }.WeightAnswerList:hover .fa-trash-o{
    display: block;
    margin: 14px 0 0 0;
    color: grey;
    cursor: pointer;
    }.WeightAnswerList:hover .fa-trash-o{
      display: block ;
      }

.tags{
  padding: 0;
  margin: 0;
  }.tags li,
  .tags div{
    list-style: none;
    display: inline-block;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    padding: 2px 4px;
    margin: 2px;
    cursor: pointer;
    }.tags li:hover,
    .tags div:hover{
    background-color: #f3f3f3;
      }.tags li i{
        font-size: inherit;
        margin-top: inherit;
      }

      .timepicker select{
          display: inline-block;
          margin: 15px 0;
          border: 0;
      }

b, strong {
    font-weight: bold !important;
}

.note-editor.note-frame.panel.panel-default
{
  margin-bottom: 0 !important;
  border: 0 !important;
}
.note-editor.note-frame .note-statusbar .note-resizebar
{
  display: none;
}

.panel-default>.panel-heading
{
  background-color: transparent !important;
}

.note-btn
{
  width: auto;
  height: 30px;
}
.note-btn i
{
    font-size: 12px !important;
    margin: inherit !important;
    color: gray;
}

.note-editor.note-frame .note-editing-area .note-editable i,
.Optionstyles .inputetype label b i{
  font-size: inherit;
  float: inherit;
  color: inherit;
  margin: inherit;
}

.modal.in .modal-dialog .modal-content .modal-body .form-group label::before
{
  border: 0;
}

.note-editor.note-frame .note-editing-area .note-editable
{
  border-bottom: 1px solid #ccc;
}
.table-responsive.responsetable table tr td{
  padding: 10px 20px;
}

.footer_text {
    text-align: center;
    padding: 40px;
    font-size: 12px;
}

.submit_btn 
{
  /*
  background: #353535;
  background-image: -webkit-linear-gradient(top, #009688, #03ad9c);
  background-image: -moz-linear-gradient(top, #009688, #03ad9c);
  background-image: -ms-linear-gradient(top, #009688, #03ad9c);
  background-image: -o-linear-gradient(top, #009688, #03ad9c);
  background-image: linear-gradient(to bottom, #505050, #8e8e8e);
  -webkit-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 10px;
  border: 0;
  text-decoration: none;
  outline: none;
  /**/
}


.submit_btn:hover 
{
  /*background: rgba(43, 43, 43, 0.5);
  text-decoration: none;*/
}

#SectionBG_trigger
{
  position: fixed;
  width : 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

[contentEditable=true]:empty:not(:focus):before{
        content:attr(data-placeholder);
        color: #555;
        transition: 2s all ease;  }

[contentEditable=true]:empty:focus:before {
    content: "";
}
[contentEditable=true]:empty:before {
    content: attr(data-placeholder);
    color: #555; 
}

.buttonsToQuestion .tooltip.left
{
  left: -195px !important;
}

.questionSections.active .dropdown,
.questionSections.active .sectionfooter
{
  display: block !important;
}

.questionSections .dropdown,
.questionSections .sectionfooter 
{
  /*display: none !important;*/
}

.sblue_bg
{
    position: relative;
    height: 100%;
    background-color: #050c1b;
    color: white;
    text-align: center;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
  color: gray;
}
input::-moz-placeholder,
textarea::-moz-placeholder  { /* Firefox 19+ */
  color: gray;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder  { /* IE 10+ */
  color: gray;
}
input:-moz-placeholder,
textarea:-moz-placeholder  { /* Firefox 18- */
  color: gray;
}


/* Css Added by Durrani */

.topica
{
  float: left;
  width: 100%;
}
.topica_chk
{
  float: left;
}

.div_connector1, .div_connector1 .topAd, .div_connector1 .bottomAd{ border-color: red !important; }
.div_connector2, .div_connector2 .topAd, .div_connector2 .bottomAd{ border-color: green !important; }
.div_connector3, .div_connector3 .topAd, .div_connector3 .bottomAd{ border-color: blue !important; }
.div_connector4, .div_connector4 .topAd, .div_connector4 .bottomAd{ border-color: yellow !important; }
.div_connector5, .div_connector5 .topAd, .div_connector5 .bottomAd{ border-color: #57c7d4 !important; }

.div_connector
{
    position: absolute;
    border: 2px solid red;
    width: 30px;
    height: 100%;
    /*right: -48px;*/
    top: 14px;
    border-left: none;
}
.div_connector .topAd
{
    width: 30px;
    border: 1px solid red;
    top: -1px;
    right: 0px;
    position: absolute;
}
.div_connector .bottomAd
{
    width: 30px;
    border: 1px solid red;
    bottom: -1px;
    right: 0px;
    position: absolute;
}

.ui-widgetAd
{
    border: 1px solid #CCC;
    border-top: none;
    height: 200px;
    overflow-y: scroll;
    padding: 5px;
    display: none;
}

.ui-widgetAd .suggAd
{
    border-bottom: 1px solid #CCC;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    opacity: 0.8;

}
.ui-widgetAd .suggAd:hover
{
  opacity: 1;
}
.cke_editable:focus .cke_table-faked-selection
{
  color: black !important;
  border: 1px solid #333;
  background-color: #ccc !important;
}

.saveBtnDa
{
  /*float: left;background: grey;color: #FFF;width: 100px;    border: 1px solid grey;padding: 5px;*/
    float: left;
    background: #3aaad2;
    color: #ffffff;
    width: 100px;
    border: 1px solid grey;
    padding: 5px;
    border: none;
    opacity:1;
}
.saveBtnDa:hover
{
  opacity:0.6;
  color: black; 
}
.daRelative
{
  position: relative;
  margin-left: 18px;
}

.txt_oneLine
{
  padding-right: 36px !important;
}

.disBlockAlways
{
  display: block !important;
}

.noBorder
{
  border:none !important;
}

.tagDDBlank
{
  top: 24px !important;
}

.imgAd
{
  border: 3px solid #CCC;
    border-radius: 4px;
    padding: 5px;
}

.goToTest
{
  cursor: pointer;
  opacity: 0.8;
}
.goToTest:hover
{
  opacity: 1;
}

.add_ass
{
    border: 1px solid #CCC;
    padding: 10px;
    margin-top: 5px;
    border-radius: 4px;
    background: #FFF;
}

.errorDivAd
{
    border: 1px solid #c03;
    padding: 10px;
    border-radius: 4px;
    background: #fff6f0;
    display: none;
}

.goToTestAd
{
  cursor: pointer;
  opacity: 0.8;
}
.goToTestAd:hover
{
  opacity: 1;
}

.logoDa
{
  cursor: pointer;
}

.div_qno
{
  /*float: left;*/
  margin: 11px 0px 0px 5px;
  font-size: 16px;
}

.updiv_testbox
{
  border-bottom: 2px solid #CCC;
  margin-top: 10px;
  
  

}
.updiv_testbox:hover
{
  cursor: pointer;
  background: #eee;
}

.updiv_testbox .col-md-1
{
  padding-left: 0px;
  padding-bottom: 5px;
}
.updiv_qno
{
  background: #f2a654;
  text-align: center;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 13px;
  font-size: 18px;
  margin: 0 auto 5px;
  
  margin-top: 0px;
  color: #FFF;
  float: right;

      background: #5bc0de;
}
.updiv_testdetails
{
  padding-left: 0px;
}
.updiv_testdetails > div:nth-of-type(1) 
{
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
}

.updiv_title
{
  background: #050c1b;
  color: #FFF;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

.auditorTr
{
  background: #050c1b;
  background: #f2a654;
  color: #FFF;
}
.auditorTr td
{
  padding: 10px;
  text-shadow: 0px 1px 2px #000;
}

.auditorRowTr td
{
    padding: 10px;
    /*text-shadow: 0px 0px 5px #ffffff;*/
    color: #6d6d6d;
  
  color: #5d5d5d !important;
}

.auditorRowTr td p
{
    color: #5d5d5d !important;
}

.btn_audReview
{
    width: 100%;
    padding: 10px;
    border: none;
    background: #ef4e32;
    color: #FFF;
    text-shadow: 0px 0px 5px #000;
    border-radius: 3px;
    opacity: 0.9;
}

.btn_audReview:hover
{
  opacity: 1;
}

.btn-sm:hover
{
  color: #FFF !important;
} 

.showHideQuestionContent
{
  display: none;
}

.longpassageoption, .shortpassageoption
{
  padding-left: 18px !important;
  border-bottom: none !important;
}

/* LOADER */
#loaderAd
{
  display: none;
}
.cssload-container
{
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  display: block;
  /*position: absolute;*/
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}
  
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgb(204,204,204);
  border-left-color: rgb(0,0,0);
  border-radius: 974px;
    -o-border-radius: 974px;
    -ms-border-radius: 974px;
    -webkit-border-radius: 974px;
    -moz-border-radius: 974px;
}

.cssload-whirlpool {
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite;
}



@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}

/* END LOADER */

/* End adding css by DA*/

.blankType select{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 13px 0px;
    outline: none;
}

.PredefinedDropdown,
.Predefined,
.openEnded
{
  margin-top: 20px;
  }
  .PredefinedDropdown div:first-child i,
.Predefined div:first-child i,
.openEnded div:first-child i
{
    /*display: none;*/
}
.PredefinedDropdown i,
.Predefined i,
.openEnded i{
   position: absolute;
    color: black;
    z-index: 9;
    right: 0;
    top: 14px;
    cursor: pointer;
  }
  .PredefinedDropdown input,
.Predefined input,
 .openEnded input
    {
  position: relative;
}
.tagingPenal
{
    position: fixed;
    width: 70%;
    height: 100%;
    z-index: 999;
    background-color: #fafafa;
    top: 0;
    right: 0;
    transition: right ease 1s;
    border-left: 1px solid #ccc;

    overflow-y: scroll;

}
    .tagingPenal .fa-window-close
    {
      color: white;
    }
.slidePanel-right, .slidePanel-left{
  z-index: 9999;
  width: 700px !important;
}
.tagingPenal .handler{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.tagingPenal .fa-times{
    color: white;
    right: 20px;
    cursor: pointer;
    position: absolute;
    z-index: 999999999;
}
.tagingPenal .head
{
    width: 100%;
    height: 60px;
    background-color: #122428;
    padding-top: 15px;
    margin-bottom: 20px;
}


.tagingPenalUA
{
  box-shadow: -3px 0px 3px #c1c1c1;
  border: none;
}

.tagingPenalUA .head {
    width: 100%;
    height: 75px;
    background-color: #6d7fcc;
    padding-top: 25px;
    margin-bottom: 20px;
    box-shadow: none;

    

}

.tagingPenal .title{
    color: white;
    float: left;
    margin-left: 20px;
    font-size: 20px;
}
.tagingPenal p{
    margin: 10px 0 0 0;
}
.tagingPenal input, .tagingPenal select , .tagingPenal textarea 
{
  width: 100%;
  border: 1px solid #CCC;
  padding: 5px;
  border-radius: 3px;
}

.filterQuestion
{
    background-image: url(../img/filter.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
    position: absolute;
    right: 40px;
    top: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.untaggedQuestion
{
    background-image: url(../img/untag.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
    position: absolute;
    left: 40px;
    top: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#divFilterPanel input, 
#divFilterPanel select, 
#divFilterPanel textarea 
{
  width: 100%;
  border: 1px solid #CCC;
  padding: 5px;
  border-radius: 3px;
}

.normalInput
{
  width: 100%;
  border: 1px solid #CCC;
  padding: 5px;
  border-radius: 3px;
}

.trEven .testinassess
{
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  background: #ccc;
  margin-bottom: 5px;
}
.trEven .testinassess:hover
{

}

.trOdd .testinassess
{
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 5px;
  background: #ddd;
  margin-bottom: 5px;
}
.trOdd .testinassess:hover
{

}


.tr_assess
{
  cursor: pointer;
}
.tr_assess:hover
{

}

.trEven
{
  background-color: #ddd !important;
}
.trOdd
{
  background-color: #ccc !important;
}

.addTags_QA.questionsContainer
{
    background-image: url(../img/MultiTags_icon.png);
    width: 25px;
    height: 25px;
    background-size: cover;
    position: absolute;
    right: 40px;
    top: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
    }

    .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark
    {
        font: normal normal normal 14px/1 FontAwesome !important;
    }
    .glyphicon-ok:before{
          content: "\f00c" !important;
    }


    /*
    view test css
    */
.input-search{
  position: relative;
  }.input-search .form-control{
    border-radius: 0;
    }.input-search .fa-search{
      position: absolute;
      top: 0;
      right: 0;
      background: #000000;
      color: white;
      height: 100%;
      width: 50px;
      text-align: center;
      padding-top: 10px;
    }
    .viewlist_table{
        width: 100%;
        border-collapse: separate;
        border-spacing: 0px 4px;
    }
    .viewlist_table tr.titles{
      background-color: #050c1b;
      color: aliceblue;
      }
      .viewlist_table tr.titles th:first-child{
        border-left: 3px solid #f44336;
       }
      .viewlist_table .titles th
      {
        padding: 20px;

        padding: 5px 20px 5px 20px;

      }
        .viewlist_table tr td:nth-child(4)
        {
          text-align: left;
        }
        .viewlist_table tr td,
        .viewlist_table tr th
        {          
          text-align: center;
          padding: 8px 0;
          padding: 10px;
          /* font-size: 12.5px; */
        }.viewlist_table tr center{
              text-align: left;
              border-bottom: 1px solid #CCC;
              padding-bottom: 10px;
          }
          .viewlist_table tr
          {
            background-color: #ffffff;
            color: gray;
            color: #000;
          }
          
          .viewlist_table tr:nth-child(odd).Darkgreen td:first-child{
              border-left: 3px solid #29732a;
              }.viewlist_table tr:nth-child(even).Darkgreen td:first-child{
                  border-left: 3px solid #F44336;
                  }
                      .viewlist_table tr td .radio-custom.radio-primary input[type=radio]:checked+label::before
                      {
                            border-color: #1f2446 !important;
                      }
        .viewlist_table tr td .radio-custom{
            top: -8px;
        }.viewlist_table tr.Darkgreen td .widget .progress .progress-bar{
          background-color:#29732a;
          }.viewlist_table tr.lightGreen td .widget .progress .progress-bar{
              background-color:#00c703;
              }.viewlist_table tr.yellow td .widget .progress .progress-bar{
                background-color:#feff00;
                }.viewlist_table tr.orange td .widget .progress .progress-bar{
                  background-color:#E0A64C;
                  }
                  .viewlist_table tr td .widget .progress
                  {
                    height: 8px;
                  }
                  .viewlist_table tr td .stats
                  {
                    margin: 0;
                    padding: 0;
                  }
                  .viewlist_table tr td .stats li
                  {
                    list-style: none;
                    display: inline-block;
                    height: 80px;
                    position: relative;
                    width: 14px;
                    margin-left: 7px;
                  }
                  .viewlist_table tr td .stats li div
                  {
                      width: 10px;
                      height: 100px;
                  }
                  .viewlist_table tr td .stats li p:first-child
                  {                    
                      position: absolute;
                      top: 5px;
                  }
                  .viewlist_table tr td .stats li p:last-child
                  {                    
                      position: absolute;
                      bottom: 0;
                  }
                  .viewlist_table tr td .stats li p
                  {
                      width: 100%;
                      font-size: 8.5px;
                      text-align: center;
                  }
                  .viewlist_table tr td .stats li div
                  {
                      width: 13px;
                      position: absolute;
                      bottom: 24px;
                      left: 0;
                      right: 0;
                      margin: auto;
                  }
                  .viewlist_table tr td .stats li div.orange
                  {
                      background-color:rgb(84, 161, 226);
                  }
                  .viewlist_table tr td .stats li div.darkgreen
                  {
                      background-color:rgb(84, 161, 226);
                  }
                  .viewlist_table tr td .stats li div.lightgreen
                  {
                      background-color:rgb(84, 161, 226);
                  }
                  .viewlist_table tr td .stats li div.yellow
                  {
                      background-color:rgb(84, 161, 226);
                  }
                  .viewlist_table tr td .stats li div.red
                  {
                      background-color:rgb(84, 161, 226);
                  }
                  .viewlist_table tr td i
                  {
                      color: #cacaca;
                      font-size: 23px;
                      cursor: pointer;
                  }
                  .viewlist_table tr td i.active{
                    color: green;
                  }


/*Assessment creation*/
.assessments_listContainer{
    background-color: #f3f3f3;
    border: 1px solid #e8e8e8;
    height: 190px;
    overflow-y: auto;
}
.assessments_listContainer p{
    width: 300px !important;
}
.tagingPenal p
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
}
.assessments_listContainer i{
    color: #808080 !important;
    top: 13px;
    position: absolute;
    right: -20px;
    cursor:pointer;
}
.assessmentlist{
  padding: 0;
  margin: 0;
}.assessmentlist li{
    list-style: none;
    float: left;
    width: 88%;
    margin-left: 11%;
}

.assessments_listContainer::-webkit-scrollbar,
.tagingPenal::-webkit-scrollbar {
    width: 3px;
}
.assessments_listContainer::-webkit-scrollbar-thumb,
.tagingPenal::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}

.add_ass .checkbox-custom label::before, 
.add_ass .radio-custom label::before, 
.add_ass .checkbox-custom label::after, 
.add_ass .radio-custom label::after, 
.add_ass .radio-custom input[type=radio], 
.add_ass .checkbox-custom input[type=checkbox]
{
    margin-top: 0;
    margin-left: 20px;
}

.adHover
{
  cursor: pointer;
  opacity: 0.8;
}
.adHover:hover
{
  opacity: 1;
}

.btn_buy
{
  
  width: 100px;text-align: center;padding: 5px;background: #46be8a;border-radius: 5px;color: #FFF;
  cursor: pointer;
  text-shadow: 1px 1px 5px #999;
}

.btn-primary 
{
    color: #fff;
    background-color: #adadad;
    /* border-color: #2e6da4; */
}

.questionSections
{
  border-left: 10px #a4b960  solid;
  padding-left: 2px !important;
  /*border-top: 3px #4CAF50 solid;*/
}

.questionSections .questionSections
{

  border-left: 10px #b2ca68  solid;
  border-top: 1px #b2ca68  solid;
  border-bottom: 1px #b2ca68  solid;
  /*border-top: 3px #c03 solid;*/  
  padding-right: 0px;
  /*box-shadow: 0px 0px 50px #9e9e9e;*/
  /*box-shadow: 3px 0px 50px #9e9e9e;*/
}

.questionSections .questionSections .questionSections
{
  border-left: 10px #c1dc68 solid;
  border-top: 1px #c1dc68  solid;
  border-bottom: 1px #c1dc68  solid;
}

.questionSections .questionSections .questionSections .questionSections
{
  border-left: 10px #d0ed70 solid;
  border-top: 1px #d0ed70  solid;
  border-bottom: 1px #d0ed70  solid;
}

.questionSections .questionSections .questionSections .questionSections .questionSections
{
  border-left: 10px #bedca8 solid;
  border-top: 1px #bedca8  solid;
  border-bottom: 1px #bedca8  solid;
}




/* New tagging css */
.headermenu
{
    border-bottom: #cccccc 1px solid;
    margin: 20px 0;
}
.headermenu ul
{
    padding: 0;
    margin: 0;
    /*text-align: center;*/
    float: left;
}
.headermenu ul li
{
    list-style: none;
    display: inline-block;
    padding: 10px;
    margin: 0 10px;
    width: auto;
    text-align: center;
    border-bottom: 2px solid transparent;

    border: 1px solid #FFF;
    border-bottom: 5px solid #FFF;
}
.headermenu ul li a
{
    text-decoration: none;
    color: #707070;
}
.headermenu ul li:hover a
{
  color: #00b8fa;     
}
.headermenu ul li:hover
{
    color: #00b8fa;    
    border: 1px solid #dbeffb;
    border-bottom: 5px solid #00b8fa;
}
.headermenu ul li a span
{
    float: left;
    width: 100%;
    font-size: 14px;
}
.headermenu ul li a i
{
    font-size: 24px;
}
.headermenu ul li.active a
{
    color: #00b8fa;
}
.headermenu ul li.active
{
    border: 1px solid #dbeffb;
    border-bottom: 5px solid #00b8fa;
}
.leftmenulist
{
    /*padding: 40px 0px 0px 0px;
    margin: 0;
    border-right: 1px solid #e2e1e1;
    position: absolute;
    top: 80px;*/

    padding: 40px 0px 0px 0px;
    margin: 0;
    border-right: 1px solid #e2e1e1;
    position: absolute;
    top: 0px;
    overflow-y: scroll;
    height: 959px;
}
.leftmenulist li
{
    list-style: none;
    border-radius: 50px;
    border: 1px solid #ccc;
    border-right: 0;
    height: 70px;
    font-size: 22px;
    padding: 17px 20px;
    font-weight: 600;
    margin: -10px 0 0px 5px;
    background: antiquewhite;
    position: relative;
    cursor: pointer;
    transition: all 1s ease;
}

.leftmenulist li:nth-child(1)
{
    background-color: #00ADEF;
    color: white;
}
.leftmenulist li:nth-child(2)
{
    background-color: #ff940b;
    color: white;
}
.leftmenulist li:nth-child(3)
{
    background-color: #78c72f;
    color: white;
}
.leftmenulist li:nth-child(4)
{
    background-color: #c64123;
    color: white;
}
.leftmenulist li:nth-child(5)
{
    background-color: #00a0de;
    color: white;
}
.leftmenulist li:nth-child(6)
{
    background-color: #9424b8;
    color: white;
}
.leftmenulist li:nth-child(7)
{
    background-color: #00b971;
    color: white;
}
.leftmenulist li:nth-child(8)
{
    background-color: #ff6205;
    color: white;
}
.leftmenulist li:nth-child(9)
{
    background-color: #00913a;
    color: white;
}
.leftmenulist li:nth-child(10)
{
    background-color: #eabb00;
    color: white;
}
.leftmenulist li:nth-child(11)
{
    background-color: #7217b4;
    color: white;
}
.leftmenulist li:nth-child(12)
{
    background-color: #da1e1e;
    color: white;
}
.leftmenulist li:nth-child(13)
{
    background-color: #007fd8;
    color: white;
}
.leftmenulist li:nth-child(14)
{
    background-color: #00ccbf;
    color: white;
}

.leftmenulist li.active
{
    background-color: rgb(255, 255, 255);
    color: #333;
    z-index: 2;
}
.leftmenulist li:hover
{
    z-index: 4;
}
.leftmenulist li span
{
    width: 40px;
    display: block;
    float: left;
}
.bodyarea
{
    width: 80%;
    
    /*margin-left: 47px;*/
    margin-left: 60px;

    background-color: white;
    position: relative;
    z-index: 3;
    padding-left: 10px;
    
    /*height: 670px;*/

    height: 959px;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;

    overflow-y: auto;
    }

    .library_h5
    {
      margin-bottom: 0px;
      margin-top: 25px;
    }
    
    .speratorLine
    {
        background-color: #ccc;
        height: 100%;
        position: absolute;
        width: 2px;
        z-index: 2;
        margin-left: 45px;
        height: 670px;
    }
    .topiclisting
    {
        /*min-height: 200px;*/
        /*border-bottom: 1px solid;*/
    }
    .topiclisting a
    {
      width: 100%;
        float: left;
        clear: both;
        font-size: 14px;
        color: #3b6715;
        line-height: 1.6;
        cursor: pointer;
        text-decoration: none;

        color: #000;

      border-bottom: 1px dashed;
      padding: 5px 0px 5px 0px;
    }
    .topiclisting a strong
    {
       color: black;
    }

    .topiclisting a i
    {
       color:#40b720;  
       font-size:22px;
       display: none;
    }
    
    .topiclisting a:hover 
    {
      color: #40b720; 
      /*text-shadow: 1px 1px 1px #a9a9a9;*/     
      /*font-weight: bold;*/
    }

    .topiclisting a i
    {
      display: block;
      color: #FFF;
    }

    .topiclisting a .grey
    {
      display: block;
      color: #000;
      float: right;
      margin-right: 2px;
    }

    .topiclisting a:hover i
    {
      display: block;
      color: #40b720;
    }

    .topiclisting a.active
    {
      color: #40b720;
      /*text-shadow: 1px 1px 1px #a9a9a9;*/
      /*font-weight: bold;*/
    }

    .topiclisting a.active i
    {
      display: block;
      color: #40b720;
    }

    h5
    {
      color: #4ea601;
      color: #FF5722;

      font-weight: bold;
      font-size: 18px;
    }

    .custompopover
    {   
        background: #ffffff;
        border: 2px solid #8dd2eb;
        border-radius: 15px;
        box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.42);
        min-width: 150px;
        position: absolute;
        width: auto;
        z-index: 26;
        display: none;
    }
    .carousel-control-next, .carousel-control-prev
    {
        float: none !important;
    }
    .IXL_taggingPenal 
    {
      display: none;
      position: relative;
      font: 13px Verdana, arial, helvetica, clean, sans-serif;
    }
    .ixl_tagging
    {
      cursor: pointer;
      float: left;
    }

.li_subject
{
  cursor: pointer;
}

.chkboxTagging
{
  width: 15px;
}

/* End New(IXL) tagging css */

#divFilterPanel
{
  display: none;
}

body .cke_table-faked-selection-table .cke_table-faked-selection
{
  background: transparent !important;
}


#font ,#fontsize ,#dpi ,#bg, #compressed
{
  display: none;
}


hr
{
  border-top: 1px solid #000 !important;
}

.questionEyeIcon
{
  list-style: none;
  position: absolute;
  right: 160px;
  top: 13px;
  font-size: 12px;
  color: #2196F3;
  z-index: 1;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
}





/* New Loader  */

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);

          top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1000;
    
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffb400;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/* End new loader */

.div_comprehension
{
  /*box-shadow: 3px 3px 10px #CCC;*/
  border-radius: 5px;
  margin-left: 10px !important;
  background: #f7f7f7;
  border: 1px solid #04e3ff !important;
}

.listingTestRow
{
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0px;
}

.questionCircle
{
  background: #62a8ea;color: #FFF;padding: 5px;border-radius: 5px;
  font-size: 13px;
}
.videoCircle
{
  background: #46be8a;color: #FFF;padding: 5px;border-radius: 5px;
  background: red;
  font-size: 13px;
}

.worksheetCircle
{
  background: #be468c;color: #FFF;padding: 5px;border-radius: 5px;
  background: rgb(43, 169, 173);
  font-size: 13px;
}

.questionState
{
    float: right;
    margin-left: 5px;
    padding: 10px;
    /* width: 100px; */
    text-align: center;

    border-radius: 50px;
    width: 25px;
    height: 25px;

}

.questionStateContentAdder
{
    float: right;
    margin-left: 5px;
    padding: 10px;
    /* width: 100px; */
    text-align: center;
}

.questionStateText
{
    float: right;
    margin:2px;
}

.questionStatusCircle
{
  border-radius: 50px;
  width: 30px;
  height: 30px;
  padding: 5px 0px;
  text-align: center;

  border-radius: 50px;
  width: 25px;
  height: 25px;
  padding: 4px 0px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color:#FFF;
}

.questionStatePending
{
    background: #ff7600;
}
.questionStateRejected
{
    background: #FFC107;
}
.questionStateRetired
{
    background: #777;
    color: #FFF;
}
.questionStateApproved
{
    background: #8BC34A;
}
