@charset "UTF-8";

@import "common.css";
@import "community.css";

.notifications .alert a {
	color: #f8f8f8;
	font-weight: 700;
	margin-left: 5px;
}

.slimScrollBar {
	background: #784a3d !important;
}

/* btn */
.btn {
	transition: background-color 0.2s;
}
.btn-transparent.active {
	color: white;
	background: rgba(51, 51, 51, 0.55);
	color: #ffffff;
	background-color: #e5603b;
	border-color: rgba(0, 0, 0, 0.15);
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

/* 멀티 셀렉트 할때 번지는 값 픽스 */
.btn-block + .btn-block {
	margin-top: 0px !important;
}

/* 멀티 셀렉트 */
.search-input {
	width: 100%;
}
.select2-search__field::-webkit-input-placeholder,
.select2-search__field::placeholder {
	color: #999 !important;
	padding-left: 6px;
}

/* 데이터그리드 왼쪽 상단 로우 개수 선택하는 옵션 배경값 변경 */
select option {
	background: #3b3d40 !important;
}

/*! Light */
#light {
	background-color: #000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	overflow: hidden;
	padding: 0 0 4px;
	width: 40px;
	margin-left: 30px;
	transform: rotate(270deg);
}

#light span {
	border-radius: 50px;
	display: block;
	height: 30px;
	margin: 4px auto 0;
	opacity: 0.5;
	width: 30px;
}

/*! Light colours */
#red {
	background-color: red;
}

#orange {
	background-color: orange;
}

#green {
	background-color: green;
}

/*! Active states */
#light span.active {
	opacity: 1;
}

#light #red.active {
	box-shadow: 0 0 10px red;
}

#light #orange.active {
	box-shadow: 0 0 10px orange;
}

#light #green.active {
	box-shadow: 0 0 10px green;
}

/* Dashboard 시작 */
.c3-tooltip {
	color: black !important;
}

.c3-chart-arc path {
	stroke-width: 0.4px;
}
/* Dashboard 종료 */

/* Analysis 분석 시작 */
@media (max-width: 1200px) {
	#quality-img {
		display: none;
	}
}

.card-widget {
	border: 0;
	position: relative;
}

.card {
	margin-bottom: 1rem;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border-radius: 0.25rem;
}

.widget-user .widget-user-image > img {
	height: auto;
	width: 200px;
}

.widget-user .widget-user-image {
	left: 50%;
	margin-left: -100px;
	position: absolute;
	top: 300px;
}

.widget-user .widget-user-header {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	height: 135px;
	padding: 1rem;
	text-align: center;
}

.img-circle {
	border-radius: 50%;
}

img {
	vertical-align: middle;
	border-style: none;
}

/* fade in - out box 처리 */
.fade-in-box {
	animation: fadein 1s;
	-moz-animation: fadein 1s; /* Firefox */
	-webkit-animation: fadein 1s; /* Safari and Chrome */
	-o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	/* Firefox */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	/* Safari and Chrome */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	/* Opera */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fade-out-box {
	animation: fadeout 3s;
	-moz-animation: fadeout 3s; /* Firefox */
	-webkit-animation: fadeout 3s; /* Safari and Chrome */
	-o-animation: fadeout 3s; /* Opera */
	animation-fill-mode: forwards;
}

@keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-moz-keyframes fadeout {
	/* Firefox */
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-webkit-keyframes fadeout {
	/* Safari and Chrome */
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-o-keyframes fadeout {
	/* Opera */
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/* 유니타이핑 */
#blinker {
	-webkit-animation: blink 1.2s step-end infinite;
	-moz-animation: blink 1.2s step-end infinite;
	animation: blink 1.2s step-end infinite;
}
@keyframes blink {
	from,
	to {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@-webkit-keyframes blink {
	from,
	to {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	from,
	to {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

.darkBack {
	background: rgba(51, 51, 51, 0.425) !important;
	border: 1px solid rgba(51, 51, 51, 0.425) !important;
}
.searchDarkBack {
	background: url(../../reference/lightblue4/docs/img/search-white.png) 5px 5px no-repeat rgba(51, 51, 51, 0.4) !important;
	border: 1px solid rgba(51, 51, 51, 0.425) !important;
}

/*데이터피커 css 처리*/
.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_calendar th:first-child {
	color: #ef7979 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th:last-child {
	color: #a0a0ff !important;
}

.xdsoft_day_of_week0 {
	color: #ef7979 !important;
}

.xdsoft_day_of_week6 {
	color: #a0a0ff !important;
}

.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	max-width: 600px;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}

.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dd-list .dd-list {
	padding-left: 30px;
}

.dd-collapsed .dd-list {
	display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
}

.dd-handle {
	display: block;
	margin: 5px 0;
	padding: 5px 10px;
	color: #f8f8f8;
	text-decoration: none;
	background: rgba(51, 51, 51, 0.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dd-item > button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 5px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #f8f8f8;
}

.dd-item > button:before {
	content: "+";
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
	content: "-";
}

.dd-placeholder,
.dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: rgba(51, 51, 51, 0.2);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dd-empty {
	min-height: 100px;
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}

.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
	margin-top: 0;
}

.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.dd-hover > .dd-handle {
	background: #2ea8e5 !important;
}

.nestable-lists {
	display: block;
	clear: both;
	padding: 30px 0;
	width: 100%;
	border: 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

@media only screen and (min-width: 700px) {
	.dd + .dd {
		margin-left: 2%;
	}
}
.dd-hover > .dd-handle {
	background: #2ea8e5 !important;
}

/*
* aside
*/
.side-nav .category-wrap {
	margin: 0;
	border: none;
	border-radius: 0;
}
.side-nav li a,
.side-nav .category-label {
	color: inherit;
	transition: background-color 0.2s;
	text-decoration: none;
	display: block;
	padding: 10px;
	border-radius: 6px;
}
.category-wrap li a {
	padding: 4px 10px 4px 35px;
}

.nav-tabs > li.active > a {
	color: #a4c6ff !important;
}

.widget-content {
	margin: 0px 0px 10px 0px !important;
}

.widget-content > div {
	/*margin-top: 10px;*/
}

.control-group p {
	text-align: left;
}

.control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
}

/*
* 데이터테이블 커스텀
*/
table thead tr th {
	overflow: hidden;
	white-space: nowrap;
}

table tbody tr td {
	border-bottom: 1px solid rgba(68, 68, 68, 0.7);
	box-sizing: border-box;
}

.dataTables_scrollBody::-webkit-scrollbar {
	height: 10px;
}

.dataTables_scrollBody:hover::-webkit-scrollbar-track {
	background-color: #414141;
}

.dataTables_scrollBody:hover::-webkit-scrollbar-thumb {
	background-color: #784a3d;
}

.dataTables_scrollBody::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-thumb {
	background-color: transparent;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
	border-radius: 5px;
}

.ribbon {
	/* adjust the below to control the shape */
	--d: 5px;
	--w: 100px;
	--c: #333;
	/**/

	position: absolute;
	top: 0;
	right: 0;
	transform: translate(29.29%, -100%) rotate(45deg); /* 29.29% = 100%*(1 - cos(45deg)) */
	color: #fff;
	text-align: center;
	width: var(--w);
	transform-origin: bottom left;
	padding: 5px 0 calc(var(--d) + 5px);
	background: linear-gradient(rgba(0, 0, 0, 0.6) 0 0) bottom/100% var(--d) no-repeat var(--c);
	clip-path: polygon(
		0 100%,
		0 calc(100% - var(--d)),
		50% calc(100% - var(--d) - var(--w) / 2),
		100% calc(100% - var(--d)),
		100% 100%,
		calc(100% - var(--d)) calc(100% - var(--d)),
		var(--d) calc(100% - var(--d))
	);
}

.landing {
	padding: 0;
}

/*
* Component: Timeline
* -------------------
*/
.timeline {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #ddd;
	left: 31px;
	margin: 0;
	border-radius: 2px;
}
.timeline > li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-item {
	background: rgba(51, 51, 51, 0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-top: 0;
	color: #f8f8f8;
	margin-left: 60px;
	padding: 0;
	position: relative;
}
.timeline > li > .timeline-item > .time {
	color: #999;
	float: right;
	padding: 10px;
	font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
	margin: 0;
	color: #555;
	padding: 10px;
	font-size: 13px;
	line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
	font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
	padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #000;
	background: #d2d6de;
	border-radius: 50%;
	text-align: center;
	left: 18px;
	top: 0;
}
.timeline > .time-label > span {
	font-weight: 400;
	padding: 5px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
	background: rgba(51, 51, 51, 0.3);
	border-left: 2px solid rgba(26, 26, 26, 0.425);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
	border-bottom-color: #ddd;
}

.timeline-inverse .arrow {
	display: block;
	position: absolute;
	top: 10px;
	left: -7px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid rgba(26, 26, 26, 0.425);
}

.modalDarkBack {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwJSIgY3k9IjAiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYmEoMTAyLCAxMDUsIDEwNCwgMC45MCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiYSg5MywgMTEyLCAxMTksIDAuODkpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDE2MCwgMTc0LCAxNTAsIDAuOTApIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4="),
		url("../../reference/light-blue/img/bgnoise_lg_dark.png");
	background-color: rgba(102, 105, 104, 0.9);
	padding-bottom: 10px;
	border: 2px dotted rgb(151 151 151 / 95%) !important;
	background: linear-gradient(
		-45deg,
		rgb(59 59 59 / 93%),
		rgb(74 78 91 / 91%),
		rgb(83 83 83 / 90%),
		rgb(40, 40, 40, 91%)
	);
	background-size: 400% 400%;
	-webkit-animation: gradient 15s ease infinite;
	animation: gradient 15s ease infinite;
}

.expandModalDarkBack {
	background: linear-gradient(
		-45deg,
		rgb(59 59 59 / 98%),
		rgb(74 78 91 / 96%),
		rgb(83 83 83 / 95%),
		rgb(40, 40, 40, 96%)
	);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	-webkit-animation: gradient 15s ease infinite;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.tooltip-inner {
	max-width: 100% !important;
}

/*
* Datepicker
*/
.datepicker {
	top: 0;
	left: 0;
	padding: 4px;
	margin-top: 1px;
	color: #555555;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}

.datepicker:before {
	content: "";
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 6px;
}

.datepicker:after {
	content: "";
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 7px;
}

.datepicker > div {
	display: none;
}

.datepicker table {
	width: 100%;
	margin: 0;
}

.datepicker td,
.datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}

.datepicker td.day:hover {
	background: #f8f8f8;
	cursor: pointer;
}

.datepicker td.day.disabled {
	color: #f8f8f8;
}

.datepicker td.old,
.datepicker td.new {
	color: white;
}

.datepicker td.active,
.datepicker td.active:hover {
	background: #618fb0;
	color: #fff;
}

.datepicker td span {
	display: block;
	width: 47px;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 2px;
	cursor: pointer;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}

.datepicker td span:hover {
	background: #eeeeee;
}

.datepicker td span.active {
	background: #618fb0;
	color: #fff;
}

.datepicker td span.old {
	color: #999999;
}

.datepicker th.switch {
	width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
	font-size: 19.5px;
}

.datepicker thead tr:first-child th {
	cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
	background: #eeeeee;
}

.project-date {
	font-size: 13px;
	color: #a4c6ff;
}

.day-progress {
	position: absolute;
	top: 75%;
	left: 50%;
	translate: -50% -50%;
	font-size: 14px;
	font-weight: 600;
}

.timeline:before {
	left: 0px !important;
	background: none;
}

.time_element {
	overflow-x: scroll;
	white-space: nowrap;
}

/**
* Chart
*/
.echart-no-data {
	position: relative;
}

.echart-no-data .message {
	position: absolute;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	top: 50%;
	left: 0;
}

svg.overlay {
	background-color: transparent;
}

svg .node {
	cursor: pointer;
}

svg .node rect {
	fill-opacity: 0.9;
	shape-rendering: crispEdges;
}

svg .node text {
	pointer-events: none;
	font-size: 12px;
}

svg .link {
	fill: none;
	stroke: #ccc;
	stroke-width: 1.5px;
	stroke-opacity: 0.2;
}

svg .link:hover {
	stroke-opacity: 0.5;
}

svg .templink {
	fill: none;
	stroke: red;
	stroke-width: 3px;
}
svg .ghostCircle.show {
	display: block;
}

.dashboard-top-section {
	min-height: 230px;
}

.ms-choice {
	height: 16px;
	margin-top: unset;
}

.needle,
.needle-center {
	fill: #f1f2f6;
}

#total-icon-legend {
	position: absolute;
	top: 250px;
	right: 10px;
}

#total-icon-legend > div {
	display: flex;
	align-items: center;
	margin-bottom: 0.3em;
}

#total-icon-legend > div:last-child {
	margin-bottom: 0;
}

#total-icon-legend > div > .text {
	padding-top: 3px;
	font-size: 10px;
}

.circle {
	display: inline-block;
	background-color: red;
	width: 11px;
	height: 11px;
	border-radius: 50px;
	margin-top: 4px;
	margin-right: 8px;
	border: 1px solid white;
}

.c3-bars path {
	stroke: white;
	stroke-width: 0.5px;
}

@media (max-width: 768px) {
	#chart-product-manpower svg {
		position: absolute;
		top: 100%;
	}
}

#chart-product-manpower {
	position: relative;
	height: 559px;
}

#chart-product-manpower svg {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.xlarge {
	height: 500px !important;
}

.chart-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; /* 아이템을 왼쪽으로 정렬 */
	align-content: flex-start; /* 아이템을 위쪽으로 정렬 */
	width: 100%;
}
.chart-footer .footer-item {
	border-top: 2px solid;
	box-sizing: border-box;
	width: 33.33%; /* 기본 너비 설정 */
	padding: 1px 2px;
	background: rgba(51, 51, 51, 0.4);
}
.chart-footer .footer-item .item-name,
.chart-footer .footer-item .item-value {
	text-align: center;
	width: 100%;
	margin-top: 2px;
}
.chart-footer .footer-item .item-value {
	font-weight: bold;
}

.chat-footer button {
	margin-top: 0;
}

.modal-chart-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: auto;
	right: 0;
}

