@charset "UTF-8";
/* NOWA PALETA */
/* FONTS */
/* PALETA */
/* KOLORY KTÓRE BĘDZIEMY USUWAć SYSTEMATYCZNIE */
/* SCREEN SIZE */
@import "../css/gilroy.css";
body {
  background: rgb(247, 255, 250);
  font-size: 16px;
  overflow-x: hidden;
}

body.background {
  background-size: cover;
  min-height: 100vh;
}

body label:not(.show-always):not(.show-persistent) {
  display: none;
}

body.helper-on label {
  display: block;
}

body.loading * {
  cursor: progress !important;
}

a {
  color: rgb(247, 255, 250);
}

a:hover, a:focus, a:active {
  color: rgb(211, 222, 227);
  text-decoration: none;
}

.tooltip.in {
  opacity: 1;
}
.tooltip.in .tooltip-inner {
  border: 1px solid #262626;
}

.popover {
  max-width: 320px;
}

header.logo img {
  padding: 18px 0;
}
header.background {
  background-color: #002073;
  margin-bottom: 50px;
}
header.background h1 {
  color: #2f2c83;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 13px;
}
@media (max-width: 767px) {
  header.background h1 {
    padding-top: 0;
    margin-top: 0;
  }
}

#copyright {
  font-size: 14px;
  font-weight: 300;
}

button {
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

button:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.font-small {
  font-size: 14px;
}

.font-medium {
  font-size: 16px;
}

.font-large {
  font-size: 22px;
}

.font-light {
  font-weight: 300;
}

/* UPORZĄDKOWANIE INPUTÓW I BUTONÓW */
label, .control-label, .help-block, .checkbox, .radio {
  font-size: 14px;
  font-weight: 300;
}

.form-control, .select2-container--default .select2-selection--single {
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  color: rgb(247, 255, 250);
  padding: 0 5px;
}

.form-control.form-lg {
  height: 45px;
  line-height: 45px;
  padding: 0 8px;
}

input.form-control, select.form-control, textarea.form-control, .select2-container--default .select2-selection--single {
  background: none;
  text-shadow: none;
  outline: none;
  border: 0;
  transition: box-shadow 0.5s ease;
  border-bottom: 1px solid rgb(247, 255, 250);
  background: rgba(247, 255, 250, 0.1);
}

input.form-control:focus {
  background: rgba(43, 46, 56, 0.2);
}

button.form-control, a.form-control, .fake-button.form-control {
  text-align: center;
  background: rgba(247, 255, 250, 0.15);
  border: 1px solid rgba(247, 255, 250, 0.15);
}

a.form-control:hover, a.form-control:focus, a.form-control:active, .fake-button.form-control:hover, .fake-button.form-control:focus, .fake-button.form-control:active {
  color: rgb(247, 255, 250);
  background: rgb(38, 192, 240);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgb(247, 255, 250) transparent transparent transparent;
  border-width: 8px 5px 0 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent rgb(247, 255, 250) transparent;
  border-width: 0 5px 8px 5px;
}

textarea.form-control {
  padding: 4px 5px 4px 5px;
  line-height: 22px;
}

.red {
  color: rgb(251, 72, 68);
}

.radio, .checkbox {
  margin-top: 2px;
  margin-bottom: 2px;
}
.radio label, .checkbox label {
  display: block !important;
  font-weight: 300;
}

/* MENU & SIDEBAR */
#sidebar {
  height: 100%;
  min-height: 100vh;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  z-index: 4;
}

.multi #sidebar {
  z-index: 2;
}

#main {
  position: relative;
  z-index: 3;
}

#menu-toggle {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  display: block;
  height: 60px;
  width: 70px;
  overflow: hidden;
}
#menu-toggle .span-container {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 8px;
}
#menu-toggle .span-container span {
  display: block;
  height: 2px;
  width: 20px;
  background: rgb(247, 255, 250);
  margin-bottom: 4px;
}

