@charset "UTF-8";
html {
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 980px) {
  html {
    width: fit-content;
  }
}

* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  * {
    width: 100%;
  }
}

[name=form_auth] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 100vw;
  height: 100vh;
}
[name=form_auth] input[type=text], [name=form_auth] input[type=password] {
  width: 100%;
  max-width: 300px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 0 10px;
  background: #ffffff;
}
[name=form_auth] [type=submit], [name=form_auth] [type=button] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  padding: 10px 20px;
  background: #dbdbdb;
  border-top: 1px solid #dbdbdb;
  border-radius: 7px;
  text-transform: uppercase;
  grid-gap: 0 10px;
  gap: 0 10px;
  font-weight: bold;
  cursor: pointer;
}

/***** Новинки *****/
[data-style=table] {
  border-collapse: collapse;
  border: 2px solid white;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 980px) {
  [data-style=table] {
    min-width: calc(var(--data-width) * 50px);
  }
  [data-style=table]:last-child {
    margin-bottom: 50px;
  }
}
[data-style=table] tr {
  height: 20px;
  vertical-align: middle;
}
[data-style=table] tr:nth-last-child(1), [data-style=table] tr tr:nth-last-child(2) {
  background: #cdcdcd !important;
}
[data-style=table] th {
  width: 50px;
}
[data-style=table] + table {
  margin-top: 25px;
}
[data-style=table] [data-style=day] {
  width: 100%;
  height: initial;
  padding: 6px 5px;
  font-size: 1em;
  text-transform: uppercase;
  background-color: var(--data-hbg);
  color: var(--data-hcl);
  border-right: 5px solid #ffffff;
}
[data-style=table] [data-style=room] {
  height: initial;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  background: #ffffff;
  color: #000000;
  border-right: 5px solid #ffffff;
}
[data-style=table] [data-style=room]:first-child {
  border-right: 5px solid #ffffff;
}
[data-style=table] [data-style=room]:nth-child(2n+1) {
  background: #fafafa;
}
[data-style=table] [data-style=room]:nth-child(8n+1):not(:last-child) {
  border-right: 5px solid #ffffff;
}
[data-style=table] [data-style=lesson] {
  position: relative;
  height: inherit;
  min-height: 23px;
  border: 1px solid #ffffff;
  cursor: pointer;
  background-color: var(--data-cbg);
}
[data-style=table] [data-style=lesson]:first-child {
  border-right: 5px solid #ffffff;
}
[data-style=table] [data-style=lesson]:nth-child(8n+1):not(:last-child) {
  border-right: 5px solid #ffffff;
}
[data-style=table] [data-style=time] {
  width: 60px;
  height: initial;
  padding: 6px 5px;
  font-size: 0.85em;
  font-weight: bold;
  background: #ffffff;
  color: #000000;
}
[data-style=table] [data-role=edit], [data-style=table] [data-role=edit_replace] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: 2px 0;
  padding: 0 3px;
  background-color: var(--data-lbg);
  line-height: 10px;
  color: var(--data-lcl);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  touch-action: none;
  -ms-touch-action: none;
}
@media screen and (max-width: 980px) {
  [data-style=table] [data-role=edit], [data-style=table] [data-role=edit_replace] {
    touch-action: initial;
    -ms-touch-action: initial;
  }
}
[data-style=table] [data-role=edit]:hover, [data-style=table] [data-role=edit_replace]:hover {
  -webkit-filter: drop-shadow(2px 2px 4px #ffffff);
  filter: drop-shadow(2px 2px 4px #ffffff);
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  z-index: 2;
}
[data-style=table] [data-style=lesson] [data-role=edit] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 2px;
  margin: 0;
}
[data-style=table] [data-style=lesson] [data-role=edit].replace {
  height: calc(100% - 66px);
  margin: auto 0;
  padding: 5px 3px;
}
[data-style=table] [data-style=lesson] [data-role=edit].replace + [data-role=edit] {
  height: 65px;
  padding: 3px;
  border-top: 1px dotted #ffffff;
  color: var(--data-lbg);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7), 1px 0 rgba(255, 255, 255, 0.7), 1px -1px rgba(255, 255, 255, 0.7), 0 1px rgba(255, 255, 255, 0.7), 0 0 rgba(255, 255, 255, 0.7), 0 -1px rgba(255, 255, 255, 0.7), -1px 1px rgba(255, 255, 255, 0.7), -1px 0 rgba(255, 255, 255, 0.7), -1px -1px rgba(255, 255, 255, 0.7);
}
[data-style=table] [data-style=lesson] [data-role=edit].replace + [data-role=edit][data-cancel] {
  color: var(--data-lbg);
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
  background-color: var(--data-lcl) !important;
}
[data-style=table] [data-style=lesson] [data-role=edit].replace + [data-role=edit] span {
  padding: 2px 3px;
  margin: 0;
}
[data-style=table] [data-style=lesson] [data-role=edit].replace + [data-role=edit] span[data-style=student] {
  width: 100%;
}
[data-style=table] [data-style=lesson] [data-role=edit].replace + [data-role=edit] span[data-style=data] {
  display: none !important;
}
[data-style=table] [data-style=lesson] [data-role=edit].replace + [data-role=edit] span[data-style=datatime] {
  display: none !important;
}
[data-style=table] [data-style=lesson] [data-role=edit].replace + [data-role=edit] span[data-style=calling_student] {
  display: none !important;
}
[data-style=table] [data-style=lesson] [data-role=edit].replace + [data-role=edit] span + span {
  margin: 0 !important;
}
[data-style=table] [data-style=lesson] [data-role=edit] .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto 0;
  padding: 5px 3px;
  gap: 2px;
}
[data-style=table] [data-style=lesson] [data-role=edit] span {
  display: inline-flex !important;
  height: 10px;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: auto !important;
  text-transform: uppercase;
}
[data-style=table] [data-style=lesson] [data-role=edit] [data-style=courses] {
  height: fit-content;
  font-weight: bold;
  font-size: 7px;
  line-height: 7px;
}
[data-style=table] [data-style=lesson] [data-role=edit] [data-style=student] {
  width: 100%;
  height: fit-content;
  font-size: 7px;
  line-height: 7px;
}
[data-style=table] [data-style=lesson] [data-role=edit].ui-droppable-hover {
  width: 100%;
  margin: 0;
  padding: 0;
  outline-offset: -1px;
  outline: 2px solid #000000;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
[data-style=table] [data-style=lesson] [data-role=edit][data-cancel=true] {
  background: -o-repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 10px, rgba(255, 255, 255, 0.4) 10px, rgba(255, 255, 255, 0.4) 20px);
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 10px, rgba(255, 255, 255, 0.4) 10px, rgba(255, 255, 255, 0.4) 20px);
  color: var(--data-lbg);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7), 1px 0 rgba(255, 255, 255, 0.7), 1px -1px rgba(255, 255, 255, 0.7), 0 1px rgba(255, 255, 255, 0.7), 0 0 rgba(255, 255, 255, 0.7), 0 -1px rgba(255, 255, 255, 0.7), -1px 1px rgba(255, 255, 255, 0.7), -1px 0 rgba(255, 255, 255, 0.7), -1px -1px rgba(255, 255, 255, 0.7);
}
[data-style=table] [data-style=lesson]:hover [data-role=edit].ui-droppable-active {
  -webkit-filter: initial;
  filter: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  z-index: 3;
}
[data-style=table] [data-style=lesson]:hover [data-role=edit].ui-draggable-dragging {
  z-index: 4;
}
[data-style=table] [data-style=lesson] [data-style=data], [data-style=table] [data-style=lesson] [data-style=datatime], [data-style=table] [data-style=lesson] [data-style=calling_student] {
  font-size: 7px;
  padding: 1px 2px;
  background-color: var(--data-lcl);
  color: var(--data-lbg);
  border: 1px solid var(--data-lbg);
  border-radius: 3px;
}

