body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
[hidden] {
  display: none;
}
.main--page-title {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 3px solid #333;
}
.pop-up-notification {
  width: 270px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999999;
  display: none;
}
#user--search-result {
  display: none;
}
.preloader-container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: none;
}
.preloader-container > img,
.preloader-container div {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
}
.site-login {
  background-image: url('../img/end-3.jpg');
}
.site-login-form {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 25px;
  border-radius: 20px;
}
#one--schedule-content {
  overflow: auto;
}
.one--fixed-top {
  position: fixed;
  top: 25px;
  background-color: black;
  color: white;
}
.one--title-row {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}
.one--title-row .date {
  min-width: 150px;
  border: 1px solid #000;
}
.one--title-row .room {
  width: 750px;
  min-width: 300px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.one--date-row {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*font-size: 18px;*/
  /*font-weight: 700;*/
  /*text-align: center;*/
  box-sizing: border-box;
}
.one--date-row .date {
  min-width: 150px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 17px;
  padding: 4px;
}
.one--date-row .room {
  width: 750px;
  min-width: 300px;
  padding: 8px;
  /*        border-top: 1px solid #000;*/
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 14px;
}
.schedule-controls {
  width: 100%;
  font-size: 16px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.schedule-controls > div {
  width: 50%;
}
.schedule-controls > div:nth-of-type(1) {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.schedule-controls > div:nth-of-type(2) {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.schedule-controls .name {
  width: 320px;
  font-weight: 700;
  color: #F97979;
  text-decoration: underline;
  cursor: pointer;
}
.schedule-controls .arrow-left {
  width: 35px;
}
.schedule-controls .arrow-right {
  width: 35px;
}
.panel-index--instruction {
  text-align: center;
}
.panel-index--instruction > img {
  width: 60%;
}
.room-cell .event-cell {
  width: 85%;
  max-width: 400px;
}
.event-cell {
  margin: 6px auto 0 auto;
  cursor: pointer;
  display: inline-block;
}
.event-cell > span {
  display: inline-block;
  margin: 0;
}
.event-cell .type {
  font-size: 13px;
  /*color: #b8daff;*/
  font-weight: 700;
}
.event-cell .name {
  font-size: 13px;
  font-weight: 700;
}
.event-cell hr {
  margin-top: 2px;
  margin-bottom: 0;
}
.event-cell:hover {
  opacity: 0.8;
}
.two--table-container {
  max-width: 100%;
  /*max-height: 100%;*/
  overflow: scroll;
  position: relative;
}
.two--table-container table {
  position: relative;
  border-collapse: collapse;
}
.two--table-container td,
.two--table-container th {
  padding: 0.25em;
}
.two--table-container .two--thead-date th {
  position: sticky;
  top: 0;
}
.two--table-container .two--thead-event th {
  position: sticky;
}
.two--table-container .two--thead-time th {
  position: sticky;
  top: 30px;
}
.two--table-container thead th {
  background: #fff;
  /*        position: sticky;
        top: 0;*/
  /*background: #000;*/
  /*color: #FFF;*/
}
.two--table-container thead th:first-child {
  min-width: 260px;
  left: 0;
  z-index: 1;
  background: #fff;
}
.two--table-container tbody {
  /*        tr:hover, tr:hover th{
            background-color: @blue;
            color: #fff;
        }*/
}
.two--table-container tbody th {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
  background: #FFF;
  border-right: 1px solid #CCC;
  /*text-align: center;*/
  font-size: 12px;
}
.two--table-container tbody tr.understudy th {
  text-align: center;
}
.two--table-container tbody td {
  text-align: center;
}
.two--thead-date th {
  text-align: center;
}
.two--thead-event th {
  text-align: center;
  font-size: 12px;
}
.two--thead-time th:not(:first-child) {
  min-width: 30px;
  text-align: center;
  font-size: 10px;
  /*transform: rotate(-90deg);*/
}
#two--notification-banner {
  text-align: center;
  color: #F97979;
}
#all-events-buttons {
  text-align: right;
}
.modal-users-style {
  padding-left: 70px;
  box-sizing: border-box;
}
.modal-users-style > div {
  margin-top: 5px;
  cursor: pointer;
  color: #333;
}
.modal-users-style > div:hover {
  opacity: 0.75;
}
.modal-users-style .selected {
  font-weight: 700;
  color: #F97979;
}
.understudy > th:before {
  content: '- ';
}
.two--remove-cast:hover,
.two--add-understudy:hover,
.two--magic-add-schedule:hover,
.three--remove-in-schedule:hover {
  opacity: 0.7;
}
#check-fill-result {
  margin-top: 15px;
}
#check-fill-result > div {
  margin-top: 8px;
}
#three--schedule-content {
  overflow: auto;
  position: relative;
}
.three--fixed-top {
  position: fixed;
  top: 25px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 15px !important;
  text-align: center;
}
.three--title-row {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 700;
  /*text-align: center;*/
  box-sizing: border-box;
  width: 100%;
}
.three--title-row .date {
  width: 250px;
  /*min-width: 150px;*/
  border: 1px solid #000;
  padding: 4px;
  box-sizing: border-box;
}
.three--title-row .room {
  width: 250px;
  /*min-width: 300px;*/
  padding: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
.three--date-row {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  /*font-size: 18px;*/
  /*font-weight: 700;*/
  /*text-align: center;*/
  box-sizing: border-box;
  width: 100%;
}
.three--date-row .date {
  width: 250px;
  /*min-width: 150px;*/
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 16px;
  padding: 4px;
  box-sizing: border-box;
}
.three--date-row .room {
  width: 250px;
  /*min-width: 300px;*/
  padding: 4px;
  /*        border-top: 1px solid #000;*/
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 14px;
  box-sizing: border-box;
}
.three-ind--title-row {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  /*text-align: center;*/
  box-sizing: border-box;
  width: 100%;
}
.three-ind--title-row .date {
  width: 650px;
  min-width: 100px;
  border: 1px solid #000;
  padding: 4px;
  box-sizing: border-box;
}
.three-ind--title-row .room {
  width: 660px;
  min-width: 160px;
  padding: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
.three-ind--date-row {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*font-size: 18px;*/
  /*font-weight: 700;*/
  /*text-align: center;*/
  box-sizing: border-box;
  width: 100%;
}
.three-ind--date-row .date {
  width: 650px;
  min-width: 100px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 11px;
  padding: 4px;
  box-sizing: border-box;
  font-weight: 700;
}
.three-ind--date-row .room {
  width: 660px;
  min-width: 160px;
  padding: 4px;
  /*        border-top: 1px solid #000;*/
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 14px;
  box-sizing: border-box;
}
.three-ind--date-row .three--user-actors-list,
.three-ind--date-row .three--add-info-block,
.three-ind--date-row .three--user-admin-list {
  font-size: 8px;
  color: #1C6C80;
}
.three-ind--date-row .three--prof-cat-cell {
  font-size: 9px;
}
.event-cell-ind {
  margin: 3px auto 0 auto;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
}
.event-cell-ind .badge {
  font-size: 67%;
}
.event-cell-ind > span {
  display: inline-block;
  margin: 0;
}
.event-cell-ind .type {
  font-size: 9px;
  /*color: #b8daff;*/
  font-weight: 700;
}
.event-cell-ind .name {
  font-size: 9px;
  font-weight: 700;
}
.event-cell-ind hr {
  margin-top: 2px;
  margin-bottom: 0;
}
.three--right-more {
  width: 460px;
  position: fixed;
  padding-top: 50px;
  padding-bottom: 25px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  margin: auto 0;
  background-color: #fff;
  -webkit-box-shadow: -2px -1px 28px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px -1px 28px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -2px -1px 28px 0px rgba(0, 0, 0, 0.75);
  display: none;
}
#three--right-more-close {
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}
.three--prof-cat-cell {
  font-weight: 700;
}
.three--user-actors-list,
.three--add-info-block,
.three--user-admin-list {
  font-size: 11px;
  color: #1C6C80;
}
.user-modal-container {
  padding-left: 70px;
  box-sizing: border-box;
}
#profCatModal .selected {
  color: #F97979;
}
.user-modal-liter-container > div {
  cursor: pointer;
}
#usersListModal .selected {
  color: #F97979;
}
.three--copy-event {
  display: none;
}
.stat--toggle-timesheet-text {
  font-size: 18px;
}
.toggle-icon {
  font-size: 30px;
  cursor: pointer;
}
.site-week-schedule {
  width: 100%;
  overflow: auto;
}
.room-setting-item.selected {
  color: #F97979;
}
.actor-list-item.set:after,
.other-users-list-item.set:after {
  content: " \f058";
  font-family: 'Font Awesome 5 Free';
  color: #F00;
}
.lock-button {
  display: none;
}
@media (max-width: 768px) {
  .two--table-container .two--thead-date th {
    font-size: 11px;
  }
  .two--table-container .two--thead-event th {
    font-size: 11px;
  }
  .two--table-container .two--thead-time th {
    font-size: 11px;
  }
  .two--table-container thead th:first-child {
    min-width: 100px;
  }
  .two--table-container tbody th {
    font-size: 9px;
  }
  .lock-button {
    display: block;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 99999;
  }
  .three--title-row {
    width: auto;
  }
  .three--title-row .date {
    min-width: 150px;
  }
  .three--title-row .room {
    min-width: 250px;
  }
  .three--date-row {
    width: 100%;
  }
  .three--date-row .date {
    min-width: 150px;
  }
  .three--date-row .room {
    min-width: 250px;
  }
  .three--fixed-top .date {
    width: 150px;
  }
  .schedule-controls {
    width: 100%;
    font-size: 17px;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-around;
    justify-content: flex-around;
  }
  .schedule-controls > div {
    width: 100%;
    margin-top: 20px;
  }
  .schedule-controls > div:nth-of-type(1) {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .schedule-controls > div:nth-of-type(2) {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .schedule-controls .name {
    width: 85%;
    font-weight: 700;
    color: #F97979;
    text-decoration: underline;
  }
  .three--right-more {
    width: 100%;
  }
  #width-setting {
    display: none;
  }
}
