@charset "UTF-8";

/* 通用样式 */
.pad-r-100{
	padding-right: 100px;
}
.handle-shape{
	cursor: pointer;
}
.required{
	font-weight: bold;
	color: red;
}

/* 表格文字垂直居中 */
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	vertical-align: middle;
}

/* 提交加载遮罩 */
#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,.2);
	display: none;
}

.mloading-bar {
	width: 300px;
	min-height: 22px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.3);
	border-radius: 7px;
	padding: 20px 15px;
	font-size: 14px;
	color: #000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: -30px;
	word-break: break-all;
	z-index: 999;
	display: none;
}

/* 课程选择核销人排列样式 */
.multi-img-details .multi-item {
	height: 150px;
	max-width: 150px;
	position: relative;
	float: left;
	margin-right: 18px;
}

.multi-img-details .multi-item img {
	max-width: 150px;
	max-height: 150px;
}

.img-thumbnail {
	width: 100px;
	height: 100px;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.img-nickname {
	position: absolute;
	bottom: 0px;
	line-height: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	width: 90px;
	bottom: 55px;
	background: rgba(0,0,0,0.8);
	left: 5px;
}

.dropdown-menu li a{
	padding-top:7px;
}

/* 优惠券可用课程通用样式 */
.select2-choices {
    min-height: 26px;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #e4e4e4;
    cursor: text;
    overflow: hidden;
	border-radius: 3px;

}
.select2-choices li {
    float: left;
    list-style: none;
}
.select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 10px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url("../images/select2.png") right top no-repeat;
}
.select2-search-choice-close {
    left: 3px;
}

/* 开关按钮 */
.switchery {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: relative;
	vertical-align: middle;
	width: 40px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: content-box;
	background-clip: content-box;
	border-color: #dfdfdf;
	-webkit-box-shadow: #dfdfdf 0px 0px 0px 0px inset;
	box-shadow: #dfdfdf 0px 0px 0px 0px inset;
	-webkit-transition: border 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
	transition: border 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
	background-color: #fff;
	margin-top: 6px;
}

.switchery>small {
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	height: 20px;
	position: absolute;
	top: 0;
	width: 20px;
	left: 0px;
	-webkit-transition: background-color 0.4s, left 0.2s;
	transition: background-color 0.4s, left 0.2s;
}

.switchery.checked {
	border-color: #079200;
	box-shadow: #079200 0px 0px 0px 16px inset;
	background-color: #079200;
	-webkit-transition: border 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s, background-color 1.2s;
	transition: border 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s, background-color 1.2s;
}

.switchery.checked>small {
	left: 20px;
	transition: background-color 0.4s, left 0.2s;
}

.switchery-small {
	border-radius: 20px;
	height: 20px;
	width: 33px;
}

.switchery-small>small {
	height: 20px;
	width: 20px;
}

.switchery.switchery-small.checked>small {
	left: 13px;
	transition: background-color 0.4s, left 0.2s;
}

