html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  background-color: #fafafa;
  overflow: hidden;
}

a {
  color: #007bff;
}

/* ----------------Login Form Start ↓------------------ */
.loginForm_container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.loginForm_background {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #f3f5f8;
}

.loginForm_img {
  padding: 10px 5px 10px 5px;
  background-color: #f3f5f8;
}

.loginForm_userInformation {
  margin-top: 5px;
  padding: 10px;
}

.loginForm_label {
  font-weight: 700;
  font-size: small;
}

.loginForm_user {
  text-align: left;
  padding: 0 15px 0 15px;
}

.loginForm_input {
  width: 100%;
  height: 35px;
}

.loginForm_radioBtn {
  padding-left: 0;
}

.loginForm_loginBtn {
  height: 40px;
  border-radius: 20px;
  border-color: #2385d9;
}

.loginForm_loginBtn:active {
  border-radius: 20px;
  border-color: #2385d9;
  background-color: #1b9af7;
}

.loginForm_loginBtn span {
  color: #2385d9;
  font-size: 16px;
}

.loginForm_license {
  padding: 0 20px 0 20px;
}

.loginForm_license span {
  color: #8b8b8b;
  font-size: 15px;
}

.loginForm_trademarks {
  font-size: 10px;
  color: #8b8b8b;
  padding: 0 0 20px 0;
}

a.disabled {
  pointer-events: none;
}

/* ----------------Login Form End ↑------------------ */

/* ----------------Manager Form Start ↓-------------- */
.manager-side-menu {
  position: absolute;
  top: 90px;
  left: 25px;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f5f5f5;
  border-right: 1px solid #eee;
  text-align: left;
  width: 240px;
}

.manager-side-menu hr {
  width: 95%;
  height: 2px;
  border: 0;
  background-color: #d5d5d5;
}

.manager-side-menu ul {
  padding: 15px;
}

.manager-side-menu a {
  padding: 10px 15px;
  color: #000;
}

.manager-side-menu a strong {
  font-size: 14px;
}

.nav-link:hover {
  background-color: #eee;
}

.manager-content {
  position: absolute;
  top: 70px;
  left: 300px;
  width: 80%;
  padding: 20px;
  min-width: 500px;
  max-width: calc(100% - 300px);
}

/* ----------------Manager Form End ↓-------------- */

/* ----------------Manager Content Form Start ↓-------------- */
.panel {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  position: relative;
  overflow: visible;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.panel-heading {
  height: 50px;
  color: #333;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-color: #ddd;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.manager-content-title {
  float: left;
  font-size: 25px;
}

.manager-content-dropdown {
  float: right;
}

.panel-body {
  padding: 15px;
}

.reportEdit {
  overflow-y: auto;
}

@media all and (orientation: landscape) {
  .select_report {
    width: 300px;
  }
}

@media all and (orientation: portrait) {
  .select_report {
    width: 20px;
  }
}

@media screen and (max-width: 456px) {
  .panel-report-list {
    max-height: 420px;
  }

  .panel {
    max-width: 100%;
  }

  .table-panel {
    max-height: 268px;
  }
}

.panel-body-title {
  display: flex;
}

.report_info_table thead th {
  border-top: none;
}

.report_info_table thead th:first-child {
  width: 36px;
  padding-right: 0px;
}

.report_info_table tbody tr td:first-child {
  width: 36px;
  padding-right: 0px;
}

.panel-footer {
  padding: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: sticky;
}

.list-inline > li {
  display: inline-block;
  padding-bottom: 15px;
}

.mdl-select {
  padding-top: 20px;
  padding-bottom: 27px;
}

.mdl-select-report-list {
  padding-top: 10px;
  padding-bottom: 0;
}

.mdl-select-report-list label {
  margin-bottom: 0;
}

.mdl-select-report-list label::after {
  bottom: 0;
}

.icons_search {
  width: 54px;
  margin-top: 8px;
  margin-right: 15px;
}

.icons_search_manager {
  width: 35px;
  margin-top: 17px;
  float: right;
}

.select_search {
  width: 16%;
  margin-right: 30px;
}

.text_search_column_select {
  margin-top: 15px;
  margin-left: 25px;
  margin-right: 25px;
}

.text_search {
  flex-grow: 1;
}

#searchContainer {
  width: calc(100% - 70px);
  margin-left: 18px;
}

