﻿      
.modal-header {
  padding: 5px 5px 5px 15px !important;
}

.modal-footer {
  padding: 5px 15px 5px 5px !important;
}

.form-control {
  padding: 5px !important;
  text-align: left;
}

.form-group {
  margin-bottom: 2px;
}

.input-group-addon {
  font-size: 12px;
}

.putih {
  color: #fff !important;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #ffffbf;
}

.modal-header {
  cursor: move;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tags li {
  float: left;
}
li {
  list-style: none;
}
.tag {
  font-size:8pt;
  background: #b9b9c8;
  border-radius: 3px 0 0 3px;
  color: #fdfdff;
  display: inline-block;
  /* height: 26px; */
  /* line-height: 26px; */
  padding: 0 5px;
  position: relative;
  margin: 5px 5px 0 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.container_foto {
  background-color: rgba(57, 62, 93, 0.7);
  padding: 0;
  overflow: hidden;
  max-width: 350px;
  margin: 0;
}

.container_foto article {
  padding: 10%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.container_foto h2 {
  color: #fff;
  font-weight: 800;
  font-size: 25px;
  border-bottom: #fff solid 1px;
}

.container_foto h4 {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}

.container_foto img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  -ms-transition: all 4s ease;
  transition: all 4s ease;
  background: #fdfdff;
}

.ver_mas {
  background-color: #300040;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(0px, 70px);
  -webkit-transform: translate(0px, 70px);
  -moz-transform: translate(0px, 70px);
  -o-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* .ver_mas span { */
/* font-size: 40px; */
/* color: #fff; */
/* position: relative; */
/* margin: 0 auto; */
/* width: 100%; */
/* top: 13px; */
/* } */

/*hovers*/

.container_foto:hover {
  cursor: pointer;
}

.container_foto:hover img {
  opacity: 0.1;
  transform: scale(1.5);
}

.container_foto:hover article {
  transform: translate(2px, -69px);
  -webkit-transform: translate(2px, -69px);
  -moz-transform: translate(2px, -69px);
  -o-transform: translate(2px, -69px);
  -ms-transform: translate(2px, -69px);
}

.container_foto:hover .ver_mas {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  opacity: 1;
}

div.card-content {
  background: #f5f5f5;
  padding: 0.5em;
  margin-top: 5px;
  margin-bottom: 2em;
  box-shadow: 3px 3px 8px hsl(0, 0%, 70%);
}

div.card-content h3 {
  margin-bottom: 0.5em;
  font-weight: normal;
}

div.card-content p {
  font-size: 95%;
}

img.spectrum1 {
  width: 100%;
  height: auto;
}

div a,
a:hover {
  text-decoration: none;
}

div a:hover {
  opacity: 0.8;
}

.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: 0.9;
}
.modal-header {
  min-height: 16.43px;
  padding: 15px 15px 15px 15px;
  border-bottom: 0px;
  border-radius: 0px;
}
.modal-content {
  background-color: #fff;
  border: 1px solid #bdc3c7;
  border-radius: 0px;
  outline: 0;
}
.thumb-icon {
  position: absolute;
  width: 30px;
  height: auto;
  top: 20px;
  right: 20px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #333;
  padding: 2px;
}
.play {
  background: red;
  border-radius: 50% / 10%;
  color: #ffffff;
  font-size: 2em; /* change this to change size */
  height: 3em;
  margin: 20px auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
}

.play:hover {
  background: darkorange;
}

.play::before {
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}

/* // Apply styles starting from medium devices and up to extra large devices */
@media (min-width: 768px) and (max-width: 1199.98px) {
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 360px) {
  .thumb-icon {
    position: absolute;
    width: 20px;
    height: auto;
    top: 5px;
    right: 5px;
  }
  .play {
    background: none;
    color: #ffffff;
    font-size: 2em; /* change this to change size */
    width: 20px;
    height: 10px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
  }

  .play:hover {
    background: darkorange;
  }

  .play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }

  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .thumb-icon {
    position: absolute;
    width: 20px;
    height: auto;
    top: 5px;
    right: 5px;
  }
  .play {
    background: none;
    border-radius: 50% / 10%;
    color: #ffffff;
    font-size: 2em; /* change this to change size */
    width: 3em;
    height: 2em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
  }

  .play:hover {
    background: darkorange;
  }

  .play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }

  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .thumb-icon {
    position: absolute;
    width: 30px;
    height: auto;
    top: 20px;
    right: 20px;
  }
  .play {
    background: red;
    border-radius: 50% / 10%;
    color: #ffffff;
    font-size: 2em; /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
  }

  .play:hover {
    background: darkorange;
  }

  .play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }

  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .thumb-icon {
    position: absolute;
    width: 30px;
    height: auto;
    top: 20px;
    right: 20px;
  }
  .play {
    background: red;
    border-radius: 50% / 10%;
    color: #ffffff;
    font-size: 2em; /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
  }

  .play:hover {
    background: darkorange;
  }

  .play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }

  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .thumb-icon {
    position: absolute;
    width: 30px;
    height: auto;
    top: 20px;
    right: 20px;
  }
  .play {
    background: red;
    border-radius: 50% / 10%;
    color: #ffffff;
    font-size: 2em; /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
  }

  .play:hover {
    background: darkorange;
  }

  .play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }

  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .thumb-icon {
    position: absolute;
    width: 30px;
    height: auto;
    top: 20px;
    right: 20px;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .thumb-icon {
    position: absolute;
    width: 30px;
    height: auto;
    top: 20px;
    right: 20px;
  }
  .play {
    background: red;
    border-radius: 50% / 10%;
    color: #ffffff;
    font-size: 2em; /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
  }

  .play:hover {
    background: darkorange;
  }

  .play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }

  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .thumb-icon {
    position: absolute;
    width: 20px;
    height: auto;
    top: 5px;
    right: 5px;
  }
  .play {
    background: red;
    border-radius: 50% / 10%;
    color: #ffffff;
    font-size: 2em; /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
  }

  .play:hover {
    background: darkorange;
  }

  .play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }

  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .thumb-icon {
    position: absolute;
    width: 30px;
    height: auto;
    top: 10px;
    right: 20px;
  }
  .play {
    background: red;
    border-radius: 50% / 10%;
    color: #ffffff;
    font-size: 2em; /* change this to change size */
    width: 0;
    height: 0;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
  }

  .play:hover {
    background: darkorange;
  }

  .play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }

  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .thumb-icon {
    position: absolute;
    width: 20px;
    height: auto;
    top: 5px;
    right: 5px;
  }
  .play {
    background: red;
    border-radius: 50% / 10%;
    color: #ffffff;
    font-size: 2em; /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
  }

  .play:hover {
    background: darkorange;
  }

  .play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }

  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .thumb-icon {
    position: absolute;
    width: 20px;
    height: auto;
    top: 5px;
    right: 5px;
  }
  .play {
    background: red;
    border-radius: 50% / 10%;
    color: #ffffff;
    font-size: 2em; /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
  }

  .play:hover {
    background: darkorange;
  }

  .play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }

  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .thumb-icon {
    position: absolute;
    width: 20px;
    height: auto;
    top: 5px;
    right: 5px;
  }
  .play {
    background: red;
    border-radius: 50% / 10%;
    color: #ffffff;
    font-size: 2em; /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
  }

  .play:hover {
    background: darkorange;
  }

  .play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }

  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
