/***************************************************************************
                   			   Basic Style.
***************************************************************************/

html,
body,
div,
p,
span,
fieldset,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
	margin: 0;
	padding: 0;
	font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', dotum, Arial, sans-serif !important;
	font-size: 100%;
	box-sizing: border-box;
}
strong,
h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
}

* {
	max-height: 99999px;
}
html,
body {
	height: 100%;
	min-height: 100%;
	line-height: 1.2;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	background-color: #f3f6f8;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

dl,
dt,
dd,
ul,
ol,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
p {
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
}

table {
	border-spacing: 0px;
	border: 0px;
	border-collapse: collapse;
}

form {
	display: inline;
}

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

input,
textarea,
select {
	vertical-align: middle;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url('./../images/icon_arrow_btm.png') no-repeat 95% 50%;
	background-size: 18px auto;
	border-radius: 8px !important;
}

/* a css */
a {
	color: inherit;
	color: #000;
}
a,
a:link,
a:visited,
a:hover {
	text-decoration: none;
}
a:hover {
	color: #5bb237;
}

#wrap {
	position: relative;
	min-width: 1600px;
	height: 100%;
}

.loginPage {
	position: absolute;
	padding: 190px 0 0 780px;
	width: 100%;
	height: 100%;
	min-height: 1010px;
	max-height: 1024px;
	background: #fff;
}
.loginPage:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 733px;
	height: 769px;
	background: url(../images/img_login_bg.png) no-repeat -226px -196px;
}
.loginPage h1 {
	position: absolute;
	top: 60px;
	left: 80px;
	z-index: 2;
}
.loginPage dl.txt {
	position: absolute;
	top: 300px;
	left: 80px;
	z-index: 2;
}
.loginPage dl.txt dt {
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 46px;
	color: #fff;
}
.loginPage dl.txt dd {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.loginPage .box {
	position: relative;
	z-index: 2;
	width: 400px;
}
.loginPage .box h2 {
	margin: 0;
	padding-bottom: 40px;
	font-size: 46px;
	font-weight: bold;
}
.loginPage .box ul.form {
	padding-bottom: 10px;
}
.loginPage .box ul.form li {
	padding-bottom: 40px;
	text-align: left;
}
.loginPage .box ul.form li p {
	padding-bottom: 6px;
	position: relative;
	display: table;
	font-size: 11px;
	color: #6d7381;
}
.loginPage .box ul.form li p:after {
	content: '';
	position: absolute;
	top: 4px;
	right: -8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fa7902;
}
.loginPage .box ul.form li input {
	padding: 0 10px;
	width: 100%;
	font-size: 14px;
	height: 65px;
	color: #333333;
	border-radius: 8px;
	border: solid 1px #a5adba;
	box-sizing: border-box;
}
.loginPage .box ul.form li input:focus {
	outline: none !important;
	box-shadow: 0 2px 4px 0 #d6dae8;
	border: solid 2px #fa7902;
	background-color: #ffffff;
}
.loginPage .box .submit input {
	border: 0;
	display: inline-block;
	width: 100%;
	line-height: 65px;
	height: 65px;
	text-align: center;
	background-color: #fa7a00;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	border-radius: 8px;
}
.loginPage .box .textBox {
	padding-top: 18px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}
.loginPage .box .textBox li {
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 22px;
	color: #6d7381;
}

.loginPage .group_list {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 40px 0 30px 0;
	width: 100%;
	text-align: center;
	background-color: #f4f6f8;
}
.loginPage .group_list p {
	padding-bottom: 40px;
	font-size: 16px;
	color: #131218;
}
.loginPage .group_list ul {
	margin: 0 auto;
	width: 740px;
	display: table;
}
.loginPage .group_list ul li {
	padding: 10px;
	float: left;
	width: 180px;
	box-sizing: border-box;
}

.grid-con {
	display: grid;
	grid-template-columns: 230px 1fr;
}
#nav {
	height: 100%;
	border-right: 1px solid #ebebeb;
	background-color: #fff;
}
#nav .nav {
	position: relative;
	padding: 110px 0 20px 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	box-sizing: border-box;
}
.nav h1 {
	position: absolute;
	top: 35px;
	left: 53px;
	margin: 0;
	z-index: 1;
	text-align: center;
	font-size: 18px;
}
.nav h1 img {
	height: 40px;
}
.nav .box {
	width: 100%;
	min-height: 600px;
}
.nav .box ul {
	width: 100%;
	padding: 0 20px 20px 20px;
}
.nav .box ul li {
	position: relative;
}
.nav .box ul li i {
	position: relative;
	top: 6px;
	margin-right: 8px;
	font-size: 24px;
}
.nav .box ul li.on {
	border-radius: 16px;
	background-color: #333040;
}
.nav .box ul li.on a {
	color: #fff !important;
}
.nav .box ul li.on::after,
.nav .box ul li:hover::after {
	opacity: 1;
}
.nav .box ul li a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 30px;
	width: 100%;
	line-height: 60px;
	font-size: 14px;
	color: #333040;
}
.nav .box ul li a span {
	position: absolute;
	top: 5px;
	right: 80px;
	display: inline-block;
	border-radius: 50%;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	width: 20px;
	height: 20px;
	font-weight: bold;
	border: 1px solid #fff;
	background-color: #ea002c;
}
.nav .box dl dt {
	padding-top: 20px;
	padding-left: 50px;
	position: relative;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color: #24242d;
}
.nav .box dl dt:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 1px;
	background-color: #e4e4e4;
}
.nav .infoTxt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 50px 20px;
	font-size: 14px;
	color: #adb4c5;
}
.nav .infoTxt .btnBox p {
	position: relative;
	padding: 14px 20px 14px 21px;
	font-size: 14px;
	color: #6d7381;
	border-radius: 16px;
	background-color: #e7e9f4;
}
.nav .infoTxt .btnBox p:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 16px;
	width: 14px;
	height: 14px;
	background: url(./../images/icon_arrow_btm.png) no-repeat 0 0;
	background-size: 100% auto;
}
.nav .infoTxt .btnBox .btnLayer {
	display: none;
	position: absolute;
	z-index: 2;
	top: 54px;
	left: 20px;
	padding: 16px 0 15px;
	width: 190px;
	border-radius: 16px;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
	border: solid 1px #e4e4e4;
	background-color: #ffffff;
}
.nav .infoTxt .btnBox .btnLayer a {
	padding: 0 0 0 20px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333333;
}
.nav .infoTxt .btnBox .btnLayer a:hover {
	color: #fa7902;
	font-weight: bold;
	background-color: #fff8f2;
}
.nav .infoTxt .btnBox.on .btnLayer {
	display: block;
}
.nav .infoTxt dl {
	padding-top: 20px;
}
.nav .infoTxt dl dt {
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
}
.nav .infoTxt dl dt:after {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 200px;
	height: 1px;
	background-color: #e4e4e4;
}
.nav .infoTxt dl dd {
	line-height: 22px;
}
.btn {
	font-size: 14px;
	min-width: 100px;
}