#menu-toggle:after {
  content: " ";
  background: rgba(247, 255, 250, 0.3);
  -ms-transform: rotate(123deg); /* IE 9 */
  -webkit-transform: rotate(123deg); /* Safari */
  transform: rotate(123deg); /* Standard syntax */
  display: block;
  height: 165px;
  width: 142px;
  position: absolute;
  margin-top: -120px;
}

#menu-toggle:hover:after {
  background: rgba(247, 255, 250, 0.4);
}

.toggled #menu-toggle {
  color: rgb(119, 132, 150);
}

#scheduler-mobile button.delete {
  background: rgba(251, 72, 68, 0.6);
}
#scheduler-mobile button.yes-no.ok {
  background: rgba(103, 217, 68, 0.6);
}
#scheduler-mobile button.yes-no.ok:hover {
  background: rgba(103, 217, 68, 0.7);
}

#mobile {
  position: absolute;
  display: block;
  min-height: 100vh;
  width: 100%;
  background: #2f2c83;
  color: rgb(247, 255, 250);
}
#mobile .calendar-btn {
  cursor: pointer;
}
#mobile #monthpicker {
  opacity: 0;
  pointer-events: none;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
#mobile a {
  color: rgb(43, 46, 56);
}
#mobile .box {
  position: relative;
  border-radius: 3px;
  background: rgb(247, 255, 250);
  color: rgb(43, 46, 56);
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}
#mobile #schedulerTable {
  padding: 0;
}
#mobile #schedulerTable table.table td {
  text-align: center;
  vertical-align: middle;
}
#mobile #schedulerTable table.table td.day, #mobile #schedulerTable table.table td.day_of_week {
  width: 20px;
}
#mobile #schedulerTable table.table td.time {
  width: 60px;
}
#mobile #schedulerTable table.table td.action {
  width: 60px;
}
#mobile #schedulerTable table.table td.items {
  text-align: left;
}
#mobile #schedulerTable table.table tr.weekend td {
  background: #f1f7fb;
}
#mobile #schedulerTable table.table tr.sunday td.day, #mobile #schedulerTable table.table tr.sunday td.day_of_week {
  color: rgb(209, 67, 65);
}
#mobile #schedulerTable table.table p.item {
  margin-bottom: 10px;
  padding: 5px 8px;
}
#mobile #schedulerTable table.table p.item .fa {
  margin-left: 5px;
  opacity: 0.8;
}
#mobile #schedulerTable table.table div.holidays p {
  color: rgb(247, 255, 250);
  background: rgb(209, 67, 65);
}
#mobile #schedulerTable table.table div.holidays p:last-child {
  margin-bottom: 0;
}
#mobile #schedulerTable table.table div.day-items-container p:last-child {
  margin-bottom: 0;
}
#mobile #schedulerTable table.table .ev-working {
  border-color: #5acff1;
  background: #8edff4;
}
#mobile #schedulerTable table.table .ev-break, #mobile #schedulerTable table.table .ev-holiday {
  border-color: rgb(177, 192, 202);
  background: repeating-linear-gradient(-45deg, rgb(211, 222, 227), rgb(211, 222, 227) 15px, rgb(177, 192, 202) 15px, rgb(177, 192, 202) 30px);
}
#mobile #schedulerTable table.table .ev-other {
  border-color: rgb(209, 142, 54);
  background: rgb(255, 217, 56);
}
#mobile #schedulerTable table.table .editable:hover {
  cursor: pointer;
}
#mobile #schedulerTable table.table .editable:hover.ev-working {
  border-color: #50c3e5;
  background: #82d3e8;
}
#mobile #schedulerTable table.table .editable:hover.ev-break, #mobile #schedulerTable table.table .editable:hover .ev-holiday {
  border-color: #acbac4;
  background: repeating-linear-gradient(-45deg, #c7d1d5, #c7d1d5 15px, #acbac4 15px, #acbac4 30px);
}
#mobile #schedulerTable table.table .editable:hover.ev-other {
  border-color: #c5842e;
  background: #eec930;
}
#mobile #schedulerTable table.table .editable:hover .fa {
  opacity: 1;
}
#mobile a:hover .box {
  border-top-color: rgb(38, 192, 240);
}
#mobile select.form-control option {
  color: rgb(43, 46, 56);
}

