.dx-treeview-toggle-item-visibility::before {
    color: black !important;
}

.form-check{
    margin-bottom: 0px !important;
}

.dx-icon{
    font-size: 14px !important;
}

.dropdown-additional-margin {
    margin-left:4px !important;
}

#ultimaconex{
    margin: auto;
}

.col-date {
    flex: 0 0 auto;
    width: 74%;
}

#logOutDiv{
    background-color:white;
    color:black;
}

.dropdown-btn {
    color: black;
}

.dropdown-btn:active {  
    color: black;
}

.btn-group .btn.active {
    background-color: #0056b3; /* Color más oscuro para el botón activo */
    border-color: #004085; /* Borde más contrastado */
}

.home_item div.superiorIcon {
    font-size: 50px;
    /*color: #23537c;*/
    text-align: center;
    display: inline-block; /* Asegura que width/height funcionen */
    transition: color 0.4s ease, transform 0.5s ease;
}
.home_item:hover div.superiorIcon {
    transform: scale(1.3);
    color: #0092df;
}


#logoutButton{
    align-content:center;
    align-items:center;
    color:black !important;
}

#logoutButton:hover{
    color:black !important;
}

#configItem {
    align-content: center;
    align-items: center;
    color: black !important;
}

    #configItem:hover {
        color: black !important;
    }
    

.icon, .name1, .name2, .name3, .name4 {
    margin: 0px;
}

.home_item div.icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #579dcb;
}

.home_item div.iconyellow {
    background-color: yellow !important;
}



.right-aligned {
    display: flex;
    justify-content: flex-end; /* Alinea los botones a la derecha */
    gap: 10px; /* Espacio entre los botones */
}

#datagridGraphic{
    height:100%;
}

#gridgraphicContainer{
    height:85%;
}

#selectordiv, #selectordiv2, #selectordiv3, #selectordiv4 {
    color: black;
}

#generateChartButton, #generateChartButton2, #generateChartButton3, #generateChartButton4 {
    width: 100% !important;
    margin: auto;
    color: white;
    /*background-color: #23537c;*/
}

#left-Yaxis{
    padding-top:20px;
}

#generateChartButton, #generateChartButton2, #generateChartButton3, #generateChartButton4 {
    margin-top: 10px !important;
    width: 100% !important;
}

/*INPUTS DE CONTRASEÑA EN LOS POPUPS DE USUARIO*/
.toogle-password-input {
    border-style: none !important;
}

.toogle-password-input .dx-button-content i {
    color:#23537c!important;
}

.dx-page-indexes {
    margin-right: 15px !important;
}

.dx-page:hover, .dx-page-size:hover {
    background-color: #d3d3d3 !important;
}

.dx-selection, .dx-selection:hover {
    /*background-color: #23537c !important;*/
    color: white !important;
}

/*BOTON DE DROPDOWN PARA LIMPIAR LOS FILTROS.*/
.dx-texteditor-buttons-container .clear-button-dropdown {
    border-radius: 50% !important;
}

.dx-texteditor-buttons-container .clear-button-dropdown .dx-button-content {
    padding: 1px !important;
}

.dx-texteditor-buttons-container .clear-button-dropdown .dx-button-content .dx-icon-close {
    font-size:16px !important;
}

/* Deshabilitar checkboxes solo dentro del Envase con la clase 'disable-checkboxes' */
.disable-checkboxes .dx-checkbox {
    pointer-events: none; /* Evita la interacción con los checkboxes */
}

.option-filter-container {
    display: flex;
    align-items: center;
}

    .option-filter-container > div {
        margin-right: 10px;
    }

.hidden {
    display: none;
}

/*TREEVIEW DE UBICACIONES*/

.tree-class-list .dx-treeview-node {
    display:block !important;
}

.tree-class-list-selected {
    /*background-color: #23537c;*/
    color:#fff;
    padding:4px;
    border-radius:4px;
}

/*TREEVIEW DEL HEADER*/
.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item {
    background-color: white !important;
    color: black !important;
}

/*TREEVIEW DEL HEADER*/
.dx-treeview-item-without-checkbox.dx-state-selected > .dx-treeview-item {
    /*background-color: #23537c !important;*/
    color: white !important;
}

