@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
}

body {
  color: #075eff;
  background-color: #bcbfe1;
  font-size: 12px;
  font-family: "Roboto", "helvetica neue", helvetica, arial, sans-serif;
}

h1 {
  text-align: center;
}

h2 {
  color: #5f7d8b;
  margin-bottom: 0;
}

* {
  /* transition: all .5s ease-out; */
}

*:hover {
  /* transition: all .0s ease; */
}

#content {
  background-color: white;
  padding: 20px;
}

#menubutton {
  position: absolute;
  left: 3px;
  top: 3px;
  height: 32px;
  width: 32px;
  background-image: url("../img/menu.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  transition: 0.2s;
  z-index: 10001;
}

#menubutton:hover {
  transform: scale(1.1);
  transition: 0.1s;
  cursor: pointer;
}

#menupan {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(240, 240, 240, 0.95);
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 100vh;
  /* width: 50%; */
  overflow: auto;
  z-index: 10000;
}

#menupan hr {
  border: none;
  background-color: #CCC;
  height: 1px;
}

#menupan ul {
  margin-left: 0;
  padding-left: 30px;
}

#menupan > ul {
  margin: 0;
  margin-left: 32px;
  padding-left: 0;
  list-style-type: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#menupan li {
  line-height: 20px;
  font-size: 18px;
  color: #607d8b;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style-type: none;
}

#menupan li img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

#menupan li > span {
  background-color: #607d8b;
  color: #bcbfe1;
  display: block;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 2px;
}

#menupan li.lock, #menupan li.lock > span {
  text-decoration: line-through;
  color: #CCC;
}

#menupan li a {
  text-decoration: none;
  color: #607d8b;
}

#menupan li a:hover {
  color: #ffc107;
}

#menupan .folder:hover {
  cursor: zoom-in;
}

#menupan li > span a {
  color: #bcbfe1;
}

#menupan a.goto {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/goto.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

/* #menupan li.folder::before {
  display: inline-block;
  content : "📁"
} */
#title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#title h1 {
  color: #ffc107;
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 100px;
  font-size: 64px;
  font-weight: lighter;
  vertical-align: middle;
  height: 100px;
}

#title h1 img {
  vertical-align: middle;
  max-width: 100%;
}

#title h1 span {
  color: #ffc107;
  vertical-align: bottom;
}

#title p {
  color: #CCC;
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-top: -10px;
}

#title p a {
  color: #CCC;
  text-decoration: none;
}

#tilemenu {
  text-align: center;
  /* margin-bottom: 50px; */
}

#tilemenu h1 a {
  color: #ffc107;
  text-decoration: none;
}

#ariane {
  font-size: 20px;
  text-align: center;
  color: #607d8b;
  text-decoration: none;
}

#ariane a {
  color: #82681b;
  text-decoration: none;
}

#tilemenu .tile {
  text-align: center;
  border: 1px solid rgba(95, 125, 139, 0.2509803922);
  background-color: #EEE;
  border-radius: 7px;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 50px;
  color: #5f7d8b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  /* max-width: 80%; */
}

#tilemenu .tile.dbl {
  text-align: left;
}

#tilemenu .tile.dbl .second {
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin-top: 5px;
  color: #AAA;
}

#tilemenu .tile.admin {
  border: 1px solid #ffc107;
  background-color: #eceae5;
}

#tilemenu .tile.dev {
  border: 1px solid #ff0707;
  background-color: #ece5e5;
}

#tilemenu a.tempext {
  background-color: #636;
  color: white;
}

#tilemenu a.tempext:hover {
  cursor: default;
  background-color: #636;
  /* background-color: #969; */
  color: white;
}

#tilemenu .tile:hover {
  background-color: #bcbfe1;
  color: #5f7d8b;
}

#tilemenu .align {
  display: inline-block;
  text-align: left;
}

#tilemenu .tile.locked {
  opacity: 0.5;
  filter: grayscale(1);
}

#tilemenu .tile.locked:hover {
  cursor: not-allowed;
}

#tilemenu .tile img {
  width: auto;
  height: 40px;
  vertical-align: middle;
  margin-right: 5px;
}

