* {
    box-sizing: border-box;
}

/* Buat Tabel Price */
.columns {
    float: left;
    width: 50%;
    padding: 8px;
}

/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

/* Pricing header */
.price .header {
    background-color: #007399;
    color: white;
    font-size: 20px;
}

/* List items */
.price li {
    /*border-bottom: 1px solid #eee;*/
    padding: 10px;
    text-align: left;
    margin: 12px;
}

.price tr {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price td {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

/*============================*/
/* Tabel biasa */
#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}


#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #99989f;
    color: white;
}

#customers a {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    color: white;
    text-decoration: none;
}

#customers a:hover {
    font-weight: normal;
}

/*============================*/


/*Menu Horizontal*/
.icon-bar {
    width: 100%;
    /* Full-width */
    background-color: #0d47a1;
    overflow: auto;
    /* Overflow due to float */

}

.icon-bar a {
    float: left;
    /* Float links side by side */
    text-align: center;
    /* Center-align text */
    width: 10%;
    /* Equal width (5 icons with 20% width each = 100%) */
    padding: 15px 0;
    /* Some top and bottom padding */
    transition: all 0.3s ease;
    /* Add transition for hover effects */
    color: white;
    /* White text color */
    font-size: 20px;
    /* Increased font size */
}

.icon-bar a:hover {
    background-color: #000;
    /* Add a hover color */
}

.active {
    background-color: #00a9f7;
    /* Add an active/current color */
}


/* HORIZONTAL SCROLL */
.scroll-container {
    overflow: auto;
    white-space: nowrap;
    padding: 5px 70px 5px 20px;
    background: transparent;
    height: 100%;
    border-radius: 15px;
}

.gridscroll {
    display: inline-block;
}

.gridscroll img {
    margin-right: 22px;
    text-align: center;
}

.hasil {
    text-align: center;
    font-size: 10px;

    /*width: 100%;
    padding: 8px;*/

}

/* element selector */
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
}

nav {
    background-color: #b48572;
    padding: 5px;
}

nav a {
    text-decoration: none;
    color: #ffffff;
}

nav a:hover {
    font-weight: bold;
}

nav li {
    list-style-type: none;
    display: inline;
    margin-right: 20px;
    color: #ffffff;
}

footer {
    background-color: #b48572;
    padding: 20px;
    color: #ffffff;
    text-align: center;
}

.sosmed-sd {
    background-color: #ecd5cc;
    padding: 10px;
    color: #976060;
    text-align: center;
    font-size: 12px;
}

.sosmed-sd a {
    text-decoration: none;
    color: #8e4a4a;
}

.sosmed-sd a:hover {
    font-weight: bold;
    color: #8e4a4a;
}

.sosmed-smp {
    background-color: #1aa5cf;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

.sosmed-smp a {
    text-decoration: none;
    color: #ffffff;
}

.sosmed-smp a:hover {
    font-weight: bold;
    color: #ffffff;
}

main {
    overflow: auto;
    padding: 15px;
}

/* gruping selector */
h2, h3 {
    color: #8e4a4a;
}

h5, h3 {    
    font-size: 20px;
    color: #764937;
}

aside {
    text-align: center;
    width: 24%;
    float: left;
}

aside-alur {
    text-align: center;
    width: 49%;
    float: left;
}

.aside-header {
    text-align: center;
}

.top {
    font-size: 12px;
    padding: 5px;
    margin-left: 40px;

}

/* class selector */
.jumbotron {
    background-color: #ecd5cc;
    font-size: 24px;
    padding: 4px;
    text-align: center;
    color: #764937;
}

.card {
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 4px 8px 0 gainsboro;
}

.card-buklet {
    text-align: center;
    width: 100%;
}

.card-head {
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 4px 8px 0 gainsboro;
}

.content {
    width: 75%;
    float: right;
}

.content-hasil,
td,
th {
    margin: 5px;
}

.ttd {
    margin-right: -250px;
}

.kop {
    margin-top: auto;
}

.content-informasi-head {
    width: 100%;
    float: right;
    text-align: center;
}

.content-informasi {
    width: 100%;
    float: right;
}

.content-alur {
    width: 50%;
    float: right;
}

.text-bold {
    font-weight: bold;
    /*text-align: center;*/
}

.label {
    background-color: #b48572;
    color: #ffffff;
    padding: 5px;
    /*text-align: center;*/
}

.label-informasi {
    background-color: #717079;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    /*text-align: center;*/
}

.feature_img {
    border-radius: 10%;
}

.feature_img_sosmed {
    width: 25px;
}

/*TOMBOL CSS*/

.button {
  position: relative;
  background-color: #005694;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  padding: 12px;
  width: 140px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
}

.button:after {
  content: "";
  background: #f1f507;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}

.button:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}

/*Button Reguler*/

.button-reguler {
    position: relative;
    background-color: #00941e;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    padding: 12px;
    width: 140px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border-radius: 6px;
  }
  
  .button:after {
    content: "";
    background: #f1f507;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
  }
  
  .button:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
  }

/*akhir tombol css*/

@media screen and (max-width: 922px) {

    .content,
    aside,
    .jumbotron {
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (max-width: 922px) {

    .columns,
    .price,
    .header {
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (max-width: 922px) {

    .icon-bar,
    .icon-bar a,
    .sosmed-sd {
        font-size: 12px;
        width: 0 10px 30px 50px 80px 90px 0 100%;
    }
}

@media screen and (max-width: 922px) {

    .card,
    .card-buklet {
        width: 0 10px 30px 50px 80px 90px 0 100%;
    }
}

@media screen and (max-width: 922px) {

    .hasil {
        font-size: 8px;
        text-align: center;
        width: 0 10px 30px 50px 80px 90px 0 100%;

    }
}