.bigBox {
    width: 110px;
    height: 90px;
    float: left;
    padding: 5px;
    margin: 2px;
    border: 1px dotted #dddddd;
    font-size: 12px;
    font-family: Arial;
    overflow: hidden;
}

.bigBox .st {
    color: #1d3b71;
    font-weight: bold;
}

.mediumBox {
    width: 120px;
    height: 70px;
    float: left;
    padding: 5px;
    margin: 2px;
    border: 1px dotted #dddddd;
    font-size: 12px;
    font-family: Arial;
    overflow: hidden;
}

.littleBox {
    width: 110px;
    height: 50px;
    float: left;
    margin: 2px;
    border: 1px dotted #dddddd;
    font-size: 12px;
    font-family: Arial;
    overflow: hidden;
}

.littleBox .st {
    color: #1d3b71;
    font-weight: bold;
}

#littleBox-up {
    width: 110px;
    height: 30px;
    float: left;
    font-size: 12px;
    font-family: Arial;
    overflow: hidden;
    padding: 3px 2px 2px 4px;
}

#littleBox-down {
    width: 110px;
    height: 20px;
    float: right;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    text-align: right; 
    overflow: hidden;
    background-color: #F3F5EF;
    padding: 0px 5px 0px 0px;
}

.bigBox p.low, .littleBox p.low, .imageBox p.low {
    display: none;
}

.wolumnBox {
    width: 80px;
    height: 165px !important;
}

.wolumnBox p.low {
    display: none;
}

.wolumnBox p {
    padding-bottom: 5px;
}

/* Listview de weports/wolumns */
.box.wolumnBox {
    height: auto;
    width: 150px;
}

/* Listview para routes */
.contactBox {
    margin: 4px 2px;
    padding: 0px;
}

.slotBox {
    width: 108px;
    float: left;
    padding: 1px 2px 1px 2px;
    margin: 2px 4px 0 0;
/*     border-width: 1px; */
    text-align: center;
    background-color: #F3F5EF;
}

.imageBox {
    width: 110px;
    height: 120px;
    float: left;
    padding: 5px;
    margin: 2px;
    border: 1px dotted #dddddd;
    font-size: 12px;
    font-family: Arial;
    overflow: hidden;
}

.imageBox .st {
    color: #1d3b71;
    font-weight: bold;
}

/* Planes de carga ------------------------------------------------------------------------- */
.chargePlanBox {
    width: 203px;
    height: 105px;
    float: left;
    padding: 5px;
    margin: 2px;
    border: 1px dotted #dddddd;
    font-size: 12px;
    font-family: Arial;
    overflow: hidden;
}


.chargePlanBox .week {
    padding: 0 4px;
}

.chargePlanBox .week.active {
    background-color: #CAD6E5;
    border-radius: 4px;
}

.chargePlanBox .week span {
    display: inline-block;
    width: 15px;
    padding: 3px;
    text-align: center;
    font-weight: normal;
    color: #aaa;
}

.chargePlanBox .week span.st {
    font-weight: bold;
    color: black;
    text-shadow: 0 0 10px rgb(10, 131, 255);
}

.chargePlanBox .week span.activeDay {
    background: #d5e2f2;
    border: 1px solid;
    border-radius: 4px;
    padding: 2px;
}

.documentBox {
	width: 280px !important;
	height: 60px;
}
