/* ovverides blue */
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#sms-form {
  display: none;
}

.login-clean {
  background: #f1f7fc;
  padding: 80px 0;
}

.login-clean form {
  max-width: 320px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.login-clean .illustration {
  text-align: center;
  padding: 0 0 20px;
  font-size: 100px;
  color: rgb(244,71,107);
}

.login-clean form .form-control {
  background: #f7f9fc;
  border: none;
  border-bottom: 1px solid #dfe7f1;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 8px;
  height: 42px;
}

.login-clean form .btn-primary {
  background: #f4476b;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none !important;
}

.login-clean form .btn-primary:hover, .login-clean form .btn-primary:active {
  background: #eb3b60;
}

.login-clean form .btn-primary:active {
  transform: translateY(1px);
}

.login-clean form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

.login-clean form .forgot:hover, .login-clean form .forgot:active {
  opacity: 1;
  text-decoration: none;
}

dl, ol, ul {
}

.login-link {
}

.sub-navigation {
}

.sub-navigation .text-center {
  padding-top: 12px;
}

.form-control {
  border: 0;
  outline: 0;
  /*background: transparent;*/
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0 !important;
}

.box-container .form-control {
  padding: 0;
}

.float-none {
  width: 35px;
  /*padding-right: 10px;*/
}

.nav-item.text-center {
  margin-right: 15px;
}

.nav-item img {
  height: 18px;
}

.nav-link {
  padding: 0px;
}

.loggedin .container .navbar-toggler {
  display: none;
}

.menu-side-btns img {
  margin-left: 20px;
}

.menu-side-btns {
}

.text-container {
  padding-top: 16px;
  max-width: 400px;
  margin: 0 auto;
}

.navbar.navbar-light.navbar-expand.navigation-clean.loggedin {
  /*font-size: 14px;*/
}

@media (min-width: 768px) {
  .navbar.navbar-light.navbar-expand.navigation-clean.loggedin {
    display: none;
  }
}

#menu2-tabs {
  width: 100%;
  display: block;
}

.nav-tabs .nav-item.show .nav-link {
  padding: 5px;
}

.nav.nav-tabs {
  font-size: 14px;
  color: #8f8f8f;
  padding-left: 30px;
}

.nav-tabs .nav-item.show .nav-link {
}

::-webkit-scrollbar {
  display: none;
}

/*@media (min-width: 992px) {*/
/*  #nav-list1, #nav-list {*/
/*    display: none;*/
/*  }*/
/*}*/
/* 22.04.20 new top menus */
@media (min-width: 1021px) {
  #nav-list1, #nav-list {
    display: none;
  }
}

#nav-list, #nav-list1, #nav-list2, #program-list, #schedule-list {
  overflow-x: auto;
  font-size: 1em;
  border-radius: 0;
  scrollbar-width: none;
}

#nav-list {
  background: #ffffff;
}

.list-group-horizontal .list-group-item {
  border: none;
}

.list-group-horizontal .list-group-item {
  border: none;
}

.list-group-horizontal .list-group-item {
  border-radius: 0;
}

.list-group-horizontal .list-group-item {
  border-radius: 0;
}

.list-group-horizontal .list-group-item {
  border-radius: 0;
}

a.list-group-item {
  border-radius: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-radius: 0;
}

#nav-list .list-group-item {
  /*max-width: 120px;*/
  white-space: nowrap;
  width: auto;
}

.list-group-item.highlight {
  font-weight: bold;
}

.list-group-item.information {
  font-size: 1em;
  border-bottom: 1px solid #f1f1f1;
}

.activity-news {
  padding: 0;
  margin: 0;
}



li.list-group-item:first-child {
  border-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.menu .list-group-item {
  border: none;
}

.col-md-5.menu {
}

.col-md-5.menu {
  /*margin-top: 15px;*/
}

.list-group-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.navbar-brand img {
  width: 120px;
}

.information .col {
  padding: 5px;
  padding-left: 25px;
}

.list-group-item {
  border: none;
  /*border-bottom: 1px solid #777777;*/
}

.btn-separator1 {
  background-color: #f7f7f7;
}

#sms-form #code {
  font-size: 25px;
  letter-spacing: .7em;
  text-align: center;
  margin-left: 10px;
}