.content {
	padding: 60px 40px;
}
.history-box {
	padding-bottom: 20px;
	width: 100%;
	display: table;
}
.history-box .box {
	float: right;
	width: 400px;
	padding: 20px 15px;
	background-color: #fff;
	border-radius: 3px;
}
.history-box .box .tit {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f1f1;
}
.history-box ul {
	padding-top: 18px;
}
.history-box ul li {
	display: table;
	width: 100%;
}
.history-box ul li span {
	float: left;
	width: 130px;
	display: inline-block;
	padding: 0 0 10px 0;
	font-size: 13px;
}
.history-box ul li span + span {
	width: 80px;
	float: left;
	text-align: center;
}
.history-box ul li span + span + span {
	width: 150px;
	float: right;
}
.history-box ul li:hover {
	color: #5bb237;
}
.tbl-list {
	position: relative;
}
.tbl-list .year-con {
	padding: 0 0 5px 0;
	width: 100%;
	display: table;
	border-bottom: 1px solid #e9e9e9;
}
.tbl-list .year-con .sel-box {
	float: right;
	width: 100px;
}
.tbl-list .tit {
	padding: 0 0 15px 30px;
	font-size: 20px;
	color: #333333;
	border-bottom: 1px solid #d4d4d4;
}
.tbl-list .list {
	width: 100%;
}
.tbl-list .list thead tr th {
	position: relative;
	padding: 0 14px;
	text-align: left;
	font-size: 14px;
	height: 60px;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	color: #b1b1b1;
}
.tbl-list .list thead tr th a {
	cursor: pointer;
}
.tbl-list .list thead tr th:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	width: 1px;
	height: 12px;
	background-color: #cccfd3;
}
.tbl-list .list thead tr th:last-child:after {
	display: none;
}
.tbl-list .list tbody tr:hover td {
	background-color: #e7e9f4;
}
.tbl-list .list tbody tr td {
	position: relative;
	padding: 8px 14px;
	border-top: 1px solid #eeeeee;
	height: 60px;
	font-size: 14px;
	color: #000;
}
.tbl-list .list tbody tr.dim td {
	background-color: #e9e9e9;
}
.tbl-list .list tbody tr.dim td .btn {
	background-color: #cccccc !important;
}
.tbl-list .list tbody tr td .btn {
	margin-right: 16px;
	justify-content: center;
	color: #fff;
	align-items: center;
	display: inline-flex;
	height: 40px;
	border-radius: 8px;
}
.tbl-list .list tbody tr td .btn.cor0 {
	background-color: #333040;
}
.tbl-list .list tbody tr td .btn.cor1 {
	background-color: #fa7902;
}
.tbl-list .list tbody tr td .btn.cor2 {
	background-color: #ea002c;
}
.tbl-list .list tbody tr td .pop-s {
	display: none;
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1;
	padding: 10px;
	min-width: 250px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #cccccc;
}
.tbl-list .list tbody tr td .pop-s ul li {
	text-align: left;
	font-size: 13px;
	padding: 5px 0;
}
.tbl-list .list tbody tr td .pop-s ul li strong {
	width: 80px;
	display: inline-block;
	color: #000;
}
.tbl-list .list tbody tr td .pop-s.history-pop {
	left: 0;
	width: 200px;
}
.tbl-list .list tbody tr td .pop-s.history-pop ul li {
	width: 100%;
	display: table;
	border-bottom: 1px solid #ccc;
}
.tbl-list .list tbody tr td .pop-s.history-pop ul li:last-child {
	border-bottom: 0;
}
.tbl-list .list tbody tr td .pop-s.history-pop ul li span {
	padding: 10px 0 10px 10px;
	display: inline-block;
	float: left;
	width: 60%;
	color: #777;
}
.tbl-list .list tbody tr td .pop-s.history-pop ul li span:last-child {
	padding: 10px 10px 10px 0;
	float: right;
	width: 40%;
	text-align: right;
}
.tbl-list .list tbody tr td:last-child .pop-s {
	left: -50px;
}
.tbl-list .list tbody tr td:hover .pop-s {
	display: block;
}

