@media screen and (max-width:480px) {
    .header {
        width: 100%;
        display: inline-block;
        font-style: oblique;
        font-weight: bold;
        color: #4169e1;
        padding-bottom: 2px;
        padding-left: 6px;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-top-color: #4169e1;
        border-right-color: #4169e1;
        border-bottom-color: #4169e1;
        border-left-color: #4169e1;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        border-radius: 0px;
    }
    #form {
        max-width: 270px;
        width: 100%;
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #555555;
        border-right-color: #555555;
        border-bottom-color: #555555;
        border-left-color: #555555;
    }
    .u-id input {
        width: 99%;
    }
    .u-pass input {
        width: 99%;
    }
    .tbl-r05 {
        width: 95%;
        margin-left: 5px;
    }
    .tbl-r05 .thead {
        display: none;
    }
    .tbl-r05 tr {
        width: 100%;
    }
    .tbl-r05 td {
        display: block;
        text-align: right;
        width: 100%;
        min-height: 17px;
    }
    .tbl-r05 td:first-of-type {
        background: #4169e1;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    .tbl-r05 td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }
    .p-title {
        border-left: 5px solid #4169e1;
        padding-left: 5px;
        height: 25px;
        margin-bottom: 5px;
    }
    .customer-info {
        padding-left: 5%;
        padding-right: 5%;
    }
    .customer-info1 {
        color: #4169e1;
        border-top-color: #4169e1;
        border-right-color: #4169e1;
        border-bottom-color: #4169e1;
        border-left-color: #4169e1;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .customer-info2 {
        font-size: 14px;
    }
    .edit-text input {
        width: 99%;
    }
    .edit-text-period input {
        width: 44%;
    }
    a {
        text-decoration: none;
    }
    a:link {
        color: #fff;
    }
    a:visited {
        color: #fff;
    }
    .menu-list a:link {
        color: #4169e1;
    }
    .menu-list a:visited {
        color: #4169e1;
    }
    .header a:link {
        color: #4169e1;
    }
    .header a:visited {
        color: #4169e1;
    }
    .detail a:link {
        color: #4169e1;
    }
    .detail a:visited {
        color: #4169e1
    }
    .select {
        margin-left: 10px;
        font-size: 10px;
    }
    .fr {
        margin: 1px;
        font-size: 12px;
    }
}

@media screen and (min-width:481px) {
    .header {
        width: 100%;
        display: inline-block;
        font-style: oblique;
        font-weight: bold;
        color: #4169e1;
        padding-bottom: 2px;
        padding-left: 6px;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-top-color: #4169e1;
        border-right-color: #4169e1;
        border-bottom-color: #4169e1;
        border-left-color: #4169e1;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        border-radius: 0px;
    }
    #form {
        max-width: 400px;
        width: 100%;
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #555555;
        border-right-color: #555555;
        border-bottom-color: #555555;
        border-left-color: #555555;
    }
    .tbl-r05 {
        width: 99%;
        border: 1px;
        border-spacing: 0px;
        margin-left: 10px;
    }
    .l-edit {
        max-width: 250px;
        margin-left: 75px;
    }
    .p-c-div1 {
        max-width: 100%;
    }
    .p-title {
        border-left: 5px solid #4169e1;
        padding-left: 5px;
        height: 25px;
        margin-bottom: 5px;
    }
    .customer-info {
        width: 60%;
        margin: auto;
    }
    .customer-info1 {
        color: #4169e1;
        border-top-color: #4169e1;
        border-right-color: #4169e1;
        border-bottom-color: #4169e1;
        border-left-color: #4169e1;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .customer-info2 {
        font-size: 14px;
    }
    .edit-text input {
        width: 99%;
    }
    a {
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
    a:link {
        color: #4169e1;
    }
    a:visited {
        color: #4169e1
    }
    .select {
        margin-left: 10px;
        font-size: 10px;
    }
    .fr {
        display: inline;
        margin: 1px;
        font-size: 12px;
    }
}

.u-id input {
    width: 99%;
    font-size: 18px;
}

