body{
    margin: 0px!important;
    background-color: rgb(241,242,247)!important;
}


.main-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 252px;
    height: 100%;
    background-color: #2c2e3e;
    overflow-y: auto;
    z-index: 599;
    overflow-x: hidden;
}


.main-menu .main-menu-header {
    height: 83px;
    line-height: 83px;
    box-sizing: content-box;
    text-align: left;
    padding-left: 2px;
    background: #282a3c;
}

.dashboard-head{
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding-left: 22px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    text-indent: 1px;
    font-family: Cambria;
}


.main-menu #menu {
    padding-left: 27px;
    padding-top: 5px;
}

.main-menu #menu .menu-section {
    margin-top: 30px;
}

.main-menu #menu .menu-section .menu-item.active {
    color: #334571;
    font-weight: 700;
}
.main-menu #menu .menu-section .menu-item {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    margin-bottom: 16px;
}

.main-menu #menu .menu-section .menu-item.active a {
    color: #334571;
    font-weight: 700;
}

.main-menu a{
    color: #f5f5f5!important;
}


.account-brand {
    height: 50px;
    padding: 15px 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
a {
    text-decoration: none;
    color: #333333;
    font-family: sans-serif;
}

a:hover {
    text-decoration: none;
    color: #333333;
    font-family: sans-serif;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

.account-brand img{
    position: relative;
  
}



.menu-title {
    color: #A9A9A9;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Brandon Text','Lato',sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}


.menu-item {
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    margin-bottom: 8px;
}

.menu-item a{
    color: #484848;
}


.content{
    padding-left: 250px;
}

.content-header{
    background-color: white;
    padding: 29px;
    height: 83px;
}

.content-inner{
    padding: 22px;
}


.content-header .h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  font-weight: 600;
}



.page-head h3{
    color: #333333;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    margin: 22px;
    font-family: 'Brandon Text','Lato',sans-serif;
}



/* Courses */

/* .portlet{

} */

.portlet-head{
    opacity: 0.9;
    cursor: pointer;
    background: url(https://vulms.vu.edu.pk/App_Themes/Default/Images/bg/bg-6.jpg);
    background-size: cover;
    padding: 18px !important;
    color: white;
    text-decoration: none;
}

.portlet-head p{
    margin-bottom: 0px;
}

.portlet-body{
    padding: 18px;
}


.portlet-body h6{
    color: #747474;
    font-weight: 600;
}



.lesson{
    background: white;
    border: 1px solid #e9e8e8;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 10px;
}


.lesson p{
    margin: 0px;
}


.lesson-wrapper{
    padding-left: 10%;
    padding-right: 10%;
    font-size: large;
}

.done-topics{
    font-size: smaller;
    color: gray;
}


.check-wrapper {
    display: inline-block;
    background: #28a745;
    color: white;
    text-align: center;
    border-radius: 5px;
    margin-left: 9px;
    padding: 0px 45px;
}



/* Messaging */

@keyframes fadeOut {
    0% { opacity: 1;}
    99% { opacity: 0.01;width: 100%; height: 100%;}
    100% { opacity: 0;width: 0; height: 0;}
  }
  
  
  .error-box {
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin: 17px;
    z-index: 100000;
  }
  
  .err{
    color: #fff;
    background: #ad0606;
    text-align: center;
    padding: 15px;
    margin: 15px;
    animation: fadeOut 2s forwards;
    animation-delay: 4s;
    font-size: 18px;
    font-family: Arial;
  }
  
  .suc{
    color: #fff;
    background: #06ad53;
    text-align: center;
    padding: 15px;
    margin: 15px;
    animation: fadeOut 2s forwards;
    animation-delay: 4s;
    font-size: 18px;
    font-family: Arial;
  }
  
  .war{
    color: #fff;
    background: #ff9800;
    text-align: center;
    padding: 15px;
    margin: 15px;
    animation: fadeOut 2s forwards;
    animation-delay: 4s;
    font-size: 18px;
    font-family: Arial;
  }

  


  .lesson p{
      text-align: justify;
  }



/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-breadcrumb, .cd-multi-steps {
    width: 90%;
    max-width: 768px;
    background-color: #edeff0;
    border-radius: .25em;
    margin: 0px!important;
    padding: 0;
  }
  .cd-breadcrumb::after, .cd-multi-steps::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
  }
  .cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    /* single step */
    display: inline-block;
    font-size: 1.2rem;
    color: #2c3f4c;
  }
  .cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
    /* selected step */
    color: #96c03d;
  }
  .no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
    /* steps already visited */
    color: #96c03d;
  }
  .cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
    /* replace the default separator with a custom icon */
    content: '';
    height: 16px;
    width: 16px;
    background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
  }
  .cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
    /* add a custom icon before each item */
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: .4em;
    margin-top: -2px;
    background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align: middle;
  }
  .cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
    /* change custom icon using image sprites */
    background-position: -20px 0;
  }
  .cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
    background-position: -40px 0;
  }
  .cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
    background-position: -60px 0;
  }
  .cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
    /* change custom icon for the current item */
    background-position: 0 -20px;
  }
  .cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
    background-position: -20px -20px;
  }
  .cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
    background-position: -40px -20px;
  }
  .cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
    background-position: -60px -20px;
  }
  


  .btn-complete{
    color: rgb(99, 99, 99);
    border: 0;
    border-radius: 5px;
    padding: 7px 25px;
    border: 1px solid #b1afaf;
    position: relative;
    bottom: 1px;
    cursor: pointer;
  }


  .check-wrapper-long{
    display: inline-block;
    background: #28a745;
    color: white;
    text-align: center;
    border-radius: 5px;
    margin-left: 9px;
    padding: 2px 15px;
  }




  /* Tabs */