.tbl-write {
	padding: 0;
}
.tbl-write .cont-box {
	padding: 30px 20px;
}
.tbl-write.device-write .cont-box {
	padding: 15px 0 30px 0;
	margin-bottom: 20px;
}
.tbl-write.device-write .cont-box:last-child {
	margin-bottom: 0;
}
.tbl-write .write {
	margin-top: 35px;
	width: 100%;
	table-layout: fixed;
}
.tbl-write .write tbody td {
	padding: 0 20px 20px 20px;
	vertical-align: top;
}
.tbl-write .write tbody td dl {
}
.tbl-write .write tbody td dl dt {
	padding-bottom: 6px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.45;
	color: #6d7381;
}
.tbl-write .write tbody td dl dt span {
	position: relative;
}
.tbl-write .write tbody td dl dt span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fa7902;
}
.tbl-write .write tbody td dl dd {
}
.tbl-write .write tbody td dl dd .form-control {
	border-radius: 8px;
	height: 40px !important;
}
.tbl-write .write tbody td dl dd.notData {
	padding-left: 10px;
	line-height: 40px;
	border-radius: 8px;
	color: #333333;
	background-color: #cfdef5;
}

.tbl-write .write tbody td input[type='checkbox'],
.tbl-write .write tbody td input[type='radio'] {
	font-size: 16px;
}
.tbl-write .write tbody td input[type='text']:disabled {
	background: #dddddd;
	color: #000;
}
.tbl-write .write tbody td.addressBox {
	position: relative;
}
.tbl-write .write tbody td.addressBox .form-check {
	padding: 10px 0 5px 0;
}
.tbl-write .write tbody td.addressBox .form-check-label {
	color: #333;
}
.tbl-write .write tbody td.phoneBox select {
	width: 25%;
	display: inline-block;
}
.tbl-write .write tbody td.phoneBox input {
	width: 30%;
	display: inline-block;
}
.tbl-write .write tbody td.relationshipBox {
	padding-top: 10px;
}
.tbl-write .write tbody td.relationshipBox select {
	display: inline-block;
	width: 28%;
}
.tbl-write .write tbody td.relationshipBox .form-check-inline {
	padding: 0 5px 10px 0;
}
.tbl-write .write tbody td.relationshipBox input.text {
	margin-left: 10px;
	display: inline-block;
	width: 150px;
}
.tbl-write .write tbody td.relationshipBox input.notText {
	text-indent: -9999px;
}
.tbl-write .write tbody td.radio-box dl dd {
	min-height: 40px;
}
.tbl-write .write tbody td.radio-box .form-check {
	padding: 10px 10px 10px 0;
	min-width: 125px;
}
.tbl-write .write tbody tr.big td,
.tbl-write .write tbody tr.big th,
.tbl-write .write tbody tr.big td input,
.tbl-write .write tbody tr.big td select {
	font-weight: bold;
	font-size: 20px;
}
.tbl-write .write tbody td.txtRadioBox .form-control {
	width: 200px;
}
.tbl-write .write tbody td.textareaBox textarea.form-control {
	width: 100%;
	height: 100px !important;
}
.tbl-write .write tbody td.textareaBox p {
	padding-top: 5px;
	font-size: 12px;
}
.btn-box {
	text-align: right;
}
.btn-box.patb20 {
	padding: 20px 0;
}
.btn-box.btn-center {
	padding: 10px 0 30px 0;
	text-align: center;
}
.btn-box a {
	margin-left: 10px;
	justify-content: center;
	color: #fff !important;
	align-items: center;
	display: inline-flex;
	height: 40px;
	border-radius: 8px;
}
.btn-box a.cor0 {
	background-color: #fa7902;
}
.btn-box a.cor1 {
	background-color: #333040;
}
.btn-box a.cor2 {
	background-color: #ea002c;
}
.tbl-box.tbl-tw {
	width: 100%;
	display: table;
}
.tbl-tw .tbl-list {
	float: left;
	width: 49%;
	box-sizing: border-box;
}
.tbl-tw .tbl-list + .tbl-list {
	float: right;
	box-sizing: border-box;
}

