﻿/* Template */
.noresize {
    resize: none;
}
input[type="text"]:disabled {
    cursor: not-allowed;
}
.dropdown-wrap {
    white-space:normal !important;
}
.btn-dropdown.active, .btn-dropdown:active {
    color: #16181b;
    text-decoration: none;
    background-color: #efefef;
}
.lblInfoForm {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #fff;
    /* border-radius: 0.25rem; */
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lblInfoForm2 {
    /*display: block;*/
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #fff;
    /* border-radius: 0.25rem; */
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cajaActividades {
    padding: 10px;
    text-align: left;
}
.claseEstadoPendiente {
    color: #26ab0c;
}
.claseEstadoEnEspera {
    color: #d00d1b;
}
.claseEstadoIniciado {
    color: #1f73c1;
}
.claseEstadoCompletado {
    font-weight: bold;
}
.claseEstadoDesconocido {}
.claseEstadoEnEsperaMismaActividad {
    color: #d00d1b;
}
.claseEstadoEnEsperaOtraActividad {
    color: #d48009;
}
.tituloNo {
    display: block;
}
.valorNo {
    font-weight:bold;
}
.tituloNoLineas {
    display: block;
}
.valorNoLineas {}
.tituloEstado {
    display: block;
}
.tituloObservaciones {        
}
.valorObservaciones {
    font-style:italic;
}
.divDescripcionProducto {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tituloNoProducto {
    font-weight: bold;
}
.tituloDescripcionProducto {
    font-weight: bold;
}
.tituloCodVariante {
    font-weight: bold;
}
.tituloUnidadMedida {
    font-weight: bold;
}
.tituloCodUbicacion {
    font-weight: bold;
}
.tituloCantidad {
    font-weight: bold;
}
.lblDanger {
    color: #d32535;
    text-align: center;
}
.itemMenuActivo {
    color: #fff;
    background-color: rgba(30, 106, 240, 0.8);
}
.itemMenuActivo:hover {
    color: #fff !important;
    background-color: rgba(30, 106, 240, 0.7) !important;
}
.itemMenuActivoSup {
    color: #1e6af0 !important;
    color: var(--colorSecundario) !important;
}
.itemMenuActivoLvl2 {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff !important;
}
.itemMenuActivoLvl2:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;  
    color: #fff !important;
}
.itemMenuActivoSupLvl2 {
    color: #1e6af0 !important;
    color: var(--colorSecundario) !important;
}
.go-top {
    position: fixed;
    /*bottom: 20px;
    right: 15px;*/
    bottom:10px;
    right:0px;
    text-decoration: none;
    color: #fff;
    background-color: #06368b;
    background-color: var(--colorPrimario);
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 9999;
    /*border: 1px solid white;*/
}
.go-top:hover {
    background-color: #1e6af0;
    background-color: var(--colorSecundario);
}
/* Loading panel */
.divContainerLoading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(64, 64, 64, 0.5);
}
.divLoadingBasket {
    border: 1px solid #e2030c;
    color: #231f20;
    background-color: #FFF;
    padding: 25px;
    margin: auto;
    text-align: center;
}
/* Select2 */
.select2-container .select2-choice {
    display: block !important;
    height: 36px !important;
    white-space: nowrap !important;
    line-height: 26px !important;
}
.select2-results__message {
    text-align:center;
}
/* Breakpoints */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .lblLoginUserSup {
        display: none !important;
    }
    .lblLoginUserSup2 {
        display: inline-block !important;
    }
    .lblControlPanel {
        display: none !important;
    }
}
@media (max-width: 575.98px) {
    .contenedorGlobal {
        padding-bottom:5px;
    }
    h4 {
        font-size:1rem !important;
    }
    .small-box > .inner {
        max-height: 99px;
    }
}
@media (min-width: 576px) {
    .contenedorGlobal {
        padding-bottom: 1rem;
    }
    .small-box > .inner {
        /*max-height: auto;*/
    }
}
/* PDA */
@media (max-width: 320.98px) {
    .lblPDA {
        font-size: 12px !important;
    }
    .lblInfoCursiva {
        /*display: block;*/
        width: 100%;
        /*height: calc(2.25rem + 2px);
        line-height: 1.5;
        padding: 0.375rem 0.75rem;*/
        font-size: 14px;
        font-weight: 400;
        color: #495057;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 1px solid #fff;
        /* border-radius: 0.25rem; */
        box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        font-style: italic;
    }
    .lblPTB0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .lblMB0 {
        margin-bottom: 0px;
    }
    .form-group-PDA {
        margin-bottom: 7px;
    }
    .alert-danger {
        font-size: 14px;
    }
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .card-body-textPDA {
        padding-top: 10px;
    }
    .content-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .mb-BotonSolicitarPDA {
        margin-bottom: 1rem !important;
    }
    .sinDatoPDA {
        display: none;
    }
    .small-box > .inner {
        min-height: 99px;
    }
    .inner-bg{
        padding-top:20px !important;
    }
    .form-box-PDA{
        margin-top:0px;
    }
}
@media (min-width: 321px) {
    .lblUdMedida {
        line-height: 35px;
    }
    .lblInfoCursiva {
        /*display: block;*/
        width: 100%;
        /*height: calc(2.25rem + 2px);
        line-height: 1.5;
        padding: 0.375rem 0.75rem;*/
        font-size: 1rem;
        font-weight: 400;
        color: #495057;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 1px solid #fff;
        /* border-radius: 0.25rem; */
        box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        font-style: italic;
    }
}

