﻿html {
	overflow: auto;
}

.mei-titlebar {
	border: 2px solid #aed0ea;
	background-color: #deedf7;
	color: #BFBFBF;
}
.mei-titlebar > div {
	color: #212529;
}

#pageTitle {
	color: white;
	background-color: #3366ff;
    max-width: 20em;
}

.mainMenu {
	color: #212529;
}

.dropdownMenuBase {
	background-color: #aed0ea;
}

.dropdownMenu:link,
.dropdownMenu:visited {
	color: #666;
	background: #f8f8f8;
	border-bottom-color: #969696;
}
/*.dropdownMenu:hover,*/
.dropdownMenu:focus,
.dropdownMenu.sel {
	color: #ffffff;
	background: #3366ff !important;
}

/*
.dropdownMenu {
	color: #666;
	background: #f8f8f8;
	border-bottom-color: #969696;
}
.dropdownMenu:focus {
	color: #ffffff;
	background: #3366ff !important;
}
*/
.caution {
	border: 8px double #007bff;
	box-shadow: 0px 0px 4px 12px #aed0ea;
	background-color: #ffffff;
}

.btn-outline-primary {
	color: black;
	background-color: lightblue;
	border-color: black;
}

.lst-selected {
	background-color: #b8daff;
}

.fieldset-com {
	border: 2px solid dodgerblue;
}

.legend-com {
	background-color: dodgerblue;
	color: floralwhite;
}

input[type='text'].date-picker-ex:not(:disabled):not(.disabled) {
	border: 1px solid #007bff;
	background-color: #007bff;
}

input[type='text'].date-picker-ex:not(:disabled):not(.disabled):active:focus,
input[type='text'].date-picker-ex:not(:disabled):not(.disabled).active:focus,
input[type='text'].date-picker-ex:not(:disabled):not(.disabled):focus,
input[type='text'].date-picker-ex:not(:disabled):not(.disabled):focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.first-focus {
	position: relative;
}

.first-focus::before {
	content: "";
	position: absolute;
	/*
	top: 0px;
	bottom: 0px;
	left: 0px;
	*/
	margin-top: auto;
	margin-bottom: auto;
	width: 95%;
	height: 1.8em;
	/* border-bottom: double 6px rgba(0, 123, 255, 0.5); */
	border-bottom: double 6px rgba(51, 153, 51, 0.67);
}

.chk:focus + label {
	border-radius: 0.2rem;
	box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.4);
}

.nav-tabs .nav-link {
	background-color: aliceblue;
}
.nav-tabs .nav-link.tab-past {
	border-top: 6px solid #C00000;
	padding-top: 0px;
}
.nav-tabs .nav-link.tab-future {
	border-top: 6px solid #3366ff; /* #0067BC; #0078D7; */
	padding-top: 0px;
}
/*
.nav-tabs .nav-link.tab-past:not(.active) {
	background-color: #C00000;
	color: white;
}
.nav-tabs .nav-link.tab-today:not(.active) {
	background-color: aliceblue;
}
.nav-tabs .nav-link.tab-future:not(.active) {
	background-color: #0067BC;  #0078D7;
	color: #F9F6FF;  #FBF9FF;
}
*/
/*
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	border-width: 5px 5px 17px 5px;
	border-style: solid;
	border-color: #343A40;
	padding-top: 1px;
	padding-left: calc(1rem - 4px);
	padding-right: calc(1rem - 4px);
}
*/

.footer-jmb {
	background-image: url(../images/logo.png);
}

#lblCount {
	margin-left: auto;
	padding-right: 16px;
	padding-left: 30px;
	pointer-events: none;
}

#lblCount:after {
	content: "カートプレビュー";
	cursor: pointer;
	color: blue;
	text-decoration: underline;
	margin-left: 1em;
	pointer-events: auto;
}

#divFSize {
	margin-left: 30px;
	padding: 0px 12px;
	border-style: solid;
	border-color: #aed0ea;
	border-radius: 8px 8px 0px 0px;
	border-top-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	background-color: #deedf7;
	color: #212529;
	white-space: nowrap;
}
#divFSize .btn-fsize {
	width: 24px;
	padding: 0px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
#divFSize .btn-fsize.active {
	background-color: #3366ff;
	color: white;
}
#divFSize .btn-fsize:not(.active) {
	background-color: #222222;
	color: #BFBFBF;
}
#lblFSize {
	margin-right: 6px;
}
