.ks-static-items {}



.ks-static-items .ks-item {

    margin-bottom: 20px;

}



.ks-static-items > .ks-item:last-child {

    margin-bottom: 0;

}



.ks-static-items .ks-item .ks-name {

    font-weight: 600;

    text-transform: uppercase;

    margin-bottom: 3px;

}

/** CONTRACT SIGNATURES **/

#blackboard-info .label {

    display: inline-block;

    padding: 7px 5px;

}

#blackboard-info .label i {

    font-size: 16px;

}

.js-contract-unsigned .btn-group-unsign {

    display: none;

}



.js-contract-signed .js-sign-due {

    display: none;

}



.btn-group-unsign > .btn-danger {

    display: none;

}



.btn-group-unsign:hover > .btn-danger {

    display: inline-block;

}



.btn-group-unsign:hover > .btn-default {

    display: none;

}

/** blackboard events */

.fc-day {

    background-color: #fafafa;

}

.fc-state-highlight {

    background: #fcf8e3!important;

}

.event-content {

    cursor: pointer;

    border-radius: 2px;

    color: #333;

    margin-top: 5px;

    margin-bottom: 5px;

    padding: 0;

    display: flex;

    align-items: stretch;

    justify-content: flex-start;

}



.event-content .fc-event-inner {

    background-color: #ffffff;

    border: 1px solid #dddddd;

    border-left: 0;

}



.event-content .fc-event-time {

    display: none;

}



.event-content .fc-status-icon {

    color: #ffffff;

    display: flex;

    align-items: flex-start;

    justify-content: center;

    padding: 10px 5px;

    border-top-left-radius: 2px;

    border-bottom-left-radius: 2px;

}



.event-content .fc-status-icon i {

    font-size: 16px;

}

.event-content .fc-event-folio {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    display:block;
    padding: 5px 5px 0;
}

.event-content .fc-event-title {

    color: #333333;

    font-weight: bold;

    font-size: 14px;

    display:block;

    padding: 5px 5px 0;

}

.event-content .fc-meta-creator {
    padding: 2px 5px 0 5px;
    font-weight: 700;
    font-size: 10px;
    color: #475569;
    line-height: 1.35;
}

.event-content .fc-meta-creator .fa {
    color: #64748b;
}

.event-content .fc-meta-time {

    padding: 2px 5px;

    font-weight: 700;

    font-size: 10px;

    border-bottom: 1px solid #dddddd;

}



.event-content .fc-meta-time .fa {

    color: #20c997;

}



.event-content .fc-meta-time .fa-flip-horizontal {

    color: #ff6b6b;

}



.event-content .fc-services {

    padding: 10px 5px;

}



.event-content .fc-services > div  {

    padding: 2px 0;

}



.event-content .service {

    padding: 5px;

}



.event-content .subtitle {

    font-weight: bold;

}



.event-content ul {

    padding-left: 20px;

}

.event-content ul a {

    color: #fff;

    display: inline-block;

    margin-left: 5px;

}



.event-content ul a.operator {

    background: #fff;

    padding: 0 5px;

    border-radius: 3px;

    color: #333;

}



.event-content ul a.operator i {

    color: #cc0000;

}



.extra-options {

    min-height: 20px;

    padding-left: 10px;

    display: inline-block;

    padding-top: 0;

    margin-bottom: 0;

    vertical-align: middle;

}

/** Notifications **/

#js-notifications .dropdown-menu.extended {

    width: 300px;

}



.help-box {

    display: inline-block;

    box-sizing: border-box;

    color: #25b9d7;

    background-color: #dff5f9;

    height: 15px;

    width: 15px;

    font-weight: 700;

    font-size: 10px;

    line-height: 12px;

    vertical-align: middle;

    text-align: center;

    border: 2px solid #25b9d7;

    cursor: pointer;

    margin-left: 5px;

}



.help-box:after {

    content: "?";

}





/** Blackboard */

.blackboard-loading {

    box-sizing: border-box;

    position: absolute;

    display: flex;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    z-index: 999;

    opacity: 1;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: center;

    justify-content: center;

    background: rgba(170, 170, 170, 0.15);

    flex-flow: column nowrap;

}



.blackboard-loading .wrap {

    text-align: center;

    border-width: 1px;

    border-style: solid;

    border-color: rgb(170, 170, 170);

    border-image: initial;

    background: rgb(255, 255, 255);

    padding: 25px 40px;

}



