html {
	font-size: 13px;
}

body > pre {
	margin-top: 100px;
}

body > div.container-fluid {
	margin-top: 80px;
	padding-bottom: 20px;
}

.btn-group-xs > .btn,
.btn-xs {
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
	white-space: nowrap;
}

/* navbar */
body > nav.navbar {
	background-color: #C30A14 !important;
}

body > nav.navbar .navbar-nav a.nav-link {
	color: white;
}

body > nav.navbar .navbar-nav a.nav-link:hover {
	opacity: 0.8;
}

.list-group-item.active {
	background-color: #C30A14;
	border-color: #C30A14;
}

a.list-group-item {
	color: black;
	text-decoration: none;
}

a.list-group-item:not(.active):hover {
	background: whitesmoke;
}

a.list-group-item button.btn-link {
	color: black;
	padding: 0px 5px;
}

a.list-group-item.active button.btn-link {
	color: white;
}

/* card-content-language */
div.card-content-language div.list-group {
	overflow-y: scroll;
}



/* file manager */
div.model-filemanager iframe {
	width: 100%;
	height: 500px;
	border: none;
}

div.img-preview {
	margin-top: 10px;
}

div.img-preview:empty {
	display: none;
}