/**
 * 코스모스 색상설정 테마 버튼 컬러값
 */
.thema_basic_color {background:#159A54 !important;}
.thema_submit_color {background:#004F9F !important; color:#ffffff !important;}
.thema_cancel_color {background:#f44336 !important; color:#ffffff !important;}
.thema_etc_color {background:#0D84EA !important; color:#ffffff !important;}
.thema_point_color {color:#005BAA !important;}
div[data-role=modal] > form > div[data-role=footer] > div > button[type=submit] {background:#004F9F; color:#ffffff;}
div[data-role=modal] > form > div[data-role=footer] > div > button[type=submit]:hover {background:#004F9F;}
div[data-role=modal] > form > div[data-role=footer] > div > button[type=submit].danger {background:#f44336; color:#ffffff;}
div[data-role=modal] > form > div[data-role=footer] > div > button[type=submit].danger:hover {background:#f44336;}
div[data-role=modal] > form > div[data-role=footer] > div > button[type=submit][disabled], div[data-role=modal] > form > div[data-role=footer] > div > button.submit {background:#004F9F !important; color:#ffffff !important;}
div[data-module=tab] > div[data-role=tabbar] > div > ul > li.selected:after {border-top:10px solid #159A54;}