@charset "UTF-8";
/* CSS Document */
.profileArea{
	padding: 0 20px;
}
	.memberArea{
		padding: 0 20px;
	}
.form-wrapper {
	background: #fff;
	box-shadow: 7px 10px 16px -12px #ccc;
	margin: 3em auto 80px auto;
	padding: 2em 20px;
	max-width: 1000px;
	border: solid 1px #eaeaea;
	border-radius: 8px;
}
.form-wrapper * {
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
}
.form-wrapper h1 {
	text-align: center;
	padding: 1em 0;
	font-size: 150%;
	border-bottom: solid 1px #ccc;
	    max-width: 800px;
    margin: 0 auto 2em;
}
.form-wrapper form {
	padding: 30px 0 0;
	max-width: 800px;
	margin: 0 auto;
}

.form-item {
	margin-bottom: 1.25em;
	width: 100%;
}

.form-item .input {
	background: #fafafa;
	border: none;
	border-bottom: 2px solid #e9e9e9;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	height: 50px;
	line-height: 50px;
	transition: border-color 0.3s;
	width: 100%;
/*	padding: 0 12px;*/
}
.form-item label{
	margin-bottom: 6px;
}
.form-item .custom-file{
	margin-top: 10px;
}

.form-item .input:focus {
	border-bottom: 2px solid #c0c0c0;
	outline: none;
}
.form-item textarea.input {
	padding:0 0.5em;
	height:300px;
}

.button-panel {
	margin: 2em 0 0;
	width: 100%;
	text-align: center;
}

.button-panel .button {
	background: #FF7C64;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 100%;
}

.button:hover {
	background: #ee3e52;
}

.form-footer {
	font-size: 1em;
	padding: 2em 0;
	text-align: center;
}

.form-footer a {
	color: #8c8c8c;
	text-decoration: none;
	transition: border-color 0.3s;
}

