html,body {
    height: 100vh;
}

#qrcode {
    margin: 10px 10px 10px 100px;
}

.site-name-container h3 {
    float: left;
}

#login_button_container button {
    margin-top: 10px;
}

.site-name-container h3:first-of-type {
    margin-right: 10px;
}

.h4-float-left h4 {
    float: left;
}

.h4-float-left h4:first-of-type {
    margin-right: 10px;
}

.hidden {
    display: none;
}

div[role='alert'] {
    display: none;
    margin-top: 5px;
}

#map {
    height: 760px;
}


.locked {
    background-color: #dc3545;
    display: inline-block;
    border-radius: 25px;
    width: 100%;
    height: 100%;
}

.unlocked {
    background-color: #198754;
}

.slider-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.slideToUnlock {
    position: relative;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.progressBar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 25px;
}

.text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.drag {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    display: inline-block;
    line-height: 50px;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #cccccc;
    background: #fff;
    color: #692003;
    text-align: center;
}

span[onclick] {
    cursor: pointer;
}

.expired {
    background-color: indianred;
}

