﻿body {
    padding-bottom: 50px;
}

.not-event .tab-pane {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-fixed-bottom {
    background-color: #fff;
    box-shadow: 2px -4px 10px 0 rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom .container {
    position: relative;
}



.navbar-fixed-bottom .navbar-nav {
    padding-left: 10px;
}

    .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
        position: absolute;
        width: 100%;
        margin-bottom: 5px;
        border-radius: 5px;
    }

.navbar-fixed-bottom .nav > li {
    display: inline-block;
    position: unset !important;
}

.navbar-fixed-bottom .bottom-toggle-menu {
    cursor: pointer;
}

.navbar-fixed-bottom .open .dropdown-menu {
    box-shadow: 3px -3px 3px -1px rgba(161, 172, 181, 0.3)
}

.navbar-fixed-bottom .dropdown-header {
    background-color: #888;
    color: #fff;
    text-align: center;
    margin-top: -1px;
}

    .navbar-fixed-bottom .dropdown-header:first-child {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

.navbar-fixed-bottom .navbar-nav > li > a, .navbar-right > ul > li > a {
    line-height: 38px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.navbar-fixed-bottom .progress-bar-warning, .navbar-fixed-bottom .progress-bar-success, .navbar-fixed-bottom .progress-bar-danger {
    background-color: #888;
}

.navbar-fixed-bottom .navbar-nav > li > a > svg {
    color: #888;
}

.right-sidebar {
    padding: 15px;
}

    .right-sidebar.active {
        top: 95px;
        bottom: 50px;
        height: unset;
        padding-top: 5px;
        padding-bottom: 40px;
    }

.navbar {
    min-height: 40px;
}

.btn-toggle-right-sidebar {
    cursor: pointer;
}


/* Notifiations */
.not-event-wrapper .not-event-row:last-child {
    border-bottom: none;
}

.not-event-wrapper {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.not-event-row {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9eef2;
    position: relative;
    display: block;
    min-height: 43px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.not-event-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #5e6773;
    border-radius: 30px;
}

.wall-icon {
    position: absolute;
    left: 20px;
    line-height: 55px;
    text-align: center;
    font-size: 25px;
    color: #5e6773;
    border-radius: 30px;
}

.wall-date-wrapper {
    padding-bottom: 2px;
    padding-left: 60px;
    padding-right: 5px;
    margin: 5px;
    float: left;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    color: #ccc;
}


.wall-history {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #F5F6F9;
    border-bottom: 1px solid #fafbfc;
    margin-top: 5px;
}


.not-event-content {
    float: left;
    padding-left: 50px;
    padding-right: 40px;
    padding-bottom: 5px;
}

.not-event-header {
    font-weight: bold;
    color: #5e6773;
}

.not-event-occurred {
    font-size: 12px;
    color: #a0aeba;
}

.not-event-sub-content {
    font-size: 12px;
    color: #5e6773;
}

.not-event-icon-red {
    background-color: #ff4242;
    color: #fff;
}

.not-event-icon-gray {
    background-color: #ddd !important;
    color: #fff;
}


.not-event-row:hover {
    background-color: #fafbfc;
}

/* --------- */
@media (max-width: 992px) {
    .right-sidebar.active {
        top: 55px;
    }
}


@media (max-width: 767px) {
    .navbar-fixed-bottom .icon-menu .badge {
        top: 12px;
    }

}

@media (max-width: 600px) {

    .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
        position: absolute;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .navbar-fixed-bottom .container {
        border-radius:0px;
        border-left:none;
        border-right:none;
    }
}

@media (max-width: 576px) {

    .right-sidebar.active {
        left: 0px;
        right: 0px;
        bottom: 39px;
        top: 49px;
        width: auto;
    }
}