.text_search .mdl-select {
  width: 100%;
}

.select_item {
  width: 60px;
}

.select_item input {
  text-align: center;
}

.paging-ui {
  text-align: right;
  color: #5e5e5e;
  margin: -50px 22px 0 345px;
}

.mdl-tooltip {
  white-space: nowrap;
}

.paging_ui_margin {
  margin-bottom: -13px;
}

.paging_icon > a:hover {
  text-decoration: none;
}

.dropdown-btn-label {
  margin-bottom: 0;
}

.select_report {
  float: right;
}

.select-dropdown {
  border-width: 0;
  width: inherit;
  height: 28px;
}

.table-width {
  white-space: nowrap;
  width: auto;
  word-break: break-all;
}

.cancel {
  height: 36px;
  width: 36px;
  margin-left: 87%;
  position: absolute;
}

.admin-icon {
  padding: 10px 0;
  margin-left: 8%;
  position: absolute;
  cursor: default;
}

.plus-btn {
  height: 36px;
  width: 36px;
}

.magnifier-btn {
  width: 26px;
  margin-left: -35px;
}

.table-panel-report-main {
  max-height: 580px;
  overflow-x: hidden;
}

@media screen and (max-width: 456px) {
  .table-panel-report-main {
    max-height: 268px;
    overflow-x: hidden;
  }
}

.header-img {
  width: 80vw;
  height: 53px;
}

@media screen and (max-width: 736px) {
  .paging-ui {
    text-align: right;
    color: #5e5e5e;
    margin: 0 10px 0 0;
  }

  .header-img {
    width: 65vw;
    height: 53px;
  }
}

/* ----------------Manager Content Form End ↓-------------- */

/* --------- img ---------- */
.bg_sprite {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: transparent;
  background-image: url(/public/stylesheets/images/system_icon.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.icon_first {
  background-position: 0 -252px;
  transform: scale(0.5);
}

.icon_left {
  background-position: -108px -216px;
  transform: scale(0.5);
}

.icon_right {
  background-position: -144px -216px;
  transform: scale(0.5);
}

.icon_last {
  background-position: -36px -252px;
  transform: scale(0.5);
}

.icon_search {
  background-position: -36px -36px;
  transform: scale(0.7);
  margin-left: -3px;
}

.icon_back {
  background-position: -71px -324px;
  transform: scale(1);
}

.icon_plus {
  background-position: 1px -324px;
  transform: scale(1);
}

.icon_sync {
  background-position: -36px -360px;
  transform: scale(1);
}

.icon_warning {
  background-position: -72px -360px;
  transform: scale(1);
}

/* --------- img ---------- */

/* --------- table ---------- */
table {
  width: auto;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

table tbody {
  word-break: break-all;
}

.sticky-header {
  table-layout: fixed;
  position: sticky;
  top: 0;
  background-color: #f3f5f8;
  width: auto;
  min-width: 100%;
  z-index: 1;
}

thead tr {
  table-layout: fixed;
}

tbody tr {
  table-layout: fixed;
}

.mdl-textfield__input[type=number]::-webkit-inner-spin-button,
.mdl-textfield__input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: textfield;
  margin: 0;
}

.footer_button {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  bottom: 0;
}

.footer_button > button {
  margin: 4px;
}

.mdl-header__title-text {
  align-self: flex-end;
  color: inherit;
  display: flex;
  font-weight: 300;
  line-height: normal;
  overflow: hidden;
  transform-origin: 149px 48px;
  margin: 0;
}

.mdl-layout__header .mdl-layout__drawer-button i {
  color: #000;
}

.dropdown-menu {
  min-width: 50px;
  z-index: 1000;
}

#closeMenuIcon {
  position: absolute;
  top: 10px;
  padding-left: calc(100% - 30px);
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.reportInfo_error {
  color: red;
  font-size: 14px;
}

.loadingMsg {
  color: #fff;
  text-align: center;
  font-weight: 900;
  margin-bottom: 5px;
}

.loadingBar {
  float: left;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  animation: loadingBar 3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

@keyframes loadingBar {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(200px, 0);
    background-color: #484848;
    width: 50px;
  }
}

.shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 998;
  background-color: #000;
  opacity: 0.6;
  display: block;
  -webkit-transform: translateZ(0);
}

.menu {
  padding: 0;
}

#report_list_menu {
  color: #000;
}

