/* Dropdown Button */

.render-content>p {
    line-height: 2.4;
}

.render-content>ol {
    list-style-type: roman;
    padding-left: 20px;
}

.render-content>ul {
    list-style-type: circle;
    padding-left: 20px;
}

.render-content>table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.render-content>table>tbody>tr {
    border-bottom: 1px solid #dddddd;
}

.render-content>table>tbody>tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.render-content>table>tbody>tr:last-of-type {
    border-bottom: 2px solid #a7a7a7;
}

.render-content>table>th,
td {
    padding: 12px 15px;
}

.render-content>table>thead>tr {
    background-color: #a7a7a7;
    color: #ffffff;
    text-align: left;
    padding: 8px;
}

.render-content>table>thead>tr>th {
    padding: 16px;
}

.render-content>blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 8px 8px 20px;
    position: relative;
    /*Font*/
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-align: justify;
    /*Borders - (Optional)*/
    border-left: 15px solid #cfc6bc;
    border-right: 2px solid #cfc6bc;
    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

.render-content>h1 {
    font-size: 32pt;
    font-weight: bold;
}

.render-content>h2 {
    font-size: 28pt;
    font-weight: bold;
}

.render-content>h3 {
    font-size: 22pt;
    font-weight: bold;
}

.render-content>h4 {
    font-size: 20pt;
    font-weight: bold;
}

.render-content>blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 10px;
    top: 5px;
}

.btn-profile {
    color: white;
    font-size: 16px;
    border: none;
}

.dropdown-profile {
    position: relative;
    display: inline-block;
}

.profile-menu {
    display: none;
    background-color: white;
    position: absolute;
    border-radius: 8px;
    min-width: 300px;
    z-index: 100;
}

.profile-menu a {
    color: black;
    padding: 12px 16px 8px;
    text-decoration: none;
    display: block;
    border-bottom: rgb(211, 211, 211);
    border-bottom-width: 1px;
    border-style: solid;
}

.profile-menu a:hover {
    color: #BF1922;
}

.dropdown-profile:hover .profile-menu {
    background-color: white;
    display: block;
}


/* END DROPDOWN PROFILE */


/* Dropdown Button */

.btn-produk {
    color: white;
    font-size: 16px;
    border: none;
}

.dropdown-produk {
    position: relative;
    display: inline-block;
}

.produk-menu {
    display: none;
    background-color: white;
    position: absolute;
    border-radius: 8px;
    min-width: 180px;
    z-index: 100;
}

.produk-menu a {
    color: black;
    padding: 12px 16px 8px;
    text-decoration: none;
    display: block;
    border-bottom: rgb(211, 211, 211);
    border-bottom-width: 1px;
    border-style: solid;
}

.produk-menu a:hover {
    color: #BF1922;
}

.dropdown-produk:hover .produk-menu {
    background-color: white;
    display: block;
}


/* END DROPDOWN  */


/* Dropdown Button */

.btn-anggota {
    color: white;
    font-size: 16px;
    border: none;
}

.dropdown-anggota {
    position: relative;
    display: inline-block;
}

.anggota-menu {
    display: none;
    background-color: white;
    position: absolute;
    border-radius: 8px;
    min-width: 220px;
    z-index: 100;
}

.anggota-menu a {
    color: black;
    padding: 12px 16px 8px;
    text-decoration: none;
    display: block;
    border-bottom: rgb(211, 211, 211);
    border-bottom-width: 1px;
    border-style: solid;
}

.anggota-menu a:hover {
    color: #BF1922;
}

.dropdown-anggota:hover .anggota-menu {
    background-color: white;
    display: block;
}


/* END DROPDOWN PRODUK */


/* Dropdown Button */

.btn-publikasi {
    color: white;
    font-size: 16px;
    border: none;
}

.dropdown-publikasi {
    position: relative;
    display: inline-block;
}

.publikasi-menu {
    display: none;
    background-color: white;
    position: absolute;
    border-radius: 8px;
    min-width: 180px;
    z-index: 100;
}

.publikasi-menu a {
    color: black;
    padding: 12px 16px 8px;
    text-decoration: none;
    display: block;
    border-bottom: rgb(211, 211, 211);
}

.publikasi-menu a:hover {
    color: #BF1922;
}

.dropdown-publikasi:hover .publikasi-menu {
    background-color: white;
    display: block;
}


/* END DROPDOWN PRODUK */


/* Dropdown Button */

.btn-ppid {
    color: white;
    font-size: 16px;
    border: none;
}

.dropdown-ppid {
    position: relative;
    display: inline-block;
}

.ppid-menu {
    display: none;
    background-color: white;
    position: absolute;
    border-radius: 8px;
    min-width: 300px;
    z-index: 100;
}

.ppid-menu a {
    color: black;
    padding: 12px 16px 8px;
    text-decoration: none;
    display: block;
    border-bottom: rgb(211, 211, 211);
    border-bottom-width: 1px;
    border-style: solid;
}

.ppid-menu a:hover {
    color: #BF1922;
}

.dropdown-ppid:hover .ppid-menu {
    background-color: white;
    display: block;
}


/* END DROPDOWN PRODUK */


/* Dropdown Button */

.btn-alkel {
    color: white;
    font-size: 16px;
    border: none;
}

.dropdown-alkel {
    position: relative;
    display: inline-block;
}

.alkel-menu {
    display: none;
    background-color: white;
    position: absolute;
    border-radius: 8px;
    min-width: 300px;
    z-index: 100;
    left: 210px;
    top: 0px;
}

.alkel-menu a {
    color: black;
    padding: 12px 16px 8px;
    text-decoration: none;
    display: block;
    border-bottom: rgb(211, 211, 211);
    border-bottom-width: 1px;
    border-style: solid;
}

.alkel-menu a:hover {
    color: #BF1922;
}

.dropdown-alkel:hover .alkel-menu {
    background-color: white;
    display: block;
}


/* END DROPDOWN PRODUK */

.ui.selection.dropdown {
    border-radius: 8px !important;
    border-color: black !important;
    border-style: solid !important;
    border-width: 1px !important;
    margin-top: 8px;
    margin-bottom: 8px;
}

.ui .item {
    color: black !important;
}

.ui .search {
    color: black !important;
}

.ui .text {
    color: black !important;
}

.render-contact>table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
}

.render-contact>table>tbody>tr {
    background-color: rgb(250, 250, 250) !important;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgb(200, 200, 200) !important;
}

.render-contact tr>td:nth-of-type(2) {
    color: rgb(140, 140, 140);
    text-align: right;
}

.render-contact>table>th,
td {
    padding: 12px 15px;
}

.render-contact>table>thead>tr {
    display: none;
    background-color: #a7a7a7;
    color: #ffffff;
    text-align: left;
    padding: 8px;
}

.render-contact>table>thead>tr>th {
    padding: 16px;
}