
@import url('/css/open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Sometype+Mono:ital,wght@0,400;0,500;0,600;1,400;1,700&display=swap');

.e-grid {
    font-family: 'Sometype Mono', serif !important;
    font-weight: 500 !important;
}

html, body {
    font-family: 'Sometype Mono', serif;
    font-size: 13.5pt;
    font-weight: normal;
    line-height: 1.2;
    height: calc(100% - 3px) !important;
}



a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50270;
}

.validation-message {
    color: #e50270;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


@media (min-width:641px) {
    .main-menu:hover, .main-menu.expanded {
        /*width: 250px;
        overflow: visible;*/
    }

    .sidebar:hover, .sidebar.expanded {
        width: 250px !Important;
        overflow: visible;
        overflow-x: visible;
        z-index:0;
    }

        .sidebar:hover, .sidebar.expanded TextoBotonMenu {
            display: block;
        }
    .main-menu {
        -webkit-transition: width .05s linear;
        transition: width .4s ease-out;
        width: 60px;
    }

    .sidebar {
        -webkit-transition: width .05s linear;
        transition: width .4s ease-out;
        width: 65px !Important;
        overflow-x: hidden;
    }

    .main-menu li {
        position: relative;
        display: block;
        width: 250px;
    }

        .main-menu li > a {
            position: relative;
            display: table;
            border-collapse: collapse;
            border-spacing: 0;
            color: #999;
            font-family: arial;
            font-size: 14px;
            text-decoration: none;
            -webkit-transform: translateZ(0) scale(1,1);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
        }

    .main-menu .nav-icon {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
    }

    .main-menu .nav-text {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 190px;
        font-family: 'Titillium Web', sans-serif;
    }

    .main-menu > ul.logout {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .sidebar ul, .sidebar li {
        outline: 0;
        padding: 0 0 0 3px;
        margin: 0 10px 0 0 ;
    }

    .TextoBotonMenu {
        display: none;
    }
    .sidebar a {
        color: white !Important;
        text-shadow: none !Important;
    }
    .navbar-brand {
        margin-left: -18px;
    }
    .ps-3 {
        padding-left: 1rem !Important;
    }
}
.sidebar {
    background-image: linear-gradient(180deg,#213052 0%, #39b795 45%, #298dc7 100%);
}

.DEV {
    background-image: linear-gradient(180deg,#664800 0%, #664800 45%, #298dc7 100%) !important;
}
.navbar-brand .oi {
    padding-top: 5px
}

.ContenedorBody:before {
    content: ' ';
    position: absolute;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-position: 40% 50px;
    background-size: contain;
    object-fit: contain;
    width: 95vw;
    height: 90vh;
    background: url(/images/LogoBG.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1000;
    background-size: contain;
    background-repeat: no-repeat;
}
    .ContenedorBody{opacity:1; z-index:1;}
.nav-scrollable{height:calc(100vh - 4.7rem)!Important;}
.btnMain {
    border-radius: 50%;
    background-color: white;
    height: 50px;
    margin: -10px -5px;
    padding: 5px;
    box-shadow: rgba(0,0,0,0.3) -3px -3px inset;
    box-shadow: inset 0 0 10px;
}
.top-row{background:transparent!Important;}
.navbar-brand h6 {
    margin-left: 80px;
    margin-top: -2rem;
    text-wrap: wrap;
}
@media (min-width: 641px) {
    .collapse {
        display: block!Important;
    }
}
.sidebar .submenu{margin-left:10px;}
.nav-link .bi {
    margin-right: 22px!Important;
}
.main-menu li > a{font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}
.bi {
    min-width: 1.25rem;
    max-height: 3rem;
    text-wrap: nowrap;
}
.TarjetaDatos {
    padding: 20px;
    margin: 10px
}
.ContenedorLogin {
    height: calc(100% - 80px) !important;
    width: 80vw;
    max-width:900px;
/*    margin-top: 25%;*/
}
.page {
    overflow-x: hidden;
}
.nav-item a{
    height:2.5rem!Important;
}
.Cargando {
    background-color: rgba(255,255,255,1);
    background-image: url(../Images/loading.gif);
    background-repeat: no-repeat;
    background-size: 150px;
    height: 220px;
    width: 350px;
    background-position: top 0px left 0px;
    background-position-x: center;
    vertical-align: middle;
    align-content: center;
    padding: 170px 10px 10px 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    border-radius: 30px;
    font-size: 17px;
    margin: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    background-position-y: 20px;
}
.ContenedorSuperior {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.btnSuperior {
    color: #2b9fde;
}

.blazored-modal-full {
    max-width: unset !important;
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
    width: 95%;
    margin: 2% auto;
    height: 95vh;
    overflow: auto;
}

.blazored-modal-cargando {
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
}

/* CSS */
button.button-35 {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 10px;
    min-height: 2rem;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    background-color: #2b9fde;
    text-shadow: 1px 1px rgba(0,0,0,0.2);
    color: rgba(255,255,255,1) !Important;
    display: flex;
    gap: 10px;
}

    button.button-35:hover,
    button.button-35:focus {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(9,87,133,.32) 0 4px 12px;
        color: rgba(0, 0, 0, 0.65);
    }

    button.button-35:hover {
        transform: translateY(-1px);
        box-shadow: rgba(9,87,133,.32) 0 4px 12px;
    }

    button.button-35:active {
        background-color: #F0F0F1;
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
        color: rgba(0, 0, 0, 0.65);
        transform: translateY(0);
    }



.blazored-modal-ancho {
    max-width: unset !important;
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
    width: 80%;
}

.blazored-modal-ancho-completo {
    max-width: unset !important;
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
    width: 80%;
}

.blazored-modal-header {
    display: flex;
    letter-spacing: 2px;
    font-weight: 200;
    font-size: large;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 0 0 !important;
}

.blazored-modal-content {
    overflow-y: auto;
}

.blazored-modal {
    width: 70%;
    max-width: 700px;
}
.blazored-modal-ancho {
    max-width: unset !important;
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
    width: 80%;
    margin: 20vh auto;
    max-height: 60vh;
    overflow: auto;

}

.blazored-modal-ancho-completo {
    max-width: unset !important;
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
    width: 80%;
}

.blazored-modal-overlay {
    backdrop-filter: blur(1px);
    background-color: rgba(0,0,0,0.2);
}

.blazored-modal-content {
    z-index: 102;
}

.blazored-modal-full {
    max-width: unset !important;
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
    width: 95%;
    margin: 2% auto;
    height: 95vh;
    overflow: auto;
}

.blazored-modal-cargando {
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
}

.ContenedorSuperior {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


@media(max-width:767px) {
    .blazored-modal-ancho {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 1.5rem 0px;
        margin: auto !important;
    }

    .p-3 {
        padding: 1rem 0px;
    }

    .mb-3 {
        margin-bottom: 1rem !important;
        width: auto;
    }
}
.SeccionEdicion {
    margin: 15px 0px;
    padding:10px;
}
.e-card {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !Important;
    background: #fff !Important;
    border: 1px none #000 !Important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16) !Important;
    color: rgba(0, 0, 0, 0.87) !Important;
    outline: none !Important;
}
.e-card {
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 15px;
    justify-content: center;
    line-height: 36px;
    min-height: 36px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 100%;
}

.ControlFlex {
    width: 250px;
    margin: 5px;
}
.ControlFlexFH {
    width: 260px;
    margin: 5px;
}
.FilaFlex {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ContenedorFlex {
    column-gap: 0rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    text-align: left;
}

.ControlAnchoFlex {
    width: 350px;
    margin: 5px;
}

.ControlCampoGrande {
    width: 750px; 
    height: auto;
    margin: 5px 5px;
     
}
.ControlComboGrande {
    width: 95%;
    height: auto;
    margin: 10px 5px;
}

    .ControlCampoGrande .e-control-container {
        background-color: #f7f6f9 !important;
    }
    .ControlCampoGrande textarea {
        height:100px!Important;
        background:White!Important;
    }
        .ControlCampoGrande .e-textbox {
        height: 100px;
    }

    .ControlCampoGrande .e-float-text {
        
    }

    

.ControlChicoFlex {
    width: 150px;
    margin: 5px;
}
.ControlNumChicoFlex {
    width: 100px;
    margin: 5px;
}
.TextoInformativo {
    font-weight: bold;
}

.CampoTexto {
    margin: 0px 5px;
    font-size: 16px;
}

.btn-circle {
    background-color: #69b127;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    color: white;
    margin: auto;
}

    .btn-circle:hover {
        box-shadow: 0 5px 5px rgb(0 0 0 / 25%);
        background-color: #7fd72f;
    
        transition: 0.2s;
    }
        .btn-circle:hover .oi {
            transition: 0.5s;
        }

    .btn-circle .oi {
        font-weight: 100 !Important;
        display: flex;
        margin: auto;
        font-size: 15px;
        justify-content: center;
    }
.btn-circle-med {
    background-color: #69b127;
    border-radius: 30px;
    width: 50px!Important;
    height: 50px!Important;
    color: white;
    margin: auto;
}
    .btn-circle-med .oi {
        margin-top:5px!important;
        font-size:25px
    }
    button {
        font-family: "Poppins"
    }
.top-row.px-4.auth, .top-row.px-4.auth button {
    font-size: 0.7rem;
}
    .top-row.px-4.auth, .top-row.px-4.auth button {
        height: 2.5rem;
    }
button, select {
    border: none;
    background: transparent;
}

.ControlConBoton {
    display: inline-flex;
    align-content: baseline;
    align-items: baseline;
    
}
    .ControlConBoton button {
        margin-left:15px;
        margin-bottom:0px;
        width:45px; margin-right:20px;
    }
.lastbutton {
    float: right;
}
.leftbutton {
    float: left;
}
.button-35.btnCancelar{
    background-color:gray;
}
.button-35:hover {
    background-color: #7fd72f
}
.button-35.btnCancelar:hover {
    background-color: darkred;
}
button.e-control.e-btn.e-lib.oi.oi-x.btnGridCancelar.e-edit-delete.e-Nonebutton {
    background-color: transparent !Important;
    color: indianred;
    margin: 0;
    padding: 0;
    width: 25px;
    font-family:Icons;
    border:none;
}

button.e-control.e-btn.e-lib.oi.oi-pencil.btnGridEditar {
    background-color: transparent !Important;    
    margin: 0; 
    padding: 0;
    width: 25px;
    font-family: Icons;
    border: none;
}
.btnGridCancelar {
    background-color: darkred;
}
.btnGridCancelar {
    
}
.separador{height:50px;}
.ContenedorGrid{
    margin: 2rem 1rem;
}
.MensajeError{font-size:small;
              font-family: 'Segoe UI';
              word-wrap:break-word;
}
.e-card {
    max-width: calc(100vw - 140px);
}
.e-toolbar-right{display:flex!Important; margin-top:-2px; margin-right:-10px}
.blazored-modal-focus-trap{height:100%; display:flex; margin:auto;}
.blazored-modal {margin:auto!important;}
.bm-header{padding:0;}
.row {
    --bs-gutter-x: 0;
    margin-right: 0;
    margin-left: 0;
}
.nav-item a{
    line-height:unset!Important;
            
}
.nav-item a {
    display: inline-flex!Important;
}
.nav-item a p{margin:0px;}
    .nav-item a p.mini {
        font-size:0.6rem;
    }
#blazor-error-ui{
    padding:0.6rem!Important;
    line-height:0.3;
    font-size:13px;
    background:unset!important;
    background:rgba(255,155,0,0.3)!Important;
    
}
article:has(.ContenedorLogin){
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}
article.div{width:100%;
             
}
.GrupoControles{border-color:lightgray!Important; border-radius:15px; border:solid; padding:15px;}
    .GrupoControles .e-radio-wrapper.e-wrapper {
        margin-right: 20px;
    }
    .e-card .ContenedorFlex{justify-content:start;}
.TxtSinEtiqueta{margin-top:-15px!important;}
.Btn-secondary{background-color:white!important;  color:green!Important;} 
.incluye{max-height:300px;
         overflow-y:auto;
         font-weight:bold!important;
}
    .incluye li {
        font-weight: normal; 
        font-size:13px;
    }
    .CantidadMuestras{
        font-weight:bold;
        letter-spacing:1.2pt;
    }
.ContenedorConsulta{font-size:8pt!Important;}

.NombreEstudioCapturaResultados {
    font-size: 9pt !Important;
    font-weight:bold;
}
.DatoEstudioCapturaResultados {
    font-size: 9pt !Important;
    
}
p.NombreEstudioCapturaResultados {
    margin-top: 0px;
    margin-bottom: 0px !important;
}
p.DatoEstudioCapturaResultados {
    margin-top: 0px;
    margin-bottom: 0px !important; 
}
    .e-list-item:nth-child(odd) {
        background: #fbfbfb !Important;
    }
    .ContenedoreGlobal{background-color:azure}
.ControlNumChicoFlex{min-width:120px;
                     margin:5px;
}
.TextoYBoton{
    display:flex; 
    min-width:170px; 
    margin:10px; 
    border:solid #d8f1ff;
    border-radius:15px
} 
.sinborde{border:none; }
.minibutton{
    margin:auto 0px;
    padding-bottom:10px;
    height:25px;
    width:25px;
    background-color:#60bec4;
}
button.btn-circle.lastbutton.minibutton i{
    margin-top:3px;
    margin-left:2px
}
button.btn-circle.leftbutton.minibutton i {
    margin-top: 3px;
    margin-left: 2px
}
.primary-button > .button-35 {
    background-color: #7fd72f;
}

.minibutton:has(i.oi.oi-person){margin-top:30px;}
.minibutton i.oi.oi-person {
    height: 9px;
    width: 9px;
    
}

.SinBorde{border:none!important; margin:0px;} 
.Parametros
{
    max-height:300px;
    overflow-y:auto;
}
.AlturaMaximaFila{
    max-height:150px!important; 
    overflow-y:auto;
}

.ContenedorChecks {
    display: flex;
    flex-direction: column;
    gap: 10px;
     
    margin-top: 1rem;
}
a.NumIcono {
    font-family: Arial;
    color:white; 
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
}
.btn-cancel{
    
    background-color:darksalmon !important;
}
.btn-cancel:hover {
    
    background-color: darkorange !important;
}
.EnlaceExterno{
    width:20px;
    height:20px;
    background-image: url(Images/link.png);
    background-repeat:no-repeat;
    background-size:contain;
}
.LetraBoton {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-top: 0px !important;
    margin-left: 0px !important;
    letter-spacing: 1px;
}
.minibutton:has(.LetraBoton) {
    margin: -27px 0px 0 0;
    z-index: 9999 !Important;
    position: relative;
    padding: 0;
} 
.custom li {
    float: left;
    font-size: 13px;
    padding-left: 50px;
    font-style: normal;
}
.nav-link{cursor:pointer;}
button.nav-link {
    color: white !Important;
    margin-top: 2rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    
    display:inline-flex;
}
    button.nav-link:hover {
        background-color: rgba(255,255,255,0.1);
    }
span.nav-link{
    color:white;
    margin-top:-5px;
    
}
.salir{color:white;}
span.oi.oi-box.mainmenu {
    text-align: center;
}
.famenu {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    padding-right: 15px;
    text-align: center;
}
.mainmenu {
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    padding: 5px;
    margin-left: -7px;
    margin-right: 15px;
    font-size: 1.2rem;
}
.secondarybutton{background-color:gray; }

.e-toolbar-items {
    display: block !important;
    width: 100% !important;
}
  
#Grid_search { 
    float: right !Important;  
}
button.button-35.btnSuperior.lastbutton {
 
  
}
.button-35.btnSuperior.lastbutton {
 float:right;
}
.TituloConBotones {
    display: inline-flex; 
    width: 100%;
    justify-content: space-between;
}
.TituloConBotones i{margin-right:15px;}
.Filtros .SeccionEdicion{
    display:flex;
    justify-content:flex-start;
    margin: 0px;
    padding: 0px 10px;
}
button .Filtros {
    margin-bottom: 0px;
}  
.Filtros {
    background: #34aba3 !important; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #34aba3, #d7fdff) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #34aba3, #d7fdff) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}