.modal-chart-footer .footer-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-top: 2px solid;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	min-height: 50px;
	padding: 10px;
	background: rgba(51, 51, 51, 0.4);
	text-align: center;
}
.modal- chart-footer .footer-item .item-name,
.modal-chart-footer .footer-item .item-value {
	text-align: center;
	width: 100%;
	margin-top: 2px;
}
.modal-chart-footer .footer-item .item-value {
	font-weight: bold;
}

.chat-footer button {
	margin-top: 0;
}

#chart-manpower-requirement,
#chart-manpower-requirement-canvaswidget,
#chart-manpower-requirement-canvas {
	width: 100% !important;
}

#chart-manpower-requirement-label {
	width: 100% !important;
	position: relative !important;
}

/*
* tree bar
*/
#tree_bar_container .link {
	fill: none;
	stroke: #ccc;
	stroke-opacity: 0.4;
	stroke-width: 1px;
}
#tree_bar_container text {
	font-family: "Arial Black", Gadget, sans-serif;
	fill: white;
	font-weight: bold;
	font-size: 12px;
	text-shadow: none;
}

#tree_bar_container .xAxis .tick text {
	fill: white;
}
#tree_bar_container .grid .tick line {
	stroke: grey;
	stroke-dasharray: 5, 10;
	opacity: 0.7;
}
#tree_bar_container .grid path {
	stroke-width: 0;
}

#tree_bar_container .node circle {
	fill: #999;
}
#tree_bar_container .node--internal circle {
	fill: #555;
}

#tree_bar_container .node--internal .root {
	transform: translateX(10px);
}

/* gant */
#shcedule_update {
	height: 28px;
}

.project-progress .progress-group {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.progress-group label {
	flex-shrink: 0;
	width: 150px;
	line-height: 30px;
	text-align: right;
	margin-right: 5px;
}

.progress-group .progress-desc {
	display: flex;
	align-items: flex-start;
}

.progress-group .progress-desc .icon {
	width: 38px;
	height: 30px;
}

.progress-group .progress-desc .progress-input {
	flex-shrink: 0;
	display: flex;
	width: 125px;
	align-items: center;
}

.project-progress input {
	width: 63px !important;
	margin-right: 2px;
	padding: 5px !important;
	text-align: right;
}

.project-progress .input-group-addon.input-desc {
	display: flex;
	width: auto;
	text-align: left;
	line-height: 18px;
}
.project-progress .input-group-addon .fa {
	line-height: 15px;
}

.project-progress .input-desc .font11 {
	margin-left: 5px;
	white-space: normal;
	word-break: keep-all;
}

/* vertical timeline chart */
#vertical-timeline {
	overflow-y: auto;
	height: 732px;
	padding-right: 20px;
	margin: 0px;
}

.timeline-container {
	margin-bottom: 20px;
}

.timeline-container ul {
	margin: 0;
	list-style: none;
	position: relative;
	color: #fff;
	font-size: 13px;
	padding: 15px 0 0 75px;
}

.timeline-container ul:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	border-left: 2px dashed #fff;
}

.timeline-container .session {
	position: relative;
	margin-left: 30px;
	background-color: rgba(51, 51, 51, 1);
	padding: 14px;
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
}

.timeline-container .session:not(:first-child) {
	margin-top: 40px;
}

.timeline-container .session > span {
	width: 2px;
	height: 100%;
	background: #fff;
	left: -30px;
	top: 0;
	position: absolute;
}

.timeline-container .session > span:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	background: #5470c6ff;
	left: -4px;
	top: 0;
}

.timeline-container .session .time-range {
	height: 100%;
}

.timeline-container .session .time-range .date {
	position: absolute;
	font-size: 10px;
	top: 0;
	left: -74px;
	font-weight: bold;
	line-height: normal;
}

.timeline-container .session > span:after {
	top: calc(100% - 5px);
}

.timeline-container .session-content .version {
	font-weight: 600;
	font-size: 14px;
}

.timeline-container .session-content .summary {
	margin-top: 5px;
	font-weight: 300;
}

.timeline-container .session-content .project-names {
	margin-top: 5px;
}

.project-name {
	margin: 2px 5px 2px 0;
	padding: 3px 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #2477ff;
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.tree-container.widget.large,
.tree-container.widget.large .body {
	height: auto;
}

.vertical-chevron-up,
.vertical-chevron-down {
	position: absolute;
	left: 48%;
	transform: translateY(-20px);
	font-size: 20px;
	cursor: pointer;
}

.vertical-chevron-down {
	transform: translateY(20px);
}

.fa-chevron-up:hover,
.fa-chevron-down:hover {
	opacity: 80%;
}

@media screen and (max-width: 1295px) {
	.timeline-period {
		flex: 1 1 auto;
		margin-bottom: 10px;
	}
}

.chat-message .chat-message-body {
	margin-left: 0px !important;
	padding: 8px 10px;
	background: rgba(51, 51, 51, 0.3);
	border-radius: 3px;
	position: relative;
}

.chat-message-body.on-left .arrow {
	border-left: 5px solid #e5603b;
}

.chat-message .chat-message-body.arrow:before {
	content: "";
	display: block;
	position: absolute;
	top: 21px;
	left: -7px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #a4c6ff;
}

.detail_qna .chat-message .sender {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.detail_qna .chat-message-body .arrow {
	top: calc(50% - 5px);
}

.detail_qna .chat-message .chat-message-body {
	margin-left: 63px !important;
}

.detail_qna .chat-message .chat-message-body.on-left {
	margin-left: 0px !important;
	border-right: 2px solid #e5603b;
}

.detail_qna .chat-message-body .action-group {
	margin-top: 15px;
}

.detail_qna .chat-message-body .action-group button {
	margin-right: 5px;
	border: 0;
	background-color: transparent;
}

.detail_qna .date-separator {
	text-align: center;
	width: 180px;
	margin: 30px auto;
	padding: 6px;
	font-size: 15px;
	background: rgba(51, 51, 51, 0.3);
	border-radius: 15px;
}

.detail_qna .edit-text-area {
	width: 100%;
	resize: vertical;
	background: transparent;
}

.detail_qna .eidt-comment,
.detail_qna .edit-group {
	display: none;
}

.detail_qna .empty-message {
	display: flex;
	height: 550px;
	justify-content: center;
	align-items: center;
}

.widget > .carousel {
	margin: 0 -12px 5px;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
}
.carousel-control i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: inline-block;
	width: 20px;
	height: 45px;
	margin-left: -10px;
	margin-top: -10px;
}

.carousel-indicators.outer {
	bottom: -20px;
}
.carousel-indicators li {
	background-color: rgba(51, 51, 51, 0.4);
}

.service-portfolio .filter-options-wrap {
	margin: 20px 0;
}
.service-portfolio .filter-option {
	position: relative;
	margin-bottom: 8px;
	padding-left: 13px;
	cursor: pointer;
}

.service-portfolio .filter-active:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background-color: #e5603b;
}