#tabContainer .tab-item {
    padding: 2px 1px 1px 1px;
    background-color: #ffffff;
    /*border: 1px solid #23537c;*/
    float: left;
    margin: 2px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px !important;
    margin-top: 4px;
}

.tab-item {
    border-radius:5px; 
    border:1px solid black;
}


.home_item {
    margin-bottom: 40px;
    cursor: pointer;
    border-radius: 2px;
}

    .home_item div.icon {
        width: 50px; /* Ajusta según tu diseño */
        height: 50px; /* Ajusta según tu diseño */
        line-height: 50px; /* Para centrar verticalmente el texto */
        font-size: 25px;
        /*color: #23537c;*/
        text-align: center;
        display: inline-block; /* Asegura que width/height funcionen */
        transition: color 0.4s ease, transform 0.5s ease; /* animaremos transform en lugar de font-size */
    }

    .home_item:hover div.icon {
        transform: scale(1.3);
        color: #0092df;
    }

    .home_item div.title {
        font-size: 50px;
        color: #222;
        font-weight: bold;
        text-align: center;
    }



/*MOVILES GRANDE Y TABLETS*/
@media(min-width:426px) and (max-width:768px){
    dx-popup-content {
        padding: 5px !important;
        overflow-y: scroll;
    }

    .input-label-dropdown {
        width: 30%;
        font-size: 11px !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
    }

    .filter-item mb-1 form-group row d-flex align-items-center {
        display: flex;
    }

    .inputscontainer {
        align-items: center;
        width: 70%;
        display: flex;
        gap: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .text-end mt-3 {
        margin-top: 0 !important;
        display: flex;
        gap: 10px;
    }

    #clearFlowsFilterButton, #searchFlowsFilterButton {
        font-size: 10px;
    }

    .inputscontainer input {
        font-size: 11px !important;
        width: 50%;
    }

    h3 {
        font-size: 22px !important;
    }

    .dx-toolbar-after div:nth-child(2), .dx-datagrid-total-footer, .dx-row #dx-col-35, .home_item div.explanation, #buttonAddFlows {
        display: none;
    }

    .my-3 .me-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
        margin-right: 4px !important;
    }

    #dropdownFlows {
        width: 90%;
    }

    td:nth-child(7), col:nth-child(7) {
        max-width: 0px !important;
    }
    

    #header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #header div.flex-wrap {
        height: 4rem;
        width: 70%;
    }

    #header #logo_actais {
        position:absolute;
        left:10px;
    }

    .navbar {
        width: 100%;
    }

    #main {
        height: auto;
    }

    

    .col-sm-6 {
        height: 16.66vh;
        margin-bottom: 0px;
    }

    .home_item div.icon {
        font-size: 3rem;
        /*color: #23537c;*/
        text-align: center;
        transition: color 0.4s ease 0s, font-size 0.5s ease 0s;
    }

    .home_item:hover div.icon {
        font-size: 8.6vh;
        color: #0092df;
    }

}

/*TABLET Y LAPTOP*/
@media(min-width:769px) and (max-width:1024px){
    dx-popup-content {
        padding: 5px !important;
        overflow-y: scroll;
    }

    .input-label-dropdown {
        width: 30%;
        font-size: 14px !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
    }

    .filter-item mb-1 form-group row d-flex align-items-center {
        display: flex;
    }

    .inputscontainer {
        align-items: center;
        width: 70%;
        display: flex;
        gap: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .text-end mt-3 {
        margin-top: 0 !important;
        display: flex;
        gap: 10px;
    }

    #clearFlowsFilterButton, #searchFlowsFilterButton {
        font-size: 14px;
    }

    .inputscontainer input {
        font-size: 14px !important;
        width: 50%;
    }

    h3 {
        font-size: 24px !important;
    }

    .dx-toolbar-after div:nth-child(2), .dx-datagrid-total-footer, .dx-row #dx-col-35, .home_item div.explanation, #buttonAddFlows {
        display: none;
    }

    .my-3 .me-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
        margin-right: 4px !important;
    }

    #dropdownFlows {
        width: 90%;
    }

    td:nth-child(7), col:nth-child(7) {
        max-width: 0px !important;
        /*display: none !important;*/
    }
    
    #header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #header div.flex-wrap {
        height: 4rem;
        width: 70%;
    }

    #header #logo_actais {
        position: absolute;
        left: 10px;
    }

    .navbar {
        width: 100%;
    }

    #main {
        height: 82vh;
    }

    

    .title{
        margin-left:5px;
        padding-left:10px;
    }


}

