.color-white {
  color: white;
}
.color-light-blue {
  color: #83bcdf;
}
.btn-blue {
  color: #333;
  background-color: #FCD036;
}
.btn-square {
  border-radius: 1px;
  border: solid #83bcdf;
}
.input-blue {
  border: 1px white;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  padding: 5px 10px;
}
.input-blue:focus {
  border-color: #fff;
}
.img-container {
  margin-top: 1%;
}
@media (max-width: 768px) {
  .img-container {
    margin-top: 5%;
    padding-bottom: 10%;
  }
}
.nav-tabs.nav-justified li > a {
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #54A8E3;
}
.nav-tabs.nav-justified li > a:hover {
  border-bottom: 1px solid #54A8E3;
}
.nav-tabs.nav-justified li.active > a {
  border: 1px solid #54A8E3;
  border-bottom-color: #fff;
}
.nav-tabs.nav-justified li.active > a:hover {
  border: 1px solid #54A8E3;
  border-bottom-color: #fff;
}
.panel-top {
  border-radius: 10px 10px 0 0;
  padding: 0 4% 1%;
  background-color: #584FE8;
  border-color: transparent;
}
@media (max-width: 768px) {
  .panel-top {
    padding-bottom: 3%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.panel-top h4 {
  font-size: 16px;
}
.panel-top .collapse {
  margin-top: -1%;
}
.panel-top input::-webkit-input-placeholder {
  color: #A5A5A5 !important;
}
.panel-top input:-moz-placeholder {
  /* Firefox 18- */
  color: #A5A5A5 !important;
}
.panel-top input::-moz-placeholder {
  /* Firefox 19+ */
  color: #A5A5A5 !important;
}
.panel-top input:-ms-input-placeholder {
  color: #A5A5A5 !important;
}
.panel-blue {
  border-radius: 10px;
  padding: 1% 4%;
  background-color: #83bcdf;
  border-color: transparent;
}
@media (max-width: 768px) {
  .panel-blue {
    padding-bottom: 3%;
  }
}
.panel-blue h4 {
  font-size: 16px;
}
.panel-menu {
  padding: 1.5% 0 0.5%;
  margin-top: -2%;
  border-radius: 10px 0 10px 10px;
}
.panel-menu a {
  text-decoration: none;
  color: #1c0940;
}
.panel-info .panel-heading {
  background-color: #83bcdf;
}
.panel-info .panel-body {
  padding-top: 3%;
  background-color: #0066E7;
}
.panel-info a {
  text-decoration: none;
  color: #83bcdf;
}
.panel-info h4 {
  font-size: 16px;
}
.menu-item {
  border-right: 1px dotted #83bcdf;
}
.container {
  padding-top: 1%;
  margin-bottom: 60px;
}
.tables a {
  margin: -2px;
  text-decoration: none;
}
.bawah {
  background-color: #584FE8;
}
.bawah .iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
  margin-bottom: 50px;
}
.bawah .iframe-container > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.footer-2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #F8F5FE;
}
body {
  font-family: 'Roboto', sans-serif;
  background: white url('../../images/overrides/bg2x.png') no-repeat top;
}
@media (min-width: 768px) {
  .news-container {
    max-height: 440px;
    min-height: 440px;
  }
}
@media (min-width: 1200px) {
  .news-container {
    max-height: 407px;
    min-height: 407px;
  }
}
.menu-item a.active,
.menu-item a.active svg {
  color: #584FE8 !important;
}
.menu-item a:hover,
.menu-item a:hover svg {
  color: #1582C4 !important;
}
.md-doc h1 {
  font-weight: bold;
}
.md-doc h2 {
  border-bottom: 1px solid #A5A5A5;
  width: 100%;
  display: block;
  font-weight: 400;
}
.md-doc p {
  margin: 10px;
}
.md-doc .panel-content .panel-body img {
  display: block;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 90%;
  max-height: 300px;
  border: 2px solid #d3d3d3;
}
.md-doc blockquote {
  background-color: #eee;
  border-left: none;
  margin: 0;
}

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