body {
    background:#03123a;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px;
}
input {
    color:#03123a;
}
.container {
    text-align:center;
    z-index:1000;
}
.time {
    width:100%;
    text-align: right;
}
#hour {
    color:#f00;
    font-size:20px;
}
.red {
    color:#f00;
    font-size:12px;
}
#red {
    color:#f00;
}
#purple {
    color:#5647dc;
}
#orange {
    color:#f29c14;
}
#lightgrey {
    color:#5c5c5c;
}
.checkdate {
    text-align:center;
}
.checkdate input {
    font-weight: bold;
    font-size: 20px;
}
.pagetitle {
    width:100%;
    text-align: left;
    font-size:24px;
}

.smallerpagetitle{
    width:100%;
    text-align: left;
    font-size:16px;   
}

.center{
    text-align: center;
}

.box {
    padding:10px;
    margin:3px;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    height:120px;
    background: #fff;
    width:350px;
    color:#000;
    text-align: left;
    margin:10px 0px;
}
.boxlater {
    padding:10px;
    margin:3px;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    height:120px;
    width:350px;
    color:#fff;
    text-align: left;
    margin:10px 0px;
}
.boxlater #infotext {
    color:#fff;
} 

.hoursbooked {
    font-size:20px;
    font-weight: bold;
}

.hoursbookedright {
    font-weight: bold;
}

#infotext {
    color:#f00;
}

#infotextright {
    color:black;
    font-size:20px;

}

#by {
    font-size:11px;
}

#byright {
    font-size:20px;
}

.occupied {
    color:#fff;
    background:#e7054f;
    padding:60;
    width:500;   
    position: absolute;
    top: 100px;
    left: 25%;
    z-index:1000;
}

.available {
    color:#fff;
    background:#06af4a;
    padding:100;
    width:500;   
    position: absolute;
    top: 100px;
    left: 25%;
    z-index: 1000;
}

.occupiedbook {
    height:30px;
    color:#fff;
    background:#e7054f;
    padding:5px;
    margin-bottom:15px;
}
.freebook {
    height:30px;
    color:#fff;
    background:#06af4a;
    padding:5px;
    margin-bottom:15px;
}
.booked {
    background:#383588;
    color:#f9f8f0;
}

.booknow {
    z-index:1000;
}

.goback {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index:1000;
}

.logout{
    width:100%;
    text-align: right;
}

.side{
    background-color: rgba(0,0,0,0.4);
    padding: 40px;
    min-height: 100%;
}
 
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

*{
    margin: 0px;
    padding: 0px;
}

body{
}


.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}



.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: 0px;
    z-index:1;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.login-container{
    position: relative;
    width: 300px;
    margin: 60px auto;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    z-index:1000;
}

#output{
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

#output.alert-success{
    background: rgb(25, 204, 25);
}

#output.alert-danger{
    background: rgb(228, 105, 105);
}


.login-container::before,.login-container::after{
    content: "";
    position: absolute;
    width: 100%;height: 100%;
    top: 3.5px;left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;

}

.login-container::after{
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
     -moz-transform: rotateZ(-2deg);
      -ms-transform: rotateZ(-2deg);

}

.avatar{
    width: 130px;height: 126px;
    margin: 10px auto 30px;
    /*border-radius: 100%;
    border: 2px solid #aaa;*/
    background-size: cover;
    background-image: url("../images/acg.png");
}

.form-box input{
    width: 100%;
    padding: 10px;
    text-align: center;
    height:40px;
    border: 1px solid #ccc;;
    background: #03123a;
    transition:0.2s ease-in-out;
    color:#fff;

}

.form-box input:focus{
    outline: 0;
    background: #283557;
    color:#fff;
}

.form-box input[type="text"]{
    border-radius: 5px 5px 0 0;
    text-transform: lowercase;
}

.form-box input[type="password"]{
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.form-box button.login{
    margin-top:15px;
    padding: 10px 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.bookdaterow {
    margin:20px 0px;
}
.bookrow {
    margin:30px 0px;
}
.finalbook {
    margin:50px 0px;
}
.error {
    color:#f00;
}
.copyright {
    bottom: 5%;
    text-align:center;
    color:#99a7ca;
    width:100%;
}

.warning{
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.middle {
    margin-top:60px;
}
.middle .btn-primary {
        color: #fff;
        border-color: #fff; 
        width: 50%;
        background-color: rgba(255, 255, 255, 0.4); 
}
.middle .btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.1); 
}