/* 
* 蓝色版(视频插入测试)
* #177bbb
* #58abe1
* #0367a7
* #179ee1
* #f3fafe
* 引入位置：页面里所有css之后
*/
@charset 'utf-8';

/* --------------视频插入测试-------------- */
.linegrayBtn {border-color:#ececec!important;color:#313339!important;}
.linegrayBtn:hover, .linegrayBtn:active {border-color:#ececec!important;color:#313339!important;}
.grayBtn {background:#dcdada!important;color:#666666!important;}
.grayBtn:hover, .grayBtn:active {background:#dcdada!important;color:#999999!important;}

.linegraBtn, .linegraBtn:hover, .linegraBtn:active, .readedSetBtn .lineBtn {
    border-color: #177bbb!important;
    color: #177bbb!important;
}
.linegraBtn:hover, .linegraBtn:active {
	border-color: #58abe1!important;
    color: #58abe1!important;
}

/* 新增测试 */
.newTestBox {
  background:#313339;
}
/* 题型 */
.testType .testtypeTab li:hover .bomline, 
.testType .testtypeTab li.cur .bomline {
  background:#177bbb;
}
/* ---listTest--- */

.ui-sortable-placeholder {
  background-color: #177bbb;
}
.listTest .test-smtool .test-smicons a {color:#177bbb;}
.listTest .test-smtool .test-smicons a:hover {background:transparent;color:#177bbb;}

/* ---end listTest--- */

.setvideoTime input {color:#177bbb;}

/* 测试轴 */
.bomtestdots dd .pic {width:31px;height:38px;background:url(../images/testdot-pic.png) no-repeat 0 0;}
.bomtestdots dd.active .pic {background-position:-62px 0;}

/*底部按钮样式*/
.itestBody input.ui_state_highlight,
.itestBody input.ui_state_highlight:hover,
.itestBody input.ui_state_highlight:active { 
  color:#ffffff;
  border:solid 1px #177bbb;
  background:#177bbb;
}

.itestBody input.ui_state_highlight:hover,
.itestBody input.ui_state_highlight:active {
  color:#ffffff;
  border:solid 1px #58abe1;
  background:#58abe1;
}

.itestBody .rightAns .correctOpt {color:#177bbb;}

/* 回答正确错误 */
.tanAnswerjudge .ico-succ {
  color: #177bbb;
}
/* -------------end 视频插入测试------------- */