#tabAccrHTML { padding: 1px 0; box-sizing: border-box; margin-bottom: 80px;}
#tabAccrHTML .helpWrap { }
#tabAccrHTML .tabs {
 }
#tabAccrHTML .nav { }
#tabAccrHTML .nav-tabs { text-align: center; padding: 0; width: 100%; vertical-align: 100%; border-bottom: 0px;}
#tabAccrHTML .nav-tabs > li { border: 1px solid #E2E2E2; border-left: 0px; border-bottom: 1px solid #E2E2E2; margin-left: -1px; font-size: 21px; font-weight: 300; cursor: pointer; padding-bottom: 1px;}
#tabAccrHTML .nav-tabs > li:hover { background-color: #EBEFF2; color: #0069BC; padding-bottom: 0;}
#tabAccrHTML .nav-tabs > li.first { border-left: 1px solid #EAEAEA; }
#tabAccrHTML .nav-tabs > li.active {
    color: #0069BC;

    padding-bottom: 0px;
}

#tabAccrHTML .nav-tabs > li.active:hover {
    padding-bottom: 0px;
}
#tabAccrHTML .activeTabIndicator{
    position: absolute;
    height: 2px;
    background-color: #0069BC;
    margin-top: -2px;
    width: 25%;
    transition: 0.5s;
}
#tabAccrHTML .tabs2 { height:3.5em; }
#tabAccrHTML .tabs2 > li { width: 50%; height: 100%; vertical-align: middle; display: table;}
#tabAccrHTML .tabs3 { height:3.5em; }
#tabAccrHTML .tabs3 > li { width: 33%; height: 100%; vertical-align: middle; display: table;}
#tabAccrHTML .tabs4 { height:3.5em; }
#tabAccrHTML .tabs4 > li { width: 25%; height: 100%; vertical-align: middle; display: table;}
#tabAccrHTML .tabs5 { height:3.5em; }
#tabAccrHTML .tabs5 > li { width: 20%; height: 100%; vertical-align: middle; display: table;}
#tabAccrHTML .tabs6 { height:3.5em; }
#tabAccrHTML .tabs6 > li { width: 16.667%; height: 100%; vertical-align: middle; display: table;}
#tabAccrHTML .tabs7 { height:3.5em; }
#tabAccrHTML .tabs7 > li { width: 14.285%; height: 100%; vertical-align: middle; display: table;}
#tabAccrHTML .tabs8 { height:3.5em; }
#tabAccrHTML .tabs8 > li { width: 12.5%; height: 100%; vertical-align: middle; display: table;}

#tabAccrHTML .nav-tabs > li > span {
    display: table-cell;

    vertical-align: middle;
    line-height: normal;
}

#tabAccrHTML .tab-content {
    position: relative;
 }
#tabAccrHTML .tab-pane { display: none; padding: 3em 0 0; position: absolute; top: 0; width: 100%;}
#tabAccrHTML .tab-pane.active { /* display: block; */ position: relative;}

#tabAccrHTML .accrItem { display: none; }
#tabAccrHTML .accrTab { margin: 0 0em; padding: 1.5em 2em; color: #777777; border: 1px solid #e2e2e2; font-size: 20px; font-weight: 400; cursor: pointer; margin-top: -1px;}
#tabAccrHTML .active .accrTab { border-bottom:2px solid #0069BC;}
#tabAccrHTML .first .accrTab {}
#tabAccrHTML .accrTab i {
    color: #0069bc;
    float: right;
    font-size: 12px;
    margin-top: 2px;
}
#tabAccrHTML .accrTab i.fa-plus {}
#tabAccrHTML .accrTab i.fa-minus {
    display: none;
}
#tabAccrHTML .accrItem.active .accrTab i.fa-plus {display:none;}
#tabAccrHTML .accrItem.active .accrTab i.fa-minus {
    display: inline;
}
#tabAccrHTML .accrTabText { }
#tabAccrHTML .active .accrTabText {
    color: #0069BC;
 }
#tabAccrHTML .plusSign { position: absolute; margin-top: 6px; right: 60px; color: #0069BC;}
#tabAccrHTML .minusSign { position: absolute; right: 60px; display:none; color: #0069BC; margin-top: 6px;}
#tabAccrHTML .active .plusSign { display:none; }
#tabAccrHTML .active .minusSign { display:inline; }
#tabAccrHTML .accrContent { display: none; margin: 1em;}

@media screen and (max-width:1366px) {
    #tabAccrHTML .nav-tabs > li {
    font-size: 18px;
 }
}
@media screen and (max-width:1200px) {
    #tabAccrHTML { width: auto; margin: 0; display: block; }
    #tabAccrHTML .tabs { display: none; }
    #tabAccrHTML .accrItem { display: block; margin-top: 0.5em;}
}