/*
Theme Name: PSGear Theme
Theme URI: https://psgear.professionalstaff.sk
Description: Theme for PSGear
Version: 1.0
Author: xyza s.r.o.
Author URI: https://www.xyza.sk
*/

.topnavbar .navbar-nav > .nav-item > .nav-text-only {
  padding: 1.1rem .95rem;
  font-size: .85rem;
  display: block; }
.topnavbar .navbar-nav > .nav-item > .nav-text-only,
.topnavbar .navbar-nav > .nav-item.show > .nav-text-only {
  color: #fff; }
.dropzone .dz-filename {
  display: block !important;
}

.siroke {
  width: 100%;
}

.day-today {
  background-color: #37bc9b;
  color: #fff !important;
}

.day-schedule a {
  font-size: 0.915rem;
  text-decoration: none !important;
}

.missing-lesson-record  a {
  font-size: 0.915rem;
  text-decoration: none !important;
}

@media (max-width:675px) {
    .display-4 {
        font-size: 1.5rem;
    }
    .day-schedule h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }
    .day-today {
      background-color: #37bc9b !important;
      color: #fff !important;
    }
    .day-today .text-muted {
      color: #fff !important;
    }
    .date {
        padding-left: 4px;
    }
}

@media (min-width: 676px) {
    .day-schedule {
        min-height: 10.2857vw;
    }
}

.border-lightdark {
border-color: #3a3f51 !important; }

header h5 {
  font-size: 1.25rem !important;
}

.calendar-body h5 {
  font-size: 1.25rem !important;
}
