.padding20{padding-top:20px;padding-bottom:20px;}
.lnk{cursor: pointer;}
.hkek{background-color:#33b5e5;}
.hpiros{background-color:#ff4444;}
.hsarga{background-color:#ffbb33;}
.hzold{background-color:#2BBBAD;}
.hlila{background-color:#aa66cc;}

.bg-primary {
  background-color: #7962AB !important;
}

.btn-primary {
	background-color: #7962AB !important;
	border: unset;
}

.section {
	background-color: #eae8ec;
}

.navbar-brand {
	display: none;
}

.dropdown-menu {
	background-color: #7962AB !important;
}

.custom-modal-header {
	background-color: #7962AB !important;
}

#belepbtn {
	background-color: #7962AB !important;
	border: unset;
}

footer.bg-secondary {
	background-color: #7962AB !important;
}

footer .container p a {
	color: #2B3E50;
}

.section-tabs,
.section-books {
	background-color: unset;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #7962AB !important;
}

.custom-lang-img {
	width: 25px;
}

.custom-book-details {
	font-size: 0.875rem;
}

.custom-book-details label {
	margin: 0;
}

.modal-footer {
  background-color: #4e5d6c;
}

.intro-logo {
  float: left;
}

.intro-text {
  width: calc(100% - 225px);
  margin-left: 225px;
  text-align: center;
  font-size: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.intro-text a {
  width: 200px;
  box-shadow: none !important;
}

.badge-light,
.table-light, .table-light > th, .table-light > td {
  background-color: #7e7e82;
}

.table-hover .table-light:hover, .table-hover .table-light:hover > th, .table-hover .table-light:hover > td {
  background-color: #757575;
}

.right-bottom-fix {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.right-bottom-fix div {
  background-color: rgba(255,255,255, 0.8);
  border-top-left-radius: 10px;
  padding: 2px;
}

.right-bottom-fix .badge {
  font-size: 15px;
  margin: 1px 0;
  line-height: unset;
}

td span {
  display: none;
}

@media (max-width: 992px) {
  .intro-text {
    width: 100%;
    text-align: unset;
  }
}

@media (max-width: 768px) {
  .intro-logo {
    float: none;
    text-align: center;
  }
  
  .intro-text {
    position: unset;
    transform: none;
    -webkit-transform: none;
    text-align: center;
    margin-left: 0;
  }
  
  .nav-link {
    padding: 0.5rem;
  }
  
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding: 0;
  }
  
  .row {
    margin: 0;
    padding-bottom: 0;
  }
  
  thead {
    display: none;
  }
  
  table {
    border: none;
  }
  
  tr {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-left: -10px;
    margin-right: -10px;
  }
  
  tr:nth-child(even) {

  }

  tr:nth-child(odd) {
    background: rgba(0,0,0, 0.2);
  }

  td {
    display: block;
    border-top: none !important;
    padding: 0.25rem !important;
  }
  
  td span {
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
  }
  
  .right-bottom-fix .badge {
    font-size: 12px;
  }
  
  .expired-text {
    margin-bottom: 1rem;
  }
}