﻿.box-info-item, .bordered-destaque {
    margin-top: 10px;

    border-bottom: 1px solid #000 !important;
    border-left: 5px solid #000 !important;
    
    border-top: none;
    border-right: none;
}

.box-info-item-dotted, .bordered-destaque-dotted {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #bababa !important;
    border-left: 3px solid #bababa !important;
}

.box-info-item .titulo { font-size: 14px; font-weight: bold; }

.box-info-item span { font-size: 11px; }

.box-info-item .fa,
.box-info-item .far,
.box-info-item .fal,
.box-info-item .fas,
.box-info-item i.glyphicons { 
    margin-right: 5px; 
}

.border-red{ border-color: #dd4b39 !important;}
.border-green{ border-color: #00a65a !important;}
.border-blue{ border-color: #0073b7 !important;}
.border-yellow{ border-color: #f39c12 !important;}
.border-orange{ border-color: #ff851b !important;}
.border-grey { border-color: rgba(0, 0, 0, 0.5) !important;}

.list-separetor{ border: 1px solid black;}

.item-list-disabled{ color: #c0c0c0 !important;border-color: #c0c0c0 !important; }

.item-list-disabled *{ text-decoration: line-through; }

.border-1-solid {
    border: 1px solid;
}

.box-info-item {
    border-radius: 0px;
    padding: 10px 15px;
    background-color: #FFFFFF;
}

