/*######################################################### loader ##################################################*/
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #F8F9FA;
    display:flex;
    justify-content: center;
    align-items: center;
}
.loader{
    width: 70px;
    height: 70px;
    margin: 40px auto;
}
.loader p{
    font-size: 16px;
    color: #777;
}
.loader .loader-inner{
    display: inline-block;
    width: 15px;
    border-radius: 15px;
    background: #74d2ba;
}
.loader .loader-inner:nth-last-child(1){
    -webkit-animation: loading 1.5s 1s infinite;
    animation: loading 1.5s 1s infinite;
}
.loader .loader-inner:nth-last-child(2){
    -webkit-animation: loading 1.5s .5s infinite;
    animation: loading 1.5s .5s infinite;
}
.loader .loader-inner:nth-last-child(3){
    -webkit-animation: loading 1.5s 0s infinite;
    animation: loading 1.5s 0s infinite;
}
@-webkit-keyframes loading{
    0%{
        height: 15px;
    }
    50%{
        height: 35px;
    }
    100%{
        height: 15px;
    }
}
@keyframes loading{
    0%{
        height: 15px;
    }
    50%{
        height: 35px;
    }
    100%{
        height: 15px;
    }
}
/*###############################################################################################################*/


.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #F8F9FA;
}

.main-title {
    margin:40px 5px 40px 0px;
}

a {
    color: #000000;
    transition: all .5s ease;
}

a:hover {
    color: #2eca6a;
    text-decoration: none;
}


/*######################################################### login form ##################################################*/
.form-div {
    margin: 50px auto 50px;
    padding: 25px 15px 10px 15px;
    border:  1px solid #80ced7;
    border-radius: 5px;
}

.form-control:focus{
    box-shadow: none;
}

form p {
    font-size: .89em;
}

.form-div.login{
    margin-top: 100px;
}

.logout{
    color: red;
}

/*######################################################### table ##################################################*/
table.eq {
    margin: Auto;
    empty-cells: Hide;
}

table.eq tr th,
table.eq tr td {
    border: thin dotted #ccc;
    padding: 8px;
    text-align: center;
}

td.eq img{
    display: block;
    margin-left: auto;
    margin-right: auto;

}

/*######################################################### equipment form ##################################################*/
span.pflichtfeld {
    font-size: small;
    color: Red;
}

div.form
{
    display: block;
    text-align: center;
}
form.eq
{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.message {
    text-align: center;
    border: 2px solid red;
    margin: auto;
    width: 50%;
    padding: 5px;
}

a.mess:link, a.mess:visited {
    background-color: #f44336;
    color: white;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a.mess:hover, a.mess:active {
    background-color: red;
}

/*########################################################## Booking begin ################################################### */
div.gallery {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    float: left;
    width: 180px;
    margin: 5px;
}

div.gallery:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 10px;
    text-align: center;
}

table.booking {
    padding: 4rem;
    font-family: -system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

table.booking th {
    font-weight: normal;
    text-align: left;
    border-top: thin dotted #ccc;
}

table.booking td {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 0.2rem;
    padding: 0.2rem 0.2rem;
    border: thin solid white;
}

table.booking td.booked {
    position: relative;
    vertical-align: top;
}

table.booking td.free {
    font-weight: normal;
    text-align: center;
    background-color: #dcdcdc;
}
table.booking td.freeWE {
    font-weight: normal;
    text-align: center;
    background-color: #d4e1ee;
}
table.booking td.select {
    font-weight: normal;
    text-align: center;
    background-color: #707070;
}
table.booking td.cancel {
    font-weight: normal;
    text-align: left;
    opacity: 0.4;
}

table.booking th.Sun {
    font-weight: bold;
    background-color:  #d4e1ee;
}

table.booking td.unavailable3 {
    font-weight: normal;
    text-align: center;
    color: #C0C0C0;
    text-align: center;
    background-color: #f0c2c2;
}

a.booking {
    color: #c0c0c0;
    text-decoration: none;
}

a.booking:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.Sat {
    background-color: #d4e1ee;
}

.stage-saturn {
    background-color: #26C6DA;
}

img.cancel {
    float: right;
}


table.deleteUSER td {
    padding: 0.4rem;
    text-align: left;
}
/*########################################################## Booking Main ################################################### */
table.booking2 {
    padding: 4rem;
    font-family: -system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

table.booking2 th {
    font-weight: normal;
    text-align: left;
    border-top: thin dotted #ccc;
}

table.booking2 th.available {
    width:25px;
    text-align: center;
    background-color: #c2dfd0;
    border: 1px solid white;
}

table.booking2 th.unavailable {
    width:25px;
    color: black;
    font-weight: normal;
    background-color: #f0c2c2;
    border: 1px solid white;
}
table.booking2 th.unavailable2 {
    width:25px;
    color: #C0C0C0;
    text-align: center;
    background-color: #f0c2c2;
    border: 1px solid white;
}

table.booking2 td.bottomline {
    border-bottom: thin solid white;
}

table.booking2 td {
    padding: 0.3rem 0.3rem;
    border-right: thin solid white;
}

table.booking2 td.free {
    filter: brightness(45%)
}

table.booking2 td.free:hover {
    filter: brightness(100%)
}

table.booking2 td.freeWE {
    background-color: #d4e1ee;
}

table.booking2 th.Sun {
    font-weight: bold;
    background-color:  #d4e1ee;
}

.col-border {
    border-top: thin dotted #ccc;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.display-none {
    display: none;
}

/*########################################################## logging table row clickable ################################################### */
.table-row{
    cursor:pointer;
}

/*########################################################## Button hover ################################################### */
.disabled:hover {
    cursor: default;
    color: white !important;
}

select option:disabled {
    color: #b3b3b3;
}

/*########################################################## Button Mo-Sun Schedule Room ################################################### */
.button-rounded {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    padding: 4px;
    font-size: 10px;
    margin: 2px 2px;
}