/*- Menu Tabs--------------------------- */ #tabs { display: table; width: 100%; border-collapse: collapse; border: none; } #tabs ul { width: 100%;/* display: table; table-layout: fixed; optional */ } #tabs .pipe:before { content: "|"; color: #cccccc; float: right; } #tabs li { display: table-cell; line-height: 31px; margin: 0; text-align: center; width: auto; } #tabs li.bdrnan { border-right: none; } #tabs li a { color: #fff; display: block; text-decoration: none; line-height: 31px; padding: 0 29px; } #tabs li a:hover { color: #428bca; text-decoration: none; background: #CCC; line-height: 31px; } #tabs li a.selected { color: #428bca; text-decoration: none; background: #CCC; line-height: 31px; font-weight: bold; } #tabs1 { display: table; width: 100%; border-collapse: collapse; border: none; } #tabs1 ul { width: 100%;/* display: table; table-layout: fixed; optional */ } #tabs1 li { border-right: 1px solid #f1f1f1; display: table-cell; line-height: 31px; margin: 0; text-align: center; width: auto; } #tabs1 li a { color: #fff; display: block; text-decoration: none; line-height: 31px; padding: 0 31px; } #tabs1 li a:hover { color: #428bca; text-decoration: none; background: #CCC; line-height: 31px; } #tabs1 li a.selected { color: #428bca; text-decoration: none; background: #CCC; line-height: 31px; font-weight: bold; } .subtab { background: #cccccc; width: 100%; height: 31px; } .subtab ul { list-style: none; } .subtab ul li { float: left; line-height: 29px; border-bottom: 2px solid #cccccc; } /*.subtab ul li:hover { float: left; line-height: 29px; border-bottom: 2px solid #0171c7; }*/ .subtab ul li a { color: #555; text-decoration: none; outline: none; border-right: 1px solid #646464; padding: 0 25px; } .subtab ul li a.active { outline: none; } /*.subtab ul li a:hover { color: #0171c7; text-decoration: none; padding: 0 25px; } .subtab ul li.selected { font-weight: bold; line-height: 29px; border-bottom: 2px solid #0171c7; } .subtab ul li.selected a { color: #0171c7 !important; }*/ .top15{ padding-top:15px; } #tabs ul > li.arrow > a::after { padding-left: 6px; font-family: FontAwesome; content: "\f0d7"; } #tabs1 ul > li.arrow > a::after { padding-left: 6px; font-family: FontAwesome; content: "\f0d7"; } /* PRJ-645 */ .conftab .ui-widget-header,ul.ocrTabsList {background:none repeat scroll 0 0 #454545 !important; border-radius:4px 4px 0 0;} ul.ocrTabsList { padding:0 15px !important;} ul.ocrTabsList .ui-state-active{background:#ccc !important;} ul.ocrTabsList li{ position:relative; top:0 !important;} .conftab .ocrTabsList li.ui-state-active{ background:#ccc !important;} .conftab .ui-tabs-nav li.ui-tabs-active a{ background:0 !important;} .conftab .ui-tabs-nav li.ui-tabs-active{padding-bottom:0 !important} .conftab .ui-tabs-nav li a{border:none !important} .ocrTabsList li.ui-state-default{border-width:0 !important}