@charset "utf-8";
/* CSS Document */

.invalid-feedback.hide {
	display: none;
}

.favorite.hide {
	display: none;
}

.badge.hide {
	display: none;
}

.v-suggestion-list.hide {
	display: none;
}

.btn-green {
	background-color: #009933;
	background-image: none;
	box-shadow: none;
	color: #FFFFFF !important;
}
.btn-green:hover , .btn-green:focus {
	color: #FFFFFF;
	opacity: 0.5; 
}
.btn-orange {
	background-color: #FF6600;
	background-image: none;
	box-shadow: none;
	border: 1px solid #FF6600;
	color: #FFFFFF !important;
}
.btn-orange:hover , .btn-orange:focus {
	color: #FFFFFF;
	opacity: 0.5; 
}
.form-inline .input-length-serial {
	width: 150px;
}

.input-group > .input-wrap {
    position: relative;
}

.input-group > .input-wrap > .form-control:not(:first-child) {
	border-top-left-radius: 0;
  	border-bottom-left-radius: 0;
}
     
.toggle-pass{
    position:absolute;
    top:50%;
    right: 10px;
    transform: translateY(-50%);
}
.form-inline .input-length-pc100 {
	width: 100px;
}
.form-inline .input-length-pc150 {
	width: 150px;
}
.form-inline .input-length-pc200 {
	width: 200px;
}
.form-inline .input-length-pc300 {
	width: 300px;
}
.form-inline .input-length-pc350 {
	width: 350px;
}
.form-inline .input-length-pc400 {
	width: 400px;
}
.form-inline .input-length-pc450 {
	width: 450px;
}
.form-inline .input-length-pc500 {
	width: 500px;
}
.form-inline .input-length-pc600 {
	width: 600px;
}

/* add-2023-01 */
.text-flex {
    display: flex;
}
.text-flex .text-flex-left {
    padding-right:5px;
}
.text-flex .text-flex-right {    
    padding-top:1px;
}
.card {

}
.card .card-header {
    color:#FFFFFF;
    font-weight: 600;
    /* background-color: #99CC00; */
    font-size: 16px;
    border-bottom: none;
}
.card-bnone {

}
.card-bnone .card-body {
    border:none;
}
.card-green {

}
.card-green .card-header {
    color:#ffffff;
    font-weight: 600;
    background-color: #00bb00;
    font-size: 16px;
    border-bottom: none;
}
.card-green .card-body {
    border: 2px solid #00bb00;
    border-top:none;
    font-size: 14px;
    line-height: 1.4em;
}
.card-orange {

}
.card-orange .card-header {
    color:#ffffff;
    font-weight: 600;
    background-color: #ff9900;
    font-size: 16px;
    border-bottom: none;
}
.card-orange .card-body {
    border: 2px solid #ff9900;
    border-top:none;
    font-size: 14px;
    line-height: 1.4em;
}
.card-orange .card-body .page-bar-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    border-left-color: #ff6600;
    margin-top: 0px;
}


.d-error {
    border: solid 1px #dc143c;
    border-left: solid 2px #dc143c;
    border-right: solid 2px #dc143c;
    padding: 5px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffe4e1;
    line-height: 1.4em;
    color:#FF0000;
    display: flex;
    margin-bottom:10px;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
}
.d-error.hide {
	display: none;
}

.d-error .d-error-left {
    font-size: 13px;
    padding-right:5px;
}
.d-error .d-error-right {
    font-size: 12px;
    flex:1;
}
.d-error .d-error-right p {
    margin-bottom:3px;
}
.d-error.d-error-fixed {
    position: fixed;
    top:30px;
    left:0;
    right:0;
    margin-left:30px;
    margin-right: 30px;
    z-index: 701;
}
/* 20241122 */
.school-texbox {
    width: 100%;
    height: 110px;
    overflow-y: scroll;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
.school-texbox .school-texbox-item {
	border-bottom: dotted 1px #999;
}
.school-texbox .school-texbox-item a {
	color:#333;
	display: block;
	padding-top:7px;
	padding-left:10px;
	padding-right:15px;
	padding-bottom:7px;
}
.school-texbox .school-texbox-item a:hover {
	background-color: #B9DC96;
	text-decoration: none;
}
.school-texbox .school-texbox-item span {
	color:#333;
	display: block;
	padding-top:7px;
	padding-left:10px;
	padding-right:15px;
	padding-bottom:7px;
}