/*.nav-tabs >  a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff!important;
    background-color: #f5e020!important;
    border: none!important;
}*/

.nav-tabs>li>a {  
    background-color: #f5e020;
    color: #0a0a0a;
}

.green{
    background-color: green!important;
    color: white!important;
    height: 40px;
}

.yellow{
    background-color: #000!important;
}

.question_not_visited {
    height: 40px;
    margin: 2px !important;
    width: 40px;
}

.thankyou-exam-box {
        padding: 50px;
    text-align: center;
    border: 3px #ccc;
    border-style: solid;
    background-color: #ededed;

}

/* new 
 */



 .checkbox label,
 .radio label {
     min-height: 20px;
     margin-bottom: 10px;
     font-weight: 400;
     cursor: pointer;
     border-radius: 14px;
     padding: 11px 33px;
     width: 100%;
     /* background: #9f749c !important; */
     color: black;
     background: #9e9e9e00 !important;
     font-size: 19px;
     border: 1px solid #9e9e9e;
 }

 @media only screen and (max-width :600px) {

     .checkbox label,
     .radio label {
         font-size: 17px;
     }
 }

 .box1 {
     /* background: rgba(255, 255, 255, 0.6); */
     /* padding: 20px 20px 20px 20px; */
     /* padding: 16px; */
     border: 6px solid #9fc3e2;
     /* border: 1px; */
     border-radius: 9px;
     word-wrap: break-word;
     box-shadow: 0 3px 6px #dadada;
     min-height: 360px;
 }

 .pl0 {
     padding-left: 0px;
 }

 @media only screen and (max-width :600px) {
     .box1 {
         margin: 10px 0;
         padding: 0;
     }

     .box2 {
         padding: 0;
         height: auto !important;
         margin: 0em;
         overflow-y: auto;
     }

     .pl0 {
         padding: 10px;
     }
 }

 .box2.bg1 {
     background: #ffffff;
     color: black;
     /* background: #6e2869;
     color: white; */
     /* border: none !important; */
     /* border: 6px solid #3a6891; */
 }

 .box1.bg1 {
     /* background: #6e28699c;
      border: none !important; */
     background: #ffffff;
     color: black;
     border: 6px solid #9fc3e2;
 }

 .box1.bg2 {
     /* background: #a3a6ff; */
     background: #ffffff;
 }

 .box2.bg2 {
     /* background: #6b6db9; */
     background: #ffffff;
 }

 .box2 {
     /* background-color: transparent; */
     /* border: 1px solid #c9cacc; */
     padding: 5px 5px 5px 5px;
     /* padding: 15px; */
     min-height: 360px;
     border-radius: 9px;
     word-wrap: break-word;
     padding: 10px;

     height: 75vh;
     margin: 0.5em;
     overflow: auto;
 }


 ::-webkit-scrollbar {
     width: 7px;
     border: 1px solid #5e6468;
 }

 ::-webkit-scrollbar-thumb {
     -webkit-border-radius: 10px;
     border-radius: 10px;
     background: #5e6468;
     -webkit-box-shadow: inset 0 0 6px #fff;
 }

 ::-webkit-scrollbar-thumb:window-inactive {
     background: rgba(255, 0, 0, 0.4);
 }

 img.zoom-button {
     /* width: 100px; */
     height: 100px;
 }

 .f-size {
     /* width: 200px; */
     height: 100px;
 }

 .que-title {
     margin: 15px
 }

 .que-title h4 {
     /* background: #3a6891; */
     background: #ffde2e;
     font-weight: 600;
     padding: 10px;
     color: black;
     border-radius: 9px;
 }

 p.background {
     background: #efefef;
     border-radius: 2px;
     padding: 10px 10px 10px 10px;
     margin-top: 5px;
     word-wrap: break-word;
 }

 .logo-main {
     display: block;
     /* margin: 5px auto; */
     /* margin-left: 50% */
 }

 #footer {
     position: fixed;
     z-index: 1;
     height: 80px;
     background: rgba(255, 255, 255, 0.9);
     bottom: 0px;
     left: 0px;
     padding: 5px 5px 5px 5px;
     right: 0px;
     margin-bottom: 0px;
     -webkit-box-shadow: -1px -9px 20px -15px rgba(0, 0, 0, 0.75);
     -moz-box-shadow: -1px -9px 20px -15px rgba(0, 0, 0, 0.75);
     box-shadow: -1px -9px 20px -15px rgba(0, 0, 0, 0.75);
 }

 hr.style18 {
     border-top: 1px solid #c9cacc;
 }

 /*::-webkit-scrollbar {*/
 /*    width: 2px;*/
 /*}*/


 /* Track */

 ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px #fff;
     -webkit-border-radius: 10px;
     border-radius: 10px;
 }


 /* Handle */

 /*::-webkit-scrollbar-thumb {*/
 /*    -webkit-border-radius: 10px;*/
 /*    border-radius: 10px;*/
 /*    background: steelblue;*/
 /*    -webkit-box-shadow: inset 0 0 6px #fff;*/
 /*}*/

 /*::-webkit-scrollbar-thumb:window-inactive {*/
 /*    background: rgba(255, 0, 0, 0.4);*/
 /*}*/

 h3.que {
     /* padding: 10px;
     background: #dbdbdb;
     border-radius: 4px;
     margin: 10px; */
     padding: 10px 0;
     background: #739e9400;
     border-radius: 4px;
     margin: 11px 0;
     /* color: white; */
     color: black
 }

 .btn-report {
     color: #fff;
     background-color: #da2323;
     font-size: 12px;
     padding: 2px 7px;
     border-color: #d43f3a;
 }

 .zoom-button {
     /* color: rgb(0, 0, 0); */
     /* color: rgb(159 57 57); */
     font-size: 15px;
     font-weight: 600;
     /* background: #ffde2e;
     padding: 0 10px;
     border-radius: 5px; */
 }

 button#timer {
     margin: 5px 3px;
     /* width: 17rem; */
     color: white;
     font-weight: bolder;
     padding: 6px 5px !important;
     font-size: 15px;
 }

 h4.test-name {
     font-size: 22px;
 }

 .text-align-r {
     text-align: right;
 }

 @media only screen and (max-width :600px) {
     button#timer {
         margin: 5px 3px;
         font-size: 12px
     }

     .text-align-c {
         text-align: center;

     }

     h4.test-name {
         font-size: 14px;
         text-align: start;
     }

     h3.que {
         /* padding: 9px; */
         background: transparent;
         /* border-radius: 4px; */
         margin: 5px;
         font-size: 16px;
     }

     .tab-content {
         padding: 0px 6px;
     }

     .box2 {
         /* min-height: auto; */
     }
 }


 /* img enlarge */

 .image-link {
     cursor: -webkit-zoom-in;
     cursor: -moz-zoom-in;
     cursor: zoom-in;
 }


 /* This block of CSS adds opacity transition to background */

 .mfp-with-zoom .mfp-container,
 .mfp-with-zoom.mfp-bg {
     opacity: 0;
     -webkit-backface-visibility: hidden;
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }

 .mfp-with-zoom.mfp-ready .mfp-container {
     opacity: 1;
 }

 .mfp-with-zoom.mfp-ready.mfp-bg {
     opacity: 0.8;
 }

 .mfp-with-zoom.mfp-removing .mfp-container,
 .mfp-with-zoom.mfp-removing.mfp-bg {
     opacity: 0;
 }


 /* padding-bottom and top for image */

 .mfp-no-margins img.mfp-img {
     padding: 0;
 }


 /* position of shadow behind the image */

 .mfp-no-margins .mfp-figure:after {
     top: 0;
     bottom: 0;
 }


 /* padding for main container */

 .mfp-no-margins .mfp-container {
     padding: 0;
 }


 /* aligns caption to center */

 .mfp-title {
     text-align: center;
     padding: 6px 0;
 }

 .image-source-link {
     color: #DDD;
 }

 .mfp-close {
     width: 53px;
     height: 42px;
     opacity: 3.75;
     font-size: 41px;
     font-family: Arial, Baskerville, monospace;
 }

 button.mfp-close,
 button.mfp-arrow {
     background: #cb5959e3;
     box-shadow: -1px 2px 3px 1px #bc5656;
 }


 /* loader */

 .loadingContainer {
     width: 50%;
     height: 50%;
     overflow: auto;
     margin: auto;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
 }

 .shader {
     width: 100%;
     height: 100%;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     position: fixed;
     display: none;
 }

 .overlay {
     background-color: black;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     opacity: .5;
     position: fixed;
 }

 #divLoading3 {
     border-radius: 40px;
     margin: auto;
     overflow: hidden;
     width: 100%;
     height: 100%;
     background-color: white;
 }

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

 #loader {
     display: block;
     position: relative;
     left: 50%;
     top: 50%;
     width: 150px;
     height: 150px;
     margin: -75px 0 0 -75px;
     border-radius: 50%;
     border: 3px solid transparent;
     border-top-color: #3498db;
     -webkit-animation: spin 2s linear infinite;
     animation: spin 2s linear infinite;
 }

 #loader:before {
     content: "";
     position: absolute;
     top: 5px;
     left: 5px;
     right: 5px;
     bottom: 5px;
     border-radius: 50%;
     border: 3px solid transparent;
     border-top-color: #e74c3c;
     -webkit-animation: spin 3s linear infinite;
     animation: spin 3s linear infinite;
 }

 #loader:after {
     content: "";
     position: absolute;
     top: 15px;
     left: 15px;
     right: 15px;
     bottom: 15px;
     border-radius: 50%;
     border: 3px solid transparent;
     border-top-color: #f9c922;
     -webkit-animation: spin 1.5s linear infinite;
     animation: spin 1.5s linear infinite;
 }

 @-webkit-keyframes spin {
     0% {
         -webkit-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
         transform: rotate(0deg);
     }

     100% {
         -webkit-transform: rotate(360deg);
         -ms-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }

 @keyframes spin {
     0% {
         -webkit-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
         transform: rotate(0deg);
     }

     100% {
         -webkit-transform: rotate(360deg);
         -ms-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }

