/*@import url("https://fonts.googleapis.com/css?family=Pacifico");*/
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");*/
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../fonts/open-sans/opensans-condlight-webfont.woff2') format('woff2'),
         url('../fonts/open-sans/opensans-condlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*REDUCE EL TAMAÑO DEL TEXTO DE LAS DATATABLE DEBIDO A QUE SE MOSTRABA DEMASIADO GRANDE*/
.table td, .table th {
    font-size: 11.5px;
    color: rgb(66, 65, 65);
    /*font-family: 'open_sanscondensed_light', sans-serif;*/
}
.mesHistorico th, .cantidadProdHistorico td{
    width: 25%;
    text-align: center;
    background-color: #E9E9E9;
    font-family: 'open_sanscondensed_light', sans-serif;
    color: #5A5959;
    height: 70px;
    font-size: 1.05em;
}

.mesHistorico{
    margin-top: 220px;
}

.mesesCalendarioPendientes td, .mesesCalendarioPendientesCompra td{
    width: 25%;
    text-align: center;
    vertical-align: middle;
    background-color: #E9E9E9;
    font-family: 'open_sanscondensed_light', sans-serif;
    color: #5A5959;
    height: 170px;
    font-size: 1.25em;
    border-color: #A29C9A;
}
.mesesCalendarioPendientes td:hover, .mesesCalendarioPendientesCompra td:hover{
    background-color:rgb(117, 115, 115);
    color: white;
    font-weight: bold;
}
/* EFECTO DE COLOR EN HOVER DE LA TABLA AGREGAR PRODUCTOS,
LA FILA SE COLOREA AMARILLO  #ffa */
table#agregarProductos.dataTable tbody tr:hover {
    background-color:rgb(185, 185, 192);
    color: white;
    /*background-color: #ffa;*/
}
table#agregarProductos.dataTable tbody tr:hover > .sorting_1 {
    background-color:rgb(185, 185, 192);
    color: white;
    /*background-color: #ffa;*/
}
input:invalid, textarea:invalid {
color:red;
}
progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
        appearance: none;

    /* Get rid of default border in Firefox. */
    border: none;

    /* Dimensions */
    /*width: 250px;*/
    height: 20px;
}
/* FIREFOX & OPERA */
progress[value]::-moz-progress-bar { 
    background-image:
      -moz-linear-gradient(
        135deg, 
        transparent 33%, 
        rgba(0, 0, 0, 0.1) 33%, 
        rgba(0, 0, 0, 0.1) 66%, 
        transparent 66% 
      ),
      -moz-linear-gradient(
        top, 
        rgba(255, 255, 255, 0.041), 
        rgba(0, 0, 0, 0.25)
      ),
      -moz-linear-gradient(
        left, 
        #4e73df,
        #e74a3b
      );
    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%; 
}
/* CHROME & SAFARI */
progress[value]::-webkit-progress-value {
    background-image:
         -webkit-linear-gradient(-45deg, 
                                 transparent 33%, rgba(0, 0, 0, .1) 33%, 
                                 rgba(0,0, 0, .1) 66%, transparent 66%),
         -webkit-linear-gradient(top, 
                                 rgba(255, 255, 255, 0.041), 
                                 rgba(0, 0, 0, .25)),
         -webkit-linear-gradient(left, #4e73df, #e74a3b);
  
      border-radius: 2px; 
      background-size: 35px 20px, 100% 100%, 100% 100%;
}
progress[value]::-webkit-progress-value::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 100%;
    right: 7px;
    top: 7px;
    background-color: white;
}
/* INICIO SPINNER DE DATATABLE*/
.spinnerTextDataTable{
    border: none;
    color: #e58342;
    background-size: 50px 50px, 100% 100%, 100% 100%;
    display: block;
    background-color: white; 
}
.spinnerDataTable{
    color: #e58342;
    position: relative;
    background-size: 50px 50px, 100% 100%, 100% 100%;
    display: block;
    background-color: white;

}
.dataTables_wrapper .dataTables_processing {
    text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    z-index: 500;
    position: relative;
    background-color:white;
}
/* FIN SPINNER DE DATATABLE*/
/*th, td {
    white-space: nowrap;
}*/
.columnaLarga{
    white-space: nowrap;
    text-align:center
}
.columnaCentrada{
    text-align:center;
}

.help-block{
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 20px;
    font-weight: bold;
}

/*****************************************************************/
/*.modal {
    padding: 0 !important;
}*/

.modal .modal-dialog {
    width: 98%;
    max-width: none;
    height: 95%;
    /*margin: auto;*/
}

.modal .modal-content {
    height: 95%;
    border: 0;
    border-radius: 0;
}

.modal .modal-body {
    overflow-y: auto;
}

/*****************************************************************/
/******************ANCHO DEL TEXT AREA**************************/

textarea { 
    width: 100%; 
    margin: 0; 
    padding: 0; 
    border-width: 0; 
}

/*****************************************************************/
.pendientesClinica td{
    width: 25%;
    text-align: center;
    vertical-align: middle;
    background-color: #E9E9E9;
    font-family: 'open_sanscondensed_light', sans-serif;
    color: #5A5959;
    height: 170px;
    font-size: 1.25em;
    border-color: #A29C9A;
}
.pendientesClinica td:hover{
    background-color:rgb(14, 85, 73);
    color: white;
    font-weight: bold;
}

/*******************************************************************/
.tarjeta-clinicas{
    padding: 0;
}

.g-recaptcha{
    margin-bottom: 15px;
}