@charset "UTF-8";

.user-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	border-bottom: 6px solid #ffa300;
}

.user-info p {
	margin-bottom: 0;
}

.wrapper-content {
	padding: 10px 10px 40px;
}

.header__logo {
	font-size: 1.8rem;
	width: auto;
 	position : absolute;
 	left : 120px;
}

@media screen and (min-width:493px) {
	.user-info {
		padding: 5px 20px;
		max-width: 960px;
		margin: 0 auto;
    	padding-top: 14.75px;
	}
	.wrapper-content {
		max-width: 960px;
		margin: 0 auto
	}
}

.page_title {
    padding-left:20px;
    background-image: url("../img/management_page_title_mark.gif");
    background-position: left center;
    background-repeat: no-repeat;
}

.title {
	font-size:18px;
	font-weight: bold;
	margin: 8px 0;
}

.title2 {
	font-size:14px;
	font-weight: bold;
}

div.sub_title {
    margin: 20px 0;
	border-bottom: 6px solid #ffa300;
}

label.b_label{
	padding: 4px 10px 0;
	background-color: #ffa300;
	color: #ffffff;
}

.btn-blue {
	color: #fff;
/* 	background-color: #004499; */
/* 	border-color: #004499 */
	background-color: #7ac0ff;
	border-color: #7ac0ff
}

.btn-blue:hover {
	color: #fff;
/* 	background-color: #032a66; */
/* 	border-color: #042a5e */
	background-color: #7da6cc;
	border-color: #7ea6c4
}

.btn-blue.focus, .btn-blue:focus {
	color: #fff;
/* 	background-color: #032a66; */
/* 	border-color: #042a5e; */
	background-color: #7da6cc;
	border-color: #7ea6c4;
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-blue.disabled, .btn-blue:disabled {
	color: #fff;
	background-color: #7ac0ff;
	border-color: #7ac0ff
}

.btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active, .show>.btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #7ea6c4;
	border-color: #0b2956
}

.btn-blue:not(:disabled):not(.disabled).active:focus, .btn-blue:not(:disabled):not(.disabled):active:focus, .show>.btn-blue.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

table.input_tab {
	line-height: 20px;
}
table.input_tab textarea{
	line-height: 18px;
}
table.input_tab th {
	border: 1px solid #b3b3b3;
	background-color: #bfe1ff;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	padding: 4px 4px 4px 4px;
}
table.input_tab th.input_head{
	background-color: #bfe1ff;
	text-align: left;
/* 	font-weight: bold; */
}
table.input_tab td {
	height: 2rem;
	vertical-align: middle;
	border: 1px solid #b3b3b3;
	padding: 4px 4px 4px 4px;
}
table.input_tab td.align_r {
	text-align: right;
}
table.input_tab th.align_r {
	text-align: right;
}
table.input_tab td.align_c {
	text-align: center;
}
table.input_tab th.align_c {
	text-align: center;
}
table.input_tab td.invalid_field {
	background-color: #848484;
}
table.input_tab td.subth {
	background-color: #fff2e6;
}
table.input_tab td.center {
	text-align: center;
}
table.input_tab td.bl {
	border: none;
}
table.input_tab td.r_none {
	border-right:none;
}
table.input_tab td.l_none {
	border-left:none;
}

.logout-btn {
	width: 120px;
    height: 42px;
    background: #D9D9D9;
    border-radius: 15px;
}

table.login_password_area {
	border-collapse: collapse;
	line-height: 14px;
	margin: 20px;
}

table.login_password_area td {
	border: 0.75px solid #B3B3B3;
	text-align: left;
	width: 380px;
	height: 30px;
}

table.login_password_area th {
	color: #333;
	background-color: #BFE1FF;
	border: 0.75px solid #B3B3B3;
	font-weight: bolder;
	width: 232px;
	height: 30px;
}

table.login_password_area input.input_form {
	border: 1px black solid;
	border-radius: 0;
	width: 365px;
	height: 29px;
}

table.login_password_area input.input_form.is-invalid {
	background-image: none;
	border-color: #e83e8c;
	padding-right: .75rem
}

div.button_in_area_r {
	text-align: right;
}

.btn_gray {
    background-color: #E7E7E7;
	border-radius: 8px;
	padding: 7px 14px;
	border-width: 1px;
}

.btn_gray:hover {
	color: #fff;
	background-color: #032a66;
	border-color: #042a5e;
	border-radius: 8px;
	padding: 7px 14px;
	border-width: 1px;
}

