.left-menu-subtitle {
  text-align: center;
  /* width: 100%; */

}

.menu_left {
  margin: 0 !important;
  font-size: 16px;
  padding-left: 35px !important;
}

.nav-list .nav-header {
  font-size: 16px;
}

.nav-list .fa {
  font-size: 18px;
}

.text_menu_left {
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
  margin-left: 10px;
}

.nav-header {
  margin-bottom: 10px;
}

.footer {
  color: #333;
  background-color: #f0f0f0;
  min-height: 0px;
}

.footer a {
  color: #333;
}

#accordion2 {
  min-height: 77.5vh;
}

footer {
	display: none;
}


.dropdown-menu > .active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.3) !important;
  background-image: none !important;
  color: white;
}


.labelForData {
	vertical-align: top;
	text-align: right;
  padding: 5px 5px 0 0;
}




.orderBtn {
  text-decoration: none !important;
  cursor: pointer;

}

.askLesson {
  background-color: #fcf8e3 !important;
  border: 1px solid #fbeed5 !important;
  color: #c09853 !important;
  text-align: center !important;
  vertical-align: middle;
  font-size: 20px;
}
.acceptedLesson {
  background-color: #dff0d8 !important;
  border: 1px solid #d6e9c6 !important;
  color: #468847 !important;
  text-align: center !important;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}
.refusedLesson {
  background-color: #f2dede !important;
  border: 1px solid #eed3d7 !important;
  color: #b94a48 !important;
  text-align: center !important;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}
