* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	font-family: '微软雅黑', sans-serif;
	font-weight: 400;
}

#mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	z-index: 1;
	display: none;
}

h6 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #6c757d;
}

.wrapper {
	align-items: stretch;
	display: flex;
	width: 100%;
}

.sidebar {
	background: rgba(41, 48, 66, 0.9);
	direction: ltr;
	max-width: 260px;
	min-width: 260px;
}

.main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-width: 0;
	width: 100%;
	background: #f8f9fa;
	font-size: 0.85em;
	color: #495057 !important;
}


textarea {
	resize: none;
	font-size: 1em !important;
}

nav ul li {
	font-size: 0.9em;
	border-left: 5px solid transparent;
	color: #fff;
	opacity: 0.4;
}

nav ul li:not(.nav-active):hover {
	opacity: 0.9;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}


.bl-5 {
	border-left: 5px solid #FE3F49;
}


a {
	text-decoration: none !important;
	color:inherit !important;
}

.text-white-9 {
	color: #fff;
	opacity: 0.9;
}

.text-white-7 {
	color: #FAF7F9;
	opacity: 0.7;
}

.text-white-4 {
	color: #FAF7F9;
	opacity: 0.4;
}

.text-white-4:hover {
	opacity: 1;
}

.fs-85 {
	font-size: 0.85em;
}


.fs-90 {
	font-size: 0.9em;
}

.fs-95 {
	font-size: 0.95em;
}

.wh-15 {
	width: 15px;
	height: 15px;
}

.wh-18 {
	width: 18px;
	height: 18px;
}

.navbar-brand {
	-webkit-box-reflect: below -55px 
	-webkit-gradient(linear, center top, center bottom, from(transparent),color-stop(0.4, transparent), to(white))
}

.nav-active {
	opacity: 1;
	background: #f8f9fa;
	color: #343a40;
	box-shadow: -7px 0 5px 1px rgba(0, 0, 0, 1);
	position: relative;
}

.cursor-p {
	cursor: pointer;
}


.active-choose:after {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	width: 0;
	height: 0;
	vertical-align: middle;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #FE3F49;
}


#clickmenu {
	z-index: 2;
}

.click-menu {
	cursor: pointer;
}

#clickmenu li {
	font-size: 0.85em;
	white-space: nowrap;

}

#clickmenu li:hover {
	cursor: pointer;
	background: #eee;
}

.operate-icon-list {
	display: none;
}


li:hover .operate-icon-list {
	display: block;
}


.hover-hide {
	display: block;
}


li:hover .hover-hide {
	display: none;
}


.hover-click li {
	cursor: pointer;
}


.hover-click li:not(.no-active-choose):hover {
	background: #eee;
}


*[contenteditable]:focus {
	padding: 5px 10px;
}


*[contenteditable]:hover {
	cursor: text; /* 改变鼠标形状 */
}

.title:after {
	content: '';
	width: 100%;
	position: absolute;
	top: 50%;
	left: 60px;
	border-bottom: 1px solid #FE3F49;
}


.horizon-line {
	padding-left: 30px;
	position: relative;
    overflow: hidden;
}
.horizon-line span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    display: inline;
    vertical-align: auto;
    position: relative;
    padding: 0 20px;
}
.horizon-line span:before,
.horizon-line span:after {
    content: '';
    display: block;
    width: 2000px;
    position: absolute;
    top: 0.73em;
    border-top: 1px solid #ddd;
}
.horizon-line span:before {
    right: 100%;
}
.horizon-line span:after {
    left: 100%;
}

.plus-icon {
	border: 1px dashed #ddd;
	border-radius: 5px;
	text-align: center;
	color: #ddd;
	padding: 5px;
}

.plus-icon:hover {
	color: #aaa;
	border-color: #aaa;
	cursor: pointer;
}


#messagecontainer {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}


.system-message {
	padding: 5px 10px;
	border-radius: 3px;
	letter-spacing: 1px;
	animation-name: blur-out;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

.system-message.success {
	background: #53875D;
	color: #fff;
}

.system-message.info {
	background: #A6F0E9;
	color: #232E2E;
}

.system-message.warning {
	background: #fff3cd;
	color: #856404;
}

.system-message.error {
	background: #FE3F49;
	color: #fff;
}


@keyframes blur-out {
	0%{
		filter: blur(.01);
	}
	100%{
		letter-spacing: -.5em;
		filter: blur(12px) opacity(0%);
	}
}




.icon-middle {
	margin-top: -2px;
	margin-bottom: 1px;
	vertical-align: middle;
}

.collapse-toggle {
	cursor: pointer;
}

.rotate-180{
	transform-origin:center center;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transition: transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	-ms-transition: -ms-transform 0.2s;
}

.rotate-0{
	transform-origin:center center;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transition: transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	-ms-transition: -ms-transform 0.2s;
}

.guide-line {
	padding-left: 20px;
	position: relative;
}

.guide-line:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	left: 5px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#company-list {
	position: relative;
}

/*#company-list:after {
	content: '授权';
	position: absolute;
	height: 28px;
	width: 40px;
	line-height: 28px;
	text-align: center;
	top: calc(50% - 14px);
	right: -50px;
	letter-spacing: 2px;
	background: #28a745;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.7);
}*/

.input-lable {
	width: 80px;
	margin: 0;
}

.modal-input {
	border-radius: 0;
	width: 370px;
	outline: none;
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 0 5px;
}

.input-help-text {
	margin-left: 80px;
	color: rgba(0,0,0,.5);
}

.modal-input:focus {
	border-bottom: 1px solid #FE3F49;
}

input::-webkit-input-placeholder {
	color: #ccc;
	}
input::-moz-input-placeholder {
	color: #ccc;
}
input::-ms-input-placeholder {
	color: #ccc;
}

.auth-company {
	cursor: pointer;
	position: relative;
}


.auth-company:after {
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-top: 10px transparent dashed;
	border-left: 10px #eee solid;
	border-bottom: 10px transparent dashed;
	border-right: 10px transparent dashed;

}


.auth-company:hover {
	opacity: 1;
}

#authcompanylist {
	min-width: 260px;
	white-space: nowrap;
	top: 0;
	left: 0;
	background: #3c4454;
	color: #fff;
	z-index: 1;
	display: none;
	text-align: left;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 5px 0;
}


#authcompanylist p:hover {
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 1;
	box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

.auth-company:hover #authcompanylist {
	display: block;
	left: 260px;
}

.max-height-400 {
	max-height: 400px;
	overflow: auto;
}


#auth > button {
	opacity: 0.3;
	font-size: 12px;
	padding: 2px;
}

#auth > button:hover {
	opacity: 1;
}

#auth-list {
	display: none;
}

.record-info {
	position: fixed;
	bottom: 0;
	left: calc(50% + 130px); /* 左边sidebar的一半 */
	transform: translate(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.avatar {
	position: absolute;
	top: 50%;
	right: 0;
	width: 35px;
	height: 35px;
	background: #ddd;
	border-radius: 50%;
	transform: translate(0, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.avatar-menu {
	position: absolute;
	top: 5px;
	right: 1rem;
	width: 260px;
	background: #fff;
	z-index: 2;
	border-radius: 5px;
}

.user-profile {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
}

.user-profile > div:nth-child(1) {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.user-profile > div:nth-child(3) {
	color: #FE3F49;
}

.auto-adapt {
	line-height: 22px;
}

ul > li:hover {
	background: #eee;
	cursor: default;
}

ul a {
	cursor: default;
}