body {
    display: flex;
    flex-direction: column;
    color: #1e285a;
}

h2,
h3 {
    color: #1e285a;
}
.navbar-brand > img {
    height: 4rem;
}

[data-field-id*='_template_name_'] {
    display: none;
}

#sidebar {
    position: relative;
    height: 8rem;
    background-color: #1e285a;
}

.navbar {
    height: 0rem;
}
.navbar-header {
    display: flex;
    flex-direction: column;
}

.navbar-brand {
    order: 1;
}

.navbar-text {
    order: 2;
    margin: 1em auto;
}

.navbar-inverse {
    border-color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

/* Menu for small screens */

.navbar-default .navbar-brand {
    color: #777777;
    height: 0px;
}

#topbar .navbar-collapse {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    background-color: white;
    top: 0px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #1e285a;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #1e285a;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #00aa50;
    background-color: transparent;
}

#sidebar {
    height: auto;
}

/* ------------------------------------- */

a {
    color: #1e285a;
}

a:hover {
    color: #00aa50;
}

a:focus {
    color: #00aa50;
    text-decoration: underline;
}

.navbar-nav > li > a:hover {
    color: #00aa50 !important;
}

.user_fullname {
    color: white;
}

/* span.icon.iconCustom{
	background-image: url(pencil.png);
	width : 100px;
	height: 100px;
	background-size: 100%;
} */

.container-fluid {
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
   
}

.user_email {
    display: grid;
}

.item-action-wrapper {
    z-index: 10000 !important;
}

#brick_content_mosaic {
    text-align: center;
}

.mosaic-item {
    background-color: #1e285a;
}

#mosaic-breadcrumb {
    font-size: 2rem;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #1e285a;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #1e285a;
    background-color: #ffffff;
}

.badge {
    background-color: #1e285a;
}

#topbar .user_photo {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}

.mosaic-item:hover,
.mosaic-item:focus {
    background-color: #00aa50 !important;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.btn-default.active {
    background-color: #00aa50 !important;
}

/* NAVBAR */

#container_navbar {
    display: flex;
}

.nav > li > a > span.brick_icon {
    vertical-align: middle;
}