@media(min-width:1025px){

    td:nth-child(7), col:nth-child(7) {
        max-width: 0px !important;
        /*display: none !important;*/
    }

    dx-popup-content {
        padding: 5px !important;
        overflow-y: scroll;
    }

    .input-label-dropdown {
        width: 30%;
        font-size: 14px !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
    }

    .filter-item mb-1 form-group row d-flex align-items-center {
        display: flex;
    }

    .inputscontainer {
        align-items: center;
        width: 70%;
        display: flex;
        gap: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .text-end mt-3 {
        margin-top: 0 !important;
        display: flex;
        gap: 10px;
    }

    #clearFlowsFilterButton, #searchFlowsFilterButton {
        font-size: 14px;
    }

    #header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #header div.flex-wrap {
        height: 4rem;
        width: 70%;
    }

    #header #logo_actais {
        position: absolute;
        left: 10px;
    }

    .navbar {
        width: 100%;
    }

    #main {
        height: 75vh;
    }

    

    .col-sm-6 {
        height: 30vh;
        margin-bottom: 0px;
    }
}


#QRCodePopup .dx-button.dx-icon.dx-close{
    height:1000px;
}

.custom-input-style {
    display:flex !important;
    border-radius: 5px!important;
    /* Otros estilos personalizados según sea necesario */
}

/*dxForm: Bordes en los TextBox y CheckBox*/
.dx-form .dx-texteditor{
    border-radius: 5px !important;
}

.dx-form .dx-checkbox-container{
    border-radius: 3px !important;
}

/*Dropdown Toogle Header*/
.custom-dropdown-toggle::after {
    transform: rotate(-90deg);
    margin-left: 0.255em;
}

.icon-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-container i {
        cursor: pointer;
    }

.container-count {
    margin-left: 5px;
    font-weight: bold;
}

.popover-content {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .popover-content li {
        padding: 5px;
        border-bottom: 1px solid #ddd;
    }

        .popover-content li:last-child {
            border-bottom: none;
        }


#userMenu {
    padding: 3px;
}

.dx-treeview-item-without-checkbox.dx-state-selected > .dx-treeview-item {
    border-radius: 5px;
}

.dx-treeview-item{
    border-radius:5px;
}

.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item {
    border-radius: 5px;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 3px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .menu-item:hover {
        background-color: #f0f0f0;
    }

    .menu-item i {
        margin-right: 10px;
    }

.menu-divider {
    height: 1px;
    margin: 5px 0;
    background-color: #ddd;
}

#locationsSelectContainer {
    margin-top: 3px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

#locationsSelect {
    width: 100%;
}



#locationsSelect .dx-tag-remove-button{
    content: unset;
    display:none
}

#usernameHeaderItem{
    padding: 4px;
}

.dropdown-list{
    padding: 1px 3px;
}

/* Asegura que el texto adicional esté correctamente alineado y estilizado */
#tenantHeaderItem {
    color: #6c757d; /* Color de texto más claro */
    display: block;
    margin-top: 0; /* Elimina cualquier margen superior adicional */
    text-decoration : none !important;
}

/* Establece el ancho del dxTagBox al 100% */
.dx-tagbox {
    width: 100% !important;
}

/* Oculta el botón de limpiar la selección */
.dx-tagbox-clear-button {
    display: none !important;
}

/*ANCHO DEL TEXTBOX AL ELEGIR LOCATIONS HEADER*/
.dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select .dx-texteditor-input {
    width: auto !important;
}

#usernameHeaderItem, #tenantHeaderItem {
    display: inline-block;
    min-width: 150px; /* Ajusta el ancho según tus necesidades */
}


.changePasswordEyeDiv {
    padding: 0 2%;
    align-items: center !important;
    /*background-color: #23537c;*/
    display: flex;
    border-radius: 5px;
    cursor: pointer;
}

/* Para eliminar el borde de los campos de entrada */
.form-control {
    box-shadow: none;
}

/* Si quieres específicamente para campos de texto y contraseña */
input[type="text"].form-control,
input[type="password"].form-control {
    box-shadow: none;
}


