.j-pos {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.j-view-hide {
	display: none;
}
.j-button,
.j-button * {
	cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.j-text {
	margin-bottom: 15px;
}
.j-button {
	position: relative;
	display: flex;
}
.j-button.j-button-hide {
	display: none;
}
.j-button label {
	padding: 0 5px;
	color: #65676b;
}

.j-button-icon span {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.j-button img,
.j-button svg {
	width: 24px;
	height: 24px;
	margin-top: 3px;
}
.j-button label,
.j-button span {
	width: 100%;
	text-align: center;
	justify-content: center;
}
.j-button div {
	text-align: center;
	display: none;
}

.j-button-separator-line,
.j-button-separator {
	float: left;	
	height: 40px;
	position: relative;
}
.j-button.j-button-is-arrow .j-button-arrow {
	display: block;
}
.j-button .j-button-arrow {
	display: none;
}
.j-button .j-button-number {
	font-size: 10px;
	position: absolute;
	top: 3px;
	right: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	line-height: 14px;
	display: block;
}
.j-button-group .j-button .j-button-number {
	right: auto;
	left: -5px;
}
.j-button[data-number='0'] .j-button-number {
	display: none;
}
.j-button.j-button-simple .j-button-label,
.j-button.j-button-simple .j-button-label label {
	text-align: left;
}
.j-button.j-button-is-icon.j-button-simple .j-button-icon {
	width: 24px;
}
.j-list-button .j-button:not(.j-form-btn-step) .j-button-icon span {
	text-align: center;
	width: 30px;
}
.j-list-button .j-button.j-button-is-icon:not(.j-form-btn-step) .j-button-icon{
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
.j-list-button .j-button:not(.j-form-btn-step) .j-button-label label {
	text-align: left;
	font-size: 12px;
}
.j-list-button .j-button.j-button-is-icon .j-button-label {
	padding-left: 0;
}
.j-list-button .j-button .j-button-label {
	height: 30px;
	display: block;
	padding: 5px;
}
.j-list-button .j-button {
	height: 30px;
	display: flex;
	align-items: stretch;
	width: 100%;
}
.j-button.j-button-is-icon.j-button-is-label .j-button-icon, 
.j-button.j-button-is-icon .j-button-icon span {
	justify-content: center;
}
.j-button.j-button-is-icon.j-button-is-label .j-button-icon, 
.j-button.j-button-is-icon.j-button-is-label .j-button-label,
.j-button.j-button-is-icon .j-button-icon span,
.j-button.j-button-is-label label {
	display: flex;
	align-items: center;
}
.j-button.j-button-is-icon.j-button-is-label .j-button-label,
.j-button.j-button-is-label label {
	justify-content: start;
	text-align: left;
}

.j-button.j-button-is-icon.j-button-is-label .j-button-label {
	width: auto;
	flex: 1;
}
.j-button.j-button-is-label .j-button-label,
.j-button.j-button-is-icon .j-button-icon {
	display: flex;
	width: 100%;
	align-items: stretch;
}

.j-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    flex-grow: 1;
    flex-shrink: 1;
}
.j-tab-content-window.j-content-temp-block,
.j-content.j-content-temp-block {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	visibility: hidden;
	display: block;
}
.j-list-button .j-content {
	position: relative;
}
.j-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.j-menu {
	position: absolute;
    border: 1px solid #d6d6d6;
	position: absolute;
	width: 150px;
	min-height: 50px;
	background: #fff;
}
.j-menu .j-window-content {
	background: #fff;
}
.j-message[data-color="error"],
.j-message[data-color="alert"] {
	background-color: #ff3838;
	color: #fff;
}
.j-message[data-color="error"] svg,
.j-message[data-color="alert"] svg {
	fill: #fff;
}

.j-message[data-color="info"] {
	background-color: #cde6f6;
	color: #3998db;
}
.j-message[data-color="info"] svg {
	fill: #3998db;
}

.j-message[data-color="success"] {
	background-color: #99b433;
	color: #fff;
}
.j-message[data-color="success"] svg {
	fill: #fff;
}

.j-message[data-color="notify"] {
	background-color: #fce7c4;
	color: #f39c12;
}
.j-message[data-color="notify"] svg {
	fill: #f39c12;
}
.j-message {
	position: fixed;
	bottom: -300px;
	z-index: 1000;
}
.j-message-icon svg {
	width: 30px;
	height: 30px;
}
.j-message-icon {
	justify-content: center;
	align-items: center;
	display: flex;
	width: 70px;
	height: 50px;
}
.j-message-text {
	align-items: center;
	display: flex;
	padding: 10px 10px 10px 0;
}

.j-view-overlay {
	background: rgba(8,8,8,0.8);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;	
}
.j-view-overlay-show {
	overflow: hidden;
}


.j-button-group-list .j-button-group:first-child {
	margin-top: 0;
}
.j-button-group-list .j-button-group {
	margin-top: 10px;
}
.j-button-group-list .j-button-group.j-button-group-expand {
	position: relative;
}
.j-button-group-list .j-button-group-content .j-button label {
	text-align: left;
	padding: 0;
	font-size: 12px;
}
.j-button-group-list .j-button-group-content .j-button .j-button-label,
.j-button-group-list .j-button-group-content .j-button .j-button-icon {
	height: 30px;
}
.j-button-group-list .j-button-group-content .j-button {
	padding-left: 30px;
}

.j-button-group-list .j-button.j-button-is-icon.j-button-is-label .j-button-icon {
	width: 40px;
}

.j-button-group-list .j-button-group-header {
	overflow: hidden;
	z-index: 5;
}
.j-button-group-list .j-button-group-header .j-button .j-button-label label {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.j-button-group-list .j-button-group-expand .j-button-group-content {
	margin-left: 30px;
}
.j-button-group-list .j-button-group-expand .j-button-group-content .j-button {
	padding-left: 5px;
}

.j-button-group-list .j-button-group-header .j-button .j-button-icon,
.j-button-group-list .j-button-group-header .j-button .j-button-label {
	height: 40px;
}
.j-button-group-expand .j-button-group-content {
	display: none;
}
.j-button-group-list .j-button-separator-:after {
	background: #efefef;
	height: 2px;
	margin: 0 30px;
	display: block;
	content: ' ';
	overflow: hidden;
}
.j-button-group-list .j-button-separator-line:after {
	background: #efefef;
	height: 2px;
	margin: 0 30px;
	display: block;
	content: ' ';
	overflow: hidden;
}
.j-button-group-list .j-button-separator-line {
	height: 2px;
	float: none;
	width: 100%;
	overflow: hidden;
}
.j-tab-header .j-button.j-tab-header-menu {
	display: none;
}
.j-tab-header .j-bar-left {
	position: absolute;
	height: 40px;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
}
.j-tab-header {
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
}
.j-tab-header.j-tab-header-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.j-tab-header .j-button.j-button-hide {
	display: none;
}
.j-tab-header .j-button label {
	height: 40px;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 10px;
}
.j-tab-header .j-button.j-button-active:after {
	content: ' ';
	height: 3px;
	left: 5px;
	right: 5px;
	bottom: 0;
	position: absolute;
}
.j-tab-header .j-bar-left {
	width: 100%;
}
.j-tab-header .j-bar-right {
	display: none;
}

.j-tab-header .j-button .j-button-label {
	height: 40px;
}
.j-tab-header .j-button {
	height: 40px;
	height: auto;
	display: inline-block;
	position: relative;
}
.j-tab-content .j-window {
	background: transparent;
}

.j-tab-header .j-button.j-tab-header-menu .j-button-icon {
	height: 47px;
}
.j-tab-header .j-button.j-tab-header-menu {
	position: absolute;
	top: 0;
	right: 0;
	height: 47px;
	background: #fff;
	width: 40px;
}

.j-button.j-button-disabled {
	opacity: 0.3;
	cursor: default;
}
.j-button.j-button-disabled * {
	cursor: default;
}