.tabs {
  width: 100%;
  border-radius: 5px 5px 5px 5px;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0px;
  overflow: auto;
  margin-bottom: 20px;
}
ul#tabs-nav li {
  float: left;
  margin-right: 15px;
  cursor: pointer;
  text-decoration: none;
  color: #626262;
  border: 1px solid #c5c5c5;
  padding: 10px 19px;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  color: #2c2e3e;
    border: 1px solid #2c2e3e;
}




.time-row a{
  display: block;
  width: 100%;
}

.time-row input[type=checkbox] { 
  display: none; 
}

.time-table th{
  background-color: #d6d4d4;
}

.note{
  color: #858585;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
}


.next-btn{
  padding: 15px 40px;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    margin-right: 15px;
    cursor: pointer;
    border: 1px solid #c5c5c5;
    background-color: #2c2e3e;
    color: white;
}


.btn-area {
  margin-top: 50px;
  margin-bottom: 50px;
}


.teachers-select{
  max-width: 650px;
  margin: 0px auto;
  margin-bottom: 20px;
}


.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plans .plan {
  cursor: pointer;
  margin-bottom: 15px;
  width: 100%;
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plans .plan .plan-content img {
  margin-right: 30px;
  height: 60px;
}

.plans .plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #252f42;
}

.container .title {
  font-size: 16px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
  display: none;
}

.plans .plan input[type="radio"]:checked + .plan-content {
  border: 1px solid #2c2e3e;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
  .plans {
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
  }

  .plans .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .plans .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}




.profile-img{
  border-radius: 50%;
  height: 60px;
  margin-right: 15px;
    margin-left: 15px;
    position: relative;
    bottom: 12px;
}


.detail{
  padding: 6px 0px;
  display: inline-block;
}


.detail h4, .basic-info h3{
  margin: 0;
    font-family: 'Brandon Text','Lato',sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}



.detail span{
  font-weight: 600;
  color: #898f9e;
}

.basic-info span{
  color: #666666;
    font-size: 14px;
}

.time-period{
  font-weight: 600;
  margin-bottom: 8px;
}


.interests a {
  border: 1px solid #c1bebe;
  padding: 3px 11px;
  display: inline-flex;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  color: #858585!important;
}


.basic-info {
  background-color: #dddddd;
  margin-bottom: 20px;
  padding: 15px;
}


.teacher-detail {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e1e2e7;
}

.interests {
  padding: 10px 15px;
}

.video{
  padding: 0px 15px;
    margin-bottom: 15px;
}


.available-teachers {
  margin-top: 30px;
}


.teacher-radio{
  float: none!important;
  padding: 0px!important;
  margin: 0px!important;
  margin-bottom: 12px!important;

  
}

.teacher-radio input{
  display: none;
}

.teacher-radio label{
  margin: 0px!important;
  width: 100%;
  cursor: pointer;
}

.teacher-info{
  -webkit-box-shadow: unset;
  box-shadow: unset!important;
  text-align: left;
  padding-top: 10px;
}