.blackboard-loading h3 {

    margin-top: 0;

}

/** New Sidebar **/

.aside-container {

    width:220px;

    top:0;

    left:0;

    bottom:0;

    z-index:116;

    backface-visibility:hidden;

    background-color:#fff;

    position:fixed

}

.aside-container .aside-inner {

    padding-top:40px;

    height:100%;

    width:220px;

    overflow:hidden;

    position: fixed;

    top: 0;

    bottom: 0;

}

.sidebar {

    height:100%;

    padding-bottom:20px;

    background-color:#fff;

    overflow-x:hidden;

    -webkit-overflow-scrolling:touch

}

.sidebar:after {

    content:"";

    background:rgba(0,0,0,.15);

    position:absolute;

    display:block;

    top:0;

    bottom:0;

    right:0;

    width:1px;

    -webkit-transform:translateZ(0)

}

.sidebar .nav-logo {

    text-align: center;

    border-left: 0;

    border-bottom: 1px solid #d1d5da;

}

.sidebar .nav-logo:hover  {

    background-color: transparent;

}

.sidebar .nav-logo img {

    max-height: 80px;

    max-width: 100%;

}

.sidebar .nav-heading {

    padding:10px 10px;

    color:#a3aab1;

    font-size:11px;

    text-transform: uppercase;

    letter-spacing:.035em;

    pointer-events:none;

    cursor:default

}

.sidebar-nav {

    position:relative;

    font-size:14px;

    margin-bottom:0;

    padding-left:0;

    list-style:none

}

.sidebar-nav>.nav-heading:first-child {

    padding-top:20px

}

.sidebar-nav>li {

    display:block;

    border-left:3px solid transparent;

    transition:border-left-color .4s ease

}

.sidebar-nav>li>.nav-item,.sidebar-nav>li>a {

    position:relative;

    display:block;

    padding:10px 20px;

    color:#515253;

    letter-spacing:.025em;

    font-weight:400;

    cursor:pointer

}

.sidebar-nav>li>.nav-item:focus,.sidebar-nav>li>.nav-item:hover,.sidebar-nav>li>a:focus,.sidebar-nav>li>a:hover {

    text-decoration:none;

    outline:none;

    color:#306088

}

.sidebar-nav>li>.nav-item>em,.sidebar-nav>li>a>i {

    width:1.8em;

    display:inline-block;

    font-style:normal;

    line-height:1;

    -webkit-font-smoothing:antialiased;

    color:inherit;

}

.sidebar-nav>li.active,.sidebar-nav>li.active .sidebar-nav,.sidebar-nav>li.active>.nav-item,.sidebar-nav>li.active>a,.sidebar-nav>li.open,.sidebar-nav>li.open .sidebar-nav,.sidebar-nav>li.open>.nav-item,.sidebar-nav>li.open>a {

    color:#306088

}

.sidebar-nav>li.active>.nav-item>i,.sidebar-nav>li.active>a>i,.sidebar-nav>li.open>.nav-item>i,.sidebar-nav>li.open>a>i {

    color:#306088

}

.sidebar-nav>li:hover,

.sidebar-nav>li.active {

    border-left-color:#306088;

    background-color: #f5f7fa;

}

.sidebar-nav .badge {

    display:block

}

@media only screen and (min-width:1025px) {

    .sidebar:not(.show-scrollbar) {

        margin-right:-17px;

        overflow-y:scroll

    }

}

.sidebar-subnav {

    background-color:#fff

}

.sidebar-subnav>.sidebar-subnav-header {

    color:#515253;

    display:none;

    padding:10px 20px;

    font-weight:700

}

.sidebar-subnav>li {

    border-left:0!important

}

.sidebar-subnav>li>.nav-item,.sidebar-subnav>li>a {

    display:block;

    position:relative;

    padding:10px 20px;

    padding-left:53px;

    font-weight:400;

    background-color:transparent!important;

    color:#515253

}

.sidebar-subnav>li>.nav-item:focus,.sidebar-subnav>li>.nav-item:hover,.sidebar-subnav>li>a:focus,.sidebar-subnav>li>a:hover {

    color:#306088

}

.sidebar-subnav>li>.nav-item>i,.sidebar-subnav>li>a>i {

    display:inline-block;

    width:1.8em;

    margin:0 0 0 -2em

}

.sidebar-subnav>li.active>.nav-item,.sidebar-subnav>li.active>a {

    color:#306088

}

