@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	transition:.2s;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-ms-transition:.2s;
	-o-transition:.2s;
}

body{
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #222;
	text-align: center;
	background-image: url(../img/engranes.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

header{
	background-color: rgba(17, 17, 17, 0.8);
	color: #ddd;
	padding: 20px;
	margin-bottom: 20px;
}

header h1{
	color: #444;
	text-shadow: 1px 2px 1px #000;
}

section {
    background-color: rgb(0 0 0 / 26%);
    padding: 20px;
    margin: 20px;
    color: #777;
    display: inline-block;
    vertical-align: top;
    max-width: 900px;
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

.login{
	max-width: 250px;
}

footer{
	border-top: 1px solid #333;
	margin: 20px 0;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #555;
}

footer a{
	color:#eee;
	text-decoration:none;
}

footer a:hover{
	color:#09f;
}


form{
	text-align:left;
}

form label{
	margin-top: 25px;
	margin-bottom: -4px;
	display: block;
}

form input, textarea, select{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 0;
	border-bottom: 1px solid #09f;
	background-color: transparent;
	color: #09f;
	outline: none;
	padding: 5px 0;
	display: block;
	margin: 10px 0;
	width: 100%;
}

.login input, .login label{
	text-align:center;
}

form input[type=submit], form input[type=button]{
	background-color: #09f;
	color: #000;
	padding: 10px 20px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	border:0;
	border-radius: 5px;
}

form input[type=submit]:hover, form input[type=button]:hover{
	background-color: #000;
	color:#09f;
}


.logout{
	text-decoration: none;
	color: #777;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 5px;
	border: 1px solid rgba(255,255,255,.1);
	display: inline-block;
}

.logout:hover{
	color:#09F;
	border-color:#09F;
}

nav{
	border-top: 1px dashed rgba(255,255,255,.1);
	margin: 20px;
	margin-bottom: 0;
	padding-top: 15px;
}

nav ul{
	list-style:none;
}

nav ul li{
	display:inline-block;
}

nav ul li a{
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	background-color: #222;
	color: #09f;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 5px 2px;
}

nav ul li a:hover, nav ul li a.active{
	background-color:#09F;
	color:#FFF;
}


.user{
	font-size: 12px;
	margin: 8px;
	color: #444;
}

hr {
	border: 0;
	border-bottom: 1px dashed rgba(255,255,255,.1);
	margin: 35px 0;
	display: block;
}


section h1 {
    background-color: rgb(0 153 255 / 23%);
    margin: -20px;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.57);
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 20px 20px 0px 0px;
}


table{
	width: 100%;
}

table tr{
	
}

table th{
	background-color: #333;
	color: #777;
	text-align: left;
	padding: 5px;
	font-size: 12px;
}

table td{
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 5px;
	text-align: left;
	color: rgba(255, 255, 255, 0.39);
}

td a {
	color: #fff;
	text-decoration: none;
	background-color: rgba(211, 211, 211, 0.59);
	border-radius: 100%;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	background-size: cover;
}

td a:hover {
	background-color: rgba(0, 153, 255, 0.59);
}

td a.delete {
	background-color: #C00;
}

td a.delete:hover {
	background-color: #F60;
}

table tr:hover td{
	border-bottom-color: #09f;
	color: #09f;
}

h3#total{
	text-transform: uppercase;
	color: rgba(214, 214, 214, 0.33);
	margin: 15px 0;
	border-bottom: 1px solid rgba(0, 153, 255, 0.21);
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
}

h3#total strong{
	color: rgba(0, 153, 255, 0.6);
	font-weight: normal;
}

.empleado{
	border: 1px solid rgba(0, 153, 255, 0.19);
	color: #09f;
	padding: 20px;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 20px;
}

.empleado .nombre{
	display: inline-block;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	vertical-align: middle;
}

.button{
	width: 60px;
	height: 60px;
	background-color: #09f;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	border-radius: 100%;
	background-position:center;
	background-repeat:no-repeat;
}

.return{
	background-image:url(../img/return.png);
}

.new{
	background-image:url(../img/new.png);
}

.work{
	background-image:url(../img/clock.png);
}

.hour{
	background-image:url(../img/hour.png);
}

.delete{
	background-image:url(../img/delete.png);
}

.edit{
	background-image:url(../img/edit.png);
}

.comments{
	background-image:url(../img/comments.png);
}

.button:hover{
	background-color:#F90;
}

.empleados{
	list-style:none;
}

.empleados li{
	display:block;
}

.empleados li a{
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 25px;
	background-color: rgba(55, 62, 66, 0.38);
	color: rgba(255, 255, 255, 0.7);
	margin: 20px 10px;
	border-radius: 5px;
	text-align: left;
}

.empleados li a:hover{
	background-color: #09f;
	color:#FFF;
}


section article{
	display: inline-block;
	vertical-align: top;
	background-color: rgba(0, 153, 255, 0.12);
	padding: 15px;
	margin: 10px;
	border-radius: 5px;
	max-width: 245px;
}

section article h2{
	color: rgba(0, 153, 255, 0.71);
	text-align: left;
	font-weight: normal;
	font-size: 20px;
}

ul.data{
	list-style: none;
	font-size: 14px;
	text-align: left;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	line-height: 24px;
	margin: 10px 0;
	padding: 10px 0;
}

ul.data li{
	
}

ul.data li strong{
	color: rgba(107, 203, 248, 0.33);
	font-weight: normal;
	margin-right: 10px;
}


ul.buttons{
	list-style: none;
}

ul.buttons li{
	display: inline-block;
}

