/**
 * 이 파일은 핵심역량관리모듈의 일부입니다. (http://www.coursemos.kr)
 *
 * 역량진단 모듈에 코스모스 테마색을 적용하기 위한 스타일시트
 *
 * @file /modules/essential/styles/style.css.php
 * @author Arzz (arzz@arzz.com)
 * @license MIT License
 * @version 3.1.0
 * @modified 2019. 4. 10.
**/
.highcharts-credits {display:none !important;}

div[data-module=essential][data-context=diagnosis] div[data-tab] > ul > li > button.selected {border-color:#2A2C7F !important; color:#2A2C7F;}
div[data-module=essential][data-context=diagnosis] div[data-tab] table > tbody > tr > td.percentile > div > i {background:#ffffff;}
div[data-module=essential][data-context=diagnosis] div[data-tab] div.legend > b {color:#2A2C7F;}

#ModuleEssentialDiagnosisResultForm div[data-tab] > ul > li > button.selected {border-color:#2A2C7F !important; color:#2A2C7F;}
#ModuleEssentialDiagnosisResultForm div[data-tab] table > tbody > tr > td.percentile > div > i {background:#ffffff;}
#ModuleEssentialDiagnosisResultForm div[data-tab] div.legend > b {color:#2A2C7F;}

<!-- .ui-widget-header {background: !important;} -->