
/* BreadCrumb */
.arrows { 
    white-space: nowrap;
    margin-left: 20px; 
}
.arrows li {
    display: inline-block;
    line-height: 20px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}
.arrows li::before,
.arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);  
}
.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before, 
.arrows li:last-of-type::after { 
    display: none; 
}

.arrows li a { 
   font: bold 15px Sans-Serif;  
   letter-spacing: -1px; 
   text-decoration: none;
}

.arrows li:nth-of-type(1) a { color: hsl(0, 0%, 75%); } 
.arrows li:nth-of-type(2) a { color: hsl(0, 0%, 55%); } 
.arrows li:nth-of-type(3) a { color: hsl(0, 0%, 35%); } 
.arrows li:nth-of-type(4) a { color: hsl(0, 0%, 15%); } 
/* End BreadCrumb */


/* Card */
.card-parent {
    margin-left: 10px;
    margin-right: 10px;
}
/* End Card */


/* Button */
#btn_validate_up,
#btn_validate_up .dx-button-content {
    padding: 0;
}
#btn_validate_up, #btn_validate_down
{
    width: 140px !important;
}

#btn_return_valise_down,
#btn_look_bon_livraison_valise_down,
#btn_look_return_valise_down,
#btn_bon_livraison_valise_down {
    margin-top: 10px;
}

#btn_validate_down,
#btn_validate_down .dx-button-content {
    padding: 0;
}

#btn_validate_up .button-indicator {
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#btn_validate_down .button-indicator {
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
/* End Button */


/* Action Button */

.log-active .dx-icon {  
    color: #5cb85c;  
}
.log-inactive .dx-icon {  
    color: #e03b24;  
}
/* End Action Button */

.impression-active{
    color: #5cb85c;  
}

.impression-desactive{
    color: #e03b24;  
}

/* TabPanel */

.tab-panel-error {
    font-size: 1em;
    color: Red;
    margin-left: 3px;
    margin-right: 3px;
}
.tab-panel-btn {
    margin-left: 6px;
}

/* End TabPanel */

/* Datagrid */

.highlight-column {  
    background-color: rgb(250, 255, 181);  
} 

/* End Datagrid */
.hide
{
    display: none;
}

.lisa-checkbox-inline-label {
    width: calc(100% - 25px) !important;
}