.select-box {
	width: 100%;
	display: table;
}
.select-box .form-control {
	float: left;
	width: 33%;
	margin-right: 1%;
}
.select-box .form-control option[value='? undefined:undefined ?'] {
	display: none;
}
.select-box input[type='text'] {
	width: 31% !important;
}
.status li {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.status li span {
	display: inline-block;
	float: left;
	width: 25%;
	line-height: 38px;
}
.status li .form-control {
	float: left;
	width: 75%;
}
.pag {
	padding: 20px 20px 20px 0;
	border-top: 1px solid #dddddd;
	text-align: right;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
}
.pagination li {
	display: inline;
}

.pagination li a {
	position: relative;
	float: left;
	padding: 6px;
	font-weight: bold;
	text-align: right;
	color: #6d7381 !important;
	text-decoration: none;
	cursor: pointer;
}
.pagination li a.icon i {
	position: relative;
	top: -1px;
	font-size: 20px;
	color: #6d7381 !important;
}
.pagination li a.on,
.pagination li a:hover {
	z-index: 2;
	color: #fa7902 !important;
}
.cont-box {
	border-radius: 20px;
	box-shadow: 0 4px 20px 0 #d6dae8;
	background-color: #ffffff;
}
.top-tit {
	padding-bottom: 20px;
	font-size: 36px;
	color: #333333;
}
.notice-box {
	padding-bottom: 30px;
}
.notice-box dl dt {
	padding-bottom: 20px;
	font-weight: 400;
	font-size: 36px;
	color: #333333;
}
.notice-box dl dd {
	padding: 20px 0;
}
.notice-box dl dd ul {
	padding: 10px 0;
}
.notice-box dl dd ul li a {
	padding: 10px 30px;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #e4e4e4;
}
.notice-box dl dd ul li:last-child a {
	border-bottom: 0;
}
.notice-box dl dd ul li.not-data {
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
}
.notice-view-popup, .layer-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
}
.notice-view-popup .box {
	position: relative;
	width: 600px;
	height: 500px;
	background-color: #fff;
}
.notice-view-popup .box .view {
}
.notice-view-popup .box .view dl dt {
	padding: 20px 30px 20px 20px;
	font-size: 20px;
	border-bottom: 1px solid #e4e4e4;
}
.notice-view-popup .box .view dl dd {
	padding: 20px;
	height: 430px;
	font-size: 16px;
	overflow-y: auto;
}
.notice-view-popup .box .close {
	position: absolute;
	top: 20px;
	right: 15px;
}
.layer-popup .box {
	position: relative;
	width: 600px;
	background-color: #fff;
}
.main-con .top-txt {
	position: relative;
	padding-top: 72px;
}
.main-con .top-txt {
	margin-top: -20px;
	padding-bottom: 40px;
}
.main-con .top-txt:after {
	content: '';
	position: absolute;
	top: 0;
	right: 40px;
	width: 403px;
	height: 246px;
	background: url(../images/img_main.png) no-repeat 0 0;
	background-size: 100% auto;
}
.main-con .top-txt dl {
	padding: 48px 0 49px 40px;
	color: #fff;
	border-radius: 20px;
	background-color: #333040;
}
.main-con .top-txt dl dt {
	padding-bottom: 20px;
	font-size: 26px;
	font-weight: normal;
}
.main-con .top-txt dl dd {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}
.main-con .main-box {
	position: relative;
	padding-right: 370px;
	width: 100%;
}
.main-con .main-box dl dt {
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
.main-con .main-box .left {
	padding: 30px;
	box-sizing: border-box;
}
.main-con .main-box .right {
	position: absolute;
	top: 0;
	right: 0;
	padding: 30px;
	width: 350px;
}
.main-con .main-box .right dl dt {
	padding-bottom: 32px;
}
.main-con .main-box .right ul li {
	margin-bottom: 20px;
	padding: 24px 30px 23px 30px;
	font-size: 48px;
	font-weight: bold;
	border-radius: 20px;
}
.main-con .main-box .right ul li:last-child {
	margin-bottom: 0;
}
.main-con .main-box .right ul li p {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.main-con .main-box .right ul li.cor0 {
	color: #14bd6f;
	background-color: #e7f7ef;
}
.main-con .main-box .right ul li.cor1 {
	color: #ffb01a;
	background-color: #fff7e8;
}
.main-con .main-box .right ul li.cor2 {
	color: #f76252;
	background-color: #fdefec;
}

/*.highcharts-label text tspan{display:none;}*/
/*.highcharts-label text tspan:last-child{display:inline-block;position:relative;top:-20px;}*/

.search-box {
	margin-bottom: 20px;
}

.search-box .search-tit {
	padding: 15px 30px;
	border-bottom: 1px solid #d6dae8;
	font-size: 20px;
	color: #333333;
}
.search-box ul {
	padding: 25px 30px 40px 30px;
}
.search-box ul li {
	padding-right: 20px;
}
.search-box ul li dl {
}
.search-box ul li dl dt {
	padding-bottom: 6px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.45;
	color: #6d7381;
}
.search-box ul li dl dt span {
	position: relative;
}
.search-box ul li dl dt span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fa7902;
}
.search-box ul li dl dd .form-control {
	height: 40px !important;
}

/*.search-box p{padding:5px 0;width:100%;display:table;border-bottom:1px solid #ccc;}*/
/*.search-box p+p{border-bottom:0;}*/
/*.search-box span.txt{padding-right:20px;line-height:34px;float:left;font-weight:bold;}*/
/*.search-box span.txt.pal30{padding-left:40px;}*/
/*.search-box .form-control{margin-right:5px;width:180px;height:38px;line-height:38px;float:left;font-size:13px;}*/
/*.search-box input{width:180px;float:left;}*/
/*.search-box button {margin:0 5px;min-width:80px;}*/
.search-text {
	position: relative;
	padding: 0 264px 20px 0;
}
.search-text input {
	border-radius: 8px;
	height: 40px;
}
.search-text .btn-box {
	position: absolute;
	top: 0;
	right: 0;
}
.search-text .btn-box button {
	border-radius: 8px;
	margin-left: 18px;
	height: 40px;
	color: #fff;
}
.search-text .btn-box button.cor0 {
	background-color: #fa7902;
}
.search-text .btn-box button.cor1 {
	background-color: #333040;
}
.btn-success,
.btn-danger {
	color: #fff !important;
}

.alertPop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.alertPop .box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -65px 0 0 -150px;
	padding: 20px;
	width: 300px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.alertPop .box p {
	padding-bottom: 20px;
	font-size: 16px;
	color: #333333;
}

#addressPop {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 400px;
	height: 470px;
	margin: -235px 0 0 -200px;
	border: 1px solid #ccc;
	display: none;
}

