/** GENERAL **********************/
body {
    background: rgba(73, 155, 234, 1);
    background: -moz-linear-gradient(-45deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(73, 155, 234, 1)), color-stop(100%, rgba(32, 124, 229, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: linear-gradient(135deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=1);
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
button,
li {
    font-family: 'Dosis', sans-serif;
}

a {
    text-decoration: none;
}

.contenedorCentrar {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

input[type="submit"],
button {
    display: block;
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 35px;
    background: rgba(73, 155, 234, 1);
    background: -moz-linear-gradient(-45deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(73, 155, 234, 1)), color-stop(100%, rgba(32, 124, 229, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: linear-gradient(135deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=1);
    color: #fff;
    border: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin: 20px auto 0;

}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    width: 350px;
    height: 37px;
    border-radius: 6px;
    padding-left: 3%;
    font-size: 17px;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/****************************/

.dataTables_length {
    width: 48.5%;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered tr td {
    border: 1px solid #ddd;
}

table.table {
    margin-bottom: 10px;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
}

table.table thead {
    background-color: #f1f1f1;
}

#tbodyResultados tr td {
    line-height: 27px;
}

#tbodyResultados tr:nth-child(even) td {
    background-color: #e6e6e6;
}

tbody#tbodyResultados {
    font-family: 'Open sans', sans-serif;
}

#contenedor_logs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

#log {
    width: 24%;
    border-bottom: 1px solid black;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

#input_logs {
    width: 75%;
}

#login {
    background: f5f5f5;
    padding: 50px;
    border-radius: 50px;
    box-shadow: 0 0 30px 0px #4c4c4c;
    background-color: #fff;
}

#login form {
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */

}

#rellenar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#rellenar input {
    height: 50px;
    width: 450px;
    border-radius: 100px;
    padding: 0 20px;
    color: #2c2c2c;
}

.subtitulo {
    text-align: center;
    margin-bottom: 10%;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.titulo {
    font-weight: bolder;
    text-align: center;
    padding: 8px;
    margin-bottom: 3%;
    font-size: 30px;
}

/* .header {
    height: 35px;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #fafafa 0%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
    color: #353535;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
} */
/*.button-login {
    width: auto !important;
    height: auto;
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 35px;
    background: rgba(73, 155, 234, 1);
    background: -moz-linear-gradient(-45deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(73, 155, 234, 1)), color-stop(100%, rgba(32, 124, 229, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: linear-gradient(135deg, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=1);
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    margin: auto;
    border-radius: 100px;
}*/

.button-login:hover {
    opacity: 0.9;
}

.toggle-servicio {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #207ce5;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.toggle-servicio:hover {
    opacity: 0.7;
}


.display {
    display: flex;
    background-color: #ffff;
    padding: 20px 30px;
    border-radius: 50px;
    margin-bottom: 45px;
    /* width: 700px; */
    /* align-items: center; */
    justify-content: space-between;
    column-gap: 45px;
    align-items: center;
    box-shadow: 0 0 20px #2472c7;
}

.tituloControl {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.tituloControl img {
    height: 35px;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    border: 1;
    /* color: #4195e9;*/
}

.tituloControl h3 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2em;
    font-family: 'Dosis', sans-serif;
}

/* #contenedorControl {
    display: grid;
    /* margin-left: 4%; */
/* background-color: #ffff; */
/* padding: 30px; */
/* border-radius: 50px; */
/* margin-top: 15%; */
/* justify-content: center;
    min-height: 100vh;
    align-items: center; */
/* padding: 30px; */
/* } */

/* #contenedorControl h3 {
    /* margin-right: 5%; */
/* text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2em; */
/* }  */

#contenedorControl form {
    display: flex;
    /* padding-right: 46px; */
    /* text-transform: uppercase; */
    align-items: center;
    margin-bottom: 0;
    column-gap: 20px;
    justify-content: flex-end;
}


#contenedorControl input[type='submit'] {
    /*margin-right: 3%;*/
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin: auto;
}