.titleBtn {
  color: black;
  padding: 3px 5px;
}

.rendered-form textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#showMenuIcon {
  width: 24px;
  background-color: rgba(128, 128, 128, 0.42);
  height: 42px;
  border-radius: 0 8px 8px 0;
  opacity: 0.7;
}

#gridSearch {
  width: calc(99% - 108px);
  margin-left: 25px;
}

#groupSearchField {
  width: 21%;
  margin-left: 15px;
  -webkit-transform: translateZ(0);
}

.searchReportContainer {
  float: right;
  margin-right: 20px;
}

.searchContainer {
  float: right;
  margin-top: 20px;
}

.searchReport {
  bottom: 25px !important;
  opacity: 0.5;
}

.searchReportManager {
  margin-left: -5px;
  opacity: 0.5;
}

#mid {
  display: none;
  width: 100%;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 501;
  opacity: 0.6;
  filter: alpha(opacity=40);
}

.iconTitle {
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.iconTitle:hover {
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

#dropdownMenu {
  width: 83px;
}

.dropdown-item {
  -webkit-appearance: none;
}

.cb-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  bottom: auto;
  right: auto;
  left: 542px;
}

.mdl-radio__inner-circle {
  z-index: 0;
}

.mdl-radio__outer-circle {
  z-index: 0;
}

.mdl-checkbox {
  z-index: 0;
}

.mdl-menu__container.is-visible .mdl-menu {
  opacity: 1;
  z-index: 999;
  transform: translateZ(0);
}

.mdl-menu__container.is-visible .mdl-menu__outline {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
  transform: translateZ(0);
}

#groupSearchField > .mdl-menu__container.is-visible .mdl-menu__outline {
  width: 21vw !important;
}

#groupSearchField > .mdl-menu__container.is-visible .mdl-menu {
  clip: rect(0, calc(21vw), 200px, 0) !important;
}

.helpImage {
  max-width: 100vw;
  max-height: 100vh;
  min-width: 100px;
  min-height: 140px;
  border-radius: 8px;
  text-align: center;
  line-height: 16px;
  position: absolute;
}

.helpImageALL {
  position: relative;
  visibility: visible;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 15px;
  cursor: default;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.Imageshadow {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 998 !important;
  opacity: 1;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.checkSymbol {
  background-color: #5dc522;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  width: 25px;
  top: -10px;
  left: -10px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  position: absolute;
  z-index: 1;
  display: none;
}

.is-app-checked {
  display: block !important;
}

.dateRangeField {
  top: 10px;
  position: inherit;
}

.groupSearchSelect {
  position: absolute;
  background: white;
  z-index: 1;
  width: calc(100% - 32px);
  border: solid thin;
  border-radius: 3px;
  max-height: 200px;
  overflow-y: auto;
}

.inside {
  height: 340px;
  overflow-y: auto;
  position: relative;
}

@media screen and (width: 320px) {
  #daterangeend {
    font-size: 12px;
  }

  #daterangestart {
    font-size: 12px;
  }

  #showbtn {
    font-size: 14px !important;
    opacity: 0.5;
    padding: 0 !important;
    min-width: 36px !important;
  }

  .dateRangeField .mdl-select {
    width: calc(50vw - 50px) !important;
  }

  .loginForm_license {
    padding: 0;
  }

  .loginForm_license span {
    color: #8b8b8b;
    font-size: 12px;
  }
}

@media screen and (max-width: 456px) {
  #daterangeend {
    font-size: 15px;
  }

  #daterangestart {
    font-size: 15px;
  }

  #showbtn {
    font-size: 14px !important;
    opacity: 0.5;
    padding: 0 !important;
    min-width: 36px !important;
  }

  .dateRangeField .mdl-select {
    width: calc(50vw - 50px) !important;
  }
}

.mdl-layout__header {
  background: #fff;
}

.mdl-layout__content {
  background: #f3f5f8;
}

.form-wrap.form-builder {
  height: 100%;
}

.form-wrap.form-builder .frmb {
  height: 100%;
  overflow-y: auto;
}

.form-wrap.form-builder .frmb > li .field-actions {
  opacity: 1;
}

.form-wrap.form-builder .frmb .field-actions .icon-pencil {
  opacity: 1;
}

