@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@423&display=swap");
body, html {
  font-family: "M PLUS 1p", sans-serif;
}

a:not(.btn, .page-link):link, a:not(.btn, .page-link):visited {
  text-decoration: none;
  color: #3c9dba;
}

a:not(.btn, .page-link):hover, a:not(.btn, .page-link):active {
  text-decoration: underline;
  color: #3c9dba;
}

#sidebarMenu a:link, #sidebarMenu a:visited {
  color: #333333;
}

a:link i, a:visited i {
  display: inline-block;
  min-width: 2em;
}

.top-links i {
  min-width: auto;
  vertical-align: middle;
}

.top-links-sub-menu {
  width: 200px;
}

.header-lines {
  position: absolute;
  top: -100px;
  color: #148872;
  font-size: 1rem;
  padding-top: 0.5rem;
  width: 100%;
  text-align: center;
}

.btn-center-bottom {
  position: absolute;
  bottom: 3rem;
  left: 0px;
  margin: 0;
  width: 100%;
  text-align: center;
}

.bottom-bar {
  position: absolute;
  bottom: 2px;
  left: 0px;
  margin: 0;
  width: 100%;
  text-align: center;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

video {
  max-width: 100%;
  min-height: 300px;
}

.board-list a:link, .board-list a:visited {
  color: #333;
  text-decoration: none;
}

.container-search {
  width: 40vw;
}

.btn-search-abos {
  color: #fff;
  background-color: #28bda1;
}

.btn-primary-abos {
  background-color: #f0f0f0;
}

.btn-pwd-toggle {
  cursor: pointer;
}

.form-password {
  font-family: "Roboto Mono", monospace;
}

.container-body {
  padding: 20px 0px 50px;
}

.img-thoughts-container {
  border-radius: 5px;
  box-shadow: 2px 2px 5px #e0e0e0;
  margin: 10px auto;
}

.img-thoughts {
  width: auto;
  max-height: 160px;
  height: auto;
}

#navbar-main {
  background-color: #A2EECF;
}
#navbar-main img {
  width: auto;
  max-width: 240px;
  max-height: 100px;
}

.news .header {
  font-size: 1.2rem;
}
.news ul li {
  line-height: 2;
}

.board_csp .header {
  font-size: 1.2rem;
}
.board_csp ul li {
  line-height: 2;
}

.case-study h1, .case-study h2, .case-study h3, .case-study h4, .case-study h5, .case-study h6 {
  font-size: 1.2rem;
  border-left: 3px solid #666;
  padding-left: 0.6rem;
  margin: 0;
  line-height: 1.6;
  font-weight: 700;
}

.col-4 .card {
  min-height: 200px;
}

.searched-data {
  margin: 0.6rem 0;
  border-bottom: 1px dashed silver;
}
.searched-data .desc {
  font-size: 0.8rem;
}

.top-abochelin {
  position: relative;
  background-position: center -50px !important;
}
.top-abochelin .thumb {
  display: block;
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
}
.top-abochelin .thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.top-abochelin .title {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}

.top-badge {
  height: 200px;
  background-color: #fff;
  box-shadow: 1px 1px 3px #a0a0a0;
  border-radius: 4px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-badge-noborder {
  box-shadow: 0 0 0 #fff;
}

.card-header h6 {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.1;
}

.top-badge-h {
  height: 96px;
  background-color: #fff;
  box-shadow: 1px 1px 3px #a0a0a0;
  border-radius: 4px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-badge-h32 {
  height: 120px;
  background-color: #fff;
  box-shadow: 1px 1px 3px #a0a0a0;
  border-radius: 4px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-badge-h31 {
  height: 60px;
  background-color: #fff;
  box-shadow: 1px 1px 3px #a0a0a0;
  border-radius: 4px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

h2.header {
  padding-left: 1rem;
  border-left: 3px #93edc4 solid;
  border-bottom: 1px #93edc4 solid;
  padding-bottom: 0.2rem;
  border-bottom-left-radius: 2px;
}

.header-content {
  font-size: 1.2rem;
  margin: 30px 10px 20px;
  padding-bottom: 10px;
  padding-left: 1rem;
  border-left: 3px #93edc4 solid;
  border-bottom: 1px #93edc4 solid;
  padding-bottom: 0.2rem;
  border-bottom-left-radius: 10px;
}

.btn-abos {
  color: #fff;
  background-color: #27b28f;
}

.header-sub-content {
  font-size: 1.1rem;
  margin: 30px 10px 20px;
  padding-bottom: 10px;
  padding-left: 1rem;
  border-bottom: 1px #93edc4 solid;
  padding-bottom: 0.2rem;
}

.badge-faq {
  font-size: 1rem;
  margin: 0.1rem;
}

#top-topics {
  height: 10em;
  overflow: auto;
  margin-bottom: 0.2rem;
}
#top-topics li {
  position: relative;
  font-size: 0.86rem;
  border-bottom: 1px dashed #e0e0e0;
  padding-right: 8rem;
  margin-bottom: 1rem;
}
#top-topics p {
  margin-bottom: 0.2rem;
}
#top-topics .date-update {
  position: absolute;
  top: 0.1rem;
  right: 1rem;
  font-size: 0.7rem;
  background: #f0f0f0;
  color: #333;
  padding: 0.1rem 0.5rem;
  border-radius: 0.5rem;
}