[data-style=table] [data-style=lesson] [data-style=calling_student] {
  font-size: 10px;
  padding: 2px 3px 1px;
}
[data-style=table] [data-style=lesson] [data-style=data] + [data-style=datatime] {
  margin-top: 1px;
}
[data-style=table] [data-style=lesson] [data-style=new_student] { 
  font-size: 7px;  
  background-color: var(--data-lcl);
  color: var(--data-lbg);
  padding: 3px 2px 2px; 
  border-radius: 3px;
  border: 1px solid var(--data-lbg);
  font-weight: 500;
  text-transform: lowercase;
}
[data-style=table] [data-style=lesson] [data-role=edit][data-cancel=true] [data-style=data],
[data-style=table] [data-style=lesson] [data-role=edit][data-cancel=true] [data-style=calling_student] {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox-active .fancybox-content {
  padding: 0;
  width: 350px;
  max-width: 100%;
}
.fancybox-active .fancybox-content .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  padding: 5px 50px 5px 20px;
  background: #dbdbdb;
  text-transform: uppercase;
  grid-gap: 0 10px;
  gap: 0 10px;
  font-weight: bold;
}
.fancybox-active .fancybox-content .header .time {
  margin: auto auto auto 0;
}
.fancybox-active .fancybox-content .header .room {
  width: 100%;
}
.fancybox-active .fancybox-content .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px;
  background: #ffffff;
  grid-gap: 10px;
  gap: 10px;
}
.fancybox-active .fancybox-content .body .add_student {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  background: #ffffff;
  grid-gap: 10px;
  gap: 10px;
}
.fancybox-active .fancybox-content .body .add_student [data-style=courses] {
  padding-top: 25px;
  border-top: 1px solid #dbdbdb;
}
.fancybox-active .fancybox-content .body label[data-style=courses], .fancybox-active .fancybox-content .body label[data-style=student], .fancybox-active .fancybox-content .body label[data-style=student_comment] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}
.fancybox-active .fancybox-content .body label[data-style=student_comment] span {
  margin: 0 5px;
  color: #0075ff;
  border-bottom: 1px dotted #0075ff;
  cursor: pointer;
}
.fancybox-active .fancybox-content .body label[data-style=student_comment] span + textarea {
  display: none;
}
.fancybox-active .fancybox-content .body label[data-style=cancel] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
.fancybox-active .fancybox-content .body label[data-style=calling] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
.fancybox-active .fancybox-content .body label[data-style=data] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.fancybox-active .fancybox-content .body label [type=button] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  padding: 10px 15px;
  background: #dbdbdb;
  border-top: 1px solid #dbdbdb;
  border-radius: 7px;
  text-transform: uppercase;
  grid-gap: 0 10px;
  gap: 0 10px;
  font-weight: bold;
  cursor: pointer;
}
.fancybox-active .fancybox-content .body label [id=data] {
  width: auto;
  max-width: 40%;
}
.fancybox-active .fancybox-content .body label select {
  cursor: pointer;
}
.fancybox-active .fancybox-content .body label select, .fancybox-active .fancybox-content .body label input[type=text] {
  width: 100%;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 0 10px;
  background: #ffffff;
}
.fancybox-active .fancybox-content .body label textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 5px 10px;
  background: #ffffff;
  resize: none;
}
.fancybox-active .fancybox-content .body label input[type=date], .fancybox-active .fancybox-content .body label input[type=time] {
  width: 100%;
  max-width: 300px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 0 10px;
  background: #ffffff;
  cursor: pointer;
}
.fancybox-active .fancybox-content .body label input[type=checkbox] {
  width: 15px;
  max-width: 15px;
  height: 15px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 0 10px;
  background: #ffffff;
  cursor: pointer;
}
.fancybox-active .fancybox-content .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 30px;
  background: #ffffff;
  border-top: 1px solid #dbdbdb;
  text-transform: uppercase;
  grid-gap: 0 10px;
  gap: 0 10px;
  font-weight: bold;
}
.fancybox-active .fancybox-content .footer [type=submit], .fancybox-active .fancybox-content .footer [type=button] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  padding: 10px 20px;
  background: #dbdbdb;
  border-top: 1px solid #dbdbdb;
  border-radius: 7px;
  text-transform: uppercase;
  grid-gap: 0 10px;
  gap: 0 10px;
  font-weight: bold;
  cursor: pointer;
}
.fancybox-active .fancybox-content .footer [type=submit]:hover, .fancybox-active .fancybox-content .footer [type=button]:hover {
  -webkit-filter: drop-shadow(1px 1px 3px #090909);
  filter: drop-shadow(1px 1px 3px #090909);
}

[data-style=resize] {
  display: none;
}

.addStudentForLesson {
  margin: 0 5px;
  color: #0075ff;
  border-bottom: 1px dotted #0075ff;
  cursor: pointer;
}

.add_student [role=remove] {
  margin: 0 5px 0 auto;
  padding: 7px 10px;
  color: #ce2e2e;
  background: none;
  border-radius: 7px;
  border: 1px solid #ce2e2e;
  cursor: pointer;
}

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