/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.0.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
.text-blink{
    animation: textblink 3s infinite;
}
@keyframes textblink{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.profile .navbar-brand img{
    width:160px;
    height:160px;
    float:left;
    padding:0; 
    overflow:hidden;
    border:3px solid #eee;
    margin-left:15px;
    background:#333;
    text-align:center; 
    color:#fff !important;
    font-size:2em;
        -webkit-transition:  all 0.3s ease-in-out;
      	-moz-transition: all 0.3s ease-in-out;
      	-o-transition:  all 0.3s ease-in-out;
      	transition: all 0.3s ease-in-out ;

	}
@media (max-width: 767px){
    .register-popup form{
        width: 90% !important;
    }
	
	li.nav-item.extrafm {
        display: none;
    }
	
	div.show li.nav-item.extrafm {
        display: unset;
    }
}

@media (max-width: 768px) {
.profile .navbar-brand img{
    max-width: 100px;
	max-height:100px;
	float:left;
	margin-left:0px;
	-webkit-transition:  all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition:  all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out ;
  } 



.profile .site-name{
	font-size:1em !important; 
    color: #000 !important;
    text-align: center;
    width: 100%;
}

.row.profile nav.navbar.navbar-default.profile {
    margin-top: -24% !important;
}

.profile .site-name p {
    font-size: 14px !important;
}

.row.profile nav.navbar.navbar-default.profile .navbar-header a.navbar-brand {
    width: 100%;
    max-width: 100%;
    padding: 0;
    
}

.row.profile nav.navbar.navbar-default.profile .navbar-header a.navbar-brand img.img-fluid {
    margin-left: 32%;
}
}
.profile .site-name{
	color:#fff;
	font-size:2.4em; 
    font-family: 'Open Sans Condensed', sans-serif, sans-serif;
    float: right;

	}	
.row.profile nav.navbar.navbar-default.profile {
    margin-top: -10%;
}
.profile .site-description{
	color:#fff;
	font-size:1.3em;
	float:left;
	margin-top:-7% !important;
	margin-left:15px;
	}
	
	
.profile .slider, .carousel{
	max-height:513px;
	overflow:hidden;
	}
	
.profile .carousel-control .fa-angle-left,
.profile .carousel-control .fa-angle-right {
position: absolute;
top: 50%;
font-size:2em;
z-index: 5;
display: inline-block;
}

.profile .carousel-control{
	background-color:transparent;
	background-image:none !important;
	}
	
.profile .carousel-control:hover,
.profile .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  background-color:transparent !important;
  background-image:none !important;
  outline: 0;
}


ul.dropdown-menu.sub-items {
    padding: 10px 10px;
}


ul.dropdown-menu.sub-items li {
    border-bottom: 1px solid #109af2;
}

.subjectbc_2e3192 {
    background: #109af2;
    border-radius: 20px;
    padding: 16px;
    margin: 2%;
}

.subjectbc_1cbbb4 {
    background: #1cbbb4;
    border-radius: 20px;
    padding: 16px;
    margin: 2%;
}
.col-md-4.col-sm-12.subjects.ng-scope {
    text-align: center;
}


.year_odd {
    background: #005d62;
    color: #fff;
    border-radius: 20px;
}

.year_even {
    background: #2e3192;
    color: #fff;
    border-radius: 20px;
}

span.overlay-zoom.subject_name h5 {
    position: absolute;
    top: -352% !important;
    width: -webkit-fill-available;
    font-weight: bold;
    font-size: x-large;
    padding: 0px 10%;
    left: 1.5%;
    color: #00417f;
    font-size: 19px;
}
 
span.overlay-zoom.subject_name h5 i.fa {
    font-size: 70px;
    margin-bottom: 11px;
    color: #ff0000;
}
.name_color_2e3192 {
    color: #109af2 !important;
}

.col-md-4.col-sm-4.subjects {
    text-align: center;
}
.name_color_1cbbb4 {
    color: #1cbbb4 !important;
}


li.list-group-item p.text-center {
    color: #FFF;
    font-weight:bold;
    margin-bottom: 0;
}

li.list-group-item a.text-center {
    font-size: 16px;
    margin: 0;
    color: #333;
    font-weight: bold;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;

}

li.list-group-item.active.bgblue {
    background: #587C23;
    border: 0;
    text-align: center;
    padding: 11px 0;
}

li.list-group-item.heading {
    text-align: -webkit-center;
    padding: 10px 0;
}

