/*FONTS  */
@font-face {
    font-family: "Roboto";
    Src: url(http://warisanbudaya.kemendikbudristek.com/dashboard/theme/css/Roboto.ttf), url(Roboto-Bold.ttf), url(Roboto-Black.ttf), url(Roboto-Light.ttf), url(Roboto-Medium.ttf), url(Roboto-Thin.ttf), url(Roboto-BoldItalic.ttf), url(Roboto-Regular.ttf), url(Roboto-MediumItalic.ttf), url(Roboto-ThinItalic.ttf), url("Roboto-ThinItalic.ttf");
}
@font-face {
    font-family: "NotoSerif";
    Src: url(NotoSerif-Bold.ttf), url(NotoSerif-BoldItalic.ttf), url(NotoSerif-Italic.ttf), url(NotoSerif-Regular.ttf),;
}

@font-face {
    font-family: "Trajan Pro";
    Src: url("TrajanProBold.ttf");
}

@font-face {
    font-family: "Trajan Pro Bold";
    Src: url(TrajanProRg.ttf), url("TrajanProBold.ttf");
}

@font-face {
    font-family: Arcon;
    Src: url("Arcon-Regular.otf");
}

blockquote {
    font-family: "Roboto", Helvetica, Arcon, Arial, sans-serif, "NotoSerif";
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}
pre {
    font-family: "Roboto", Helvetica, Arcon, Arial, sans-serif, "NotoSerif";
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}
body,
html {
    /* font-family: 'Roboto', sans-serif; */
}
/* OTHER */
.custom-table {
    width: 100%;
    text-align: center;
    margin: auto;
}

.custom-table thead {
    margin: 0 0 5px;
}

.custom-table thead tr {
    height: 4em;
    border: 0;
    margin: auto;
    border-bottom: 1em solid #fff;
    background: #47a0fb;
    border-radius: 1em;
    box-shadow: 0 2px 4px rgba(230, 230, 230, 0.9);
}

.custom-table thead th {
    text-align: center;
}

.custom-table tbody tr {
    min-height: 4em;
    border-top: 1em solid #fff;
    border-bottom: 1em solid #fff;
    border-radius: 10px;
    background: #d3e9ff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(230, 230, 230, 0.8);
}

.custom-table tbody tr:hover {
    background: #c9def4;
}

.custom-table tbody td {
    vertical-align: top;
    padding: 6px;
}

/*# sourceMappingURL=bootstrap.min.css.map */
.logo {
    position: relative;
    top: 5px;
    left: 0;
    margin: auto;
    float: left;
}

.text-logo {
    position: relative;
    top: 5px;
    left: 4px;
    margin-left: 10px;
    float: left;
    font-family: "Trajan Pro Bold";
    color: #fafafa;
    font-size: 14px;
}

.search-new {
    position: absolute;
    margin: auto;
    width: 100%;
    height: auto;
    z-index: 2;
    top: 20%;
}

.search-new form {
    position: relative;
    margin: auto;
    top: 30%;
    background: rgba(255, 255, 255, 0.3);
    width: 500px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(200,200,200,0.3);
}

.box {
    margin: auto;
    height: auto;
}
.search-new input {
    height: 48px;
    border: 0;
    width: 80%;
    padding: 7px;
    border-radius: 8px 0 0 8px;
    background: rgba(255, 255, 255, 0.8);
}

.search-new button {
    border: 0;
    background: #FF0000;
    padding: 7px;
    color: #FFF;
    width: 18%;
}

.panel-shadow:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);

}

.panel-img {
    width: 100%;
    height: 190px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.thumbTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #000000;
}

.bold-default {
    color: #666;
}

.bold-blue {
    color: #09F;
}

.bold-right {
    float: right;
}

.page {
    margin: auto;
    width: 100%;
    height: auto;
    align-items: center;
    float: right;
}

.pagination {
    /* float: right;
	margin: 0 10% 0 0; */
}

.tutorial-left {
    width: 50%;
    float: left;
    background: #CCC;
}

