@import url(../../../stylesheets/application.css);
@import url(font_awesome.css);

#top-menu {
    background: #1b2032;
    height: 3em;
    font-size: 12px;
    padding: 0px 10px 0px 10px;
}

#top-menu a.home {
    margin-right: 20px;
}

#top-menu a {
    margin-right: 15px;
}

#top-menu ul {
    line-height: 3em;
}

#top-menu #loggedas {
    line-height: 3em;
}

#header {
    min-height: unset;
    margin: 0;
    background-color: #fafafa;
    color: #404245;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #dfe1e6;
}

#header h1 {
    margin: 10px;
}

#header a {
    color: #169;
}

#main-menu {
    bottom: 0px;
    left: 0px;
    margin: 0px;
    width: auto;
    position: unset;
    border-top: 1px solid #dfe1e6;
    padding: 5px 5px 5px 5px;
}

#main-menu li a {    
    border-radius: 3px;
    border: 0;
    color: #555;
    padding: 6px 12px 6px 12px;
}

#main-menu li a.selected, #main-menu li a.selected:hover {
    background: #f48221;
    color: #fff;
}

#main-menu li a.new-object {
    background: #194172;
    color: #fff;
}

#quick-search {
    float: right;
    margin: 10px;
}

/* Responsive menu colors */
@media screen and (max-width: 899px) {
	#header {
		background-color: #1b2032 !important;
	}
}

@media screen and (max-width: 899px) {
	.flyout-menu {
		background-color: #1b2032 !important;
	}
}

@media screen and (max-width: 899px) {
	.flyout-menu h3 {
		background-color: #f48221 !important;
	}
}

@media screen and (max-width: 899px) {
	#block-form {
		display: none;
	}
}

/* Project List */
#projects-index {
    column-count: unset;
    column-width: unset;
    -webkit-column-count: unset;
    -webkit-column-width: unset;
    -webkit-column-gap: unset;
    -moz-column-count: unset;
    -moz-column-width: unset;
    -moz-column-gap: unset;
    margin-bottom: 1.2em;
}

#projects-index ul.projects li.root {
    margin-bottom: 1em;
    padding: 10px 20px;
    border: unset;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}


/* Sidebar */
#content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: auto;
    margin: 0;
    z-index: 10;
    position: relative;
    background-color: transparent;
    width: 70%
}

#content.full {
    width: auto;
    max-width: 100%
}

@media screen and (max-width: 899px) {	
	#content>.contextual a.icon, p.buttons a.icon {
		padding-left: 5px !important;
	}
}

/* Sidebar Button */
#content #hide-sidebar {
    margin-right: 11px;
    position: absolute;
    right: 6px;
    top: 67px;
    z-index: 11;
}

#content #hide-sidebar a {
    height: 20px;
    width: 30px;
    text-align: center;
    position: fixed;
    background: #fafafa;
    padding: 2px;
    border: 1px solid #dfe1e6;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
}

#content #hide-sidebar a:before {
	font-family: 'Font Awesome 5 Solid'; 
	content: "\f509";
}

#content #hide-sidebar a:hover {
    border-color: #4879d4;
}


