.mat-href, .mat-href:hover, .mat-href:link {
	color: #999;
	font-size: 10px;
	cursor: pointer
}

.clearfix::after{
    content: " ";
}

.mt_row::before{
   display: table;
}

.mt_row::after{
    clear: both;
}

.mt_col{
    float: left;
    width: 24%;
    margin-top: 10px;
    /*border: 1px solid #000000;*/
}

.mt_menu_cap{
    /*background-color: red;*/
    /*margin-left: 60px;*/
    font-size: 12px;
    font-weight: bold;
    color: #19C;
    text-align: center;
}

.mt_menu_cap > a:hover {
    text-decoration: none;
}

.mt_col > .mt_menu_cap {
    /*text-align: center;*/
    margin-top: 2%;
}

.mt_col > img {
    margin-left: 60px;
    width: 200px;
    height: 15%;
}

.mt_ul_main {
  list-style: none;
}

.mt_ul_main a {
    color: #000;
}

.mat-comment {
    /*border: solid black 1px;*/
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.mat-comment:hover {
    background-color: #f7fcff;
}

.level1 {
    margin-left: 5%;
}

.level2 {
    margin-left: 10%;
}

.level3 {
    margin-left: 15%;
}

.level4 {
    margin-left: 20%;
}

.level5 {
    margin-left: 25%;
}

.level6 {
    margin-left: 30%;
}

.loading {
  background-image: url('/resources/img/loading.gif');
  background-repeat: no-repeat;
  margin: auto;
  height: 16px;
  width: 16px;
}


.comment-b-left {
    float: left;
    width: 80px;
    height: 80px;
    /*border: solid #000000 1px;*/
}

.comment-b-right {
    margin-left: 90px;
    /*border: solid #000000 1px;*/
}

.comment-top {
    font-size: 10px;
    position: relative;
}

.comment-top a {
    color: #999
}

.comment-top > .comment-top-r {
    position: absolute;
    right: 0;
    top: 0;
}

.comment-body {

}

.comment-footer {
    font-size: 11px;
}

.comment-footer a {
    color: #999;
}

.comment-b-right:after{
    clear: both;
}

.small-icon {
    width: 20px;
    height: 20px;
}

.xs-icon {
  width: 16px;
  height: 16px;
}

.medium-icon {
    height: 150px;
}

.bold {
    font-weight: bold;
}

/*footer*/
.footer-basic-centered {
    background-color: #f5f5f5;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font: normal 11px sans-serif;
    padding: 15px;
    margin-top: 20px;
}

.footer-basic-centered .footer-links {
    list-style: none;
    font-weight: bold;
    color: #ffffff;
    padding: 0px 0 23px;
    margin: 0;
}

.footer-basic-centered .footer-company-motto {
    color: #8d9093;
    font-size: 11px;
    margin: 0;
}

/* bootstrap modifications */
body {
  font-size: 12px !important;
}

table {
	font-size: 12px !important;
}

h2 {
	font-size: 24px !important;
}

.panel {
	margin-bottom: 10px !important;
}

.panel-heading {
	padding: 8px 12px !important;
}

.nav > li > a{
    padding: 10px 10px !important;
}

.panel-body {
	padding: 10px !important;
}

.pagination {
	margin: 10px 0 !important;
}

@media (min-width: 768px) {
	.container {
			width: 600px !important;
	}
}

@media (min-width: 992px) {
	.container {
			width: 748px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 936px !important;
	}
}

.truncate-70 {
  max-width: 70% !important;
}

.truncate {
  max-width: 90%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  overflow: hidden;
}

main {
  min-height: calc(100vh - 18.0em);
}

/* mobile */
@media (max-width: 767px) {
  .mat-comment {
    padding: 0px !important;
  }
  .usr-img {
    max-width: 300px !important;
  }
}

@media (min-width: 451px) and (max-width: 767px){

  main {
    min-height: calc(100vh - 14.0em);
  }

  #new-com {
    width: 100% !important;
  }

  /*.mt_ul_main>li {
    display: inline-block;
  }

  .mt_ul_main>li:after{
    content:",";
  }
  .mt_ul_main>li:last-child:after{
    content: "";
  }*/
}

@media (min-width: 768px) {
  body {
    padding-top: 110px;
  }
}

@media(min-width: 768px) and (max-width: 991px){
  .truncate {
    max-width: 70% !important;
  }
}



.lesson-item > .compact {
  display: none;
}

.lesson-item > .active {
  display: block;
}