body {
    max-width: none;
    font-family: sans-serif;
}
.logo-container img {
    margin: 0 auto;
    max-height: 200px;}
.logo-container {
    display: block;
    margin: auto;
    padding: inherit;}

#left-sidebar.theme-base-color{background-color:#002f56;box-shadow: 0 1px 0px; rgba(0,0,0,0.4);}
#left-sidebar {background-color:#002f56;box-shadow: 0 1px 2px rgba(0,0,0,0.4);}
#menu-item-topics.icon {background-color:#002f56;box-shadow: 0 1px 2px rgba(0,0,0,0.4);}
#body {background-color:#002f56;}


.top-container {background-color:#002f56;box-shadow: 0 0px 0px rgba(0,0,0,0.4);}

#menu-item-todos.active, #menu-item-todos:hover, .todos-swatch{
	background-color: #85c440;
color: #fff;}

#inbox-count{
	color: #fff!important;}

#menu-item-inbox.active .badge, #menu-item-inbox:hover .badge{
	background-color: #85c440;}

#menu-item-inbox.active, #menu-item-inbox:hover{
	background-color: #85c440;
	color: #white;}
#menu-item-inbox{
	border-left: 6px solid #85c440;
background-color:#002f56}

#menu-item-favorites.active, #menu-item-favorites:hover, .activity-swatch{
	background-color: #85c440;
	color: #white;}
#menu-item-favorites{
	border-left: 6px solid #85c440;
background-color:#002f56}

#menu-item-todos.active, #menu-item-todos:hover, .todos-swatch{
	background-color: #85c440;
	color: #white;}
#menu-item-todos{
	border-left: 6px solid #85c440;
background-color:#002f56}

#menu-item-activity.active, #menu-item-activity:hover, .activity-swatch{
	background-color: #85c440;
	color: #white;}
#menu-item-activity{
	border-left: 6px solid #85c440;
background-color:#002f56}

#menu-item-library.active, #menu-item-library:hover, .library-swatch{
	background-color: #85c440;
	color: #white;}
#menu-item-library{
	border-left: 6px solid #85c440;
background-color:#002f56}

#menu-item-users.active, #menu-item-users:hover, .users-swatch{
	background-color: #85c440;
	color: #white;}
#menu-item-users{
	border-left: 6px solid #85c440;
background-color:#002f56}

#menu-item-groups.active, #menu-item-groups:hover, .groups-swatch{
	background-color: #85c440;
	color: #white;}
#menu-item-groups{
border-left: 6px solid #85c440;
background-color:#002f56}


.sidebar.right-sidebar{background-color:#transparent;
box-shadow: 0 1px 2px rgba(0,0,0,0.4);}



.default .topic-card-title {
    font-size: 16px;
    text-transform: none;
    text-align: right;}

.default .topic-overlay .topic-card-title, 
.default .topic-overlay-hover .topic-overlay-content {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));}


.topic-overlay-hover {
    width: 100%;
    height: 100%;
    display: table;
    visibility: hidden;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    word-break: normal;}

.topic-overlay-content {word-break: normal;}

.right-sidebar .cards-horizontal .card.note.show-content .card-cover-title {
    width: auto;
    background: none;
    background-color: #fff;
}

.card.note .card-cover-title {
    background-color: #fff;
}

.card-cover-title {
    font-size: 12px;
    line-height: 12px;
    margin: 4px;
    color: black;
    background: #fff;
    padding: 0 4px;
    word-break: normal;
}
.card.show-content:before {
    content: "";
    display: none;
    width: 30px;
    height: 12px;
    position: absolute;
    top: -7px;
    left: calc(50% - 15px);
    background: rgba(255,250,150,0.8);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    transform: rotate(-5deg);
    z-index: 1;
}
.cards-horizontal .card-cover-title {
    font-size: 12px;
    height: 62px;
    vertical-align: top;
    text-align: left;
    margin: 4px;
    padding: 0;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;}

.content-inner .card.show-content .title {
    font-size: 16px;
    font-style: bold;
    line-height: 10px;
}
.section-title {
    border-bottom: 1px solid black;
    font-weight: bold;
}