﻿/* content header links */

body {
	background-color: #ECF0F5;
}

.enter {
	-webkit-animation: 1s fade-in;
	-moz-animation: 1s fade-in;
	-o-animation: 1s fade-in;
	animation: 1s fade-in;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

section.content-header>h2>a {
	color: #0e0e0e;
}

section.content-header>h2>a:hover,
section.content-header>h2>a:active,
section.content-header>h2>a:focus {
	outline: none;
	text-decoration: none;
	color: #0e0e0e;
}


/* vietnamese */

.text-line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.clear {
	clear: both;
}

.empty {
	text-align: center;
	font-size: 1.5em;
	line-height: 3.5em;
}

.line34 {
	height: 34px;
	line-height: 34px;
}

span.line34 {
	padding: 6px 12px;
}

.line54 {
	height: 54px;
	line-height: 54px;
}

.line45 {
	height: 35px;
	line-height: 35px;
}

input.readonly,
textarea.readonly {
	border-color: #fff;
}

.msgtips {
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
	-webkit-animation: animSlideTop 0.3s 0s forwards;
	animation: animSlideTop 0.3s 0s forwards;
}

.msgtips.e {
	background: #ff8080;
}

.msgtips.s {
	background: #00aa88;
}

.msgtips.out {
	-webkit-animation: animOut 0.3s 0s forwards;
	animation: animOut 0.3s 0s forwards;
}

@keyframes animSlideTop {
	0% {
		opacity: 1;
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes animOut {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	100% {
		transform: translate3d(0, -100%, 0);
		opacity: 0;
	}
}

@-webkit-keyframes animSlideTop {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes animOut {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
	}
}

#loader-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #ccc;
	z-index: 9998;
	width: 100%;
	opacity: 0.6;
	display: none;
}

.progress {
	position: fixed;
	width: 20%;
	top: 45%;
	left: 40%;
	z-index: 9999;
	transition-duration: 0s;
	display: none;
}

#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	/*background-color: rgba(222, 222, 222, 0.4);*/
}

#loader p {
	padding-top: 80px;
	margin-left: -4px;
	color: #333333;
	font-weight: bold;
}

.spinner {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	position: relative;
	top: 25%;
}

.container1>div,
.container2>div,
.container3>div {
	width: 14px;
	height: 14px;
	background-color: #605CA8;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.circle1 {
	top: 0;
	left: 0;
}

.circle2 {
	top: 0;
	right: 0;
}

.circle3 {
	right: 0;
	bottom: 0;
}

.circle4 {
	left: 0;
	bottom: 0;
}

