body {
	background-color: #fff;
	color: #000;
}

#loading_logo {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#loading_logo > div > img {
	width: 100%;
	max-width: 90px;
}

#loading_version {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	color: #555;
	font-weight: 700;
}

#login_title {
	width: 90%;
	max-width: 300px;
	margin: 40px auto 0;
	text-align: center;
}

#login_title > div:nth-child(1) {
	font-weight: 800;
	font-size: 20pt;
	color: #f661c5;
	height: 30px;
	line-height: 30px;
}

#login_title > div:nth-child(2) {
	font-weight: 500;
	margin-top: 5px;
	height: 50px;
	line-height: 25px;
}

#login_mobile_container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#login_mobile_container > div {
	padding-top: 80px;
}

#login_mobile_form {
	position: relative;
	width: 90%;
	max-width: 250px;
	margin: 0 auto 15px;
}

#login_mobile_form label {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #000;
}

#login_mobile_form input {
	width: 100%;
	outline-style: none;
	border-style: none;
	border-radius: 30px;
	background-color: #eee;
	color: #000;
	direction: ltr;
	text-align: center;
	height: 45px;
	letter-spacing: 2.5pt;
	box-sizing: border-box;
	padding: 0 10px 0 45px;
	font-size: 11pt;
}

#login_mobile_form img {
	position: absolute;
	left: 15px;
	bottom: 13px;
	width: 19px;
	height: 19px;
}

#login-btn {
	width: 90%;
	max-width: 250px;
	margin: 0 auto 40px;
	border-radius: 40px;
	height: 50px;
	line-height: 50px;
	background-color: #f661c5;
	color: #fff;
	font-size: 11pt;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	letter-spacing: -0.6pt;
}

#login_code_container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 0;
}

#login_code_container > div > div:nth-child(1) {
	line-height: 25px;
	width: 90%;
	max-width: 300px;
	margin: 0 auto 20px;
}

#login_code_container > div > div:nth-child(1) span {
	color: #000;
}

#login_code_container > div > div:nth-child(2) span {
	cursor: pointer;
	padding: 8px 14px;
	border-radius: 30px;
	color: #000;
	background-color: #eee;
}

#login_code_container > div > div:nth-child(3) {
	margin: 40px 0;
	direction: ltr;
}

#login_code_container > div > div:nth-child(3) input {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	border-radius: 8px;
	background: none;
	color: #000;
	border: 2px solid #ddd;
	outline-style: none;
	font-size: 15pt;
	text-align: center;
}

#login_code_container > div > div:nth-child(3) input:focus {
	border-color: #aaa;
}

#login_timer {
	text-align: center;
}

#login_timer > div:nth-child(1) {
	display: block;
}

#login_timer > div:nth-child(2) span {
	cursor: pointer;
	color: #000;
}

.container {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 90px;
}

#toolbar_container {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	z-index: +10;
}

#toolbar_container > div {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

#toolbar {
	width: 100%;
	padding: 0 15px;
	background-color: #fff;
	box-sizing: border-box;
	font-weight: 500;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
}

#toolbar > div {
	padding: 15px 0 10px;
	text-align: center;
	width: 25%;
	transition: 100ms;
	-webkit-transition: 100ms;
	-moz-transition: 100ms;
	font-size: 10pt;
}

#toolbar > div.selected {
	transform: translateY(-5px);
}

#toolbar > div > i {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-size: 100%;
}

#toolbar > div > div {
	margin-top: 2px;
	line-height: 15px;
	color: #000;
}

#toolbar > div.selected > div {
	color: #f661c5;
}

#toolbar > div > i.turns_ico {
	background-image: url('../images/turn.png');
	opacity: 1;
}

#toolbar .toolbar-btn * {
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#toolbar > div.selected > i.turns_ico {
	background-image: url('../images/turn_selected.png');
}

#toolbar > div > i.finance_ico {
	background-image: url('../images/finance.png');
	opacity: 1;
}

#toolbar > div.selected > i.finance_ico {
	background-image: url('../images/finance_selected.png');
}

#toolbar > div > i.settings_ico {
	background-image: url('../images/settings.png');
	opacity: 1;
}

#toolbar > div.selected > i.settings_ico {
	background-image: url('../images/settings_selected.png');
}