.input-group-append:hover{
    cursor:pointer !important;
}


.contenedor {
    display: flex;
    width: 100%;
}

.izquierda {
    width: 20%;
    padding: 20px; /* Espacio interior para el contenido */
}

.derecha {
    width: 80%;
    padding: 20px; /* Espacio interior para el contenido */
}


.dropdown-item.active {
    /*background-color: #23537c !important;*/
    color:black !important;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.HeaderList:before {
    right: 65px;
    top: 0px;
    border: 12px solid white;
    border-bottom: 8px solid;
}

.HeaderList:after {
    right: 70px;
    top: 0px;
    border: 11px solid white;
    border-bottom: 7px solid;
}

.HeaderList:before,
.HeaderList:after {
    content: "";
    left: auto;
    display: inline-block;
    position: absolute;
}

.dropdown-menu {
    padding-top:10px;
}

.dx-filter-menu.dx-menu .dx-menu-item .dx-menu-item-content {
  padding: 3px 4px 10px !important; 
}

.dx-list-item-content {
    word-wrap: break-word;
    white-space: normal;
} 


.dx-overlay-shader {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.dx-tab-selected .dx-tab-text, .dx-tab-selected .dx-icon {
    color: white !important;
}

.dx-tab-text {
    font-size: 18px;
    font-weight: 500 !important;
    /*color: #23537C !important*/
}

.dx-tab-text .dx-icon-menu{
    margin-bottom:3px !important;
}

.dx-item.dx-tab.dx-tab-selected {
    background-color: #507AAA !important;
    
}

.dx-tab .dx-icon{
    margin-bottom:3px !important;
}


.dx-popup-title.dx-toolbar, .dx-toolbar {
    background-color: #EDEDED !important;
}

.custom-toolbar {
    /*background-color: #23537c !important;   Color de fondo verde oscuro */
}

.custom-toolbar .dx-button .dx-icon {
    color: white !important; /* Color de los iconos en blanco */
}

.custom-toolbar .dx-button {
    color: white !important; /* Color del texto del botón en blanco */
    border-color: white !important; /* Borde del botón en blanco */
}

.custom-toolbar .dx-toolbar-after{
    margin-right:15px !important;
}


.dx-popup-title {
    background-color: #FFFFFF !important;
    border: none !important;
    /*color: #23537C !important;*/
    font-weight: 500 !important;
}

.btn-primary {
    background-color: #507aaa !important;
    border: 1px solid #ccc !important;
    color: #fff !important;
    background-image: none !important;
   
}

.btn-primary:hover {
   background-color: #197194 !important;
}
 .btn
 {
     transition: all 0.4s ease 0s;
     cursor: pointer !important;
    
 }

 .btn-secondary
{
    
    background-color: #f5f5f5;
    border-color: #507aaa !important;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    color: #507aaa
}

.btn-secondary:hover
{
    background-color: #507aaa !important;
    border: 1px solid #ccc !important;
    color: #fff !important;
    background-image: none !important;
}

.dx-field-label
{
    text-align: right;
}


.dx-calendar-cell.dx-calendar-selected-date, .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
    background-color: #507aaa;
    color: #fff;
    font-weight: normal;
    text-shadow: 0 1px 0 white;
}

.dx-popup-content .dx-button {
    margin: 5px !important;
  
}

.dx-popup-draggable .dx-popup-content {
   padding: 25px !important
}

.dx-datagrid>.dx-button-normal
{
    
    background-color: #f5f5f5;
    border-color: #507aaa;
    border-radius: 0px !important;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    color: #507aaa;
}

.dx-datagrid > .dx-button-normal:hover
{
    background-color: #507aaa !important;
    border: 1px solid #ccc !important;
    color: #fff !important;
    background-image: none !important;
}

.dx-button
{
    cursor:pointer;
}

.dx-datagrid-headers {
    color: #507aaa;
    font-weight: bold;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    font-weight:500;
    color: black;
}

.dx-datagrid .dx-column-lines > td {
    border-left: 1px solid #e1e1e1;
    padding:2px;
    vertical-align:middle;
}


.dx-datagrid .dx-row > td {
    vertical-align: middle !important;
}

.dx-datagrid-action{
    margin-left : 5px !important
}


.dx-datagrid .dx-data-row {
     cursor: pointer;
}


.dx-selection > td {
   border-bottom: 1px solid #d3d3d3 !important;  
}


.dx-datagrid-header-panel {
    border-bottom: none;
}

.dx-datagrid .dx-row > td {
    padding: 2px;
   
}

.dx-datagrid-rowsview .dx-selection.dx-row > td.dx-focused, .dx-datagrid-rowsview .dx-selection.dx-row:hover > td.dx-focused {
    border: none;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td, .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: #c0d9e8;
    color: #232323;
    border-bottom: 1px solid #aabccf !important;
    border-left: 1px solid #aabccf !important;
}

.dx-pager .dx-pages .dx-selection, .dx-pager .dx-page-sizes .dx-selection  
{
     background-color: #507aaa;
     color: White;
}

.dx-dialog-message
{
    padding: 15px;
}

.dx-link
{
   color: #507aaa !important;
}

.dx-datagrid-header-panel
{
    text-align: right;
}
.dx-group-panel-message
{
     text-align: left;
}

.dx-tabs {
    border: none !important;
    font-family: 'Raleway';
    font-size: 14px;
    text-align: center !important;
    width: 100% !important;
}

.dx-item dx-tab, dx-indent-wrapper
{
    border-top: none !important;
   
}
.dx-tab {
    margin-right: 10px;
    padding-left: 10px;
}

.dx-tabpanel .dx-tab-selected::before {
    border-bottom: 1.5px solid #e8e8e8 !important;
   
}

dx-tab-selected::after {
    border-color: none !important;
    border-style: none !important;
    /*border-width: none !important;*/
  
}
.dx-popup-wrapper > .dx-overlay-content
{
    border: 1px solid #245580 !important;
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.476);
}
.dx-popover-arrow::after {
    border: 1px solid #245580;
}
.dx-datagrid-headers .dx-header-row > td{
   /* background-color: #23537C !important;*/
    font-weight: 400;
    color:white !important;
}
.dx-datagrid .dx-header-filter-empty {
    color: white !important;
}

