.ml0{
    margin-left:0px !important;
}
.mt1{
    margin-top:1rem
}
.mt2{
    margin-top:2rem
}
.mb1{
    margin-bottom:1rem
}
.mb2{
    margin-bottom:2rem
}
.score_ul{
    list-style-type:none;
}
.score_lis{
    float:left;
    margin-left:2rem;
    border: 3px solid #f1f3f5;
    cursor:pointer;
    padding: 0.5rem;
}
.score_lis_disabled{
    cursor: default;
}
.score_li_selected{
    border: 3px solid #127deb;
}
.score_span{
    padding-left: 3.5rem;
}
.section_comment_hidden{
    display:none;
}
.comments_textarea{
    width:97%;
}
.table-text-centered td{
    text-align:center;
}
.notes_textarea{
    width: 100%;
    min-height: 10rem;
}
.section_question_container{
    border-radius: 5px;
    padding: 5px 0px 0px 5px;
    margin-bottom: 5px;
}
.field_has_error,.container_has_error{
    border: 1px solid red;
}
.table-responsive-custom{
    overflow-x: scroll;
    display: block;
}
.mleft0{
    margin-left:0% !important;
}

/* notify js positioning is not working so we will forcefully set it to right bottom of window */
.notifyjs-corner{
    top:unset !important;
    bottom:0px;
}

.language_box_container{
    display: inline-block;
}
  
  .language_box_container .language_box{
    width: auto;
    margin-right: 18px;
    margin-bottom: 18px;
    padding-right: 55px !important;
    border: 1px solid #dcddde;
    position: relative;
    padding: 10px 10px;
    background: #f8f8f8;
    font: normal 15px/16px "Roboto Regular";
    color: #939598;
    float: left;
  } 
  
  .language_box_container .language_box_cross{
    position: absolute;
    right: 0;
    width: 40px;
    border-left: 2px solid #dcddde;
    height: 100%;
    top: 0;
    text-align: center;
  }
  
  .language_box_container .language_box_cross a{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    left: 0;
    width: 100%;
  }
  .language_box_container .language_box_cross a div.cross_div{
    background-size: contain;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .language_box_container .language_box_cross a div.cross_div{
      background-image: url(../images/cross_blue.png);
  }

body{
    background:none;
    background-image:none;
}
.sidebar-nav{
    width: 237px;
    border-right: 3px solid #999999;
}

.content{
    border-left:none;
    min-height:unset !important;
}

/* custom css By Umar for refresh button in createReport section select box starts*/
.width-205{width:205px}

#refresh_project{
    margin-bottom:10px;
    border:none;
    background: none;
}
#refresh_project.rotate{
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.margin-auto{margin:auto}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/* custom css By Umar for refresh button in createReport section select box ends*/

@media(max-width:768px){
    .modal{
        top: 50% !important;
    }
}