html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/* Styles for cubicles - index page*/
.active {
    background-color: green;
    color: yellow;
}
.empty {
    background-color: aliceblue;
    color: black;
    background-image:url("/assets/door.png");
    background-position:bottom center;
    background-repeat:no-repeat;
}
.empty-demo {
    background-color: aliceblue;
    color: black;
}
.alert {
    background-color: red;
    color: yellow;
}

.standard-dialog {
    width: 50vw;
    height: 75vh;
    border: none;
    filter: drop-shadow(0px 0px 1vh rgba(0,0,0,.5));
    background-color: #a7f2eb;
    border-radius: 2rem;
}

.cubicle {
    display: block;
    border-radius: .5rem;
    /*border: solid yellow thin;*/
    min-width: 100px;
    width: 8vw;
    min-height:100px;
    height:16vh;
    filter:drop-shadow(0px 0px 1vh rgba(0,0,0,.5));
    padding:.75rem;
    margin:1.5vh;
    overflow:hidden;
}
.request {
    overflow:hidden;
    /*display: block;*/
    height: 8vh;
    color:black!important;
}
.name {
    font-size:1rem;
}
.btnView {
    width: 100%;
    height: 100%;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 2vw;
    border:none;
    text-shadow: 0 0 7px #72479db0, 0 0 10px rebeccapurple, 0 0 21px yellow, 0 0 42px darkred, 0 0 82px darkred;
}
.btnView img{
    max-height:8vh;
}
#cubInfoContainer img {
    width:100px;
}
#cubInfo .row {
    filter: drop-shadow(0px 0px 1vh rgba(0,0,0,.5));
    margin: 1.5rem;
    border-radius: 1rem;
    background-color: white;
    padding: .5rem;
}
#cubInfo .col{
    text-align:center;
}
.img[src$="done.png"] {

}
.hidden {
    display: none;
}
.icrs-logo-small{
    max-height:2rem;
}
#loader{
    width:100%;
}