.form-wrap.form-builder .cb-wrap {
  height: 100%;
  overflow-y: auto;
}

.content-width {
  max-width: 500px;
  height: 100%;
}

.mdl-layout {
  overflow: hidden;
  min-height: 56px;
}

.color-select {
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 24px;
}

.flipy {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: flipv();
}

.is-invalid {
  color: #d50000;
}

.deleted-column {
  color: #d50000;
}

.deleted-column a {
  color: #d50000;
}

.tooltip-element {
  overflow-wrap: break-word;
}

.tooltip-element::after {
  overflow-wrap: break-word;
  text-align: left;
}

.app-error {
  background-color: #fdd !important;
}

.form-control {
  height: auto !important;
  font-size: 16px !important;
}

.option-label {
  font-size: 16px !important;
}

li .field-label {
  margin-top: 27px;
  overflow-wrap: break-word;
}

.formbuilder-control-label {
  width: 100%;
  overflow-wrap: break-word;
}

.autoScroll {
  width: 24px;
  position: absolute;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

.autoScroll-disabled {
  opacity: 0.4;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

#mapSettingCanvas {
  border: black 2px solid;
  display: block;
  margin: 10px auto;
  max-height: 100%;
  max-width: 100%;
}

.monitoringSettingCell {
  margin: 5px 15px;
}

.mapSettingLabel {
  width: 50px;
}

.monitoringSettingCell label {
  text-align: right;
}

.monitoringSettingCell input[type='text'] {
  display: inline;
  width: 50%;
}

.monitoringSettingCell input[type='color'] {
  display: inline;
  width: 50px;
}

.partSelectList {
  position: absolute;
  background: white;
  z-index: 1;
  width: calc(100% - 32px);
  border: solid thin;
  border-radius: 3px;
  max-height: 200px;
  overflow-y: auto;
}

.partSelectList ul {
  padding: 0;
  margin: 0;
}

.monitoringSetting {
  overflow: auto;
}

.settingPanel {
  background-color: #fafafa;
  margin: 10px auto;
  overflow-y: auto;
  border: #bababa 1px solid;
}

.settingPanel span {
  display: block;
}

.formApp-label-base {
  border-radius: 3px;
  height: auto;
  width: auto;
  margin: 10px 5px;
  padding: 10px;
  outline: 0 !important;
}

.formApp-label-checked {
  background-color: #80c1e5;
  border: 1px solid #3f51b5;
}

.formApp-label-unchecked {
  background-color: #f1faff;
  border: 1px solid #3f51b5;
}

.formApp-label-error {
  background-color: #ff6767;
  border: 1px solid #940000;
}

.formApp-label-disabled {
  background-color: #929292;
  border: 1px solid #000;
}

.delete-label {
  font-size: 18px !important;
  margin-left: 8px;
}

.delete-label:hover {
  background-color: #d4d4d7;
}

.add-target-report {
  margin: -8px -8px -8px 10px;
}

.add-target-report:hover {
  background-color: #d0d0d0;
}

.target-report-setting {
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  padding: 10px;
  background-color: #f7f7f7;
}

.green-btn {
  background: #28a745 !important;
}

.partSetting {
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  padding: 10px;
  background-color: #f7f7f7;
  margin-bottom: 1rem;
}

.partSettingPart {
  display: inline-block;
  background-color: #fff !important;
  width: calc(100% - 120px);
}

.partSettingCell label {
  text-align: right;
}

.partSettingCell {
  margin: 5px 15px;
}

.partSettingCell .remove {
  opacity: 1;
  height: 20px;
  width: 20px;
  font-size: 12px;
  padding: 0;
  color: #c10000 !important;
}

.partSettingCell .remove:hover {
  background-color: #c10000;
  color: #fff !important;
}

.appendBtn {
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #c5c5c5;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}

.swiper {
  --swiper-theme-color: #ff6600;
  --swiper-navigation-color: #f1f1f1;
  --swiper-navigation-size: 100px;
  --swiper-pagination-color: #00ff33;
}

.swiper-button-next.swiper-button-disabled .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
}

.widgetSetting {
  overflow: auto;
}
.icon_dashboardedit { background-position: -108px -288px; transform: scale(0.5); }
.icon_dashboard_save { background-position: -144px -288px; transform: scale(0.5); }
.icon_dashboard_plus { background-position: 0 -324px; transform: scale(0.5); }
.icon_dashboardplus { background-position: -36px -324px; transform: scale(0.5); }
.icon_dashboard_cancel { background-position: -144px -360px; transform: scale(0.5); }
.icon_dashboard_close { background-position: -108px -324px; transform: scale(0.5); }
.icon_dashboard_move { background-position: -144px -324px; transform: scale(0.5); }
.icon_dashboard_edit { background-position: 0 -360px; transform: scale(0.5); }
.icon_dashboard_refresh { background-position: -36px -360px; transform: scale(0.5); }
.icon_dashboard_minus { background-position: -144px 0; transform: scale(0.5); }

md-switch.md-default-theme.md-checked .md-bar,
md-switch.md-checked .md-bar {
  background-color: rgba(66, 133, 244, 0.5);
}

md-switch.md-default-theme.md-checked .md-thumb,
md-switch.md-checked .md-thumb {
  background-color: rgb(66 133 244);
}

.fullScreenCol {
  width: 100% !important;
}

.dashboard-btn {
  height: 24px;
  font-size: 13px;
  margin-left: 5px;
  line-height: 20px;
}

/* メニューバークリック時のエフェクト */
a.mdl-js-ripple-effect { position: relative; }
div.mdl-js-ripple-effect { position: relative; }

/* アイコン回転 */
.rotate {
  transition: all 0.3s ease-out;
}

.rotate.down {
  transform: rotate(-180deg);
}

/* 折り畳み要素 */
.collapsible {
  transition: height 0.3s ease-out !important;
  height: 0;
  overflow: hidden;
}

.collapsible.expanded {
  height: auto;
  overflow: hidden;
}

.table-container {
  overflow: auto;
  height: calc(100vh - 19.5em);
  min-height: 50vh;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.admin-table-container {
  overflow: auto;
  height: calc(100vh - 14.5em);
  min-height: 50vh;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.report-table-container {
  overflow: auto;
  height: calc(100vh - 20.5em);
  min-height: 50vh;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.report-search-container {
  overflow: auto;
  height: calc(100vh - 13.5em);
  min-height: 40vh;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.scroll-y {
  height: fit-content;
  min-width: fit-content;
}

@media screen and (max-device-width: 1366px) {
  .table-container {
    overflow-y: hidden;
    overflow-x: auto;
    min-height: 65vh;
  }

  .admin-table-container {
    overflow-y: hidden;
    overflow-x: auto;
    min-height: 65vh;
  }

  .report-table-container {
    overflow-y: hidden;
    overflow-x: auto;
    min-height: 65vh;
  }

  .report-search-container {
    overflow-y: hidden;
    overflow-x: auto;
    height: calc(100vh - 17em);
    min-height: 50vh;
  }

  .scroll-y {
    height: 100%;
    overflow-y: auto;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
  }

  .text_search_column_select {
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.main-menu {
  position: fixed;
  text-align: left;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  border-right-width: 0;
  min-width: 240px;
  width: fit-content;
}

.mdl-layout__drawer {
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
}

.mdl-layout__obfuscator { visibility: hidden; }
.mdl-layout__obfuscator.is-visible { visibility: visible; }

.main-menu nav {
  padding-top: 0 !important;
}

.main-menu a {
  text-decoration: none;
  cursor: pointer;
}

.main-menu-item {
  border-bottom: #d0d0d0 solid 1px;
}

.main-menu i {
  float: right;
}

.ripple-content {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.column_select {
  flex: 20;
  margin-bottom: 0;
  min-width: 15.5ch;
}

.search_bar {
  flex: 80;
  margin-bottom: 0;
}

.pagination {
  display: block;
  margin: auto;
  width: fit-content;
}

.pagination a {
  color: black;
  text-align: center;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 50%;
  margin: 1px;
  display: inline-block;
  cursor: pointer;
}

.next-page-button {
  display: block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  margin: 4px 5% 4px 5%;
  color: white !important;
  border-radius: 40px;
  cursor: pointer;
}

.pagination a.current {
  color: white;
  border-radius: 50%;
  cursor: default;
}

.pagination a:hover:not(.current) {
  background-color: #ddd !important;
  border-radius: 50%;
}

.pagination .nav {
  display: none;
}

#toast-container > div {
  opacity: 1;
}

.clearInputBtn {
  float: right;
  margin-right: 30px;
}

.separator {
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transition: all 0.1s linear;
  background: #3f51b5;
  display: block;
  position: absolute;
  bottom: 0;
}

.search-box:focus {
  outline: none;
}

.search-box:focus + .separator {
  display: block;
  transform: scaleX(1);
  transform-origin: 50%;
  transition: all 0.1s linear;
}

.formbuilder-select .mdl-menu__container.is-visible {
  overflow: unset !important;
}

/* フォーム押しボタン表示　位置調整 */
.form-button-mode {
  margin: 0 5px 5px 0;
  padding-left: 0 !important;
  height: auto;
  width: fit-content;
  max-width: 100%;
}

.form-toggle-button {
  min-width: 0;
  text-overflow: ellipsis;
  width: 100%;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  height: 36px;
  font-size: 16px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: none;
}

.mdl-button {
  /* 英字大文字抑止 */
  text-transform: none;
}

.md-button {
  /* 英字大文字抑止 */
  text-transform: none;
}

.input-disabled {
  background-color: #fff !important;
  border: 0 !important;
}

.user-manage-dialog {
  z-index: 999;
  width: 60%;
}

@media screen and (max-width: 456px) {
  .user-manage-dialog {
    z-index: 999;
    width: 90%;
  }
}

.rolePart {
  display: inline-block;
  background-color: #fff !important;
  width: calc(100% - 50px);
}

.user_info_table thead th {
  border-top: none;
}

.user_info_table thead th:first-child {
  width: 36px;
  padding-right: 0;
}

.user_info_table tbody tr td:first-child {
  width: 36px;
  padding-right: 0;
}

.role_btn {
  white-space: normal;
}

#report-name {
  background-color: #f3f5f8;
  border-bottom: 1px solid #ced4da;
  line-height: 37px;
  font-size: 1.2rem;
}

.data-search-option {
  overflow-y: auto;
  max-height: 300px;
}

#search-type:enabled {
  background-color: #fff;
}

.search-value > input:enabled {
  background-color: #fff;
}

.data-search-btn {
  color: #fff;
  background-color: rgb(63 81 181);
}

.data-search-btn:hover {
  color: #fff;
}

#sortBtn {
  padding: 0 3px 0 6px;
  position: relative;
}

#sortBtn > span {
  font-family: 'Material Icons';
  font-size: 22px;
}

#sortBtn > span:first-child {
  display: inline-flex;
  position: absolute;
  left: -3px;
}

#sortBtn.sort-desc > span:first-child {
  transform: rotate(90deg);
}

#sortBtn.sort-asc > span:first-child {
  transform: rotate(-90deg);
}

