/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */



/* =============================================================
   GENERAL STYLES
 ============================================================ */

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;

}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 800px;
    padding-bottom: 90px;
}

.header-line {
    font-weight: 900;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    text-transform: uppercase;
}

.pad-botm {
    padding-bottom: 30px;
}

/* =============================================================
   NAVBAR & MENU STYLES
 ============================================================ */

.right-div {
    float: right;
    padding: 20px;
}

#menu-top a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    padding: 25px 15px;
    text-transform: uppercase;
}

#menu-top a:hover,
#menu-top a:focus {
    background-color: transparent !important;
    color: #ffff00 !important;
}


#menu-top li.active>a,
#menu-top li.active>a:hover,
#menu-top li.active>a:focus {
    background-color: transparent !important;
    color: #ffff00 !important;
}

/* ============================
   SECTION NAVBAR
=============================== */
.menu-section {
    background-color: #15477A;
    border-bottom: 5px solid #15477A;
    width: 100%;
}

/* ============================
   DROPDOWN
=============================== */
.menu-section .dropdown-menu li,
.menu-section .dropdown-menu a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: normal;
}

.menu-section .dropdown-menu a:hover,
.menu-section .dropdown-menu a:focus,
.menu-section .dropdown-menu a:active {
    color: #15477A !important;
    background-color: transparent !important;
    /* tidak ada kotak putih */
}


/* ============================
   BOOTSTRAP OVERRIDES
=============================== */
.navbar-inverse {
    background-color: #FFF;
    border-color: rgba(155, 153, 153, 0.23);
}

.navbar {
    min-height: 90px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: transparent;
}

/* Toggle button */
.navbar-toggle {
    background-color: black;
    border: 1px solid black;
}

/* Hover & Active pada navbar-inverse */
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    background-color: transparent !important;
    color: #F70E62 !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent !important;
    color: #F70E62 !important;
}

/* =============================================================
   DASHBOARD STYLES
 ============================================================ */

.img-comments {
    border: 3px double #e1e1e1;
    height: 60px;

}

.chat-widget-main {
    max-height: 330px;
    overflow: auto;
}

.slide-bdr {
    border: 5px solid #15477A
}

.chat-widget-left:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #F70E62;
    border-width: 15px;
    margin-left: -15px;
}

.chat-widget-left {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #F70E62;
    font-size: 12px;
}

.chat-widget-right:after {
    top: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #5AA8CC;
    border-width: 15px;
    margin-left: -15px;
}

.chat-widget-right {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #5AA8CC;
    font-size: 12px;
}

.chat-widget-name-left {
    color: #808080;
    margin-top: 30px;
    margin-left: 60px;
    text-align: left;
}

.img-left-chat {
    border: 3px double #e1e1e1;
    float: left;
    margin-right: 30px;
}

.img-right-chat {
    border: 3px double #e1e1e1;
    float: right;
    margin-left: 30px;
}

.chat-widget-main img-right {
    border: 3px double #e1e1e1;
    float: left;
}

.chat-widget-name-left h4 {
    font-weight: normal;
    font-size: 11px;

}

.chat-widget-name-left h5 {
    font-weight: normal;
    font-size: 10px;
}

.chat-widget-name-right h4 {
    font-weight: normal;
    font-size: 11px;
}

.chat-widget-name-right h5 {
    font-weight: normal;
    font-size: 10px;
}

.chat-widget-name-right {
    color: #808080;
    margin-top: 40px;
    margin-right: 60px;
    text-align: right;
}

.recent-users-sec img {
    max-height: 80px;
    margin: 15px;
}

.back-widget-set {
    background-color: transparent;
}

/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
.footer-section {
    padding: 25px 50px 25px 50px;
    color: #000;
    font-size: 13px;
    background-color: #f7f7f7;
    text-align: right;
    border-top: 5px solid #15477A;

}

.footer-section a,
.footer-section a:hover {
    color: #000;
}


/* Hilangkan kotak putih & HANYA ubah warna */
.menu-section .navbar-nav>li.open>a,
.menu-section .navbar-nav>li.open>a:hover,
.menu-section .navbar-nav>li.open>a:focus {
    background-color: transparent !important;
    color: #ffff00 !important;
}

/* Focus khusus menu-section (biar global navbar tidak terganggu) */
.menu-section .navbar-nav>li>a:focus,
.menu-section .navbar-nav>li>a:active {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

/* PAKSA semua link menu menjadi kuning saat hover */
.menu-section .navbar-nav > li > a:hover,
.menu-section .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffff00 !important;
    background-color: transparent !important;
}


/* =====================================================
   LOGOUT BUTTON - SCOPED STYLE (AMAN)
   Tidak menimpa dashboard / navbar
===================================================== */

.logout-scope {
    display: inline-block;
}

/* JANGAN sentuh body / html */
.logout-scope .background {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tombol */
.logout-scope .logoutButton {
    --figure-duration: 100ms;
    --walking-duration: 100ms;

    background: none;
    border: 0;
    cursor: pointer;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    padding-left: 20px;
    position: relative;
    width: 130px;
    color: #fff;
}

/* Background tombol */
.logout-scope .logoutButton::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #15477A;
    /* SAMA DENGAN THEME */
    border-radius: 5px;
    z-index: 1;
}

/* Text */
.logout-scope .button-text {
    position: relative;
    z-index: 5;
    color: #fff;
}

/* SVG aman */
.logout-scope svg {
    position: absolute;
    pointer-events: none;
}

/* Figure */
.logout-scope .figure {
    fill: #ffff00;
    width: 30px;
    position: absolute;
    right: 18px;
    bottom: 5px;
    z-index: 4;
}

/* Door */
.logout-scope .door {
    transform-origin: 100% 50%;
    transition: transform 200ms ease;
    z-index: 5;
}

.logout-scope .door path {
    fill: #ffff00;
    stroke: #ffff00;
    stroke-width: 4;
}

/* Hover effect */
.logout-scope .logoutButton:hover .door {
    transform: rotateY(20deg);
}

/* Active */
.logout-scope .logoutButton:active::before {
    transform: scale(0.96);
}