/**
 * 코스모스 색상설정 테마 버튼 컬러값
 */
.thema_basic_color {background:#2A2C7F !important;}
.thema_submit_color {background:#2196f3 !important; color:#ffffff !important;}
.thema_cancel_color {background:#f44336 !important; color:#ffffff !important;}
.thema_etc_color {background:#2A2C7F !important; color:#ffffff !important;}
.thema_point_color {color:#005596 !important;}
div[data-role=modal] > form > div[data-role=footer] > div > button[type=submit] {background:#2196f3; color:#ffffff;}
div[data-role=modal] > form > div[data-role=footer] > div > button[type=submit]:hover {background:#2196f3;}
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:#2196f3 !important; color:#ffffff !important;}
div[data-module=tab] > div[data-role=tabbar] > div > ul > li.selected:after {border-top:10px solid #2A2C7F;}