﻿:root {
    --color-cabecera: #96be25;
    --color-contenido: aliceblue;
    --color-texto-perfil: #4ddaf5;
    --color-fondo-informacion: #1C5D6D;
    --color-texto-titulo: #ebdc7f;
    --color-texto-empresa: #c2cbfa;
    --color-dialog-button-focused: #fff7cc;
    --color-dialog-button-hover: gold;
    --color-texto-button: gold;
    --color-toolbar: aliceBlue;
    --popup-title-bg-color: orange;
    --popup-title-toolbar-bg-color: orange;
}

.dx-toast-custom {
    background-color: #F05B41;
    color: white;
    border-radius: 5px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-style {
    margin-top: 1px;
    font-size: 20pt;
}

.container {
    max-width: 2000px !important;
}

.toolbar {
    margin: auto;
    padding: 0px 0px 0px 0px;
    /*background-color: var(--popup-title-bg-color);*/
    
}

.commandbuttons {
    margin: 2px;
}

.menu {
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 600px) {
    .data-grid {
        height: auto !Important;
        max-height: calc(100vh*1.5) !important;
    }

    .datagridlineas {
        margin: auto;
        padding: 5px 5px 5px 5px;
        max-height: calc(100vh*1.8) !Important;
        min-height: 300px;
    }

    .datagridlineassmall {
        margin: auto;
        padding: 5px 5px 5px 5px;
        max-height: calc(30vh) !Important;
        min-height: 300px;
    }

    #formGastos {
        display: none
    }

    .formdreta {
        display: none
    }

    .formwithinfo {
        max-width: 100% !Important;
    }

    
    .cabeceraclass {
        opacity: 1 !important
    }

    .contenido {
        margin-top: 0px !Important;
    }
}

@media screen and (min-width: 600px) {
    .data-grid {
        flex: 1;
        height: 900px !Important;
    }

    .datagridlineas {
        margin: auto;
        padding: 5px 5px 5px 5px;
        max-height: 800px;
        min-height: 500px;
    }

    .datagridlineassmall {
        margin: auto;
        padding: 5px 5px 5px 5px;
        max-height: 250px !Important;
    }

    .formdreta {
        visibility: hidden;
    }

    .formwithinfo {
        max-width: 100% !Important;
    }
}

@media screen and (min-width: 1200px) {
    .formdreta {
        padding: 10px 10px 10px 10px;
        border-radius: 2px;
        border: solid 0.1em lightgrey;
        /*background-color: white;*/
        visibility: visible;
    }

    .formwithinfo {
        max-width: 85% !Important;
    }
}

