/* styling for documents extension */
#open_pdf_modal {
    position: relative;
}

.file-label {
    position: absolute;
    left: 22%;
    bottom: 0;
    z-index: 1;
    padding: 2px 5px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
}

.pdf {
    background-color: #c40905;
}

.xlsx,
.xls {
    background-color: #1c6d43;
}

.docx,
.doc {
    background-color: #1758b7;
}

.webp,
.svg,
.png,
.jpeg,
.jpg {
    background-color: #c48705;
}

/* .mov,
.avi,
.mpeg,
.mp4,
.mp3{
    background-color: #05b0c4;
} */

.yt {
    bottom: -10px;
}

.panel .panel-body img {
    width: 100%;
}

nav#sidebar .side_logo {
    width: 100%;
    height: auto;
}

#bottom-bar {
    background-color: #343a40;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 56px; */
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .4);
    z-index: 2;
}

@media(max-width: 1366px) {
    #bottom-bar {
        display: flex;
    }

    #bottom-bar ul {
        list-style: none;
        padding-left: 0px;
    }

    #bottom-bar li.bottom-nav-item {
        float: left;
        width: 20%;
        text-align: center;
        padding: 16px;
        justify-content: space-between;
    }

    #bottom-bar li.bottom-nav-item>a {
        color: white;
        opacity: 0.5;
    }

    #bottom-bar li.bottom-nav-item>a.active {
        color: #42a5f5;
        opacity: 1.0;
    }

    #bottom-bar li.bottom-nav-item i.fa {
        font-size: 1.5rem;
        margin-bottom: 4px;
    }
}

@media(max-width: 768px) {
    #page-container {
        position: relative;
    }

    nav#sidebar {
        width: 35%;
    }

    #page-container.sidebar-o-xs::after {
        content: " ";
        position: absolute;
        background-color: rgba(0, 0, 0, .5);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1032;
    }

    nav#sidebar .side_logo {
        width: 50%;
    }

    #bottom-bar {
        display: flex;
    }

    #bottom-bar ul {
        list-style: none;
        padding-left: 0px;

    }

    #bottom-bar li.bottom-nav-item {
        float: left;
        width: 20%;
        text-align: center;
        padding: 16px;
        justify-content: space-between;
    }

    #bottom-bar li.bottom-nav-item>a {
        color: white;
        opacity: 0.5;
    }

    #bottom-bar li.bottom-nav-item>a.active {
        color: #42a5f5;
        opacity: 1.0;
    }

    #bottom-bar li.bottom-nav-item i.fa {
        font-size: 1.5rem;
        margin-bottom: 4px;
    }
}

@media (max-width: 450px) {
    nav#sidebar {
        width: 80%;
    }
}


/* Support Color */


/*
.bg-gd-corporate {
  background: #1f7275;
  background: linear-gradient(135deg, #1f7275 0%, #34bfc6 100%) !important;
}
*/

.bg-gd-danger {
    background: #e74c3c;
    background: linear-gradient(135deg, #c0392b 0%, #f9b3ac 100%) !important;
}

.bg-gb-peterriver {
    background: #3498db;
    background: linear-gradient(135deg, #0288D1 0%, #4FC3F7 100%) !important;
}

.bg-gd-green {
    background: #05a8a0;
    background: linear-gradient(135deg, #05a8a0 0%, #39efdd 100%) !important;
}

.bg-gd-wetasphalt {
    background: #05a8a0;
    background: linear-gradient(135deg, #34495e 0%, #68829c 100%) !important;
}

.bg-gd-pumpkin {
    background: #05a8a0;
    background: linear-gradient(135deg, #d35400 0%, #fa9d5f 100%) !important;
}

.bg-gd-pico-void {
    background: #192a56;
    background: linear-gradient(135deg, #192a56 0%, #5887fc 100%) !important;
}

.bg-gd-nasu {
    background: #341f97;
    background: linear-gradient(135deg, #a0a865 0%, #f3fac0 100%) !important;
}

.bg-gd-orange {
    background: #ff6700;
    background: linear-gradient(135deg, #ff6700 0%, #ffcc00 100%) !important;
}

.bg-whistlepartner {
    background: #fcc10f;
    background: linear-gradient(135deg, #fcc10f 0%, #ffec99 100%) !important;
}

.bg-gd-overtime {
    background: #ff5733;
    background: linear-gradient(135deg, #ff5733 0%, #ffbd69 100%) !important;
}

.bg-news-post {
    background-color: #343a40; /* Dark gray as a base */
    background: linear-gradient(135deg, #343a40 0%, #495057 100%) !important;
}


.cic {
    width: 45px;
    height: 36px;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: inline-block;
}

.fak {
    width: 12px;
    height: 19px;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: inline-block;
}

.ic-anmeld {
    background: url('../img/various/ic_anmeld.png');
}

.ic-regulation {
    background: url('../img/various/regulation.png')
}

.ic-guidelines {
    background: url('../img/various/book-stack-128.png');
}


/* Custom styling for Accordion */

.panel-group {
    width: 100%;
}

.panel {
    /*width: 100%;*/
    margin-bottom: 16px;
    border-radius: 4px;
}

.panel-group .panel.panel-default {
    border: 1px solid #343a40;
}

.panel h4.panel-title {
    margin: 0;
    font-size: 16px;
    color: white;
    padding: 16px;
    background-color: #343a40;
}

.panel-group h4.panel-title a {
    color: white;
}

.panel-group .panel-body {
    padding: 16px;
    background-color: white;
    border-radius: 0 0 4px 4px;
}

.syadow {
    border: 1px solid gray;
}

.reply-comment .komen-section-wrapper {
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
}

.reply-comment .komen-section-wrapper p {
    margin: 0;
}

.reply-comment .komen-section-wrapper p.date {
    color: gray;
    font-size: 10px;
    margin-bottom: 5px;
}

.modal-bordered .modal-dialog {
    border: 1px solid gray;
}

.bg_primary {
    background-color: #30945e;
}

@media(max-width: 550px) {
    .btn {
        margin-bottom: 10px;
    }
}

.error_accept {
    color: red
}

.error_accept>p {
    margin-bottom: 0;
}


/* Override Bootstrap */

#accordion-guidelines .panel-title {
    margin: 0;
    color: white;
    padding: 16px;
    background-color: #343a40;
}

#accordion-guidelines .panel-title h4,
#accordion-guidelines .panel-title h4>a {
    margin: 0px;
}

#accordion-guidelines .panel-title h4>a {
    color: white;
    font-size: 16px;
}

#accordion-guidelines .panel-title::after {
    content: " ";
    display: table;
    clear: both;
}

#accordion-guidelines .panel-title-h4 {
    width: 80%;
    float: left;
}

#accordion-guidelines .panel-action {
    width: 19%;
    float: left;
    text-align: right
}

#accordion-guidelines .panel-action a {
    margin-left: 10px;
    /* padding: 5px 10px; */
    color: white;
}

.modal.custom {
    background: rgba(0, 0, 0, .5);
}