.dx-overlay-content dx-popup-normal dx-popup-draggable dx-resizable{

    min-width: 120px !important;
}

.dx-menu-base
{
    font-size: 16px !important;

}

.dx-context-menu .dx-menu-item:hover {
    background-color: #579dcc;
    color: white;
}

dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit {
    min-width: 105px !important;
    width: 105px !important;
}

.dx-popup-title
{
    padding: 0px;
   

}

.dx-checkbox-checked .dx-checkbox-icon 
{
    color: #245580 !important;
}

.dx-texteditor {
   border-radius: 0px !important;
}


.dx-dropdowneditor-icon, .dx-button {
    border-radius: 5px !important;
}

 .dx-state-disabled.dx-checkbox, .dx-state-disabled .dx-checkbox {
    cursor: default;
    opacity : 1 !important; 
}

.dx-context-menu-container-border{
    color: red !important;
}

.dropdown-menu > li > a {
    color: black !important;
    font-size: 16px !important;
}

.dropdown-menu > li > a  > i{
    color: #245580 !important;
    font-size: 22px !important;
}

.dx-submenu
{
      border-color: #507aaa !important;
      margin: 1px;
}

.dx-submenu .dx-menu-item-content, .dx-submenu .dx-menu-item-content i
{
      color: #507aaa !important;
     font-size: 14px !important;
}


.dx-submenu .dx-menu-item-content:hover, .dx-submenu .dx-menu-item-content i:hover
{
      color: White !important;
     font-size: 14px !important;
}



.dx-gallery .dx-gallery-nav-button-prev, .dx-gallery .dx-gallery-nav-button-next {
    width: 10% !important;
}


.dx-datagrid .dx-menu-horizontal .dx-menu-item-text, .dx-datagrid .dx-menu-horizontal .dx-menu-item-popout {
    display:inline-block !important;
}

