body { background-color: #f3f3f4; }
.m-b-10 { margin-bottom: 10px !important; }
.top-navigation .navbar-brand { background: #ffffff }
.top-navigation .dropdown-menu > li > a {
    margin: 0;
    padding: 2px 20px;
}
.dashboard .widget { border: 5px solid #000000;  }
.label-navy, .badge-navy {
    background-color: #1ab394;
    color: #FFFFFF;
}
.label-rejected, .badge-rejected {
    background-color: #e76f51;
    color: #FFFFFF;
}
.primary-bg { background: #000000; color:#ffffff !important;}
.secondary-bg { background: #0d1e31; color:#ffffff !important;}
.menu-folder {
    display: block;
    padding: 10px 15px 10px 20px;
}
.breadcrumb {
    font-size: 12px;
}
.font-small { font-size: smaller}
a.menu-folder {
    background:#b4b4b4;
    color: #000000 !important;
    margin-top: 2px !important;
    padding: 6px 15px 6px 15px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
a.menu-folder:hover {
    background:#000000 !important;
    color:#ffffff !important;
}

.note-editor {
    border: 1px solid #e5e6e7;
    border-radius: 1px;
}
#page-wrapper > .footer { display: none}
@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 220px;
        min-height: 100%;
    }
}