.u-pass input {
    width: 99%;
    font-size: 18px;
}

.submit-lo input {
    float: right;
    margin-right: 5px;
    border-radius: 9px;
    font-family: Arial;
    color: white;
    font-size: 12px;
    background-color: #4169e1;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-top: 4px;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-left: 15px;
    text-decoration: none;
}

.submit-lo input:hover {
    background-color: #a3b2df;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
}

.submit-edit {
    text-align: center
}

.submit-edit input {
    margin-right: 5px;
    border-radius: 9px;
    font-family: Arial;
    color: white;
    font-size: 14px;
    background-color: #4169e1;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 20px;
    text-decoration: none;
}

form p {
    font-size: 12px;
    margin-bottom: 10pt;
}

.form-title {
    text-align: center;
    margin-top: 5px;
}
a.txt-link {
    color: #898D8C;
    font-size: 12px;
}

.tid,
.tpass {
    margin-top: 5px;
    margin-bottom: 2px;
}

.submit {
    margin-top: 20pt;
    text-align: center;
}

#form p {
    color: #4169e1;
    font-weight: bold;
}

#form .form-title {
    font-family: Arial;
    font-size: 24px;
    color: #4169e1;
}

#form {
    border-radius: 6px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #4169e1;
    border-right-color: #4169e1;
    border-bottom-color: #4169e1;
    border-left-color: #4169e1;
    background-color: #fafafa;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
}

#form .form-title {
    padding-bottom: 6px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #4169e1;
    margin-bottom: 20px;
}

.submit input {
    border-radius: 9px;
    font-family: Arial;
    color: white;
    font-size: 14px;
    background-color: #4169e1;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
    text-decoration: none;
}

.submit input:hover {
    background-color: #a3b2df;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
}

#shop-name {
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    padding-top: 11px;
    padding-left: 10px;
}

#select {
    padding-left: 10px;
    padding-top: 7px;
}

.tbl-r05 .thead {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 40px;
}

th {
    background: #4169e1;
    border: solid 0.5px #a9a9a9;
    color: #fff;
    padding: 4px;
}

td {
    font-size: 12px;
    border: solid 0.5px #a9a9a9;
    text-align: center;
    padding: 4px;
}

.total-value {
    font-size: 12px;
    text-align: left;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 5px
}

.menu-list {
    color: #4169e1;
}

.wrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 50px;
    box-sizing: border-box;
}

footer {
    font-size: 10px;
    right: 10px;
    position: absolute;
    bottom: 0;
}

/* loading animation */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* DayPicker styles */

.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;

  flex-direction: row;
  padding-bottom: 1em;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;

  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;

  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;

  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.react-month-picker {}
.react-month-picker .calendar-container {
  max-width: 360px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  border: 2px solid #eee;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/*  SECTIONS  */
.react-month-picker .section_mp {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.react-month-picker .col_mp {
  display: block;
  float: left;
  text-align: center;
}
.react-month-picker .col_mp:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.react-month-picker .group_mp:before, .react-month-picker .group:after {
  content: "";
  display: table;
}
.react-month-picker .group_mp:after {
  clear: both;
}
.react-month-picker .group_mp {
  zoom: 1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.react-month-picker .span_1_of_3_mp {
  width: 33.33%;
}
.react-month-picker .col_mp {
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.react-month-picker .col_mp:hover {
  color: white;
  background-color: darkslateblue;
  cursor: pointer;
}
.react-month-picker .calendar-container.readonly .col_mp:hover {
  background-color: transparent;
  cursor: default;
  color: inherit;
}
.react-month-picker .selected_date_mp {
  font-size: 12px;
  color: darkslateblue;
  font-weight: bold;
}
.react-month-picker .selected_cell {
  background-color: darkslateblue;
  font-style: italic;
  color: #fff;
}
.react-month-picker .arrows_mp {
  font-weight: bold;
  font-size: 18px;
}
.react-month-picker .month-input.readonly {
  background-color: #eee;
}

@media only screen and (max-width: 360px) {
  .react-month-picker .col_mp {
    font-size: 14px;
  }
}

