@charset "UTF-8";

/*!
 * UptownCSS (http://www.uptowncss.com)
 * Copyright 2016 ShopPad, Inc.
 * Licensed under MIT (https://github.com/shoppad/UptownCSS/blob/master/LICENSE)
 /* */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}



abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}


p {
	margin-top: 0;
	margin-bottom: 1.5rem;
	color: #637381
}

em {
	font-style: normal;
	color: #707070
}

hr {
	margin: 0;
	border-width: 0;
	border-collapse: collapse;
	border-top: .1rem solid #dfe4e8
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #007ace;
	-webkit-transition: color .24s cubic-bezier(.64, 0, .35, 1);
	transition: color .24s cubic-bezier(.64, 0, .35, 1)
}



path,
svg {
	fill: currentColor
}

ul {
	list-style: disc outside
}

ol {
	list-style: decimal outside
}

ol,
ul {
	padding-left: 0;
	margin-top: 0;
	margin-left: 2rem;
	margin-bottom: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0 0 0 3rem
}

li {
	color: #637381
}

code {
	padding: .2rem .5rem;
	margin: 0 .2rem;
	white-space: nowrap;
	background: #f1f1f1;
	border: .1rem solid #e1e1e1;
	border-radius: .4rem
}

pre>code {
	display: block;
	padding: 1rem 1.5rem;
	margin: 0;
	overflow: auto
}

main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box
}

section {
	display: block;
	width: 100%;
	max-width: 1036px;
	text-align: left;
	margin: 0 auto
}

@media (min-width:550px) {
	section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		flex-direction: row
	}
}

section+section {
	padding-top: 2rem;
	border-top: .1rem solid #d3dbe2
}

section aside {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0rem;
	box-sizing: border-box
}

@media (min-width:550px) {
	section aside {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 24.0rem;
		flex: 1 0 24.0rem
	}
}

section aside h2 {
	margin: 0;
	padding: 2rem 0;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.6em
}

section aside p {
	color: #707070;
	line-height: 1.4
}

section article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:550px) {
	section article {
		-webkit-box-flex: 2;
		-ms-flex: 2 1 48.0rem;
		flex: 2 1 48.0rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 2rem
	}
}

/* section .card { */
	/* display: inline-block; */
	/* width: 100%; */
	/* color: #1a1919; */
	/* box-sizing: border-box; */
	/* margin-bottom: 0; */
	padding:2rem;
	/* padding-top: 2rem; */
	/* padding-right: 2rem; */
	/* padding-bottom: 0rem; */
	/* padding-left: 2rem; */
	/* background-color: #fff; */
	/* border-radius: .3rem */
/* } */

/* section .card~h1:first-of-type, */
/* section .card~h2:first-of-type, */
/* section .card~h3:first-of-type, */
/* section .card~h4:first-of-type, */
/* section .card~h5:first-of-type, */
/* section .card~h6:first-of-type { */
	/* margin-top: 0 */
/* } */

/* @media (min-width:550px) { */
	/* section .card { */
		/* box-shadow: 0 0 0 1px rgba(63, 63, 68, .05), 0 1px 3px 0 rgba(63, 63, 68, .15); */
		/* margin-bottom: 2rem */
	/* } */
/* } */

/* section .card.secondary { */
	/* background-color: #ebeef0 */
/* } */

/* section .card.has-sections { */
	/* padding: 0 */
/* } */

/* section .card .card-section { */
	/* padding: 2rem */
/* } */

/* section .card .card-section~h1:first-of-type, */
/* section .card .card-section~h2:first-of-type, */
/* section .card .card-section~h3:first-of-type, */
/* section .card .card-section~h4:first-of-type, */
/* section .card .card-section~h5:first-of-type, */
/* section .card .card-section~h6:first-of-type { */
	/* margin-top: 0 */
/* } */

/* section .card p { */
	/* color: #1a1919 */
/* } */

/* section .card.card--account-status { */
	/* display: grid; */
	/* grid-template-columns: 1fr; */
	/* grid-template-rows: 4rem 6rem 1fr */
/* } */



.full-width {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box
}

.max-full-width {
	max-width: 100%;
	box-sizing: border-box
}

.align-center {
	text-align: center
}

.align-left {
	text-align: left
}

.align-right {
	text-align: right
}

.highlight-warning {
	background: #fcf1cd;
	color: #ed6347
}

.blue {
	color: #007ace
}

.green {
	color: #50b83c
}

.yellow {
	color: #eec200
}

.red {
	color: #ed6347
}

.grey {
	color: #dfe4e8
}

