html
{
	min-width: 300px;
}
body
{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
main
{
	flex: 1;
}

[class*=navbar-toggleable-] .container
{
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
@media (min-width: 576px)
{
	[class*=navbar-toggleable-] >.container
	{
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (max-width: 575px)
{
	.navbar-toggler-left
	{
		left: 0;
	}
	.navbar-toggler-right
	{
		right: 0;
	}
}

.navbar,
footer
{
	background: #00a9fc;
}
footer *
{
	color: #fff;
}
footer li
{
	font-size: 90%;
}

main.fixed
{
	background: #00a9fc;
}
main.fixed ~ footer
{
	border-top: 1px solid rgba(0,0,0,.1);
}

.navbar.fixed-top
{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.navbar.fixed-top ~ main
{
	margin-top: 55px;
}

.navbar .navbar-toggler
{
	border: 1px solid #fff;
	border-radius: 0;
}
.navbar .navbar-text
{
	color: rgba(255, 255, 255, .7);
}
.navbar .nav-link
{
	border: 1px solid #fff;
	color: #fff !important;
	text-align: center;
	white-space: nowrap;
}
.navbar input[type="search"]
{
	border: 1.2px solid #fff;
	border-radius: 0;
	padding-top: .625rem;
	padding-bottom: .625rem;
}
.navbar button[type="submit"]
{
	border-radius: 0;
	background: #fff;
}

.modal-content
{
	border-radius: 0;
}
.modal-header
{
	border-bottom: 1px solid #f5f5f5;
}

/* COMPONENTS */

.directory ul
{
	list-style: none;
	padding-left: 0;
}
.directory li > ul
{
	padding-left: 1rem;
}
.directory .item
{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: .5rem;
	padding: .5rem;
	padding-right: 2rem;
	border: 1px solid #d2d2d2;
	color: #000;
	background: #f5f5f5;
	text-overflow: ellipsis;
}
.directory .active
{
	color: #fff !important;
	background: #00a9fc !important;
}
.directory .link
{
	position: absolute;
	top: .8rem;
	right: .8rem;
	color: #d2d2d2;
}

/* noinspection CssInvalidMediaFeature */
@media(hover: hover)
{
	.directory .item > .link
	{
		color: #000;
		visibility: hidden;
	}
	.directory .item:hover > .link
	{
		visibility: visible;
	}
}

.placeholder
{
	/*color: #00b5ee;*/
	color: #008fd3;
	text-align: center;
}
.placeholder small
{
	color: #005ca0;
}

.thumbnail
{
	border: none;
	border-radius: 0;
	background: #f5f5f5;
}

.thumbnail .card-block
 {
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 0;
}
.thumbnail .card-title
{
	overflow: hidden;
}
.thumbnail .card-title > a
 {
	 color: #008fd3;
 }
.thumbnail .card-title > a:hover,
.thumbnail .card-title > a:focus
{
	color: #005ca0;
}

.breadcrumb
{
	padding: 0;
	background-color: inherit;
}

.pagination *
{
	border-radius: 0 !important;
}
.pagination a
{
	color: #008fd3 !important;
}

/* SECTIONS */

.auth
{
	margin-top: 100px;
	width: 400px;
}
.auth input,
.auth button
{
	border-radius: 0;
}
.auth .facebook
{
	color: #fff;
	background-color: #3b5998;
}

.viewer iframe
{
	width: 100%;
	height: 75vh;
}
.viewer pre
{
	border: 1px solid #d2d2d2;
	background: #f5f5f5;
	white-space: pre-wrap;
}
.viewer .btn-link
{
	color: #d2d2d2 !important;
	text-transform: uppercase;
}