.tabs_wrapper{
  margin-top: 50px;
}
ul.tabs{
  background:none!important;
  border:none!important;
  display: inline-block;
  width:100%;
  padding-left:0;
  -webkit-margin-before: 0;
  -webkit-padding-start: 0;
}

ul.tabs li {
  list-style:none;


  cursor: pointer;
  text-decoration: none;
  color: #626262;
  border: 1px solid #c5c5c5;
  padding: 10px 19px;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-weight: normal;

  
}

ul.tabs li.active{
  color: #2c2e3e;
  border: 1px solid #2c2e3e;
}

.tabs_container{
  display: inline-block;
  width:100%;
}

.tabs_container .tab_content{
  display: none;
  opacity: 0;
  transition: all 0.6s linear;
}

.tabs_container .tab_content.active{
  display: inline-block;
  z-index: 1;
  opacity: 1;
}


.form-select-teacher{
  max-width: 500px;
}

.link-text{
  color: #0062cc!important;
    font-weight: 600;
}


.centered-column{
  max-width: 650px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.class{
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e1e2e7;
  padding: 20px;
  text-align: center;
  background: white;
    margin-bottom: 20px;
}


.class-teacher {
  background-color: #dddddd;
  padding: 15px;
}


.class-teacher h3{
  margin: 0;
    font-family: 'Brandon Text','Lato',sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.class-teacher span{
  color: #666666;
    font-size: 14px;
}

.class-left{
  float: left;
    width: 78px;
    border-right: 1px solid #b7b7b7;
}

.class-teacher-profile{
  float: left;
  position: relative;
    top: -6px;
}


.class-right{
  float: right;
    width: 78px;
    border-left: 1px solid #b7b7b7;
}

.class-t-info{
  width: 230px;
    display: inline-block;
}

.class-right a{
  font-size: smaller;
}


.teacher {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e1e2e7;
  padding: 0px;
  text-align: center;
  background: white;
  margin-bottom: 20px;
}


.teacher-name{
  margin: 0;
    font-family: 'Brandon Text','Lato',sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.teacher-zoom{
  color: #666666;
    font-size: 14px;
}

.t-footer {
  background-color: #dddddd;
  margin-bottom: 0px;
  padding: 20px;
}


.t-fav-btn{
  border: 1px solid gray;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.profile-img-big{
  border-radius: 50%;
  margin-left: 7px;
  margin-top: 18px;
}


.search-btn{
  padding: 7px 40px;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    margin-right: 15px;
    cursor: pointer;
    border: 1px solid #c5c5c5;
    background-color: #2c2e3e;
    color: white;
}


.search {
  padding: 20px;
  border: 1px solid #ddd;
}


.nothing-is-there{
  border: 1px solid #cccccd;
  text-align: center;
  border-radius: 10px;
  padding: 100px;
}


.billing-section{
  border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e1e2e7;
    padding: 0px;
    text-align: center;
    background: white;
    margin-bottom: 20px;
    padding: 20px;
}

.payment-label{
  font-size: 18px;
    font-weight: 400;
    color: #777777;
    line-height: 38px;
}


.card-container{
  position: relative;
  margin-bottom: 16px;
}


.card-container input{
  padding-left: 60px;
}

.search-btn:hover{
  color: white;
  font-family: unset;
}


.icon-container {
  position: absolute;
    line-height: 38px;
    font-size: 27px;
    padding-left: 15px;
    color: #334571;
    cursor: not-allowed;
    left: 0;
}


.plan-content1{
  padding: 20px!important;
}

.plans .plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #252f42;
}

.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}


.plan-details{
  text-align: left;
}


.my-info-label{
  font-size: 18px;
    font-weight: 400;
    color: #777777;
    line-height: 40px;
    text-align: left;
    display: block;
}

.my-info-input{
  font-size: 18px;
    color: #777777;
    font-weight: 400;
    line-height: 24px;
    min-height: 47px;
}


.profile-upload {
  text-align: left;
}



.lock-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #2c2c2c94;
    top: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
}





.cur-sub span{
    font-weight: 700;
    color: #2c2e3e;
}




/*Delee Alert*/

.modal-confirm {		
	color: #636363;
	width: 400px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -2px;
}
.modal-confirm .modal-body {
	color: #999;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
	color: #999;
}		
.modal-confirm .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
	color: #f15e5e;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}
.modal-confirm .btn-secondary {
	background: #c1c1c1;
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
	background: #a8a8a8;
}
.modal-confirm .btn-danger {
	background: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}



