@charset "UTF-8";

.shortTable {
	width: 100%;
	display: inline-block;
	overflow-y: scroll;
}

#timenav {
	display: flex;
	align-items: center;
	justify-content: center;
}

input[type="time"] {
	padding-top:5px;
	width: 160px !important;
}

#midnight_text {
    width: 160px;
    font-size: 24pt;
    color: var( --form-text-color );
    margin-bottom: 10px;
    float: left;
}

.notConf {
    color: #D8002E;
}

.timeUConf {
    color: #339900;
}

.timeAConf {
    color:#878787;
}

.timeRemoveBtn {
    color: var( --error-text-color );
    font-weight: bold;
    text-decoration: none;
    font-size: 1em;
}

.timeRemoveBtn:hover {
    text-decoration: none;
}

#admintimecontent {
	cursor: pointer;
}

#admintimecontent tr .info{
    text-align: left !important;
}

#admintimecontent tr td{
    padding: 0.4em;
    font-size: 1.1em;
}