@charset "utf-8";
/* CSS Document */

/**
 * @author Jean Aguirres
 */

body{
    height:0px;
    background-image:url(images/bg.jpg);
}

body,input, #users{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19pt;
    font-weight: 300;
    line-height: 1.75em;
    color: #888;
}

h1{
    text-align: center;
}

table {
    font-size: 12pt;
    border-top:1px solid #e5eff8;
    border-right:1px solid #e5eff8;
    margin:1em auto;
    border-radius: 0.35em;
    border-collapse:collapse;
}

td {
    color:#000000;
    border-bottom:1px solid #e5eff8;
    border-left:1px solid #e5eff8;
    padding:.3em 1em;
    text-align:center;
}

thead, tfoot {
    background:#778899;
    text-align:center;
    font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    color:#000000;
}

tbody tr:nth-child(2n+1) {
    background: #f9fcfe;
}

tbody tr:nth-child(2n) {
    background: #BEBEBE;
}

form {
    margin-left: 23%;
}
#result1{
    width: 1200px;
}

#result{
    width: 1200px;
}

#users{
    text-align:center;
    text-align-last: center; 
    width: 250px;
    height: 60px;
}

#date {
    text-align:center;
    text-align-last: center;
    height: 60px;
}

.user{
    width: 200px;
}

.conjunto{
    width: 740px;
}

.status{
    width: 260px;
}

.date{
    width: 120px;
}

form input[type="date"], #users{
    position: relative;
    -webkit-appearance: none;
    border: 0;
    background: #fff;
    background: rgba(255,255,255,0.75);
    border-radius: 0.35em;
    box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

form input[type="date"]:focus, #users:focus{
    box-shadow: 0 0 2px 1px #8ebebc;
    background: #fff;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
.button, #filtros{
    position: relative;
    display: inline-block;
    border-radius: 0.35em;
    text-decoration: none;
    padding: 0.05em 1.5em 0.05em 1.5em;
    background-color: #8ebebc;
    border: 0;
    cursor: pointer;    
    -moz-transition: background-color 0.35s ease-in-out;
    -webkit-transition: background-color 0.35s ease-in-out;
    -o-transition: background-color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover, #filtros{
    background-color: #9ececc;
}

#filtros{
    margin-left: 8%;
}

#conjunto2 {
    width: 376px;
}