@charset "UTF-8";


.table {
	table-layout: fixed;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	width: 17rem;
}

.modal-open .modal {
	overflow-y: hidden;
}

.picka:read-only {
	background-color: #ffffff;
}

.invalid-feedback {
	display: block;
}

.text-require {
	float: right;
	font-weight: bold;
	color: #ff0000;
}
.text-conditionally-require {
	float: right;
	font-weight: bold;
	color: #0000ff;
}
.head-info .text-require,
.head-info .text-conditionally-require {
	float: none;
}

.form-check-input.form-check-input-sm {
	margin-top: .6rem;
}
.form-check-label.form-check-label-sm {
	font-size: 0.875rem;
	margin-top: 0.3rem;
}

/* -------------------------------------
.applicationListWrap
----------------------------------------*/
.applicationListWrap {
	min-width: 920px;
	padding: 0 0 30px;
}
.applicationListWrap>p {
	padding-bottom: 5px;
}
.applicationListWrap>div {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
.applicationList {
	margin: 0;
	padding: 0;
}
.applicationListWrap p {
	margin-bottom: 0;
}
.applicationList li {
	list-style: none;
}
.applicationList li:nth-child(even) {
	background-color: rgba(215,234,255, 1);
}
.applicationListTitle,
.applicationList li {
	display: table;
	width: 100%;
	text-align: center;
}
.applicationListTitle {
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid #999;
}
.applicationListTitle>div {
	border-left: 1px solid #cfcfcf;
}
.applicationListTitle,
.applicationList li {
	border-bottom: 1px solid #999;
}
.applicationListTitle>div,
.applicationList li>div,
.applicationList li .applicationListContent>div>div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
.applicationListTitle>div:nth-child(1),
.applicationList li>div:nth-child(1) {
	width: 6%;
	text-align: center;
	border-left: none;
}
.applicationList li>div:nth-child(1) p {
	font-size: 0.8rem;
}
.applicationListTitle>div:nth-child(2),
.applicationList li>div:nth-child(2) {
	width: 83%;
}
.applicationListTitle>div:nth-child(3),
.applicationList li>div:nth-child(3) {
	width: 11%;
}
.applicationListContent>div {
	display: table;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #cfcfcf;
}
.applicationListContent>div:last-child {
	border-bottom: none;
}
.applicationList li>div {
	border-left: 1px solid #cfcfcf;
}
.applicationList li .applicationListContent {
	padding: 0;
}
.applicationList li .applicationListContent>div>div {
	width: 10%;
	border-right: 1px solid #cfcfcf;
}
.applicationList li .applicationListContent>div>div:last-child {
	border-right: none;
}
.applicationList li .applicationListContent .wide {
	width: 50%;
	text-align: left;
}
.applicationList li .applicationListContent .wide02 {
	width: 42%;
	text-align: left;
}
.applicationList li .applicationListContent .prev-number1 {
	width: 250px;
}
.applicationList li .applicationListContent .prev-number2 {
	width: 350px;
}
.applicationList li .applicationListContent .min {
	width: 35px;
	text-align: center;
}
.applicationList li .applicationListContent .min02 {
	width: 80px;
	text-align: center;
}
.applicationList li .applicationListContent .type01 {
	background-color: #FFDCDA;
}
.applicationList li .applicationListContent .type02 {
	background-color: #F9F790;
}
.applicationList li .applicationListContent .applicationNo {
	width: 130px;
}
.applicationList li .applicationListContent .telWidth {
	width: 20%;
}
.applicationList li .applicationListContent .totalWidth {
	width: 15%;
}
.applicationList li .applicationListContent .promotinalWidth {
	width: 15%;
}
.applicationList li .applicationListContent .statusWidth {
	width: 15%;
}
/* -------------------------------------
#pager
----------------------------------------*/
#pager {
	padding: 25px 0 30px;
}
#pager ul {
	text-align: center;
}
#pager li,
#pager li:nth-child(-n+2),
#pager li+li,
#pager li:nth-child(even) {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #000;
	margin: 0 9px;
	padding: 0;
	float: none;
}
#pager li a {
	display: block;
	padding: 10px 8px;
	text-decoration: none;
}
#pager .current a {
	font-weight: 600;
	border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 0.9rem;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

.form-horizontal table {
	font-size: 1rem;
}
.form-horizontal table th {
	font-weight: 400;
}
.form-horizontal .table .thead-light th {
	background-color: rgba(215,234,255, 1);
}
.form-horizontal .table .thead-light th.web{
	background-color: rgba(182,242,185,0.8);
}
.form-horizontal .table .thead-light th.paper {
	background-color: rgba(250,239,197,0.8);
}
.form-horizontal table .statusList tr:last-child {
	background-color: #F9F790;
}

.form-group p.note {
	font-size: 0.6em;
}

.applicationListWrap > div,
table {
	background-color: #FFFFFF;
}

.form-error {
	background-color:#ffdcda!important;
}
input[type="checkbox"].form-error + label,
input[type="radio"].form-error + label {
	background-color: #ffdcda!important;
}

.applicationList li .applicationListContent>div>div.w-20p {
	width: 20%;
}

.text-update {
	animation: text-update 0.5s linear;
}
@keyframes text-update {
	0% {
		background-color: rgb(217, 217, 255);
	}
	100% {
		background-color: white;
	}
}

.new_business {
    background: #f8f8f8;
    padding: 5px 0;
    border: solid 1px #f0f0f0;
}