#scheduler-mobile .modal-content {
  background: #2f2c83;
  color: rgb(247, 255, 250);
}
#scheduler-mobile .close {
  color: rgb(247, 255, 250);
}
#scheduler-mobile select.form-control option {
  color: rgb(43, 46, 56);
}
#scheduler-mobile button.form-control:hover {
  border: 1px solid transparent;
  background: rgb(38, 192, 240);
  color: rgb(247, 255, 250);
  border-bottom: 1px solid rgba(247, 255, 250, 0.4);
}
#scheduler-mobile button.form-control.delete:hover {
  background: rgb(251, 72, 68);
}

/* GLOBAL */
#ui-datepicker-div {
  /*z-index: 11!important;*/
}

.no-margin {
  margin: 0;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.no-padding {
  padding: 0;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-right: 0;
}

ul.style-none {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

button.small {
  width: 15px;
  height: 16px;
  padding: 0;
  font-size: 80%;
}

button.icon {
  height: 30px;
  padding: 0;
  font-size: 16px;
}
button.icon i {
  position: relative;
  top: -1px;
}

.bg-black {
  background-color: rgb(43, 46, 56);
}

/* FORMS */
.form-panel {
  background: rgba(43, 46, 56, 0.15);
  padding: 35px;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .form-panel {
    padding: 15px 0;
  }
}
.form-panel h1 {
  color: rgb(247, 255, 250);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 22px;
}
.form-panel.background {
  background: #002073;
  border-radius: 9px;
}

.btn-text {
  background: none;
  border: none;
  color: rgb(247, 255, 250);
  font-size: 22px;
  font-weight: 300;
}

.input-text {
  background: none;
  border: none;
}

/* LOGIN */
/* ROUNDED */
.round-15 {
  border-radius: 15px;
}

/* CHANGE SALON */
/* MISSING */
label:not(.show-always):not(.show-persistent) {
  color: rgba(247, 255, 250, 0.5);
}

.label-inline {
  line-height: 30px;
}

.label-disabled label {
  opacity: 0.5;
}
.label-disabled input {
  color: rgba(247, 255, 250, 0.5);
}

.summary label {
  text-align: right;
}

.separator-vertical {
  font-size: 14px;
  position: relative;
  top: -8px;
  padding-left: 6px;
  color: rgba(247, 255, 250, 0.5);
}

/* MAIN CALENDAR */
.main-calendar .ui-datepicker-inline {
  margin: 0 auto;
}
.main-calendar .ui-datepicker {
  background: transparent;
  border: 0;
  margin-bottom: 8px;
}
.main-calendar .ui-datepicker .ui-widget-header {
  border: 0;
  background: transparent;
  color: rgb(247, 255, 250);
  padding: 0;
  font-weight: 400;
  margin: 0 -50px;
}
@media (max-width: 1400px) and (min-width: 992px) {
  .main-calendar .ui-datepicker .ui-widget-header {
    margin: 0 0;
  }
}
.main-calendar .ui-datepicker .ui-widget-content {
  color: rgb(247, 255, 250);
}
.main-calendar .ui-datepicker .ui-datepicker-title {
  margin-top: 4px;
}
.main-calendar .ui-datepicker .ui-state-default, .main-calendar .ui-datepicker .ui-state-highlight {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.main-calendar .ui-datepicker .ui-datepicker-today .ui-state-highlight {
  background: rgb(247, 255, 250);
  color: rgb(119, 132, 150);
  height: 26px;
  border: 1px solid transparent;
  padding: 0;
  font-weight: 300;
}
.main-calendar .ui-datepicker .ui-datepicker-today .ui-state-highlight:hover {
  background: rgb(38, 192, 240);
  color: rgb(247, 255, 250);
}
.main-calendar .ui-datepicker .ui-state-default {
  height: 26px;
  width: 28px;
  padding: 0;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
  border-radius: 0;
  color: rgb(247, 255, 250);
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}
.main-calendar .ui-datepicker .ui-state-default.ui-priority-secondary {
  opacity: 0.3;
}
.main-calendar .ui-datepicker .ui-state-default.ui-state-hover {
  background: rgb(38, 192, 240);
  border: 1px solid transparent;
  box-shadow: none;
}
.main-calendar .ui-datepicker .ui-datepicker-current-day .ui-state-active {
  background: rgb(38, 192, 240);
  color: rgb(247, 255, 250);
  font-weight: 300;
}
.main-calendar .ui-datepicker table {
  margin: 0;
}
.main-calendar .ui-datepicker th {
  color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
}
.main-calendar .ui-datepicker td {
  border-bottom: 0;
  padding: 2px;
}
.main-calendar .ui-datepicker tr:last-child td {
  border-bottom: 0;
}
.main-calendar .ui-datepicker .ui-datepicker-buttonpane {
  display: none;
  border: 0;
}
.main-calendar .ui-datepicker .ui-datepicker-buttonpane button {
  border-radius: 2px;
  color: white;
  background: rgba(247, 255, 250, 0.15);
  border: 1px solid rgba(247, 255, 250, 0.15);
  box-shadow: inset 0 -5px 45px rgba(247, 255, 250, 0.2), 0 1px 1px rgba(43, 46, 56, 0.2);
  margin: 0 0 4px;
  width: 100%;
  text-align: center;
  opacity: 1;
  margin-top: 2px;
  margin-left: -1px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  visibility: hidden;
}
.main-calendar .ui-datepicker .ui-datepicker-current {
  display: block;
}
.main-calendar .ui-datepicker .ui-datepicker-prev span, .main-calendar .ui-datepicker .ui-datepicker-next span {
  background-image: url("../img/icons/arrows.png");
  height: 20px;
}
.main-calendar .ui-datepicker .ui-datepicker-prev span {
  background-position: center right 5px;
}
.main-calendar .ui-datepicker .ui-datepicker-next span {
  background-position: center left;
}
.main-calendar .ui-datepicker .ui-datepicker-prev:hover, .main-calendar .ui-datepicker .ui-datepicker-next:hover {
  cursor: pointer;
}
.main-calendar .ui-datepicker .ui-state-hover {
  background-color: transparent;
  border: 0;
}

.visit-summary input {
  padding-left: 3px;
  padding-right: 3px;
}

/* BORDER-RADIUS */
.checkbox .checkbox-material .check {
  border-radius: 2px;
}

/* SELECT 2 */
.select2.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgb(247, 255, 250);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgb(211, 222, 227);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.select2-container--open .select2-selection--single, .select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-dropdown {
  background: rgb(247, 255, 250);
  font-size: 14px;
  color: rgb(43, 46, 56);
  border-radius: 0;
}
.select2-dropdown input:focus {
  background: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: rgb(119, 132, 150);
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgb(247, 255, 250);
  color: rgb(43, 46, 56);
  border: none;
  font-size: 14px;
  line-height: 21px;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-top: -1px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-left: 2px;
  font-size: 14px;
  color: rgb(177, 192, 202);
}

textarea {
  box-sizing: border-box;
  resize: none;
  overflow-x: hidden;
  overflow-y: auto;
}

/* HELPER */
#helper-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  cursor: pointer;
}
#helper-container button {
  color: rgb(103, 217, 68);
  font-size: 18px;
}

.helper-on #helper-container button {
  color: rgb(236, 0, 140);
}