#toolbar > div > i.notifs_ico {
	background-image: url('../images/notifs.png');
	opacity: 1;
}

#toolbar > div.selected > i.notifs_ico {
	background-image: url('../images/notifs_selected.png');
}

#toolbar > div > i.contents_ico {
	background-image: url('../images/content.png');
	opacity: 1;
}

#toolbar > div.selected > i.contents_ico {
	background-image: url('../images/content_selected.png');
}

.header {
	width: 100%;
	padding: 0 12px;
	box-sizing: border-box;
	margin: 10px 0 8px;
}

.header > div:nth-child(1) img {
	height: 50px;
}

.header > div:nth-child(1) span {
	font-size: 12pt;
	font-weight: 700;
	margin-right: 5px;
	color: #ccc;
}

.header > div:nth-child(2) {
	text-align: left;
}

.header-logout {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-image: url('../images/logout.png');
	cursor: pointer;
}

#turns_header {
	margin: 0 12px 10px;
}

#turns_header > .tbl {
	width: 100%;
	border-radius: 30px;
	background-color: #eee;
	padding: 7px 15px;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
}

#turns_header > .tbl > div {
	text-align: center;
}

#turns_header > .tbl > div:nth-child(odd) {
	width: 60px;
	color: #000;
	cursor: pointer;
}

#turns_header > .tbl > div i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	width: 16px;
	height: 16px;
	background-size: 100%;
}

#turns_header > .tbl > div:nth-child(1) i {
	background-image: url('../images/right.png');
}

#turns_header > .tbl > div:nth-child(3) i {
	background-image: url('../images/left.png');
}

#turns_header > .tbl > div:nth-child(1) {
	text-align: right;
}

#turns_header > .tbl > div:nth-child(3) {
	text-align: left;
}

#turns_header > .tbl > div:nth-child(2) {
	color: #000;
	font-size: 14pt;
	font-weight: 800;
}

#turns_title {
	margin: 0 18px 15px 12px;
}

#turns_title > .tbl {
	width: 100%;
}

#turns_title > .tbl > div:nth-child(1) {
	font-weight: 700;
	font-size: 10pt;
}

#turns_title > .tbl > div:nth-child(1) i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: 100%;
	background-image: url('../images/calendar.png');
	vertical-align: middle;
	margin-left: 10px;
}

#turns_title > .tbl > div:nth-child(2) {
	text-align: left;
}

#turns_title > .tbl > div:nth-child(2) span {
	cursor: pointer;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	padding: 6px 10px;
	color: #fff;
	font-weight: 700;
}

.turns_error {
	text-align: center;
	padding: 40px 0;
}

.turns_error > div:nth-child(1) img {
	width: 120px;
}

.turns_error > div:nth-child(2) {
	font-size: 13pt;
	color: #000;
	font-weight: 800;
	margin-top: 10px;
}

.turns_error > div:nth-child(3) {
	line-height: 25px;
	width: 85%;
	margin: 0 auto 20px;
	font-weight: 500;
	color: #888;
}

.turns_error > div:nth-child(4) > span {
	padding: 7px 15px;
	border-radius: 30px;
	background-color: #ddd;
	color: #000;
	font-size: 11pt;
	font-weight: 700;
	cursor: pointer;
}

#turn_box_container {
	margin: 0 9px 10px;
}

.turn_box {
	width: 33.33%;
	float: right;
	padding: 0 3px 6px;
	box-sizing: border-box;
}

.turn_box > div {
	width: 100%;
	padding: 10px 5px;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}

.turn_box > div > div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.turn_box:nth-child(1) > div {
	background-color: #d03262;
}

.turn_box:nth-child(2) > div {
	background-color: #678f13;
}

.turn_box:nth-child(3) > div {
	background-color: #8b16c8;
}

.turn_box:nth-child(4) > div {
	background-color: #217ab8;
}

.turn_box > div > div:nth-child(1) {
	font-weight: 800;
	font-size: 12pt;
}

.turn_box > div > div:nth-child(1) span {
	font-weight: 500;
	margin: 0 2px;
	font-size: 11pt;
}

.turn_box > div > div:nth-child(2) {
	font-weight: 700;
	opacity: 0.7;
	margin-top: 3px;
	font-size: 8pt;
}

