html{
	font-size: 16px;
}
body{
  font-family: 'Poppins', sans-serif;
}
p{
      margin: 0 0 10px;
    font-size: 0.97rem;
    color: #79799e;
}
.dropdown-menu{
  font-size: 0.75rem;
}
.create_btn{
  border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    font-size: 1rem;
    text-decoration: none !important;
    display: table;
    /* border-radius: 37px; */
    padding: 4px;
    display: block;
    margin-bottom: 0.625rem;
}
.create_btn:hover{
  background-color: #f8f8f8;
}
.create_btn .create_btn_icon_wrapper{
  display: table-cell;
    font-size: 1.5rem;
    width: 42px;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    background: #ebf8ff;
}
.create_btn .create_btn_text{
  display: table-cell;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px;
}


.dashboard-body{
	height: 100vh;
  min-height: 100%;
  overflow: hidden;
}
.dashboard_wrapper{
	display: flex;
  flex: 1;
  flex-direction: row;
  height: 100vh;
}

.dashboard_left_col{
  width: 18rem;
  background: #fff;
  height: 100vh;
  overflow: visible;
  border-right: 1px solid #f2f2f2;


  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.dashboard_left_col .logo{
	height: 4rem;
	margin-bottom: 0px;																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												
}

.dashboard-brand {
	display: block;
	height: 4rem;
  padding: 2px 2px;
	text-align: center;
	margin-bottom: 0px;
}




.dashboard-brand img{
	max-width: 100%;
	max-height: 100%;
}


.dashboard_right_col{
	width: calc(100% - 18rem);
  flex-direction: column;
  height: 100vh;
  background: #F7F7FF;
  position: relative;
}

.right_col_container {
  overflow-y: auto;
  height: calc(100% - 4rem);
  margin-top: 4rem;
}



.left_menu_trigger_wrapper{
	display: none;
}

/*mobile menu*/
.left_menu_trigger_wrapper span.name {
  float: left;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  font-size: 0.75rem;
  font-family: 'Montserrat', sans-serif; }

.left_menu_trigger_wrapper {
  position: relative;
  min-width: 50px; }

.left_menu_trigger_wrapper span.b-bar {
  width: 30px;
  height: 2px;
  float: right;
  margin-bottom: 2px;
  display: block;
  background: #000;
  transition: transform .5s;
  -moz-transition: transform .5s;
  -webkit-transition: transform .5s; }


.left_menu_trigger_wrapper.active span.name {
  opacity: 0; }

.left_menu_trigger_wrapper.active span.b-bar {
  position: absolute;
  display: inline; }

.left_menu_trigger_wrapper span.b-bar.mid {
  margin: 2px 0 4px;
  float: right;
  width: 30px; }

.left_menu_trigger_wrapper span.b-bar.last {
  clear: both;
  width: 30px; }

.left_menu_trigger_wrapper.active span.b-bar.first {
  transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -webkit-transform: rotate(47deg);
  top: 28px;
  right: 15px;
  width: 26px; }

.left_menu_trigger_wrapper.active span.b-bar.last {
  transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  top: 28px;
  right: 15px;
  width: 26px; }

.left_menu_trigger_wrapper.active span.b-bar.mid {
  display: none; 
}



b, strong{
  font-weight: 600 !important;
}
/* Left Menu STARTS */

.leftbar-nav{
  text-align: left;
  max-height: calc(100% - 75px) !important;
  height : calc(100% - 75px);
  overflow-y : auto;
}

.leftbar-nav ul{
  list-style: none;
  padding: 0;
}

.leftbar-nav ul li{
  padding: 2px 18px;
}

.leftbar-nav ul li a {
  display: block;
  color: #444;
  padding: 0.75rem 0.75rem 0.75rem 2.5rem ;
  white-space: nowrap;
  align-items: center;
  line-height: 25px;
  opacity: 1;
  font-weight: 500;
  position: relative;
  text-decoration: none !important;
  font-size: -.9rem;
  border-radius: 0.75rem;
}

.leftbar-nav ul li a.active{
  color : #000;
}

.leftbar-nav ul li a:hover{
  background: #f6f6f6;
  color :#000;
}

.leftbar-nav ul li a .menu_icon{
  position: absolute;
  top: 0.938rem;
  left: 0.75rem;
  font-size: 1.125rem;
}
.leftbar-nav ul li a.active {
    background: #e8f4ff;
    color: #0074db;
    
}

.leftbar-nav ul li a.active {
  
}

.treeview-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}


.treeview:not(.active) .treeview_icon.ion-chevron-down{
  display: none;
}

