HTML {
overflow: -moz-scrollbars-vertical; overflow-x: none;
}

* {
	margin:0;
	padding:0;
}


body {

    background-color: #FFFFFF;
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    
}

img {	border:0; }

.clear{ display: block;  clear: both; }
.clearH{ display: block;  clear: both; height: 20px; }
p {
    margin-bottom: 20px;
    margin-top: 0;
}
a, a:visited  {
    color: #757475;
    cursor: pointer;
   text-decoration: none;
}


a:hover {
    text-decoration: none;
}
a img {
    border: medium none;
}
.img-responsive{  max-width: 100%; }

.orangebg{ background: #C6863A; color: #222222; }
.orange{   color: #C6863A; }
.red{   color: #B6221A;  }

.floatright{  float: right;  }
.floatleft{  float: left;  }

.center{ text-align: center; }
.alignleft{ text-align: left; }
.alignright{ text-align: right; }
.justify{  text-align: justify; }

img.alignright{   float: right; margin-left: 15px;  max-width: 100%; height: auto;}
img.alignleft{   float: left; margin-right: 15px; max-width: 100%; height: auto; }
img.alignnone, img.alignnone{   float: none; max-width: 100%; height: auto; }


.imgborder  {  border: 1px solid #E0E0E0; padding: 4px; }
.imgborder2  {  border: 2px solid #C6863A; padding: 4px; }
.imgborder-round  {  border: 2px solid #C6863A; padding: 0px; border-radius: 10px; overflow: hidden; }
.imgborder-round2  {  border: 2px solid #C6863A; padding: 0px; border-radius: 50px 0px 0px 50px; overflow: hidden; }


.uppercase{  text-transform: uppercase; }

fieldset ,form{
	border:0;
	margin:0;
	padding:0;
}


h1, h2, h3, h4 {
  font-weight: 500;  line-height: 110%; margin: 0; padding: 0;
}

.wrapper  { clear: both; margin: 0 auto;  padding: 0px;   width: 100%; background: transparent;  }
.box-5{   float: left; width: 5%; display: block;}
.box-10{   float: left; width: 10%; display: block;}
.box-15{   float: left; width: 15%; display: block;  }
.box-20{   float: left; width: 20%; display: block;}
.box-25{   float: left; width: 25%; display: block;}
.box-30{   float: left; width: 30%; display: block;}
.box-33{   float: left; width: 33%; display: block;}
.box-35{   float: left; width: 35%; display: block;}
.box-40{   float: left; width: 40%; display: block;}
.box-45{   float: left; width: 45%; display: block;}
.box-50{   float: left; width: 50%; display: block;}
.box-55{   float: left; width: 55%; display: block;}
.box-60{   float: left; width: 60%; display: block;}
.box-65{   float: left; width: 65%; display: block;}
.box-70{   float: left; width: 70%; display: block;}
.box-75{   float: left; width: 75%; display: block;}
.box-80{   float: left; width: 80%; display: block;}
.box-90{   float: left; width: 90%; display: block;}
.box-100{  clear: both; width: 100%; display: block;}
.row {  margin: 0px -15px; }
.box-paddingS{  padding: 0 15px; }
.box-paddingL{  padding-left: 20px; }
.box-paddingR{  padding-right: 20px; }
.box-padding {  padding: 15px; }
.box-pad-t {  padding: 15px 0px; }
.pad40{   padding: 20px 40px; }


.faq-box{   display: block; clear: both; }
.title-header{ background: #006DAA; color: #FFFFFF;  padding: 5px 10px;         }
.title-header1 {
    background: #63b3ef;
    color: #FFFFFF;
    padding: 5px 10px;
}

.time, .qs-no{  text-align: right; }

.sub-header{ background: #80AEE1; color: #FFFFFF;  padding: 5px 10px; font-weight: 700;  }

.faq-container{
  padding: 40px 0px 20px 0px; display: block; height:540px;
}

.mcqa {   padding: 20px; }

.mc-question label{
  display: block; clear: both; padding: 5px 0px;
}
.mc-info{
  padding: 10px 0px; display: block;
}
.mc-info ul{  padding: 0px; margin: 0 0 0 25px;  }

.faq-footer { background: #006DAA; color: #FFFFFF; font-weight: 700;  padding: 5px 10px;  height:40px;    }

a.previous, a.next{
  display: inline-block; border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 5px 10px; color: rgba(255, 255, 255, 1);  transition: all 0.6s ease 0s;
}

.pre-next{   text-align: right; }

a.previous:hover, a.next:hover{
border: 1px solid rgba(255, 255, 255, 0.7); background: rgba(255, 255, 255, 1);
  padding: 5px 10px; color:#005C8F;
}


 .box {}

a.button { color: #fff; cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {  color: #FFCC33;}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #006DAA;  color: #FFFFFF;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h3 {
  margin: 0 0 15px 0px; padding: 0 0 5px 0px; line-height: 100%;
  color: #FFFFFF; border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

a.close2{
  display: inline-block; border: 1px solid rgba(255, 255, 255, 1);
  padding: 5px 15px; margin: 0 auto; color: rgba(255, 255, 255, 1);
  font-size: 16px;
}


ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
::selection {
    background: #ad9383;
    color: #fff;
}
::-moz-selection {
    background: #ad9383;
    color: #fff;
}

.scroll_bx_p{ height: 280px; overflow: auto;}
.date_picker{ background-image:url(../Images/date_picker.png) !important; background-position: right;background-repeat: no-repeat;    width: 125px !important;}

.login {
  margin: 0px auto;
  padding: 20px;
  background: #006DAA;  color: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  position: relative;
  /*transition: all 5s ease-in-out;*/
}

    .login h3 {
        margin: 0 0 15px 0px;
        padding: 0 0 5px 0px;
        line-height: 100%;
        color: #FFFFFF;
        border-bottom: 2px solid #bf0a0a; /*rgba(255, 255, 255, 0.2)*/
        font-family: Tahoma, Arial, sans-serif;
    }

table.tbl_structure{ width:auto;margin-bottom: 10px;}
table.tbl_structure td{ padding:4px; vertical-align:middle; font-size:12px; text-transform:capitalize;}

table.teststructure { width:auto;margin-bottom: 10px;}
table.teststructure td { padding:4px; vertical-align:middle; font-size:12px; text-transform:capitalize; border: 1px solid blue; text-align:center; }