#home_wait_turns, #home_wait_pays, #home_free_turns {
	height: 15px;
	line-height: 15px;
}

.turn_box_full {
	width: 100%;
}

.turn_box_full > div > div {
	display: inline-block;
	vertical-align: middle;
}

.turn_box_full > div > div:nth-child(2) {
	margin-top: 0;
}

.inline_title {
	margin: 10px 12px 10px;
	text-align: right;
	font-size: 14pt;
	font-weight: 800;
	color: #000;
	letter-spacing: -0.3pt;
}

.inline_title_margin_top {
	margin-top: 25px;
}

#turns_container {
	position: relative;
}

#turns_hours {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: auto;
	pointer-events: none;
}

#turns_hours > div {
	height: 50px;
	padding: 3px 0;
	box-sizing: border-box;
	direction: ltr;
	font-weight: 700;
}

#turns_hours > div i {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.1);
	margin: 0 4px;
}

#turns_hours > div > div {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 11pt;
	background-color: #eee;
	color: #000;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

#turns-items {
	overflow-x: auto;
	white-space: nowrap;
	padding-right: 127px;
	padding-bottom: 10px;
}

#turns-items::-webkit-scrollbar {
	display: none;
}

#turns-items {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#turns-items > div {
	height: 50px;
	line-height: 50px;
}

#turns-items > div:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
}

#turns-items > div > * {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	height: 33px;
	line-height: 33px;
}

.turn_item {
	background-color: #eee;
	color: #000;
	font-size: 10pt;
	padding: 0 12px 0 8px;
	border-radius: 30px;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.turn_item span {
	margin-left: 5px;
}

.turn_item i {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-size: 100%;
	margin-right: 0;
}

.turn_enter {
	background-image: url('../images/turn_enter.png');
	opacity: 1;
}

.turn_finance {
	background-image: url('../images/turn_finance.png');
	opacity: 1;
}

.turn_enter.done {
	background-image: url('../images/turn_enter_done.png');
	opacity: 0.2;
}

.turn_finance.done {
	background-image: url('../images/turn_finance_done.png');
	opacity: 0.2;
}

#turns-items > div > *.turn_new {
	color: #000;
	font-size: 10pt;
	padding: 0 10px;
	border-radius: 30px;
	box-sizing: border-box;
	border: 2px dashed #ddd;
	line-height: 28px;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#popup_back {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: +11;
	display: none;
}

.popup {
	width: 100%;
	height: 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 80px;
	z-index: +12;
	display: none;
}

.popup .app_form {
	text-align: right;
	margin-bottom: 10px;
}

.popup > div {
	margin: 0 auto;
	background-color: #fff;
	width: 90%;
	max-width: 400px;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 20px;
}

.popup > div.popup_padding {
	padding: 20px;
}

#calendar_title {
	text-align: center;
	font-size: 15pt;
	font-weight: 800;
	color: #000;
	letter-spacing: -0.5pt;
	margin-bottom: 10px;
}

#calendar_header_container {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

#calendar_header_container > div {
	vertical-align: middle;
}

#calendar_header_container > div:nth-child(1) {
	width: 60px;
	text-align: right;
	font-size: 10pt;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#calendar_header_container > div:nth-child(3) {
	width: 60px;
	text-align: left;
	font-size: 10pt;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#calendar_header_container > div:nth-child(odd) i {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-size: 100%;
}

#calendar_header_container > div:nth-child(odd) span {
	color: #000;
	font-weight: 700;
}

#calendar_header_container > div:nth-child(1) span {
	margin-right: 5px;
}

#calendar_header_container > div:nth-child(3) span {
	margin-left: 5px;
}

#calendar_header_container > div:nth-child(1) i {
	background-image: url('../images/right.png');
}

#calendar_header_container > div:nth-child(3) i {
	background-image: url('../images/left.png');
}

#calendar_header {
	border: 2px solid rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	border-radius: 10px;
}

#calendar_header > div {
	padding: 0 0;
	box-sizing: border-box;
}