/* FORM */
form .form-group {
  padding-top: 4px;
  padding-bottom: 4px;
}

form:not(.locked) .opened-hide {
  display: none !important;
}

form.locked .closed-hide {
  display: none !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .select2-container--default.select2-container--disabled .select2-selection--single, .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
  cursor: not-allowed;
}

.select2-container--disabled .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}

button[disabled]:not(.unlocked) {
  color: rgb(204, 204, 204);
  cursor: not-allowed;
}

/* POPOVER */
.popover-content h2 {
  font-size: 12px;
  margin: 5px 0;
  font-weight: bold;
}
.popover-content ul {
  padding-left: 15px;
}

/* SERVICES */
#container {
  min-height: 100vh;
}

.clickable {
  cursor: pointer;
  height: 30px;
}

.clickable:hover {
  background: magenta;
}

.nav-tabs {
  border-color: rgb(38, 192, 240);
}

.nav-tabs > li > a {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 16px;
  background: rgb(247, 255, 250);
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: 1px solid rgb(38, 192, 240);
  margin: 0;
}
.nav-tabs > li > a small {
  font-size: 10px;
  text-transform: uppercase;
}

.nav-tabs > li > a:hover {
  background: rgba(38, 192, 240, 0.1);
  border-top-color: rgb(247, 255, 250);
  border-bottom-color: rgb(38, 192, 240);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: rgb(247, 255, 250);
  color: rgb(38, 192, 240);
  border-color: rgb(38, 192, 240);
  border-bottom-color: rgb(247, 255, 250);
  border-left-width: 1px;
  border-right-width: 1px;
}