li.list-group-item.heading a.text-center {
    color: #fff;
}

li.list-group-item.active.bgblue a.text-center {
    color: #fff;
}

li.list-group-item.heading a.text-center i.fa {
    font-size: 40px;
}


li.list-group-item.urdu{
    text-align: right;
}


.color-red {
    color: red;
}

.col-md-12.log {
    padding-top: 0;
    padding-bottom: 0;
}

.right_border {
    border-right: 1px solid;
}

.left_border {
    border-left: 1px solid;
}

.logicon {
    padding: 6px 13px;
    color: #fff;
    border-radius: 50%;
    width: min-content;
    height: fit-content;
}

.logicon i.fa {
    font-size: 35px;
}

.col-md-12.log .col-md-6 .row.logrow {
    padding-left: 10px;
    padding-bottom: 5%;
}

.logcontant .logname {
    width: 70%;
    font-size: 22px;
    font-weight: bold;
    float: left;
}

.logcontant .datetime {
    width: 30%;
    float: right;
    text-align: right;
    color: rgba(0,0,0,.5);
}
.logcontant .detail div {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0,0,0,.5);
}

.logcontant .detail div span.value {
    color: #333;
    text-transform: capitalize;
    margin-left: 6px;
    font-weight: 500;
}

table.loginhistory{
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: 0px 5px;
}

.loginhistory td, .loginhistory th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.loginhistory tr:nth-child(even) {
  background-color: #dddddd;
}

.logcontant .detail div span.value.b_d {
    font-weight: 100;
    font-size: 14px;
}
div#unit_container dl.dropdown {
    margin-bottom: 0;
}

.padding0 {
    padding: 0 !important;
}
div#unit_container dl.dropdown .mutliSelect ul#selectall {
    border-bottom: 0px;
}
div#unit_container dl.dropdown .mutliSelect ul#chapters {
    border-top: 0px;
}

.service_block h5.text-left.w-100 {
    color: #FFF;
}
.service_block ul.list-unstyled.padding0.text-left li small {
    COLOR: #FFF;
}
.service_block {
    color: #2d3192;
}

.service_block small.float-left.text-left.w-100 {
    color: #fff;
    line-height: 1;
    font-size: 70%;
    margin-bottom: 2.5%;
}
.service_block ul.list-unstyled.padding0.text-left li {
    line-height: 1;
}

.login-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 30px;
    background-color: #00000091;
    height: 100%;
}
.login-popup form {
    background-color: white;
    width: 350px;
    margin: 0 auto;
    padding: 18px;
    border-radius: 5px;
}
.login-popup form .login-popup-close{
    float: right;
    cursor: pointer;
}
.login-popup form h3{
    text-align: center;
}
.login-action-btn{
    cursor: pointer;
}

.register-popup {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 30px;
    background-color: #00000091;
    height: 100%;
}
@media (max-width: 575px){
    .register-popup-select-class label{
        max-width: 50% !important; 
    }
}
.register-popup form {
    background-color: white;
    width: 725px;
    margin: 0 auto;
    padding: 18px;
    border-radius: 5px;
}
.register-popup form .register-popup-close{
    float: right;
    cursor: pointer;
}
.register-popup form h3{
    text-align: center;
}
.register-action-btn{
    cursor: pointer;
}
.register-popup {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 30px 0;
    background-color: #00000091;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}
/*.alertify-notifier.ajs-right {
    background-color: #000000ab;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    left: 0 !important;
    top: 30% !important;
    margin: 0 auto !important;
}*/
.popup-register-form .error {
    color: red;
    font-weight: bold;
}
.popup-register-form select.error, .popup-register-form input.error {
    border: 2px solid red;
}

.alertify-notifier.ajs-right{
    position: fixed !important;
    top: 45% !important;
    width: 99% !important;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible{
    position: initial;
    margin: 0 auto !important;
}
.alertify-notifier .ajs-message.ajs-success{
    background: green !important;
    /*background: #00417f !important;*/
}
.alertify-notifier .ajs-message{
    border: solid 4px #ddd !important;
    font-weight: bold !important;
}

span.history_test_details {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.topicLogs a.showless {
    display: none;
}

.topicLogs.showlog a.showless {
    display: contents;
}

.topicLogs.showlog a.showmore {
    display: none;
}

.topicLogs.showlog span.history_test_details {
    -webkit-line-clamp: 200;
    line-clamp: 200;
}