#calendar_header > div > select {
	background: none;
	color: #000;
	border-style: none;
	padding: 8px 8px;
	text-align: center;
	box-sizing: border-box;
	font-size: 12pt;
	display: block;
	border-left: 2px solid rgba(0, 0, 0, 0.1);
	margin: 0;
	outline-style: none;
}

#calendar_header > div:nth-child(2) > select {
	border-style: none;
}

#calendar_header > div > select option {
	background-color: #fff;
	color: #000;
}

#calendar_tbl {
	width: 100%;
	table-layout: fixed;
}

#calendar_tbl td {
	padding: 0 2px 4px;
}

#calendar_tbl tr:nth-child(1) td {
	font-size: 11pt;
}

#calendar_tbl tr:nth-child(1) td > div {
	background-color: rgba(255, 255, 255, 0.03);
	padding: 8px 0;
	border-radius: 5px;
}

#calendar_tbl tr.day td > div {
	background-color: #eee;
	padding: 8px 0;
	border-radius: 5px;
	font-size: 12pt;
	border: 1px solid rgba(0, 0, 0, 0);
	box-sizing: border-box;
	font-weight: 700;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#calendar_tbl tr.day td > div.selected {
	background-color: #f1e3ed;
	border-color: #f661c5;
	color: #f661c5;
}

.tab {
	margin-top: -5px;
}

.tab > div:nth-child(1) {
	white-space: nowrap;
	height: 42px;
	line-height: 40px;
	position: relative;
	z-index: 0;
	text-align: center;
}

.tab > div:nth-child(1):after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.tab > div:nth-child(1) > div {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 8px;
	font-weight: 700;
	font-size: 10pt;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.tab > div:nth-child(1) > div.selected {
	color: #f661c5;
}

.tab > div:nth-child(1) > div.selected:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -2px;
	background-color: #f661c5;
	position: absolute;
	z-index: +1;
}

.tab > div:nth-child(2) {
	overflow-x: hidden;
}

.tab > div:nth-child(2) > div {
}

.tab > div:nth-child(2) > div > div {
	float: right;
	box-sizing: border-box;
	padding: 25px 12px 10px;
}

.tab_title {
	text-align: right;
	margin-bottom: 20px;
}

.tab_title > div:nth-child(1) {
	font-size: 13pt;
	font-weight: 700;
	color: #000;
}

.tab_title > div:nth-child(2) {
	margin-top: 5px;
	line-height: 25px;
}

.app_form {
	float: right;
	margin-bottom: 20px;
}

.app_form > div > label {
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 10pt;
}

.app_form > div > input {
	width: 100%;
	height: 45px;
	border-radius: 10px;
	background-color: #eee;
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box;
	outline-style: none;
	font-size: 12pt;
	color: #000;
	border-style: none;
	letter-spacing: 1pt;
}

.app_form > div > input.word {
	letter-spacing: 0;
}

.app_form > div > select {
	width: 100%;
	height: 45px;
	border-radius: 10px;
	background-color: #eee;
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box;
	outline-style: none;
	font-size: 12pt;
	color: #000;
	border-style: none;
}

.app_form > div > input.ltr {
	direction: ltr;
}

.app_form_info {
	margin-top: 5px;
	line-height: 16px;
	font-size: 8pt;
}

#custom_value {
	display: none;
}

.col12 {
	width: 50%;
}

.col12:nth-child(1) > div {
	margin-left: 5px;
}

.col12:nth-child(2) > div {
	margin-right: 5px;
}

.col11 {
	width: 100%;
}

.col11_center {
	width: 100%;
	max-width: 240px;
	margin: 0 auto 20px;
	float: none;
}

.tab_title_button {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}

.tab_title_button > div:nth-child(1) {
	font-size: 14pt;
	font-weight: 800;
	color: #000;
}

.tab_title_button > div:nth-child(2) {
	text-align: left;
}

