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