.tutorial-right {
    width: 50%;
    float: right;
    background: #9CF;
    color: #666;
}

.tutorial-left,
.tutorial-right {
    padding: 3em 0;
    margin: 0;
    text-align: center;
    height: 25em;
}

.img-sub {
    width: 100%;
    height: 170px;
}

.contact-box,
.edit_contact {
    width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
}

.edit_contact {
    background: rgba(0,0,0,0.5);
    display: block;
    position: fixed;
    z-index: 9999;
}

.contact-box form,
.edit_contact form {
    width: 35%;
    height: auto;
    padding: 20px;
    height: auto;
    margin: 10em auto;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.8);
}

.edit_contact label {
    color: #fff;
}
.contact-box btn,
.contact-box input,
.contact-box textarea,
.edit_contact btn,
.edit_contact input,
.edit_contact textarea {
    margin: 10px 0;
}
.contact-box,
.edit_contact h4 {
    margin: 12px 0;
    color: #fff;
}
.contact-add {
    margin: 0 0 5em;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 150%;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.8);
}
.contact-add div {
    width: 35%;
    margin: auto;
}
.sub-menu {
    width: 100%;
    margin: auto;
    text-align: center;
}
.reminder {
    width: 100%;
    position: absolute;
    margin: 0;
    top: 35%;
}
.reminder div {
    width: 35%;
    height: auto;
    padding: 20px;
    height: auto;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(255,65,0,0.9);
    background: rgba(0,0,0,0.8);
}
.reminder a {
    width: auto;
    color: #fff;
    text-align: center;
    margin: 10px;
}
.reminder h4 {
    margin: 12px 0;
    color: #fff;
}

li {
    font-size: 14px;
    letter-spacing: 0.05em;
}
ol li.list-group-item {
    list-style: decimal inside;
    display: list-item;
    font-size: 16px;
}
.list-item {
    margin: 5px 0 10px;
}
.list-item label {
    font-weight: normal;
    font-size: 12px;
    margin: 5px 0;
}
.list-item b {
    font-size: 16px;
    margin: 0 0 0 -20px;
}

.table-form {
    width: 100%;
}
.table-form td {
    border: 4px solid #fff;
}

/* NEW CAROUSEL */
/*
-----------------------------------
    Code snippet by @maridlcrmn
    Credits images: www.unsplash.com
-----------------------------------
*/

#thumbnail-preview-indicators {
    position: relative;
    overflow: hidden;
}
#thumbnail-preview-indicators .slides .slide-1,
#thumbnail-preview-indicators .slides .slide-2,
#thumbnail-preview-indicators .slides .slide-3 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#thumbnail-preview-indicators,
#thumbnail-preview-indicators .slides,
#thumbnail-preview-indicators .slides .slide-1,
#thumbnail-preview-indicators .slides .slide-2,
#thumbnail-preview-indicators .slides .slide-3 {
    height: 300px;
}

#thumbnail-preview-indicators .carousel-inner .item .carousel-caption {
    top: 20%;
    bottom: inherit;
}
#thumbnail-preview-indicators .carousel-indicators li,
#thumbnail-preview-indicators .carousel-indicators li.active {
    position: relative;
    width: 100px;
    height: 8px;
}
#thumbnail-preview-indicators .carousel-indicators li > .thumbnail {
    position: absolute;
    top: 0;
    width: 100px;
    display: none;
    opacity: 0;
    left: 50%;
    margin-top: -80px;
    margin-left: -50px;
}
#thumbnail-preview-indicators .carousel-indicators li.active > .thumbnail,
#thumbnail-preview-indicators .carousel-indicators li:hover > .thumbnail {
    display: block;
    opacity: 0.8;
}
#thumbnail-preview-indicators .carousel-indicators li.active > .thumbnail:hover {
    opacity: 1;
}
@media screen and (max-width : 480px) {
    #thumbnail-preview-indicators .carousel-indicators li,
    #thumbnail-preview-indicators .carousel-indicators li.active {
        width: 50px;
        height: 8px;
        position: relative;
    }
    #thumbnail-preview-indicators .carousel-indicators li > .thumbnail {
        width: 50px;
        left: 50%;
        margin-top: -50px;
        margin-left: -25px;
    }
}

