@font-face {
  font-family: "Jellyka-Estrya-Handwriting";
  src:url("../fonts/Jellyka_Estrya_Handwriting.ttf")
  format("truetype");
}

@font-face {
  font-family: "Star-Avenue";
  src:url("../fonts/staravenue.ttf")
  format("truetype");
}

.flechita {
  padding: 1px 8px !important;
}

.blink {
  /* background: rgba(0,0,0,.5); */
  background: rgba(192, 192, 192, 0.5);
  animation: blinker 1.3s linear infinite;
}

table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.cuadrito {
  display: inline-block !important;
  width: 25px !important;
  margin-right: 10px !important;
}

.sombra {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.centro {
  text-align: center;
  /* background-color: #4CAF50; */
  background-color: #1C1C1C;
  color: white;
  padding: 1px;
  font-size: 10px;
  margin-bottom: 8px;
  cursor: pointer;
}

.buscar {
  margin-bottom: -7px;
}

.panel-body {
  padding: 10px;
}

#page-inner {
  width: 100%;
  margin: 0;
}

.ocupado {
  background: #ff9800;
}

.titulo {
	font-family: "Star-Avenue", sans-serif !important;
  color: #495057;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0.1em !important;
  font-weight: 300;
}

.titulo-label {
    font-family: "Star-Avenue", sans-serif !important;
    /*color: #B22568 !important;*/
    font-size: 13px !important;
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 0.1em !important;
    font-weight: 100;
}

.botones {
	color: white !important;
	font-weight: bold !important;
}

input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=date] {
    -moz-appearance:textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.dedo{
    cursor: pointer;
}

.INICIADO{
    color: green !important;
}

/*.dedo:hover{
    background: #f5f5f5;

}*/
