.download-icon{background: url(/~/media/Images/S/Suncoke/icons/download-icon.svg) center center;}
.video-icon{background: url(/~/media/Images/S/Suncoke/icons/tab-play-icon.svg) center center;}
.html-icon{background: url(/~/media/Images/S/Suncoke/icons/html-icon.svg) center center;}
.threeline-icon{background: url(/~/media/Images/S/Suncoke/icons/threeline-icon.svg) center center;} 
.icon-box{background-repeat: repeat;height: 2.4rem;width: 2.4rem;position: relative;display: inline-block;background-repeat: no-repeat;}

.year-element{width: 100%;align-items: stretch !important; border:1px solid var(--primary-color-4); border-bottom:0px; margin-bottom:5rem;}
.year-element li{flex: 1 0 15%; border-right:1px solid var(--primary-color-4);border-bottom:1px solid var(--primary-color-4);}
.year-element li:last-child{border-right:0px;}
.year-element li a{display:block; padding:15px; text-align: center; font-size:22px; font-weight:400;font-family: var(--font-secondary-regular); color:#A3A3A3;}
.year-element li.active a{background:var(--primary-color-2);color:var(--mono1);}
.mobile-title{display:none;}
.nav-tabs-dropdown.open + .nav-tabs-wrapper {display: block !important;}
.select-text-title{display:none;}


.nav-tabs-horizontal a .select-text{font-size:13px; font-weight:700;}
.tab_table_wrapper .icon-arrow{font-size: 13px; font-weight: 200;position: relative;top:0px; right:10px;transform: rotate(90deg);}
 
.nav-tabs-dropdown.open .icon-arrow{font-size: 13px;font-weight: 200;position: relative;top: 0px;right:0px;transform: rotate(-90deg);}
 
.table-content_text_box{padding-bottom:93px;} 
.select-year-box .nav-tabs-wrapper .year-element{background: var(--mono1);}
.nav-tabs-horizontal a {width: 100%;padding:13px 10px;display: flex;justify-content: space-between;}


@media screen and (max-width: 991px) {
.table-content_text_box{padding-bottom:55px;}

.tab_table_wrapper thead{display:none;}
.mobile-title{display:block;}
.tab_table_wrapper table{margin-top:25px;}
.tab_table_wrapper table tr{display: flex;flex-wrap: wrap;padding: 24px 8px 0px; background:none; border-bottom: 1px solid var(--primary-color-4);}
.tab_table_wrapper table tr:first-child{ border-top: 1px solid var(--primary-color-4);}
.tab_table_wrapper tbody .box-title,.tab_table_wrapper tbody .box-date{flex:0 0 100%; max-width:100%;}
.tab_table_wrapper table tr td{padding:0px 24px 24px 0px;}
.tab_table_wrapper table tr td a span.icon-box{margin-left:6px;top:6px;}
.tab_table_wrapper tbody .box-date{padding-bottom:12px;} 
.tab_table_wrapper table tr td .rp-dt{font-weight:700;}
.tab_table_wrapper table tr td a{display:flex;align-items: center; color:var(--primary-color-1);}

.nav-tabs-horizontal a {border:1px solid var(--primary-color-4);}
.select-text-title{display:block;}
.select-year-box .nav-tabs-wrapper .year-element{border:0px; max-height: 250px;overflow-y: auto;border-bottom: 1px solid var(--primary-color-4);}
.year-element li{border:0px;}
.year-element li a{font-size:18px;border-bottom:0px;}
.select-year-box{display:flex; flex-direction: row;align-items: center;}
.select-year-box .nav-tabs-horizontal{width: 220px;position: relative;margin-left: 40px;}
.select-year-box .nav-tabs-wrapper{position: absolute;top: 100%;width: 100%; z-index:1;}
}
@media screen and (max-width: 768px) {


}
@media screen and (max-width: 574px){
.select-year-box{display: block; }
.select-year-box .nav-tabs-horizontal{margin-left:0px;margin-top:10px;}

}