/*body {
  font-family: 'Segoe UI', 'Droid Sans', Arial, sans-serif;
  font-size: 11px; }*/

.time-sch-item-event {
    border-width: 1px;
    border-style: solid;
    width: 2px;
}

.time-sch-item {
    transition: background-color ease 0.1s;
    border-width: 1px;
    border-style: solid;
}
  
.time-sch-item.ui-draggable-dragging { cursor: move; }

.realtime-info { display: none; }

.item-event-none {
    background-color: green;
    border-color: #004d00;
}

.item-status-none { background-color: green; }

.time-sch-item.item-status-none { border-color: #006700; }

.time-sch-item.item-status-none:hover { background-color: #00b300; }

.item-event-one {
    background-color: #AACCFF;
    border-color: #AACCFF;
}

.item-status-one { background-color: gray; }

.time-sch-item.item-status-one { border-color: #4C4C4C; }
    
.time-sch-item.item-status-one:hover { background-color: #949494; }

.item-event-two {
    background-color: blue;
    border-color: #3333ff;
}

.item-status-two {
    background-color: #E6BC16;
    color: #81690D;
    font-weight: bold;
}

.time-sch-item.item-status-two { border-color: #B89612; }

.time-sch-item.item-status-two:hover { background-color: #E8C32D; }

.item-event-three {
    background-color: orange;
    border-color: #cc8400;
}

/*.hidden { display: none; }*/

/*.item-status-three {
    background-color: #916C47;
    color: #FFFFFF;
    font-weight: bold;
    border-color: #916C47;
}*/

/*.time-sch-item.item-status-three { border-color: #916C47; }*/
    
/*.time-sch-item.item-status-three:hover { background-color: #9C7B59; }*/

/*.item-event-four {
    background-color: orange;
    border-color: #cc8400;
}*/

.item-status-four {
    background-color: #0066FF;
    color: #99C2FF;
    font-weight: bold;
}

.time-sch-item.item-status-four { border-color: #000A1A; }

.time-sch-item.item-status-four:hover { background-color: #3385FF; }

.item-status-five {
    background-color: #FF0000;
    color: #FFCCCC;
    font-weight: bold;
}

.time-sch-item.item-status-five { border-color: #660000; }

.time-sch-item.item-status-five:hover { background-color: #FF1919; }

/* inicia - colores para estados de operaciones, situaciones de ordenes */
.no-comenzada, .no-asignada {
    background-color: black;
    color: white;
    font-weight: bold;
}

.time-sch-item.no-comenzada, .time-sch-item.no-asignada { border-color: black; }

.time-sch-item.no-comenzada:hover, .time-sch-item.no-asignada:hover { background-color: #1A1A1A; }

.en-curso, .asignada {
    background-color: #009900;
    color: #CCEBCC;
    font-weight: bold;
}

.time-sch-item.en-curso, .time-sch-item.asignada { border-color: #006B00; }

.time-sch-item.en-curso:hover, .time-sch-item.asignada:hover { background-color: #33AD33; }

.detenida-tot {
    background-color: #990000;
    color: #EBCCCC;
    font-weight: bold;
}

.time-sch-item.detenida-tot { border-color: #5C0000; }

.time-sch-item.detenida-tot:hover { background-color: #AD3333; }

.detenida-otros {
    background-color: #FF3300;
    color: #FFEBE6;
    font-weight: bold;
}

.time-sch-item.detenida-otros { border-color: #B22400; }

.time-sch-item.detenida-otros:hover { background-color: #FF5C33; }

.detenida-soporte-planta {
    background-color: #996600;
    color: #F5F0E6;
    font-weight: bold;
}

.time-sch-item.detenida-soporte-planta { border-color: #5C3D00; }

.time-sch-item.detenida-soporte-planta:hover { background-color: #AD8533; }

.detenida-autorizacion {
    background-color: #333300;
    color: #D6D6CC;
    font-weight: bold;
}

.time-sch-item.detenida-autorizacion { border-color: #1A1A00; }

.time-sch-item.detenida-autorizacion:hover { background-color: #474719; }

.detenida-refacciones {
    background-color: #CC5200;
    color: #FFE0CC;
    font-weight: bold;
}

.time-sch-item.detenida-refacciones { border-color: #8F3900; }

.time-sch-item.detenida-refacciones:hover { background-color: #D16319; }

.completada, .orden-cerrada {
    background-color: #297ACC;
    color: #EAF2FA;
    font-weight: bold;
}

.time-sch-item.completada, .time-sch-item.orden-cerrada { border-color: #19497A; }

.time-sch-item.completada:hover,  .time-sch-item.orden-cerrada:hover { background-color: #3E87D1; }

.en-proceso {
    background-color: #008A2E;
    color: #E6F3EA;
    font-weight: bold;
}

.time-sch-item.en-proceso { border-color: #006E25; }

.time-sch-item.en-proceso:hover { background-color: #199643; }

.reactivar {
    background-color: #194775;
    color: #D1DAE3;
    font-weight: bold;
}

.time-sch-item.reactivar { border-color: #14395E; }

.time-sch-item.reactivar:hover { background-color: #305983; }
/* termina - colores para estados de operaciones, situaciones de ordenes */

.no-visible { visibility: hidden; }