body{
    font-family: 'Dosis', sans-serif;
}

a {
    cursor: pointer;
}

#header.navbar-dark .navbar-toggler-icon {
    background-image: none !important;
}

.avatar_website_navbar{
    height: 30px !important;
    margin: -6px 0 -5px;
}

::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track-piece{
	background-color: #FFF;
}

::-webkit-scrollbar-thumb{
	background-color: #CBCBCB;
	outline: 2px solid #FFF;
	outline-offset: -2px;
	border: .1px solid #B7B7B7;
}

::-webkit-scrollbar-thumb:hover{
	background-color: #909090;
}


/* Bootstrap */

.modal-content{
    border: 0px solid transparent;
}

/* Sidebar */

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

#app, #header, #footer{
	transition: all 0.3s;
}

body{
	overflow-x: hidden;
}

@media (max-width: 991.98px) {
	.sidebar-active #app, .sidebar-active #header, .sidebar-active #footer{
		margin-left: 250px;
	}
}

#sidebar {
    min-width: 250px;
	max-width: 250px;
	overflow-y: auto;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
	min-height: 100vh;
	position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
}

#sidebar {
    transition: all 0.3s;
}

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

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

#sidebar ul p {
    padding: 10px;
}

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

#sidebar:not(.active) {
    margin-left: -250px;
}

/* Banner */

.tinybase,
.tinybase #banner,
.banner_preview {
    height: 280px;
	width: 100%;
}

.tinybase {
    padding: 0;
    overflow: hidden
}

.tinybase .logo {
    position: absolute;
    margin-top: 20px;
    margin-left: 25px
}

#banner,
.banner_preview {
    background-size: auto 100%;
    background-repeat: repeat;
    background-position: center
}

#banner_credits {
    height: 30px;
    width: 520px;
    padding: 5px 25px;
    margin: auto 0 auto auto;
    text-align: right;
    position: relative;
    top: 250px
}