.mb5{
    margin-bottom:5px;
}

.mb10{
    margin-bottom:10px;
}

.mb15{
    margin-bottom:15px;
}

.mb20{
    margin-bottom:20px;
}

.mb25{
    margin-bottom:25px;
}

.mt5{
    margin-top:5px;
}

.mt10{
    margin-top:10px;
}

.mt15{
    margin-top:15px;
}

.mt20{
    margin-top:20px;
}

.mt25{
    margin-top:25px;
}

.text-align-left{
    text-align: left !important;
}

.modal-header h3{
    line-height: 38px;
}

.fleft{
    float:left;
}

.fright{
    float:right;
}

.overflow-auto{
    overflow:auto;
}

.nohover:hover{


    color: #fff;

    background-color: #337ab7 !important;

    border-color: #2e6da4 !important;
    cursor:default !important;

}

.correct-highlight{

    border-color: #44e044 !important;
    border-width:5px !important;
}
.correct-highlight:hover{

    border-color: #44e044 !important;
    border-width:5px !important;
}

.incorrect-highlight{

    border-color: #f00 !important;
    border-width:5px !important;
}

.incorrect-highlight:hover{

    border-color: #f00 !important;
    border-width:5px !important;
}

.font-20{
    font-size:20px !important;
}

.font-18{
    font-size:18px !important;
}

.font-15{
    font-size:15px !important;
}

.font-10{
    font-size:10px !important;
}

.table-sortable tbody tr {
    cursor: move;
}


.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.answer-content{
    white-space: normal !important;
}

.option-button {
    height:100%;
    width:100%;
}

.button-container {
    height: 71px;
}

.m10-horizontal{
    margin-left: 10px;
    margin-right:10px;
}

#accordion .panel-heading { padding: 0;}
#accordion .panel-title > a {
    display: block;
    padding: 0.4em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right :1em;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\e114";
}

.toggle-off{
    z-index: 10;
}

.toggle-on{
    z-index: 10;
}

.test-panel{
    background-color: #ffecec;
}

.practice-panel{
    background-color: #d1ffd1;
}

.footer {
    /*position: relative;*/
    /*margin-top: -100px; !* negative value of footer height *!*/
    height: 100px;
    /*clear:both;*/
    padding-top:44px;
    /*background-color: #f8f8f8;*/
    border-top:1px solid #e2e2e2;
    text-align:center;
    font-size:16px;
    /*padding-bottom: 70px;*/

}

/*.flex-wrapper {*/
     /*display: flex;*/
     /*min-height: 100vh;*/
     /*flex-direction: column;*/
     /*justify-content: space-between*/
 /*}*/


.itsatrap{
    visibility: hidden;
}

.printonly{display: none;}
@media print { 
    .printonly{display: block;}
}

@media print { 
    .noprint { 
       display: none; 
    } 
 } 

 @media print {
    a[href]:after {
      content: none !important;
    }
  }


.badge-success{
    background-color: #199100;
}

.test-failed{
    background-color: #ff6477;
}
.test-failed>a{
    color: white;
}


html {
    scroll-padding-top: 60px;
  }