#searchBadge {
  cursor: pointer;
  line-height: 30px;
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  text-align: left;
  background-color: #f1f3f4;
}

#searchBadgeExpand {
  text-align: left;
  overflow-x: auto;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 481px) {
  .drawingData > .input-wrap {
    margin-left: 5% !important;
    width: 95% !important;
  }

  .paintFile > .input-wrap {
    margin-left: 5% !important;
    width: 95% !important;
  }
}

@media screen and (max-width: 660px) and (min-width: 482px) {
  .drawingData > .input-wrap {
    margin-left: 0% !important;
    width: 100% !important;
  }

  .paintFile > .input-wrap {
    margin-left: 0% !important;
    width: 100% !important;
  }
}

#gridSearchInput {
  padding-right: 30px;
}

#text_search {
  padding-right: 30px;
}

/* appFolder */
.app-icon {
  height: 64px;
  width: 64px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0;
  border-radius: 17px;
  overflow: visible;
  cursor: pointer;
}

.overlapping-app {
  border: #d0d0d0 solid 10px;
  border-radius: 25px !important;
  transform: scale(1.3) !important;
  transition: transform ease 0.2s;
}

.overlapping-folder {
  transform: scale(1.3) !important;
  transition: transform ease 0.2s;
}

.noOverlapping {
  border: #d0d0d0 solid 0;
  transform: scale(1) !important;
  transition: transform ease 0.2s;
}

