.bhHeaderPadder{
    padding-top: 15px;
    padding-bottom: 10px;
}
.bhTableSpacer{
    width:100px;
}
.bhTableIcon{
    width:50px;
    text-align:center;
}
.bhTableDaySpacer{
    width:50px;
    text-align: left;
}
.bhOpenClosedPadder{
    margin-top: 15px;
}

.badgeSpacing{
    margin-right: 5px;
}
.detailBlockPadder{
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 15px;
    padding-top: 15px;
}
.detailHeaderPadder{
    padding-bottom: 10px;
}
.contentBox{
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    background-color: #fff;
    padding: 20px;
}
.adressPadder{
    margin-bottom: 0px;
}
.detailFontSize{
    font-size: 13px;    
}
.detailFontColor{
    color:#6c757d;
}
.removeRightBorder{
    border-right: none;
}
.removeLeftBorder{
    border-left: none;
}


.successNav, .updatedNav, .unchangedNav, .wrongNav {
    border-left: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #c5c5c5 !important;
    border-radius: .25rem .25rem 0px 0px;
    background-color: #f5f5f5;
    color: #858585;
     margin-bottom: 0;
}


.active {
    border-top : 1px solid #c5c5c5 !important;
    border-left: 1px solid #c5c5c5 !important;
    border-right: 1px solid #c5c5c5 !important;
    border-bottom: 0px !important;
    background-color: #fff;
    font-weight: bold;
    color:#000;
}

.successNav:hover, .updatedNav:hover, .unchangedNav:hover, .wrongNav:hover {
    background-color: #fff;
    color: #000;
}



.tabColumn{
    padding-left: 0;
    padding-right: 0;
}
.tabTableBox{
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #d5d5d5;
    padding-bottom: 5px;
    border-radius: 0px 0px .25rem .25rem;
}
.errorBorder{
    border : 1px solid #dc3545 !important;
}

.updatedNav{
    background-color: #ba67ff;
    margin-bottom: 0;
    border-bottom: 1px solid #8d00ff !important;
    border-radius: .25rem .25rem 0px 0px;
    color: #fff;
}
.updatedNav.active{
    background-color: #d19aff !important;
    border-width: 1px 1px 0px 1px !important;
    border-style: solid !important;
    border-color: #8d00ff !important;
    color: #fff;
}
.updatedNav:hover{	
    background-color: #d19aff !important; 
}
.updatedNav:hover:not(.active){	
    background-color: #c680ff !important; 
}
.loadingDiv{
    text-align: center;
    background: rgba(40, 167, 69,0.3);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}