.dx-texteditor {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.dx-checkbox-icon {

    border-color: #ccc !important;
    border-radius: 0px !important;
}

.dx-radiobutton-icon::before {
    
    border: 1px solid #ccc !important;
   
}

.dx-radiobutton-checked .dx-radiobutton-icon-dot {

    border-radius: 7px !important;
    content: "";
    display: block;
    height: 12px !important;
    margin-left: 4px !important;
    margin-top: -16px;
    width: 12px !important;
}

.dx-master-detail-cell  .field-row
{

    border: 1px solid #245580;
    margin:2px;
	padding:2px;
	height:250px;
}

.dx-icon-export-excel-button
{
    color:#507aaa !important;
}



.dx-menu-item-text
{
    color: #000000;
}

 .dx-selection.dx-row .inc-positive
 {
     color:#FFFFFF;
 }

 .dx-selection.dx-row .inc-negative
 {
     color:#FFFFFF;
 }



  .dx-datagrid-summary-item.dx-datagrid-text-content
  {
      font-size: 13px !important;

  }



 .dx-datagrid .dx-row > td {
 
     padding :1px !important;
     border-bottom: 1px solid #cccccc;
}


.dx-datagrid .dx-row-alt > td {
    /* background-color: #EEEEEE !important;*/
    border-bottom: 1px solid #cccccc;
}


.dx-datagrid .dx-data-row:hover {
    background-color: #c6d4df !important;
}

.dx-row-alt:hover > td {
    background-color: #c6d4df !important;
}



 .dx-radiobutton-checked .dx-radiobutton-icon-dot {
    border-radius: 7px !important;
    content: "";
    display: block;
    height: 14px !important;
    margin-left: 4px !important;
    margin-top: -18px;
    width: 14px !important;
    background-color:#23537c;
}


.dx-datagrid-summary-item
{
    color: #000000;
}



.dx-menu-item-content {
    margin-right:5px;
}

.dx-menu .dx-menu-horizontal .dx-menu-item-popout::before{
    margin-left:-2px !important
}

.dx-scrollable-scroll-content {
    background-color: rgba(121, 121, 121, 0.6) !important;
}

.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder::before,
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input{
    padding-left:35px !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td[role=gridcell]
{
    padding: 5px 10px ;
     /*font-size: 14px;*/ 
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td[role=columnheader] {
    font-size: 15px ;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.dx-datagrid .dx-column-lines > td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


.dx-datagrid-rowsview .dx-selection.dx-row > td, .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: #5f88b7 !important;
    border-bottom: 1px solid #aabccf !important;
    border-left: 1px solid #aabccf !important;
    color: White;

}

.dx-datagrid-total-footer td {
    border: 1px solid #cccccc !important;
}


.dx-selection .cell-total-trayecto, .dx-selection .cell-total-entre-trayectos, .dx-selection a {
    color: white !important;
}


 .dx-button-content
 {
     padding: 5px !important;
 }

 .dx-item-content .dx-menu-item-content
 {
     padding: 1px !important;
 }

.dx-icon-column-chooser {
    padding: 0px !important;
    font:14px !important;
}

#toolbarActions{
    display:flex;
    gap:10px;
}

#columnChooserButton {
    height: 38px;
    width:40px !important;
}

.gridButton {
    margin: 0 18px 0 30px;
}

.botones {
    padding-top: 30px;
}

.gridHeader {
    font-size:14px !important;
    height: 35px !important;
    text-align:center !important
}

label {
    color: black;
    font-weight: bold;
    margin: 0;
}

.title {
    font-weight: bold;
    font-size: 20px;
    display: block;
}

.titleView {
    font-weight: bold;
    font-size: 20px;
    display: block;
    border-bottom: 4px solid grey;
    padding-left: 8px;
    padding-bottom: 5px;
}


.titleGrid {
    border-bottom: 3px solid black;
}

.icono {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dx-tagbox .dx-texteditor-container {
    overflow-y: auto;
    max-height: 50px;
}

.botonesGrid {
    margin: 0 1%;
}

.headerObject {
    cursor: pointer;
    font-size:16px;
    font-weight:500;
}

.siteHeader {
    font-size: 16px;
    font-weight: 500;
}

li.nav-item .headerObject:hover {
    /*background-color: #23537c !important;*/
    color: white !important;
    border-radius: 5px !important;
}

li.nav-item .headerObject{
    border-radius: 5px !important;
}

    li.nav-item .headerObject:hover a#usernameHeaderItem{
        color: white !important;
    }

    li.nav-item .headerObject.active {
        color: white !important;
    }

    li.nav-item .headerObject:hover li .dropdown-item{
        color: black !important;
    }

    li.nav-item .headerObject.active li .dropdown-item{
        color: black !important;
    }

    .headerText {
        font-size: 18px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 600
    }

.dx-datagrid-table td {
    /*border-bottom: 1px solid black !important;*/
}

.dropdownButtonDX .dx-button {
    background-color: #337ab7; /* Cambia el color de fondo a rojo */
    color: white; /* Cambia el color del texto a blanco */
}

.dropdownButtonDX:hover {
    background-color: #818cbe; /* Cambia el color de fondo al pasar el mouse por encima */
}


.no-hover:hover {
    background-color: transparent !important; /* Establecer el fondo transparente en hover */
    color: inherit !important; /* Mantener el color de texto predeterminado en hover */
    /* Agregar más propiedades CSS según sea necesario para anular cualquier otro efecto de "hover" deseado */
}

.active {
    /*background-color: #23537c !important;*/
    color: white !important;
    border-radius:5px !important;
}

.activ-button:focus {
    background-color: #e0dcdc !important; /* Cambia el color de fondo al estado activo */
    color: #fff !important; /* Cambia el color del texto al estado activo */
    border: 2px solid #0056b3 !important; /* Cambia el borde al estado activo */
}

navbar{
border-bottom: 8px solid #579dcb !important;
width:100%;
}


.dx-button-default {
    /*background-color: #23537c !important*/
}

#login_logo_actais {
    float: left;
    height: 75%;
    margin: 50px 0px 0px 50px;
    width: 80%
}