/* Grid Telerik */
/*.RadGrid .rgHeader, .RadGrid_Default .rgHeader {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 14px;
    color: #FFF !important;
    background: #858383 no-repeat no-repeat !important;
    border: 0px solid transparent !important;
    font-weight: normal !important;
    border-bottom: 0px solid transparent !important;
    white-space: nowrap;
    height: 40px;
    vertical-align: middle;
}*/

/*.RadGrid .rgHeader, .RadGrid_Default .rgHeader a {
    color: #FFF !important;
}*/

/*.rgMasterTable {
    margin-bottom: 20px;
}*/

/*.rgMasterTable > thead {
    background: #858383 no-repeat no-repeat !important;*/
    /*border:0px solid transparent !important;*/
/*}*/

/*.RadGrid .rgRow > td {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 14px;
    border: 0px solid #FFF !important;
    height: 40px;
    white-space: nowrap;
    vertical-align: middle;
}

.RadGrid .rgAltRow > td {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 14px;
    border: 0px solid #FFF !important;
    height: 40px;
    white-space: nowrap;
    vertical-align: middle;
}*/

/*.rgNoRecords > td > div {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
}

.rgAltRow.rgActiveRow {
    background-color: #f2f2f2 !important;
    background-image: none !important;
}

.rgRow.rgActiveRow {
    background-color: #fff !important;
    background-image: none !important;
}

.RadGrid_Default .rgEditRow {
    background: none !important;
}

.RadGrid_Default .rgEditRow > td {
    background: none !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 14px;
    border: 0px solid #FFF !important;
    height: 40px;
    white-space: nowrap;
}

.RadGrid .rgDetailTable {*/
    /*border-style: solid;*/
    /*border-width: 1px !important;*/
    /*border-right-width: 0;*/
/*}*/

/* Grid Telerik 2 */
/*.card-body.p-0 .table tbody > tr > td:first-of-type {
  padding-left: 0.5rem !important;
}
.RadComboBox_Default .rcbReadOnly .rcbArrowCellRight{
    padding-right:0rem !important;
}*/
.RadGrid_Default .rgMasterTable {
    font-family: 'Poppins', "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.RadGrid .rgHeader, .RadGrid_Default .rgHeader {
    white-space: nowrap;
    padding: 0.75rem !important;
    /*border-top: 1px solid #212529 !important;*/
    /*background: #dee2e6 no-repeat no-repeat !important;*/
    /*background: #fff no-repeat no-repeat !important;*/
    background: #efefef no-repeat no-repeat !important;
    color: rgb(33, 37, 41) !important;
    vertical-align: bottom;
    /*border-bottom: 1px solid #212529 !important;*/
    border-bottom: 3px solid #53636b !important;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700 !important;
}

.RadGrid .rgHeader, .RadGrid_Default .rgHeader a {
    color: rgb(33, 37, 41) !important;
}

.rgMasterTable {
    margin-bottom: 10px;
}

.RadGrid .rgRow > td {
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.75rem !important;
    font-size: 1rem;
    border-top: 1px solid #dee2e6 !important;
    background: #fff no-repeat no-repeat !important;
}

.RadGrid .rgAltRow > td {
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.75rem !important;
    font-size: 1rem;
    border-top: 1px solid #dee2e6 !important;
    background: #fff no-repeat no-repeat !important;
}

.RadGrid .rgEditRow > td {
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.75rem !important;
    font-size: 1rem;
    border-top: 1px solid #dee2e6 !important;
    background: #fff no-repeat no-repeat !important;
}

.RadGrid .rgDetailTable {
    font-family: 'Poppins', "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.RadGrid_Default .rgMasterTable td.rgGroupCol, .RadGrid_Default .rgMasterTable td.rgExpandCol {
    border-top: 1px solid #dee2e6 !important;
    /*border-bottom:1px solid #fff !important;*/
}

.rgRow td {
    border-bottom: 1px solid #fff !important;
}

.rgAltRow td {
    border-bottom: 1px solid #fff !important;
    /*background-color: #f2f2f2 !important;*/
}

.rgEditRow td {
    border-bottom: 1px solid #fff !important;
}

.RadGrid_Default .rgRow .rgSorted, .RadGrid_Default .rgAltRow .rgSorted {
    /*border-bottom-color: #fff !important;*/
    background-color: #f2f2f2 !important;
}

