html, body {
  font-family: 'Amiri', sans-serif !important;
  font-size:14px;
  height:100%;
  margin: 0px;
  padding: 0px;
}

/* Toolbar area */

.menu {
  background-color: transparent;
  border: none;
  height: 38px;
  margin: 16px;
  width: 36px;
}

md-toolbar h1 {
  margin: auto;
}

/* Sidenav area */

md-list .md-button {
  color: inherit;
  font-weight: 500;
  text-align: left;
  width: 100%;
}
md-list .md-button.selected {
  color: #03a9f4;
}

md-sidenav  md-list {
  padding: 0px 0px 8px 0px;
}


/* Primary content area */

#content {
  overflow: hidden;
}

#content  {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
}

#content .md-button.contact {
  background-color: transparent;
  border: none;
  width: 48px;
  height: 48px;
  margin: 8px auto 16px 0;
  position: absolute;
  top: 10px;
  right: 40px;
}

#content md-icon.avatar {
  margin-top: 10px;
}

#content .md-button.contact > md-icon {
  fill:black;
  width:36px;
  height:36px;
}

md-button.menuBtn > md-icon {
  fill:white;
  width:24px;
  height:24px;
}

#content .md-button.contact:active > md-icon {
  background-color: #dadada;
  border-radius: 75%;
  padding:4px;
  transition: all 100ms ease-out 30ms;
}

#content img {
  display: block;
  height: auto;
  max-width: 500px;
}

/* Utils */

.content-wrapper {
  position: relative;
}

/* Typography support coming in 0.8.0 */

md-toolbar h1 {
  font-size: 1.250em;
  font-weight: 400;
}

.avatar {
  position: relative;
  width: 128px;
  height: 128px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;
  zoom:0.70;
  transform: translateZ(0);
  -webkit-transform: scale(0.70);
  -moz-transform:scale(0.70);
}


md-bottom-sheet  md-icon {
  margin-right:20px;
}

span.name {
  font-weight: bold;
  font-size:1.1em;
  padding-left:5px;
}