.img-thumb {
    position: relative;
    float: left;
    width: 24%;
    height: 60px;
    margin: 0.5em 0.5%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.img-modal {
    margin: auto;
    width: 100%;
    height: 400px;
}

.table-detail {
    width: 100%;
}
.table-detail td {
    border: 0.6em solid #fff;
}
.video-emb {
    width: 100%;
    margin: 10px auto;
    float: left;
}
.userON {
    color: #fff;
}
.userON:hover {
    color: #fff000;
    text-decoration: none;
}

/* TABLE NEW */
.table-borderless {
    border: 0;
    width: 100%;
}
.table-borderless td {
    border: 0;
}
.table-borderless tr {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
.table-borderless tr:hover {
    background-color: #d2d2ff;
}
.thend,
.thmid,
.thstart {
    width: auto;
    height: auto;
    background: #21AEF8;
    text-align: center;
    color: #fff;
}
.tbend1,
.tbend2,
.tbmid1,
.tbmid2,
.tbstart1,
.tbstart2 {
    width: auto;
    height: auto;
    text-align: center;
    color: #000;
}
.tbend1,
.tbmid1,
.tbstart1 {
    background: #F7F7FD;
}
.tbend2,
.tbmid2,
.tbstart2 {
    background: #E6E6FF;
}
.tbend1,
.tbend2,
.tbmid1,
.tbmid2,
.tbstart2,
.thend,
.thmid,
.thstart,
tbstart1 {
    padding: 0.8em;
}
.tbstart1,
.tbstart2,
.thstart {
    border-radius: 50% 0 0 50%;
}
.tbend1,
.tbend2,
.thend {
    border-radius: 0 50% 50% 0;
}

/* TABLE SEARCH */
.table-search {
    border: 0;
    width: 90%;
    margin: auto;
}
.table-search td {
    border: 0;
}
.table-search tr {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.table-search tr:hover {
    background-color: #d2d2ff;
}
.thend-search,
.thmid-search,
.thstart-search {
    width: auto;
    height: auto;
    /* background: #21AEF8; */
    /* text-align: center; */
    /* color: #fff; */
}
.tbend-search1,
.tbend-search2,
.tbmid-search1,
.tbmid-search2,
.tbstart-search1,
.tbstart-search2 {
    width: auto;
    height: auto;
    /* text-align: center; */
    color: #000;
}
.tbend-search1,
.tbmid-search1,
.tbstart-search1 {
    /* background: #F7F7FD; */
}
.tbend-search2,
.tbmid-search2,
.tbstart-search2 {
    /* background: #E6E6FF; */
}
.tbend-search1,
.tbend-search2,
.tbmid-search1,
.tbmid-search2,
.tbstart-search1,
.tbstart-search2,
.thend-search,
.thmid-search,
.thstart-search {
    padding: 0.4em;
}
.tbstart-search1,
.tbstart-search2,
.thstart-search {
    /* border-radius: 25% 0 0 25%; */
}
.tbend-search1,
.tbend-search2,
.thend-search {
    /* border-radius: 0 25% 25% 0; */
}

/* IMAGE */

.cover {
    object-fit: cover;
}
.footer-text {
    background: #577CE2;
    color: #fff;
}
.footer-text li,
.footer-text ul,
.footer-text ul li a {
    color: white;
    text-decoration: none;
}
.form-hidden {
    visibility: hidden;
    width: auto;
    padding: 10px;
    position: static;
    margin-top: 100px;
    display: block;
}
.src-form:hover > .form-hidden {
    visibility: visible;
}
.navbar-default {
    background: none;
}

footer {
    background-color: #1C2B39;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    text-align: center;
    color: #CCC;
}

footer p {
    padding: 10.5px;
    margin: 0;
    line-height: 100%;
}
.navbar-default .navbar-nav > li > a,
.navbar-nav > li > select {
    color: #fafafa;
    /* font-family: "NotoSerif"; */
}

/* .navbar-right {
	margin-right: 30px !important;
} */

.navbar-nav > li > select > option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.inner-addon {
    position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon {
    left: 0;
}
.right-addon .glyphicon {
    right: 0;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}
.right-addon input {
    padding-right: 30px;
}

header.carousel {
    height: 100% !important;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 60px;
    }
    .carousel-caption > h2 {
        font-size: 48pt;

        line-height: 48pt;
    }
}
@media screen and (max-width: 767px) {
    .carousel-caption > h2 {
        font-size: 30pt;
        line-height: 30pt;
    }
}
.carousel-indicators {
    bottom: 60px;
}

.carousel-caption {
    text-align: right;
    right: 8%;
    left: 0;
    padding-bottom: 100px;
}

input.search-query {
    padding-left: 39px;
}

form.form-search {
    position: relative;
}

form.form-search:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("../../../../2.3.2/assets/img/glyphicons-halflings.png");
    background-position: -49px 0;
    position: absolute;
    top: 16px;
    left: 9px;
    opacity: 0.5;
    z-index: 1000;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.disabled-link {
    background-color: #cddbe4;
    border-color: #bdcfdb;
    color: #FFF;
    pointer-events: none;
    cursor: default;
}

.colSearch {
    position: absolute;
    top: 20%;
}

.searchBox {
    position: inherit;
    z-index: 1;
    padding: 5px;
    background-color: rgba(0,0,0,0.3);
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

.searchItem {
    width: 80%;
    height: 45px;
    border-radius: 6px;
    background-image: url("searchcopy.svg");
    background-repeat: no-repeat;
    background-position: 12px 13px;
    background-size: 17px;
    box-sizing: border-box;
    padding: 10px 40px;
    border-style: none;
    display: block;
    float: left;
}

.buttonFilter {
    top: 30%;
    right: 22%;
    position: inherit;
    border-style: none;
    color: darkgrey;
    z-index: 2;
    background: white;
}

.buttonFilter:hover {
    animation-delay: 2s;
    -webkit-animation: filterTrans 1s;
    /* Safari 4.0 - 8.0 */
    animation: filterTrans 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */

}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes filterTrans {
    from {
        color: darkgray;
    }
    to {
        color: brown;
    }
}

@keyframes filterTrans {
    from {
        color: darkgray;
    }
    to {
        color: brown;
    }
}

.buttonSearch {
    position: static;
    width: 19%;
    height: 45px;
    /* padding: 10px 20px; */
    border-radius: 6px;
    background-color: brown;
    color: white;
    border-style: none;
    float: right;
}

.buttonSearch:hover {
    animation-delay: 2s;
    -webkit-animation: buttonSearchTrans 1s;
    /* Safari 4.0 - 8.0 */
    animation: buttonSearchTrans 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes buttonSearchTrans {
    from {
        background-color: brown;
    }
    to {
        background-color: red;
    }
}

@keyframes buttonSearchTrans {
    from {
        background-color: brown;
    }
    to {
        background-color: red;
    }
}

/*======== toggle switch*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 24px;
    left: 0;

}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.toggleSwitch ul {
    padding: 0;
    margin: 0;
}

.toggleSwitch li {
    display: inline-block;
}
.slick-next:before,
.slick-prev:before {
    color: #6b6464;
}

/*========== end toggle switch*/

#item-carousel .carousel,
#item-carousel .carousel-inner,
#item-carousel > div {
    height: 530px;
    max-height: 530px;
}

#item-carousel > div {
    top: 0;
}

#item-carousel .carousel-replacer {
    height: 500px;
}

@media(max-width: 500px) {

    #item-carousel .carousel,
    #item-carousel .carousel-inner,
    #item-carousel > div {
        height: 200px;
        max-height: 200px;
    }

    #item-carousel > div {
        top: 50px;
    }

    #item-carousel .carousel-replacer {
        height: 225px;
    }
}