/* 添加习题下拉选项 */
.warehouse-question-menu {
	display: none;
    position: absolute;
    transform-origin: center top;
	z-index: 2015;
	top: 30px;
	left: 100px;
    padding: 0;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.warehouse-question-menu__item {
    text-align: center;
    padding: 8px 5px;
	width: 96px;
    list-style: none;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: 0;
}
.warehouse-question-menu__item:hover {
	color: #2A75ED;
	border-color: #bfd6fa;
	background-color: #eaf1fd;
}

/* 上传习题样式 */
.warehouse-question-upload {
	display: none;
    position: absolute;
    transform-origin: center top;
	z-index: 2015;
	top: 30px;
	left: 212px;
    padding: 0;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.warehouse-question-upload__item {
    text-align: center;
    padding: 8px 5px;
	width: 96px;
    list-style: none;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: 0;
}
.warehouse-question-upload__item:hover {
	color: #2A75ED;
	border-color: #bfd6fa;
	background-color: #eaf1fd;
}


/* 导入按钮样式 */
.btn-import{
	cursor: pointer;
	margin-left: 15px;
	color: #2a75ed;
    border: 1px dashed #2a75ed;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* 导入习题选择样式 */
.content-left{
	width: 350px;
	height: 480px;
	float: left;
	overflow-y: auto;
	padding-right: 20px;
    border-right: 1px solid #eee;
}
.content-left .warehouse-search{
	position: fixed;
    width: 329px;
}
.content-left .warehouse-list{
	margin-top: 40px;
}
.content-left .warehouse-list .is-searching, .content-right .exercises-list .is-searching{
	padding: 50px 0;
    text-align: center;
}
.content-left .warehouse-list .empty, .content-right .exercises-list .empty{
	padding: 150px 0;
    text-align: center;
}
.content-left .warehouse-list .warehouse-list__item{
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    padding: 10px 15px;
	cursor: pointer;
}
.content-left .warehouse-list .warehouse-list__item:hover, .content-left .warehouse-list .curr{
	border-color: #bfd6fa;
	background-color: #eaf1fd;
}
.content-right{
	width: 586px;
	height: 480px;
	float: left;
	padding-left: 20px;
}

/* 查看考试题目样式 */
.show-question{
	max-height: 500px;
    overflow-y: auto;
}
.show-question .form-group{
	border-bottom: 1px #cecece dashed;
}
.show-question .control-label{
	padding-top: 0 ;
}
.show-question img{
	max-width: 500px !important;
}
.show-question .list-option>li>span.optionSelectedStyle {
    width: 18px;
    height: 18px;
    display: inline-block;
    line-height: 15px;
    border: 1px solid #3296fa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #3296fa;
    font-size: 12px;
    margin-right: 5px;
}
.show-question .list-option>li>div {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
    word-break: break-all;
}
.show-question .list-option>li>span.optionSelectedStyle.isCorrectAnswer {
    color: #fff;
    background: #3296fa;
}

.show-question .radio-wrap, .radio-wrap label {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.show-question .exam-radio {
    width: 14px;
    height: 14px;
    border: 1px solid #3296fa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}
.show-question .radio-active {
    border: 1px solid #3296fa;
}
.show-question .radio-active:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #3296fa;
}

/* 关联课程样式 */
.relevance-course-item{
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    width: 320px;
    height: 80px;
    background-color: #f5f7fa;
    padding: 10px;
    margin-bottom: 15px;
	font-size: 0;
}
.relevance-course-item-img{
    width: 80px;
    height: 60px;
    margin-right: 10px;
    vertical-align: top;
}
.relevance-course-item-wrapper{
    display: inline-block;
	font-size: 14px;
}
.relevance-course-item-wrapper-title{
	max-width: 200px;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.relevance-course-item-closeImg{
    width: 16px;
    height: 16px;
    position: absolute;
    right: -8px;
    top: -8px;
    cursor: pointer;
}

/* 弹窗检索商品 */
.modal-select-wrap .modal-dialog {
    width: 925px;
}
.modal-select-wrap .modal-body {
    min-height: 330px;
    padding: 20px;
}
.modal-select-wrap .modal-footer {
    height: 70px;
}
.modal-select-wrap .item-search {
    padding: 15px 30px;
    border-bottom: 1px solid #e7e7eb;
}
.select-form{
    float: left;
    width: 17%;
}
.select-list {
    display: inline-block;
    width:100%;
}
.modal-select-wrap .item-content {
    height: 400px;
    overflow-y: scroll;
}
.modal-select-wrap .item {
    float: left;
    margin: 5px 10px;
    position: relative;
    width: 192px;
    height: 117px;
    border: 2px solid #fff;
}
.modal-select-wrap .item:hover {
    border-color: rgba(66,139,202,.8);
    cursor: pointer;
}
.modal-select-wrap .item .text {
	height: 46px;
    line-height: 20px;
    font-size: 13px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 3px 5px;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    word-break: break-all;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.select-member-table > tbody > tr > td{
	padding: 6px 8px !important;
}

/* 已选择课程样式 */
.select-lesson-wrap,.select-goods-wrap{
	max-width: 1022px;
}
.select-lesson-choices .select-item,.select-goods-wrap .select-item{
    float: left;
    margin: 5px 10px;
    position: relative;
    width: 150px;
    height: 91px;
    border: 2px solid #fff;
	background-color: #eee;
	background-size: cover;
}
.select-goods-wrap .select-item{
	height: 150px;
}
.select-lesson-choices .select-item .remove_lesson,.select-goods-choices .select-item .remove_goods{
	display: block;
    position: absolute;
    background-image: url(../images/remove-lesson.png);
    width: 24px;
    height: 24px;
    background-size: cover;
    right: -10px;
    top: -12px;
}
.select-lesson-choices .select-item .text,.select-goods-choices .select-item .text{
    line-height: 17px;
    font-size: 12px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 2px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}