/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[4]!./assets/scss/app.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html.login-page {
  font-size: 16px;
}

html.login-page html,
html.login-page body,
html.login-page .page {
  height: 100%;
  /* needed for proper layout */
}

html.login-page body {
  overflow: hidden;
}

html.login-page .page-header {
  flex: 0 0 auto;
}

html.login-page .page-content {
  flex: 1 1 auto;
  position: relative;
  /* need this to position inner content */
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html.login-page .page-content::-webkit-scrollbar {
  width: 0;
}

html.login-page .page-footer {
  flex: 0 0 auto;
  padding: .3rem .625rem;
  font-size: .7rem;
}

html.login-page h1, html.login-page h2, html.login-page h3 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

html.login-page main h1 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

html.login-page ins {
  text-decoration: none;
}

html.login-page .plain {
  list-style: none;
  padding: 0;
  margin: 0;
}

html.login-page .plain li {
  margin: 5px 0;
}

html.login-page [type="radio"] {
  margin: 2px 10px 0 0;
}

html.login-page .bg-1 {
  background-color: #283E54;
  color: #eee;
}

html.login-page a[data-disabled="true"] {
  pointer-events: none;
}

html.login-page iframe[name="download-target"] {
  display: none;
}

html.login-page .icon {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}

html.login-page .icon.ok {
  stroke: #147800;
  fill: #147800;
}

html.login-page .ok .icon {
  stroke: #147800;
  fill: #147800;
}

html.login-page .resp-width-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  flex-shrink: 0;
}

html.login-page .main-header-block {
  position: relative;
  z-index: 2;
}

html.login-page .main-header-block .info-header {
  padding: 0 .625rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

html.login-page .main-header-block .info-header h1 {
  font-size: 1.7rem;
  padding-top: 0.1875rem;
  margin: 0;
}

html.login-page .main-header-block .info-header h2 {
  font-size: 1.1rem;
  margin: .1rem 0 0 0;
}

html.login-page .main-header-block .info-header .logo img {
  display: block;
  margin: 1.1rem 0 0 1rem;
  width: 8.5rem;
  border: 2px solid white;
  background: white;
}

html.login-page .main-header-block .info-header .left-block .site-title {
  margin: .5rem 0 0 2rem;
}

html.login-page .main-header-block .info-header .sub-menu {
  transition-delay: 200ms;
  z-index: 10;
  position: absolute;
  padding-top: .5rem;
  left: 0;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  top: 4.5rem;
  min-width: 100%;
  display: none;
}

html.login-page .main-header-block .info-header .sub-menu li {
  margin: 0;
}

html.login-page .main-header-block .info-header .sub-menu a {
  line-height: 2.2;
  display: block;
  text-decoration: none !important;
  text-align: left;
  color: currentColor;
  padding: 0 1rem;
  white-space: nowrap;
}

html.login-page .main-header-block .info-header .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.15);
}

html.login-page .main-header-block .info-header .nav-item {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: .9rem;
  cursor: default;
}

html.login-page .main-header-block .info-header .nav-item.has-submenu {
  cursor: pointer;
}

html.login-page .main-header-block .info-header .nav-item.has-submenu .nav-label {
  padding-right: 1.5rem;
  position: relative;
}

html.login-page .main-header-block .info-header .nav-item.has-submenu .nav-label .icon {
  position: absolute;
  top: .2rem;
  right: 0;
  width: 1rem;
  height: 1rem;
}

html.login-page .main-header-block .info-header .nav-item.top-class-list {
  display: none;
}

html.login-page .main-header-block .info-header .nav-item:hover .sub-menu {
  display: block;
}

html.login-page .main-header-block .info-header .nav-item::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1px;
  right: 0;
  height: 2.5rem;
  top: 1.25rem;
  background: rgba(238, 238, 238, 0.2);
}

html.login-page .main-header-block .info-header .nav-item:last-child::before {
  content: normal;
}

html.login-page .main-header-block .info-header .nav-item .nav-label {
  display: block;
}