.treeview.active .treeview_icon.ion-chevron-right {
  display: none;
}
.treeview-menu{
  display: none;
  /*padding-left: 15px !important;*/
  background: #fff;
}
.treeview.active .treeview-menu{
  display: block;

}

.leftbar-nav  ul.treeview-menu li a{
  padding-left: 46px;
}

.leftbar-nav ul.treeview-menu li a .menu_icon{
  left: 24px;
}




/* Left Menu ENDS */
.right_col_navbar{
	border:0px;
	background:#fff;
	margin-bottom: 0px;
	height: 4rem;
	margin-left: 18rem;
}

.navbar-nav>li>a{
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
}


.main_container{
	padding-top: 0px;
  padding-bottom: 100px !important;
}
.main_container>row{
  padding-bottom: 100px !important;
}

.container{
	width: 100%;
}
.long_text_main_image img{
  border-radius: 0.75rem;
  margin-top: 0.25rem;
}
.long_text_main_image{
  float: left;
  width: 30%;
  height: auto;
  margin-right: 2rem;
}
.article_card_h{
  border-radius: 0.75rem;
  position: relative;
  background: #fff;
  display: block;
  text-decoration: none !important;
  padding-left: 12.5rem;
  margin-bottom: 0.75rem;
  /*box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);*/
  border: 1px solid #ddd;
}
.article_card_h:hover{
  background-color: #f6f6ff;
}

.article_card_h .article_card_img_wrapper{
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 11.25rem;

}

.article_card_h img{
  max-width: 100%;
  max-height: 100%;
  border-radius: 0.625rem;
}

.article_card_h .article_card_h_details{
  padding: 1rem 0.625rem 0.75rem 0px;
  color: #79799e;
}

.article_card_h .article_card_heading{
  font-size: 1.15rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 0.25rem;

}



.article_card_h .article_card_subheading{
  color: #79799e;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.article_card_h .article_card_h_details{
  font-size: 0.8rem;

}

.profile_card{
	border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: none;
  background: #fff;
}
.profile_card_header{
  background: #fff ;

  background-size: cover;
  border-radius: 0;
}
.profile_card_user_icon{
  border-radius: 1rem;
  /*box-shadow: 0px 0px 5px 5px #eee;*/
  border:1px solid #eee;
}
.login_bg{
   background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/static/lms/images/login_bg.svg');
  background-attachment: fixed;
}
.item_subheader {
  font-size: 1rem;
}
.flat_form .form-control{
  border-radius: 7px;
  border-color: #ececec;
  height: 42px;
  font-size: 1rem;
}
.box{
  padding:0px;
}
.box-tools a{
  color:#999;
}
.box-tools a:hover{
  color:#fff;
}
.box .box-header{
  border-bottom: 0px;
    color: #007ce7;
    padding: 1rem;
    background-color: #e8f4ff;
}
.btn{
  border-radius: 8px !important;
}
.btn-success{
  background-color: #04AA6D;
    border-color: #04AA6D;
}
.btn-success:hover {
    color: #fff;
    background-color: #008c58;
    border-color: #008c58;
}

.feed_item_box .box-header-icon i{
  color: #93ccff;
}
.btn-light{
  color: #007ce7;
  background-color: #e8f4ff;
  border-color: transparent;
}
.btn-light:hover{
  color: #007ce7;
  background-color: #d3eaff;
}

.btn-primary {
    color: #fff;
    background-color: #007ce7;
    border-color: #007ce7;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0772ce;
    border-color: #0772ce;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
  background-color: #0772ce;
}



.item_box{
  border: 1px solid #ddd;
  box-shadow: none;
  padding:0;
}
.item_box .item_header{
  margin-top:40px;
}
.item_box .item_box_footer{
  background-color: #fff;
  border-top:1px solid #eee;
}
.item_box_footer .row .col-xs-6:nth-child(1){
  border-right: 1px solid #eee;
}
.item_box_footer .btn{
  font-size:1rem;
  padding:8px 4px;
}

.breadcrumb{
  background-color: #e8f4ff;
  border:0px;
  padding: 0.75rem;
}
.breadcrumb .fa{
  font-size: 0.75rem !important;
  color: #98ceff;
  margin-left: 5px;
  margin-right: 5px;
}

.table_wrapper{
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.625rem;
  border:1px solid #ddd;
}

.table_wrapper .table{
  margin:0;
  background-color: #fff;
}
.table_wrapper .table tr.header_row th{
  border-top: 0;
  background: #007ce7;
  color: #fff;
  padding: 0.875rem 0.625rem;
}
.table_wrapper .table td{
  padding:0.625rem;
  color:#888;
}

