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

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


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

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

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

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

#menu-item-inbox.active, #menu-item-inbox:hover{
	background-color: #ed7d23;
	color: #white;}
#menu-item-inbox{
	border-left: 6px solid #A6A9AC;
background-color:#002b49}

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

#menu-item-todos.active, #menu-item-todos:hover, .todos-swatch{
	background-color: #ed7d23;
	color: #white;}
#menu-item-todos{
	border-left: 6px solid #A6A9AC;
background-color:#002b49}

#menu-item-activity.active, #menu-item-activity:hover, .activity-swatch{
	background-color: #ed7d23;
	color: #white;}
#menu-item-activity{
	border-left: 6px solid #A6A9AC;
background-color:#002b49}

#menu-item-library.active, #menu-item-library:hover, .library-swatch{
	background-color: #ed7d23;
	color: #white;}
#menu-item-library{
	border-left: 6px solid #A6A9AC;
background-color:#002b49}

#menu-item-users.active, #menu-item-users:hover, .users-swatch{
	background-color: #ed7d23;
	color: #white;}
#menu-item-users{
	border-left: 6px solid #A6A9AC;
background-color:#002b49}

#menu-item-groups.active, #menu-item-groups:hover, .groups-swatch{
	background-color: #ed7d23;
	color: #white;}
#menu-item-groups{
border-left: 6px solid #A6A9AC;
background-color:#002b49}


.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;}

.right-sidebar .card.note.show-content{
	background-color: #fff;
	border-radius: 12px;
	outline: none;
	border: 1px solid #d3d3d3;
}
.right-sidebar .card.note.show-content .title{
	font-size: 16px!important;
}
.right-sidebar .card.note.show-content .fr-view p, li{
	font-size: 12px;
	font-weight: 400;
	color: #7f7f7f;
}
.right-sidebar .card.note.show-content:before{ display: 0073AE; }
.topic-card{ background-color: #002b49; }
.default .topic-card-title, .default .topic-overlay .topic-card-title, .default .topic-overlay-hover .topic-overlay-content{
	padding: 6px;
	font-weight: bold;
}
.card.note .card-cover-title {
    background-color: white;
}

.card-cover-title {
    font-size: 10px;
    line-height: 12px;
    margin: 4px;
    color: black;
    background: #FFFF00;
    padding: 0 4px;
}

.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;
}
.card.show-content:before {display: none}

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