.logo img {
  height: 70%;
}
.app {
  margin-top: 20px;
  display: inline-block;
}
.app img {
  width: 180px;
}
.iosApp {
  margin-top: 0px;
  display: inline-block;
}
.iosApp img {
  width: 155px;
}
.alisa {
  margin-top: 11px;
  display: inline-block;
  border: 1px solid #a6a6a6;
  background-color: #000;
  border-radius: 9px;
}
.alisa img {
  width: 153px;
}
.telegram {
  margin-top: 20px;
  margin-left: 15px;
  display: inline-block;
  color: #fff !important;
  font-size: 16px;
}
.telegram img {
  width: 24px;
  margin-right: 6px;
}
.spoiler .h {
  display: none;
}
.dataLink {
  color: #054228;
  border-bottom: 1px dashed #054228;
  cursor: pointer;
}
.dataLink:hover {
  text-decoration: none;
  color: #357258;
  border-bottom: 1px dashed #155238;
}
.scrolable {
  overflow: auto;
}
.center {
  text-align: center;
}
.table {
  border: 1 px solid #ccc;
}
.table thead {
  text-shadow: 1px 1px 2px rgba(100,100,100,0.4);
  font-weight: bold;
}
.table td {
  border: 1px solid #f0f0f0;
}
.phone-validate-error {
  background-color: #ffcccc;
}
.phone-validate-error.fade-out {
  transition: background-color 1s ease;
  background-color: white;
}
.sidebar-collapse .logo img {
  width: 120%;
}
.sidebar-collapse .apps {
  display: none;
}