.table_wrapper .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f4faff;
}


.table_wrapper .table-bordered tr:nth-child(1) td,
.table_wrapper .table-bordered tr:nth-child(1) th{
  border-top-color: transparent;
}
.table_wrapper .table-bordered th:first-child,
.table_wrapper .table-bordered td:first-child{
  border-left-color: transparent;
}

.table_wrapper .table-bordered   td:last-child{
  border-right-color: transparent;
}
.table_wrapper .table-bordered tr:last-child  th,
.table_wrapper .table-bordered tr:last-child  td{
  border-bottom-color: transparent;
}

.panel-default>.panel-heading{
  background-color: #ffffff;
  border-color: #ddd;
  font-size: 1.2rem;
  font-weight: 600;
  color: #888;
  padding: 19px 15px;
}

.alert-info {
  color: #2196f3;
  background-color: #ffffff;
}
.mce-panel{
  background-color: #ffffff !important;
}
.mce-btn button{
      background: #fff;
    border-radius: 4px;
}
#full_page_loader{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,0.5);
  z-index:10000;
}
#full_page_loader .spinner{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#fff;
  font-size: 42px;
}

ul.custom_tabs{
  padding:0;
  list-style-type: none;
  border-bottom: 1px solid #ddd;
}

ul.custom_tabs li{
  display: inline-block;
}
ul.custom_tabs li a{
  display: block;
  padding:1rem 0.875rem;
  font-weight: 600;
  color: #747487;
  text-decoration: none !important;
}
ul.custom_tabs li a:hover{
  color:#0e71eb;
}
ul.custom_tabs li a.active{
  color:#0e71eb;
  border-bottom: 2px solid #0e71eb;
}

.dashboard_wrapper.embedded .dashboard_left_col{
  display: none;
}
.dashboard_wrapper.embedded .dashboard_right_col{
  width: 100%;
} 
.dashboard_wrapper.embedded .right_col_container{
  margin-top: 0;
}
.dashboard_wrapper.embedded .breadcrumb a:nth-of-type(1),
.dashboard_wrapper.embedded .breadcrumb span:nth-of-type(1){
  display: none;
}

.dashboard_wrapper.embedded .hide_embedded{
  display: none;
}
.dashboard_wrapper.embedded .right_col_container{
  height: 100% !important;
  background-color: #fff !important;
}
.dashboard_wrapper.embedded .right_col_navbar{
  display: none;
}
.dashboard_wrapper.embedded *{
  /* disable selection of text */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 991.98px) {
	.left_menu_trigger_wrapper {
	   display: flex;
	   flex-direction: column;
	   position: fixed;
	   left: 15px;
	   top: 0px;
	   padding: 0.625rem 0.625rem;
	   cursor: pointer;
	   align-items: center;
	   justify-content: center;
	   z-index: 99;
     height: 4rem;
	 }
  .left_menu_trigger_wrapper.active{
    top: 0rem;
  }
}

@media (max-width: 1280px) { 
	.right_col_navbar{
		margin-left:0;
	}
  .dashboard_nav {   
    height: 4rem;
  }

  .right_col_container {
    height: calc(100% - 4rem);
    margin-top: 4rem;
  }

  body.show_left_menu .dashboard_left_col{
    left:0;
    top: 4rem;
    width: 18rem;
  }


}


/* Small devices (desktops, 992px and below)*/
@media (max-width: 1200px) {
.left_menu_trigger_wrapper {
	   display: flex;
	   flex-direction: column;
	   position: fixed;
	   left: 1rem;
	   top: 0px;
	   padding: 0.625rem 0.625rem;
	   cursor: pointer;
	   align-items: center;
	   justify-content: center;
	   z-index: 99;
     height: 4rem;
	 }
  .left_menu_trigger_wrapper.active{
    top: 0rem;
  }
  .left_menu_trigger{
     font-size: 34px;
     color: #fff;
  }

  .dashboard_right_col{
      width: 100%;
  }
  .dashboard_nav{
      margin-left: 0px;
      padding-left: 5rem;
      height: 4rem;
  }
 .dashboard_left_col {
   	position: absolute;
   	left: -100%;
   	z-index: 1050;
   	overflow-x: visible;
   	top: 4rem;
	}

  body.show_left_menu .dashboard_left_col{
    left:0;
  	top: 4rem;
    width: 18rem;
  }
}

@media (min-width: 2200px) {
  html{
    font-size: 24px;
  }
}