.service-portfolio .portfolio-wrap {
	display: flex;
	margin: 20px 0;
}

.service-portfolio .portfolio-item {
	float: none;
}

.service-portfolio .portfolio-item-wrap {
	position: relative;
	height: 0;
	padding-bottom: 100%;
}

.service-portfolio .portfolio-item-wrap img {
	width: 100%;
}

.service-portfolio .portfolio-info {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow-wrap: anywhere;
}

.service-portfolio .portfolio-item-wrap:before {
	content: "";
	background: rgba(40, 40, 40, 0.5);
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	opacity: 0;
}

.service-portfolio .portfolio-info {
	opacity: 0;
	transition: all ease-in-out 0.3s;
}

.service-portfolio .portfolio-info h4,
.service-portfolio .portfolio-info p {
	font-size: 12px;
}

.service-portfolio .portfolio-info .portfolio-links a {
	color: #fff;
	margin: 5px 2px 0;
	font-size: 20px;
	display: inline-block;
	transition: 0.3s;
}

.service-portfolio .portfolio-info .portfolio-links a:hover {
	color: #148af9;
}

.service-portfolio .portfolio-item-wrap:hover:before {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	opacity: 1;
}

.service-portfolio .portfolio-item-wrap:hover .portfolio-info {
	opacity: 1;
}

.req-table,
.req-select {
	background: rgba(51, 51, 51, 1) !important;
}

.req-table.dropdown-menu a:hover,
.req-table.dropdown-menu .active a,
.req-select.dropdown-menu a:hover,
.req-select.dropdown-menu .active a {
	background: none;
}

.req-table.dropdown-menu a:hover,
.req-select.dropdown-menu a:hover,
#select2-selected_pdService-container .select2-selection__placeholder,
#select2-modal_selected_pdService-container .select2-selection__placeholder,
.multiple-select .ms-choice > span.placeholder {
	color: #f8f8f8;
}
.req-table.dropdown-menu .active a,
.req-select.dropdown-menu .active a,
#disabled_input_pdservice.form-control {
	color: #a4c6ff;
}

.req-select {
	min-width: auto;
}

#reqDataTable {
	padding-top: 0;
	margin-bottom: 0;
	max-height: 745px;
	background: 0 none;
	overflow: auto;
	min-height: 400px;
}

#reqDataTable .reqTable {
	min-width: 100%;
	table-layout: fixed;
}

#reqDataTable .reqTable th {
	padding: 20px 10px 10px;
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: rgba(51, 51, 51, 0.9);
}

#reqDataTable .reqTable td {
	padding: 5px 10px;
	text-align: center;
}

#reqDataTable .reqTable td.depth1,
#reqDataTable .reqTable td.depth2,
#reqDataTable .reqTable td.depth3,
#reqDataTable .reqTable td.content {
	text-align: left;
}

#reqDataTable .reqTable .tbody input {
	width: 100%;
	border: 0 none;
	background: 0 none;
}

#reqDataTable .reqTable .tbody tr:nth-child(even) {
	background-color: rgba(51, 51, 51, 0.325);
}
#reqDataTable .reqTable .tbody tr:first-child {
	height: 37px !important;
}
#reqDataTable .reqTable .tbody tr td {
	position: relative;
	border-right: 2px solid #515256;
}

#reqDataTable .reqTable {
	cursor: default;
}

#reqDataTable .reqTable th.version,
#reqDataTable .reqTable th.category,
#reqDataTable .reqTable th.id,
#reqDataTable .reqTable th.status,
#reqDataTable .reqTable th.priority,
#reqDataTable .reqTable th.difficulty,
#reqDataTable .reqTable th.createDate,
#reqDataTable .reqTable th.startDate,
#reqDataTable .reqTable th.endDate,
#reqDataTable .reqTable th.progress {
	cursor: pointer;
}

#reqDataTable .reqTable td.content {
	cursor: text;
}

#reqDataTable .reqTable th.version:after,
#reqDataTable .reqTable th.category:after,
#reqDataTable .reqTable th.id:after,
#reqDataTable .reqTable th.status:after,
#reqDataTable .reqTable th.priority:after,
#reqDataTable .reqTable th.difficulty:after,
#reqDataTable .reqTable th.createDate:after,
#reqDataTable .reqTable th.startDate:after,
#reqDataTable .reqTable th.endDate:after,
#reqDataTable .reqTable th.progress:after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/commonIconPack/datatable/sort_both.png);
}

#reqDataTable .reqTable th.asc:after {
	background-image: url(../img/commonIconPack/datatable/sort_asc.png);
}

#reqDataTable .reqTable th.desc:after {
	background-image: url(../img/commonIconPack/datatable/sort_desc.png);
}
#reqDataTable .root {
	padding-left: 25px !important;
	text-align: left !important;
}

#reqDataTable .pivotTable {
	min-width: 120%;
}

#reqDataTable .pivotTable .highlight {
	color: #a4c6ff;
}

#reqDataTable .pivot-toggle {
	margin-right: 3px;
	padding: 0 3px;
	background-color: transparent;
}
#reqDataTable .pivot-toggle .fa {
	vertical-align: text-bottom;
	font-size: 14px;
	color: #a4c6ff;
}
#reqDataTable .pivot-toggle .fa-minus-square {
	display: none;
}
#reqDataTable .pivot-toggle.active .fa-plus-square {
	display: none;
}
#reqDataTable .pivot-toggle.active .fa-minus-square {
	display: block;
}

#reqDataTable .reqTable th.status,
#reqDataTable .reqTable td.status,
#reqDataTable .reqTable th.priority,
#reqDataTable .reqTable td.priority,
#reqDataTable .reqTable th.difficulty,
#reqDataTable .reqTable td.difficulty {
	min-width: 100px;
}

#reqDataTable .reqTable th.createDate,
#reqDataTable .reqTable td.createDate,
#reqDataTable .reqTable th.startDate,
#reqDataTable .reqTable td.startDate,
#reqDataTable .reqTable th.endDate,
#reqDataTable .reqTable td.endDate {
	min-width: 100px;
}

/* cost 분석 */

/* 비용 입력 */
.cost-versions {
	margin: 30px 0;
	/*padding-left: 20px;*/
}