.form-footer a:hover {
	border-bottom: 1px dotted #8c8c8c;
}
.my_msg {
	margin-bottom: 3em;
}
.mb3 {
	margin-bottom: 3em;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.w20 {
	display: inline-block;
	width: calc(20% - 12px)!important;
	margin-right: 0!important;
}
.w30 {
	display: inline-block;
	width: calc(30% - 12px)!important;
	margin-right: 0!important;
}
.w50 {
	display: inline-block!important;
	width: calc(50% - 12px)!important;
	margin-right: 0!important;
}
.wBirthday {
	display: inline-block;
	width: calc(70% - 12px)!important;
	margin-right: 0!important;
}
.wAge {
	display: inline-block;
	width: calc(30% - 12px)!important;
	margin-right: 0!important;
}
.mr2 {
	margin-right: 20px!important;
}
.my_btn {
	font-size: 14px;
	border:none;
	padding:0.70em!important;
	line-height:initial;
	height:initial;
	background: #FF7C64;
	color: #fff;
	border-radius: 4px;
	width:7em;
	text-align:center;
}
.btn {
	font-size: 14px;
	border:none;
	padding:0.70em!important;
	line-height:initial;
	height:initial;
	background: #FF7C64;
	color: #fff;
	border-radius: 4px;
	text-align:center;
}
.pickup {
	cursor:pointer;
}
.tr {
	text-align: right;
}
.pr1 {
	padding-right: 1em;
}
.invalid-feedback {
	display: block;
	color: #ff0000;
}
.my_label {
	color: #aaa;
	background:#ddd;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:4px;
	text-align: center;
	display: inline-block;
	padding: 5px 0px;
	margin-right:2%;
	margin-bottom:1em;
	width:10em;
}
.my_label:hover {
	color: #fff;
	background:#78c2ff;
	cursor: pointer;
}
.my_label-danger:hover {
	color: #fff;
	background:#DC3545;
}
input[type="radio"], input[type="checkbox"] {
	display:none;
}
input[type="radio"]:checked + .my_label,
input[type="checkbox"]:checked + .my_label,
.my_label.on{
	color: #fff;
	background:#3490dc;
}
.my_label.on, .my_label.off {
	cursor:initial!important;
}
input[type="radio"]:checked + .my_label-danger,
input[type="checkbox"]:checked + .my_label-danger,
.my_label-danger.on{
	color: #fff;
	background:#C82333;
}
.my_label {
	font-size:13px;
}
#err_msg {
	display: none;
}
#err_msg_ {
	display: none;
	color: #ff0000;
}
.err_msg_ {
	display: block;
	color: #ff0000;
}
.btnArea{
	max-width: 800px;
}
.btnArea ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.btnArea ul li{
	margin-bottom: 40px;
	width: 48%;
	text-align: center;
}
.btnArea ul li a{
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #FF7C64;
	background-color: #fff;
	outline: 1px solid #FF7C64;
	outline-offset: -5px;
}
.btnArea ul li a:hover{
	transform: scale(1.1);
}
.btnArea ul li a span {
	padding-left: 5px;
}
.alert {
	margin: 100px 0 100px;
	padding: 10px;
}
.alert-danger {
	color: #000;
	border:none;
}
.alert-danger i {
	color: #fff;
}
.flow ul li div label.cms-label {
	display:inline-block;
}
.cms-label {
	width: 30%;
	margin-right:5%;
	background:#ffcfc6;
	color:#fff;
	text-align:center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.cms-label:last-child {
	margin-right:0;
}
.cms-label:hover {
	cursor:pointer;
}
.cms-label:hover, .cms-label:active,
input[type="checkbox"]:checked + .cms-label,
input[type="radio"]:checked + .cms-label {
	background:#FF7C64;
}
.progress {
	height:24px;
	background:#fafafa;
	border-bottom:2px solid #e9e9e9;
	margin-bottom: 10px;
}
.progress-bar {
	height:24px;
	line-height:24px;
	background:#36a2eb;
	text-align:center;
	color:#fff;
}
#inputs li {
	margin-bottom:60px!important;
}
#inputs li:last-child {
	margin-bottom:0;
}
#add {
	display:none;
}
#dgrid{
	width:100%;
	display:grid;
	grid-template:
	"graph links" / 160px 1fr;
}
#graph{
	grid-area:graph;
	position: relative;
}
#rate {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	font-size:22px;
	width:160px;
	text-align:center;
}
#chart-area{
	margin:25px 0 0 0;
}
#links{
	grid-area:links;
}
#links ul li{
	width:49%!important;
	margin:1% 1% 0 0;
	display:inline-block;
}
#links ul li;nth-child(2n){
	margin-right:0;
}
#links ul li a{
	width:100%;
	margin:0;
}
#btn_submit:disabled {
	background:#ccc;
}

@media screen and (max-width: 767px){
	.memberArea{
		padding: 0 3vw;
	}
	.form-wrapper{
		padding: 1em 4vw;
	}
#dgrid{
	display: block;
}
#chart-area{
	margin: 25px auto;
}
.btnArea ul li a{
	padding: 10px;
}
.form-wrapper form{
	padding: 30px 0;
}
}
.input.inpL {
	width:48%;margin-right:3.5%;
}
.input.inpR {
	width:48%;
}
.inner {
	margin-bottom: 80px;
}

@media (max-width: 768px) {
	.input.inpR {
		width:100%;margin-right:0;
	}
	.input.inpL {
		width:100%;
	}
	#rate {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -22px;
		margin-top: -20px;
		font-size:24px;
	}
	.alert {
		margin-bottom: 80px;
	}
}
#err_message {
	margin:1em 0 3em 0;
	padding:0;
	color:#ff0000;
	text-align:left;
}
.guide_msg {
	margin:3em auto;
	padding:1em;
	border:solid 1px #ffc9bf;
	font-size:130%;
}
.is-invalid {
	border-color:red!important;
	background:#ffeded!important;
}
@media (max-width: 466px) {
	#links ul li a{
		padding-left:0;
		padding-right:0;
	}
}
.badge-red {
	background:red;
	color:#fff;
	border-radius:4px;
	padding-left:4px;
	padding-right:4px;
	font-size:0.9em;
}
.badge-green {
	background:#1bd33a;
	color:#fff;
	border-radius:4px;
	padding-left:4px;
	padding-right:4px;
	font-size:0.9em;
}