.btn_gray.focus, .btn_gray:focus {
	color: #fff;
	background-color: #032a66;
	border-color: #042a5e;
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn_gray.disabled, .btn_gray:disabled {
	color: #fff;
	background-color: #004499;
	border-color: #004499
}

.btn_gray:not(:disabled):not(.disabled).active, .btn_gray:not(:disabled):not(.disabled):active, .show>.btn_gray.dropdown-toggle {
	color: #fff;
	background-color: #042a5e;
	border-color: #0b2956
}

.btn_gray:not(:disabled):not(.disabled).active:focus, .btn_gray:not(:disabled):not(.disabled):active:focus, .show>.btn_gray.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn_top {
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
	width: 160px;
	height: 63px;
	margin: auto;
	font-weight: bold;
	border: 1px solid #7AC1FF;
	color: #7AC1FF;
	background-color: #FFFFFF;
	border-radius: 10px;
	transition: 0.5s;
	left: 0;
	margin-right: 10px;
}

.btn_top:hover {
	color: #fff;
	background-color: #7AC1FF;
	border-color: #7AC1FF
}

.btn_top.focus, .btn_top:focus {
	color: #fff;
	background-color: #7AC1FF;
	border-color: #7AC1FF
}

.btn-white {
	color: #7AC1FF;
	background-color: #FFFFFF;
	border-color: #7AC1FF
}

.btn-white:hover {
	color: #FFFFFF;
	background-color: #7AC1FF;
	border-color: #7AC1FF
}

.btn-white.focus, .btn_top:focus {
	color: #FFFFFF;
	background-color: #7AC1FF;
	border-color: #7AC1FF
}

.btn_gray_change_password {
	margin: auto;
	height: 50px;
	background-color: #E7E7E7;
	border-radius: 8px;
	padding: 7px 14px;
	border-width: 1px;
}

.btn_gray_change_password:hover {
	color: #fff;
	background-color: #032a66;
	border-color: #042a5e;
	border-radius: 8px;
	padding: 7px 14px;
	border-width: 1px;
}

.btn_gray_change_password:focus {
	color: #fff;
	background-color: #032a66;
	border-color: #042a5e;
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn_send_mail, a.btn_send_mail {
	font-size: 22px;
	color: #fff;
	background-color: #000000;
	border-radius: 50px;
	width: 246px;
	height: 45px;
}

.btn_send_mail_disabled {
	font-size: 22px;
	color: #fff;
	background-color: #D9D9D9;
	border-radius: 50px;
	width: 246px;
	height: 45px;
}

.text-complate {
	font-weight: bold;
	color: #FF0202;
	font-size: 20px;
}

.text-error-message {
	font-weight: bold;
	color: #FF0202;
	font-size: 16px;
}

.text-send {
	color: #FF0202;
	font-size: small;
}

.send_mail {
	text-align: right;
}

.mail_input {
	font-size: 24px margin-left: 50x;
}

.mail_input_top {
	text-align: center;
	bottom: 30%;
}

a.mail_search {
	color: #000000
}

.register {
	display: flex;
	padding: 100px 0px 4px 0px;
}

.wrap {
	display: flex;
}

.wrap button {
	margin-bottom: 5px;
}

table.change_password_area {
	border-collapse: collapse;
	line-height: 14px;
}

table.change_password_area td {
	padding-left: 5px;
	padding-right: 10px;
	border: 0.75px solid #B3B3B3;
	text-align: left;
	width: 200px;
	height: 30px;
}

table.change_password_area th {
	width: 300px;
	height: 30px;
	text-align: left;
	padding: 20px 0;
	padding-left: 10px;
	vertical-align: top;
	color: #333;
	background-color: #BFE1FF;
	border: 0.75px solid #B3B3B3;
	font-weight: bolder;
}

table.change_password_area input.input_form {
	border: 1px black solid;
	border-radius: 0;
	width: 370px;
	height: 30px;
}

table.change_password_area input.input_form.is-invalid {
	background-image: none;
	border-color: #e83e8c;
	padding-right: .75rem
}

th.detail_list {
	background-color: #bfe1ff;
	border: 1px solid #b3b3b3;
	text-align: center;
	font-weight: normal;
}
th.detail_list_r_none {
	background-color: #bfe1ff;
	border: 1px solid #b3b3b3;
	text-align: center;
	font-weight: normal;
	border-right: none;
}
td.detail_list {
	border: 1px solid #b3b3b3;
	text-align: center;
	vertical-align: middle;
}
td.detail_list_r_none {
	border: 1px solid #b3b3b3;
	text-align: center;
	vertical-align: middle;
	border-right: none;
}

th.padding_rl_none {
	font-weight: 500;
	padding-left: 0px;
	padding-right: 0px;
}
td.padding_none {
	padding: 0;
}
table.border_rl_none {
	border-left-style: none;
	border-right-style: none;
}
tr.border_rl_none {
	border-left-style: none;
	border-right-style: none;
}
tr.border_rl_none th {
	border-left-style: none;
	border-right-style: none;
}
tr.border_rl_none td {
	border-left-style: none;
	border-right-style: none;
}

.ui-datepicker-trigger{
	margin-left: 2px;
}
.ui-monthpicker-trigger{
	margin-left: 2px;
}