@media screen and (min-width: 980px) {
    .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.popup {
    height: auto;
    width: 300px;
}



.col {
    flex-basis: 100%;
}

@media screen and (min-width: 980px) {
    .col {
        flex: 1;
    }
}

@media screen and (min-width: 980px) {

    .col {
        flex: 1;
    }

    .col-05 {
        flex: 0.5;
    }

    .col-10 {
        flex: 1;
    }

    .col-15 {
        flex: 1.5;
    }

    .col-20 {
        flex: 2;
    }

    .col-25 {
        flex: 2.5;
    }

    .col-30 {
        flex: 3;
    }

    .col-35 {
        flex: 3.5;
    }

    .col-40 {
        flex: 4;
    }

    .col-45 {
        flex: 4.5;
    }

    .col-50 {
        flex: 5;
    }

    .col-55 {
        flex: 5.5;
    }

    .col-60 {
        flex: 6;
    }

    .col-65 {
        flex: 6.5;
    }

    .col-70 {
        flex: 7;
    }

    .col-75 {
        flex: 7.5;
    }

    .col-80 {
        flex: 8;
    }

    .col-85 {
        flex: 8.5;
    }

    .col-90 {
        flex: 9;
    }

    .col-95 {
        flex: 9.5;
    }
}


.txSmall {
    max-width: 200px;
    padding: 0px 5px 0px 5px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.txDate {
    max-width: 350px;
    padding: 0px 5px 0px 5px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.txNormal {
    max-width: 450px !important;
    padding: 0px 5px 0px 5px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}



.txMedium {
    max-width: 600px;
    padding: 0px 5px 0px 5px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.txLarge {
    max-width: 700px;
    padding: 0px 5px 0px 5px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.txNumber {
    max-width: 250px;
    padding: 0px 5px 0px 5px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

    .txNumber input {
        text-align: right;
    }


.txId {
    max-width: 175px;
    /*min-width: 150px;*/
    padding: 0px 5px 0px 5px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.txCheckBox {
    padding: 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}


.colSmall {
    width: 70px;
}

.colNormal {
    width: 125px;
}

.colMedium {
    width: 200px;
}

.colLarge {
    width: 300px;
}

.colNumber {
    width: 80px;
}



.colDate {
    width: 100px;
}

.colId {
    width: 60px;
}

.form {
    margin: 2px 2px 2px 2px;
    padding: 0px 0px 0px 0px !Important;
}

.formSmall {
    margin: auto;
    padding: 1px 0px 0px 0px !Important;
   
    max-width: 550px !important;
    min-width: 400px !important;
}

.body-content {
    width: 100%;
    margin: auto;
   
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    
}

.dx-texteditor-input {
    max-width: 1000px !important;
}

.textboxarticulo {
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}



.topinformation {
    width: 100%;
    /*background-color: var(--color-fondo-informacion);*/
    /*padding: 5px;*/
    padding-left: 5px;
    padding-right: 5px;
    min-height: 60px;
    display: flex;
    align-items: center;
    height: 100%;
    /*background: rgb(80,114,167);
    background: linear-gradient(90deg, rgba(80,114,167,1) 53%, rgba(114,160,193,1) 100%);*/
}

.topinformation-gn6title {
    /*color: var(--color-texto-titulo)*/
}

.topinformation-gn6empresa {
    /*color: var(--color-texto-empresa)*/
}

.topinformation-perfil {
    /*color: var(--color-texto-perfil)*/
}

#buttonSession {
    /*color: var(--color-texto-button) !Important*/
}



.popupedicion {
    margin: auto;
    padding: 10px 10px 10px 10px;
    height: 95%;
    width: auto;
    overflow-y: scroll;
}

.popuplineas {
    margin: auto;
    padding: 10px 10px 10px 10px;
    height: auto;
    width: auto;
    /*overflow-y: scroll;*/
}

.formextrasmall {
    padding: 0px 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.dx-popup {
    max-width: 150px;
}



.dx-popup-title {
    border-bottom: solid 0.4em var(--popup-title-bg-color);
   
}
/*.dx-popup-content {
    border: solid 0.3em var(--popup-title-bg-color);
}*/


.tooltip {
    padding: 10px 10px 10px 10px;
    margin: auto;
    background-color: aliceblue;
    color: black !important;
}

.formlineas {
    margin: 30px 30px 30px 30px;
    padding: 10px 10px 10px 10px;
}



/*.cabeceraclass {
    height: 100px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    background-color: var(--color-cabecera);
}*/

.cabeceraclass {
    /*overflow: hidden;*/
    margin: auto;
    margin-top:55px;
    padding: 0px;
    background-color:var(--color-contenido)!important;
}

.toolbariconsclass {
    padding:5px;
    background-color: var(--color-contenido)!important;
}

.menumainclass {
    padding: 3px;
    margin: auto;
    margin-top: 8px;
    text-align: left;
    width: 100%;
    /*background-color: var(--color-contenido)!important;*/
}

.dx-menu-adaptive-mode {
    /*background-color: var(--color-contenido) !important;*/
}
.contenido {
    height: calc(100vh) !Important;
    max-height: calc(100vh) !Important;
    overflow: auto;
    max-width: 2000px !important;
    padding: 12px 52px 12px 52px;
    transition: margin-top 0.3s ease-in-out; /* Define la transición */
    margin-top:0px;
}

.dx-datagrid .dx-loadindicator {
    width: 50px !important;
    height: 50px !important;
}


.dx-loadpanel-content {
    text-align: center;
    width: 300px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    border: 1px solid #e0e0e0;
    padding: 0px !important;
    border-radius: 10% !Important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.25);
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
}

/*.dx-dialog-button:hover {
    background-color: var(--color-dialog-button-hover) !important;
}

.dx-dialog-button:focus {
    background-color: var(--color-dialog-button-focused) !important;
}*/

/* Ajustar la ubicación de los mensajes de validación */
.dx-validationsummary {
    position: absolute !important;
    margin-top: -20px !important; /* Ajusta según sea necesario */
}

.no-focus {
    outline: none;
    pointer-events: none;
}

.toolbar-label {
    font-size: 16pt;
    color: #ca0080;
    background-color: var(--color-toolbar)
}


.toolbar-screen {
    background-color: var(--color-toolbar);
    padding: 5px;
    margin: auto;
    margin: auto;
}

.toolbar-button {
    color: #4ddaf5;
}

.toolbarmenu {
    margin: auto;
    padding: 10px;
}

.nopadding {
    margin: 0px !important;
    padding: 0px !important;
}

.screenclass {
    background-color: var(--color-contenido);
}


.dx-datagrid-expand dx-state-disabled{
    color: red !important;
    /*content: "\e2c7" !important;*/ /* Cambiar el icono a menos (⊖) cuando esté desactivado */
}

.stickycontent {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    
}

.messagenotify {
    display: flex;
    text-align:center;
    align-items: center;
    width: 100%;
    margin: auto
}

    .messagenotify .icono {
        font-size: 44px;
        width: 15%;
    }

    .messagenotify .texto {
        width: 85%;
        margin-left: 15px;
        font-size: 14px;
    }

    .fotografiaDatagrid{
        max-width:115px;
    }

.fotografiaForm {
    max-width: 150px;
    min-width:100px;
    margin:auto;
    text-align:center;
    
}

.fotografiaFormInfo {
    max-width: 90px;
    background-color: black;
    
}
.formInfo {
    display: flex !important;
    align-items: center !important;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.formInfoDatagrid {
    min-height:100px;
    margin:auto;
}

/*.dx-tab-selected {*/
    /*background-color: #bcc2c2 !important*/
    /*color:orangered!Important
}*/

/*.dx-popup-content  {
    background: aliceblue !important;
}*/


/*.dx-popup-title {
    background-color: var(--popup-title-bg-color);
}*/

/*.dx-popup-title {
    background-color: var(--popup-title-bg-color);
}*/

.popup .dx-popup .dx-popup-title {
    background-color: red !important; /* Cambia este valor al color que desees */
    color: white; /* Cambia este valor al color de texto deseado */
}

.totalizador .dx-texteditor-input{
    font-size:large!important;
    text-align:right;
}

/*.dx-datagrid .dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-edit-row) > td:not(.dx-focused) {
    background-color: #bea925 !important;
}*/


.linea-horizontal-bordes {
    border: none;
    border-top: 5px solid var(--color-texto-perfil); /* Borde superior */
}

.titleaspx {
    font-size: 200%
}
.submenuicons {
    min-width:50px;
    max-width:90px;
   
}



.dxc-tooltip {
    z-index: 2000;
}

/*.dx-submenu {
    width: 225px !important;
}*/

    .dx-submenu .dx-menu-item-text {
        overflow: hidden !important;
        white-space: nowrap !important;
        width: 155px !important;
        display: inline-block !important;
    }

.mycontainer {
    text-align: center;
    overflow: hidden;
}

.gn6-text {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); /* Sombra del texto */
    letter-spacing: 2px; /* Espaciado entre letras */
}

.edi-text {
    font-size: 6vw;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Sombra del texto */
    letter-spacing: 2px; /* Espaciado entre letras */
}

.edi-subtext {
    font-size: 1.2vw;
    text-align: center;
    text-shadow: none;
    background-color: yellow;
    color: black;
    letter-spacing: 2px; /* Espaciado entre letras */
}

.edi-information {
    font-size: 5vw;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 2px; /* Espaciado entre letras */
    background-color: yellow;
}


/*.dx-popup-title {
    height: 45px;*/ /* Ajusta este valor según lo que necesites */
    /*line-height: 45px;*/ /* Asegura que el texto del título esté centrado verticalmente */
    /*margin-top: 0;
    padding-top: 0;
    
}

.dx-toolbar-items-container {
    height: 30px !important;
    
}*/



.dx-tab-selected {
    background-color: var(--popup-title-bg-color) !important;
}

.txSelectBoxToolBar {
    min-width: 100px;
}

.dx-popup-title {
    padding: 0 !important;
    margin: 0 !important;
}

.toolbar-header {
    background-color: var(--popup-title-toolbar-bg-color) !important;
    margin: 0 !important;
    padding: 0 !important;
}