.bg-abos {
  color: #fff;
  background: #1d8c71;
}

.bg-abos-light {
  color: #1d8c71;
  background: #93edc4;
}

#top-calendar-info {
  position: absolute;
  width: 500px;
  top: 0px;
  right: -100%;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1001;
}
#top-calendar-info .btn-close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1002;
}

.card-car .tag-soldout {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../images/car_sales_badge_soldout.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.card-image-body {
  max-width: 300px;
  height: auto;
}

.about {
  border: 1px solid #F2B56D;
  background-color: #FFFBE6;
  border-radius: 4px;
}
.about .header-about {
  font-size: 1.2rem;
}

.text-small {
  font-size: 0.8rem;
}

footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 1.3;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
}
footer .environment {
  display: none;
  font-size: 0.8rem;
}

.badge-topics {
  background-color: #dd0000;
  color: #fff;
  padding: 2px 1em;
}

.card img {
  max-width: 100%;
  max-height: 70%;
  width: auto;
  height: auto;
}

#table-data thead {
  position: sticky;
  top: 100px;
  left: 0;
  background: #fff;
}
#table-data thead th {
  font-size: 0.8rem;
  position: relative;
}
#table-data thead th i {
  min-width: 1em;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  cursor: pointer;
}
#table-data tbody .cell-command button {
  font-size: 0.86rem;
  min-width: 6rem;
  text-align: center;
}

.card-img {
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 240px;
  display: block;
  margin: 0 auto;
}

.img-thumb {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 5em;
}

table .member-list-header td {
  background: #A7ECAE;
}

.fc-header-toolbar {
  font-size: 1rem;
}

#dropArea.active {
  border: 3px dotted rgba(250, 128, 128, 0.7);
  background: rgba(255, 0, 0, 0.05);
}

#dropArea {
  border-radius: 4px;
  border: 3px dotted rgba(64, 64, 64, 0.7);
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  width: 100%;
  height: 60px;
  cursor: hand;
}

.list-filemulti .filemulti-delete {
  cursor: pointer;
}

.list-filemulti li i {
  cursor: hand;
}

.list-filemulti li p {
  text-align: left;
  font-size: 0.8rem;
}

.list-information .number {
  max-width: 70%;
  font-size: 1.23rem;
}
.list-information .badge {
  font-size: 0.7rem;
}
.list-information span {
  max-width: 35%;
  font-size: 0.8rem;
}

.btn-search-sonpo, .btn-search-seiho {
  text-wrap: nowrap;
  width: 22%;
  height: 4.5rem;
  font-size: 10pt;
  padding: 0.05rem;
}

@media (max-width: 575.98px) {
  .fc-header-toolbar {
    font-size: 0.5rem;
  }
  .btn-search-sonpo, .btn-search-seiho {
    width: 30.1%;
    height: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .list-information .d-flex {
    display: block !important;
  }
  .list-information .number {
    font-size: 1.23rem;
    display: block;
  }
  .list-information .badge {
    font-size: 0.7rem;
  }
  .btn-search-sonpo, .btn-search-seiho {
    width: 30%;
    height: 4.5rem;
  }
  .fc-header-toolbar {
    font-size: 0.5rem;
  }
  .container-search {
    width: 80vw;
  }
}
@media (max-width: 991.98px) {
  .fc-header-toolbar {
    font-size: 0.5rem;
  }
  .list-information .d-flex {
    display: block !important;
  }
  .list-information .number {
    font-size: 1.23rem;
    display: block;
  }
  .list-information .badge {
    font-size: 0.7rem;
  }
  .btn-search-sonpo, .btn-search-seiho {
    width: 44%;
    height: 3.5rem;
    font-size: 10pt;
  }
}
@media (max-width: 1199.98px) {
  .header-lines {
    font-size: 0.8rem;
  }
  .fc-toolbar-title {
    font-size: 1.2rem !important;
  }
  .btn-search-sonpo, .btn-search-seiho {
    width: 30.1%;
    height: 3rem;
  }
}
@media (max-width: 1399.98px) {
  .btn-search-sonpo, .btn-search-seiho {
    width: 30.1%;
    height: 3rem;
    font-size: 9pt;
  }
}
