body {
    background-color: #fff;
}

body > .navbar {
    margin-bottom: 0;
    background-color: #e30045;
    height: 80px;
    border-top: none;
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 0;
}

body > .navbar .navbar-text {
    color: #ffd6d6;
}

body > .navbar a {
    color: #fff;
    border-color: #e47777;
}

body > .navbar a:hover,
body > .navbar a:active,
body > .navbar a:focus {
    border-color: #fff;
}

body > .navbar .separator {
    margin: 0 3px;
}

body > #page {
    margin-top: 80px;
}

body > #page img {
    max-width: 100%;
    height: auto;
}

body > footer {
    text-align: center;
    padding: 10px;
}

body > footer span {
    white-space: nowrap;
}

#flash .alert:first-child {
    margin-top: 10px;
}

#flash .alert:last-child {
    margin-bottom: 0px;
}

#content {
    padding-top: 2px;
    padding-bottom: 20px;
}

#sidebar {
    padding-top: 12px;
    padding-bottom: 20px;
    transition: margin-right 0.5s;
}

#sidebar::-webkit-scrollbar {
    background-color: #444;
}

#sidebar::-webkit-scrollbar-thumb {
    background-color: #999;
}

#sidebar_options ul {
    padding-left: 20px;
    margin-bottom: 17px;
}

#sidebar_options p, #sidebar_options address {
    margin-bottom: 17px;
}

#toggleSidebar {
    color: #fff;
    cursor: pointer;
    display: none;
    padding-left: 10px;
}

@media (max-width: 991px) {

    .container {
        width: 100%;
    }

    #toggleSidebar {
        display: block;
    }

    #sidebar {
        position: fixed;
        top: 41px;
        bottom: 0;
        right: 0;
        overflow-y: auto;
        width: 365px;
        height: 100%;
        background-color: #444;
        color: #eee;
        z-index: 1040;
        margin-right: -365px;
        padding: 0 0 20px 0;
        display: block !important;
    }

    #sidebar .panel {
        border: none;
        background-color: inherit;
    }

    #sidebar a {
        color: #fff;
    }

    .sidebar-visible #sidebar {
        margin-right: 0;
    }

    /* no scroll for content */
    .sidebar-visible {
        overflow: hidden;
    }

    /* overlay */
    .sidebar-visible:after {
        content: "";
        display: block;
        position: fixed;
        top: 40px;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1000;
        background-color: rgba(0,0,0,0.5);
    }

}

@media (max-width: 480px) {

    #sidebar {
        width: 100%;
        margin-right: -100%;
    }

}

@media print {
    a[href]:after {
        content: none;
    }
}

#work-calendar .red {
    background-color: #E50046;
    color: #fff;
}

#work-calendar .green {
    background-color: #A1C73A;
}

#work-calendar .orange {
    background-color: #FBB900;
}

#work-calendar .blue {
    background-color: #009DCC;
}

#work-calendar .violet {
    background-color: #9E358C;
    color: #fff;
}

.anchor {
    display: block;
    height: 90px; /*same height as header*/
    margin-top: -90px; /*same height as header*/
    visibility: hidden;
}