#map-container {
    height: 100%;
    padding: 0;
}

#map {
    height: 100%;
}


/*********** dxDatagrid */
.dx-datagrid .dx-row>td {
    font-size: 12px !important;
    padding: 2px !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row>td {
    font-weight: bold;
    font-size: 14px;
    padding: 2px !important;
}

.dx-pager .dx-page-sizes .dx-selection,
.dx-pager .dx-pages .dx-selection,
.dx-pagination .dx-page-sizes .dx-selection,
.dx-pagination .dx-pages .dx-selection {
    background-color: #303845 !important;
    color: #fff;
}

/* .dx-datagrid .dx-row.dx-selection {
    background-color: #1d3f61 !important;
    color: #1d3f61 !important;
} */


.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td {
    background-color: #3c81c7;
    color: white;
    font-weight: bold;
}

/********************************/

/****** popup */
.dx-popup-content {
    min-height: auto;
    padding: 3px;
}

.dx-popup-bottom.dx-toolbar {
    padding: 0 24px 16px;
    overflow: visible;
    border-top-style: solid;
}

.dx-toolbar-label .dx-toolbar-item-content>div {
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}

.dx-popup-title.dx-toolbar {
    padding: 3px 10px;
    overflow: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #303845;
    color: white;
}

.dx-popup-title .dx-closebutton .dx-icon {
    width: 21px;
    height: 21px !important;
    background-position: 3px 3px;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    background-size: 15px 15px;
    padding: 3px;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 5px;
    color: white;
    background: gray;
}

.dx-popup-wrapper>.dx-overlay-content {
    border-radius: 0px 8px 0px 0px !important;
}

/********************************/

/* dxAccordion */


.dx-accordion-item-title {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    background: #303845 !important;
    color: white !important;
}

.dx-accordion-item[aria-disabled="true"] .dx-accordion-item-title {
    color: #aaa;
    pointer-events: none;
    cursor: not-allowed;
}

.dx-accordion-item.dx-state-disabled {
    opacity: 0.5;
    /* Dim the item */
    pointer-events: none;
    /* Prevent interaction */
    cursor: not-allowed;
    /* Change cursor */
    background-color: #f5f5f5;
    /* Light gray background */
}

.dx-accordion-item.dx-state-disabled .dx-accordion-item-title {
    color: #aaa;
    font-style: italic;
}

/********************************/

.button-send-portal {
    background: #303845 !important;
    color: red;
}


.giros {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 12px;
    font-family: sans-serif;
    color: #333;
    background-color: #fff;
    font-weight: bold;

}

.custom-field {
    padding-bottom: 5px !important;
}

#search {
    position: relative;
}

.clear-btn {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 16px;
    color: #999;
    /* cursor: pointer; */
    padding: 4px;
    z-index: 2;
    /* transition: color 0.2s ease; */
}

.clear-btn:hover {
    color: #333;
}


/* Solo inputs */
#form-1 .dx-texteditor-input {
    font-size: 12px;
}

#form-1 .dx-field-item-label {
    font-size: 10px;
    font-weight: bold;
}



#btn_busqueda {
    background: #3c81c7;
    border-color: #3c81c7;
}

#mensajeSeleccion {
    color: gray;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}

.centered-group .dx-form-group-caption {
    text-align: center !important;
    padding-left: 50%;
    font-weight: bold;
    font-size: 14px;
}

.centered .dx-form-group-caption {
    text-align: center !important;
    padding-left: 40%;
    font-weight: bold;
    font-size: 14px;
}

#nota {
    /* height: 9%; */
    background-color: #fef7e0;
    border: 1px solid #f5c518;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 8px;
}

/* .dx-form-group-caption {
    text-align: center !important;
    width: 100%;
} */