.tab_title_button > div:nth-child(2) span {
	font-size: 10pt;
	color: #000;
	background-color: #eee;
	cursor: pointer;
	padding: 10px 15px;
	border-radius: 30px;
	font-weight: 500;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.tab_title_button > div:nth-child(2) span i.add {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background-size: 100%;
	margin-left: 5px;
	background-image: url('../images/add.png');
}

.day_box {
	margin-top: 15px;
	border-radius: 20px;
	border: 2px dashed #ddd;
	padding: 15px;
}

.day_box > div:nth-child(1) {
	font-size: 10pt;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
}

.null_row {
	background-color: #eee;
	text-align: center;
	padding: 10px 0;
	font-weight: 700;
	border-radius: 20px;
}

.day_row {
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 10px 15px;
	border-radius: 20px;
	font-size: 11pt;
	background-color: #eee;
	color: #000;
}

.day_row > div:nth-child(2) {
	text-align: left;
}

.day_row > div:nth-child(2) i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-size: 90%;
	cursor: pointer;
	background-image: url('../images/delete.png');
	background-position: center;
	background-repeat: no-repeat;
}

.popup_title {
	text-align: right;
	margin-bottom: 25px;
}

.popup_title > div:nth-child(1) {
	font-size: 13pt;
	font-weight: 700;
	color: #000;
}

.popup_title > div:nth-child(2) {
	margin-top: 5px;
	line-height: 25px;
}

.popup_twin_button {
	text-align: center;
	margin-top: 35px;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.popup_twin_button > * {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 15px;
	font-size: 10pt;
}

.popup_twin_button > *:nth-child(1) {
	padding: 10px 20px;
	background-color: #f661c5;
	font-size: 11pt;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	letter-spacing: -0.4pt;
	box-shadow: 0 0 20px rgba(110, 247, 36, 0.2);
}

.single_button {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}

.single_button > * {
	padding: 10px 25px;
	background-color: #f661c5;
	font-size: 12pt;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
	font-weight: 500;
	letter-spacing: -0.4pt;
	box-shadow: 0 0 20px rgba(110, 247, 36, 0.2);
	display: inline-block;
	vertical-align: middle;
}

.popup_form {
	margin: 30px 0 10px;
	text-align: right;
}

.clock_form {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
	text-align: right;
}

.clock_form > div:nth-child(1) {
	width: 95px;
	font-size: 10pt;
	padding-right: 5px;
}

.clock_form > div:nth-child(2) {
	text-align: left;
}

.clock_form > div:nth-child(2) .tbl {
	width: 100%;
	direction: ltr;
}

.clock_form > div:nth-child(2) .tbl > div:nth-child(2) {
	width: 10px;
	padding: 0 2px;
	font-size: 15pt;
	text-align: center;
	font-weight: 700;
}

.clock_form > div:nth-child(2) .tbl > div:nth-child(odd) select {
	width: 100%;
	height: 35px;
	border-radius: 10px;
	background-color: #fff;
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box;
	outline-style: none;
	font-size: 11pt;
	color: #000;
	border: 2px solid #ddd;
}

.day_select {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 12px;
	border: 2px solid #ddd;
	font-size: 11pt;
	margin-left: 3px;
	margin-bottom: 8px;
	border-radius: 10px;
	color: #000;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.day_select.selected {
	color: #f661c5;
	border-color: #f661c5;
	background-color: #f1e3ed;
}

#user_enter {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 10px;
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box;
	font-size: 11pt;
	color: #000;
	font-weight: 700;
	border: 2px solid #ddd;
	margin: 10px 0 35px;
}

#user_enter.entered {
	color: #f661c5;
	border-color: #f661c5;
	background-color: #f1e3ed;
}

#turn_empty {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 10px;
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box;
	font-size: 10pt;
	color: #000;
	font-weight: 700;
	border: 2px solid #d38a8a;
	background-color: #f3dcdc;
	margin-top: 30px;
}

.user_row {
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 14px 18px;
	border-radius: 30px;
	font-size: 11pt;
	background-color: #eee;
	color: #000;
}

.user_row > div:nth-child(1) {
	font-size: 11pt;
	font-weight: 700;
}

.user_row > div:nth-child(1) div {
	font-size: 9pt;
	font-weight: 500;
	color: #555;
	margin-top: 4px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.user_row > div:nth-child(2) {
	text-align: left;
}

.user_row > div:nth-child(2) i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-size: 90%;
	cursor: pointer;
	background-image: url('../images/delete.png');
	background-position: center;
	background-repeat: no-repeat;
}

.main_user_icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-size: 100%;
	margin-left: 8px;
	background-image: url('../images/lock.png');
	background-position: center;
	background-repeat: no-repeat;
}