#footer {
  background-color: #bcbfe1;
  padding-top: 0;
  text-align: center;
}

#status {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
}

.status {
  display: inline-block;
}

p.warning {
  color: #607d8b;
  font-size: 16px;
  text-align: center;
}

p.warning span {
  display: inline-block;
  border: 1px solid #ffc107;
  border-radius: 7px;
  padding: 5px;
  background-color: rgba(255, 193, 7, 0.062745098);
}

p.warning span strong {
  font-weight: bolder;
  color: red;
}

@media only screen and (max-width: 800px) {
  #content {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #title {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #tilemenu {
    margin-bottom: 10px;
  }
}
@media print {
  #menubutton, #menupad {
    display: none !important;
  }
}
#schedform {
  display: inline-block;
}
#schedform .week, #schedform .spec {
  min-height: 30px;
  position: relative;
  padding: 5px;
  padding-left: 40px;
  /* border: 1px solid #5f7d8b; */
  background-color: rgba(95, 125, 139, 0.1882352941);
  border-left: 5px solid #5f7d8b;
  border-right: 5px solid #5f7d8b;
  color: #666;
  font-size: 14px;
  text-align: right;
  border-radius: 7px;
}
#schedform .week .offset, #schedform .spec .offset {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  width: 20px;
  padding-right: 5px;
  height: 40px;
  text-align: center;
  background-color: rgba(96, 125, 139, 0.2509803922);
  border-radius: 50%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#schedform .week.on .offset, #schedform .spec.on .offset {
  background-color: rgba(255, 193, 7, 0.5019607843);
}
#schedform .week input, #schedform .spec input {
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
}
#schedform .week.on, #schedform .spec.on {
  background-color: rgba(255, 193, 7, 0.3137254902);
  border-left: 5px solid #ffc107;
  border-right: 5px solid #ffc107;
  color: black;
}
#schedform .week:hover, #schedform .spec:hover {
  background-color: rgba(96, 125, 139, 0.3764705882);
}
#schedform .timedropper {
  width: 40px;
}
#schedform .datedropper {
  width: 100px;
}
#schedform #legend {
  display: inline-block;
  line-height: 30px;
}
#schedform #legend h2 {
  font-weight: thin;
}
#schedform #submit {
  color: #000;
  background-color: rgba(255, 193, 7, 0.3137254902);
  /* border-left: 5px solid #ffc107;
  border-right: 5px solid #ffc107; */
  font-size: 14px;
  border-radius: 7px;
  padding: 5px;
}
#schedform #submit:hover {
  cursor: pointer;
  background-color: #ffc107;
}
#schedform div.checkboxbox {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  margin-top: -5px;
  padding-bottom: 5px;
}
#schedform label {
  display: block;
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
  text-align: center;
  color: #666;
  font-size: 9px;
  text-transform: uppercase;
}
#schedform input[type=checkbox] {
  display: block;
  margin: 0;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  width: 40px;
  height: 12px;
  -webkit-appearance: none;
  background: linear-gradient(0deg, #333, #000);
  outline: none;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #353535, 0 0 0 3px #3e3e3e, inset 0 0 3px rgb(0, 0, 0);
  opacity: 0.5;
}
#schedform input:checked[type=checkbox] {
  background: linear-gradient(0deg, #ffc107, rgba(255, 193, 7, 0.5019607843));
  box-shadow: 0 0 0 2px #353535, 0 0 0 3px #3e3e3e, inset 0 0 3px rgb(0, 0, 0);
  opacity: 1;
}
#schedform input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: linear-gradient(0deg, #000, #999);
  border-radius: 6px;
  box-shadow: 0 0 0 1px #232323;
  transform: scale(0.98, 0.96);
  transition: 0.5s;
}
#schedform input:checked[type=checkbox]:before {
  left: 28px;
}
#schedform input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 20px;
  width: 2px;
  height: 2px;
  background: linear-gradient(0deg, #6b6b6b, #000);
  border-radius: 50%;
  transition: 0.5s;
}
#schedform input:checked[type=checkbox]:after {
  display: none;
  left: 40px;
}/*# sourceMappingURL=style.css.map */