.navbar.navbar-light {
	background-color: #e3f2fd;
}

.nav-item {
	font-size: larger;
}

.menu_block .menu_item {
	float: left;
	border-right: 1px solid #000;
	padding: 0 0.5em
}

.menu_block .menu_item:last-child {
	border-right: none;
	clear: right
}

.container-fluid:first-of-type {
	padding-top: 15px;
}

div.checkbox.invisible {
	height: 1px;
}

.movies-table td {
	max-width: 35em;
	padding: 1em
}

.movies-table td .edit_link {
	color: blue
}

.movies-table td .destroy_link {
	color: red
}

.movies-table tbody td:last-child {
	text-align: right;
}

.movies-table tfoot td {
	text-align: center;
}

.movies-table tfoot td div {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.movies-table tfoot td div ul {
	margin: 0;
}

body {
	background-color: #fff;
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px
}

p, ol, ul, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px
}

pre {
	background-color: #eee;
	padding: 10px;
	font-size: 11px
}

a {
	color: #000
}

a:visited {
	color: #666
}

div.field, div.actions {
	margin-bottom: 10px
}

#notice {
	color: green
}

.field_with_errors {
	padding: 2px;
	background-color: red;
	display: table
}

#error_explanation {
	width: 450px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 0;
	margin-bottom: 20px;
	background-color: #f0f0f0
}

#error_explanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	margin-bottom: 0px;
	background-color: #c00;
	color: #fff
}

#error_explanation ul li {
	font-size: 12px;
	list-style: square
}

input, select, textarea, button {
	border: 1px solid #333
}

form.search-clear {
	display: inline
}

form.search-clear div {
	display: inline
}



.search-block {
	text-align: right;
}

.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

h2.index {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.movies-table tbody td.empty-search	{
	text-align: center;
}