.background {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  background: #f6f7f9;
  background-image: linear-gradient(
    to right,
    #f6f7f9 0%,
    #e9ebee 20%,
    #f6f7f9 40%,
    #f6f7f9 100%
  );
  background-repeat: no-repeat;
  background-size: 800px 104px;
  height: 100px;
  position: relative;
}
.sections {
  padding: 10px;
  max-width: 100%;
  height: auto;
  margin: 4rem auto;
  background-color: #fff;
}

.background div {
  background: #fff;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
}
div.a {
  height: 40px;
  left: 40px;
  right: auto;
  top: 0;
  width: 8px;
}

div.b {
  height: 8px;
  left: 48px;
  top: 0;
}
div.c {
  left: 136px;
  top: 8px;
}
div.d {
  height: 12px;
  left: 48px;
  top: 14px;
}
div.e {
  left: 100px;
  top: 26px;
}
div.f {
  height: 10px;
  left: 48px;
  top: 32px;
}
div.g {
  height: 20px;
  top: 40px;
}
div.h {
  left: 410px;
  top: 60px;
}
div.i {
  height: 13px;
  top: 66px;
}
div.j {
  left: 440px;
  top: 79px;
}
div.k {
  height: 13px;
  top: 85px;
}
div.l {
  left: 178px;
  top: 98px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

#loading-container {
  width: 200px;
  height: 200px;
  position: absolute;
  margin: -100px 0px 0px -100px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#loading-rotater {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: rotateBase 20s infinite linear;
}

#loading-svg {
  animation: loading 2s infinite ease-in-out, rotate 2s infinite ease-in-out;
  stroke-dasharray: 150.79632;
}

@keyframes loading {
  0% {
    stroke-dashoffset: 150.79632;
  }
  100% {
    stroke-dashoffset: -150.79632;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateBase {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#loading-text {
  font-size: 20px;
}