@media(max-width: 500px) {

    #go-to-page {
        margin-top: 60px;
    }
}

.navbar {
    background-color: #4b4b4b;
    /* opacity: 0.8; */
}

.navbar-inverse {
    border-color: #4b4b4b;
}

.navbar-inverse .navbar-nav > li > a {
    color: #5472d3;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #0d47a1;
    background-color: white;
    border-bottom: 3px solid #0d47a1;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #0d47a1;
    background-color: white;
    border-bottom: 3px solid #0d47a1;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #002171;
    border-bottom: 3px solid #0d47a1;
}

/* hover for button tab progres and list */
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    border-bottom: 4px solid #FFD443;
    color: #9d9d9d;
}

.dropdown-flag img {
    width: 18px;
}

/* tentang kami css*/
.lineBreak {
    margin: 30px 0 20px;

}

.lineSpace {
    padding-top: 10px;
    padding-bottom: 10px;

}

.lineSpaceFooter {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    margin: 0 0 0 3px;

}

.bold-text {
    font-weight: bold;
}

/* change navbar min size to tablet */

@media (max-width: 931px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.frontCap {
    color: #fff;
}

a.frontCap:focus,
a.frontCap:hover {
    color: #d3d3d3;
    text-decoration: none;
}

.boxLogin {
    position: absolute;
    margin-top: 100px;
    opacity: 0.8;
    z-index: 1;
}

.forgetStyle {
    padding-top: 5px;
}

.forgetStyle {
    color: #999999;
}

a.forgetStyle:hover {
    color: #428bca;
}

.tab-content .tab-pane,
.tab-content .tab-pane * {
    /* font-family: NotoSerif !important; */
}

.tab-content {
    margin-top: 5rem;
}

.kliping {
    margin-top: 20px;
}

.kliping-header {
    margin-bottom: 20px;
}

.thumbnail:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.thumbnail {
    transition: 0,3s;
}

.btn-back-kliping {
    margin-bottom: 30px;
}

.color-back {
    color: #337ab7;
}

.back-font {
    margin-top: 10px;
}

.title-kliping-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.image-kliping-item {

    height: 20vh !important;

}

/* new css 2019 */

.box-gallery {
    background-color: #efefef;
    padding: 20px;
    /* margin: 5px; */
    border-radius: 6px;
}

.cs-gallery {
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    padding: 5px;
    width: 150px;
    /* margin: 5px; */
}

.img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.komunitas-style {
    background-color: #efefef;
    padding: 10px;
    color: #06C;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin: 1em 2em 1em 0;
    width: 350px;
    height: 160px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-caption {
    margin-left: 1em;
    /* padding-right: 35px; */
}

.card-images-rules {
	width: 158px;
	height: 158px;
    border-radius: 3px 0 0 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
} 

.container {
    padding: 2px 16px;
}

.margin-rule-tab {
    margin-top: 2em;
}

/* new search */

input[type=textSearch] {
    width: 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url("../images/search-solid.svg") 0 -45px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    margin-top: 100px;
    z-index: 1000;
    position: absolute;
}

input[type=textSearch]:focus {
    width: 80%;
}

/* new login button css */
#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255,255,255);
}
#login-dp .help-block {
    font-size: 12px;
}
#login-dp .bottom {
    background-color: rgba(255,255,255);
    border-top: 1px solid #ddd;
    clear: both;
    padding: 14px;
}
#login-dp .social-buttons {
    margin: 12px 0;
}
#login-dp .social-buttons a {
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}

