﻿:root {
    --danger-ligth: #FF8EC1;
    --brand: #cbac3e;
}


.sch-emp-horas, .sch-horario {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .1875rem;
    border: 1px solid #dee2e6;
    color: #212529;
    background-color: #fff;
}

.sch-horario
{
    margin-top:3px;
}


.sch-estado
{
    height:6px;
    border-radius:2px;
    width:10%;
    float:left;
    margin-top: 4px;

}

.sch-estado-success {
    background-color: var(--success);
}
.sch-estado-warning {
    background-color: var(--warning);
}
.sch-estado-danger {
    background-color: var(--danger);
}

.sch-btn-reasignar {
    margin-top: 8px;
    padding-left: 0px;
}


.pro-disp-celda-checked {
    background-color: var(--danger-ligth);
}

.pro-disp-celda {
    text-align: center;
    vertical-align: central;
}


.no-border {
  border:none !important;
}


.dxichCellSys, .dxichTextCellSys {
    border: none !important;
}

.cal-dia {
    padding: 5px;
    width: 100%;
    height: 90px;
}

.cal-dia-festivo-delgado {
    min-height: 30px;
    padding-top: 5px;
    padding: 0px;
}

.cal-dia-festivo {
    background-color: gray;
    color: white;
    min-height: 60px;
    padding-left: 6px !important;
    height: 100%;
}


.margin-5
{
    margin:5px;
}


.programacion-cambio
{
    border:1px solid;
    border-radius:5px;
    padding: 10px;
    border-color:darkgray
}

.table-resumen th, .table-resumen td  {
    padding: 0.75rem !important;
    vertical-align: top !important;
}

.dxeCaptionCell_Material.dxeCaptionVATSys.dxeTextEditCTypeSys {
    padding-top: 10px;
    padding-bottom: 2px;
}

.dxpcDropDown_Material, .dxeDropDownWindow_Material {
    margin-top: 15px;
}


.kt-header .kt-header__bottom {
    background-color: black;
}




.programacion-am {
    background-color: #679423;
}

.programacion-pm {
    background-color: #FCBB2A;
}

.programacion-am-pm {
    background-color: #14A8E8;
}

.programacion-am, .programacion-pm, .programacion-am-pm
{text-align: center;}


.dash-prog-titulo {
    background-color: white;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    display: table-cell;
    float: none;
    height: auto;
    vertical-align: top;
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    color: gray;
    font-size: 1.1em;
    text-transform: uppercase;
    padding-top: 9px;

}


.dash-prog-dia {
    display: table;
    margin-left: 0;
    float: left;
    margin: 0px;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    min-width: 14%;
    max-width: 14%;
    padding: 0px;
    border-right: 1px solid #ccc;

}


.dash-prog-dia-lunes {
    border-left: 1px solid #ccc;
}

.dash-prog-dia-titulo {
    background-color: white;
    padding-bottom: 5px;
    display: table-cell;
    float: none;
    height: auto;
    vertical-align: top;
    width: 100%;
    height: 30px;
    float: left;
    text-align: left;
    color: gray;
    font-size: 1.6em;
    padding-left: 5px;
}

.dash-prog-dia-titulo-mes-anterior {
    color: #CCC;
}


.dash-prog-dia-programacion {
    min-height: 120px;
    border-bottom: solid 1px #CCC;
}

.dash-prog-dia-prog-punt-venta {
    font-size: 1.2em;
    margin-top: 5px;
    opacity: 80;
 
}

.dash-prog-dia-prog-horario {
    font-size: 1.0em;
    text-align: center;
}