

/* new login */
.ldb-login-div-center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.ldb-login {
	width: 32%;
	height: 200px;
	background: white;
	border-radius: 10px;
}
.ldb-login-title {
	font-family: Lato;
	color:#35DC3C;
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 0.1em;
}
.ldb-login-form {
	margin-top: 40px;
	margin-bottom: 40px;
}
.ldb-login .input-group {
	border-top: 2px solid #626874;
	border-bottom: 2px solid #626874;
	border-left: 2px solid #626874;
	border-radius: 10px
}
.ldb-login-form-field-icon {
	display: flex;
	align-items: center;
	padding: .375rem 0 .375rem .75rem;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.2;
	color: #626874;
	text-align: center;
	white-space: nowrap;
}
.ldb-login .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #626874;
	opacity: 1; /* Firefox */
	font-weight: bold;
}
.ldb-login .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #626874;
	font-weight: bold;
}
.ldb-login .form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #626874;
	font-weight: bold;
}

/* sidemenu */
.cp_sidebarmenu {
	position: fixed;
	height: 100%;
	overflow: hidden;
	z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3.2em;
	transition: width 0.6s ease;
	transform: translateZ(0) scale(1,1);
	background: #007BFF;
}
.sidebar-text-logo {
	display: none;
	font-size: 23px;
	font-weight: 700;
	color: white;
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 30px;
}
.cp_sidebarmenu:hover {
	display: block;
	overflow: visible;
	width: 17.5em;
}
.cp_sidebarmenu:hover .sidebar-text-logo {
	 display: block;
 }
.cp_sidebarmenu:hover ul {
	margin: 0;
}
.cp_sidebarmenu ul {
	margin: 80px 0;
	padding: 0;
	outline: 0;
}
.cp_sidebarmenu li {
	position: relative;
	display: block;
	width: 16em;
	margin: 0;
	padding: 0;
	outline: 0;
}
.cp_sidebarmenu li a {
	position: relative;
	display: table;
	border-spacing: 0;
	border-collapse: collapse;
	text-decoration: none;
	color: #ffffff;
}
.cp_sidebarmenu li:before {
	content:"";
	position: absolute;
	top: 0px;
	left: -17em;
	height: 100%;
	width: 17em;
	background : rgba(0,79,165 ,0.5);
	transition: all 0.6s ease;
}
.cp_sidebarmenu li:hover:before {
	left:0;
}
.cp_sidebarmenu li:active {
	left:0;
}
.cp_sidebarmenu span {
	position: relative;
	display: table-cell;
	width: 14em;
	padding-left: 8px;
	font-weight: bold;
}
.cp_sidebarmenu > ul.control {
	position: absolute;
	bottom: 0;
	left: 0;
}
.cp_sidebarmenu ul li i {
	font-size: 1.3em;
	display: inline-block;
	padding: 0.4em;
	padding-bottom:7px;
    padding-left:10px;
	vertical-align: middle;
	width: 116%;
}

.active-menu {
	background : rgba(0,79,165 ,0.5);
}

.cp_sidebarmenu:hover .active-menu {
	background: transparent;
}
/* dashboard */

.dashboard-container {
	display: inline-block;
	float: left;
	width: 100%;
}

.dashboard-user-info {
	background-color:white;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	padding: 9px 3px 1px 1px;
	/* new line */
	position:fixed;
	box-shadow: 0px 4px 4px rgba(214, 214, 214, 0.25);
}
/*753 screen mobile */

.mobile-navbar{
	display: none;
}

@media only screen and (max-width:768px) {
	.pc-navbar{
		display: none;
	}
	.mobile-navbar{
		display: block;
	}
}

/*751 screen mobile */

.mobile-navbar2{
	display: none;
}

@media only screen and (max-width:768px) {
	.pc-navbar{
		display: none;
	}
	.mobile-navbar2{
		display: block;
	}
}


.sign-out-btn {
	float: right;

	font-style: normal;
	font-weight: bold;
}
.leave-out-btn{
	float: right;
	font-style: normal;
	font-weight: bold;
	margin-right: 10px;
}