.img_avatar{

  width: 150px ;
  height: 150px ;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.crop {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
  margin-right: 30px;
}

.crop img {
  width: 60px;
  height: 60px;
  /*margin: -75px 0 0 -100px;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.rounded{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0px !important;
  width: 50px ;
  height: 50px ;
  margin: auto !important;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;

  }
  /* Bottom Grid */
  
.bottomSheetdemoBasicUsage .md-inline-list-icon-label {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -10px;
  height: 24px;
  vertical-align: middle; }

.bottomSheetdemoBasicUsage .md-grid-item-content {
  height: 96px; }

.bottomSheetdemoBasicUsage .md-grid-item-content md-icon {
  height: 48px;
  width: 48px; }

.bottomSheetdemoBasicUsage .md-grid-text {
  padding-bottom: 5px; }

.bottomSheetdemoBasicUsage md-list-item, .bottomSheetdemoBasicUsage md-list-item ._md-list-item-inner {
  min-height: 48px; }

.bottomSheetdemoBasicUsage h2 {
  line-height: 36px;
  padding-top: 10px; }

.bottomSheetdemoBasicUsage .md-subheader ._md-subheader-inner {
  padding: 0; }

.bottomSheetdemoBasicUsage md-toast .md-toast-content {
  background-color: #B14141; }

.bottomSheetdemoBasicUsage md-toast > * {
  font-weight: bolder; }

/* Circular Button */

.round-button {
  width:25%;
}
.round-button-circle {
  width: 100%;
  height:0;
  padding-bottom: 100%;
    border-radius: 50%;
  border:6px solid #cfdcec;
    overflow:hidden;
    
    background: #3CA2E0; 
    box-shadow: 0 0 3px gray;
}
.round-button-circle:hover {
  background:#30588e;
}
.round-button a {
    display:block;
  float:left;
  width:100%;
  padding-top:50%;
    padding-bottom:50%;
  line-height:1em;
  margin-top:-0.5em;
    
  text-align:center;
  color:#e2eaf3;
    font-family:Amiri;
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;
}

/* progressive button */ 
/*
.md-round-btn {
  border-radius:50px;
}

.md-round-btn span:nth-child(2) {
  padding-right: 10px;
}

.md-round-btn .md-ripple-container {
  border-radius:50px;
}

.md-round-btn .md-ripple {
  border-radius:50px;
}

.md-fa-white {
  padding: 6px;
  background: #ffffff;
  margin-right: 4px;
  border-radius: 50px;
  border: 1px rgba(226, 226, 226,0.5) solid;
  color: black;
}*/

.md-round-btn {
  border-radius:50px;
}

.md-round-btn span:nth-child(2) {
  padding-right: 10px;
}

.md-round-btn .md-ripple-container {
  border-radius:50px;
}

.md-round-btn .md-ripple {
  border-radius:50px;
}

.md-fa-white {
  padding: 6px;
  background: #ffffff;
  margin-right: 4px;
  border-radius: 50px;
  border: 1px rgba(226, 226, 226,0.5) solid;
  color: black;
}
.btn-outline.btn-primary {
    /*box-shadow: 0 0 0 2px #2089c9 inset !important;*/
    color: #ffffff !important;
}

.btn-rounded {
    border-radius: 50px !important;
}

.btn-outline {
    /*background: 0 0 !important;*/
    border-color: white !important;
    font-weight: 400 !important;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px !important;
}

.btn-primary {
    /*color: #fff !important;*/
    /*background-color: #3ca2e0 !important;*/
    /*border-color: #2698dd !important;*/
}

.btn {
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    text-align: center !important;
    vertical-align: middle !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    background-image: none !important;
    border: 3px solid white !important;
    white-space: nowrap !important;
    /*padding: 6px 12px !important;*/
    font-size: 14px !important;
    /*line-height: 1.42857143 !important;*/
    border-radius: 20px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.checkboxdemoSyncing .checkboxDemo1 div {
  font-size: 24px;
  clear: both; }

.checkboxdemoSyncing legend {
  color: #3F51B5; }

.checkboxdemoSyncing legend code {
  color: #3F51B5;
  font-weight: normal; }

.checkboxdemoSyncing p {
  padding-left: 8px; }

.checkboxdemoSyncing .info {
  padding-left: 13px; }

.checkboxdemoSyncing div.standard {
  padding: 8px;
  padding-left: 15px; }

/*.checkboxdemoSyncing fieldset.standard {
  border-style: solid;
  border-width: 1px;
  height: 100%; }*/

.radioButtondemoBasicUsage body {
  padding: 20px; }

.radioButtondemoBasicUsage hr {
  margin-left: -20px;
  opacity: 0.3; }

.radioButtondemoBasicUsage md-radio-group {
  width: 150px; }

.radioButtondemoBasicUsage p:last-child {
  padding-bottom: 50px; }

.radioButtondemoBasicUsage [ng-controller] {
  padding-left: 20px; }

.radioButtondemoBasicUsage .radioValue {
  margin-left: 5px;
  color: #0f9d58;
  font-weight: bold;
  padding: 5px; }

.radioButtondemoBasicUsage md-icon {
  margin: 20px;
  margin-top: 0;
  width: 128px;
  height: 128px; }

.radioButtondemoBasicUsage .ipsum {
  color: saddlebrown;
  font-size: 0.9em; }

  /*data Table*/
  .dt {
    
   font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.01rem;
  color: #212121;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  
  width: 75%;
  margin: 50px auto;
  height: 300px;
}

.selected-box {
  background: #FFF;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  width: 30%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.dt.material.selectable:not(.checkboxable) .dt-body .dt-row.selected .dt-row-block, .dt.material.selectable:not(.checkboxable) .dt-body .dt-row.selected:hover .dt-row-block {
    background-color: #304FFE;
    color: #FFF;
}

/*Dialog*/

.dialogdemoBasicUsage #popupContainer {
  position: relative; }

.dialogdemoBasicUsage .footer {
  width: 100%;
  text-align: center;
  margin-left: 20px; }

.dialogdemoBasicUsage .footer, .dialogdemoBasicUsage .footer > code {
  font-size: 0.8em;
  margin-top: 50px; }

.dialogdemoBasicUsage button {
  width: 200px; }

.dialogdemoBasicUsage div#status {
  color: #c60008; }

a.md-button.md-default-theme.md-primary, a.md-button.md-primary, .md-button.md-default-theme.md-primary, .md-button.md-primary {
    color: rgb(15, 156, 143) !important;
}
/* login Styles */
a:hover {
    /*color: #337ab7;*/
    text-decoration: none !important;
/*    text-decoration-line: unset;
*/}
  
/* Login Styles */

  .inputdemoErrorsAdvanced {
    /* NOTE: Check the demo's HTML to see some additional RTL support CSS */
    /* Setup animations similar to the ng-messages */ }
    .inputdemoErrorsAdvanced .hint {
      /* Position the hint */
      position: absolute;
      left: 2px;
      right: auto;
      bottom: 7px;
      /* Copy styles from ng-messages */
      font-size: 12px;
      line-height: 14px;
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      /* Set our own color */
      color: grey; }
    .inputdemoErrorsAdvanced .hint.ng-hide,
    .inputdemoErrorsAdvanced .hint.ng-enter,
    .inputdemoErrorsAdvanced .hint.ng-leave.ng-leave-active {
      bottom: 26px;
      opacity: 0; }
    .inputdemoErrorsAdvanced .hint.ng-leave,
    .inputdemoErrorsAdvanced .hint.ng-enter.ng-enter-active {
      bottom: 7px;
      opacity: 1; }

    md-input-container .md-input{
      width:75% !important;
    }
    md-input-container{
      /*margin-right: 70px !important;*/
    }
    md-input-container .lable{
      color:#47B6AD !important;
    }

  .h4Login 
  {
    color:#47B6AD; 
    font-family:'Amiri';
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .inputLogin{color:#000 !important; font-weight: 48px !important;}
  .labelLogin{
    color:#31AFA3 !important;
     font-family:'Amiri';
      font-size: 0.8em; font-weight: 400;
    }
  .anchorLogin {
    color:#3ca2e0 !important;
    text-decoration: none !important;
    background-color: #2098d1 !important;
    }

  .enterCircle{    background-color: #EC942A;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 20%;
    /* margin-top: 33px; */
    margin-top: -10px;
    }
  .enterTitle{padding-top: 30%; font-family:'Amiri';font-size:1.2em;color:#fff;}

  .h5Login{font-family:'Amiri';font-size: 1.2em;margin-left: 25%;margin-right: -35px !important;color:#EC942A;}
  .btn{width:130px !important;font-size: 18px !important;}
  .loginBox {max-width:  90%;width: 500px}
  .stretch input {width: 100%}
  .hvr-float-shadow {display: block !important;} 

  .login-page {
    position: absolute;top: 0;left: 0;right: 0;bottom: 0;overflow: auto;
    background-image:url(../images/login-assets/background.png);background-repeat: no-repeat;
     background-size: 100% 100%;text-align: center;color: #fff;padding: 3em;
  }  
  .login-form{
    min-height: 80%;min-height: 80vh;display: flex;align-items: center;
  }
  .form-content{
    margin-right:-20px;
  }
  .login_content{
    width: 420px;height: 30%; margin: 0 30% 0 30%;
  }
  .warningMessage{color: black; background-color:#fff; margin-top:50px;}

@media  (min-width: 500px) and (max-width: 700px) {
    .form_resp {
    height: 480px;    
    width: 500px;
    /*background-image: url(../images/login-assets/BDHSLOGO.png);*/
    background-size: 75% 100%;
    background-repeat: no-repeat;
    position: fixed;
    right:-20%;
    top: 4%;
    left: 20%;
    padding-top: 70px;
    }
    .login-page {
        padding: 2.5em 3em 0 3em !important;
    }
  }
  @media  (min-width: 700px) and (max-width: 860px) {
    .form_resp {
    height: 480px;    
    width: 500px;
    /*background-image: url(../images/login-assets/BDHSLOGO.png);*/
    background-size: 75% 100%;
    background-repeat: no-repeat;
    position: fixed;
    right:5%;
    top: 4%;
    left: 20%;
    padding-top: 70px;
    }
    .login-page {
        padding: 2.5em 3em 0 3em !important;
    }
  }
  @media  (min-width: 831px) and (max-width: 1160px) {
    .form_resp {
    height: 480px;    
    width: 500px;
    /*background-image: url(../images/login-assets/BDHSLOGO.png);*/
    background-size: 75% 100%;
    background-repeat: no-repeat;
    position: fixed;
    right:10%;
    top: 1%;
    left: 20%;
    padding-top: 70px;
    }
    .login-page {
        padding: 2.5em 3em 0 3em !important;
    }
  }

  @media (min-width: 1161px) {
    .form_resp {
        height: 480px;
    width: 500px;
    /*background-image: url(../images/login-assets/BDHSLOGO.png);*/
    background-size: 75% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 18%;
    top: 16%;
    left: 32%;
    padding-top: 55px;
    }
  }
  
/* MyQuizzes Styles */
@media(max-width: 650px){
  .TabVerticalClass{
    padding-top: 140px !important;
    /*margin-right: 20%;*/
    margin-bottom: 50%;
  }
}
@media(max-width: 1460px){
.TabVerticalClass{
padding-top: 0px;
}}
@media(max-width: 1180px){
.TabVerticalClass{
padding-top: 0px;
}}
@media(max-width: 650px){
  .TabVerticalClass2{
    padding-top: 140px !important;
  /*margin-right: 20%;*/  
  }
}

@media(max-width: 1460px){
.TabVerticalClass2{
margin-top: -30px;
}}
@media(max-width: 1180px){
.TabVerticalClass2{
margin-top: -30px;
}}
  md-toolbar:not(.md-menu-toolbar) {background-color: rgb(255,255,255);}

  .h4Style{
    color:#ffffff;
    font-family:'Amiri';
    font-size: 22px;margin-top: 20px; }
  .h5Style{ margin: 0px; 
    font-family:'Amiri';
    font-size:18px;
    margin-bottom: 4px;padding: 2px;
    color:#31AFA3}
  
  .quizDiv{
   background-color:#CAEEEC; margin-top:10px; margin-bottom:10px;
   border-radius:10px;/* border:3px solid white;*/ padding:10px;
   margin-right:40px; width:100%; height:170px;/* margin-top:-150px;*/
  }
  .timeoutDiv{
   background-color:#CAEEEC; /*margin-top:10px;*/ margin-bottom:10px;
   border-radius:10px;padding:10px;
   margin-right:40px; width:100%; height:170px;/* margin-top:-150px;*/
  }
  .NoExamDiv{
   background-color:#CAEEEC; margin-bottom:10px;
   border-radius:10px; padding:10px;
   margin-right:40px; width:100%; height:170px; 
  }
  .spanContentClass{
  font-family:'Amiri'; font-size:18px; color:#000;
  }
  
  .myQClass1{border-radius: 50%;width: 60px; height: 60px;text-align: center; /*margin-right: 26%; margin-top: -7px;*/}
  .myQClass2{padding-top: 30%; font-family:'Amiri';font-size:1.2em;color:#fff;}
  .myQClass3{background-image:url(../images/list-exams-assets/footer3.png);width: 100%; height: 65px; background-repeat:no-repeat; background-size: 100% 100%; bottom: 0px; position: fixed;}
/* Quiz Styles */
  md-sidenav.md-locked-open, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed
  .md-sidenav-left, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed
  .md-sidenav-right, md-sidenav.md-locked-open-remove.md-closed 
  {position: fixed;}

  md-toolbar:not(.md-menu-toolbar) {background-color: rgb(255,255,255);}
  md-backdrop.md-sidenav-backdrop{display:none}
  
  @-webkit-keyframes sk-bounce {0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }}

  @keyframes sk-bounce {0%, 100% {transform: scale(0.0);-webkit-transform: scale(0.0);}
   50% { transform: scale(1.0); -webkit-transform: scale(1.0); }}
   .double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
  }

  .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  .indexSidenavClass{
    width:22%; height:100%;
    background-image: url(../images/exam-assets/sidebar.png);
    background-repeat:no-repeat;
    background-size:103% 100%;
    position: fixed; z-index: 1
  }
  .indexSidenavClass2{
    width: 90% !important; margin:8px; 
    border: 0px solid #fff; border-radius:20px; font-family:'Amiri'; font-size: 1.2em;
    }
    .FooterClass{
      background-image:url(../images/list-exams-assets/footer3.png);width: 100%;
   position: fixed; bottom: 0px; background-repeat:no-repeat; background-size: 100% 100%;
    }
  .timerClass{
    border-radius:5px; background-color:#FFB314;width: 150px;
          font-family:'Amiri'; font-size: 1.5em;
          color:#fff;
  }
  @media(width: 1024px){.hide1024{display: none;}.quizMainDiv{margin-bottom:2px;}}
  .hello_margin{text-align:-webkit-auto;font-size: 1em;font-family:'Amiri';}
  
  .quizMainDiv{
    background-color:white; margin-top:10px; margin-bottom:10px;
    border-radius:10px; border:10px solid white; padding-right:0px;
    margin:auto; width:90%;
  }
  .quizBodyDiv{
    /*height:100% !important;*/ border-radius:20px; border:1px solid #e0e0e0;
    background-color: #DFEDEE;
    background-repeat: no-repeat;background-size: 100% 100%;
  }
  .indexDiv{    
    background-color:#FCE1E1;
    text-align:center; 
    border: 2px solid #E9EAED;
    border-radius:5; width:50% ;
    font-size: 20px;
   font-family:'Amiri';
  }    
  .indexQues{
    background-color:#fff;    
  }
  .quizrightDiv{
    background-color:#31AFA3;
    color: #fff;
    text-align:center;
    border: 2px solid #E9EAED; border-radius:5%;
  }
  .bar h4{
    color:#ABACAE;
    font-family:'Amiri';
    font-size: 1em;
  }
  .bar span{
    color:#31AFA3;
   font-family:'Amiri';
    margin-left: 30px;
  }

/*Results Style*/
  .quesDivDimention{
    padding-bottom:15px; margin-top:10px;
  }
  .finalResultDiv{
    text-align:center; 
    border: 0px solid #E9EAED;
    border-radius:5px; 
    width:50%  !important;
    height: 50px;
  }
  .wrongDiv{
    background-color:#e0edee; text-align:center;
    border: 2px solid #E9EAED; border-radius:5;
  }
  .rightDiv{
    background-color:#e0edee; text-align:center;
    border: 2px solid #E9EAED; border-radius:5;
  }
  .questionTextC{
    text-align:center;
    font-family:'Amiri';
    font-size:18px;
    color: #087167
  }
  .questionTextR{
    text-align:right;
   font-family:'Amiri';
    font-size:20px;
    color:#55c6bb;
  }
  .questionTextW{
    text-align:right;
    font-family:'Amiri';
    font-size:18px;
    color:#d34e49;
  }
  .questionStyle{
    text-align:center;
    font-family:'Amiri';
    font-size:22px;
    color:#7B89D3;
  }
  .markText{
   
    font-family:'Amiri';
    font-size:18px;
    color:#019688;
  }

  .answerType{
    font-family:'Amiri';
      font-size: 18px;
      color: #fff;
      border-radius: 50px;
      background-color: #fff;
      padding: 5px;
  }
  .detailsClass{
    background-color: #fff;
      width: 90%;
      border-radius: 20px;
      margin-right: 5%;
      padding-right: 10px;
      padding-bottom: 10px;
  }
.bar{
  margin-right: 10px; width:80%
}
.resClass1{
  background-color:#fff;
  height:40px;
  padding-top:20px
}

.resClass2{
  width:50%;
  text-align:center;
  background-color:#31afa3;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top:10px;font-size: 20px;
}
.resClass3{
  width:50%;
  text-align:center;
  background-color:#55c6bb;
  color:#fff;
  font-family:'Amiri';
  height: 100%;
  border-top-right-radius: 5px;
  padding-top:10px;
  font-size: 22px;
  border-bottom-right-radius: 5px;
}
.resClass4{background-color: #43c1b5;
 border-radius: 50%;
 width: 40px;
 height: 40px;
 margin-right:20px;}
.resClass5{
  background-color: #d0413c; 
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right:20px;
}
.resClass6{
  background-color: #ffb515; 
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right:20px;
}
.resClass7{
  background-color: #fff;
  border-radius: 50%; width: 40px;
  height: 40px; margin-right:10px;
  margin-left:15px !important;
  }
 .resClass8{
  font-size: 22px; 
  padding-top: 2px;
   color:#31afa3
 }
.resClass9{
  font-size: 18px;
   padding-top: 2px;
    color:#fff
  }
  .resAnswerBlack{
    color:#000 !important;
  }

/* Other Styles */
  .username{
    color:#00564e;
    font-family: 'Amiri';
  }
  .NoExam{
      text-align: center;
      padding-top: 80px;
      font-family: 'Amiri';
      font-size: 1.5em;
      color: #1F8C81;
  }
  .timeout{
      text-align: center;
      padding-top: 5%;
      font-family: 'Amiri';
      font-size: 1.5em;
      color: #1F8C81;
  }
  .characterClass{
    position: fixed;
    left: 50px;
    bottom: 62px;
    height:55%;
    width: 18%;
  }
   @media(max-width: 700px)
   {.characterClass{
    position: fixed;
    left: 50px;
    bottom: 62px;
    height:350px;
    width: 30%;
  }
}
/*header*/
.headerClass1{
  margin-left:20px; margin-right:10px; text-align:center; font-family:'Amiri';
}
.headerClass2{
  text-align:right; font-family:'Amiri';
  color: #c6bd54; font-size:0.6em}

.headerClass3{
  text-align:right;font-family:'Amiri'; color: #fff;
}
.headerClass4{
  background-image:url(../images/list-exams-assets/headerl.png);width: 100%;
  background-repeat: no-repeat; background-size: 100% 100%;
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: rgb(49, 175, 163) !important;}

md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off {
    border-color: rgb(49, 175, 163) !important ; }

md-radio-button.md-default-theme .md-on, md-radio-button .md-on {
    background-color: rgb(49, 175, 163) !important; }  
textarea {
  resize: none;
}  
.md-title {

    font-family: 'Amiri';
    color: #4DB5AC;
}
.md-dialog-content-body p{
    font-family: 'Amiri';
}
md-dialog.md-default-theme, md-dialog {
    border-radius: 15px;
    background-color: rgb(255,255,255);
}

md-radio-button .md-container {
  position: inherit;
  margin-right:10px;
  margin-top: 10px;
}

md-radio-button .md-label {
    margin-right: 30px;
}

md-radio-button .md-container,md-checkbox .md-container{
right:0px;
}

md-radio-button .md-label{
  margin-right:40px!important;
  margin-left:40px;
}

md-checkbox .md-label{
  margin-right:50px!important;
  margin-left:50px;
  
}

.full-image{
  max-width: 100%;
  height: auto;
  display: block;
}
.indexSidenavClass {
  top: 100px;
}
.qs-lst-scrl{
  height: 300px;
}

.md-button.md-raised[disabled]{
  background-color:rgba(0,0,0,0.52);
}

.run-exam-footer-row{
  width: 100% !important;
  margin-left: 0!important;
  margin-right: 0!important;
  background: url(../images/background.png) #005aa8 !important;
  background-size: 100%;
  /* margin: 0; */
  padding-bottom: 1%;
}

.run-exam-footer-row .row{
  padding: 0;
  margin: 0;
}
.run-exam-footer-row .col-xs-6{
  text-align: center;
}

.run-exam-footer-row .btn{
  font-family:'Amiri';
  margin:0px;
  padding-left:15px;
  padding-right:15px;
  width: 100%!important;
}
.run-exam-footer-row .finish-btn{
  background-color: #D43E3D;
  border: 1px solid #D43E3D !important;
}

.run-exam-footer-row .fa-arrow-right {
  color:#31AFA3;
  margin-left: 20px;
  font-size:1.3em;
}

.prev-btn-container{
  margin-right:30px;
  float: right;
}

.next-btn-container{
  margin-left:30px;
  float:left;
}

.question-navigator{
  background-color:#FFB515;
  border-radius:50px;
  padding:0 30px 0 30px;
  color: white;
}

.run-exam-section-up {
  margin-bottom: 33px;
}

.run-examinfo-bar h4{
  display: inline !important;
  font-size: 18px !important;
  margin-left: 10px;
  margin-right: 10px;
  color: #ABACAE;
  font-family: 'Amiri';
} 
.run-examinfo-bar span{
  color: #005ba9;
}

.report-issue-btn{
  width: 100%!important;
  background-color: rgb(221,44,0);
  color: rgb(55 21 192);
}