﻿@font-face {
    font-family: 'Rubik-Light';
    src: url('fonts/Rubik/static/Rubik-Light.ttf')
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('fonts/Rubik/static/Rubik-Regular.ttf')
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url('fonts/Rubik/static/Rubik-Bold.ttf')
}

body {
    font-family: Rubik-Regular !important;
}


@media (min-width: 800px) {
    .facet_sidebar {
        width: 140px;
        /* background-color: red;*/
    }

    .resize_model {
        height: 220px;
        width: 300px;
        background-color: greenyellow;
    }
}

@media (min-width: 900px) {
    .facet_sidebar {
        width: 160px;
        /* background-color: greenyellow;*/
    }

    .resize_model {
        height: 250px;
        width: 350px;
        background-color: greenyellow;
    }
}

@media (min-width: 1000px) {
    .facet_sidebar {
        width: 180px;
        /* background-color: blueviolet;*/
    }

    .resize_model {
        height: 280px;
        width: 400px;
        background-color: greenyellow;
    }
}

@media (min-width: 1100px) {
    .facet_sidebar {
        width: 200px;
        /* background-color: blue;*/
    }

    .resize_model {
        height: 320px;
        width: 450px;
        background-color: greenyellow;
    }
}

@media (min-width: 1200px) {
    .facet_sidebar {
        width: 220px;
        /* background-color: yellow;*/
    }

    .resize_model {
        height: 360px;
        width: 480px;
        background-color: greenyellow;
    }
}

@media (min-width: 1300px) {
    .facet_sidebar {
        width: 235px;
        /* background-color: saddlebrown;*/
    }

    .resize_model {
        height: 390px;
        width: 500px;
        background-color: greenyellow;
    }
}

@media (min-width: 1400px) {
    .facet_sidebar {
        width: 255px;
        /* background-color: pink;*/
    }

    .resize_model {
        height: 420px;
        width: 530px;
        background-color: greenyellow;
    }
}



@media (min-width: 1500px) {
    .facet_sidebar {
        width: 270px;
        /* background-color: pink;*/
    }

    .resize_model {
        height: 450px;
        width: 560px;
        background-color: greenyellow;
    }
}



.button-main {
    background-color: #A784E1;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button-main:hover,
    .button-main:focus {
        background-color: #337ab7;
    }



p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.default-table {
    width: 100%;
}

    .default-table tr td {
        width: 50%;
    }


.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    width: 100%;
    background: transparent; /* Old browsers */
    margin: 0;
    padding: 0;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.login-area {
    text-align: center;
}

.work-area-center {
    background-color: #ffffff !important;
    text-align: center;
    padding: 0 0 50px 0;
    overflow: hidden;
    padding-top: 5px;
}

    .work-area-center > table {
        margin: 0 auto;
        text-align: left;
    }

    .work-area-center > div {
        margin: 0 auto;
        text-align: left;
        /*padding-top: 50px;*/
    }

.work-area {
    width: 100% !important;
    min-width: 500px;
}

/*Forms tables*/
.form {
    padding: 15px;
    width: 100%;
}

    .form th {
        width: 40%;
        text-align: right;
        background-color: #fafafa;
    }

    .form td input, .form td select, .form td textarea {
        width: 100%;
    }

.asp-control td {
    padding-top: 20px;
}

/*Edit inputs IMPORTANTE SI SE CAMBIA EL TAMAÑO DE LOS FORMULARIOS JQGRID*/
.ui-jqdialog-content input.FormElement, select.FormElement {
    width: 95%;
}

    .ui-jqdialog-content input.FormElement.hasDatepicker {
        width: 87%;
    }

.ui-jqdialog-content .DataTD img {
    padding-left: 5px;
}



.ui-pg-input {
    width: 40px;
}

.tool-bar {
    text-align: center;
    width: 400px;
    float: left;
}

.ui-dialog, ui-jqdialog {
    z-index: 9999 !important;
}

.ui-front {
    z-index: 9998 !important;
}

th.ui-th-column div {
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}

/*.ui-state-disabled {
    display:none;
}*/
.form_mod_fech,
.form_mod_persona {
    width: auto !important;
    display: inline-block;
    margin-bottom: 25px;
}

    .form_mod_fech label, .form_mod_fech input,
    .form_mod_persona label, .form_mod_persona input {
        width: auto !important;
    }

    .form_mod_fech input,
    .form_mod_persona input {
        margin-top: 5px;
    }

.PageOptions {
    display: none !important;
}

.MasterBody {
    overflow: hidden;
}

.MasterMenu {
    width: 100%;
    height: 10%;
    overflow: hidden;
    z-index: 1;
    font-family: Rubik-Regular !important;
}

.MasterContent {
    flex-grow: 1;
    width: 100%;
    overflow: hidden;
}

.customHeaderStyle {
    background-color: #3c1b71; /* Cambia este color al que desees */
    color: #FFFFFF; /* Cambia este color al que desees */
    font-weight: bold;
}

    .customHeaderStyle:hover {
        background-color: #A784E1;
    }

.header-logo {
    width: auto;
    height: 60px;
}

.header-custom {
    background-color: #3C1B71;
    vertical-align: middle;
    height: 100%;
}

.footer-custom {
    background-color: #111111;
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 1px;
}

.content-custom {
    flex: -1;
}

.wrapper-custom {
    min-height: 85.9vh; /* Establece la altura mínima del wrapper para cubrir toda la ventana visible */
    display: flex;
    flex-direction: column;
    margin-bottom: -25px;
}

.jumbotron-custom {
    border-radius: 0px !important;
}

.banner {
    background-image: url('../Resources/src/images/Banner.jpg'); /* Ruta de la imagen de fondo */
    background-size: cover;
    background-position: center;
    background-attachment: inherit;
    height: 810px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 27, 113, 0.4); /* Añade opacidad al fondo */
    display: flex;
    justify-content: left;
    padding-left: 8%;
    padding-top: 2%;
    text-align: left;
}

    .banner-content .banner-content-text {
        color: #00ff6d !important;
        font-family: Rubik-Bold;
        text-transform: none;
        font-size: 92px;
        line-height: 94px;
        font-weight: 700;
    }

    .banner-content p {
        font-size: 18px;
    }