ul.buttons li a{
	background-color: rgba(0, 0, 0, 0.59);
	color: rgba(0, 153, 255, 0.71);
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	border-radius: 5px;
	margin: 5px 2px;
}

ul.buttons li a:hover{
	background-color: #09f;
	color:#333;
}


h4.message{
	background-color: rgba(80, 80, 80, 0.44);
	color: rgba(255, 255, 255, 0.7);
	padding: 10px;
	margin-top: -20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 20px;
	font-size: 12px;
	border-radius: 5px;
}

h4.message.success{
	background-color: rgba(0, 255, 51, 0.44);
}

h4.message.fail{
	background-color: rgba(235, 0, 0, 0.52);
}

.data hr{
	margin: 15px 0;
}

.block{
	display:block;
}

.center{
	text-align:center;
}

.noborder{
	border-bottom:1px solid rgba(255,255,255,.1) !important;
}


form label:first-child{
	margin-top:10px;
}

.open_happy{
	background-image: url(../img/happy.png);
	background-color: #09f;
	width: 60px;
	height: 60px;
	position: fixed;
	left: 0;
	top: 50%;
	border: 10px solid transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	outline:none;
}

.open_happy:hover{
	background-color: #F60;
}

.open_happy > span{
	position: absolute;
	top: -18px;
	right: -18px;
	border-radius: 100%;
	background-color: #F90;
	color: #fff;
	padding: 6px 10px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: none;
    backdrop-filter: blur(5px);
}

.overlay_list{
	display: inline-block;
	background-color: #fff;
	margin: 50px 20px;
}

.overlay_list h1{
	background-color: #09f;
	color: #fff;
	padding: 15px;
	background-repeat: no-repeat;
	border: 15px solid transparent;
	text-transform: uppercase;
	text-align: center;
	position:relative;
}

#happy_list h1{
	background-image: url(../img/happy.png);
	padding-left: 100px;
	text-align: left;
}

.overlay_list h1 button{
	background-image: url(../img/delete.png);
	border: 0;
	width: 40px;
	height: 40px;
	background-position: center;
	background-color: transparent;
	position: absolute;
	top: -17px;
	right: -17px;
	cursor: pointer;
	background-size: contain;
	outline:none;
}

.overlay ul{
	list-style:none;
}

.overlay li{
	padding: 8px;
	color: #555;
	border-bottom: 1px solid rgba(0,0,0,.08);
	text-align:left;
}

.overlay li:hover{
	background-color:rgba(0,0,0,.08);
}

.overlay li > span{
	display: inline-block;
	background-color: #09f;
	color: #fff;
	padding: 2px 5px;
	border-radius: 4px;
	margin-right: 10px;
	border-bottom: 2px solid rgba(0,0,0,.2);
}

.go{
	text-decoration:none;
	width: auto;
	border-radius: 5px;
	padding: 0 5px;
	background-color: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.57);
}

.comments{
	position: relative;
	padding-left: 23px;
	border-radius: 5px;
	background-size: 25px;
	background-repeat: no-repeat;
	cursor:pointer;
}

.comms{
	max-width:100px;
}


.marca{
	background-color: #09f;
	border: 0;
	padding: 20px;
	margin: 10px 0;
	font-size: 25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	border-bottom: 3px solid rgba(0,0,0,.5);
	border-radius: 5px;
	cursor: pointer;
	outline:none;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color:#FFF !important;
}

.marca:hover{
	background-color:#09F !important;
}

.marca.entrada{
	background-color:#690;
}

.marca.salida{
	background-color:#c00;
}

.flip-clock-wrapper {
	width: auto;
	display: inline-block;
}


table ins, #data_comments ins{
	display: block;
	margin: 5px 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.13);
	padding-bottom: 5px;
	text-decoration:none;
}

#data_comments ins{
	display:inline-block;
	border:0;
	border-right:1px solid #ccc;
	margin-right:5px;
	padding-right:5px;
}

table ins:last-child, #data_comments ins:last-child{
	border:0 !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}

@media screen and (max-width: 767px) {
	
	
	
	.flip-clock-wrapper ul li a div {
		border-radius: 0px !important;
	}

	.clock { margin: 0 auto; display: block; max-width: 322px; }
	
	.flip-clock-wrapper ul { height: 50px; line-height: 50px; }
	.flip-clock-wrapper ul li a div.up:after { top: 24px; }
	.flip-clock-divider { height: 50px; }
	.flip-clock-dot { height: 6px; width: 6px; left: 7px;}
	.flip-clock-dot.top { top: 17px; }
	.flip-clock-dot.bottom { bottom: 8px; }
	
	.flip-clock-divider .flip-clock-label { font-size: 16px; }
	.flip-clock-divider.hours .flip-clock-label { right: -66px; }
	.flip-clock-divider.minutes .flip-clock-label { right: -78px; }
	.flip-clock-divider.seconds .flip-clock-label { right: -78px; }
	
	.flip-clock-wrapper ul { width: 30px; }
	.flip-clock-wrapper ul li a div div.inn { font-size: 30px; }
	
	.flip-clock-wrapper ul li a div.up div.inn {
		top: -65%;
	}
	
	.flip-clock-wrapper ul li a div.down div.inn {
		padding-bottom:220%;
		height:100%;
	}
	
	.flip-clock-wrapper ul.flip-clock-meridium{
		margin-bottom: 25px;
		margin-top: -15px;
	}
	
	body{
		background-size:contain;
	}
	
}

@media screen and (max-width: 500px) {
	
	.flip-clock-wrapper ul.flip-clock-meridium{
		width: 100%;
	}
	
	button{
		display: block;
		width: 100%;
		margin: 20px 0;
	}
	
}