/***************************************************************************
                                   Route Animation Style.
    ***************************************************************************/
.view-animate-container {
	/*transform: translateZ(0);*/
	/*-webkit-transform: translateZ(0);*/
	/*box-sizing: border-box;*/
	/*-webkit-box-sizing: border-box;*/
}

@-webkit-keyframes slidein {
	0% {
		width: 100%;
		height: 100%;
		-webkit-transform: scale3d(0.7, 0.7, 0.7);
		opacity: 0;
	}
	100% {
		width: 100%;
		height: 100%;
		-webkit-transform: scale3d(1, 1, 1);
		opacity: 1;
	}
}

@-webkit-keyframes slideout {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale3d(1.3, 1.3, 1.3);
		opacity: 0;
	}
}

.view-animate-container.ng-enter {
	z-index: 10;
	-webkit-transform: scale3d(0.7, 0.7, 0.7);
	-webkit-animation: slidein 0ms ease forwards;
	opacity: 0;
}

.view-animate-container.ng-leave {
	z-index: 20;
	-webkit-transform: scale3d(1, 1, 1);
	-webkit-animation: slideout 0ms ease forwards;
	opacity: 1;
}
.loding {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}
.lds-ring {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.noticePopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
}
.noticePopup .popupBox {
	padding: 10px 20px;
	text-align: center;
	border-radius: 3px;
	background-color: #fff;
}
.noticePopup .popupBox p {
	font-size: 14px;
	line-height: 22px;
}
.noticePopup .popupBox p span {
	display: block;
}
.noticePopup .popupBox .btn {
	padding-top: 15px;
}
.noticePopup .popupBox .btn button {
	border: 0;
	width: 100px;
	height: 35px;
}