.container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {
	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.question {
	color: #605CA8;
}

.header-mark {
	float: right;
}

.header-mark span {}

.header-mark button {
	width: 50px;
	margin-top: -4px;
}

.header-mark a {
	margin-top: -4px;
}

.header-mark .download {
	background-color: #ddd;
	position: absolute;
	right: 8px;
	font-size: 1.5em;
	top: 6px;
}

.btn-xs {
	min-width: 60px;
}

table.center th {
	font-weight: normal;
	background-color: #D7D6EF;
}

table.center th,
table.center td {
	text-align: center;
	/*border-right: none !important;*/
}

table.center th.left,
table.center td.left {
	text-align: left;
}

table.center th.right,
table.center td.right {
	text-align: right;
}

table.center>tbody.msmall>tr>td button,
table.center>tbody.msmall>tr>td a {
	width: 40px;
}

table.center>tbody>tr>td button,
table.center>tbody>tr>td a {
	width: 80px;
}

table.center>tbody>tr>td button.btn-xs,
table.center>tbody>tr>td a.btn-xs {
	width: auto;
	min-width: 0px;
}

td.operate>a {
	margin-right: 10px;
}

td.operate>a:last-child {
	margin-right: 0px;
}

td.operate>div>a {
	margin-right: 10px;
}

td.operate>div>a:last-child {
	margin-right: 0px;
}

table.higher>tbody>tr>td {
	height: 34px;
	line-height: 34px;
}

table.higher>tbody>tr>td>a {
	width: 50px;
}

table.table-striped tbody>tr:nth-child(2n) {
	background-color: #ffffff;
}

table.table-striped tbody>tr:nth-child(2n-1) {
	background-color: #f4f4f4;
}

table.table-hover tbody>tr:hover {
	background-color: #f1f1f1;
}

ul.cell3 {}

ul.cell3 li {
	width: 33.3333%;
}

ul.cell4 {}

ul.cell4 li {
	width: 25%;
}

ul.cell5 {}

ul.cell5 li {
	width: 20%;
}

ul.cell6 {}

ul.cell6 li {
	width: 16.6666667%;
}

@media only screen and (max-width: 1024px) {
	ul.cell5 h3 {
		font-size: 32px;
	}
	ul.cell5 p {
		font-size: 14px;
	}
	ul.cell5 .icon {
		font-size: 80px;
	}
	ul.cell6 h3 {
		font-size: 24px;
	}
	ul.cell6 p {
		font-size: 12px;
	}
	ul.cell6 .icon {
		font-size: 67px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
	ul.cell5 h3 {
		font-size: 35px;
	}
	ul.cell5 p {
		font-size: 14px;
	}
	ul.cell5 .icon {
		font-size: 85px;
	}
	ul.cell6 h3 {
		font-size: 32px;
	}
	ul.cell6 p {
		font-size: 14px;
	}
	ul.cell6 .icon {
		font-size: 78px;
	}
}

ul.cell-block {
	width: 100%;
	padding: 0 20px;
}

ul.cell-block li {
	list-style: none;
	float: left;
	padding: 0 10px;
}

.icheckbox {
	width: 75px;
	font-weight: normal;
}

.icheckbox span,
.icheckall span,
.iradio span {
	cursor: pointer;
	word-break: break-all;
}

.iradio {
	width: 110px;
	font-weight: normal;
}

.icheckbox>div,
.icheckall>div,
.iradio>div {
	position: relative;
}

.icheckbox>div>input,
.icheckall>div>input,
.iradio>div>input {
	position: absolute;
	opacity: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}

.form-group em {
	color: red;
	padding-right: 4px;
	font-style: normal;
}

.report-section-header {
	background-color: #ecf0f5;
}

.switch {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.switch-checkbox {
	display: none;
}

.switch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 20px;
}

.switch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.switch-inner:before,
.switch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.switch-inner:before {
	content: "开";
	padding-left: 10px;
	background-color: #34A7C1;
	color: #FFFFFF;
}

.switch-inner:after {
	content: "关";
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
}

.switch-switch {
	display: block;
	width: 18px;
	margin: 6px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	border: 2px solid #999999;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}

.switch-checkbox:checked+.switch-label .switch-inner {
	margin-left: 0;
}

.switch-checkbox:checked+.switch-label .switch-switch {
	right: 0px;
}

@media only screen and (max-width: 1366px) {
	body {
		min-height: 768px;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
	body {
		min-height: 900px;
	}
}

@media only screen and (min-width: 1601px) {
	body {
		min-height: 900px;
	}
}

.main-sidebar {
	width: 200px;
}

.content-wrapper,
.right-side,
.main-footer {
	margin-left: 200px;
}

@media only screen and (max-width: 640px) {
	.content-wrapper,
	.right-side,
	.main-footer {
		margin-left: 0px;
	}
}

#createApp a {
	padding: 6px 5px;
	color: #fff;
	background-color: #AFAEDF;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	width: 140px;
	margin: 8px 30px;
	line-height: 2em;
}

.icheckbox {
	display: inline-block;
}

.navbar a {
	margin-right: 15px;
	width: 85px;
}

.navbar a.active {
	background-color: #AFAEDF;
	color: #FFFFFF;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.box {
	margin-left: auto;
	margin-right: auto;
}

b.font2 {
	padding: 0 1em;
}

b.font1 {
	padding: 0 0.5em;
}

.right {
	float: right;
}

.left {
	float: left;
}

.star {
	color: #605CA8;
}

.flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-center {
	justify-content: center;
	align-items: center;
	display: flex;
}

.flex-x {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.flex-xw {
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-xc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.flex-y {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex-yw {
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-yc {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.flex-0 {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

.flex-1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-2 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.flex-o-1 {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.flex-o-2 {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.flex-item {
	float: left;
}

.flex-item-2 {
	width: 50%;
}

.flex-item-3 {
	width: 33.33%;
}

.flex-item-4 {
	width: 25%;
}

.flex-item-5 {
	width: 20%;
}

.imageview {
	cursor: pointer;
	vertical-align: top;
}

.preview {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.preview>div {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	opacity: 0.8;
}

.preview>img {
	display: block;
	margin-top: 100px;
	z-index: 10000;
	position: absolute;
	width: 50%;
	top: 0;
	left: 25%;
}

.red {
	color: #ff8080;
}

.btn-icon {
	width: 75px;
	height: 75px;
	text-align: center;
	background-color: #f2f2f2;
	display: inline-block;
	position: relative;
}

.btn-icon>span {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	font-size: 1.2em;
	color: red;
}

.btn-icon>i {
	color: #605CA8;
	font-size: 4em;
	display: block;
	height: 75px;
	line-height: 75px;
}

.btn-icon-edit-image {
	width: 98%;
	height: 100%;
	text-align: center;
	background-color: #f2f2f2;
	display: inline-block;
	position: relative;
}

.btn-icon-edit-image>span {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	font-size: 1.2em;
	color: red;
}

.btn-icon-edit-image>i {
	color: #605CA8;
	font-size: 4em;
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}

.btn-icon-desc {
	display: inline-block;
	margin-left: 20px;
}

.btn-icon-desc p {
	color: #999999;
}

.step {
	width: 750px;
	margin: 0 auto;
}

.step span {
	display: inline-block;
	box-sizing: border-box;
}

.step .pro span:first-child {
	margin-left: -10px;
}

.step .pro span:last-child {
	margin-right: -10px;
}

.step .pro span:nth-child(2n) {
	width: 220px;
	border-top: solid 2px #e5e5e5;
	border-bottom: solid 2px #e5e5e5;
	vertical-align: 8px;
	margin-left: -4px;
	margin-right: -4px;
}

.step .pro span:nth-child(2n-1) {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: solid 2px #e5e5e5;
}

.step .pro span.full {
	background-color: #605CA8;
	border: solid 2px #605CA8;
}

.step .pro span.fullbar {
	border-top-color: #605CA8;
	border-bottom-color: #605CA8;
}

.step .state>div {
	width: 238px;
	display: inline-block;
}

.step .state span {
	color: #e5e5e5;
}

.step .state span.active {
	color: #333333;
}

.step .state span.state1 {
	margin-left: -2.5em;
}

.step .state span.state2 {
	margin-left: -3em;
}

.step .state span.state3 {
	margin-left: -2em;
}

.step .state span.state4 {
	float: right;
	margin-right: -2em;
}

.btn-center {
	text-align: center;
}

.btn-center a {
	width: 150px;
	margin-right: 30px;
}

.btn-center a:last-child {
	margin-right: 0px;
}

.pre {
	height: 150px;
	padding: 0;
	overflow: hidden;
}

.pre>textarea {
	width: 100%;
	height: 148px;
	border: none;
	margin: 0px;
	background-color: #f5f5f5;
	resize: none;
}

pre.readonly {
	border: none;
}

.nav-tabs>li.active>a {
	cursor: default !important;
}


/* 顶部添加一级菜单菜单 */

nav.navbar {
	height: 50px;
}

nav.navbar>div.first-nav {
	display: inline-block;
}

nav.navbar>div.first-nav>a {
	height: 50px;
	line-height: 50px;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-right: 0px;
	cursor: pointer;
	float: left;
}

nav.navbar>div.first-nav>a:hover {
	background-color: #AFAEDF;
}

nav.navbar>div.first-nav>a.active {
	background-color: #AFAEDF;
}


/* 应用推荐，表格标题 */

caption {
	padding-left: 15px;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
}


/* 分页组件，页码元素固定宽度 */

.pagination>li>a {
	min-width: 45px;
	text-align: center;
}


/* 必填项 */

em:before {
	content: "*";
	color: red;
	font-style: normal;
	padding: 0 2px;
}


/* 去掉type=number右边的小箭头 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type="number"] {
	-moz-appearance: textfield;
}


/* report模块样式 */

.dates>a {
	width: 85px;
}

.types a {
	margin-left: 5px;
}

.report {
	padding: 10px;
	box-shadow: 0 0 10px 2px #ddd;
	height: 100%;
	width: 100%;
}

.report-hide {
	/*visibility: hidden;*/
	display: none;
}

.report-title {}

.report-title>label {
	font-size: 1.2em;
	height: 34px;
	line-height: 34px;
	margin-bottom: 0;
}

.report-title>span {
	font-size: 1.2em;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	float: right;
	padding: 0 10px;
	background-color: #CCCCCC;
	border-radius: 4px;
	color: #FFFFFF;
}

.report-data {}

.report-data>span {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

.report-data>label {
	display: block;
	text-align: center;
	font-weight: normal;
}

.report-chart {
	width: 100%;
	height: 300px;
}

.file {
	position: relative;
}

.file>a {
	float: left;
	left: 0;
	top: 0;
	z-index: 1;
}

.file>input {
	width: 82px;
	height: 34px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.file>span {
	position: absolute;
	left: 92px;
	top: 0;
	height: 34px;
	line-height: 34px;
}

.visibility {
	visibility: hidden;
}

.icheckbox {
	width: 75px;
	font-weight: normal;
	display: inline-block;
}

.icheckbox span, .icheckall span, .iradio span {
	cursor: pointer;
	padding-left: 8px;
}

.iradio {
	width: 110px;
	font-weight: normal;
}

.icheckbox>div, .icheckall>div, .iradio>div {
	position: relative;
}

.icheckbox>div>input, .icheckall>div>input, .iradio>div>input {
	position: absolute;
	opacity: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}