@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.2em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body{
    margin: 0px;
}

/* Removes the clear button from date inputs */
input[type="date"]::-webkit-clear-button {
    display: none;
}

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button { 
    display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
    color: #2c3e50;
}

/* A few custom styles for date inputs */
input[type="date"] {
    text-align: center;
    height: 28px;
    width: 175px;
      -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-radius: 4px;
    border: 2;
    border-style: solid;
    display: inline-block !important;
    visibility: visible !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    margin: 0em;
    font: 400 13.3333px Arial;
}

input[type="date"], focus {
   color: #5f5f5f;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.tabla-resultados{
 margin: auto;
 width: 400px;
 height:430px;

}
@media only screen and (max-width: 400px) {

   .tabla-resultados{
       align-content: flex-start;
       margin: auto;
       width: 95%;
       height:400px;
    }
}

@media screen and (max-device-width: 480px){
.tabla-resultados{
       align-content: flex-start;
       margin: auto;
       width:95%;
       height:600px;
    }
}

form{
  position: fixed;
  background-color: #ffffff;
  width: 400px;
}

.form-control{
     font-family: "Montserrat","Open Sans";
     font-weight: bold;
     color: #6c6c6c;
    width: 48%;
float: left;
  padding: 2px;
  margin: auto;
}

.form-control label{ 
    margin: auto;
    width: 200px;
}
.form-control select{
    color: #6c6c6c;
     width: 175px;
     height: 28px;
     background-color: #ffffff;
     padding-left: 11px;
     border-radius: 4px;
     text-align: center;
    border-color: #6c6c6c;
    border:1;
}
input[type="submit"]{
    background-color: #30BCEA;
    color:#FFF!important;
    border:1px solid #30BCEA;
    border-radius: 6px;
    font-weight: bold;
    width: 130px;
    height: 25px;
    margin:auto;

}
.btn-tabla-resultados{
    margin:10px;
    padding-top: 5px;
    display: flex;
    width: 100%;
    height: 30px;
}
table.encabezados{
    display:inline !important;
    
}
.todos-resultados{
    display:grid;
    font-family: "Montserrat","Open Sans";
    margin: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 330px;
    width:100%;
    border: 1px solid #0166FF;
}
@media only screen and (max-width: 400px) {

    table{
        font-family: "Montserrat","Open Sans";
        width: 95%;
        margin: auto;
    }
 
    input[type="date"]{
        width: 140px;
    }
    .form-control select{
        width: 140px;
    }
}

@media screen and (max-device-width: 480px){
 table{
        font-family: "Montserrat","Open Sans";
        width: 95%;
        margin: auto;
    }
  
    form{
        width: 95%;
    }
    input[type="date"]{
        width: 140px;
    }
    .form-control select{
        width: 140px;
    }
}
thead {display: inline!important;}

.tabla-encabezados {
    font-family: "Montserrat", "Open Sans" !important;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
    padding-top: 10px;
    height: 25px;
    border: 1px solid #0166FF;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    color: #0166FF;
    border-radius: 17px 17px 0px 0px;
   
}

.tabla-encabezados th{
    width: 100%;
}

.fila-resultados{
    
    display: flex;
    justify-content: space-around;
    background-color: #303383;
    color: #fff;
    border-bottom:1px  solid #67c2ff;
}
.fila-resultados td{
font-family: "Montserrat", "Open Sans";
    padding: 10px 5px;
    font-size: 11px;
    font-weight: 300;
    color: #ffffff;
    width: 100%;
    height: auto;
}
.colum1, .colum3{
background-color: #F7F9FE;
    color: #0166FF !important;
    font-weight: 500 !important;
}

.colum3 {
    display: flex!important;
    align-content: center!important;
    flex-wrap: nowrap!important;
    justify-content: center!important;
    align-items: center!important;
}

.colum2, .colum4{
    background-color: #0166FF;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 400px) {
    .fila-resultados td{
    font-family: "Montserrat","Open Sans";
   }
   .colum2{
       display: none;
   }
   .th-fecha{
       display: none;
   }
}

@media screen and (max-device-width: 480px){
    .fila-resultados td{
    font-family: "Montserrat","Open Sans";
   }
   .colum2{
       display: none;
   }
   .th-fecha{
       display: none;
   }
}