.user_new {
	margin-top: 15px;
	border-radius: 30px;
	padding: 15px 0;
	text-align: center;
	color: #000;
	font-weight: 700;
	border: 2px dashed #ccc;
	cursor: pointer;
}

.cashbox_row {
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 14px 18px;
	border-radius: 30px;
	font-size: 11pt;
	background-color: #eee;
	color: #000;
	font-weight: 700;
}

.cashbox_row > div {
	font-size: 9pt;
	font-weight: 500;
	color: #555;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.cashbox_sum {
	margin-top: 15px;
	border-radius: 30px;
	padding: 5px 0 10px;
	text-align: center;
}

.cashbox_sum span {
	font-size: 11pt;
	font-weight: 700;
	color: #000;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.cashbox_manage_row {
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 15px;
	border-radius: 30px;
	background-color: #eee;
}

.cashbox_manage_row > div:nth-child(1) > div:nth-child(1) span:nth-child(1) {
	font-weight: 700;
	font-size: 11pt;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	color: #000;
}

.cashbox_manage_row > div:nth-child(1) > div:nth-child(1) span:nth-child(2) {
	font-size: 9pt;
	display: block;
	margin-top: 10px;
}

.cashbox_manage_row > div:nth-child(1) > div:nth-child(2) {
	text-align: right;
	margin-top: 9px;
}

.cashbox_manage_row > div:nth-child(1) > div:nth-child(2) span {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #aaa;
	padding: 7px 15px;
	border-radius: 20px;
	color: #000;
}

.cashbox_manage_row > div:nth-child(2) {
	width: 20px;
}

.cashbox_manage_row > div:nth-child(2) i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-size: 90%;
	cursor: pointer;
	background-image: url('../images/delete.png');
	background-position: center;
	background-repeat: no-repeat;
}

.valuebox_row {
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 15px;
	border-radius: 30px;
	background-color: #eee;
}

.valuebox_row > div:nth-child(1) {
	font-weight: 700;
	font-size: 11pt;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	color: #000;
}

.valuebox_row > div:nth-child(1) div {
	font-size: 9pt;
	font-weight: 500;;
	margin-right: 10px;
	color: #555;
	display: inline-block;
	vertical-align: middle;
}

.valuebox_row > div:nth-child(2) {
	width: 50px;
}

.valuebox_row > div:nth-child(2) i:nth-child(1) {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-size: 90%;
	cursor: pointer;
	background-image: url('../images/edit.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 5px;
}

.valuebox_row > div:nth-child(2) i:nth-child(2) {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-size: 90%;
	cursor: pointer;
	background-image: url('../images/delete.png');
	background-position: center;
	background-repeat: no-repeat;
}

.cashbox_new {
	margin-top: 15px;
	border-radius: 30px;
	padding: 15px 0;
	text-align: center;
	color: #000;
	font-weight: 700;
	border: 2px dashed #ccc;
	cursor: pointer;
}

.valuebox_new {
	margin-top: 15px;
	border-radius: 30px;
	padding: 15px 0;
	text-align: center;
	color: #000;
	font-weight: 700;
	border: 2px dashed #ccc;
	cursor: pointer;
}

#fin_box_container {
	width: 100%;
}

#fin_box_container > div {
	width: 50%;
	text-align: center;
}

#fin_box_container > div:nth-child(1) {
	padding-left: 5px;
}

#fin_box_container > div:nth-child(2) {
	padding-right: 5px;
}

.fin_box {
	background-color: #f1f1f1;
	border-radius: 10px;
	padding: 15px 0;
}

.fin_box > div:nth-child(1) {
	color: #000;
	font-size: 12pt;
	font-weight: 700;
}

.fin_box > div:nth-child(1) span {
	color: #000;
	font-size: 9pt;
}

.fin_box > div:nth-child(2) {
	margin-top: 3px;
}

.finance_row {
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 14px 18px;
	border-radius: 30px;
	font-size: 11pt;
	background-color: rgba(0, 0, 0, 0.1);
	color: #000;
	text-align: right;
}

.finance_row > div:nth-child(1) {
	font-size: 10pt;
	font-weight: 700;
}