.cost-version,
.cost-input-complete {
	margin-right: 10px;
	padding: 3px 7px;
	font-size: 11px;
	font-weight: bold;
	background-color: #5470c6ff;
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.cost-input-complete {
	font-size: 15px;
	background-color: rgb(51, 51, 51);
	box-shadow: none;
	margin: 0;
}

.cost-version:hover,
.cost-input-complete:hover {
	background-color: #39393b;
}

.cost-input-version,
.cost-input-manpower {
	margin-bottom: 20px;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 30px;
	background: rgba(51, 51, 51, 0.425);
	color: #f8f8f8;
}

.cost-version-info {
	width: 30%;
	margin: 10px 0 10px 0;
	padding: 20px;
	border-radius: 7px;
	background-color: #4b4a4a;
}

.cost-version-info div {
	padding-top: 10px;
}

.cost-input,
.annual-income-input {
	color: black;
	width: 50%;
	text-align: center;
	border: none;
	border-radius: 5px;
	padding: 5px;
	background: rgba(157, 156, 156, 0.22);
}

.version-input {
	width: 70%;
}

.dt-center {
	text-align: center;
}

.more {
	display: inline-block;
	letter-spacing: 0;
	z-index: 1;
	position: relative;
	margin-top: 10px;
	color: #fff;
	font-size: 13px;
}

.animated-button1 {
	display: inline-block;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.animated-button1::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #8593ad;
	opacity: 0;
	-webkit-transition: 0.2s opacity ease-in-out;
	transition: 0.2s opacity ease-in-out;
}

.animated-button1 span {
	position: absolute;
}

@keyframes animateTop {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.animated-button1 span:nth-child(1) {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#fff));
	background: linear-gradient(to left, rgba(43, 8, 8, 0), #fff);
	-webkit-animation: 2s animateTop linear infinite;
	animation: 2s animateTop linear infinite;
}

@keyframes animateRight {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

.animated-button1 span:nth-child(2) {
	top: 0px;
	right: 0px;
	height: 100%;
	width: 1px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#fff));
	background: linear-gradient(to top, rgba(43, 8, 8, 0), #fff);
	-webkit-animation: 2s animateRight linear -1s infinite;
	animation: 2s animateRight linear -1s infinite;
}

@keyframes animateBottom {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.animated-button1 span:nth-child(3) {
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#fff));
	background: linear-gradient(to right, rgba(43, 8, 8, 0), #fff);
	-webkit-animation: 2s animateBottom linear infinite;
	animation: 2s animateBottom linear infinite;
}

@keyframes animateLeft {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

.animated-button1 span:nth-child(4) {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#fff));
	background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #fff);
	-webkit-animation: 2s animateLeft linear -1s infinite;
	animation: 2s animateLeft linear -1s infinite;
}

.modal-dialog .modal-content {
	padding: 20px;
}

.modal-dialog .widget-controls {
	top: 20px !important;
	right: 20px;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 80%;
	}
}

@media (max-width: 810px) {
	.language-icon {
		display: none !important; /* 810px 이하에서 숨김 */
	}
	#account {
		display: none !important; /* 810px 이하에서 숨김 */
	}
}

@media (max-width: 1100px) {
	#search_form {
		display: none !important; /* 1100px 이하에서 숨김 */
	}
	.divider {
		display: none !important; /* 1100px 이하에서 숨김 */
	}
}

.page-header .search-query {
	width: 300px;
}
.page-header .search-query:focus {
	width: 340px;
}

@media (max-width: 1230px) {
	.page-header .search-query {
		width: 200px;
	}
	.page-header .search-query:focus {
		width: 200px;
	}
}

#nav-search-button {
	display: inline-block;
	color: rgba(51, 51, 51, 0.5);
	width: 40px;
	padding: 0;
	font-size: 19.5px;
	outline: 0;
	background: none;
	text-align: center;
	vertical-align: middle;
	line-height: 36px;
	text-shadow: none;
}

#nav-search-button.highlight,
#nav-search-button.highlight a {
	background: rgba(51, 51, 51, 0.5);
	color: #b8b8b8;
	border-radius: 3px;
	font-size: 17px;
	width: 30px;
	line-height: 30px;
}

/* 칸반 보드 */
.kanban-top {
	width: 100%;
	margin-bottom: 30px;
}

.kanban-top:last-child {
	margin-bottom: 0;
}

.kanban-board {
	background: rgba(51, 51, 51, 0.425) !important;
	margin-bottom: 12px !important;
}

.kanban-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: rgba(51, 51, 51, 1) !important;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	cursor: pointer !important;
}

.req_item {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 2rem;
	word-break: keep-all;
}

.kanban-drag {
	padding: 10px !important;
	overflow: auto;
}

.show-info {
	cursor: pointer;
}

.req_item_tooltip {
	position: absolute;
	background-color: rgb(89 89 89 / 50%);
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 11px;
	z-index: 900;
}

.kanban_assist {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.kanban_search_clear {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	display: none;
	z-index: 5;
}

.kanban_stats {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-radius: 3px;
	padding: 4.9px;
	background: rgba(51, 51, 51, 0.425);
	border: 1px solid rgba(51, 51, 51, 0.5);
}

.kanban-board header {
	font-size: 14px !important;
	padding: 14px !important;
}

/* drawio */
.drawio-time,
.drawdb-time {
	color: #f8f8f8;
	margin-left: 10px;
}

.drawio-gallery {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	/*background: rgba(51, 51, 51, 0.425);*/
	border-radius: 3px;
}

.drawio-image {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 200px;
	height: 200px;
	padding: 10px;
	border-radius: 3px;
}

.drawio-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-color: #fff;
}

.edit-red {
	border: 1px solid #db2a34;
}
.edit-red:hover {
	background-color: rgba(219, 42, 52, 0.5);
}
.edit-red:hover .fa {
	color: #ffffff !important;
}
.edit-red.active,
.edit-red.active.focus,
.edit-red.active:focus {
	background-color: rgba(219, 42, 52, 0.5) !important;
}
.edit-red.active .fa,
.edit-red.active.focus .fa,
.edit-red.active:focus .fa {
	color: #ffffff !important;
}
.edit-orange {
	border: 1px solid #e49400;
}
.edit-orange:hover {
	background-color: rgba(228, 148, 0, 0.5);
}
.edit-orange:hover .fa {
	color: #ffffff !important;
}
.edit-orange.active,
.edit-orange.active.focus,
.edit-orange.active:focus {
	background-color: rgba(228, 148, 0, 0.5) !important;
}
.edit-orange.active .fa,
.edit-orange.active.focus .fa,
.edit-orange.active:focus .fa {
	color: #ffffff !important;
}
.edit-green {
	border: 1px solid #2d8515;
}
.edit-green:hover {
	background-color: rgba(45, 133, 21, 0.5);
}
.edit-green:hover .fa {
	color: #ffffff !important;
}
.edit-green.active,
.edit-green.active.focus,
.edit-green.active:focus {
	background-color: rgba(45, 133, 21, 0.5) !important;
}
.edit-green.active .fa,
.edit-green.active.focus .fa,
.edit-green.active:focus .fa {
	color: #ffffff !important;
}
.edit-blue {
	border: 1px solid #2477ff;
}
.edit-blue:hover {
	background-color: rgba(36, 119, 255, 0.5);
}
.edit-blue:hover .fa {
	color: #ffffff !important;
}
.edit-blue:hover {
	background-color: rgba(36, 119, 255, 0.5);
}
.edit-blue:hover .fa {
	color: #ffffff !important;
}
.edit-blue.active,
.edit-blue.active.focus,
.edit-blue.active:focus {
	background-color: rgba(36, 119, 255, 0.5) !important;
}
.edit-blue.active .fa,
.edit-blue.active.focus .fa,
.edit-blue.active:focus .fa {
	color: #ffffff !important;
}
.edit-grey {
	border: 1px solid #8c8c8c;
}
.edit-grey:hover {
	background-color: rgba(140, 140, 140, 0.5);
}
.edit-grey:hover .fa {
	color: #ffffff !important;
}
.edit-grey:hover {
	background-color: rgba(140, 140, 140, 0.5);
}
.edit-grey:hover .fa {
	color: #ffffff !important;
}
.edit-grey.active,
.edit-grey.active.focus,
.edit-grey.active:focus {
	background-color: rgba(140, 140, 140, 0.5) !important;
}
.edit-grey.active .fa,
.edit-grey.active.focus .fa,
.edit-grey.active:focus .fa {
	color: #ffffff !important;
}

div.slimScrollDiv > ul {
	overflow: auto !important;
}

/* 현황 관리 테이블 */
td.details-control {
	cursor: pointer;
}

.child-table-container {
	margin-left: 26px;
}

.goTXarea {
	color: #0a0a0a !important;
}

* {
	caret-color: transparent;
}

input,
textarea {
	caret-color: auto;
}

/* icon styles */
.side-nav li i[class*="fa"] {
	width: 16px;
	margin-right: 8px;
	float: left;
	line-height: 18px;
	font-size: 14px;
	opacity: 0.7;
	text-align: right;
}

.fc-more-popover {
	max-height: 300px !important;
	overflow-y: auto !important;
}

.dataTables_wrapper .dataTables_filter input:focus {
	border: none;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.dataTables_wrapper .dataTables_length select {
	border-radius: 5px;
	min-height: 30px;
}

@media (max-width: 1100px) {
	.navbar-form {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.logo {
		margin-left: 7px;
	}
}

[class*="icheckbox"],
[class*="iradio"] {
	display: inline-block !important;
	vertical-align: middle;
	margin: 0 5px !important;
}

.icheckbox_square-grey,
.iradio_square-grey {
	display: block;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(../../reference/light-blue/img/icheck/square/grey.png) no-repeat;
	border: none;
	cursor: pointer;
}

.icheckbox_square-grey {
	background-position: 0 0;
}

.icheckbox_square-grey.hover {
	background-position: -24px 0;
}

.icheckbox_square-grey.checked {
	background-position: -48px 0;
}

.icheckbox_square-grey.disabled {
	background-position: -72px 0;
	cursor: default;
}

.icheckbox_square-grey.checked.disabled {
	background-position: -96px 0;
}

.iradio_square-grey {
	background-position: -120px 0;
}

.iradio_square-grey.hover {
	background-position: -144px 0;
}

.iradio_square-grey.checked {
	background-position: -168px 0;
}

.iradio_square-grey.disabled {
	background-position: -192px 0;
	cursor: default;
}

.iradio_square-grey.checked.disabled {
	background-position: -216px 0;
}

.border-cell {
	border: 1px solid #3f4147;
	box-sizing: border-box;
}
@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Nanum Gothic";
	font-size: 13px;
	line-height: 1.428571429;
	color: #303133;
	background-color: #f8f8f7;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #409eff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #8dc5ff;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dcdfe6;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 18px;
	margin-bottom: 18px;
	border: 0;
	border-top: 1px solid #dcdfe6;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #c0c4cc;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 18px;
	margin-bottom: 9px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 9px;
	margin-bottom: 9px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 33px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 23px;
}

h4,
.h4 {
	font-size: 17px;
}

h5,
.h5 {
	font-size: 13px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 9px;
}

.lead {
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 750px) {
	.lead {
		font-size: 19.5px;
	}
}

small,
.small {
	font-size: 92%;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #c0c4cc;
}

.text-primary {
	color: #409eff;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0d84ff;
}

.text-success {
	color: #67c23a;
}

a.text-success:hover,
a.text-success:focus {
	color: #529b2e;
}

.text-info {
	color: #909399;
}

a.text-info:hover,
a.text-info:focus {
	color: #767980;
}

.text-warning {
	color: #e6a23c;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #d48a1b;
}

.text-danger {
	color: #f56c6c;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #f23c3c;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #409eff;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #0d84ff;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 8px;
	margin: 36px 0 18px;
	border-bottom: 1px solid #dcdfe6;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 9px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 18px;
}

dt,
dd {
	line-height: 1.428571429;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	display: table;
	content: " ";
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width: 750px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 9px 18px;
	margin: 0 0 18px;
	font-size: 13px;
	border-left: 5px solid #dcdfe6;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #c0c4cc;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #dcdfe6;
	border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: "\00A0 \2014";
}

address {
	margin-bottom: 18px;
	font-style: normal;
	line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #f56c6c;
	background-color: #f7f8fa;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #f5f7fa;
	background-color: #303133;
	border-radius: clamp(0.4rem, (0.314rem + 0.77vw) * 0.8, 0.8rem);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none;
}

pre {
	display: block;
	padding: 8.5px;
	margin: 0 0 9px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #303133;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #fafcff;
	border: 1px solid #dcdfe6;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

table {
	background-color: transparent;
}

table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #c0c4cc;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 18px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ecece9;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ecece9;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #ecece9;
}

.table .table {
	background-color: #f8f8f7;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ecece9;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ecece9;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f8f8f7;
}

.table-hover > tbody > tr:hover {
	background-color: #ecece9;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: #fafcff;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e1edff;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}

@media screen and (max-width: 749px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 13.5px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ecece9;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	font-size: 19.5px;
	line-height: inherit;
	color: #303133;
	border: 0;
	border-bottom: 1px solid #dcdfe6;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 6px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #1e67af;
}

.form-control {
	display: block;
	width: 100%;
	height: 30px;
	padding: 5px 12px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #1e67af;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dcdfe6;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #409eff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(64, 158, 255, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(64, 158, 255, 0.6);
}

.form-control::-moz-placeholder {
	color: #a8abb2;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #a8abb2;
}

.form-control::-webkit-input-placeholder {
	color: #a8abb2;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #77757d;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 30px;
	}
	input[type="date"].input-sm,
	.input-group-sm > input.form-control[type="date"],
	.input-group-sm > input.input-group-addon[type="date"],
	.input-group-sm > .input-group-btn > input.btn[type="date"],
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm > input.form-control[type="time"],
	.input-group-sm > input.input-group-addon[type="time"],
	.input-group-sm > .input-group-btn > input.btn[type="time"],
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm > input.form-control[type="datetime-local"],
	.input-group-sm > input.input-group-addon[type="datetime-local"],
	.input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm > input.form-control[type="month"],
	.input-group-sm > input.input-group-addon[type="month"],
	.input-group-sm > .input-group-btn > input.btn[type="month"],
	.input-group-sm input[type="month"] {
		line-height: 28px;
	}
	input[type="date"].input-lg,
	.input-group-lg > input.form-control[type="date"],
	.input-group-lg > input.input-group-addon[type="date"],
	.input-group-lg > .input-group-btn > input.btn[type="date"],
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg > input.form-control[type="time"],
	.input-group-lg > input.input-group-addon[type="time"],
	.input-group-lg > .input-group-btn > input.btn[type="time"],
	.input-group-lg input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg > input.form-control[type="datetime-local"],
	.input-group-lg > input.input-group-addon[type="datetime-local"],
	.input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
	.input-group-lg input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg > input.form-control[type="month"],
	.input-group-lg > input.input-group-addon[type="month"],
	.input-group-lg > .input-group-btn > input.btn[type="month"],
	.input-group-lg input[type="month"] {
		line-height: 44px;
	}
}

.form-group {
	margin-bottom: 18px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.radio label,
.checkbox label {
	min-height: 18px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

.form-control-static {
	min-height: 31px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-right: 0;
	padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 28px;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: clamp(0.4rem, (0.314rem + 0.77vw) * 0.8, 0.8rem);
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
	height: 28px;
	line-height: 28px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
	height: auto;
}

.form-group-sm .form-control {
	height: 28px;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: clamp(0.4rem, (0.314rem + 0.77vw) * 0.8, 0.8rem);
}

.form-group-sm select.form-control {
	height: 28px;
	line-height: 28px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 28px;
	min-height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 44px;
	padding: 10px 16px;
	font-size: 16.25px;
	line-height: 1.33;
	border-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
	height: 44px;
	line-height: 44px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
	height: auto;
}

.form-group-lg .form-control {
	height: 44px;
	padding: 10px 16px;
	font-size: 16.25px;
	line-height: 1.33;
	border-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
}

.form-group-lg select.form-control {
	height: 44px;
	line-height: 44px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 44px;
	min-height: 34.25px;
	padding: 11px 16px;
	font-size: 16.25px;
	line-height: 1.33;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 37.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 28px;
	height: 28px;
	line-height: 28px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #67c23a;
}

.has-success .form-control {
	border-color: #67c23a;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #529b2e;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3db87;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3db87;
}

.has-success .input-group-addon {
	color: #67c23a;
	background-color: #dff0d8;
	border-color: #67c23a;
}

.has-success .form-control-feedback {
	color: #67c23a;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #e6a23c;
}

.has-warning .form-control {
	border-color: #e6a23c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #d48a1b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f2cd96;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f2cd96;
}

.has-warning .input-group-addon {
	color: #e6a23c;
	background-color: #fcf8e3;
	border-color: #e6a23c;
}

.has-warning .form-control-feedback {
	color: #e6a23c;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #f56c6c;
}

.has-error .form-control {
	border-color: #f56c6c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #f23c3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbcccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbcccc;
}

.has-error .input-group-addon {
	color: #f56c6c;
	background-color: #f2dede;
	border-color: #f56c6c;
}

.has-error .form-control-feedback {
	color: #f56c6c;
}

.has-feedback label ~ .form-control-feedback {
	top: 23px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #6e7075;
}

@media (min-width: 750px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top: 6px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 24px;
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	display: table;
	content: " ";
}

.form-horizontal .form-group:after {
	clear: both;
}

@media (min-width: 750px) {
	.form-horizontal .control-label {
		padding-top: 6px;
		margin-bottom: 0;
		text-align: right;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width: 750px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 16.25px;
	}
}

@media (min-width: 750px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 5px;
		font-size: 12px;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 300;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 5px 12px;
	font-size: 13px;
	line-height: 1.428571429;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #ffffff;
	text-decoration: none;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #ffffff;
	background-color: #ffffff;
	border-color: #f2f2f2;
}

.btn-default:focus,
.btn-default.focus {
	color: #ffffff;
	background-color: #e6e5e5;
	border-color: #b3b2b2;
}

.btn-default:hover {
	color: #ffffff;
	background-color: #e6e5e5;
	border-color: #d4d4d4;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
	color: #ffffff;
	background-color: #e6e5e5;
	background-image: none;
	border-color: #d4d4d4;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #d4d4d4;
	border-color: #b3b2b2;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #ffffff;
	border-color: #f2f2f2;
}

.btn-default .badge {
	color: #ffffff;
	background-color: #ffffff;
}

.btn-primary {
	color: #ffffff;
	background-color: #409eff;
	border-color: #2791ff;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #ffffff;
	background-color: #0d84ff;
	border-color: #0052a6;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #0d84ff;
	border-color: #0072e8;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #0d84ff;
	background-image: none;
	border-color: #0072e8;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #0072e8;
	border-color: #0052a6;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #409eff;
	border-color: #2791ff;
}

.btn-primary .badge {
	color: #409eff;
	background-color: #ffffff;
}

.btn-success {
	color: #ffffff;
	background-color: #67c23a;
	border-color: #5dae34;
}

.btn-success:focus,
.btn-success.focus {
	color: #ffffff;
	background-color: #529b2e;
	border-color: #284c17;
}

.btn-success:hover {
	color: #ffffff;
	background-color: #529b2e;
	border-color: #447f26;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	color: #ffffff;
	background-color: #529b2e;
	background-image: none;
	border-color: #447f26;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #447f26;
	border-color: #284c17;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #67c23a;
	border-color: #5dae34;
}

.btn-success .badge {
	color: #67c23a;
	background-color: #ffffff;
}

.btn-info {
	color: #ffffff;
	background-color: #909399;
	border-color: #83868d;
}

.btn-info:focus,
.btn-info.focus {
	color: #ffffff;
	background-color: #767980;
	border-color: #45474b;
}

.btn-info:hover {
	color: #ffffff;
	background-color: #767980;
	border-color: #65686e;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	color: #ffffff;
	background-color: #767980;
	background-image: none;
	border-color: #65686e;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #65686e;
	border-color: #45474b;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #909399;
	border-color: #83868d;
}

.btn-info .badge {
	color: #909399;
	background-color: #ffffff;
}

.btn-warning {
	color: #ffffff;
	background-color: #e6a23c;
	border-color: #e39725;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #ffffff;
	background-color: #d48a1b;
	border-color: #794f10;
}

.btn-warning:hover {
	color: #ffffff;
	background-color: #d48a1b;
	border-color: #b47517;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	color: #ffffff;
	background-color: #d48a1b;
	background-image: none;
	border-color: #b47517;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #b47517;
	border-color: #794f10;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #e6a23c;
	border-color: #e39725;
}

.btn-warning .badge {
	color: #e6a23c;
	background-color: #ffffff;
}

.btn-danger {
	color: #ffffff;
	background-color: #f56c6c;
	border-color: #f35454;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #ffffff;
	background-color: #f23c3c;
	border-color: #bb0d0d;
}

.btn-danger:hover {
	color: #ffffff;
	background-color: #f23c3c;
	border-color: #ef1b1b;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #f23c3c;
	background-image: none;
	border-color: #ef1b1b;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #ef1b1b;
	border-color: #bb0d0d;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #f56c6c;
	border-color: #f35454;
}

.btn-danger .badge {
	color: #f56c6c;
	background-color: #ffffff;
}

.btn-link {
	font-weight: 400;
	color: #409eff;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	color: #8dc5ff;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #c0c4cc;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 16.25px;
	line-height: 1.33;
	border-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: clamp(0.4rem, (0.314rem + 0.77vw) * 0.8, 0.8rem);
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: clamp(0.4rem, (0.314rem + 0.77vw) * 0.8, 0.8rem);
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 13px;
	text-align: left;
	list-style: none;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #e6e5e5;
	border: 1px solid #dcdfe6;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 8px 0;
	overflow: hidden;
	background-color: #dcdfe6;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	color: #303133;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #303133;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.04);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #1e67af;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.04);
	outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #c0c4cc;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #f5f7fa;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 750px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
	display: table;
	content: " ";
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
	display: table;
	content: " ";
}

.btn-group-vertical > .btn-group:after {
	clear: both;
}

.btn-group-vertical > .btn-group > .btn {
	float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	border-top-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	border-bottom-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.btn-group-justified > .btn-group .btn {
	width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus {
	z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 5px 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #1e67af;
	text-align: center;
	background-color: #f5f7fa;
	border: 1px solid #dcdfe6;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 4px 10px;
	font-size: 12px;
	border-radius: clamp(0.4rem, (0.314rem + 0.77vw) * 0.8, 0.8rem);
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 10px 16px;
	font-size: 16.25px;
	border-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav:before,
.nav:after {
	display: table;
	content: " ";
}

.nav:after {
	clear: both;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 8px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #fafcff;
}

.nav > li.disabled > a {
	color: #c0c4cc;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #c0c4cc;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #fafcff;
	border-color: #409eff;
}

.nav .nav-divider {
	height: 1px;
	margin: 8px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #dcdfe6;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem) clamp(0.5rem, 0.314rem + 0.77vw, 1rem) 0 0;
}

.nav-tabs > li > a:hover {
	border-color: #e4e7ed #e4e7ed #dcdfe6;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #909399;
	cursor: default;
	background-color: #ffffff;
	border: 1px solid #e4e7ed;
	border-bottom-color: transparent;
}

.nav-pills > li {
	float: left;
}

.nav-pills > li > a {
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #1e67af;
	background-color: rgba(0, 0, 0, 0.04);
}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
	float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 750px) {
	.nav-justified > li,
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a,
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #e4e7ed;
}

@media (min-width: 750px) {
	.nav-tabs-justified > li > a,
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #e4e7ed;
		border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem) clamp(0.5rem, 0.314rem + 0.77vw, 1rem) 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #f8f8f7;
	}
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 18px;
	border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
	display: table;
	content: " ";
}

.navbar:after {
	clear: both;
}

@media (min-width: 750px) {
	.navbar {
		border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	}
}

.navbar-header:before,
.navbar-header:after {
	display: table;
	content: " ";
}

.navbar-header:after {
	clear: both;
}

@media (min-width: 750px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
	display: table;
	content: " ";
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 750px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width: 540px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

@media (min-width: 750px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 750px) {
	.container > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 750px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 16px 15px;
	font-size: 16.25px;
	line-height: 18px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand > img {
	display: block;
}

@media (min-width: 750px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width: 750px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 8px -15px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

@media (max-width: 749px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 18px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}

@media (min-width: 750px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-right: -15px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 750px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .form-control-static {
		display: inline-block;
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width: 749px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 750px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	border-top-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
	margin-top: 11px;
	margin-bottom: 11px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 16px;
	margin-bottom: 16px;
}

@media (min-width: 750px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media (min-width: 750px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f7;
	border-color: #dcdfe6;
}

.navbar-default .navbar-brand {
	color: #909399;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #303133;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #303133;
}

.navbar-default .navbar-nav > li > a {
	color: #909399;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #303133;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #1e67af;
	background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #c0c4cc;
	background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #1e67af;
	background-color: transparent;
}

@media (max-width: 749px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #909399;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #303133;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #1e67af;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #c0c4cc;
		background-color: transparent;
	}
}

.navbar-default .navbar-toggle {
	border-color: #dcdfe6;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fafcff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #909399;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #dcdfe6;
}

.navbar-default .navbar-link {
	color: #909399;
}

.navbar-default .navbar-link:hover {
	color: #303133;
}

.navbar-default .btn-link {
	color: #909399;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #303133;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #c0c4cc;
}

.navbar-inverse {
	background-color: #303133;
	border-color: #dcdfe6;
}

.navbar-inverse .navbar-brand {
	color: #909399;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #ffffff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #909399;
}

.navbar-inverse .navbar-nav > li > a {
	color: #909399;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #c0c4cc;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #1e67af;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #c0c4cc;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	color: #1e67af;
	background-color: transparent;
}

@media (max-width: 749px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #dcdfe6;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #dcdfe6;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #909399;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #c0c4cc;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #1e67af;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #c0c4cc;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-toggle {
	border-color: #e4e7ed;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #fafcff;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #1f1f21;
}

.navbar-inverse .navbar-link {
	color: #909399;
}

.navbar-inverse .navbar-link:hover {
	color: #c0c4cc;
}

.navbar-inverse .btn-link {
	color: #909399;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #c0c4cc;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #c0c4cc;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 18px;
	list-style: none;
	background-color: transparent;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #303133;
	content: "> ";
}

.breadcrumb > .active {
	color: black;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 18px 0;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 5px 12px;
	margin-left: -1px;
	line-height: 1.428571429;
	color: #303133;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dcdfe6;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 2;
	color: #303133;
	background-color: rgba(0, 0, 0, 0.04);
	border-color: #dcdfe6;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	border-bottom-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	border-bottom-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 3;
	color: #303133;
	cursor: default;
	background-color: rgba(0, 0, 0, 0.04);
	border-color: #dcdfe6;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #303133;
	cursor: not-allowed;
	background-color: rgba(0, 0, 0, 0.04);
	border-color: #dcdfe6;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 16.25px;
	line-height: 1.33;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
	border-bottom-left-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
	border-bottom-right-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: clamp(0.4rem, (0.314rem + 0.77vw) * 0.8, 0.8rem);
	border-bottom-left-radius: clamp(0.4rem, (0.314rem + 0.77vw) * 0.8, 0.8rem);
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: clamp(0.4rem, (0.314rem + 0.77vw) * 0.8, 0.8rem);
	border-bottom-right-radius: clamp(0.4rem, (0.314rem + 0.77vw) * 0.8, 0.8rem);
}

.pager {
	padding-left: 0;
	margin: 18px 0;
	text-align: center;
	list-style: none;
}

.pager:before,
.pager:after {
	display: table;
	content: " ";
}

.pager:after {
	clear: both;
}

.pager li {
	display: inline;
}

.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #dcdfe6;
	border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.04);
}

.pager .next > a,
.pager .next > span {
	float: right;
}

.pager .previous > a,
.pager .previous > span {
	float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #303133;
	cursor: not-allowed;
	background-color: #ffffff;
}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

a.label:hover,
a.label:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.label-default {
	background-color: #303133;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #171819;
}

.label-primary {
	background-color: #409eff;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #0d84ff;
}

.label-success {
	background-color: #67c23a;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #529b2e;
}

.label-info {
	background-color: #909399;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #767980;
}

.label-warning {
	background-color: #e6a23c;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #d48a1b;
}

.label-danger {
	background-color: #f56c6c;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #f23c3c;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #909399;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.04);
}

.list-group-item > .badge {
	float: right;
}

.list-group-item > .badge + .badge {
	margin-right: 5px;
}

.nav-pills > li > a > .badge {
	margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #f8f8f7;
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 200;
}

.jumbotron > hr {
	border-top-color: #e0e0dc;
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width: 750px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 59px;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 18px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dcdfe6;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.thumbnail .caption {
	padding: 9px;
	color: #303133;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #409eff;
}

.alert {
	padding: 15px;
	margin-bottom: 18px;
	border: 1px solid transparent;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert > p,
.alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	color: #67c23a;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #529b2e;
}

.alert-info {
	color: #909399;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #767980;
}

.alert-warning {
	color: #e6a23c;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #d48a1b;
}

.alert-danger {
	color: #f56c6c;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #f23c3c;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	height: 18px;
	margin-bottom: 18px;
	overflow: hidden;
	background-color: #fafcff;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #303133;
	text-align: center;
	background-color: #409eff;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #67c23a;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
}

.progress-bar-info {
	background-color: #909399;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
}

.progress-bar-warning {
	background-color: #e6a23c;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
}

.progress-bar-danger {
	background-color: #f56c6c;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
}

.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}

.media-object.img-thumbnail {
	max-width: none;
}

.media-right,
.media > .pull-right {
	padding-left: 10px;
}

.media-left,
.media > .pull-left {
	padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}

.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid #dcdfe6;
}

.list-group-item:first-child {
	border-top-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	border-top-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	border-bottom-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	color: #c0c4cc;
	cursor: not-allowed;
	background-color: #f5f7fa;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #c0c4cc;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #1e67af;
	background-color: rgba(0, 0, 0, 0.04);
	border-color: rgba(0, 0, 0, 0.04);
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: rgba(102, 102, 102, 0.04);
}

a.list-group-item,
button.list-group-item {
	color: #909399;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #303133;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	color: #303133;
	text-decoration: none;
	background-color: #f5f7fa;
}

button.list-group-item {
	width: 100%;
	text-align: left;
}

.list-group-item-success {
	color: #67c23a;
	background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
	color: #67c23a;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
	color: #67c23a;
	background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #67c23a;
	border-color: #67c23a;
}

.list-group-item-info {
	color: #909399;
	background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
	color: #909399;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
	color: #909399;
	background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #909399;
	border-color: #909399;
}

.list-group-item-warning {
	color: #e6a23c;
	background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #e6a23c;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
	color: #e6a23c;
	background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #e6a23c;
	border-color: #e6a23c;
}

.list-group-item-danger {
	color: #f56c6c;
	background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #f56c6c;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
	color: #f56c6c;
	background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #f56c6c;
	border-color: #f56c6c;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 18px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
	padding: 15px;
}

.panel-body:before,
.panel-body:after {
	display: table;
	content: " ";
}

.panel-body:after {
	clear: both;
}

.panel-heading {
	padding: 8px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
	border-top-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}

.panel-footer {
	padding: 8px 15px;
	background-color: #fafcff;
	border-top: 1px solid #dcdfe6;
	border-bottom-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
	border-bottom-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
	border-top-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
	border-bottom-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group + .panel-footer {
	border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
	padding-right: 15px;
	padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
	border-top-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
	border-top-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
	border-bottom-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
	border-bottom-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem)-1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ecece9;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

.panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
}

.panel-group {
	margin-bottom: 18px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #dcdfe6;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #dcdfe6;
}

.panel-default {
	border-color: transparent;
}

.panel-default > .panel-heading {
	color: #303133;
	background-color: #fafcff;
	border-color: transparent;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;
}

.panel-default > .panel-heading .badge {
	color: #fafcff;
	background-color: #303133;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: transparent;
}

.panel-primary {
	border-color: #409eff;
}

.panel-primary > .panel-heading {
	color: #ffffff;
	background-color: #409eff;
	border-color: #409eff;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #409eff;
}

.panel-primary > .panel-heading .badge {
	color: #409eff;
	background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #409eff;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	color: #67c23a;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #67c23a;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info > .panel-heading {
	color: #909399;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #909399;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #e6a23c;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #e6a23c;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger > .panel-heading {
	color: #f56c6c;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #f56c6c;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
	padding: 24px;
	border-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
}

.well-sm {
	padding: 9px;
	border-radius: clamp(0.4rem, (0.314rem + 0.77vw) * 0.8, 0.8rem);
}

.close {
	float: right;
	font-size: 19.5px;
	font-weight: bold;
	line-height: 1;
	color: #303133;
	text-shadow: 0 1px 0 #303133;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.close:hover,
.close:focus {
	color: #303133;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #dcdfe6;
	border: 1px solid #dcdfe6;
	border-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #dcdfe6;
}

.modal-header:before,
.modal-header:after {
	display: table;
	content: " ";
}

.modal-header:after {
	clear: both;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.428571429;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #dcdfe6;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 750px) {
	.modal-dialog {
		width: 500px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 970px) {
	.modal-lg {
		width: 800px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 400;
	line-height: 1.428571429;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 12px;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #303133;
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #303133;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #303133;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #303133;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #303133;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #303133;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #303133;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #303133;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	background-color: #303133;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 400;
	line-height: 1.428571429;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 13px;
	background-color: rgba(248, 248, 247, 0.85);
	background-clip: padding-box;
	border: 1px solid #dcdfe6;
	border: 1px solid #dcdfe6;
	border-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow:after {
	content: "";
	border-width: 10px;
}

.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #a1a9bc;
	border-top-color: #dcdfe6;
	border-bottom-width: 0;
}

.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: rgba(248, 248, 247, 0.85);
	border-bottom-width: 0;
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #a1a9bc;
	border-right-color: #dcdfe6;
	border-left-width: 0;
}

.popover.right > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: rgba(248, 248, 247, 0.85);
	border-left-width: 0;
}

.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #a1a9bc;
	border-bottom-color: #dcdfe6;
}

.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: rgba(248, 248, 247, 0.85);
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #a1a9bc;
	border-left-color: #dcdfe6;
}

.popover.left > .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: rgba(248, 248, 247, 0.85);
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 13px;
	background-color: #fafcff;
	border-bottom: 1px solid #e1edff;
	border-radius: clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem)-1 clamp(0.6rem, (0.314rem + 0.77vw) * 1.2, 1.2rem)-1 0
		0;
}

.popover-content {
	padding: 9px 14px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6%;
	font-size: 13px;
	color: #303133;
	text-align: center;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=100);
	opacity: 1;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
	color: #303133;
	text-decoration: none;
	outline: 0;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
}

.carousel-control .icon-prev:before {
	content: "\2039";
}

.carousel-control .icon-next:before {
	content: "\203a";
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #dcdfe6;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.04);
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #303133;
	text-align: center;
	text-shadow: none;
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 750px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 19.5px;
		height: 19.5px;
		margin-top: -6.5px;
		font-size: 19.5px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -6.5px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -6.5px;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 749px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 749px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 749px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 749px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 750px) and (max-width: 969px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 750px) and (max-width: 969px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 750px) and (max-width: 969px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 750px) and (max-width: 969px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 970px) and (max-width: 1169px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 970px) and (max-width: 1169px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 970px) and (max-width: 1169px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 970px) and (max-width: 1169px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1170px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1170px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1170px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1170px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 749px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 750px) and (max-width: 969px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 970px) and (max-width: 1169px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1170px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

html {
	font-size: 16px;
}

body {
	padding-bottom: 0;
}

body::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

body::-webkit-scrollbar-thumb {
	height: 30%;
	background: #f5f7fa;
	border-radius: 10px;
}

body::-webkit-scrollbar-track {
	background-color: #fafcff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-size: 13px;
	font-weight: 600;
	margin-top: 9px;
	margin-bottom: 9px;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: 300;
	font-size: 92%;
	color: #c0c4cc;
}

.text-muted {
	color: #c0c4cc;
}

.border-base {
	border-color: #dcdfe6;
}

.border-light {
	border-color: #e4e7ed;
}

.page-header {
	margin: 36px 0 18px;
	border-bottom: 1px solid #dcdfe6;
	border-radius: 0;
}

blockquote {
	border-left: 5px solid #dcdfe6;
	font-size: 13px;
}

blockquote.blockquote-sm {
	padding: 0 0 0 15px;
}

blockquote footer,
blockquote small,
blockquote .small {
	color: #c0c4cc;
}

blockquote p {
	font-size: inherit;
	margin-bottom: 9px;
}

.blockquote-reverse,
blockquote.pull-right {
	border-right: 5px solid #dcdfe6;
}

.wrapper {
	padding-top: 84px;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

caption {
	color: #c0c4cc;
}

.table {
	margin-bottom: 0;
}

input[type="search"] {
	background: url(/313devgrp/img/search.png) 5px 5px no-repeat #ffffff;
}

input[type="search"].input-transparent {
	color: #303133;
	background: url(/313devgrp/img/search.png) 5px 5px no-repeat #ffffff;
}

input[type="search"].input-transparent::-moz-placeholder {
	color: #a8abb2;
	opacity: 1;
}

input[type="search"].input-transparent:-ms-input-placeholder {
	color: #a8abb2;
}

input[type="search"].input-transparent::-webkit-input-placeholder {
	color: #a8abb2;
}

.btn-default {
	color: #303133;
	background-color: #ffffff;
	border-color: #f2f2f2;
}

.btn-default:focus,
.btn-default.focus {
	color: #303133;
	background-color: #e6e5e5;
	border-color: #b3b2b2;
}

.btn-default:hover {
	color: #303133;
	background-color: #e6e5e5;
	border-color: #d4d4d4;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
	color: #303133;
	background-color: #e6e5e5;
	background-image: none;
	border-color: #d4d4d4;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
	color: #303133;
	background-color: #d4d4d4;
	border-color: #b3b2b2;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #ffffff;
	border-color: #f2f2f2;
}

.btn-default .badge {
	color: #ffffff;
	background-color: #303133;
}

.dropdown-menu {
	overflow: hidden;
	padding: 0;
}

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

.input-group-addon {
	color: #c0c4cc;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	border-color: #409eff;
}

.navbar {
	padding: 0 15px;
	margin-bottom: 18px;
	border-radius: 0;
}

.navbar-default {
	border-color: transparent;
}

.navbar-default.has-scroll {
	border-color: #dcdfe6;
}

.navbar-default .navbar-brand {
	height: auto;
	padding: 8px 15px;
}

.navbar-default .navbar-nav {
	margin: 8px 0;
}

.navbar-inverse .navbar-brand {
	height: auto;
	padding: 8px 15px;
}

.navbar-inverse .navbar-nav {
	margin: 8px 0;
}

.breadcrumb {
	padding: 0;
	font-size: 12px;
}

.breadcrumb a {
	color: #303133;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #409eff;
}

.panel {
	border: 1px solid transparent;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 4px #00000026;
	box-shadow: 0 1px 4px #00000026;
}

.panel .panel-heading a {
	color: #303133;
}

.panel .panel-heading a.collapsed {
	color: #c0c4cc;
}

.content .panel {
	color: #303133;
}

.panel-heading {
	padding: 8px 15px;
	border-bottom: 1px solid transparent;
}

.well {
	-webkit-box-shadow: 0 1px 4px #00000026;
	box-shadow: 0 1px 4px #00000026;
}

.modal {
	color: inherit;
}

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
	color: inherit;
}

.modal-footer {
	background-color: #f5f7fa;
}

.popover {
	color: inherit;
}

.popover h1,
.popover h2,
.popover h3,
.popover h4,
.popover h5,
.popover h6 {
	color: inherit;
}

/***********************************/
/**          SIDEBAR             **/
/**********************************/
.sidebar {
	color: #303133;
}

.side-nav li.active a {
	color: #409eff;
	background: #ffffff;
}

.side-nav li .category-label {
	padding: 10px;
	display: block;
}

.side-nav li .category-label.active {
	color: #409eff;
}

.side-nav li a {
	padding: 4px 10px 4px 35px;
}

.side-nav li a:hover,
.side-nav li a:focus {
	background: #ffffff;
}

.side-nav .panel-collapse li a:hover,
.side-nav .panel-collapse li a:focus {
	background: #ffffff;
}

.sidebar-labels > li > a {
	color: #909399;
}

.sidebar-labels > li > a:hover {
	color: #303133;
}

.sidebar-alerts .alert .close {
	color: #303133;
}

.sidebar-nav-title .action-link {
	color: #303133;
}

/***********************************/
/**          CONTENT              **/
/**********************************/
/*content except of header*/
.content .content-footer {
	color: #c0c4cc;
}

/***********************************/
/**          WIDGET               **/
/**********************************/
.widget {
	color: #303133;
	background: #ffffff;
	border: 1px solid transparent;
	border-radius: clamp(0.5rem, 0.314rem + 0.77vw, 1rem);
	-webkit-box-shadow: 0 1px 4px #00000026;
	box-shadow: 0 1px 4px #00000026;
}

.widget > header {
	color: #303133;
}

.widget > header h1 small,
.widget > header h2 small,
.widget > header h3 small,
.widget > header h4 small,
.widget > header h5 small {
	color: #c0c4cc;
}

.widget-controls > a,
.widget-controls > span {
	color: #909399;
}

.widget-controls > a:hover {
	color: #303133;
}

/***********************************/
/**          HEADER               **/
/**********************************/
.page-header .navbar .nav li.dropdown.open > .dropdown-toggle,
.page-header .navbar .nav li.dropdown.active > .dropdown-toggle,
.page-header .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #303133;
}

.page-header .navbar .nav li.dropdown.open > .dropdown-toggle:hover,
.page-header .navbar .nav li.dropdown.open > .dropdown-toggle:focus,
.page-header .navbar .nav li.dropdown.active > .dropdown-toggle:hover,
.page-header .navbar .nav li.dropdown.active > .dropdown-toggle:focus,
.page-header .navbar .nav li.dropdown.open.active > .dropdown-toggle:hover,
.page-header .navbar .nav li.dropdown.open.active > .dropdown-toggle:focus {
	color: #ffffff;
}

.page-header .navbar .nav > li > a:focus,
.page-header .navbar .nav > li > a:hover,
.page-header .navbar .nav > .active > a,
.page-header .navbar .nav > .active > a:hover,
.page-header .navbar .nav > .active > a:focus {
	color: #ffffff;
}

.page-header .nav > li > a {
	color: #303133;
}

.page-header .nav > li > a:hover {
	color: #ffffff;
}

.page-header .nav > li.divider {
	background: linear-gradient(rgba(0, 0, 0, 0), #303133, rgba(102, 102, 102, 0));
}

.page-header .search-query {
	color: #303133;
	background: url(/313devgrp/img/search.png) 5px 5px no-repeat;
}

.page-header .search-query::-moz-placeholder {
	color: #a8abb2;
	opacity: 1;
}

.page-header .search-query:-ms-input-placeholder {
	color: #a8abb2;
}

.page-header .search-query::-webkit-input-placeholder {
	color: #a8abb2;
}

.page-header .navbar .nav > li > .dropdown-menu:after {
	border-bottom: 6px solid rgba(248, 248, 247, 0.85);
}

.page-title {
	color: #303133;
}

.page-title small {
	color: #c0c4cc;
}

.notifications .alert {
	color: #303133;
}

.notifications .alert a {
	color: #303133;
}

/***********************************/
/**          MESSAGES            **/
/**********************************/
.messages {
	background: rgba(255, 255, 255, 0.85);
	color: #303133;
}

.navbar .nav > li > .messages:after {
	border-bottom-color: rgba(248, 248, 247, 0.85);
}

.navbar .nav > li > .messages > li > a {
	color: #303133;
}

.navbar .nav > li > .messages > li > a:hover,
.navbar .nav > li > .messages > li > a:focus {
	background-color: #409eff;
}

.message .text {
	color: #909399;
}

/***********************************/
/**          SUPPORT            **/
/**********************************/
.support {
	background: rgba(255, 255, 255, 0.85);
	color: #303133;
}

.navbar .nav > li > .support:after {
	border-bottom-color: rgba(248, 248, 247, 0.85);
}

.navbar .nav > li > .support > li > a {
	color: #303133;
}

.navbar .nav > li > .support > li > a:hover,
.navbar .nav > li > .support > li > a:focus {
	background-color: #409eff;
}

/***********************************/
/**          SETTINGS             **/
/**********************************/
.settings-popover {
	background: rgba(255, 255, 255, 0.85);
	color: #303133;
}

.settings-popover.bottom .arrow:after {
	border-bottom-color: rgba(248, 248, 247, 0.85);
}

/***********************************/
/**          ACCOUNT             **/
/**********************************/
.account {
	background: rgba(255, 255, 255, 0.85);
	color: #303133;
}

.navbar .nav > li > .account:after {
	border-bottom-color: rgba(248, 248, 247, 0.85);
}

.account > li > a {
	color: #303133;
}

.account > li > a:hover,
.account > li > a:focus {
	background-color: #409eff;
	color: #303133;
}

/***********************************/
/**          BUTTONS              **/
/**********************************/
/* Custom behavior. For overridden bootstrap btns see bootstrap-override */
.btn-transparent {
	color: #303133;
}

.btn-transparent:hover {
	background: #303133;
	color: #303133;
}

.btn-transparent.active {
	color: #303133;
	background: #fafcff;
}

.btn-transparent.active:hover {
	background: #fafcff;
}

.btn-transparent .caret {
	border-top-color: #303133;
}

/***********************************/
/**          FORMS                **/
/**********************************/
.section {
	color: #c0c4cc;
}

.section small {
	color: #c0c4cc;
}

.form-control.input-transparent {
	color: #303133;
	background-color: #ffffff;
}

.form-control.input-transparent::-moz-placeholder {
	color: #a8abb2;
	opacity: 1;
}

.form-control.input-transparent:-ms-input-placeholder {
	color: #a8abb2;
}

.form-control.input-transparent::-webkit-input-placeholder {
	color: #a8abb2;
}

.form-control.input-transparent:focus {
	color: #303133;
}

.form-control.input-transparent[disabled],
.form-control.input-transparent[readonly],
fieldset[disabled] .form-control.input-transparent {
	background-color: white;
}

.form-actions {
	background-color: #f5f7fa;
}

.wizard-navigation a {
	color: #303133;
}

/***********************************/
/**          TABS                 **/
/**********************************/
.widget-tabs .body {
	background: #ffffff;
}

.widget-tabs .nav > li > a {
	color: #303133;
}

.widget-tabs .nav > li.active > a {
	background: #ffffff;
}

.widget-tabs .nav > li.active > a:hover {
	color: #303133;
}

.widget-tabs .nav > li:not(.active) > a {
	background: #ffffff;
}

.widget-tabs .nav > li:not(.active) > a:hover {
	background: rgba(230, 229, 229, 0.4);
}

.widget:not(.widget-tabs) .tab-content {
	background: #f5f7fa;
}

.tab-header {
	color: #303133;
}

/***********************************/
/**          PROGRESSBARS         **/
/**********************************/
.progress-inverse .bar,
.progress .progress-bar-inverse {
	color: #ffffff;
	background-color: #303133;
	background-image: -webkit-linear-gradient(top, #303133 0%, #303133 100%);
	background-image: -o-linear-gradient(top, #303133 0%, #303133 100%);
	background-image: linear-gradient(to bottom, #303133 0%, #303133 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF303133', endColorstr='#FF303133', GradientType=0);
	background-repeat: repeat-x;
}

.progress-inverse.progress-striped .bar,
.progress-striped .progress-bar-inverse {
	background-image: -webkit-linear-gradient(
		45deg,
		#303133 25%,
		transparent 25%,
		transparent 50%,
		#303133 50%,
		#303133 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		#303133 25%,
		transparent 25%,
		transparent 50%,
		#303133 50%,
		#303133 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		#303133 25%,
		transparent 25%,
		transparent 50%,
		#303133 50%,
		#303133 75%,
		transparent 75%,
		transparent
	);
}

/***********************************/
/**          TABLES               **/
/**********************************/
.table th {
	font-weight: 300;
	color: #121212;
}

.widget .table th {
	color: #303133;
}

.table-editable th a {
	color: #303133;
}

.table-editable td.editor input[type="text"] {
	color: #303133;
}

/***********************************/
/**           LIVE GRID           **/
/**********************************/
.bg-addition {
	background-color: #f5f7fa !important;
}

/***********************************/
/* custom widgets classes (email widget, charts, etc). This file can be removed. */
/***********************************/
/***********************************/
/**          FEED                 **/
/**********************************/
.feed .vertical-line {
	background: transparent;
}

.feed-item .icon {
	background: #ffffff;
	color: #303133;
}

.feed-item-body .time {
	color: #c0c4cc;
}

/***********************************/
/**          BOXES               **/
/**********************************/
/*boxes*/
.box {
	background: #ffffff;
	color: #303133;
}

/***********************************/
/**          CHARTS               **/
/**********************************/
.pie-chart .visits {
	color: #303133;
}

.pie-chart-footer .control {
	background: #f5f7fa;
	color: #303133;
}

.visits-info .key {
	color: #303133;
}

/***********************************/
/**          NEWS LIST           **/
/**********************************/
/**
 * Legacy .users-list. Will be removed in next release.
 */
.news-list li,
.users-list li {
	border-top: 1px solid #f5f7fa;
}

.news-list li:hover,
.users-list li:hover {
	background: #f5f7fa;
}

.news-list .name a:hover,
.users-list .name a:hover {
	color: #409eff;
}

.news-list .time,
.users-list .time {
	color: #c0c4cc;
}

.news-list .comment,
.users-list .comment {
	color: #303133;
}

/***********************************/
/**          LOGIN                **/
/**********************************/
.login-widget .form-actions .forgot,
.registration-widget .form-actions .forgot {
	color: #303133;
}

.login-widget .facebook-login,
.registration-widget .facebook-login {
	background: #2477ff;
}

.login-widget .facebook-login a,
.registration-widget .facebook-login a {
	color: #ffffff;
}

/***********************************/
/**          CHAT                 **/
/**********************************/
.chat-message .time {
	color: #c0c4cc;
}

.chat-message-body {
	border-left: 2px solid #e6e5e5;
}

.chat-message-body.on-left {
	border-right: 2px solid #e6e5e5;
}

.chat-message-body.on-left .arrow {
	border-left: 5px solid #e6e5e5;
}

.chat-message-body .arrow {
	border-right: 5px solid #e6e5e5;
}

/***********************************/
/**           ICON LIST           **/
/***********************************/
.icon-list-item > a {
	color: #303133;
}

/***********************/
/*    Notifications    */
/***********************/
.location-selector {
	border: 1px dashed #dcdfe6;
	background-color: #f5f7fa;
}

.location-selector .bit {
	background-color: #d3dce9;
}

.location-selector .bit:hover {
	background-color: #c2cee1;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
	border-color: #dcdfe6;
	border-top-color: #dcdfe6;
}

/***************************/
/*          Navs           */
/***************************/
.tabs-below > .nav-tabs {
	border-top: none;
}

.tabs-left > .nav-tabs {
	border-right: none;
}

.tabs-right > .nav-tabs {
	border-left: none;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
	border-color: #dcdfe6;
	border-right-color: #dcdfe6;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
	border-color: #dcdfe6;
	border-left-color: #dcdfe6;
}