.RadGrid_Default .rgPager table {
    font-family: 'Poppins', "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.rgNoRecords > td > div {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
}

.rgAltRow.rgActiveRow {
    background-color: #f2f2f2 !important;
    background-image: none !important;
}

.rgRow.rgActiveRow {
    background-color: #fff !important;
    background-image: none !important;
}

.RadGrid_Default .rgEditRow {
    background: none !important;
}

.RadGrid_Default .rgEditRow > td {
    background: none !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 14px;
    border: 0px solid #FFF !important;
    height: 40px;
    white-space: nowrap;
    vertical-align: middle;
}

.RadGrid .rgDetailTable {
    /*border-style: solid;*/
    border-width: 1px !important;
    /*border-right-width: 0;*/
}

.RadGrid input[type="image"].aspNetDisabled {
    cursor: not-allowed !important;
    opacity: 0.4;
}

.RadGrid input[type="image"].aspNetDisabled:hover {
    cursor: not-allowed !important;
    opacity: 0.4;
}

/* Scrollbar */
.table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent;
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0 0 3px #dfdfdf inset;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #7d7d7d;
}

/* Template */
.divContenedorTabla {
    display:table;
}

.alineacionVerticalAbajo {
    display:table-cell;
    vertical-align:bottom;
}

.textoElipsis {
    overflow:hidden;
    text-overflow:ellipsis;
}

.contenedorElipsis {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btnElipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menuLatRegistrarMovimientosRealizados{
    vertical-align:top;    
}

.iconMenuLatRegistrarMovimientosRealizados {
    vertical-align: top;
    margin-top:5px;
}

.textoMenuLatRegistrarMovimientosRealizados {
    white-space:normal;
}

.small-box .icon .iconInicioRegistrarMovimientosRealizados {
    font-size: 70px;
}
.small-box:hover .icon .iconInicioRegistrarMovimientosRealizados {
    font-size: 75px;
}

/* Configuración */
.dropdown-item-ControlPanel {
    color: #ffffff;
    text-decoration: none;
    background-color: #1e6af0;
    background-color: var(--colorSecundario);
}
.form-label-personalizado {
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    padding-right: 15px;    
}
.form-checkbox-personalizado {
    height: 34px;
    line-height: 34px;
}
.form-checkbox-personalizado label {
    font-weight:normal !important;
}

@media (max-width: 575.98px) {
    .m-top-0-xs {
        margin-top:0px !important;
    }
}
@media (min-width: 576px) {
    .fondoLabelBC {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxjaXJjbGUgY3g9JzEnIGN5PSc0JyByPScxJyBmaWxsPScjZDBkM2Q3JyAvPjwvc3ZnPg==);
        background-repeat: repeat-x;
        background-position: left 12.75pt;
    }
    .sinPaddingIzquierdo {
        padding-left: 0px !important;
    }
}
@media (max-width: 1200px) {
    .m-top-10 {
        margin-top: 10px;
    }
    .hr-personalizado {
        border-color: #000;
        border-width: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .m-top-20 {
        margin-top: 20px;
    }
    .hr-personalizado {
        border-color: #000;
        border-width: 2px;
        margin-top: 10px;
    }
}
@media (min-width: 992px) {
    .margenArriba10MQ {
        margin-top: 10px !important;
    }
    .table-responsive {
        overflow-y: hidden;
        padding-bottom: 15px;
    }
    .sinMargenIzquierdo {
        margin-left: 0px !important;
    }
    .p-left-15 {
        padding-left: 15px !important;
    }
    .p-left-10 {
        padding-left: 10px !important;
    }
}
/* Select2 */
.select2-container--disabled {
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed !important;
    opacity: 0.6;
}

/*Box with border color */
.border-warning {
    /*border: 1px solid #ffc107;*/
    box-shadow: 0 0 1px rgba(255, 193, 7, 1), 0 1px 3px rgba(255, 193, 7, 1) !important;
}
.border-valid {
    /*border: 1px solid #28a745;*/
    box-shadow: 0 0 1px rgba(40, 167, 69, 1), 0 1px 3px rgba(40, 167, 69, 1) !important;
}

/* Sin icono el type=date --> no se ve en la PDA y así es más rápido */
.no-calendar::-webkit-calendar-picker-indicator {
    display: none;
}

/* 26/08/2025 - R013 */
.observacionesLinea {
    color:red;
}

/* 20/11/2025 - Copilot */
.icon {
    background: url('../img/icon-copilot.png') no-repeat top left;
    display: inline-block;
}
.icon-copilot {
    background-position: 0 0;
    width: 24px;
    height: 24px;
}
.icon-mini {
    background: url('../img/icon-copilot-mini.png') no-repeat top left;
    display: inline-block;
}
.icon-mini-copilot {
    background-position: 0 0;
    width: 16px;
    height: 16px;
}
.contacts-list > li:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

/* 20/11/2025 - Análisis */
.dx-datagrid .dx-data-row > td.bullet {
    padding-top: 0;
    padding-bottom: 0;
}