#load{
	width: 100%;
	text-align: center;
	display: block;
}

#wrapper{
	width: 100%;
	text-align: center;
	display: none;
}
#top-menu-button, #logout-button, #login-button {
	pointer-events: auto;
	cursor: pointer;
}

#header-logo {
	background-image: url('../img/logo.svg');
	background-repeat: no-repeat;
	width: 294px;
	height: 45px;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -147px;
}

@media screen and (max-width: 620px) {
	#header-logo  {
		background: url('../img/logo-mini.svg');
		background-repeat: no-repeat;
		width: 82px;
		height: 30px;
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -41px;
	}
}

@media screen and (max-width: 420px) {
	#header-logo  {
		width: 0;
		height: 0;
	}
}

.bg-dark-gray {
	background-color: #424242 !important;
}

.bg-negi {
	background-color: #58b17a !important;
}

.page-header-area {
	height:150px;
}

.form-bottom-button-block-center {
  padding: 20px 0 10px;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.form-bottom-button-block-center>.btn {
	min-width: 80px;
	width: 250px;
	margin: 8px;
}

.title-label, .value-label, .delimiter-label {
	font-size: 18px;
	font-weight: 300;
}
.title-label {
	min-width:86px !important;
}
/* @media screen and (max-width: 768px) {
	.title-label {
		min-width: 80px;
		width:80px;
	}
} */

.error-message {
	color: red;
	font-size: 12px;
	font-weight: 500;
}

.multi-text {
	padding-top: 20px !important;
}

.delimiter-label {
	width:20px;
	padding-right: 25px;
}

.data-row {
	border-bottom: #d4d4d4 solid 1px;
	align-items: flex-end;
	display: flex;
	padding-top: 20px;
}

.data-row label {
	align-items: flex-end;
} 

.modal-ok {
	width: 100px !important;
}

.modal-cancel {
	width: 100px !important;
	margin-right: 30px !important;
	background-color: #dbdbdb !important;
}

.warning-label {
	color:red !important;
	font-weight: 700 !important;
	font-size: 20px !important;
}

.warning-label-sm {
	color:red !important;
	font-weight: 500 !important;
	font-size: 12px !important;
}

.radio-field, .checkbox-field {
	padding-bottom: 10px;
}

.main-raised:not(.unlimited-main) {
	max-width: 1000px;
}
.clientid-popover {
	max-width: 876px !important;
	white-space: pre-wrap !important;
  }
  
#flash_message {
	color: crimson !important;
	font-weight: 500 !important;
	padding-bottom: 30px;
}
#flash_error_message {
	color: crimson !important;
	font-weight: 500 !important;
	padding-bottom: 30px;
}


table{
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
tr:hover{
	background-color: #dfdfdf;
	cursor: pointer;
	cursor: hand;
}
th,td{
height: 40px;
vertical-align: auto;
padding: 0 15px;
border: 1px solid #ccc;
}
th {
	background-color: rgb(51, 51, 51);
	color: #ccc;
}

.footer-fix{
    position: relative;
    padding-bottom: 10px;
    box-sizing: border-box;
	height: 100%;
}
.page-footer {
	white-space: inline-flex;
    width: 100%;
    background-color: #242424;
    color: #fff;
    text-align: center;
	position: absolute;
    bottom: 0;
}

.support {
	background: url('../img/mail.svg') no-repeat left center;
	background-size: 12px;
	font-size: 12px;
	float: left;
	padding-left: 16px;
	margin-left: 10px;
	cursor: pointer;
}

.support:link, .support:visited {
	color: #fff;
}

.support:hover {
	color: #AEA5F8;
}


@media (min-width: 431px)
{
	.copyright {
		padding-right: 15px;
		position: absolute;
		left: 50%;
		margin-left: -80px;
	}
}
@media (max-width: 430px)
{
	.copyright {
		float: right;
		margin-right: 10px;
	}
}

.logout {
	font-size: 18px;
	padding-right: 12px !important;
}

.login-id {
	background: url('../img/id.svg') no-repeat center;
	background-size: 20px;
	min-height: 20px;
	min-width: 20px;
}

.login-key {
	background: url('../img/key.svg') no-repeat center;
	background-size: 20px;
	min-height: 20px;
	min-width: 20px;
}

/* login card */
.card .card-header-login,
.card.bg-login,
.card.card-rotate.bg-login .front,
.card.card-rotate.bg-login .back {
  background: linear-gradient(60deg, #3ca093, #1AA18E);
}

.card .card-header-login {
	box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(26, 161, 142, 0.6);
}

.btn.btn-login.btn-link {
	background-color: transparent;
	color: #1AA18E;
	box-shadow: none;
}
.btn.btn-login:hover {
	color: #fff;
	background-color: rgba(26, 161, 142, 0.4);
}

.btn.btn-login:active,
.btn.btn-login.active,
.open>.btn.btn-login.dropdown-toggle,
.show>.btn.btn-login.dropdown-toggle {
  color: #fff;
  background-color: rgba(26, 161, 142, 0.8);
}

/* input */
.form-control,
.is-focused .form-control {
  background-image: linear-gradient(to top, #45bbab 2px, rgba(0, 0, 0, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(0, 0, 0, 0) 1px);
}


.form-check .form-check-input:checked~.circle {
	border-color: #286e65;
}
.form-check .form-check-label .circle .check {
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background-color: #45bbab;
	-webkit-transform: scale3d(0, 0, 0);
	-moz-transform: scale3d(0, 0, 0);
	-o-transform: scale3d(0, 0, 0);
	-ms-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.form-check .form-check-input:checked~.form-check-sign .check {
	background: #3a9c8f;
}

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
  color: #000000;
}