.finance_row > div:nth-child(1) div {
	font-size: 9pt;
	font-weight: 500;
	color: #555;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.finance_row > div:nth-child(2) {
	text-align: left;
}

.finance_row > div:nth-child(2) i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-size: 90%;
	cursor: pointer;
	background-image: url('../images/delete.png');
	background-position: center;
	background-repeat: no-repeat;
}

.post_item {
	margin: 0 12px 12px;
}

.post_item > .tbl {
	width: 100%;
	border-radius: 10px;
	padding: 13px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.15);
}

.post_item > .tbl > div {
	vertical-align: top;
}

.post_item > .tbl > div:nth-child(1) {
	width: 120px;
	position: relative;
}

.post_item > .tbl > div:nth-child(1) > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover;
}

.post_item > .tbl > div:nth-child(2) {
	padding-right: 12px;
}

.post_item > .tbl > div:nth-child(2) > div:nth-child(1) {
	font-size: 9pt;
	margin-bottom: 5px;
}

.post_item > .tbl > div:nth-child(2) > div:nth-child(2) {
	font-size: 12pt;
	font-weight: 700;
	color: #fff;
	line-height: 25px;
}

.header_back {
	margin: 15px 12px 20px;
	color: #000;
	font-size: 10pt;
	font-weight: 700;
	position: relative;
	z-index: +1;
}

.header_back i {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-size: 65%;
	background-image: url('../images/right.png');
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}

#post_info {
	margin: 0 12px;
}

#post_info > div:nth-child(1) img {
	width: 100%;
	border-radius: 10px;
}

#post_info > div:nth-child(2) {
	margin: 15px 0 5px;
	font-size: 15pt;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
}

#post_info > div:nth-child(3) {
	line-height: 25px;
}

.apexcharts-tooltip-marker {
	margin-right: 0 !important;
	margin-left: 10px !important;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
	display: none !important;
}

.apexcharts-xcrosshairs.apexcharts-active, .apexcharts-ycrosshairs.apexcharts-active {
	opacity: 0 !important;
}

#sms_credit_container {
	width: 100%;
	margin-bottom: 30px;
	direction: ltr;
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

#sms_credit_container > div:nth-child(1) {
	width: 100px;
	padding-right: 15px;
}

#sms_credit_container > div:nth-child(1) img {
	width: 100%;
}

#sms_credit_container > div:nth-child(2) {
	direction: rtl;
}

#sms_credit_container > div:nth-child(2) > div:nth-child(1) {
	font-size: 13pt;
	font-weight: 700;
	color: #fff;
	margin-bottom: 4px;
}

#sms_credit_container > div:nth-child(2) > div:nth-child(2) {
	line-height: 22px;
}

#sms_credit_container > div:nth-child(2) > div:nth-child(2) span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	color: #fff;
	font-size: 10pt;
}

#expired_layer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36, 38, 47, 0.97);
	z-index: +99;
	display: none;
	text-align: center;
}

#expired_layer > div > div:nth-child(1) img {
	width: 120px;
}

#expired_layer > div > div:nth-child(2) {
	margin-top: 20px;
	font-size: 16pt;
	font-weight: 700;
	color: #fff;
}

#expired_layer > div > div:nth-child(3) {
	line-height: 25px;
	width: 70%;
	margin: 10px auto;
	font-weight: 700;
}

@media only screen and (max-width: 400px) {
	#sms_credit_container > div {
		display: block;
	}

	#sms_credit_container > div:nth-child(1) {
		padding-right: 0;
		margin: 0 auto 10px;
	}

	#sms_credit_container > div:nth-child(2) {
		text-align: center;
	}
}

@media only screen and (max-width: 350px) {
	.popup > div {
		padding: 10px;
	}
}

@media only screen and (max-height: 400px) {
	#login_mobile_container {
		position: relative;
	}

	#login_mobile_container > div {
		display: block;
		padding-top: 30px;
	}
}

#turn-week-days, #work-week-days {
	text-align: center;
}

#turn-week-days .day_select, #work-week-days .day_select {
	width: 70px;
	text-align: center;
}

.text-red {
	color: #ff515b;
}

.text-green {
	color: #21880b;
}

.text-blue {
	color: #003399;
}

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

.dir-ltr {
	direction: ltr;
}