#contenedorPrueba:last-child {
    /* margin-bottom: 0px; */
}

/* 
.contenedorInfo{
    background-color: #ffffff;
    padding: 106px;
    border-radius: 79px;
    margin-top: 73px;
    box-shadow: 0 0 20px #2472c7;
} */

.tituloInfo {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
}

.filtros {
    display: flex;
    column-gap: 30px;
    row-gap: 37px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 4%;
}

.filtroCategoria {
    display: flex;
    align-items: center;
    font-family: 'Open sans', sans-serif;
}

.filtros input[type="submit"] {
    padding: 4px 17px;
}

label#categoria {
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
    margin-right: 2%;
}

input[type="checkbox"] {
    margin-right: 1.5%;
}

#filtroEmpresa label {
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 9px;
    font-family: 'Dosis', sans-serif;
}

.displayFiltros {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

/* div#filtroUsuario {
    display: flex;
    align-items: center;
    column-gap: 16px;
} */

#filtroUsuario label {
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 9px;
    font-family: 'Dosis', sans-serif;
}

input.unaFila {
    margin: 0;
}



label#labelCategoria {
    font-family: 'Dosis';
}

.select2-search input[type="search"]:focus-visible {
    border: 2px solid #3189e7;
    outline: none;
    background: #e7e7e7;
}

.select2-search input[type="search"] {
    border: 1px solid #479aea !important;
    border-radius: 100px;
}

.contenedorInfo {
    background-color: #ffffff;
    padding: 4%;
    border-radius: 79px;
    margin-top: 0;
    box-shadow: 0 0 20px #2472c7;
    max-width: 1000px;
}

#controlLeerLogs .contenedorInfo{
    max-width: fit-content;
}

.cabecera {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #3189e7;
    padding: 0 10px;
}




/* span#select2-selectusuario-container {
} */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Open Sans', sans-serif;

}

span.select2-results ul li {
    font-family: 'Open Sans';
}

span.select2.select2-container.select2-container--default.select2-container--below {
    width: 300px !important;
}


span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 300px !important;

}

span.select2.select2-container.select2-container--default {
    width: 300 !important;
}

/* .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-search input[type="search"] {
    border: 1px solid #479aea;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
}   */


label#labelCategoria {
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 2%;
}

#filtroCategoria label {
    margin-right: 1%;
}

#example {
    font-family: 'Dosis', sans-serif;
}

#example caption {
    display: none;
}

th.t_center.hidden-mobile.sorting.sorting_asc {
    text-transform: uppercase;
}

.volver {
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.volver input {
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1357a1;
    background: none;
}

.volver img {
    max-width: 20px;
}

.volver p {
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1357a1;
    background: none;
}

.volver:hover,
.volver:focus {
    opacity: 0.7;
}

#imgEmpresa {
    width: 50px;
    height: 40px;
}

.ocultar {
    display: none;
}

.gridDiv {
    display: grid;
    grid-template-columns: repeat(2, 1fr 1fr);
    align-items: center;
    grid-gap: 31px;
}

#inputs {
    margin-top: 3%;
    margin-bottom: 4%;
}

.gridDiv label {
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
}

.botones button {
    margin: 6px;
    height: 47px;
    /* text-align: center; */
    padding: 9px;
}

.botones {
    display: flex;
    margin: 0 auto;
    width: fit-content;
}

#logs {
    margin-top: 4%;

}

.textoPlano{
    display: flex;
    margin: 0 auto;
    width: fit-content;
}

.textoPlano input {
    width: 59%;
    /* height: 26%; */
    margin: 6px;
    height: 47px;
    /* text-align: center; */
    padding: 9px;
}

/** SPINNER EN BOTONES **/

.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.75;
    cursor: wait;
}

.btn-loading .btn-text {
    visibility: hidden;
}

.btn-loading .spinner {
    display: inline-block;
}

.spinner {
    display: none;
    width: 18px;
    height: 18px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}