.dxm-horizontal .dxm-contentText {
    font-family: Rubik-Light !important;
    font-size: 14px;
    color: #FFFFFF !important;
}

.dxm-horizontal .dxm-pImage {
    filter: brightness(0) invert(1);
    transition: filter 0.3s;
}

    .dxm-horizontal .dxm-pImage:hover {
        filter: brightness(1) invert(0);
    }


/*.dxm-item dxm-subMenu dxm-selected:hover {
    filter: none;
}*/

.dxmLite_Moderno .dxm-main .dxm-separator {
    display: none;
}


/*Implementación de Menú*/


.HeaderBody {
    display: flex;
}

.HeaderLogo {
    flex: 1;
}

.HeaderMenu {
    flex: 4;
    height: 100%;
    padding-top: 2%;
}

/*Botones pagaré Web*/

.Button-Custom-Bar-Short {
    background-color: #3C1B71;
    border: 1px solid #3C1B71;
    border-radius: 100px;
    font-family: 'Rubik-Light';
    font-size: 16px;
    color: #FFF;
    height: 2.825rem;
    width: 9.313rem;
}

    .Button-Custom-Bar-Short:hover {
        border: 1px solid #A784E1;
        background: #A784E1 !important;
        font-weight: 700;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        font-family: Rubik-Light;
    }

    .Button-Custom-Bar-Short:disabled {
        border: 1px solid #7C7979;
        background: #7C7979 !important;
        font-weight: 100;
        color: #fff;
        font-size: 16px;
        cursor: default;
        font-family: Rubik-Light;
    }

.Button-Custom-Bar-Middle {
    background-color: #3C1B71;
    border: 1px solid #3C1B71;
    border-radius: 100px;
    font-family: 'Rubik-Light';
    font-size: 16px;
    color: #FFF;
    height: 2.825rem;
    width: 12.313rem;
}

    .Button-Custom-Bar-Middle:hover {
        border: 1px solid #A784E1;
        background: #A784E1 !important;
        font-weight: 700;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        font-family: Rubik-Light;
    }

    .Button-Custom-Bar-Middle:focus {
        border: 1px solid #A784E1;
        background: #A784E1 !important;
        font-weight: 700;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        font-family: Rubik-Light;
    }

    .Button-Custom-Bar-Middle:disabled {
        border: 1px solid #7C7979;
        background: #7C7979 !important;
        font-weight: 100;
        color: #fff;
        font-size: 16px;
        cursor: default;
        font-family: Rubik-Light;
    }

.Button-Custom-Bar-Large {
    background-color: #3C1B71;
    border: 1px solid #3C1B71;
    border-radius: 100px;
    font-family: 'Rubik-Light';
    font-size: 16px;
    color: #FFF;
    height: 2.825rem;
    width: 14.313rem;
}

    .Button-Custom-Bar-Large:hover {
        border: 1px solid #A784E1;
        background: #A784E1 !important;
        font-weight: 700;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        font-family: Rubik-Light;
    }

    .Button-Custom-Bar-Large:disabled {
        border: 1px solid #7C7979;
        background: #7C7979 !important;
        font-weight: 100;
        color: #fff;
        font-size: 16px;
        cursor: default;
        font-family: Rubik-Light;
    }

.button-image {
    padding-right: 10px;
}

.format-text {
    font-family: Rubik-Regular;
    font-size: 20px;
    text-align: center;
}

.text-center {
    text-align: center;
}

.bottom-space {

padding-bottom: 50px;
}