
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ========================================
    ↓カラーここから
========================================= */
/* ========================================
    ↑カラーここまで
========================================= */
/* ========================================
    ↓高さ、幅ここから
========================================= */
/* ========================================
    ↑高さ、幅ここまで
========================================= */
/* ========================================
    ↓テキストサイズここから
========================================= */
/* ========================================
    ↑テキストサイズここまで
========================================= */
main {
  min-height: 200px;
  margin-top: 70px;
  margin-bottom: 30px;
  position: relative;
}

p,
label,
input,
select,
a,
table,
legend {
  color: #707070;
}

p {
  width: 500px;
  margin: 0 auto;
}

legend {
  font-size: 24px;
  font-weight: bold;
}

li {
  list-style-type: none;
  padding-bottom: 10px;
}

audio {
  width: 300px;
}

.heading {
  width: 350px;
  margin: 0 auto;
  color: #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}

.fa,
.fas {
  color: #4C444D;
}

.nav .fa,
.nav .fas {
  color: #FFF;
}

.cursor-pointer {
  cursor: pointer;
}

.font-size-small {
  font-size: 12px;
}

.font-size-normal {
  font-size: 16px;
}

.font-size-large {
  font-size: 20px;
}

.font-size-xlarge {
  font-size: 24px;
}

.margin-auto {
  margin: 0 auto;
}

.non-border {
  border: none;
}

header {
  height: 60px;
  width: 100%;
  padding: 15px;
  background-color: #8AA24C;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  position: relative;
}
header #header-admin-text {
  background-color: #D93A49;
  color: #FFF;
  padding: 10px;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(-50%, -50%);
}
header #header-logo {
  font-size: 32px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#flash .success {
  width: 450px;
  margin: 0 auto 20px auto;
  padding: 10px;
  background-color: #DFF0D8;
  border: 1px solid #D0E9C6;
  color: #3C763D;
}

#flash .alert {
  width: 450px;
  margin: 0 auto 20px auto;
  padding: 10px;
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  color: #A94442;
}

#flash .notice {
  width: 450px;
  margin: 0 auto 20px auto;
  padding: 10px;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  color: #31708F;
}

footer {
  height: 75px;
  width: 100%;
  padding: 15px;
  background-color: #8AA24C;
  clip-path: url(#footer-wave);
}

svg {
  height: 0;
  width: 0;
}

form {
  width: 300px;
  margin: 0 auto;
}

label {
  font-size: 12px;
}

label {
  margin-top: 10px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=date],
input[type=submit],
select {
  display: block;
  height: 25px;
  width: 100%;
  border-radius: 3px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=date],
select {
  border: 1px solid #707070;
}

input[type=text].readonly {
  border: none;
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  vertical-align: middle;
}

input[type=submit] {
  margin-top: 10px;
  color: #FFF;
  background-color: #8AA24C;
  border: 1px solid #8AA24C;
  transition: all 0.3s ease;
}
input[type=submit]:hover {
  color: #8AA24C;
  background-color: #FFF;
}

/* ========================================
    ↓クラス指定ここから
========================================= */
form.button_to {
  width: auto;
}

.required {
  color: #D93A49;
}

.checkbox-fieldset {
  padding: 5px;
}
.checkbox-fieldset legend {
  text-align: center;
}
.checkbox-fieldset label {
  font-size: 16px;
}

/* ========================================
    ↑クラス指定ここまで
========================================= */
.popup_wrapper {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.popup_wrapper.active {
  display: block;
}
.popup_wrapper .popup {
  height: 350px;
  width: 500px;
  margin: 10% auto;
  padding: 20px;
  background: #FFF;
  position: relative;
}
.popup_wrapper .popup .close-icon {
  font-size: 40px;
  color: #707070;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.popup_wrapper .popup input[type=submit] {
  width: 300px;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
}

table {
  width: 350px;
  margin: 0 auto;
}

caption {
  padding: 5px;
  font-weight: bold;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

th,
td {
  padding: 5px;
}

th {
  text-align: left;
}

.table-top-action-button {
  width: 350px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.admin_user_page table,
.user_page table {
  width: 700px;
  border-collapse: collapse;
}
.admin_user_page table th,
.user_page table th {
  background-color: #0994A9;
  color: #FFF;
}
.admin_user_page table td,
.user_page table td {
  border-bottom: 1px solid #707070;
}
.admin_user_page table tr:nth-child(even),
.user_page table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.admin_user_page table tr:hover,
.user_page table tr:hover {
  background-color: #ddd;
}
.admin_user_page .table-top-action-button,
.user_page .table-top-action-button {
  width: 700px;
}

.toggle-menu {
  display: flex;
}
.toggle-menu .toggle-bars {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.toggle-menu .toggle-bars .bar {
  background-color: #FFF;
  height: 3px;
  width: 25px;
  margin: 3px 0;
}
.toggle-menu .nav {
  display: none;
}
.toggle-menu .nav.active {
  display: block;
}
.toggle-menu .nav ul {
  margin-left: 5px;
  padding: 0px 15px;
  background-color: #0994A9;
  color: #FFF;
}
.toggle-menu .nav ul a,
.toggle-menu .nav ul button {
  text-decoration: none;
  color: #FFF;
}
.toggle-menu .nav ul .close-icon {
  text-align: right;
  font-size: 40px;
  color: #FFF;
  cursor: pointer;
}

header .menu-icon {
  float: right;
}
header .menu-icon .nav {
  position: absolute;
  top: 0px;
  right: 0px;
}

main .menu-icon {
  position: absolute;
  top: -35px;
  right: 100px;
}
@media (max-width: 500px) {
  main .menu-icon {
    position: absolute;
    top: -35px;
    right: 20px;
  }
}

.pagination {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: 10px;
}

.btn {
  width: 300px;
  height: 25px;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
}

.delete-btn {
  margin-top: 10px;
  color: #FFF;
  background-color: #D93A49;
  border: 1px solid #D93A49;
  transition: all 0.3s ease;
  margin-top: 30px;
}
.delete-btn:hover {
  color: #D93A49;
  background-color: #FFF;
}

#dashboard-first-column {
  width: 15%;
}

.dashboard-table {
  margin-top: 10px;
}

#dashboard-edit-group {
  display: flex;
}
#dashboard-edit-group form {
  margin: 0;
  display: flex;
}
#dashboard-edit-group form input[type=submit] {
  width: 50px;
  margin: 0px 5px;
}

#device_image {
  width: 450px;
  margin: 0 auto;
  margin-top: 20px;
}
#device_image img {
  width: 100%;
  height: auto;
  display: block;
}

#device_latest_data {
  margin-top: 20px;
}

/*# sourceMappingURL=application.css.map */