.user-name-block {
	float: right;

	padding-right: 20px;
	margin-top: 11px;

}



.tab-block {
	margin-left: 52px;
	/* new line */
	margin-bottom: -2.80% !important;
}

@media screen and (max-width: 767px) {
	.tab-block {
		margin-left: 0;
	}
}

.tab-wrap {
	background: White;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	/* new line */
	padding:43px 0px 1px 51px;
}

.tab-wrap::after {
    content: '';
    order: -1;
    width: 100%;
    background:#F6F8FA;
}

.tab-label {
	color: #B5BED1;
	cursor: pointer;
	order: -1;
	padding: 0px 10px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	font-size: 14px;
	font-weight: bolder;
}

.tab-switch:checked + .tab-label {
	color: black;
}

.tab-label::after {
	background: #007BFF !important;
	bottom: 0;
	content: '';
	display: block;
	height: 5px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: inherit;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
	margin-top: 5px;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-switch {
	display: none;
}

.tab-content-details {
	background: #F6F8FA;
	margin: -6px 30px 100px 80px;
	padding-top: 114px;/*orginal - 114px*/
}

.tab-content-details_0011 {
	background: #F6F8FA;
	margin: 0px 30px 80px 80px;
	padding-top: 15px !important;
	padding-bottom: 20px;
}

/* new one for 231 and 232 screen */
.tab-content-details-1 {
	background: #F6F8FA;
	margin: 0px 30px 100px 80px;
	/* new line */
	padding-top: 114px;
}
.dashboard-table-header {
	border-top: 2px solid #edf2f7;
	border-bottom: 2px solid #edf2f7;
	font-size: 14px;
}

.dashboard-table-content {
	font-size: 14px;
}

.table>tbody>tr:nth-child(even)>td {
	background: rgba(191, 197, 210, 0.3);
}

.table>tbody>tr:nth-child(odd)>td {
	background: white;
}

.dashboard-search-box {
	padding: 28px 0 1px 0px;
}

.dashboard-search {
	border: 2px solid rgba(191, 197, 210, 0.3);
	border-radius: 8px;
	width: 275px;
	border-left: none;
}

.dashboard-search-input {
	border: 2px solid rgba(191, 197, 210, 0.3);
	border-radius: 8px;
	width: 245px;
	padding: 4px;
	border-top: none;
	border-bottom: none;
	border-right: none;
}

.dashboard-search-btn {
	background:  #edf2f7;
	border-radius: 10px;
	font-weight: bolder;
	font-size: 12px;
	padding: 4px 10px;
}

/* search */

.table-addition-button {
	background: white;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	color: #007BFF;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 55px;
	margin-bottom: 100px;
}

.table-filter-button {
	display: inline-block;
	vertical-align: middle;
}

.table-search-field {
	margin-top: -2px;
	display: inline-block;
}

.shadow-tab-block {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
	position: sticky;
}

/* ============================== */

body {
	background-color:  #F6F8FA;
	font-family: Noto Sans JP;
	letter-spacing: 0.1em;
	height: 100%;
	margin: 0;
}
/* test CSS */

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

.table-title{
    color:white;
    background-color: #1C95F5;
    text-align: center;
    font-family: Noto Sans JP;
    letter-spacing: 0.05em;
}

.nav-item{
    color: #1C95F5;
    font-family: Noto Sans JP;
    font-weight: medium;
    letter-spacing: 0.05em;
}

.username{
    font-weight: bold;
    text-align: center;
}

.btn-outline-primary{
    border: 0px none;
}


.btn-check{
    border-radius: 15%;
}

.h6 {
    margin-bottom: 0;
}

.footer {
	background: #B8C5CF;
	height: 40px;
	width:100%;
	position:fixed;
	left: 0;
	bottom: 0;
	z-index: 2000;
}

.footer-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: small;
}

.nopadding {
	padding: 0 !important;
}

.version-info{
	background-color:#F6F8FA;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	padding: 12px 20px 40px 0;
}

.version-name-block {
	float: right;
	margin-top: 11px;
}