@charset "UTF-8";
/* NOWA PALETA */
/* FONTS */
/* PALETA */
/* KOLORY KTÓRE BĘDZIEMY USUWAć SYSTEMATYCZNIE */
/* SCREEN SIZE */
#toggle-mobile {
  display: none;
}

#mobile-buttons {
  display: none;
}

.calendar-header .shortname {
  display: none;
  padding-left: 15px;
}

@media (min-width: 440px) and (max-width: 1000px) {
  #main-loader {
    margin-top: 20%;
  }
}
@media (max-width: 1000px) {
  .fc table thead .ui-widget-header table thead th {
    height: auto;
    line-height: 15px;
  }
  header.logo {
    margin: 0 0 0 0;
  }
  header.logo > div {
    text-align: center;
  }
  #default-summary-view {
    display: none;
  }
  #sidebar {
    min-height: initial;
    z-index: 1;
  }
  #main {
    z-index: 2;
  }
  #calendar-legend {
    display: none !important;
  }
  .fc-calendar-nav {
    margin-bottom: 0;
  }
  .fc-calendar-nav-header {
    border-bottom: 0;
  }
  #user-condition #close-user-condition {
    position: absolute;
    right: 0;
  }
  .carousel {
    padding: 0 10px;
  }
  .carousel .item {
    padding-top: 25px;
  }
  .carousel .item img {
    width: 60%;
  }
  .carousel .item h1 {
    font-size: 32px;
  }
  .carousel-indicators {
    width: 90%;
    left: 35%;
  }
  #sidebar-wrapper {
    display: none;
  }
  .toggled #sidebar-wrapper {
    right: 0;
    display: block;
  }
  #toggle-mobile {
    position: absolute;
    z-index: 1;
    padding: 5px 15px 5px 15px;
    margin-left: 0;
    top: 0;
    left: 0;
    display: block;
  }
  .ui-datepicker .ui-datepicker-prev {
    left: 13px !important;
  }
  .ui-datepicker .ui-datepicker-next {
    right: 10px !important;
  }
  .event-is-clicked #sidebar {
    min-height: 100vh;
  }
  .event-is-clicked #sidebar #toggle-mobile {
    display: none;
  }
  .event-is-clicked #sidebar #mobile-buttons {
    display: block;
  }
  .event-is-clicked #sidebar .fc-calendar-nav-header {
    height: 25px;
  }
  .event-is-clicked #sidebar #default-summary-view {
    display: block;
  }
  .event-is-clicked #sidebar .fc-calendar-nav {
    display: none;
  }
  .event-is-clicked #main #main-loader, .event-is-clicked #main #calendar-header, .event-is-clicked #main #calendar {
    visibility: hidden;
    height: 10px;
    position: fixed;
    top: 0;
  }
  .event-is-clicked .sidebar .nav-tabs > li > a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
  }
  .calendar-header .shortname {
    display: block;
  }
  .calendar-header .fullname {
    display: none;
  }
  #calendar .fc-event {
    margin-right: 0 !important;
  }
  #calendar .fc-time-grid .fc-event-container {
    margin-right: 2px !important;
  }
  .ev-open.ev-online, .ev-finished.ev-online, .ev-missed.ev-online {
    padding-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .rwd-seven-days .fc-head {
    position: relative !important;
  }
  .fc-head {
    margin-top: -21px;
  }
  .fc-head .fc-axis {
    background: rgb(247, 255, 250) !important;
    border-left: 1px solid rgb(211, 222, 227);
  }
  #calendar-header {
    margin-top: -21px;
    z-index: 2;
    position: relative;
  }
  .ev-confirm .fc-bg:before, .ev-confirmed .fc-bg:before {
    top: 14px !important;
  }
  .sidebar {
    padding-bottom: 21px;
  }
  .sidebar .client-history {
    position: relative;
  }
  .sidebar .pull-bottom {
    position: relative;
  }
  .sidebar #salon-expenses {
    position: relative;
  }
  #calendar .fc-event .fc-time {
    padding: 0 1px;
  }
  #calendar .fc-time-grid-event .fc-time {
    font-size: 10px;
  }
}
/* Wysokość w PIONIE iphone 5, HTC One */
@media (max-height: 568px) {
  .container {
    padding: 0;
  }
  .form-panel {
    padding: 15px;
  }
}
/* Wysokość w POZIOMIE iphone 5, HTC One */
@media (max-height: 340px) {
  #sidebar-wrapper .user-image img {
    display: none;
  }
}
@media (max-height: 700px) {
  .carousel img {
    width: 25% !important;
    margin-top: 0 !important;
  }
}
@media (max-height: 540px) {
  .carousel img {
    width: 20% !important;
    margin-top: 0 !important;
  }
  .carousel .item {
    font-size: 13px !important;
  }
  .carousel .item h1 {
    margin: 0 0 8px;
  }
  .carousel .item p {
    margin-bottom: 4px;
  }
  .carousel-indicators {
    bottom: 0;
  }
}

/*# sourceMappingURL=rwd.css.map */
