.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .7;
    display: flex;
    align-items: center;
    z-index: 10000;
    text-align: center;

}
.loading img {
    margin-top: 20%;
    text-align: center;
}




.btnEmoji{
    width: 30px;
}


.altselected{
    background-color: lightgreen;
}

input[type="text"], input[type="email"], input[type="number"], input[type="time"] {
    height: 30px;   
}
button{
    height: 30px;
}
select{
    height: 30px;
}
.form-control, .control-label{
    height: 30px;
}

.center{
    text-align: center;
    margin: 0 auto;
}

.panel {
    margin-bottom: 0px; 
}

hr{
    padding: 5px;
}

qstForm{
    padding: 0px;
}