/* 2019 new design css */
.header-component {
    width: 100%;
    /* height: 230px; */
    background-color: #e8e8e8;
    position: absolute;
    z-index: -100;

    height: 360px;
    background-size: cover;
    margin-top: 5rem;
}

.header-component-detail {
    width: 100%;
    /* height: 230px; */
    background-color: #e8e8e8;
    position: absolute;
    z-index: -100;

    height: 360px;
    background-size: cover;
}

/* .box-model {
    padding: 1rem;
    background-color: white;
    border-radius: 12px;
    margin-top: 295px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
} */

.box-model {
	padding: 5rem;
	background-color: white;
	border-radius: 12px;
	/* margin-top: 295px; */
	margin-top: 250px;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
}

.box-model-detail {
    padding: 5rem;
    background-color: white;
    border-radius: 12px;
    /* margin-top: 100px; */
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
    margin-right: 25px;
    margin-left: 25px;
}

.list-color-pencatatan {
    width: 25rem;
    height: 0.5rem;
    background-color: #FFD443;
}

.list-color-penetapan {
    width: 25rem;
    height: 0.5rem;
    background-color: #004DC9;
}

.list-color-tentang {
    width: 25rem;
    height: 0.5rem;
    background-color: #004DC9;
}

.page-header {
	padding-bottom: 9px;
	margin: 0px 0 20px;
    /* border-bottom: 1px solid #eee; */
    border-bottom: none;
}