.clean-select {
  height: 32px;
  padding: 0;
}

.row-selected {
  background: #0cff00 !important;
}

.ui-corner-all {
  border-radius: 0;
}

/* LOADER */
#main-loader {
  font-size: 22px;
  margin: 30% auto auto;
  position: absolute;
  color: rgb(43, 46, 56);
  width: 100%;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(247, 255, 250, 0.8);
}
#main-loader i.fa {
  font-size: 48px;
}
#main-loader .text {
  margin-top: 30px;
}
#main-loader .normal {
  display: block;
}
#main-loader .error {
  display: none;
}
#main-loader.error .normal {
  display: none;
}
#main-loader.error .error {
  display: block;
}

/* TABS */
.tab-content > .tab-pane {
  padding-top: 16px;
}

.sidebar .tab-content > .tab-pane {
  padding-top: 4px;
}

/* USER PROFILE */
.user-profile {
  border-radius: 50%;
  border: 2px solid rgb(247, 255, 250);
  max-height: 64px;
  margin: 0 auto 4px;
}

.user-profile.default {
  border: 0;
}

.edit-employee {
  cursor: pointer;
}

/* ASIST APP ICONS */
.app-icon {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.plus {
  background-image: url("../img/icons/plus.png");
}

.men-haircut {
  background-image: url("../img/icons/men-haircut.png");
}

.women-haircut {
  background-image: url("../img/icons/women-haircut.png");
}

.coloring {
  background-image: url("../img/icons/coloring.png");
}

.nails {
  background-image: url("../img/icons/nails02.png");
}

.eyebrow {
  background-image: url("../img/icons/eyebrow.png");
}

.eye {
  background-image: url("../img/icons/eye02.png");
}

.lips {
  background-image: url("../img/icons/lips.png");
}

.hand {
  background-image: url("../img/icons/hand.png");
}

.leg {
  background-image: url("../img/icons/leg.png");
}

.foot {
  background-image: url("../img/icons/foot.png");
}

.brow {
  background-image: url("../img/icons/brow.png");
}

/* ALERTS */
.alert {
  color: rgb(247, 255, 250);
  font-weight: 400;
  font-size: 14px;
}

.alert-success {
  background: rgb(103, 217, 68);
  border-color: rgb(97, 188, 63);
}

.alert-error {
  background: rgb(251, 72, 68);
  border-color: rgb(162, 51, 51);
}

.alert-warning {
  background: rgb(255, 217, 56);
  border-color: rgb(209, 142, 54);
  color: #2f2c83;
}

.alert-info {
  background: rgb(38, 192, 240);
  border-color: rgb(78, 178, 215);
}

/* PNOTIFY */
.ui-pnotify {
  z-index: 11;
}

.ui-pnotify-icon {
  display: none;
}

.ui-pnotify-text {
  font-size: 16px;
  font-weight: 300;
}

.sticky-note .ui-pnotify-icon {
  display: inherit !important;
}
.sticky-note .ui-pnotify-icon .fa {
  color: rgb(251, 72, 68);
  font-size: 300%;
}
.sticky-note .alert-warning {
  background-color: #FFFFA2;
  border: 1px solid #FFFF00;
}

.ui-pnotify .btn-notify {
  white-space: normal;
  height: auto;
  text-align: left;
  padding: 5px 5px;
  border: 1px solid rgb(247, 255, 250);
  line-height: 22px;
  font-size: 16px;
}
.ui-pnotify .btn-notify:hover {
  background: rgba(103, 217, 68, 0.6);
  color: rgb(247, 255, 250);
}

/* PLACEHOLDERY */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgb(211, 222, 227) !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgb(211, 222, 227) !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgb(211, 222, 227) !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(211, 222, 227) !important;
}

