@charset "utf-8";
/* CSS Document */
#ad_left_menu,
#ad_left_menu ul,
#ad_left_menu ul li,
#ad_left_menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  text-align:left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.quick-color { 
  width: 100%;
  margin: 0px 0%;
  padding: 15px 0px;
  font-size: 15px;
  background: #3F3F3F;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom: 1px solid #666;
  color: #fff;
}
#ad_left_menu {
  width: 100%;
  margin:0px 0% 0px;
  font-family: Helvetica, Arial, sans-serif;
  color: #000; font-weight:bold;
}
#ad_left_menu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#ad_left_menu > ul > li > a {
  padding: 12px 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 13px;
  font-weight:bold;
  text-decoration: none;
  color: #000;
  background:#F2F2F2;
  border-bottom:1px solid #FFF;
  line-height: 18px;
}
#ad_left_menu > ul > li > a:hover,
#ad_left_menu > ul > li.active > a,
#ad_left_menu > ul > li.open > a {
  color: #000;
  background: #ffffff;
}
#ad_left_menu > ul > li.open > a {
  border-bottom: 1px solid #FFF;
}
#ad_left_menu > ul > li:last-child > a,
#ad_left_menu > ul > li.last > a  {
  /* border-bottom: 1px solid #0099da; */
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
#ad_left_menu > ul > li > a:hover > span::after,
#ad_left_menu > ul > li.active > a > span::after,
#ad_left_menu > ul > li.open > a > span::after {
  border-color: #000;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#ad_left_menu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #F1F1F;
  border-right: 1px solid #F1F1F;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  background: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#ad_left_menu ul ul li:hover > a,
#ad_left_menu ul ul li.open > a,
#ad_left_menu ul ul li.active > a {
  background: #F5F5F5;
  color: #000;
}
#ad_left_menu ul ul li:first-child > a {
  box-shadow: none;
}
#ad_left_menu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#ad_left_menu ul ul ul li a {
  padding-left: 30px;
}
#ad_left_menu > ul > li > ul > li:last-child > a,
#ad_left_menu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#ad_left_menu > ul > li > ul > li.open:last-child > a,
#ad_left_menu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #FFF;
}
#ad_left_menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#ad_left_menu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#ad_left_menu ul ul li.active > a::after,
#ad_left_menu ul ul li.open > a::after,
#ad_left_menu ul ul li > a:hover::after {
  border-color: #ffffff;
}
.mat-active{ border-bottom:#F30 solid 2px; margin:5px 0px 0px;}
.checkbox, .radio {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.checkbox label, .radio label {
    width: 100%;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.right_search{ margin:10px;}
.follow_us_text{ font-size:17px; font-weight:600; font-style:italic; text-align:justify !important; color:#0099da; padding:5px 0px 0px;}
.follow_us_border{ border-bottom:2px solid #ccc !important; margin-bottom:5px;}
.lockscreen-wrapper {
    max-width: 400px;
    margin: 0 auto;
}
.profile-username{
  font-size: 18px;
}
.quiz-ans-margin{
  margin-left: 0;
}
.checkbox {
    padding: 5px 0px 5px 25px;
}
.checkbox label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: 5px;
    margin-top: 0;
    border: 1px solid #cccccc;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
    border-color: #5cb85c;
    content: '\2713';
    color: #5cb85c;
}
.modal-header .close {
  margin-top: -26px;
}
.example_prog_text{
  text-align: left;
}
.lockscreen-wrapper{
  margin-top: 0px;
}
.header-social .fa {
    background: #F2F2F2;
    border-radius: 35px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    transition: all .2s;
    width: 40px;
}
.html_content p img {
    max-width: 100% !important;
    height: auto !important;
}
#ad_left_menu ul li.actived a {
    background-color: #146f43 !important;
    color: #fff !important;
}
.timer {
    background-color: #146f43;
    padding: 5px;
    position: absolute;
    width: 180px;
    right: 0%;
    z-index: 11;
    top: 57px;
}
.timer span,  .timer i{
  color: #FFF !important;
  font-weight: bold;
}
.radioAnswer {
  background-color: antiquewhite;
}
.show_my_ans {
    display: block;
    padding: 10px 15px 10px;
}
@media only screen and (min-width: 780px) and (max-width: 3000px){
  .navbar_brand_logo {
      display: none;
  }
}

@media only screen and (min-width: 230px) and (max-width: 780px){
  .navbar_brand_icon {
      display: none;
  }
}

@media (max-width: 768px){
  .navbar-default {
      background-color: #136f43;
  }
  .navbar-default .navbar-nav>li>a{
    color: rgb(252 252 252);
  }
  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #0f6f7b !important;
  }
}