.flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.flex .left_con,
.flex .right_con {
	margin-top: auto;
}

.flex .pager_area {
}

.panel.panel-default {
	padding: 10px 0;
}

.common-details table th,
.post-details table th{
	background: #e3f2fd;
}

.post-details {
	margin-bottom: 20px;
	border-bottom: 1px solid #dee2e6;
}

.panel-heading{
	color: #494949;
	margin: 20px 0;
}


tr.deta_list:hover {
	background: #DDFFDD!important;
}

.completed-message {
	margin: 80px 0;
}



input[type="file"].upfile {
	display: none;
}

label.upfile-wrap {
	padding: 10px 20px;
	color: #ffffff;
	background-color: #384878;
	cursor: pointer;
	border-radius: 6px;
	font-size: .7rem;
}


ul.uplist li{
	position: relative;
}

/**
ul.uplist li:before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90%;
	display: block;
	}
	**/
ul.uplist {
	list-style-type: none;
	padding: 0;
}

ul.uplist li:before {
	content: '';
	top: 0;
	left:0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../img/file.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.current {
    background: #ffd4b1!important;
}

.nav-item:hover{
	background-color: #ecfce8;
}

button.ui-dialog-titlebar-close {
	background: url(../img/close.png) no-repeat;
	background-size: contain;
	background-color: #fff;
}

body { 
	font-family: "M PLUS Rounded 1c"!important; 
}

h2.title {
	font-size: 30px;
	font-size: 3rem;
	position: relative;
	padding: 1.5rem;
	text-align: center;
}

h2.title span {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
}

h2.title:before {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #70C0F0;
}

.wrap {
	overflow: hidden;
}

div#header-content {
	text-align: center;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	padding-right: 5px!important;
	background-image: none!important;
}

.form-control {
	padding: 5px!important;
}

div#header-content img {
	/**
	width: auto;
	height: 100vh;**/
	width: 15%;
	height: auto;
}

div#header {
	border-bottom: groove 4px;
	margin-bottom: 15px;
	background-color: #fff;
}

.control-label {
	padding: 0px 5px;
	color: #494949;
	background: transparent;
	border-left: solid 3px #00A0F0;
	background: #C0E0F0;
	width: 100%;
	padding: 5px;
}

.radio label {
	margin-right: 25px;
}

span.badge.badge-danger {
	margin-left: 10px;
}

.row.button-area {
	padding: 25px 0;
}

footer {
	width: 100%!important;
	height: 120px!important; 
	text-align: center!important;
	padding: 50px 0!important;
	background-color: #70C0F0!important;
}


.form-size-ss {
	width: 100px;
}

.form-size-s {
	width: 60%;
}

.form-row.wide {
	width:100%;
}

.form-tel-inner {
	min-width: 100px!important;
}

.form-zip-inner {
	min-width: 130px!important;
}

.form-min-200 {
	min-width: 200px!important;
}

@media screen and (max-width: 520px) {
	.panel.panel-default {
		width: 100%;
	}
	
	html {
		font-size: 12px;
	}
	
	
	.bootstrapWizard li .title {
		display: none;
	}	
	
	.widget-body {
		margin-bottom: 5px;
	}
	
	.bootstrapWizard li:before {
		top: 7px;
	}
	
	.bootstrapWizard li.active .step,
	.bootstrapWizard li.active.complete .step,
	.bootstrapWizard li .step {
		border-radius: 50%;
		padding: 3px 5px;
		font-weight: 700;
		color: #fff;
		font-size: 9px;
	}
	
	_:lang(x)::-moz-placeholder, .bootstrapWizard li:before {
		top: 11px;
	}
	.panel.panel-default {
		padding: none;
	}
	
	.wrap {
		overflow: hidden;
	}
	.row.button-area .col {
		width: 50%;
	}
	.sp{
		display:block;
	}
	
	
	.flex-row-4 {
		display: flex;
		flex-wrap: wrap;
		width: 25%!important;
	}
	.flex-row-2 {
		display: flex;
		flex-wrap: wrap;
		width: 50%!important;
	}
	.flex-row-3 {
		display: flex;
		flex-wrap: wrap;
		width: 31%!important;
	}
	.flex-row-auto {
		display: flex;
		flex-wrap: wrap;
		width: auto!important;
	}
	
	.form-size-ss {
		width: 45%;
	}
	
	.form-size-s {
		width: 60%;
	}
	
	.form-row.wide {
		width:100%;
	}
	
	select.applicant_birthday_era,
	select.applicant_birthday_year,
	select.applicant_birthday_month,
	select.applicant_birthday_day {
		padding: 0;
	}
	
	select.applicant_birthday_era {
		width: 65px;
	}
	
	.form-tel-inner {
		min-width: 22%!important;
	}
	
	.form-zip-inner {
		min-width: 25%!important;
	}
	
	.col {
		/**-flex-preferred-size: 0;*/
		flex-basis: unset!important;
		/**-ms-flex-positive: 1;*/
	}
}

.show {
	display:block!important;
}
.hide {
	display:none!important;
}

@media screen and (max-width: 640px) {
	.navbar-nav {
		flex-direction: unset!important;
	}
}


@media screen and (max-width: 991px) {
	div.common-details tr td,
	div.common-details tr th,
	div.post-details tr td,
	div.post-details tr th	{
		display: block;
		text-align: left;
		width: 100%;
	}
}
