.fw-5 {
  margin-right: 5px;
}

.fw-10 {
  margin-right: 10px;
}

.message {
  margin-top: 5px;
  color: #f00; 
}
.message2 {
    margin-top: 5px;
    color: #b1adb2;
}

.required {
  margin-left: 5px; 
  color: #f00;
}
.not-required {
    margin-left: 5px;
    color: #fff;
    opacity:0;
}

.btn-w {
  margin-bottom: 5px;
}

.btn.all.active {
    background-color: #999;
    color: #FFF;
}

.form-body {
  padding: 10px;
}
.tab-content {
  color: #333;
}
.exam_title {
  text-indent: 50px;
}
.gray99 {
  color: #999999;
}
.question_preview .selection_title {
  margin-left: 30px;
  border-left: 3px solid #4D90FE;
  background: #FCFCFC;
  padding: 5px;
  text-indent: 4px;
}
.question_preview .div_question_box {
  border: 1px solid #FFF;
  border-bottom: 1px solid #EFEFEF;
  clear: both;
  padding: 8px 0 8px 0;
  width: 96%;
  height: auto;
}
.question_preview .fa-check-circle {
  color: #79c27c;
}
.question_preview .fa.fa-circle-o {
  opacity: 0.5;
  color: #AAAAAA;
}
.question_preview ul.ml5 {
  padding-left: 22px;
}
.question_preview .jie_xi {
  margin-top: 5px;
  padding: 3px;
  text-indent: 24px;
  border-top: 1px dashed #eee;
}
.question_preview .jie_xi label {
  padding: 1px;
  width: 46px;
  color: #FFF;
  font-size: 10px;
  text-indent: 0;
  text-align: center;
  background-color: #f2ce07;
}
.question_preview .jie_xi .content {
  color: #999;
}
.question_preview .from {
    margin-top: 5px;
    padding: 3px;
    text-align: right;
    border-top: 1px dashed #eee;
}
.question_preview .from .content {
    color: #999;
}

#page_result .ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
  overflow: hidden;
}
#page_result .strong {
  font-weight: bold;
}
#page_result .gray6 {
  color: #666;
}
#page_result .progress {
  display: block;
  margin-bottom: 5px;
  height: 11px;
  background-color: #CCC;
}
#page_result .percent {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  float: right;
  display: inline-block;
  margin-top: -3px;
}

.div_question_box .circle-bg {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
  border-radius: 60% !important;
}
.div_question_box .circle-bg.active {
  color: #FFF;
  background-color: #4141D1;
}
.user-score {
  color: #F00;
  font-size: 1.5em;
}




/******************************
  首页-快捷功能
******************************/
.shortcut {
  margin-bottom: 30px;
  text-align: center;
}
.shortcut span {
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.shortcut .plus {
  margin-top: 6px;
  color: #ddd;
  font-size: 70px;
}
.shortcut p {
  margin-top: 10px;
}

/******************************

******************************/
.timeline, .timeline-sub {
    margin: 0;
    padding: 0;
    max-width: 700px;
    list-style: none;
    position: relative;
    font-size: 14px;
}

/* The line */
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #FFFFFF;
    left: 5%;
    margin-left: -10px;
}

.timeline > li {
    margin-bottom: 10px;
    position: relative;
}

/* The date/time */
.timeline > li .timeline-time {
    display: block;
    width: 15%;
    text-align: right;
    position: absolute;
}

.timeline > li .timeline-time span {
    display: block;
    text-align: right;
}

.timeline > li .timeline-time span.date {
    font-size: 12px;
    color: #aaa;
    display: block;
    font-weight: 300;
}

.timeline > li .timeline-time span.time {
    font-weight: 300;
    font-size: 38px;
    line-height: 38px;
}

/* Right content */

.timeline > li .timeline-body {
    position: relative;
    padding: 8px 10px 3px 10px;
    margin: 0 0 0px 60px;
    color: #333;
    font-weight: 300;
    border: 1px solid #D1E9F5;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #E7E7E7;
}

.timeline > li .timeline-body .article {
    margin-top: 0px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    line-height: 1.4em;
}

.timeline .timeline-body .move-btn {
    margin: 0;
    padding: 0 3px;
}
.timeline .timeline-body .top-box {
    display: inline-block;
}
.timeline .timeline-body .tag-label {
    display: inline-block;
}
.timeline .timeline-body .content {
}

.timeline > li .timeline-content {
    clear: both;
    font-size: 14px;
}

.timeline > li .timeline-content img{
    max-height: 240px;
}

.ie8 .timeline > li .timeline-body .article {
    border-bottom: 1px solid #eee;
}

.timeline > li .timeline-body img.timeline-img {
    width: 75px;
    height: 75px;
    margin: 5px 10px 0 0px;
}

.timeline > li .timeline-body img.pull-right {
    margin-left: 10px;
}

.timeline > li .timeline-icon {
    /*float: left;*/
    position: absolute;
    margin-top: 0px;
    width: 50px;
    border: 1px solid #F2F9FA;
}
.timeline > li .timeline-icon > .name {
    text-align: center;
}

.timeline-lightblue {
    background: #e2f0fc;
}

.timeline-lightblue:after {
    border-right-color: #F2F9FA;
}

.timeline > li .timeline-body:after{
    right: 100%;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #e2f0fc;
    border-width: 10px;
    top: 19px;
}