#login_logo_company {
    float: left;
    height: 135px;
    margin: 35px 20px 5px 0px;
}

#logo_actais {
    float: left;
    height: 30px;
    margin: 10px;
}

#logo_company {
    float: left;
    height: 40px;
    margin: 5px;
}

.dx-gridbase-container{
    border-radius: 10px !important
}
.dx-dropdowneditor-icon{
    width: 23px !important;
}

.no-background-default{
    background-color:transparent !important
}

navbar{
border-bottom: 8px solid #579dcb !important;
}

.footer {
    margin-top:38px;
    background-color: white;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    vertical-align: middle;
    text-align: right;
    padding: 1px;
    border-top: 1px solid #cccccc;
    height: 38px;
    padding-right: 5px;
}

tr.dx-row.dx-footer-row {
    height: 30px !important;
    background-color: white !important;
}

.select-dropdown {
    width: 100%;
    margin: 0px;
    border-radius: 5px !important;
}

.select-popup {
    border-radius: 5px !important;
}

.input-label-dropdown {
    margin-right: 10px;
    vertical-align:middle
}

.select-label-dropdown {
    padding-top: 1%;
    margin-right: 13px ;
}

.button-search-dropdown {
    width: 50px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    margin: 0px !important;
}

p{
    margin: 0
}

#container {
    height: 100%;
    width:100%;
    margin: 0px;
    padding: 0px;
}

.content-grid{
    height:20% !important;
}


.popupInfoButtons {
    height: auto !important;
    align-items: center !important;
}

#userDropdown:hover {
    color:white !important;
}

#logout:hover {
     color: black !important;
}

.dx-popup-content-scrollable{
    overflow: hidden !important;
}

#selectedElementsAuth, #selectedElementsEntities, #selectedElementsTargets,
#selectedElementsTargetsInfo, #selectedElementsEntitiesInfo, #selectedElementsGroups,
#selectedElementsAuthorizations, #selectedElementsUsers, #selectedElementsVehicles{
    font-weight: 700;
}

.hide-show-div {
    align-items: center !important;
    /*background-color: #23537c;*/
    display: flex;
    padding-left: 1.5%;
    padding-right: 1%;
    border-radius: 5px;
    cursor: pointer;
}

dx-item dx-menu-item dx-menu-item-has-icon dx-menu-item-has-submenu:hover {
    background-color: lightgray !important;
}

.dx-menu-base .dx-menu-item-content .dx-menu-item-popout{
    min-height:0 !important;
    height:0 !important;
}

.dx-freespace-row {
    height: 0px !important;
}

