@charset "UTF-8";

.nlogin-screen-name {
	text-align: center;
}

.layout-main {
	padding-top: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.content-panel {
	width: calc(100% - 14px);
	background: white;
	display: flex;
	justify-content: center;
}

.d-flex {
	display: flex;
}

.mgr-5px {
	margin-right: 5px !important;
}

.mgr-10px {
	margin-right: 10px !important;
}

.widtd-max-content {
	width: max-content !important;;
}

.ui-outputpanel {
	padding-top: 17px;
}

.ui-button.detail-button {
	width: auto;
}

/* Start set column layout 契約モデル */
.contract-table {
	table-layout: fixed;
}

.section {
	margin-bottom: 20px;
}

.None-padding {
	padding: 0px !important;
}

.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-content-center {
	align-content: center;
}

/* icon loading */
.icon-loading {
	display:flex;
	justify-content:space-between;
	align-items:center;
}