.timeline > li .tools-btns .comment-main {
    padding: 3px 6px;
    width: 100%;
    border: 1px solid #C0D1D6;
    background: #F4FAFF;
    resize: vertical;
}
.timeline > li .tools-btns .input-group-addon {
    background: #428BCA;
    color: #FFFFFF;
    border: 1px solid #C0D1D6;
    cursor: pointer;
}
.timeline > li .tools-btns .fa-smile-o {
    height: 22px;
    width: 22px;
    padding-top: 5px;
    border-radius: 12px;
    font-size: 24px;
    color: #F78B8B;
    background: #FFFA86;
    cursor: pointer;
}
.timeline > li .tools-btns .fa-file-text {
    font-size: 22px;
    color: #33C;
    cursor: pointer;
}
.timeline > li .tools-btns .fa-check-circle {
    margin-left: -16px;
    color: #D03F3F;
    background: #FFF;
    border-radius: 12px;
    width: 1.1em;
}
.timeline > li .tools-btns .bootstrap-select {
    width: 100px;
}
.timeline > li .timeline-footer .no-name {
  margin-top: 5px; 
  cursor: pointer;
}
.timeline > li .timeline-footer select {
    width:121px;display: inline;margin-right: 10px;
    height: 28px;
    padding: 1px 12px;
}
.timeline > li .timeline-footer .tools-btn {
    z-index: 3;
}


/*回复*/
.timeline-lightbg {
    background: #F2F9FA;
}

.timeline > li .timeline-ext-icon {
    float: left;
    margin-top: 0px;
    width: 32px;
    border: 1px solid #F2F9FA;
}

.timeline > li .timeline-ext {
    position: relative;
    padding: 3px 10px;
    margin: 0 0 0 60px;
    color: #333;
    font-weight: 300;
    border: 1px solid #D1E9F5;
    border-top: none;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #E7E7E7;
}

.timeline > li .timeline-ext .article{
    margin: 3px 0 0 32px;
}

.timeline > li .timeline-paginate {
    margin: 0 0 0 60px;
}
.timeline > li .timeline-paginate .pagination {
    margin: 5px 0 15px 0;
}

.timeline > li .timeline-ext .article .article-lesson {
    max-height: 240px;
    cursor: pointer;
}
.timeline > li .timeline-ext .hit-action {
    position: absolute;
    right: 50px;
    top: -28px;
    font-size: 2.5em;
    font-weight: 900;
    color: #ff7700;
}

.img-box img{
    max-width: 240px;
    max-height: 240px;
}

/******************************
  选择表情
******************************/
ul.facehtml li {
  display: inline-block;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
ul.facehtml .clear {
  clear: both;
}

/******************************
  查看案例
******************************/
.case-wrapper {
  padding: 10px;
  background: #E2F0FC;
  border: 1px solid #D1E9F5;
}
.case-header {
  font-weight: bold;
}
.case-content {
  margin: 5px 0;
}
.case-content-img {
  margin: 0 0 5px 0;
}
.case-footer {
  
}
.comment-wrapper {
  padding: 10px;
  background: #F2F9FA;
  border:1px solid #D1E9F5;
}
.comment-header {

}
.comment-content {
  margin: 5px 0;
  word-wrap: break-word;
  word-break: break-all;
}
.comment-footer {

}


/*** 数据表格 ***/
.dataTable_wrapper td {
	word-break: break-all; 
	word-wrap: break-word;
}


/***图表***/
.flotTip {
	z-index: 9999;
}


.jcrop-holder #preview-pane {
	display: block;
	position: absolute;
	top: 10px;
	right: -150px;
	z-index: 2000;
}
#preview-pane .preview-container {
  	width: 120px;
  	height: 85px;
  	overflow: hidden;
}


/******************************
	帮助中心样式
******************************/
/* .navbar-top-links li:last-child.active a {
	border: none;
	background: transparent;
}
.help-wrap {
	display: none;
	position: fixed;
	top: 57px;
	right: 40px;
	z-index: 99;
	width: 800px;
	height: 600px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 0 15px #ccc;
}
.help-wrap .icon-close {
	display: inline-block;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 100;
	width: 30px;
	height: 30px;
	background: url(../images/help/help_icon_cancel.png) no-repeat;
	background-size: 30px;
	cursor: pointer;
}
.help-tabs .nav-tabs {
	padding: 0 30px;
	background: #f5f5f5;	
}
.help-tabs .nav-tabs>li>a {
	color: #333;
}
.help-tabs .nav-tabs>li.active>a, 
.help-tabs .nav-tabs>li.active>a:focus, 
.help-tabs .nav-tabs>li.active>a:hover {
	color: #333;
	border: none;
	border-bottom: 3px solid #FFD704;
	background: transparent;
}
.help-tabs .tab-content {
	padding: 15px 30px;
	height: 555px;
	overflow-y: auto;
}
.help-tabs .help-list li {
	margin: 0 0 20px 0;
}
.help-tabs .help-list li a {
	color: #333;
}
.help-details .header {
	margin: 0 0 0 0;
	padding: 10px 30px;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.help-details .header a:focus,
.help-details .header a:hover {
	text-decoration: none;
}
.help-details .header a .icon-help-back {
	display: inline-block;
	margin: 0 15px 0 0;
	width: 26px;
	height: 20px;
	vertical-align: middle;
	background: url(../images/help/help_btn_back.png) no-repeat;
	background-size: 26px 20px;
}
.help-details .header a.focus .icon-help-back,
.help-details .header a:hover .icon-help-back {
	background: url(../images/help/help_btn_back_click.png) no-repeat;
	background-size: 26px 20px;	
}
.help-details .content {
	position: relative;
	padding: 15px 30px;
	height: 555px;
	overflow: auto;
}
.help-details .content .pdf-controls {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 15px 30px;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,.5);
	box-sizing: border-box;
} */

.pb5 {
    padding-bottom: 5px;
}

.text-underline {
    text-decoration: underline;
}

