@charset "UTF-8";
/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Toggle Styles */
/* NOWA PALETA */
/* FONTS */
/* PALETA */
/* KOLORY KTÓRE BĘDZIEMY USUWAć SYSTEMATYCZNIE */
/* SCREEN SIZE */
.ready #wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ready #sidebar-wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper {
  padding-left: 0;
  /*-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
}

#wrapper.toggled {
  /*padding-right: 250px;*/
}

#sidebar-wrapper {
  z-index: 1000;
  position: absolute;
  right: -250px;
  width: 250px;
  top: 0;
  height: 100%;
  margin-right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgb(247, 255, 250);
  /*-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
  -webkit-box-shadow: 0px 0px 10px rgba(247, 255, 250, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(247, 255, 250, 0.15);
  box-shadow: 0px 0px 10px rgba(247, 255, 250, 0.15);
}
#sidebar-wrapper .logo {
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(43, 46, 56, 0.05);
  margin-bottom: 18px;
}
#sidebar-wrapper .logo img {
  margin: 10px auto 0;
}
#sidebar-wrapper .logo:hover, #sidebar-wrapper .logo:focus, #sidebar-wrapper .logo:active {
  background: none;
}
#sidebar-wrapper ul {
  list-style: none;
}
#sidebar-wrapper .sidebar-bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0 !important;
}
#sidebar-wrapper .sidebar-bottom span {
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 4px;
}
#sidebar-wrapper .sidebar-bottom span.fa-power-off {
  color: rgb(251, 72, 68);
}
#sidebar-wrapper .sidebar-bottom .small span {
  font-size: 12px;
}

.sidebar-bottom a {
  color: rgb(119, 132, 150);
}

.sidebar-bottom a:hover, .sidebar-bottom a:focus, .sidebar-bottom a:active {
  color: rgb(38, 192, 240);
}

.sidebar-bottom .form-control {
  background: rgb(38, 192, 240);
  color: rgb(247, 255, 250);
  cursor: pointer;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  /*padding: 15px;*/
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  /*margin-left: -250px;*/
}

/* Sidebar Styles */
.sidebar-nav {
  padding: 0;
  width: 250px;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav .padding-logo {
  padding-left: 8px;
  padding-right: 8px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: rgb(119, 132, 150);
}
.sidebar-nav li a span.app-icon, .sidebar-nav li a span.fa {
  position: absolute;
  left: 8px;
  top: 11px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  font-weight: 400;
  background: rgb(38, 192, 240);
  color: rgb(247, 255, 250);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > li > a {
  padding-left: 32px;
  padding-right: 32px;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: rgb(38, 192, 240);
  background: none;
}

#wrapper-mask {
  background: transparent;
  display: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

#wrapper.toggled #wrapper-mask {
  display: block;
}

#sidebar-wrapper {
  color: rgb(119, 132, 150);
}
#sidebar-wrapper .form-control {
  padding: 0 5px;
}
#sidebar-wrapper #change-salon {
  margin-bottom: 15px;
}
#sidebar-wrapper #change-salon select option {
  background: rgb(247, 255, 250);
  font-size: 13px;
  color: rgb(43, 46, 56);
}

@media (min-width: 768px) {
  #wrapper {
    /*padding-right: 250px;*/
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 0px;
  }
  #wrapper.toggled #sidebar-wrapper {
    right: 0;
  }
  #page-content-wrapper {
    /*padding: 20px;*/
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

/*# sourceMappingURL=simple-sidebar.css.map */
