body{
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 1rem;
}
.container{
    padding: 0 1rem;
}
h1{
    font-size: 1em;
}

.reload {
	cursor: pointer;
	position: absolute;
	right: 2rem;
}

.reloj input{
	background-color: #666;
	color: #fff;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	border: 1px solid #666;
	border-radius: 0.5rem;
	padding: 0.5rem 1rem;
}

.color{
    color: #660e20;
}
svg {
    margin: 0 auto 0.5rem;
}
.logo{
	margin-top: 2rem;
	text-transform: uppercase;
	text-align: left;
	padding-left: 10px;
}
.logo svg{
	margin-bottom: 0;
	position: relative;
	top: 4px;
}

.title{
	margin-top: 0;
}

.row{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.row > a{
    margin: 0 0.5rem 1rem;
    align-items: center;
    justify-content: center;
    display: grid;
}
.row-2 > a{
    flex: 30%;
}
.row > a > i{
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.button{
    width: 100%;
    display: block;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    color: #666;
    padding: 1rem;
    text-decoration: none;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
.button:hover,
.button:focus{
    background-color: #eee;
    border: 1px solid #eee;
    color: #666;
}

.button-entrada{
    background-color: #40A040;
    border-color: #307830;
    color: #fff;
}
.button-entrada:hover,
.button-entrada:focus{
    background-color: #307830;
    border-color: #307830;
    color: #fff;
}
.button-salida{
    background-color: #CF4040;
    border-color: #9B3030;
    color: #fff;
}
.button-salida:hover,
.button-salida:focus{
    background-color: #9B3030;
    border-color: #9B3030;
    color: #fff;
}
.button-ausencia{
    background-color: #f0ad4e;
    border-color: #B4823A;
    color: #fff;
}
.button-ausencia:hover,
.button-ausencia:focus{
    background-color: #B4823A;
    border-color: #B4823A;
    color: #fff;
}
.disabled {
	width: 100%;
    display: block;
    padding: 1rem;
    text-decoration: none;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
	background-color: #fff!important;
	border-color: #f6f6f6!important;
	color: #ccc!important;
	cursor: not-allowed;
}
.disabled:hover {
	background-color: #fff!important;
	border-color: #f6f6f6!important;
	color: #ccc!important;
	cursor: not-allowed;
}

.textinfo{text-transform: uppercase;}
.textinfo-trabajando{color: #5cb85c;}
.textinfo-teletrabajando{color: #f0ad4e;}
.textinfo-notrabajando{color: #d9534f;}
.textinfo-fueradesede{color: #5bc0de;}

.ausencia {
	background-color: #f6f6f6;
	border: 1px solid #eee;
	border-radius: 0.5rem;
	text-align: center;
	padding: 1rem;
	margin: 0 0.5rem 1rem;
	text-align: left;
	display: grid;
	color: #666;
	font-size: 0.8rem;
	line-height: 1.4;
}

.info{
    background-color: #f6f6f6;
    border: 1px dashed #ccc;
    border-radius: 0.5rem;
    text-align: center;
    padding: 0.5rem 1rem;
    margin: 0 0.5rem 1rem;
    align-items: center;
    justify-content: center;
    display: grid;
    color: #666;
	font-size: 0.8rem;
	line-height: 1.4;
}
.info a{
	color: #660e20;
}
.info a:hover{
	color: #2f64b1;
}
.info a:focus{
	color: #000;
}
.info img{
	display: block;
	margin: 0 auto 0.5rem;
}