/*
 * CBTL SPAN PTKIN
 * Copyright (c) 2017 by affandeZone
 * e: affandes[at]gmail[dot]com
 * app.css update: 3/4/17 8:21 AM
 */

/* Sidebar-bottom */
.sidebar-bottom {
    position: absolute;
    bottom: 0px;
    left: 4px;
}
.sidebar-bottom-short {
    display: none;
}
.sidebar-collapse .sidebar-bottom-short {
    display: block;
}
.sidebar-collapse .sidebar-bottom-long {
    display: none;
}
.notifications-menu .dropdown-menu {
    width: 400px !important;
    margin-top: -4px !important;
    border: 1px solid #dadada;
}
.notifications-menu > .dropdown-menu > .header, .notifications-menu > .dropdown-menu > .footer > a{
    color: #929292 !important;
    text-align: left;
    font-size: 90% !important;
}
.notifications-menu .dropdown-menu .header {
    height: 46px;
}
.notifications-menu .dropdown-menu .header .info {
    margin-top: 8px;
    margin-left: 5px;
    font-size: 110%;
    display: block;
    float: left;
}
.notifications-menu .dropdown-menu .header span.pull-right {
    cursor: pointer;
}
.notifications-menu .dropdown-menu .header span.pull-right:hover {
    color: black;
}
.notifications-menu .dropdown-menu li .menu li a {
    text-overflow: inherit !important;
    word-wrap: break-word;
    white-space: normal !important;
    color: #2f2f2f !important;
    font-size: 90%;
}
.notifications-menu .dropdown-menu li .menu li a span {
    display: inline-block;
    float: right;
    width: calc(100% - 25px);
}
.notifications-menu .content {
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu, .navbar-nav > .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    max-height: 500px;
}
.notifications-menu .loading, .notifications-menu .msg{
    display: block;
    text-align: center;
    margin: 30px 10px;
    color: #b5b5b5;
}
.notifications-menu .msg {
    color: black;
}
.notifications-menu > .dropdown-menu {
    border-radius: 5px !important;
}

.notifications-menu > .dropdown-menu > li.header {
    border-radius: 5px 5px 0 0 !important;
}

.notifications-menu > .dropdown-menu > li.footer {
    border-radius: 0 0 5px 5px !important;
}

.notifications-menu > .dropdown-menu > li.footer > a, .notifications-menu > .dropdown-menu > li.header {
    background: #f9fafc !important;
}

.notifications-menu .dropdown-menu::after {
    top: -14px;
    right: 14px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -5px;
}

#main-modal-moderasi .modal-footer .msg {
    display: inline-block;
    margin-right: 12px;
    margin: 7px 10px 0;
}
#main-modal-moderasi .modal-body {
    padding: 0 18px 10px;
}
#main-modal-moderasi .modal-body .mailbox-controls {
    padding: 8px 0;
}