html.login-page .main-header-block .info-header .nav-item .nav-label span {
  display: block;
  max-width: 15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html.login-page .main-header-block .info-header .nav-item svg {
  display: block;
  margin: auto;
}

html.login-page .main-header-block .info-header .nav-inner {
  display: inline-block;
  border: 1px #283E54 solid;
  padding: 1.1rem 1.2rem .9rem 1.2rem;
  color: currentColor;
}

html.login-page .main-header-block .info-header .nav-inner.nav-link:hover {
  color: white;
  background: rgba(255, 255, 255, 0.15);
}

html.login-page .main-header-block .lower-header-bar {
  justify-content: space-between;
  background: #EBDDC2;
  border-bottom: 1px solid #ddd;
  max-height: 4.375rem;
  min-height: .5rem;
}

html.login-page .main-header-block .lower-header-bar .side-part {
  width: calc((100vw - 64rem)/2);
  flex-shrink: 1;
}

html.login-page .main-header-block .class-info {
  cursor: pointer;
  width: 100%;
  position: relative;
  color: #283E54;
  padding: 0 0 .35rem 1rem;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  height: 100%;
  justify-content: space-between;
  z-index: 5;
}

html.login-page .main-header-block .class-info .info-area {
  font-size: 1.0rem;
  margin: 0 1rem 0 0;
  line-height: 1.1;
  height: 3rem;
  vertical-align: middle;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  text-overflow: ellipsis;
}

html.login-page .main-header-block .class-info .sidebar-navi {
  position: absolute;
  padding-top: 1px;
  left: -1000rem;
  top: 4.3rem;
  background: #EBDDC2;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

html.login-page .main-header-block .class-info .sidebar-navi .sidebar-item:first-child {
  border: none;
}

html.login-page .main-header-block .class-info .sidebar-navi .sidebar-link:hover {
  background: rgba(255, 255, 255, 0.4);
}

html.login-page .main-header-block .class-info:hover .sidebar-navi {
  left: 0;
  transition-delay: 200ms;
}

html.login-page .main-header-block .class-info .class-selector {
  font-size: .7rem;
  left: 1.1rem;
}

html.login-page .main-header-block .class-info .class-selector > span {
  float: left;
}

html.login-page .main-header-block .class-info .class-selector .icon {
  width: 1.2rem;
  height: 1.2rem;
  top: 0.0625rem;
  position: relative;
  margin-right: .3rem;
  display: inline-block;
  padding-left: 0.625rem;
}

html body.login-page {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

html body.login-page .gdpr-notice {
  text-align: center;
  height: 53px;
  padding: 0 10px 20px;
  font-size: 11px;
  color: #999;
  overflow-y: hidden;
  display: block;
}

html body .d-flex {
  display: flex !important;
}

html body .info-header {
  min-height: 81px;
}

html body .main-footer-box {
  padding: 0 .625rem;
  line-height: 34px;
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body .h1, html body .h2, html body .h3, html body .h4, html body .h5, html body .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

html body .big-logo {
  max-width: 198px;
}

html body .big-logo.align-left {
  position: relative;
  left: -15px;
}

html body .login-box, html body .register-box {
  margin: 4rem auto;
}

html body .login-box.align-left, html body .register-box.align-left {
  margin-left: 0;
}

html body .login-box {
  max-width: 400px;
  margin: 0 0 0 20px;
  float: left;
  width: 400px;
}

html body .login-box__wrapper {
  margin: 4rem auto 0 auto;
  width: 640px;
}

html body .login-box__logo-wrapper {
  float: left;
  padding: 0 10px;
  margin: 26px 0 0 0;
}

html body .login-box__wrapper-notification {
  margin: 4rem auto;
}

html body .login-box-msg {
  font-size: 1.25rem;
}

html body .toolbar label {
  font-weight: normal;
  cursor: pointer;
}

html body .toolbar .label-box {
  padding-top: 4px;
}

html body .toolbar .label-text {
  padding: 0 0 0 5px;
  font-size: .95rem;
}

html body .toolbar .icheckbox_flat-blue[style] {
  background: none;
  display: inline;
  position: relative;
  top: -1px;
}

html body .toolbar .icheckbox_flat-blue[style] input[type="checkbox"][style] {
  position: static !important;
  opacity: 1 !important;
}

html body .toolbar .icheckbox_flat-blue[style] .iCheck-helper[style] {
  left: -2000px !important;
}

html body .btn-box {
  padding-top: 8px;
  justify-content: flex-end;
}

.notification {
  box-shadow: 0 0 6px #fff;
  border-radius: 0;
}

.notification.hidden {
  display: none;
}

.notification .notification-maintenance, .notification .notification-info, .notification .notification-warning {
  background: white;
}

.notification .notification-maintenance .panel, .notification .notification-info .panel, .notification .notification-warning .panel {
  margin-bottom: 0;
  border: 0;
}

.notification .notification-maintenance .panel-default.is-bottom, .notification .notification-info .panel-default.is-bottom, .notification .notification-warning .panel-default.is-bottom {
  display: flex;
  flex-direction: row;
  padding: 0;
}

.notification .notification-maintenance .panel-default.is-default, .notification .notification-info .panel-default.is-default, .notification .notification-warning .panel-default.is-default {
  padding: 1.15vw;
}

.notification .notification-maintenance .panel-heading, .notification .notification-info .panel-heading, .notification .notification-warning .panel-heading, .notification .notification-maintenance .panel-footer, .notification .notification-info .panel-footer, .notification .notification-warning .panel-footer {
  border: 0;
  background-color: transparent;
}

.notification .notification-maintenance .panel-heading.is-bottom, .notification .notification-info .panel-heading.is-bottom, .notification .notification-warning .panel-heading.is-bottom {
  align-self: center;
  text-align: left;
  padding: 0.5vw 0.6vw;
  display: flex;
  flex-direction: row;
}

.notification .notification-maintenance .panel-heading.is-bottom .panel-title, .notification .notification-info .panel-heading.is-bottom .panel-title, .notification .notification-warning .panel-heading.is-bottom .panel-title {
  position: relative;
  font-weight: bold;
  padding-left: 30px;
  line-height: 100%;
}

.notification .notification-maintenance .panel-heading.is-bottom .panel-title:before, .notification .notification-info .panel-heading.is-bottom .panel-title:before, .notification .notification-warning .panel-heading.is-bottom .panel-title:before {
  content: '*';
  font-size: 42px;
  height: 100%;
  min-height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.notification .notification-maintenance .panel-title, .notification .notification-info .panel-title, .notification .notification-warning .panel-title {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.notification .notification-maintenance .panel-title.is-default, .notification .notification-info .panel-title.is-default, .notification .notification-warning .panel-title.is-default {
  font-size: 32px;
}

.notification .notification-maintenance .panel-title.is-bottom, .notification .notification-info .panel-title.is-bottom, .notification .notification-warning .panel-title.is-bottom {
  font-size: 16px;
}

.notification .notification-maintenance .panel-body, .notification .notification-info .panel-body, .notification .notification-warning .panel-body {
  color: #464646;
  font-size: 16px;
}

.notification .notification-maintenance .panel-body.is-bottom, .notification .notification-info .panel-body.is-bottom, .notification .notification-warning .panel-body.is-bottom {
  flex-basis: auto;
  align-self: center;
  display: flex;
  flex-direction: row;
  padding: 0.6vw;
}

.notification .notification-maintenance .panel-footer .btn-lg, .notification .notification-info .panel-footer .btn-lg, .notification .notification-warning .panel-footer .btn-lg {
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.notification .notification-maintenance .panel-footer.is-bottom, .notification .notification-info .panel-footer.is-bottom, .notification .notification-warning .panel-footer.is-bottom {
  flex-basis: 10%;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0.5vw 0.6vw;
}

.notification .notification-maintenance .panel-message.is-bottom, .notification .notification-info .panel-message.is-bottom, .notification .notification-warning .panel-message.is-bottom {
  min-width: 300px;
  max-height: 120px;
  overflow-y: auto;
}

.notification .notification-maintenance .period, .notification .notification-info .period, .notification .notification-warning .period {
  padding-bottom: 5px;
  white-space: nowrap;
}

.notification .notification-maintenance .period:last-child, .notification .notification-info .period:last-child, .notification .notification-warning .period:last-child {
  padding-bottom: 0.6vw;
}

.notification .notification-maintenance .period:last-child.is-bottom, .notification .notification-info .period:last-child.is-bottom, .notification .notification-warning .period:last-child.is-bottom {
  padding-bottom: 0;
}

.notification .notification-maintenance .period__label, .notification .notification-info .period__label, .notification .notification-warning .period__label {
  color: black;
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
}

.notification .notification-maintenance .period__label.is-bottom, .notification .notification-info .period__label.is-bottom, .notification .notification-warning .period__label.is-bottom {
  font-size: 17px;
}

.notification .notification-maintenance .period__label.is-default, .notification .notification-info .period__label.is-default, .notification .notification-warning .period__label.is-default {
  padding-right: 0.5vw;
}

.notification .notification-maintenance .period__value, .notification .notification-info .period__value, .notification .notification-warning .period__value {
  color: black;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}

.notification .notification-maintenance .period__value.is-bottom, .notification .notification-info .period__value.is-bottom, .notification .notification-warning .period__value.is-bottom {
  font-size: 14px;
  padding-left: 5px;
  white-space: nowrap;
}

.notification .notification-maintenance .period.is-bottom, .notification .notification-info .period.is-bottom, .notification .notification-warning .period.is-bottom {
  align-self: center;
  padding-bottom: 0;
  padding-right: 10px;
}

.notification .is-bottom.notification-maintenance, .notification .is-bottom.notification-info, .notification .is-bottom.notification-warning {
  border-width: 0.55vw;
  z-index: 996;
  position: relative;
}

.notification .is-bottom.director.notification-maintenance, .notification .is-bottom.director.notification-info, .notification .is-bottom.director.notification-warning {
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 2001;
}

.notification .is-default.notification-maintenance, .notification .is-default.notification-info, .notification .is-default.notification-warning {
  margin-top: 4rem;
  max-width: 600px;
}

.notification-maintenance {
  border: 4px solid #6983A7;
}

.notification-maintenance .panel-footer .btn-primary {
  background-color: #6983A7;
  border-color: #6983A7;
}

.notification-maintenance .panel-title {
  color: #6983A7;
}

.notification-info {
  border: 4px solid #82A2CE;
}

.notification-info .panel-footer .btn-primary {
  background-color: #82A2CE;
  border-color: #82A2CE;
}

.notification-info .panel-title {
  color: #82A2CE;
}

.notification-warning {
  border: 4px solid #D8AE5B;
}

.notification-warning .panel-footer .btn-primary {
  background-color: #D8AE5B;
  border-color: #D8AE5B;
}

.notification-warning .panel-title {
  color: #D8AE5B;
}

/* Any specific CSS rule should go there */
/* On the class room list page we need a wider action column */
body .btn-primary, body .btn-danger, body .btn-success, body .btn-info {
  font-weight: normal;
}

body .btn span {
  position: relative;
  top: 0;
  font-weight: normal;
}

body .btn.hidden {
  display: none;
}

body .btn-primary {
  background-color: #6983A7;
  border-color: #6983A7;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

body .btn-primary[aria-pressed="true"] {
  background-color: #516480;
  border-color: #516480;
}

body .btn-outline-primary {
  color: #6983A7;
  border-color: #6983A7;
  text-shadow: 1px 1px 0 transparent;
}

body .btn-outline-primary[aria-pressed="true"] {
  color: #516480;
  border-color: #516480;
}

body .btn-outline-primary:hover {
  color: white;
  background-color: #6983A7;
  border-color: #6983A7;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

body .btn-small {
  font-size: 0.8rem;
  padding: .25rem 0.5rem;
}


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