.reatax-map-label {
  position: absolute;
  left: 8px;
  top: -16px;
  color: white;
  /** background-color: white; **/
  font-family: Roboto, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  white-space: nowrap;
  text-shadow:
    1px 1px #000,
    -1px 1px #000,
    -1px -1px #000,
    1px -1px #000,
    1px 0px #000,
    0px 1px #000,
    -1px 0px #000,
    0px -1px #000;
}
.reatax-xs-font {
  font-size:8px !important;
}
.reatax-s-font {
  font-size:12px !important;
}
.reatax-m-font {
  font-size:14px !important;
}
/** 入力タブ **/
.reatax-tabs .nav-link.reatax-main-nav-link.active {
  font-size: 12px;
  border-color: var(--bs-gray-300) !important;
  height: 36px;
  background-color: var(--bs-green) !important;
  color: white !important;
}
.reatax-tabs .nav-link {
  font-size: 12px;
  border-color: var(--bs-gray-300) !important;
  height: 36px;
}
.reatax-tabs .nav-link.active {
  font-size: 12px;
  border-color: var(--bs-gray-300) !important;
  height: 36px;
  background-color: var(--bs-blue) !important;
  color: white !important;
}

/** 計算タブ **/
.reatax-calc-tabs .nav-link {
  font-size: 12px;
  border-color: var(--bs-gray-300) !important;
  height: 36px;
  color: var(--bs-orange);
}
.reatax-calc-tabs .nav-link:hover {
  font-size: 12px;
  border-color: var(--bs-gray-300) !important;
  height: 36px;
  color: var(--bs-orange);
}
.reatax-calc-tabs .nav-link.active {
  font-size: 12px;
  border-color: var(--bs-gray-300) !important;
  height: 36px;
  background-color: var(--bs-orange) !important;
  color: white !important;
}


.reatax-nav-link-multi {
  font-size: 10px !important;
  line-height: 10px;
  text-align: center;
  height: 36px;
}
.reatax-card {
  width: 520px;
  height: 180px;
  margin-top: 4px;
  margin-right: 4px;
}
.reatax-card-w {
  width: 1040px;
  height: auto;
}
.reatax-card .col-form-label, .reatax-card .form-label {
  font-size: 14px;
}
.reatax-card .form-control {
  font-size: 14px;
}
.reatax-card-green .card-title {
  background-color: var(--bs-green);
  color: var(--bs-white);
  padding: 4px 14px;
  font-size: 15px;
}
.reatax-card-orange .card-title {
  background-color: var(--bs-orange);
  color: var(--bs-white);
  padding: 4px 14px;
  font-size: 15px;
}

.reatax-card-blue .card-title {
  background-color: var(--bs-blue);
  color: var(--bs-white);
  padding: 4px 14px;
  font-size: 15px;
}
.reatax-page-title {
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 1000;
  height: 26px;  
  line-height: 24px;
}
.reatax-page-sub-title {
  height: 26px;  
  line-height: 24px;
}
.reatax-card-orange .reatax-page-title, .reatax-card-orange .reatax-page-sub-title {
  background-color: var(--bs-orange) !important;
  color: var(--bs-white) !important;
}
.btn-outline-primary {
  background-color: white !important;
}
.btn-outline-primary:hover {
  color: var(--bs-gray) !important;
}

.btn.reatax-btn-sm {
  font-size: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.form-control.reatax-form-control-m, .form-select.reatax-form-control-m {
  max-width: 360px;
  margin-left: 2px !important;
}

.form-control.reatax-form-control-sm, .form-select.reatax-form-control-sm {
  max-width: 240px;
  margin-left: 2px !important;
}
.reatax-form-control-m:read-only, .reatax-form-control-sm:read-only, .reatax-form-control-xsm:read-only {
  background-color: #fff !important;
}
.form-control.reatax-form-control-xsm, .form-select.reatax-form-control-xsm {
  max-width: 120px;
  margin-left: 2px !important;
}
.mapdiv .custom-label {
  font-size: 14px;
  font-weight: bold;
  color:red;
  position: relative;
  transform: translate(-50%, -50%);
}
.mapdiv label input[type="checkbox"] {
  vertical-align: middle;
  margin: 2px;
}

/** slim **/
.reatax-section {
	margin: 0px;
	padding: 4px;
}
.reatax-emphasis {
	font-weight: 600;
	color: #1A7742;
}
.reatax-pill-header {
  background:#DFDFE0;
  color:#1A7742;
  border-radius:50px;
  padding: 14px 20px;
  letter-spacing:.5px;
  width:100%;
}
.reatax-pill-header h2 {
  font-size: 16px;
  font-weight: 1000;
}
.reatax-card-header {
	background-color: #1E52DA;
	color: white;
	padding: 4px 16px;
	border-radius: 4px;
	font-weight: 600;
}

#eval-result .reatax-pill-header {
	background-color: #1E52DA;
	color: white;
}
#eval-result {
	border: 1px solid #1E52DA;
}
