/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2022 | 01:01:49 */
li.menu-item.menu-item--register {
    display: none !important;
}
div#wpadminbar {
    display: none !important;
}
.grimlock--page-content {
    padding: 15px 10px !important;
}
.boton {
    padding: 7px 20px;
    transition: all 0.5s;
    margin-right: 15px;
    margin-bottom: 15px;
}
.contenedor-pantalla input, .contenedor-pantalla select {
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
}
.contenedor-pantalla input.form-input-select {
    cursor: pointer;
    margin-bottom: 0px !important;
}
div#formulario .row-form-campos {
    position: inherit;
    margin-bottom: 15px;
}
div#formulario span {
    position: absolute;
    right: 10px;
    top: 43px;
    cursor: pointer;
}
div#formulario .cat-lista.focus-select {
    background: #f0f3f4;
    position: absolute;
    width: 100%;
    z-index: 1;
    border: 1px solid;
    box-shadow: 1px 3px 7px #666;
}
div#formulario .cat-lista li {
    color: #000;
    list-style: none !important;
    padding: 2px 15px;
    cursor: default !important;
}
div#formulario .cat-lista li:hover {
    background: #1e90ff;
    color: #fff;
}