body {
    margin: auto;
    background: #eeeeee;
}
@page {
  margin: 10px 0 0 0;
}
.top{
  width: 275mm;
  height: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.head{
  width: 275mm;
  height: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.body {
    width: 98%;
    min-height: 100%;
    margin: auto;
    overflow: auto;
    padding:0;
    font: 0.76em arial, tahoma, helvetica, sans-serif;
}
a{
  text-decoration: none;
}
.left_select{
  float: left;
  background-color: #ffffff;
  border: 1px solid #626e7e;
  color: #444a52;
  padding: 2px 2px;
  margin: 9px 2px 0px 2px;
  border-radius: 3px;
  width: 110px;
  height: 27px;
}
.left{
  float: left;
  margin-top: 10px;
}
.right{
  float: right;
  margin-top: 10px;
}
.title{
    margin-top:6px;
    font: 1.75em sans-serif, arial, tahoma, helvetica;
    color: #626e7e;
    font-weight: bold;
}
.button {
  background-color: #626e7e;
  border: none;
  color: #dfdfdf;
  padding: 6px 15px;
  font: 0.80em sans-serif, arial, tahoma, helvetica;
  margin: 9px 2px;
  cursor: pointer;
  border-radius: 3px
}
.button:hover {
  background-color: #626e7e;
  color: #ffffff;
}
.button_password {
  background-color: #ffffff;
  border: 1px solid #626e7e;
  color: #444a52;
  padding: 5px 8px;
  margin: 9px 2px;
  border-radius: 3px;
  width: 30px;
  text-align: center;
}
.button_password:focus {
  outline: none;
}
.center{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.copyrights {
    position: relative;
    bottom: 5px;
    width: 100%;
    margin: auto;
    overflow: auto;
    padding: 30px 0 0 0;
    font: 0.7em arial, tahoma, helvetica, sans-serif;
    text-align: center;
}
.table {
  width: 275mm;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  margin-bottom: 50px;
}
table thead tr th {
  background: #626e7e;
  color: #eeeeee;
  padding: 0.5em;
  overflow: hidden;
  font-size: 1.2em;
}
table thead tr th:first-child {
  border-radius: 3px 0 0 0;
}
table thead tr th:last-child {
  border-radius: 0 3px 0 0;
}
table thead tr th i {
  vertical-align: middle;
  font-size: 1em;
}
table tbody tr {
  background: #dfdfdf;
}
table tbody tr td:nth-child(odd) {
  background: #eeeeee;
}
table tbody tr:nth-child(2n + 0) td {
  border-bottom: 1px solid #626e7e;
}
table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #626e7e;
  position: relative;
  height: 14px;
  cursor: pointer;
}
table tbody tr td:last-child {
  border-right: 1px solid #626e7e;
}
table tbody tr td.hour {
  font-size: 1.5em;
  padding: 0;
  color: #626e7e;
  background: #fff;
  border-bottom: 1px solid #626e7e;
  border-collapse: separate;
  min-width: 100px;
  cursor: default;
}
select{
  appearance: none;
  margin-top: -2px;
  margin-bottom: -2px;
  height: 17.5px;
  left: 0;
  right: auto;
  background: transparent;
  width: 100%;
  border: 0;
  float: left;
  text-align: center;
  cursor: pointer;
}
select:focus {
  outline: none;
}
select:hover{
  outline: none;
  border-color: #0f8f00;
  box-shadow: 1px 2px 2px #eeeeee inset, 0 0 4px #0f8f00;
}
.letra{
  font-size: 1.2em;
  color: #626e7e;
}
.dot_green {
  height: 5px;
  width: 5px;
  background-color: #12af00;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 2px 2px 2px;
}
.dot_blue {
  height: 5px;
  width: 5px;
  background-color: #2196f3;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 2px 2px 2px;
}
.dot_orange {
  height: 5px;
  width: 5px;
  background-color: #ef6c00;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 2px 2px 2px;
}
 /* Table pdf */
 body.print {
     background: #ffffff;
     font: 0.65em arial, tahoma, helvetica, sans-serif;
 }
 .letra_pdf{
   font-size: 1.3em;
   color: #626e7e;

 }
 .table_print {
   width: 275mm;
   border-spacing: 0;
   border-collapse: separate;
   table-layout: fixed;
 }