.dx-datagrid .dx-row-alt > td, .dx-datagrid .dx-row-alt > tr > td
{
    background-color: #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}


.dx-editor-cell.dx-editor-inline-block:not(.dx-command-select)::before {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.gridDataText {
    font-size: 14px !important; 
    color: black;
}

.dx-treeview-toggle-item-visibility::before{
    color:white
}

.main-container {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Para centrar verticalmente */
}

.section1,
.section2 {
    display: flex;
    align-items: center; /* Para centrar verticalmente dentro de cada sección */
    margin: 0 5px
}

.icon-button {
    background: none;
    border: none;
    cursor: pointer;
}

    .icon-button:hover {
        color: #4285f4;
    }

.dx-treeview {
    max-height: none;
}

.dx-empty-message {
    color:white
}

.dx-popup-bottom.dx-toolbar{
    padding-right:20px !important;
    padding-top: 5px !important;
    padding-bottom:5px !important;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-item, .dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
    padding: 0 5px 0 0 !important;
}

.dx-icon-undo{
    color:white !important
}

.dx-icon-add {
    color: white !important
}
.dx-icon-close {
    color: white !important
}

.dx-icon-clear {
    color: white !important
}

.dx-show-clear-button .dx-icon-clear {
    /*color: #23537c !important;*/
}

.dx-icon-search {
    color: white !important;
}

thead {
    text-align:center;    
}

.hidden {
    visibility: hidden;
}

/* COLUMN CHOOSER ICON*/
.datagridColumnChooser .dx-datagrid.dx-gridbase-container.dx-datagrid-borders .dx-datagrid-header-panel .dx-toolbar.dx-widget.dx-visibility-change-handler.dx-collection .dx-toolbar-items-container {
    background-color: white !important;
}


.dx-toolbar-items-container .dx-toolbar-after .dx-item.dx-toolbar-item.dx-toolbar-button .dx-item-content.dx-toolbar-item-content .dx-widget.dx-button.dx-button-mode-text.dx-button-normal.dx-button-has-icon.dx-closebutton .dx-button-content .dx-icon.dx-icon-close {
    /*background-color: #23537c !important;  Cambiar el color del icono a rojo */
    padding:1px !important;
    /* Otros estilos */
}

.dx-datagrid-export-button {
    width: 40px !important;
    height: 40px !important;
}

.toolbar-icon-close {
    background-color: transparent !important; /* Cambiar el color del icono a rojo */
    padding: 1px !important;
    border: transparent !important;
    /* Otros estilos */
}

.toolbar-icon-close .dx-button-content .dx-icon-close{
    color:#23537c !important;
}

/* COLUMN CHOOSER HEADER*/
.dx-overlay-wrapper.dx-popup-wrapper.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-overlay-content.dx-popup-normal.dx-popup-draggable.dx-resizable
.dx-toolbar.dx-widget.dx-visibility-change-handler.dx-collection.dx-popup-title.dx-has-close-button {
    /*background-color: #23537c !important;*/
    color:white !important;
}


/*.dx-popup-content {
   padding: 5px 20px 20px !important
}*/


.observation-form-center {
    display: flex !important;
    align-items: center !important;
}
.dx-field-item-label{
    display: flex !important;
    align-items: center !important;
}

.dx-box-flex .dx-widget .dx-collection{
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items:center;
    gap:20px;
    width:100%;
    height: auto;
}

.dx-item .dx-box.item {
    display: flex;
    justify-content: center;
    align-items: center;
    width:200px;
    height:50px;
}

#base-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* Espacio entre elementos */
    padding: 0 20px; /* Márgenes iguales en ambos lados */
}

.btn_instalation{
    border: 1px solid;
    border-radius: 25px;
    width: 80%;
    height: 85%;
    margin:auto;
}

.superiordiv {
    height: 25%;
    display: flex;
    padding: 0 10px;
    justify-content: center;
    justify-items: center;
    align-content: center;
    gap: 20px;
}

.inferiordiv{
    height: 75%;
    display:grid;
    grid-template-columns: repeat(2,1fr);
}

.inferiorDivItem{
    width:100%;
    height:100%;
    display:grid;
    justify-content:center;
    justify-items: center;
    align-content:center;
}

.superiordiv .instalationDiv {
    font-size: 20px !important;
    transition: transform 0.5s ease;
}

.btn_instalation:hover .superiordiv .instalationDiv {
    transform: scale(1.3);
}

/* Añade 15px de margen alrededor del contenido del popup */
.dx-overlay-wrapper.dx-popup-wrapper .dx-popup-content {
    margin: 15px !important;
}