@CHARSET "UTF-8";

body {
/* 	-webkit-touch-callout: none; */
/* 	-webkit-user-select: none; */
/* 	-khtml-user-select: none; */
/* 	-moz-user-select: none; */
/* 	-ms-user-select: none; */
/* 	user-select: none; */
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

ul li {
	list-style-type: none;
}

dl {
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

a {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #039;
	text-decoration: none;
}

button, input[type='button'] {
	cursor: pointer;
}

/* --top start-- */
.top {
	width: 100%;
	min-width: 1280px;
	/*max-width: 1920px;*/
	height: 70px;
	background: #0E2034;
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	cursor: default;
	position: fixed;
	z-index: 2;
}

.top-left {
	width: 100%;
	max-width: 300px;
	min-width: 260px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-right {
	width: 586px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.endUser .top-right {
	width: 200px;
}

.endUser .top-title {
	cursor: pointer;
}

.top-title {
	width: 186px;
	height: 70px;
	/*font-size: 26px;*/
	font-size: 24px;
	color: #FFFFFF;
	line-height: 70px;
	margin-left: 30px;
	/*float: left;*/
	/* background: url(../images/logo.png) no-repeat center center; */
	background-size: 186px auto;
}

.top-nav {
	float: right;
	width: 100%;
	display: flex;
	justify-content: space-between;
	/*font-size: 20px;*/
	font-size: 18px;
	color: #B5BCCB;
	line-height: 70px;
}

.top-marquee{
	padding-right:20px;
	display: flex;
	width: 100%;
	font-size: 20px !important;
	color: #FF0000 !important;
}

.show-menu{
  display: none;
}

.top-nav>div {
	cursor: pointer;
	position: relative;
	font-size: 14px;
	margin-right: 50px;
}

.top-nav>div:last-child {
	margin-right: 0;
}

.top-nav .checked {
	color: #FFFFFF;
}

.top-nav .checked:before {
	content: "";
	width: calc(100% - 20px);
	height: 4px;
	position: absolute;
	background: #ffffff;
	top: 58px;
	left: 10px;
}

.top-nav>div:hover {
	color: #FFFFFF;
}

.top-nav>div:hover:before {
	content: "";
	width: calc(100% - 20px);
	height: 4px;
	position: absolute;
	background: #ffffff;
	top: 58px;
	left: 10px;
}

.top-nav .dimmed:hover {
	color: #B5BCCB !important;
}

.top-nav .dimmed:hover:before {
	width: 0;
	height: 0;
}

.top-new {
	/*width: 104px;*/
	padding: 0 20px;
	height: 38px;
	background: #2643F7;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
	border-radius: 3px;
	/*font-size: 16px;*/
	font-size: 14px;
	color: #FFFFFF;
	line-height: 38px;
	text-align: center;
	margin-left: 14px;
	cursor: pointer;
}

.top-user {
	width: 144px;
	height: 70px;
	text-align:center;
	/*padding-left: 54px;*/
	/*font-size: 16px;*/
	font-size: 14px;
	color: #FFFFFF;
	line-height: 70px;
	margin-left: 30px;
	position: relative;
	cursor: pointer;
	border-left: 1px solid #2D4560;
}

.top-user.new-message:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #ff0000;
	position: absolute;
	border-radius: 50%;
	top: 10px;
	left: 40px;
}

.top-user-name {
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top-user .top-user-img {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background: url(../images/default.jpg) no-repeat center center;
	background-size: 38px 38px;
	/* border: 1px solid #2643F7; */
	border-radius: 50%;
	top: 15px;
	left: 0;
}

.top-user-list {
	display: none;
	position: absolute;
	width: 100%;
	height: 140px;
	top: 69px;
	left: 0;
	z-index: 999;
	text-align: center;
	line-height: 70px;
}

.top-user:hover .top-user-list {
	display: block;
}

.top-user-list-item {
	width: 100%;
	height: 70px;
	background: #0E2034;
	color: #B5BCCB;
}

.top-user-list-item:hover {
	background: #2d4560;
	color: #FFFFFF;
	cursor: pointer;
}

.top-out {
	width: 126px;
	height: 26px;
	padding-left: 46px;
	/*font-size: 16px;*/
	font-size: 14px;
	color: #FFFFFF;
	line-height: 26px;
	position: relative;
	margin: 22px 0;
	border-left: 1px solid #2D4560;
	cursor: pointer;
}

.top-out:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 17px;
	/*font-size: 17px;*/
	font-size: 15px;
	/*background: #FFFFFF;*/
	/*background-size: 16px 17px;*/
	left: 20px;
	top: 0;
}

.top-btn {
	float: right;
	/*font-size: 14px;*/
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	width: 60px;
	height: 30px;
	margin: auto 40px auto 30px;
	display: flex;
	justify-content: flex-start;
}

.top-btn>div {
	width: 30px;
	height: 30px;
	background: #071321;
	/*border-radius: 3px 0 0 3px;*/
	cursor: pointer;
}

.top-btn>div:first-child {
	border-radius: 3px 0 0 3px;
}

.top-btn>div:last-child {
	border-radius: 0 3px 3px 0;
}

.top-btn .checked {
	background: #2D4560;
	/*border-radius: 3px 0 0 3px;*/
}

.index-right-title {
	position: absolute;
	float: left;
	left: 0;
	bottom: 13px;
	padding-left: 25px;
	font-size: 16px;
}

.index-right-title:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 28px;
	background: #b9daff;
	top: -4px;
	left: 0;
}
/* --top end-- */

/* --module-menu start-- */
.module-menu {
	width: 260px;
	height: calc(100vh - 90px);
	/* min-height: 730px; */
	/* background: #EFF1F8; */
	background: #fff;
	padding: 0px;
	cursor: default;
	overflow-y: auto;
}

.module-menu ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

/* .module-menu .navbar__sub-list ul {
    background: #f5f5f5;
} */
.module-menu .navbar__sub-list li {
	background: #f5f5f5;
}

.module-menu .navbar__sub-list li a {
	border-color: #ebebeb;
	font-size: 16px;
	color: #555;
	display: block;
	/* padding: 18px 35px;
    border-bottom: 1px solid #f2f2f2; */
}

.module-menu li {
	display: list-item;
	text-align: -webkit-match-parent;
	position: relative;
	cursor: pointer;
}

.module-menu li.active>a {
	color: #4272d7;
}

.module-menu li a {
	font-size: 16px;
	color: #555;
	display: block;
	padding: 18px 35px;
	border-bottom: 1px solid #f2f2f2;
}

.module-menu li a:hover {
	color: #4272d7 !important;
}

.module-menu.management {
	display: none;
}

.module-menu .navbar__list li a>i {
	margin-right: 20px;
}

.module-menu .navbar__list li .arrow {
	position: absolute;
	right: 15px;
	top: 0;
	text-align: center;
	vertical-align: middle;
	height: 63px;
	width: 63px;
	line-height: 63px;
	/* -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; */
}

.module-menu .navbar__list li .arrow.up {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/* --module-menu end--*/
.module-panel {
	width: 100%;
	/* min-width: 980px; */
	/*max-width: 1620px;*/
	height: calc(100vh - 1px);
	/* min-height: 730px;*/
	padding: 20px;
	background: #F7F7F9;
}

.module-panel>div {
	width: 100%;
	height: auto;
	min-height: 100%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
	border-radius: 3px;
	padding: 30px;
	background: #FFFFFF;
}

.module-panel .index-right-header {
	width: 100%;
	height: 30px;
	border-bottom: 2px solid #E6E9F1;
	display: flex;
	justify-content: flex-end;
	cursor: default;
	position: relative;
}

/* --index start--*/
.index {
	width: 100%;
	min-width: 1280px;
	/*max-width: 1920px;*/
	/*height: 100vh;*/
	min-height: 800px;
}

.index-content {
	/*height: calc(100vh - 70px);*/
	min-height: 730px;
	/*max-height: 1010px;*/
	display: flex;
	padding-top: 70px;
}

.index-content.management {
	/*height: calc(100vh - 130px);*/
	min-height: 670px;
}

.index-left {
	flex: 0 0 260px;
	padding-bottom: 30px;
}

.index-right {
	overflow-y: auto;
}
/* --index end--*/

/* -foot start- */
.footer {
	width: 100%;
	min-width: 1280px;
	height: 70px;
	background: #21436e;
	padding-top: 0px;
}

.footer-box {
	height: 10px;
	display: flex;
	justify-content: center;
}

.footer-box>div:nth-child(1) {
	width: 230px;
}

.footer-box>div:nth-child(2) {
	width: 190px;
}

.footer-box-item {
	color: #c0d3ff;
}

.footer-box-item-header {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}

.footer-box-item-list {
	font-size: 12px;
	line-height: 24px;
}

.footer-box-item-list>div {
	cursor: pointer;
}

.footer-box>div:nth-child(3) .footer-box-item-list>div {
	cursor: default;
}

.footer-Copyright {
	text-align: center;
	font-size: 12px;
	color: #c0d3ff;
}
.footer-main_ft {
	position: fixed;
	bottom: 0;
	font-size: 9pt;
	font-family: 'Arial';
	font-weight: 400;
	color: #ffffff;
	background-color: #191970;
	text-align: right;
	height: 25px;
	width: 100%;
}
/* -foot end- */
button {
	border: none;
	background: none;
}

.card {
	border: 0px;
}

/* --checkbox start-- */
.au-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.au-checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.au-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #fff;
	border: 2px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.au-checkbox input:checked ~ .au-checkmark {
	background-color: transparent;
}

.au-checkbox input:checked ~ .au-checkmark:after {
	display: block;
}

.au-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.au-checkbox .au-checkmark:after {
	left: 5px;
	top: -1px;
	width: 9px;
	height: 15px;
	border: solid #00ad5f;
	border-width: 0 4px 4px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* --checkbox end-- */
.search-panel {
	width: 100%;
	background: #FFFFFF;
/* 	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20); */
	display: block;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	cursor: default;
	position: relative;
	margin-bottom: 15px;
	padding: 10px;
}

.search-panel .col-1 {
	min-width: 120px;
	padding-right: 0px;
}

.search-panel .col-2 {
	min-width: 140px;
	padding-left: 0px;
	padding-right: 0px;
}
.search-panel .col-3 {
	min-width: 190px;
	padding-left: 0px;
	padding-right: 0px;
}

.search-panel .col-5 {
	min-width: 300px;
	padding-left: 0px;
	padding-right: 0px;
}
.search-panel .col-8 {
    min-width: 600px;
    padding-left: 0px;
    padding-right: 0px;
}
.tools-panel {
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	cursor: default;
	position: relative;
	margin-bottom: 15px;
}

.tools-panel-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
}

.tools-panel-left>input {
	margin-right: 15px;
}

.tools-panel-right {
	flex: 0 1 601px;
	padding-right: 40px;
	display: flex;
	justify-content: flex-end;
	max-width: 1309px;
}

.form-panel {
	width: 100%;
}

.form-panel .col-1 {
	min-width: 140px;
}

.form-group .col-1-2 {
	min-width: 140px;
	padding-left: 10px;
	padding-right: 0px;
    -ms-flex: 0 0 9.999999%;
    flex: 0 0 9.999999%;
    max-width: 9.999999%;
}

.form-group .col-1-4 {
	min-width: 140px;
	padding-left: 10px;
	padding-right: 0px;
    -ms-flex: 0 0 11.666666%;
    flex: 0 0 11.666666%;
    max-width: 11.666666%;
}

.table-panel {
	width: 100%;
	overflow-y: auto;
}

.table-tools-panel {
	width: 100%;
	margin-bottom: 15px;
}

.of-y {
	overflow-y: auto;
}

.au-input {
	height: 43px;
	line-height: 43px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #666;
	padding: 0 17px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.au-btn--submit:hover {
	background: #3868cd;
}

.au-btn--submit {
	position: relative;
	right: 0;
	min-width: 65px;
	line-height: 43px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #4272d7;
	margin-left: -3px;
}

.au-btn--submit>i {
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.au-task {
	font-size: 16px;
	color: #808080;
	font-weight: 400;
}

.au-task-title {
	padding: 27px 15px;
	padding-left: 40px;
	padding-bottom: 22px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
}

.au-task-item-danger .au-task-item-inner {
	border-left: 3px solid #fa4251;
}

.au-task-item-success .au-task-item-inner {
	border-left: 3px solid #00ad5f;
}

.au-task-item {
	border-bottom: 1px solid #f2f2f2;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.au-task-item-inner {
	padding: 8px;
	padding-left: 20px;
}

.au-task-item-inner .time {
	font-size: 14px;
	color: #555;
	text-transform: uppercase;
	font-weight: 600;
}

.au-task-item-inner .title {
	color: #333;
}

.title-3 i {
	margin-right: 13px;
	vertical-align: baseline;
}

.title-3 {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	background-color: #f2f3f2;
	padding: 5px 0px 5px 5px;
}

.nav-tabs .badge {
	margin-left: 5px;
}

.table {
	font-size: 14px;
}

.table-data-feature {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.table-data-feature .item i {
	font-size: 20px;
	color: #808080;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.table-row-odd {
	background-color: #fff;
}

.table-row-even {
	background-color: #f2f2f2;
}

/* table-data2 start */
.table-data2 {
	/* border-collapse: collapse; */
	overflow: visible;
}

.table-data2.table thead th {
	font-size: 12px;
	color: #555;
	text-transform: uppercase;
	border: none;
	font-weight: 600;
	vertical-align: top;
	padding: 15px 40px;
	padding-right: 10px;
	text-align: center;
}

.table-data2.table thead th:first-child {
	padding-right: 0;
}

.table-data2.table tbody {
	background: #fff;
}

.table-data2.table tbody tr td:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	vertical-align: top;
}

.table-data2.table tbody td {
	font-size: 14px;
	color: #808080;
	vertical-align: middle;
	padding: 25px 40px;
	padding-right: 10px;
	border: none;
}

.table-data2.table tbody tr td:first-child .au-checkbox {
	margin-top: 5px;
}

.tr-shadow {
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

.table-data-feature .item {
	display: block;
	height: 30px;
	width: 30px;
	position: relative;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #e5e5e5;
	margin-right: 5px;
}
/* table-data2 end */

/*Padding, margin*/
.p-b-0 {
	padding-bottom: 0px;
}

.p-t-0 {
	padding-top: 0px;
}

.p-r-0 {
	padding-right: 0px;
}

.p-l-0 {
	padding-left: 0px;
}

.m-b-0 {
	margin-bottom: 0px;
}

.m-t-0 {
	margin-top: 0px;
}

.m-r-0 {
	margin-right: 0px;
}

.m-l-0 {
	margin-left: 0px;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-t-5 {
	padding-top: 5px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-l-5 {
	padding-left: 5px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-t-5 {
	margin-top: 5px;
}

.m-r-5 {
	margin-right: 5px;
}

.m-l-5 {
	margin-left: 5px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-l-10 {
	padding-left: 10px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-l-10 {
	margin-left: 10px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-l-15 {
	padding-left: 15px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-r-15 {
	margin-right: 15px;
}

.m-l-15 {
	margin-left: 15px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-l-20 {
	padding-left: 20px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-l-20 {
	margin-left: 20px;
}

.p-b-25 {
	padding-bottom: 25px;
}

.p-t-25 {
	padding-top: 25px;
}

.p-r-25 {
	padding-right: 25px;
}

.p-l-25 {
	padding-left: 25px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-r-25 {
	margin-right: 25px;
}

.m-l-25 {
	margin-left: 25px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-r-30 {
	padding-right: 30px;
}

.p-l-30 {
	padding-left: 30px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-r-30 {
	margin-right: 30px;
}

.m-l-30 {
	margin-left: 30px;
}

.t-a-c {
	text-align: center;
}

.t-a-l {
	text-align: left;
}

.t-a-r {
	text-align: right;
}

.wh-50 {
	width: 50px;
}

.wh-55 {
	width: 55px;
}

.wh-60 {
	width: 60px;
}

.wh-65 {
	width: 65px;
}

.wh-70 {
	width: 70px;
}

.wh-75 {
	width: 75px;
}

.wh-80 {
	width: 80px;
}

.wh-85 {
	width: 85px;
}

.wh-90 {
	width: 90px;
}

.wh-95 {
	width: 95px;
}

.wh-100 {
	width: 100px;
}

.wh-105 {
	width: 105px;
}

.wh-110 {
	width: 110px;
}

.wh-115 {
	width: 115px;
}

.wh-120 {
	width: 120px;
}

.wh-125 {
	width: 125px;
}

.wh-130 {
	width: 130px;
}

.wh-135 {
	width: 135px;
}

.wh-140 {
	width: 140px;
}

.wh-145 {
	width: 145px;
}

.wh-150 {
	width: 150px;
}

.wh-155 {
	width: 155px;
}

.wh-160 {
	width: 160px;
}

.wh-165 {
	width: 165px;
}

.wh-170 {
	width: 170px;
}

.wh-175 {
	width: 175px;
}

.wh-180 {
	width: 180px;
}

.wh-185 {
	width: 185px;
}

.wh-190 {
	width: 160px;
}

.wh-195 {
	width: 195px;
}

.inline-flex {
	display: inline-flex;
}

.compare_btn {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 4px;
	color: white;
	font-size: 15px;
	background-color: rgb(0, 123, 255);
	border-radius: 5px;
}

.compare_btn .left {
	float: left;
}

.compare_btn .right {
	float: left;
	height: 100%;
	width: auto;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: flex-end;
}

.compare_btn .right .text {
	
}

.compare_btn:hover {
	background-color: rgb(0, 98, 204);
	cursor: pointer;
}

.time-line {
	max-width: 1024px;
	width: 100%;
	margin: 0 5px;
}

.timeline-item {
	padding: 2em 2em 1em;
	position: relative;
	color: rgba(0, 0, 0, 0.7);
	border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.timeline-item p {
	font-size: 1rem;
}

.timeline-item::before {
	content: attr(date-is);
	position: absolute;
	left: 2em;
	font-weight: bold;
	top: 1em;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: .785rem;
}

.timeline-item::after {
	width: 10px;
	height: 10px;
	display: block;
	top: 1em;
	position: absolute;
	left: -7px;
	border-radius: 10px;
	content: '';
	border: 2px solid rgba(0, 0, 0, 0.3);
	background: white;
}

.timeline-item:last-child {
	-o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%,
		transparent) 1 100%;
	border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 60%,
		transparent) 1 100%;
	border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%,
		transparent) 1 100%;
}

.t-r {
	color: red;
}

.badge-gu-back:hover {
	background-color: #CFD3BA;
	cursor: pointer;
}

/* 	select 样式 20220901 guyating*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .15rem .8rem;
}
.bootstrap-select>.dropdown-toggle{
    width: 100%;
	border:1px solid #ced4da;
	color: #495057;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: .3rem;
    background-color: #fff;
}
.bootstrap-select .dropdown-menu{
	border-radius: .3rem;
	border:1px solid #545b62;
	color: #495057;
	width: 100%;
    font-size: 1rem;
    line-height: 1;
}
.bootstrap-select .dropdown-menu li{
	font-weight: normal;
    white-space: nowrap;
    min-height: 1.2em;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    background-color: #545b62;
}
.dropdown-menu .form-control{
	height: calc(1.2em + .35rem + 2px);
    padding: .375rem .35rem;
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 4px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
	outline: 2px auto -webkit-focus-ring-color!important;
    outline-offset: -1px;
    color: #495057;
    background-color: #fff;
	border-color: #80bdff !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active{
	color: #495057;
}

textarea{
    overflow: auto;
    resize: both !important;
}
.badge-light-gray{
	background-color:#D8DBE3;
	margin-bottom: 3px;
}
.badge-light-gray button {
    border-radius: 0;
    color: #212529 !important;
    font-weight: 700;
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color:rgb(233, 236, 239) !important;
    border-color: #ced4da;
}
.btn.disabled, .btn:disabled {
    opacity: 1;
}
.custom-select:disabled {
    color: #212529;
    background-color:rgb(233, 236, 239) !important;
    opacity: 1;
    border-color: #ced4da;
}

.radio-box{
	display: block;
}

.checkbox-box{
	display: block;
}
.authorLable{
	text-align: right;
	line-height:2.5;
}
.uploadDivDeatil{
	margin-top:8px;
	padding-left: 10px;
    border: solid #dee2e6;
    border-radius: 8px;
    border-width: 1px 1px 1px 1px; 
}
.uploadDivDeatil .modal-footer{
	border-top:0px; 
}
@media (min-width: 576px){
	.modal-sm {
    	max-width: 350px;
    }
    /**
    .modal-sm {
    	max-width: 480px;
    }
    */
}
.fa, .fas {
    width: 10px;
    font-weight: 900;
}
.to_div_del{

    width: 20px;
    height: 30px;
    margin-top: 0px;
    margin-right: 0px;
    float: right;
    font-size: large;
}