.h1-page-header-style {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 34px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: black;
    background-color: white;
    border-bottom: 4px solid #FFD443;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: black;
    background-color: white;
}

.nav-pills > li > a {
    border-radius: 1px;
}

.nav-color {
    background-color: white;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
}
.flex-row-top-space-between {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: top;
}
.flex-row-top-flex-start {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    align-items: center;
}

/* flex-css */

.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

/* core detail css */
.nav-page-detail {
    margin: 5em 0 .5em .4em;
    color: gray;
    letter-spacing: 0.5px;
}

.nav-page-detail h4 {
    margin-left: 5px;
}

.image-header-detail {
    margin-top: 2em;
}

.core-info-detail {
    margin: 30px 25px 15px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.circle-background {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: gainsboro; */
    border-radius: 50%;
    border: 3px solid #004DC9;
    width: 32px;
    height: 32px;
}

.core-info-caption {
    font-size: 12px;
    margin-left: 8px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* image control */
.image-control-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* font control */
.font-control-md p {
    font-size: 17.5px;
}

.share-button-box {
    width: 56px;
    height: 56px;
    background-color: blue;
    border-radius: 50%;
    position: absolute;
    right: 140px;
    top: 120px;
    box-shadow: 7px 7px 20px -10px rgba(0,0,0,0.75);
}

.share-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.share-place {
    position: absolute;
    right: 50px;
    top: 96px;
}

.dropdown-menu {
   /* left: -160px !important;  */
}

.frame-video {
    width: 35%;
}

.video-caption {
    margin-top: 1em;
}

.text-kliping-item {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;     /* fallback */
    max-height: 53px;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-bottom:10px;
    }
    .kliping-item {
    cursor: pointer;
    }
    .text-pengumuman-item {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;     /* fallback */
    max-height: 53px;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-bottom:10px;
    }
    .pengumuman-item {
    cursor: pointer;
    }
    .text-terbitan-item {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;     /* fallback */
    max-height: 53px;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-bottom:10px;
    }
    .terbitan-item {
    cursor: pointer;
    }
    
    .button-tab, ul, li{
        /* font-size: 12px; */
    }

    /* Tentang style */

    .tab-pane, h3 {
        font-weight: 400;
    }

    .caption-progress {
        margin-right: 20px;
    }

    .text-progress-head {
        font-size: 12px;
        color: #A9A9A9;
    }

    .text-progress-content {
        font-size: 16px;
        color: #000;
    }

/* progres-step-info */

    .progressbar-box {
        margin-top: 3rem;
        position: relative;
        right: 150px;
    }

  .progressbar {
    counter-reset: step;
  }
  .progressbar li {
    list-style: none;
    display: inline-block;
    width: 30.33%;
    position: relative;
    text-align: center;
    cursor: pointer;
  }
  .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height : 25px;
    border: 3px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
  }
  .progressbar li:after {
    content: "";
    position: absolute;
    width: 89%;
    height: 3px;
    background-color: #ddd;
    top: 15px;
    left: -45%;
  }
  .progressbar li:first-child:after {
    content: none;
  }
  .progressbar li.active {
    color: green;
  }
  .progressbar li.active:before {
    border-color: green;
  } 
  .progressbar li.active + li:after {
    background-color: green;
  }

  /* word-wrap in nav control */
  .dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	/* white-space: nowrap; */
}