.has-warning .form-control {
  border-color: rgb(255, 217, 56);
}

/* PRÓBY INVERSJI */
/* Ujednolicenie PNotify */
.ui-pnotify .ui-pnotify-closer[style] {
  display: block !important;
  visibility: visible !important;
}
.ui-pnotify .alert {
  border-radius: 0;
  border: 1px solid rgb(247, 255, 250);
}
.ui-pnotify .alert h4 {
  margin-top: 1px;
  font-size: 24px;
  font-weight: bold;
}
.ui-pnotify .alert .ui-pnotify-closer {
  font-size: 28px;
  margin-top: -5px;
}
.ui-pnotify .alert .ui-pnotify-icon {
  display: none;
}
.ui-pnotify .alert .ui-pnotify-text {
  font-size: 16px;
}
.ui-pnotify .ui-pnotify-action-bar[style] {
  margin-top: 10px !important;
}
.ui-pnotify .ui-pnotify-action-bar .btn-primary {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color ease-in;
  transition: none;
  background: #ff8f00;
  border-color: rgb(247, 255, 250);
}
.ui-pnotify .ui-pnotify-action-bar .btn-primary:hover {
  background: #26c0f0;
}
.ui-pnotify .ui-pnotify-action-bar .btn-danger {
  border-color: rgb(247, 255, 250);
}
.ui-pnotify .alert-info {
  background: #26c0f0;
  color: rgb(247, 255, 250);
}
.ui-pnotify .alert-warning {
  background: #ff8f00;
  color: rgb(247, 255, 250);
}
.ui-pnotify .alert-success {
  background: #19a739;
  color: rgb(247, 255, 250);
}
.ui-pnotify .alert-danger, .ui-pnotify .alert-error {
  background: #ff2a00;
  color: rgb(247, 255, 250);
}