.folder-app {
  padding: 2px !important;
  border-radius: 5px;
  border: solid 1px #cbcbcb;
  width: 64px;
  height: 64px;
  background: #e8e8e8;
  display: grid;
  grid-auto-flow: row;
  grid-template: repeat(2, 1fr) / repeat(2, 1fr);
  overflow: visible;
  align-content: space-evenly;
  justify-content: space-around;
}

.in-folder-app {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  margin: 3px;
}

#midFolder {
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.1;
}

:root {
  --folder-x: 0;
  --folder-y: 0;
}

.folderDialog {
  z-index: 500;
  position: absolute;
  width: 70%;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: 0;
  overflow: hidden;
  opacity: 1;
  transition: all ease 0.3s;
  background: whitesmoke;
  padding: 20px;
  border-radius: 10px;
}

.folderDialog .grid-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 51px);
}

.folderDialog.ng-hide {
  opacity: 0;
  width: 0;
  height: 0;
  top: var(--folder-y);
  left: var(--folder-x);
  transition: all ease 0.3s;
}

.editing-folder {
  box-shadow: 0 0 0 5px #00b0f0;
}

.no-editing-folder {
  box-shadow: 0;
}

.editing-folder-title {
  padding-top: 5px;
}

.no-editing-folder-title {
  padding-top: 0;
}

