@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
/*$ 変数-------------------------------------------*/
/* @mixin----------------------------------------*/
/*html-------------------------------------------*/
html {
  font-size: 10px;
}

/*body-------------------------------------------*/
body {
  background-color: #fefcfc;
  color: #434343;
  font-size: 1.6rem;
}

h1,
h2,
h3 {
  color: #707070;
}

h2 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  white-space: nowrap;
  line-height: 0.5;
}

h3 {
  margin: 10px 10px 0 0;
  font-size: 2rem;
  white-space: nowrap;
}

h3 span {
  color: #fb0606;
}

h3 + section {
  margin-top: 16px;
}

li {
  list-style: none;
}

input[type="radio"] {
  margin-right: 6px;
}

input[type="checkbox"] {
  margin-right: 6px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
  margin: 0 auto;
}

.text-middle {
  vertical-align: middle;
}

.text-bold {
  font-weight: bold;
}

.text-marginRight {
  margin-right: 24px;
}

.text-break {
  white-space: initial;
}

.text-comment {
  float: left;
  font-size: 1.4rem;
  color: #434343;
}

.text-comment::after {
  content: "";
  clear: both;
  display: block;
}

/*header-----------------------------------------*/
header {
  width: 100%;
  padding: 10px 0;
  background-color: #1c7cd5;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
}

/*footer-----------------------------------------*/
footer {
  width: 100%;
  padding: 10px 0;
  margin-top: 50px;
  border-top: 1px solid #eee;
  text-align: center;
}

/*main-grid----------------------------------------*/
.main-section {
  margin: 30px auto 0;
  display: flex;
  max-width: 1024px;
  justify-content: space-between;
  padding: 0 30px;
}

/*main----------------------------------------*/
main {
  max-width: 768px;
  flex: 1 1 auto;
  margin-right: 10px;
  position: relative;
  /*下部ボタン用*/
}