@media (min-width: 768px) {
  .ui-pnotify[style] {
    width: 350px !important;
  }
  .top-menu[style] {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .ui-pnotify .alert {
    border: 0;
    border-bottom: 1px solid rgb(247, 255, 250);
  }
}
/* SERVICES */
hr.services {
  margin-bottom: 2px;
  margin-top: 2px;
}

h4.services {
  margin-bottom: 0;
  margin-top: 6px;
  font-weight: 600;
}

/* ICONS */
.fa-trash-o {
  font-size: 16px;
}

.progress {
  background: rgba(43, 46, 56, 0.1);
}

.float-left div {
  float: left;
}

.float-right div {
  float: right;
}

.user-tips-info {
  position: absolute;
  bottom: 3px;
  right: 4px;
  font-size: 16px;
}

.user-info {
  position: absolute;
  bottom: 3px;
  left: 4px;
  font-size: 18px;
}
.user-info .user-info-container .data-content {
  display: none;
}

@media (max-width: 991px) {
  .user-info, .user-tips-info {
    bottom: 12px;
  }
}
input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active, .select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--single:active, .select2-container--default .select2-selection--single:focus {
  border-bottom: 1px solid rgb(38, 192, 240);
}

input:disabled, textarea:disabled, select:disabled, .select2-container--disabled .select2-selection--single {
  border-bottom: 0;
}

.login button:hover:enabled {
  color: rgb(247, 255, 250);
  background: rgb(38, 192, 240);
}

@media (max-width: 1028px) {
  .visible-xs-sm {
    display: block;
  }
  .visible-md-lg {
    display: none;
  }
}
@media (min-width: 1028px) {
  .visible-xs-sm {
    display: none;
  }
  .visible-md-lg {
    display: block;
  }
}
/* MESSAGES */
body:not(.ready) #salon-message {
  display: none;
}

#salon-message {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9;
  text-align: center;
  display: block;
}
#salon-message h1 {
  color: rgb(251, 72, 68);
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #salon-message h1 {
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
#salon-message h2 {
  font-size: 28px;
}
#salon-message .btn {
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  #salon-message .btn {
    margin-top: 15px;
  }
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

#modal-instructions {
  font-size: 14px;
}
#modal-instructions .list-of-content {
  background: rgba(247, 255, 250, 0.15);
  margin: 0 0 0;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}
#modal-instructions .static-close {
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 1;
}
#modal-instructions .modal-body {
  padding: 0;
}
#modal-instructions .instruction-menu {
  float: left;
  background: gray;
  width: 165px;
  max-height: 90vh;
  min-height: 90vh;
  height: 90vh;
  overflow-y: auto;
  background: #2f2c83;
  color: #f7fffa;
}
@media (max-width: 767px) {
  #modal-instructions .instruction-menu {
    display: none;
  }
}
#modal-instructions .instruction-menu ul li a {
  display: block;
  padding: 3px 10px;
  font-size: 12px;
}
#modal-instructions .instruction-menu ul ul li a {
  padding-left: 20px;
}
#modal-instructions .instruction-menu a {
  color: rgb(247, 255, 250);
}
#modal-instructions .instruction-menu a:hover, #modal-instructions .instruction-menu a:focus, #modal-instructions .instruction-menu a:active {
  color: rgb(38, 192, 240);
}
#modal-instructions .instruction-menu li.active > a {
  background: rgb(38, 192, 240);
  color: rgb(247, 255, 250);
}
#modal-instructions .instruction-content {
  float: left;
  padding: 0 10px 10px;
  max-height: 90vh;
  min-height: 90vh;
  height: 90vh;
  overflow-y: auto;
  width: 733px;
  color: #778496;
}
@media (max-width: 991px) {
  #modal-instructions .instruction-content {
    width: 433px;
  }
}
@media (max-width: 767px) {
  #modal-instructions .instruction-content {
    width: 100%;
  }
}
#modal-instructions .instruction-content h3.section-header {
  color: rgb(38, 192, 240);
  font-size: 28px;
  font-weight: bold;
  margin: 0 -10px;
  padding: 10px;
}
#modal-instructions .instruction-content .img-responsive {
  margin: 0 auto;
}
#modal-instructions .instruction-content .btn-primary {
  background: rgb(38, 192, 240);
  border: 0;
}
#modal-instructions .instruction-content .btn-primary:hover, #modal-instructions .instruction-content .btn-primary:active, #modal-instructions .instruction-content .btn-primary:focus {
  background: #2f2c83;
}
#modal-instructions .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
#modal-instructions .overlay .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

body.loading #modal-instructions .overlay {
  display: block !important;
}

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