.customSymbol {
  background-color: #7a7a7a;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  width: 25px;
  right: -5px;
  bottom: -1px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  position: absolute;
  z-index: 1;
  display: none;
}

.customSymbol.customAppSelf {
  background-color: #13b80e;
}

.folderTitle {
  height: 36px;
}

.folderTitleLabel {
  font-size: 32px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
}

.app-icon-temp {
  text-align: center;
}

#tempFolderApp .item-margin {
  margin-top: 10px;
  margin-bottom: 30px;
}

.muuri-bottom-space {
  height: 64px;
  width: 100%;
}

#snackbar {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 17px 0;
  visibility: hidden;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.snackbar_close {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.snackbar_btn {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #4B0082;
  display: inline-block;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 100px;
  margin: 11px 0 11px 17px;
  cursor: pointer;
}

.snackbar_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background: #4B0082;
}

.syncFailedDataClass {
  color: red;
}

.syncFailedDataClass .file-field a {
  color: red;
}

.syncFailedDataClass .file-field a:hover {
  color: #ba0000;
}

.hasSyncFailedClass {
  background-color: #ffeb3b !important;
  border: solid 1px #424242;
  color: #424242 !important;
}

.menu_item_color {
  background-color: #006bff !important;
  color: white !important;
}

.menu_item_no_color {
  background-color: transparent;
  color: rgb(0, 0, 0) !important;
}

.dataSyncDialog {
  z-index: 500;
  position: absolute;
  width: 70%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: 0;
  overflow: hidden;
  opacity: 1;
  transition: all ease 0.3s;
  background: whitesmoke;
  border-radius: 10px;
}

.dataSyncDialog.ng-hide {
  opacity: 0;
  transition: all ease 0.3s;
}

.syncErrorMsg {
  padding: 5px;
  margin: 5px;
  border: #ff9494 1px solid;
  border-radius: 3px;
  text-align: left;
  opacity: 1;
  transition: all ease 0.2s;
}

.syncErrorMsg.ng-hide {
  opacity: 0;
  transition: all ease 0.3s;
}

.syncIcon {
  display: block;
  height: 20px;
  width: 20px;
  color: #fff;
  moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  z-index: 1;
}

.syncWaitingIcon {
  background-color: #707070;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

.syncSyncingIcon {
  background-color: #3556fd;
  animation: spin 2s ease infinite;
}

.syncSyncingIcon.ng-hide {
  background-color: #3556fd;
  animation: none;
}

.dataSyncDialog .material-icons {
  font-size: 20px !important;
}

.syncSuccessIcon {
  background-color: #5dc522;
}

.syncFailedIcon {
  background-color: #f76363;
}

.syncState {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

#midDataSync {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.2;
  transition: all ease 0.3s;
}

#midDataSync.ng-hide {
  opacity: 0;
  transition: all ease 0.3s;
}

.syncDataTable {
  table-layout: fixed;
  width: 100%;
}

.syncDataTable td {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.syncDataTable th {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.syncDataTable .fileNameArea {
  min-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.syncDialogBtn {
  margin: 0 5px;
  width: 20%;
  height: 40px;
  min-width: 80px;
  border-radius: 5px;
}

.syncDialogBtn:disabled {
  cursor: default;
  background-color: #d7d7d7;
  border: none;
}
