/*
    DEMO STYLE
*/

body {
    font-family: 'Georgia', 'Times', 'Times New Roman', serif;
    background: #fafafa;
}

p {
    font-size: 1.1em;
    line-height: 1.7em;
}

h2 {
	font-size: 1.6em;
	line-height: 1.5em;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.shim {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
	margin-bottom: 40px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #5d6fbc;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a, #sidebar ul li a:visited {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	color: #fff;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
	text-decoration: none;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #5d6fbc;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.navbar h2 {
	font-size: 2.4em;
	color: #000;
}

.searchMenu {
	font-size: 1.3em;
	border-top: 0.5px solid #999;
	border-bottom: 0.5px solid #999;
}

.btn-dark {
	background: #5d6fbc;
}

p.signature {
	text-align: right;
}

p.singleline {
	line-height: normal;
	padding: 0;
}

ol.references li {
	padding-bottom: 0.5em;
	font-size: 0.8em;
}

span.u {
	text-decoration: underline;
}

span.b {
	font-weight: 700;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -300px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
	#databank-header {
		display: block;
	}
}

@media (min-width: 768px) {
	.databank-header {
		display: none;
	}
	
	#sidebarCollapse {
		display: none;
	}
}