.lightblue {
	color: #b4e1fa
}

.orange {
	color: #f49342
}

.emphasis {
	font-weight: 600;
	color: #1a1919
}

.subdued {
	font-weight: 400;
	color: #707070
}

.hide-scrollbars ::-webkit-scrollbar {
	display: none!important;
	width: 10px!important;
	height: 0!important
}

.hide-scrollbars ::-webkit-scrollbar-thumb {
	background-color: transparent
}

.overflow-container {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.ht-icon-spin {
	color: #f49342
}


.side-elements {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.side-elements label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 1rem 0 0;
	white-space: nowrap
}

.side-elements .button,
.side-elements button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 1rem
}

.side-elements.we-side-elements .append,
.side-elements.we-side-elements input:not([type=checkbox]),
.side-elements.we-side-elements select {
	margin: 0 1rem 0 0;
	width: auto
}

.side-elements.we-side-elements .append+input,
.side-elements.we-side-elements input+.append,
.side-elements.we-side-elements select+.append {
	margin-left: -1rem
}

@media screen and (max-width:480px) {
	.side-elements.we-side-elements {
		flex-wrap: wrap
	}
	.side-elements.we-side-elements input+.append,
	.side-elements.we-side-elements input:not([type=checkbox]) {
		margin-bottom: 1rem
	}
	.side-elements.we-side-elements .append+input {
		margin-bottom: 0
	}
}

.we-side-elements-even {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.we-side-elements-even .side-elements-aside {
	flex-basis: 20%
}

.we-side-elements-even .side-elements-main {
	flex: 1
}

.wrapper.we-wrapper {
	background-color: transparent
}

.we-sidebar {
	width: 30px;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 810;
	background-color: #6b6f6f;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: left
}

.we-sidebar::-webkit-scrollbar,
.we-sidebar__item::-webkit-scrollbar {
	display: none;
	overflow: visible
}

.we-sidebar::after {
	content: '';
	display: block;
	padding-bottom: 70px
}

.we-sidebar * {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.we-content-wrapper {
	margin-left: 40px
}

.we-sidebar__item {
	padding: .75em 0 1em;
	width: 100%;
	border-left: 2px solid transparent;
	display: block;
	background-color: transparent;
	color: #fff;
	font-size: 16px
}

a.we-sidebar__item:active,
a.we-sidebar__item:focus {
	color: #fff
}

.we-sidebar__item.active,
.we-sidebar__item:hover {
	/*border-left-color:#fff;*/
	color: #fff;
	background-color: #5e6cc5
}

.we-sidebar__item[class*=fa-]:before {
	width: 20px;
	position: absolute;
	left: 4px;
	font-size: 16px;
	text-align: center
}

.we-sidebar__item-text {
	padding-left: 46px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	white-space: nowrap;
	color: #fff;
	font-weight: 600;
	opacity: 0
}

.we-sidebar__cat {
	display: block;
	padding: .75em 16px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	white-space: nowrap;
	color: #b8c7ce;
	opacity: 0
}

.we-sidebar:hover {
	width: 230px
}

.we-sidebar:hover .we-sidebar__cat,
.we-sidebar:hover .we-sidebar__item-text {
	opacity: 1
}

.we-sidebar__close {
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
	color: #fff;
	font-size: 30px
}

.we-sidebar__close:active,
.we-sidebar__close:focus {
	color: #fff
}

.we-sidebar__trigger {
	padding: 1rem 15px;
	display: none;
	color: #fff;
	font-size: 20px;
	text-align: left;
	background-color: #000733;
	fill: transparent
}

.we-sidebar__trigger:active,
.we-sidebar__trigger:hover {
	color: #222c36
}

@media (pointer:coarse) {
	.we-sidebar,
	.we-sidebar:active,
	.we-sidebar:hover {
		width: 230px;
		padding-top: 50px;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	.we-sidebar.show {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	.we-sidebar__cat,
	.we-sidebar__item-text {
		opacity: 1
	}
	.we-sidebar__close {
		display: block
	}
	.we-sidebar__trigger {
		display: block
	}
	.we-content-wrapper {
		margin-left: 0
	}
}

@media screen and (max-width:480px) {
	.we-sidebar {
		position: absolute;
		min-height: initial;
		top: 0;
		bottom: initial
	}
	.we-sidebar::after {
		padding-bottom: 0
	}
	.we-sidebar,
	.we-sidebar:active,
	.we-sidebar:hover {
		width: 100%;
		padding-top: 50px;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	.we-sidebar.show {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}