main .section-items {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

main .section-items:last-child {
  margin-bottom: 0;
}

main .section-items .heading_radio {
  display: flex;
  align-items: baseline;
}

main .section-items .heading_radio h3 {
  flex-basis: 250px;
  margin: 0;
}

main .section-items .heading_radio div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

main .section-items .heading_radio div > div {
  margin-left: 10px;
}

main .section-testItem {
  display: flex;
  flex-flow: row wrap;
  justify-content: end;
}

@media only screen and (max-width: 1024px) {
  main .section-testItem {
    flex-flow: column nowrap;
    justify-content: center;
  }
}

main .section-testItem > div {
  flex: 0 0 48%;
}

main .section-testItem > div > table {
  table-layout: fixed;
}

@media only screen and (max-width: 1024px) {
  main .section-testItem > div > table {
    table-layout: auto;
  }
}

main .section-testItem > div > table th {
  width: 40%;
}

main .section-text {
  margin-bottom: 20px;
}

main .section-noFrameItems {
  text-align: right;
}

main .section-noFrameItems caption {
  padding-top: 0rem;
  padding-bottom: 0rem;
  color: inherit;
  text-align: center;
  caption-side: top;
  font-weight: bold;
}

main .section-noFrameItems table {
  width: auto;
  margin: 10px 0 50px;
}

main .section-noFrameItems table div {
  margin: 0 10px;
  display: inline-block;
}

main .section-noFrameItems th {
  font-weight: normal;
  width: 250px;
  padding-right: 10px;
}

main .section-noFrameItems td {
  padding-right: 0;
  padding-left: 0;
}

.risk-table table,
.risk-table tr,
.risk-table th,
.risk-table td {
  width: auto;
  text-align: center;
}

.risk-table table {
  border-collapse: separate;
  table-layout: fixed;
  width: 80%;
}

@media screen and (max-width: 959px) {
  .risk-table table {
    width: 90%;
    font-size: 1vw;
  }
}

.risk-table th,
.risk-table td {
  background: #e8eaf6;
}

.risk-table caption {
  padding: 0;
  font-size: 1.4rem;
}

.risk-table .lowRisk {
  background: #c5cae9;
}

.risk-table .moderateRisk {
  background: #7986cb;
  color: #fff;
}

.risk-table .highRisk {
  background: #3949ab;
  color: #fff;
}

.risk-table .risk_active {
  color: #d9534f;
  border-radius: 5px;
  border: 2px solid #d9534f;
  background: rgba(255, 255, 255, 0.2);
  padding: 3px;
  z-index: 2;
}

/*form----------------------------------------------------*/
.form-label {
  color: #373a3c;
}

input {
  text-align: right;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 0 5px;
  margin: 0 5px;
}

input[type="text"] {
  width: 60px;
}

input[type="text"].formText_medium {
  width: 140px;
  text-align: left;
}

input[type="text"].formText_medium-under {
  width: 200px;
  text-align: left;
  margin-top: 5px;
}

input[type="text"].formText_long {
  width: 80%;
  text-align: left;
}

input[type="text"] + input[type="text"][type="text"] {
  margin-left: 10px;
}

input[type="checkbox"] {
  margin-right: 6px;
}

input[type="radio"] {
  margin-right: 6px;
}

table,
td,
th,
tr {
  white-space: nowrap;
  padding: 5px;
  vertical-align: top;
}

table {
  width: 100%;
  margin: 0 auto 16px;
}

td {
  text-align: left;
  /*item---------------------------------------------*/
}

td .maxWidthText {
  padding: 0;
  margin: 0px;
}

td .maxWidthText > li {
  margin: 0 4px;
}

td.sideEffectItems {
  display: grid;
  grid-template-areas: "sideEffectItem_01 sideEffectItem_02 sideEffectItem_03 sideEffectItem_04 sideEffectItem_05" "sideEffectItem_06 sideEffectItem_07 sideEffectItem_08 sideEffectItem_09 sideEffectItem_10" "sideEffectItem_11 sideEffectItem_12 sideEffectItem_13 sideEffectItem_14 sideEffectItem_15" "sideEffectItem_16";
  /*  grid-template-columns: 20% 20% 20% 20% 20%;
  max-width: 594px;
*/
  max-width: 400px;
  width: 100%;
  grid-template-columns: 33% 33% 33%;
  margin-left: 23px;
}

td > table {
  margin: -6px;
  margin-left: -70px;
}

td > table .comItems {
  display: grid;
  grid-template-areas: "com_01 com_02 com_03"
   "com_04 com_05 com_06"
   "com_07 com_08 com_08"
   "com_09 com_09 com_10"
   "com_11 com_12 com_13"
   "com_14 com_15 com_16"
   "com_17 com_18 com_18"
   "com_19 com_20 com_20"
   ;
  grid-template-columns: 33% 33% 33%;
  max-width: 594px;
  width: 100%;
}
td > table .comItems2 {
  display: grid;
  grid-template-areas: "com_01 com_02 com_03"
   "com_04 com_05 com_06"
   "com_07 com_07 com_08"
   ;
  grid-template-columns: 33% 33% 33%;
  max-width: 594px;
  width: 100%;
  margin-left: 10px;
}
td > table .comItems > div {
  margin: 0 0 0 10px;
}

td #comItem_01 {
  grid-area: com_01;
  letter-spacing: -1px;
}

td #comItem_02 {
  grid-area: com_02;
}

td #comItem_03 {
  grid-area: com_03;
}

td #comItem_04 {
  grid-area: com_04;
}

td #comItem_05 {
  grid-area: com_05;
}

td #comItem_06 {
  grid-area: com_06;
}

td #comItem_07 {
  grid-area: com_07;
}

td #comItem_08 {
  grid-area: com_08;
}

td #comItem_09 {
  grid-area: com_09;
}

td #comItem_10 {
  grid-area: com_10;
}

td #comItem_11 {
  grid-area: com_11;
}

td #comItem_12 {
  grid-area: com_12;
}

td #comItem_13 {
  grid-area: com_13;
}
td #comItem_14 {
  grid-area: com_14;
}
td #comItem_15 {
  grid-area: com_15;
}
td #comItem_16 {
  grid-area: com_16;
}
td #comItem_17 {
  grid-area: com_17;
}
td #comItem_18 {
  grid-area: com_18;
}
td #comItem_19 {
  grid-area: com_19;
}
td #comItem_20 {
  grid-area: com_20;
}