.sidebar-subnav>li.active>.nav-item:after,.sidebar-subnav>li.active>a:after {

    border-color:#306088;

    background-color:#306088

}

.sidebar-subnav>li .sidebar-nav>li {

    padding-left:5px

}

.sidebar-subnav.nav-floating {

    border:1px solid rgba(0,0,0,.15);

    margin-left:-1px

}

.sidebar-subnav.nav-floating,.sidebar-subnav.nav-floating .collapse,.sidebar-subnav.nav-floating .sidebar-subnav {

    height:auto!important;

    display:block!important;

    visibility:visible!important

}

.sidebar-subnav.nav-floating .collapse.opening,.sidebar-subnav.nav-floating.opening,.sidebar-subnav.nav-floating .sidebar-subnav.opening {

    animation:none!important

}

.sidebar-subnav.nav-floating>.sidebar-subnav-header {

    display:block

}

.sidebar-subnav.nav-floating li>.nav-item,.sidebar-subnav.nav-floating li>a {

    padding-left:20px

}

.sidebar-subnav.nav-floating li>.nav-item i,.sidebar-subnav.nav-floating li>a i {

    margin-left:0

}

@media (min-width:768px) {

    .sidebar>.sidebar-nav .badge {

        margin:2px 0 0

    }

}



@media (max-width:767.98px) {

    .aside-container {

        margin-left:-220px;

    }

    .aside-toggled .aside-container {

        margin-left:0

    }



    #content {

        margin-left:0;

        transform:translateZ(0);

        transition:transform .3s ease

    }

    .aside-container {

        margin-left:0;

        transform:translate3d(-220px,0,0);

        transition:transform .3s ease

    }

    .aside-toggled #content {

        transform:translate3d(220px,0,0)

    }

    .aside-toggled .aside-container {

        transform:translateZ(0)

    }

}

/** Pace */

.pace {

    -webkit-pointer-events: none;

    pointer-events: none;

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none;

}



.pace-inactive {

    display: none;

}



.pace .pace-progress {

    background: #29d;

    position: fixed;

    z-index: 1029;

    top: 41px;

    left: 0;

    right: 100%;

    width: 100%;

    height: 2px;

}



.pace .pace-activity {

    display: block;

    position: fixed;

    z-index: 1029;

    top: 54px;

    right: 15px;

    width: 14px;

    height: 14px;

    border: solid 2px transparent;

    border-top-color: #29d;

    border-left-color: #29d;

    border-radius: 10px;

    -webkit-animation: pace-spinner 400ms linear infinite;

    -moz-animation: pace-spinner 400ms linear infinite;

    -ms-animation: pace-spinner 400ms linear infinite;

    -o-animation: pace-spinner 400ms linear infinite;

    animation: pace-spinner 400ms linear infinite;

}



@-webkit-keyframes pace-spinner {

    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }

    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }

}

@-moz-keyframes pace-spinner {

    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }

    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }

}

@-o-keyframes pace-spinner {

    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }

    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }

}

@-ms-keyframes pace-spinner {

    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }

    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }

}

@keyframes pace-spinner {

    0% { transform: rotate(0deg); transform: rotate(0deg); }

    100% { transform: rotate(360deg); transform: rotate(360deg); }

}

.blink {

    animation: blink-animation 1s steps(5, start) infinite;

    -webkit-animation: blink-animation 1s steps(5, start) infinite;

}

@keyframes blink-animation {

    to {

        visibility: hidden;

    }

}

@-webkit-keyframes blink-animation {

    to {

        visibility: hidden;

    }

}



.form-control.unbordered {

    border-color: transparent;

    background: white;

    cursor: default;

    font-weight: bold;

    box-shadow: none;

    color: #555555;

    font-size: 22px!important;

}



.form-control.unbordered:focus {

    border-color: transparent;

    box-shadow: none;

.event-content .fc-event-header {
    cursor: pointer;
    padding: 6px 8px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.event-content .fc-services,
.event-content .fc-meta-time {
    cursor: default;
}

/* ========================================================
 * Pizarrón de Entregas Nativo - Custom Board Layout
 * ======================================================== */
.logistics-board-container {
    font-family: inherit;
    width: 100%;
}

.logistics-board-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
    gap: 10px;
}

.logistics-board-nav-group {
    display: flex;
    align-items: center;
    gap: 6px;
}

.logistics-board-period-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 10px;
}

