/* global settings */
.wip {
	background: orange;
	color: white;
	padding: 10px;
	border-radius: 5px;
}

.fleat-register ul {
	margin-top: 0;
	margin-left: 1.5em;
	list-style: disc outside;
}

.fleat-register fieldset {
	border: none;
	margin-bottom: 1em;
	padding-left: 1em;
}

.fleat-register fieldset legend {
	font-size: large;
	font-weight: bold;
	margin-left: -1em;
	margin-bottom: 0.5em;
}

.fleat-register .row {
	/* margin-left: -15px; */
	margin-right: -15px;
}
.fleat-register .row::after {
	display: table;
	content: "";
	clear: both;
}

.fleat-register .col-sm-12 {
	padding: 0 15px;
}

.fleat-register .col-sm-6 {
	box-sizing: border-box;
	width: 50%;
	/* float: left; */
	padding: 0 15px;
}

.fleat-register .col-sm-4 {
	box-sizing: border-box;
	width: 33.333%;
	float: left;
	padding: 0 15px;
}

/* text / format */
.fleat-register p {
	margin-top: 0;
}

.fleat-register .text-info {
	color: #17a2b8;
}

.fleat-register .text-danger {
	color: #dc3545;
}

.fleat-register .text-right {
	text-align: right;
}

.fleat-register .text-center {
	text-align: center;
}

.fleat-register .password-forgot {
	margin-top: 1em;
	font-size: smaller;
}
.fleat-register .password-forgot a {
	font-size: inherit;
}


/* alerts */

.alert {
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
}

.alert-danger {
	color: #dc3545;
	border: 1px solid #dc3545;
}

.alert-warning {
	color: #e48000;
	border: 1px solid #e48000;
}

.alert-success {
	color: #28a745;
	border: 1px solid #28a745;
}

/* form elements */

.fleat-register .button-continue {
/*	border-color: #28a745;
	background-color: #28a745;	*/
	border-color: #58767a; /*#816e08;*/	/* edit okabe 2023/01/18 */
	background-color: #816e08;
	color: white;
}

.fleat-register .form-group {
	margin-bottom: 1em;
}

.fleat-register .form-group.member-id{
	margin-bottom:7px;
}

.fleat-register .section-title{
	margin-bottom:5px;
}

.fleat-register label {
	display: block;
	clear: both;
}

.fleat-register label.inline,
.fleat-register .form-check label {
	display: inline-block;
}
.fleat-register .equipment label.inline {
	margin-right: 1em;
}

.fleat-confirm label {
	font-weight: bold;
}

.fleat-register input.form-control,
.fleat-register textarea {
	box-sizing: border-box;
	width: 100%;
}
.fleat-register textarea {
	/* margin-left: 20px; */
	margin-left: 15px;
}

/* .fleat-register .member-id input[type=text] {
	width: 5em;
} */

.form-style{
	width: 60px;
}

.fleat-register .member-id:nth-child(-n+4) label {
	/* width: 60px; */
}

.fleat-register blockquote {
	margin-top: 0;
}

.speech-abstract-info {
	display: none;
}

span.column{
	text-align: left;
	font-weight: bold;
}
.column span{
	font-weight: bold;
}
label.column{
	/* text-align: left; del*/
	font-weight: bold;
}

/* h3.article-title{
	font-weight: bold;
} */

.fleat-register p {
	float:right;
}

/* responsive */
@media (max-width: 767px) {
	.fleat-register .row {
		margin-left: 0;
		margin-right: 0;
	}

	.fleat-register .col-sm-4,
	.fleat-register .col-sm-6 {
		float: none;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
}
/* add okabe 2023/01/22 */
.cls-speech-language-en, .cls-speech-language-ja,
.cls-speech-type-1, .cls-speech-type-2, .cls-speech-type-3, .cls-speech-type-4 {
	white-space:nowrap;
	width:66%;
}
@media (min-width: 540px) {
	.cls-speech-language {
		float:left;
	}
	.cls-speech-language-ja, .cls-speech-language-en {
		float:right;
	}
}

@media (min-width: 700px) {
	.cls-speech-type {
		float:left;
	}
	.cls-speech-type-1, .cls-speech-type-2, .cls-speech-type-3, .cls-speech-type-4 {
		float:right;
	}
}
@media (min-width: 768px) {
	.cls-title-ja, .cls-title-en {
		width: 75%!important;
	}
}

@media (min-width: 540px) {
	.cls-keyword-1,  .cls-keyword-3 {
		float:left;
	}
	.cls-keyword-2,  .cls-keyword-4 {
		float:right;
	}
}
.cls-font-bold {
	font-weight: bold;
}