.flex-radio {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-left: -10px;
}

.flex-radio > div {
  margin-left: 10px;
}

.flex-radio > ul {
  padding: 0;
  margin: 0 8px;
  font-size: 1.4rem;
}

.flex-checkbox {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.flex-checkbox > li {
  margin: 0 4px;
}

.flex-checkboxLeft {
  display: flex;
  padding: 0;
  margin: 0px;
  justify-content: flex-start;
}

.flex-checkboxLeft > li {
  margin: 0 4px;
}

.table-divider {
  font-size: 12px;
  margin-top: 8px;
}

.table-divider th,
.table-divider td {
  box-sizing: content-box;
  white-space: normal;
}

.table-divider .cell-group {
  width: 12em;
}

.table-divider .cell-3em {
  width: 3em;
}

.table-divider .cell-7em {
  width: 7em;
}

.table-divider .cell-min-4em {
  width: 4em;
  min-width: 4em;
}

.table-divider .cell-min-7em {
  min-width: 7em;
}

.table-divider .cell-min-6em {
  min-width: 6em;
}

.table-divider thead tr {
  background-color: #f8f8f9;
  border: 1px solid #efefef;
}

.table-divider thead th {
  padding: 8px 10px;
  text-align: left;
  vertical-align: middle;
}
.headSubTitle {
  width: 90px;
}

.table-divider tbody tr {
  border: 1px solid #f0f0f0;
}

.table-divider tbody td {
  padding: 15px;
}

.table-separator tr,
.table-separator thead {
  border-bottom: 1px solid #ddd;
}

.table-separator tr:last-child,
.table-separator thead:last-child {
  border: none;
}

.table-checkbox {
  font-size: 1.4rem;
}

.table-checkbox th {
  width: 138px;
}

.table-right {
  display: flex;
  justify-content: flex-end;
}

/*注釈----------------------------------------------------*/
.dialog {
  flex: 1;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 8px;
}

.dialog h4 {
  font-weight: bold;
}

.dialog p {
  margin: 0;
}

.dialog-wrap {
  display: flex;
  justify-content: space-between;
}

.dialog-neighbor {
  flex-basis: 20%;
}

.dialog_yellow {
  border: 1px solid #faf0ce;
  background-color: #fcf7e4;
  color: #876d40;
}

.dialog_green {
  border: 1px solid #d5e6c7;
  background-color: #e2eed8;
  color: #4b713d;
}

.dialog_red {
  border: 1px solid #e7cecd;
  background-color: #efdfdf;
  color: #9f4f48;
}

.dialog_blue {
  border: 1px solid #c1def0;
  background-color: #dcedf6;
  color: #3d708d;
}

.dialog-unit {
  margin-bottom: 8px;
  padding: 21px;
  text-align: center;
  font-size: 1.6rem;
}

.dialog-unit_small {
  margin-bottom: 8px;
  padding: 16px;
  text-align: center;
  font-size: 1.6rem;
}

.dialog-con {
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 2.5;
  width: 95%;
}

.dialog-con_red {
  border: 1px solid #e7cecd;
  background-color: #efdfdf;
}

.dialog-con_red-warning {
  color: #9f4f48;
  font-weight: bold;
  float: right;
  font-size: 1.6rem;
}

.dialog-con_red-warning::after {
  content: "";
  clear: both;
  display: block;
}

.dialog-con_blue {
  border: 1px solid #c1def0;
  background-color: #dcedf6;
}

.dialog-con_blue-warning {
  color: #3d708d;
  font-weight: bold;
  float: right;
  font-size: 1.6rem;
}

.dialog-con_blue-warning::after {
  content: "";
  clear: both;
  display: block;
}

.conTable + .conTable {
  border-top: 1px solid #f6f6f6;
}

.conTable th {
  font-size: 1.8rem;
  width: 41%;
  font-weight: inherit;
}

.conTable td {
  padding: 0;
  line-height: 2.5;
  font-size: 1.4rem;
}

.conTable td label {
  padding-left: 8px;
}

/*button-------------------------------------------*/
.button {
  width: 100px;
  background-color: #1c7cd5;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 5px;
  padding: 6px 0;
  border: 0;
}

.button_prev {
  position: absolute;
  left: 0;
}

.button_next {
  position: absolute;
  right: 0;
}

.button_print {
  position: absolute;
  left: 45%;
}

.button_return {
  background-color: #5cb85c;
  position: absolute;
  right: 50px;
  width: 60px;
}

.button_delete {
  font-size: 1.3rem;
}

.button_plus {
  position: relative;
  width: 21px;
  height: 21px;
  padding: 0;
  vertical-align: middle;
}

.button_plus::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #fff;
  top: 3px;
  left: 10px;
}

