/* Account for fixed navbar */
body {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #f1f1f1 !important;
}

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
  min-width: 100%;
}
.header-navbar {
  padding: 0;
}

.header-navbar,
.header-navbar .navbar-wrapper,
.header-navbar .navbar-container,
.header-navbar .navbar-collapse {
  height: 102px;
}
.header-navbar .navbar-container {
  padding: 0;
  margin-right: 0;
}
.header-navbar .navbar-header .navbar-brand {
  padding: 25px 0;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
  color: #fff;
  font-size: 18px;
  padding: 0;
}
.nav.navbar-nav.float-left {
  margin-left: 0;
}
.nav.navbar-nav.float-right {
  margin-right: 0;
}

.nav-tabs-preview .nav-item .nav-link {
    background: #5FB555;
    border-radius: 5px 5px 0px 0px;
    font-weight: normal;
    color:white!important;
}
.nav-tabs-preview .nav-link.active {
    font-weight: 600!important;
    color:white;
    background: #5FB555;
}
.nav-link-preview {
    color:white!important;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    font-weight: normal;
}

/* Reset the container */
.container {
  width: 100%;
  max-width: none !important;
}

html body .content .content-wrapper {
  margin-top:10px;
  margin-left:110px;
  margin-right:110px;
  width:100%;
  padding:initial;
}

body.vertical-compact-menu .footer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
}
footer.footer-light {
  background-color: #5fb555;
  color: #fff;
}

.navbar-light .navbar-nav .active.nav-link,
.header-navbar.navbar-with-menu .navbar-container {
  background-color: inherit;
}

.header-navbar .navbar-container ul.nav li>a.nav-link.nav-category {
  padding: 0;
  margin: 0 20px;
  font-size: 13px;
  height: 24px;
}

.app-content {
  margin-top: 0;
  margin-bottom: 50px;
}

.app-content .pg-header {
  position: absolute;
  top: 144px;
  left: 0;
  background-color: #5fb555;
  height: 154px;
  width: 100%;
  z-index: 1;
}

.app-content .content-wrapper {
  position: relative;
  z-index: 10;
}

.app-content,
.card.no-background-color {
  background-color: inherit;
}

.content-header,.page-title {
  width: 100%;
}
.page-title {
    padding: 0;
    border-bottom: inherit;
}

.content-header-title {
  font-size: 17px;
  color: #fff;
  padding-left: 10px;
  border-left: solid 4px #fff;
}

.input-round,
.input-round input {
  border-radius: 0;
}
.icon-search {
  color: #5FB555;
}
.template_list {
  width: 163px;
  min-height: 236px;
}
.template_list.has-mr {
  margin-right: 19px;
}
.template_list img.template-thumbnail {
  width: 163px;
  height: 108px;
  border-radius: 10px;
}
.template .title {
  letter-spacing: 0.48px;
  height: inherit;
  min-height: 55px;
  line-height: 21px;
}
.no-box-shadow {
  box-shadow: none;
}
.more button,
.more a.btn {
  width: 325px;
  height: 55px;
}
.sec-hospital {
  margin-top: 60px;
  height: 691px;
}
.background-hospital {
  background-color: #fff;
}

.border-bottom-midashi {
  border-bottom: 1px solid #D6D7D6;
}
.komidashi {
  padding-left: 10px;
  border-left: solid 4px #5fb555;
}
li.marker-10::marker{
  background-color: #5fb555;
  font-size: 30px;
  line-height: 0;
}
li.marker-10 > span{
  vertical-align: 0.25em;
}

.preview-title-background {
  background-color: #5fb555;
  min-height: 102px;
  width: 100%;
  z-index: 1;
}
.preview-title {
  position: relative;
  z-index: 10;
}
.preview-img-main {
  width: 375px;
  height: 211px;
}
.preview-title .hospital {
  padding-top: 38px;
  margin-bottom: 37px;
  color: #fff;
}
.preview-title .title {
  min-height: 84px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

