﻿html, body, h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
}
input.labelauty + label {
  font: 15px "Microsoft Yahei";
}
#navDemo ol {
  list-style: none;
  display: inline;
}
#navDemo ol li {
  float: left;
}
.navhover {
  color: #000 !important;
  background-color: #ccc !important;
}
.fc-scroller {
  max-height: 350px;
  overflow: auto;
  overflow-x: hidden;
}
.img-container img{
    height: 80px;
    width: auto;
}
.title-container {
  color: black;
  display: flex;
  justify-content: left;
  align-items: left;
}
@media screen and (min-width:640px) {
  .title-container {
      font-size: 30px;
  }
}
@media screen and (max-width:640px) {
  .title-container {
      font-size: 25px;
  }
}
@media (max-width:1920px) and (min-width:600px) {
  #home {
      margin-left: 110px;
  }

  footer p {
      padding-left: 100px;
  }
}
.alert-minimalist {
  background-color: rgb(241, 242, 240);
  border-color: rgba(149, 149, 149, 0.3);
  border-radius: 3px;
  color: rgb(149, 149, 149);
  padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
  height: 50px;
  margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
  color: rgb(51, 51, 51);
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
  font-size: 80%;
}
hr.style1 {
  border-top: 1px solid #8c8b8b;
}
.w3-top {
  position: fixed;
  width: 100%;
  z-index: 100;
}
.fc-scroller {
  max-height: 700px;
  overflow: auto;
  overflow-x: hidden;
}
.slot-attributes {
  width: 100%;
  height: auto;
  position: relative !important;
  left: 0% !important;
  margin-right: 0% !important;
}
#calendar {
  z-index: -1 !important;
}
.fc-time1 {
  display: none;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*Flex items*/
.list {
  display: flex;
  flex-wrap: wrap;
}
.list-item {
  width: 100%;
}
@media all and (min-width: 40em) {
  .list-item {
      width: 50%;
  }
}
@media all and (min-width: 60em) {
  .list-item {
      width: 33.33%;
  }
}
.list-item-inv {
  width: 100%;
}
@media all and (min-width: 40em) {
  .list-item-inv {
      width: 100%;
  }
}
@media all and (min-width: 50em) {
  .list-item-inv {
      width: 50%;
  }
}
@media all and (min-width: 60em) {
  .list-item-inv {
      width: 33.33%;
  }
}
@media all and (min-width: 67.5em) {
  .list-item-inv {
      width: 25%;
  }
}
list-content {
  flex-direction: column;
  width: 100%;
}
.list-content div {
  flex: 1 0 auto;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}
.fc-day-today {
  background-color: inherit !important;
}