li {
    list-style-type:none;
}
.select2 {
    width: 100% !important;
}

.textarea {
    width: 100%;
    height: 200px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
    padding: 10px;
}

.bootstrap-switch-primary {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
}

/*文件上传按钮*/
.input-group-btn input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

/*ckeditor消息通知*/
.cke_notifications_area {
    pointer-events: none
}

.cke_notification {
    pointer-events: auto;
    position: relative;
    margin: 10px;
    width: 300px;
    color: white;
    border-radius: 3px;
    text-align: center;
    opacity: .95;
    filter: alpha(opacity=95);
    box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3);
    -webkit-animation: fadeIn .7s;
    animation: fadeIn .7s
}

.cke_notification_message a {
    color: #12306f
}

@-webkit-keyframes fadeIn {
    from {
        opacity: .4
    }
    to {
        opacity: .95
    }
}

@keyframes fadeIn {
    from {
        opacity: .4
    }
    to {
        opacity: .95
    }
}

.cke_notification_success {
    background: #72b572;
    border: 1px solid #63a563
}

.cke_notification_warning {
    background: #c83939;
    border: 1px solid #902b2b
}

.cke_notification_info {
    background: #2e9ad0;
    border: 1px solid #0f74a8
}

.cke_notification_info span.cke_notification_progress {
    background-color: #0f74a8;
    display: block;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1
}

.cke_notification_message {
    position: relative;
    margin: 4px 23px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    z-index: 4;
    text-overflow: ellipsis;
    overflow: hidden
}

.cke_notification_close {
    background-image: url(../plugins/ckeditor/skins/bootstrapck/images/notification-close.png);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    cursor: pointer;
    text-align: center;
    height: 20px;
    width: 20px;
    top: 1px;
    right: 1px;
    padding: 0;
    margin: 0;
    z-index: 5;
    opacity: .6;
    filter: alpha(opacity=60)
}

.cke_notification_close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.cke_notification_close span {
    display: none
}

.cke_notification_warning a.cke_notification_close {
    opacity: .8;
    filter: alpha(opacity=80)
}

.cke_notification_warning a.cke_notification_close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

/*datatable文字居中*/
.column-center {
    text-align: center;
}
.column-right {
	text-align: right;
}

.popup{
    z-index:999;
    display: none;
    width:auto;
    height: 100px;
    padding: 40px 20px;
    opacity:1;
    filter:alpha(opacity=100);
    border-radius:5px;
    background-color:white;
    left:50%;
    top:50%;
    position:fixed;
    transform:translateX(-50%) translateY(-50%);
}
.popbg{
    z-index:998;
    display: none;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0, 0, 0, 0.85);
    position:fixed;
}
.table > tr{
    border-bottom:1px solid #ecf0f5;
}
.table > tr > td{
    padding:8px;
    line-height:2;
    vertical-align:top;
}
.cate-btn{
    margin:5px 5px;
}
.form-group > label{
    line-height:1.25;
    margin-bottom:0;
}
.checkbox input[type="checkbox"]{
    margin-left:0;
}
.loading {
    z-index:999;
    display:none;
    width:48px;
    height:48px;
    left:50%;
    top:50%;
    position:fixed;
}
.table > thead > tr > td.muted,
.table > tbody > tr > td.muted,
.table > tfoot > tr > td.muted,
.table > thead > tr > th.muted,
.table > tbody > tr > th.muted,
.table > tfoot > tr > th.muted,
.table > thead > tr.muted > td,
.table > tbody > tr.muted > td,
.table > tfoot > tr.muted > td,
.table > thead > tr.muted > th,
.table > tbody > tr.muted > th,
.table > tfoot > tr.muted > th {
  background-color: #ddd;
}
.table-hover > tbody > tr > td.muted:hover,
.table-hover > tbody > tr > th.muted:hover,
.table-hover > tbody > tr.muted:hover > td,
.table-hover > tbody > tr:hover > .muted,
.table-hover > tbody > tr.muted:hover > th {
  background-color: #ccc;
}

.light-tr {
	background-color: #f7f7f7;
}
.light-tr th{
	font-weight: 500;
}

/* 抖动 */
.shake {
	animation: shake 3s infinite;
}
@keyframes shake {
	0% {
	transform: rotate(0deg);
	}
	5% {
	transform: rotate(20deg);
	}
	10% {
	transform: rotate(-20deg);
	}
	15% {
	transform: rotate(20deg);
	}
	20% {
	transform: rotate(0deg)
	}
	100% {
	transform: rotate(0deg);
	}
}
.shake:hover {
	animation-play-state: paused;
}
.red-point {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: red;
	position: absolute;
	top: -4px;
	right: -2px;
	color: #fff;
	font-style: normal;
	font-size: 7px;
	line-height: 16px;
	text-align: center;
	font-weight: 600;
	font-family: Arial;
}
.notifi-menu {
	background-color: #fff;
	box-shadow: 2px 2px 5px #888888;
}
.notifi-list {
	min-width: 200px;
	padding: 15px;
}
.notifi-list a {
	white-space: nowrap;
	color: #333;
}
.notifi-list a span {
	float: right;
}
.notifi-divider {
	height:1px;
	border:none;
	border-top:1px solid #ddd;
}
.table-nowrap tbody tr td{
	white-space: nowrap;
}
.detail-title {
	display:flex;
	justify-content:
	space-between;
	border:1px solid #e5e5e5;
	margin:5px 0;
	padding:0 10px;
	background-color: #f5f5f5;
}
.info-code{
	padding-left: 0;
	margin: 0;
}
.info-code li{
	line-height: 2em;
	display: inline-block;
	margin-right: 2em;
}
.info-code li a{
	position: relative;
	display: block;
	transition: all 0.36s;
}
.info-code li a img{
	height: 550px;
	position: absolute;
	width: auto;
	bottom: 100%;
	left: 0;
	display: none;
	transition: all 0.36s;
}
.info-code li a:hover img{
	display: block;
	left: 0;
}
.info-tbody tr td{
	vertical-align: middle !important;
}

.info-code li:hover{
	cursor: pointer;
	color: #72afd2;
}
#img-preview img{
	width: 100%;
}