.button_plus::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  top: 10px;
  left: 3px;
}
.button_disabled {
  background-color: #aaa;
}

/*プログレスバー------------------------------------*/
/*progress-bar---------------*/
.progress-bar {
  width: 100%;
  height: 8px;
  background-color: #dfdfdf;
  border-radius: 5px;
  margin-bottom: 24px;
}

.progress-bar_wrap {
  max-width: 768px;
  display: flex;
}

.progress-bar_items {
  background-color: #78a4f4;
  width: 100%;
  height: 8px;
  border-radius: 5px;
}

.progress-bar_items_wid_10 {
  width: 10%;
}

.progress-bar_items_wid_20 {
  width: 20%;
}

.progress-bar_items_wid_30 {
  width: 30%;
}

.progress-bar_items_wid_40 {
  width: 40%;
}

.progress-bar_items_wid_50 {
  width: 50%;
}

.progress-bar_items_wid_60 {
  width: 60%;
}

.progress-bar_items_wid_70 {
  width: 70%;
}

.progress-bar_items_wid_80 {
  width: 80%;
}

.progress-bar_items_wid_90 {
  width: 90%;
}

.progress-bar_items_wid_100 {
  width: 100%;
}

.progress-bar_items_wid_01 {
  width: calc(100% / 7 * 1);
}

.progress-bar_items_wid_02 {
  width: calc(100% / 7 * 2);
}

.progress-bar_items_wid_03 {
  width: calc(100% / 7 * 3);
}

.progress-bar_items_wid_04 {
  width: calc(100% / 7 * 4);
}

.progress-bar_items_wid_05 {
  width: calc(100% / 7 * 5);
}

.progress-bar_items_wid_06 {
  width: calc(100% / 7 * 6);
}

.progress-bar_items_wid_07 {
  width: calc(100% / 7 * 7);
}

.progress-bar_text {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding-left: 10px;
}

/*aside----------------------*/
aside ul {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  width: 200px;
  list-style: none;
  padding: 10px 0 10px 40px;
  margin: 0;
}

aside ul li {
  flex: 2;
  position: relative;
  padding: 0 0 20px 0;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #666;
  white-space: nowrap;
  overflow: visible;
  min-width: 0;
}

aside ul li.disabled::before {
  background-color: #fcfcfc;
  border: 1px solid #2185d0;
}

aside ul li:last-child {
  padding: 0;
}

aside ul li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #2185d0;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 0.2rem;
  left: -3rem;
  z-index: 3;
}

aside ul li::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0.2rem;
  left: -2.2rem;
  z-index: 2;
  border-left: 3px solid #ddd;
  width: 3px;
  height: 100%;
}

aside ul li:last-child::after {
  display: none;
}

input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  margin: 0;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  min-height: 22px;
  padding-left: 22px;
  cursor: pointer;
}
input[type="radio"] + label[for*="C_UA_TYPE"] {
  min-height: 26px;
  vertical-align: top;
}

input[type="radio"] + label::before,
input[type="radio"] + label::after,
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
input[type="radio"] + label::after,
input[type="checkbox"] + label::after {
  opacity: 0;
}

input[type="radio"] + label::before {
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #96989a;
}
input[type="radio"] + label::after {
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #5084cc;
}

input[type="checkbox"] + label::before {
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #96989a;
}
input[type="checkbox"] + label::after {
  left: 3px;
  width: 11px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-50%) translateY(-1px) rotate(-45deg);
}

input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

input[type="radio"]:checked + label::before {
  border-color: #5084cc;
}
input[type="checkbox"]:checked + label::before {
  border-color: #5084cc;
  background-color: #5084cc;
}

