/* Cathlab + Matrix Styles */

.bg-indigo {
    background-color: #18134d !important;
}
.text-indigo {
    color: #18134d !important;
}
.border-indigo {
    border-color: #18134d !important;
}
.btn-primary {
    color: #fff;
    background-color: #18134d;
    border-color: #18134d;
}
/*#7C218D*/
.btn-primary:hover{
    color: #fff;
    background-color: #2c256e !important;
    border-color: #2c256e !important;
}
.navbar [class*=" icon-"],.navbar  [class^=icon-]{
            line-height: inherit !important;
}
.wizard > .steps > ul > li:after,   
.wizard > .steps > ul > li:before {
    background-color: #18134d;
}
.wizard > .steps > ul > li.current .number {    
    font-size: 0;   
    /*border-color: #2cbacc;*/  
    border-color: #18134d;  
    color: #18134d; 
    /*color: #2cbacc;*/ 
}
.wizard > .steps > ul > li.done .number {   
    font-size: 0;   
    /*background-color: #2cbacc;*/  
    background-color: #18134d;; 
    /*border-color: #2cbacc;*/  
    border-color: #18134d;  
    color: #fff;    
}
@media (max-width: 991.98px) {    
    .wizard > .steps > ul > li:last-child:after {   
        background-color: #18134d;  
    }   
}   
@media (max-width: 768.98px) { 
    .wizard > .steps > ul > li.current:after {  
        background-color: #18134d;  
    }   
}

.table-xs td,
.table-xs th {
    padding: 0.5rem 0.75rem;
}

.grey {
    background-color: #545254 !important;
}
.red {
    background-color: #d9534f !important;
}
