html,body{
    margin: 0;
    padding: 0;
}
*{
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Montserrat', sans-serif;
}
a{
    color:inherit;
    text-decoration: none;
}
.reportar{
    background:red !important;
    color: white;
    font-weight: bolder;
    cursor:pointer;
}
.reportar:hover{
    background:#b70000 !important;
}
header{
    display: inline-block;
    width:100%;
    height: 50px;
    background: black;
    color: #fff;
}
.header-title{
    display:inline-block;
    margin-left: 20px;
    position: relative;
}
.header-menu{
    float:right;
    margin-right: 20px;
}
.searchbox{
    width: 50%;
    padding: 25px 10px;
    max-width: 600px;
    background: #ededed;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 15px;
    margin-bottom: 60px;
}
.logotop{
    width:200px;
    height: 200px;
    object-fit:contain;
    margin: 50px auto 0 auto;
    display:block;
}
.searchinput{
    width: 90%;
    display: block;
    margin: 0 auto;
    box-sizing:border-box;
    padding: 10px 5px;
    border-radius: 5px;
    border:none;
    text-align: center;
}
.submitinput{
    padding: 10px 35px;
    display: block;
    margin: 15px auto 0 auto;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.submitinput:hover{
    background: #424242;
}
.tablecontainer{
    width: 90%;
    display: block;
    margin: 0 auto;
    /* overflow-x:hidden; */
}
.tablecontainerregistro{
    width: 90%;
    display: block;
    margin: 0 auto;
    /* min-width:500px; */
    /* overflow-x:scroll; */
    /* max-height:90vh; */
    margin-bottom: 0;
}
.inputtext{
    width: 90%;
    display: block;
    margin: 0 auto;
    box-sizing:border-box;
    padding: 10px 5px;
    border-radius: 5px;
    border:none;
    text-align: center;
    margin-top: 10px;
}
#example{
    /* width:100%; */
}
.botonnoencontrado{
    padding: 10px 35px;
    display: block;
    margin: 15px auto 0 auto;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 5px;
    overflow:auto;
    width:250px;
    text-align:center;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 100px;
}
.botonnoencontrado:hover{
    background: #424242;
}
.header-menu a{
    text-decoration: none;
    color: inherit;
    display: inline-block;
    margin-left: 20px;
}
.header-menu a:hover{
    text-decoration: none;
    color: #e0e0e0;
}
.header-user{
    position:absolute;
    left: 50%;
    top:0;
    transform: translateX(-50%);
}
.changecontainer{
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: #cecece;
    box-sizing: border-box;
    padding: 40px;
    z-index:3;
    display: none;
    border-radius: 10px;
}
.changecontaineractive{
    display:block;
}
.opacity{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    top:0;
    left:0;
    z-index: -2;
    cursor:pointer;
}
.opacityactive{
    opacity: 0.7;
    transition: opacity .8s ease-in-out;
    z-index: 2;
}
.passwordinputchange{
    min-width: 400px;
    width: 80%;
    padding: 20px 10px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    /* margin-top: 80px; */
    border-radius: 5px;
    border: none;
    text-align: center;
}
.submitinputchange{
    display: block;
    margin: 0 auto;
    padding: 15px 30px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}
.cambiarpassword{
    cursor: pointer;
    font-weight: bold;
    color: blue;
}
.borrarelemento{
    cursor: pointer;
    font-weight: bold;
    color: red;
}
.current-search{
    text-align:center;
    font-weight: bolder;
    font-size: 2em
}
.boton-info{
    position: absolute;
    right: 150px;
    top: 120px;
    background: black;
    padding: 15px 35px;
    color: #fff;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.info-container{
    width: 90%;
    max-width: 960px;
    background: #ededed;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: -2;
    padding: 40px;
    box-sizing:border-box;
    visibility:hidden;
}
.info-container-active{
    z-index:3;
    visibility:visible;
}
.info-close{
    position: absolute;
    top: 0;
    right: 60px;
    font-weight: bolder;
    font-size: 2em;
    cursor:pointer;
}
.hidden-overlow{
    overflow:hidden;
}
.dt-buttons{
    margin-left: 15px !important;
}
.counter-text{
    width:100%;
    text-align: center;
    margin-top: 50px;
    font-size: 1.3em;
}

.agregar-usuario-boton-container{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 100px;  
}
.agregar-usuario-boton-container a{
    cursor: pointer;
}
.agregar-usuario-boton{
    padding: 20px;
    background: #000000;
    color: #ffffff;
    margin: 0;
    cursor: pointer;
    margin-left: 10px;
}

.registro-busquedas-container{
    display: flex;
    margin: 0 auto;
    width: 90%;
    max-width: 980px;
    margin-top: 50px;
    background: #ededed;
    padding: 30px;
    border-radius: 10px;
}
.registro-busquedas-container form{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.registro-busquedas-input-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-basis: 25%;
    padding: 0 5px;
    box-sizing: border-box;
}
.r-b-input-select{
    width: 100%;
    text-transform: capitalize;
    padding: 10px 5px;
    box-sizing: border-box;
}
.r-b-input-select option{
    text-transform: capitalize;
    padding:20px;
}
.r-b-input-submit-group{
    flex-basis: 100%;
}
.select2-results__option {
    text-transform: capitalize;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-transform: capitalize;
}

.r-b-formato-busqueda{
    margin: 50px 0 50px 5%;
    font-weight: bolder;
    font-size: 1.5em;
    text-transform: capitalize;
}

.current-search-container{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;

}
.current-search-buscaste{
    font-weight: bolder;
    font-size: 2em;
    margin:0;
}
.current-search-nombre{
    font-weight: bolder;
    font-size: 2em;
    color:red;
    margin:0;
}
.current-search-results-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 15px;
}
.current-search-result{
    font-weight: bolder;
    font-size: 1.5em;
    margin:0;
    line-height: 1.2em;
}
.current-search-count{
    font-weight: bolder;
    font-size: 1.5em;
    color:red;
    margin:0;
}