.input-table {
  margin-top: 10px;
  margin-bottom: 0;
}
.input-table th,
.input-table td {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: right;
}
.input-table th {
  width: 20%;
}
.input-table td {
}
.input-table td > input {
  width: 18%;
}
.rwrap {
  text-align: left;
}
.righttexts {
  margin-left: 400px;
}

.topbtnlist {
  display: flex;
}
.topbtn {
  width: 300px;
  background-color: #1c7cd5;
  margin: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 5px;
  padding: 60px 20px;
  border: 0;
}
.topbtnInvalid .topbtn {
  background-color: #888;
}

.topbtnInvalid {
  pointer-events: none;
}

.redtext {
  font-weight: bold;
  color: red;
}
.greentext {
  font-weight: normal;
  color: green;
}
.topmes {
  margin: 30px auto;
  text-align: center;
}
.usernamearea {
  width: 300px;
}
.required {
  color: #fb0606;
  font-size: 14px;
  font-weight: bold;
}
.page_42 td {
  width: 700px;
}

@media print {
  aside {
/*    display: none;*/
  }
  main {
    max-width: inherit;
    width: 100%;
  }
}
.typenamearea {
  width: 250px;
  word-wrap: break-word;
  white-space: normal;
  text-align: left;
}
.conTablelist {
  word-wrap: break-word;
  white-space: normal;
  text-align: left;
  padding-left: 20px !important;
}
#mmma {
  opacity: inherit;
}

.observations {
  background-color: #f3cc91;
}
.medicine-table td {
  padding: 5px 10px !important;
}
.nesttables {
  margin-left: 0px;
}
.sideinfo {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  width: 200px;
  list-style: none;
  padding: 10px;
  margin: 20px 0 0 0;
  font-size: 16px;
}
.sideinfo h3 {
  font-size: 18px;
  margin: 0 0 15px 0;
}
.sideinfo div {
  margin: 3px 0;
}
.sideinfo .infovalue {
  margin: 0 0 10px 10px;
}
.medicine-select {
  margin-bottom: 10px;
}
.info_note_text {
  margin: -5px 0 20px 10px !important;
  font-size: 12px;
}
.medicinename-select {
  margin: 0 0 0 15px;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.signup-card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.auth-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-label {
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

input[type="email"].authentication {
  width: 100%;
  text-align: left;
  margin: 0px;
}

input[type="password"].authentication {
  width: 100%;
  text-align: left;
  margin: 0px;
}

.button-authentication {
  width: 100%;
  background-color: #1c7cd5;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 5px;
  padding: 6px 4px;
  border: 0px;
}



.button-authentication:disabled {
    background-color: #d3d3d3; 
    color: #aaa;
    cursor: not-allowed;
  }

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.section-content {
  width: 450px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 20px;
}

.section-title {
  line-height: 2;
}

.link {
  padding-top: 20px;
}

.content-header-text {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.authentication-section {
  margin: 30px auto 0;
  display: flex;
  max-width: 1024px;
  justify-content: center;
  padding: 0 30px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 56px;
    border: 1px solid #888;
    width: 80%;
    height: 275px;
    max-width: 435px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#toLoginButton {
    background-color: #1c7cd5;
    color: white;
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#toLoginButton:hover {
    background-color: #155a9b;
}

.button-right{
    margin-right: 180px;
}

.modal-margin{
    line-height: 2;    
}

.logout-button {
    width: 130px;
    background-color: #ccccFF; 
    color: #5b555f;
    padding: 4px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    float: right;
}

.logout-button:hover {
    background-color:#6e4fa3; 
    color: #ebe7e7;
}

.modal-button-logout{
    background-color: #1c7cd5;
    color: white;
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.modal-button-cancel{
    background-color: #aaa;
    color: white;
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.modal-buttons{
    display: flex;
    margin-top:30px;
    justify-content: space-around;
} 

.modal-text{
    margin-top: 40px;
}

.toTopPage{
    position: absolute;
    left: 80%;
    background-color: #1c7cd5;
    color: white;
    padding: 6px 0;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width:130px;
}
