@charset "UTF-8";

.bg-gradient-primary {
  background-color: #067cc6 !important;
  background-image: linear-gradient(45deg, #2a368f 10%, #067cc6 100%) !important;
  background-size: cover;
}

.bg-primary-accordion {
  background-color: transparent;
}

@media (max-width: 768px) {
  .bg-primary-accordion {
    background-color: #067cc6;
  }
}

.noscrubs {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.signin-logo {
  width: 70%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

.body-front {
  background-image: url("seigaiha_blue.png");
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  padding: 10px 0;
}

.inner-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
}

.news-bar {
  background-color: #ffffff;
  padding: 8px 0 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.news-bar .inner-wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.news-bar .date-in-header {
  float: left;
  color: #555555;
  font-size: 14px;
  padding-right: 15px;
}

.news-bar .breaking-news-latest {
  color: #555555;
  margin-right: 0;
  position: relative;
  margin-top: 0px;
  vertical-align: top;
}

.news-bar .newstiker {
  display: inline-block;
  padding-left: 0;
  overflow: hidden;
  height: 20px;
}

.news-bar p,
.news-bar ul {
  margin-bottom: 0;
}

.custom-header {
  position: relative;
  padding-bottom: 35px;
}

.custom-header .header-image {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-bottom: 1px solid #EAEAEA;
}

.home-icon {
  float: left;
}

.home-icon a {
  padding: 7px 10px 6px;
}

.home-icon i {
  color: #ffffff;
  font-size: 22px;
}

.home-icon :hover {
  background-color: #0b71ba;
}

.inner-wrap--nav {
  border-top: 4px solid #0b71ba;
  background-color: #232323;
}

.navbar-front {
  padding: 0;
  margin: 0 auto;
  max-width: 1140px;
}

.navbar-front a {
  display: block;
  float: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  text-transform: uppercase;
  color: #ffffff !important;
}

.navbar-front .dropdown-menu {
  background-color: #232323;
  border: none;
  border-radius: 0;
  padding: 0;
  top: 50px;
}

.navbar-front .dropdown-menu a {
  text-transform: none;
}

.menu-primary-container i {
  position: absolute;
  top: 13px;
  right: 3px;
}

.search-top {
  color: #ffffff;
  cursor: pointer;
  position: relative;
}

.search-top .fa {
  font-size: 21px;
  padding: 11px 12px;
}

.search-top .search-wrap {
  position: relative;
}

.search-top input {
  width: 275px;
  padding: 4px 54px 4px 10px;
  height: 50px;
  color: #777777;
  background-color: #FFFFFF;
  margin: 0;
  border: 1px solid #EAEAEA;
  font: 16px "Open Sans", serif;
}

.search-top .search-icon:before {
  content: "\F002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 18px;
}

.search-top button {
  border-radius: 0;
  color: #fff;
  line-height: 45px;
  margin-bottom: 0;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0b71ba;
}

.main-content {
  padding-top: 20px;
}

.section-main {
  margin-bottom: 30px;
}

.section-main .section-title {
  border-bottom: 2px solid #3ba4e5;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.section-main .section-title span {
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  background-color: #3ba4e5;
}

.aside-title {
  border-bottom: 2px solid #0b71ba;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.aside-title span {
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  background-color: #0b71ba;
}

.media-content iframe {
  width: 100%;
}

.footer-wrapper {
  border-top: 1px solid #F2F2F2;
  background-color: #303440;
}

.footer-wrapper .footer-area {
  padding-top: 45px;
  padding-bottom: 10px;
  color: #cccccc;
}

.footer-wrapper .footer-left {
  margin-bottom: 40px;
}

.footer-wrapper .footer-left img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin-bottom: 18px;
}

.footer-wrapper .footer-left p {
  line-height: 1.4;
  text-align: left;
  color: #aaaaaa;
  font-size: 14px;
}

.footer-wrapper .footer-right h4 {
  font-size: inherit;
}

.footer-wrapper .footer-right .sosial-media {
  width: 30.30303%;
  float: left;
  margin-right: 4.545454%;
}

.footer-wrapper .footer-right .sosial-media ul {
  display: flex;
  padding-left: 0;
}

.footer-wrapper .footer-right .sosial-media li {
  margin-right: 3px;
}

.footer-wrapper .footer-right .visitor {
  float: right;
}

.sidebar-brand-icon img {
  width: 100%;
}

.collapse-child-item {
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  display: block;
  text-decoration: none;
  border-radius: 0.35rem;
  white-space: nowrap;
}

.collapse-child-item:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.bg-progress-blue {
  background-color: #3490dc;
}

.bg-progress-indigo {
  background-color: #6574cd;
}

.bg-progress-purple {
  background-color: #9561e2;
}

.bg-progress-pink {
  background-color: #f66d9b;
}

.bg-progress-red {
  background-color: #e3342f;
}

.bg-progress-orange {
  background-color: #f6993f;
}

.bg-progress-yellow {
  background-color: #ffed4a;
}

.bg-progress-green {
  background-color: #38c172;
}

.bg-progress-teal {
  background-color: #4dc0b5;
}

.bg-progress-cyan {
  background-color: #6cb2eb;
}

@media (min-width: 992px) {
  .navbar-front li:hover {
    background-color: #0b71ba;
  }

  .navbar-front .navbar-nav {
    height: 44px;
  }

  .nav-link i {
    display: inline-block;
    margin-left: 0.755em;
    float: right;
    line-height: 20px;
  }

  .dropdown-main {
    position: relative;
    padding-right: 10px;
  }

  .dropdown-main > .dropdown-menu {
    margin-top: -6px;
    margin-left: -1px;
  }

  .dropdown-main:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
  }

  .dropdown-submenu.pull-left {
    float: none;
  }

  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
  }

  .caret-off:after {
    display: none !important;
  }

  .search-top {
    height: 44px;
  }

  .search-top a {
    padding: 0;
  }

  .search-top .search-form-top {
    border: 1px solid #eaeaea;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    background-color: #ffffff;
    left: -225px;
  }
}

@media (max-width: 992px) {
  .navbar-front .nav-item i {
    display: none;
  }

  .search-form-top {
    border: 1px solid #eaeaea;
    padding: 10px;
    z-index: 9999;
    background-color: #ffffff;
  }
}