.logistics-week-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    align-items: stretch;
}

.logistics-day-col {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 520px;
}

.logistics-day-col.is-today {
    background: #f1f5f9;
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6;
}

.logistics-day-header {
    background: #ffffff;
    border-bottom: 1px solid #cbd5e1;
    padding: 8px 6px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #334155;
    text-transform: capitalize;
}

.logistics-day-col.is-today .logistics-day-header {
    background: #3b82f6;
    color: #ffffff;
    border-bottom-color: #2563eb;
}

.logistics-day-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 6px;
    flex: 1;
}

.logistics-day-empty {
    text-align: center;
    color: #94a3b8;
    font-size: 11px;
    padding: 16px 0;
    font-style: italic;
}

/* Event Card Styles */
.logistics-event-card {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: box-shadow 0.15s ease;
}

.logistics-event-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.logistics-card-header {
    padding: 6px 8px;
    color: #ffffff;
    cursor: pointer;
}

.logistics-card-folio-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    min-height: 24px;
}

.logistics-card-folio {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
}

.logistics-card-folio i {
    margin-right: 6px;
    font-size: 18px;
}

.logistics-card-badge {
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    line-height: 1;
}

.logistics-card-title {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}

.logistics-card-time {
    padding: 6px 8px 4px 8px;
    font-size: 11px;
    color: #475569;
    background: #ffffff;
}

.logistics-card-services-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 8px;
    background-color: #f8fafc;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    font-size: 11px;
    color: #475569;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.logistics-card-services-toggle:hover {
    background-color: #f1f5f9;
}

.logistics-card-services-list {
    padding: 6px 8px;
    font-size: 11px;
    background: #ffffff;
}

.logistics-card-services-list div {
    margin-bottom: 3px;
    line-height: 1.3;
}

.logistics-event-content .fc-services-toggle-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 5px 8px !important;
    background-color: #f8fafc !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    border-top: 1px solid #edf2f7 !important;
    border-bottom: 1px solid #edf2f7 !important;
    cursor: pointer !important;
    user-select: none !important;
    transition: background-color 0.15s ease !important;
}

.logistics-event-content .fc-services-toggle-bar:hover {
    background-color: #f1f5f9 !important;
    color: #1e293b !important;
}

.logistics-event-content .fc-services {
    padding: 6px 8px !important;
    font-size: 11px !important;
}

/* Tablet Touch Checklist Styles */
.tablet-checklist-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    min-height: 56px;
    background: #ffffff;
    border: 2px solid #cbd5e1;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    transition: all 0.15s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.tablet-checklist-card:hover {
    border-color: #94a3b8;
}

.tablet-checklist-card:active {
    transform: scale(0.99);
}

.tablet-checklist-card.is-packed {
    background: #e6fffa;
    border-color: #2ed573;
    box-shadow: 0 2px 6px rgba(46, 213, 115, 0.15);
}

.tablet-qty-badge {
    background: #3b82f6;
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
    padding: 6px 12px;
    border-radius: 6px;
    line-height: 1;
    margin-right: 14px;
    display: inline-block;
    min-width: 44px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.tablet-checklist-card.is-packed .tablet-qty-badge {
    background: #2ed573;
}

.tablet-service-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
    flex: 1;
    margin-right: 12px;
}

.tablet-checklist-card.is-packed .tablet-service-name {
    color: #15803d;
}

.tablet-status-pill {
    font-size: 13px;
    font-weight: 800;
    padding: 8px 14px;
    border-radius: 20px;
    background: #f1f5f9;
    color: #64748b;
    border: 1px solid #cbd5e1;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.tablet-checklist-card.is-packed .tablet-status-pill {
    background: #2ed573;
    color: #ffffff;
    border-color: #2ed573;
}

.logistics-event-content .fc-event-number {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    color: #1e293b !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    letter-spacing: -0.3px !important;
    border: 2px solid rgba(255, 255, 255, 0.85) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    flex-shrink: 0 !important;
}

/* Close Button Custom for Modals */
.modal-header .btn-close-custom {
    font-size: 18px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    opacity: 0.85 !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: none !important;
    border-radius: 6px !important;
    width: 32px !important;
    height: 32px !important;
    text-align: center !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    text-shadow: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none !important;
}
.modal-header .btn-close-custom:hover {
    background: rgba(239, 68, 68, 0.85) !important;
    color: #ffffff !important;
    opacity: 1 !important;
    transform: scale(1.05);
}