.container {
	background-color: #272822;
}
.navbar {
	padding: 0em;
	padding-top: 0px;
}
.navbar-brand {
	color: white;
	font-size: larger;
	background-color: #272822;
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid white;
	border-radius: .25rem;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btn-filter {
	max-height: 38px;
}
#activefilters {
	padding-bottom: 10px;
	display: block;
}
.badge {
  font-size: 10pt;
	border-width: 1px;
	border-style: solid;

	margin-left: 3px;
	margin-right: 3px;

	word-break: keep-all;
}
.badge-genre-light {
	color: grey;
	border-color: grey;
	background: white;

	margin: 3px;
}
.badge-genre-dark {
	color: grey;
	border-color: grey;
	background: #272822;
}
.title {
	font-size: 1.2em;
	color: white;
	text-align: center;
	margin-top: 0px;
  	margin-bottom: 0px;
}
.genre {
	text-align: center;
	margin-top: 5px;
  margin-bottom: 10px;
}
img {
	width: 100%;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
.button-login {
	margin: 7px;
	color: white;
}
.border-greylight {
	border: 1px solid;
	border-color:rgb(206, 212, 218);
}
button {
	margin: 5px;
}
.btn-group > button {
	margin-right: 0px;
}
.btn-outline-primary:hover {
	background-color: rgba(0,0,0,0);
	color: rgb(0, 123, 255);
}
.btn-outline-secondary:hover {
  background-color: rgba(0,0,0,0);
	color: rgb(108, 117, 125);
}
.btn-primary:hover {
	background-color: rgb(0, 123, 255);
	border-color: rgb(0, 123, 255);
	color: white;
}
.btn-secondary:hover {
  background-color: rgb(108, 117, 125);
	border-color: rgb(108, 117, 125);
	color: white;
}
.btn-primary {
	color: white;
}
.dir {
	font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
	font-size: 0.8rem;
	font-weight: bold;
	word-break: break-all;
	word-wrap: break-word;
}
.modal-header {
   background-color: #BBD2E1;
}
.control-label {
	color: white;
}
.divposter {
	position: relative;
}
.ico_watch {
	display: block;
	padding-top: 0%;
	width: 0%;
	/*background-color: rgba(0,0,0,.5);
	border-radius: 20%;
	box-shadow: inset 0 0 0 3px #fff;
	transform: translate(-50%,-50%);*/
	position: absolute;
	z-index: 1;
	top: 87%;
	left: 6%;
}
@media only screen and (min-width: 768px) {
	.ico_watch {
		top: 90%;
		left: 6%;
	}
}
.notwatched {
	color: white;
	/*text-shadow: 0 0 3px #000; //ombre légère*/
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; /*trait*/
	cursor: pointer;
}
.watched {
	color: red;
	/*text-shadow: 0 0 3px #000; //ombre légère*/
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; /*trait*/
	cursor: pointer;
}
.ico_like {
	display: block;
	padding-top: 0%;
	width: 0%;
	/*background-color: rgba(0,0,0,.5);
	border-radius: 20%;
	box-shadow: inset 0 0 0 3px #fff;
	transform: translate(-50%,-50%);*/
	position: absolute;
	z-index: 1;
	top: 87%;
	left: 70%;
}
@media only screen and (min-width: 768px) {
	.ico_like {
		top: 90%;
		left: 80%;
	}
}
.notliked {
	color: white;
	/*text-shadow: 0 0 3px #000; //ombre légère*/
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; /*trait*/
	cursor: pointer;
}
.disliked {
	color: black;
	/*text-shadow: 0 0 3px #000; //ombre légère*/
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; /*trait*/
	cursor: pointer;
}
.liked {
	color: red;
	/*text-shadow: 0 0 3px #000; //ombre légère*/
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; /*trait*/
	cursor: pointer;
}
.btn-on-yes {
	border-color: #28a745;
	background-color: #28a745;
}
.btn-on-no {
	border-color: red;
	background-color: red;
}
.btn-off {
	border-color: #28a745;
}
.table {
	color: white;
	vertical-align: middle;
}
#fileNotFoundTable thead {
	background-color: #212529;
}
#fileNotFoundTable tbody {
	background-color: grey;
}
#fileTableBody td {
	padding: 0px;
	vertical-align: middle;
	font-size: small;
}
#fileNotFoundBody td {
	padding: 0px;
	vertical-align: middle;
	font-size: small;
}
#thFileAction {
	width: 60px;
	text-align: center;
	align-content: center;
	vertical-align: middle;
	padding: 0px;
}
#moviesAlreadyExistingTable {
	background-color: grey;
}
#newMoviesTable {
	background-color: grey;
}
#moviesDeletedTable {
	background-color: grey;
}
.tdFile {
	text-align: center;
}
.panel-title {
	color: white;
	background-color: grey;
	border-radius: 3px;
	padding: 8px;
	margin-bottom: 0px;
}
.panel-title > a {
	color: white;
}
.panel > .panel-collapse {
	background-color: ivory;
	color: grey;
	border-width: 3px;
	border-color: white;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 8px;
}


.container { 
	padding-right: auto !important;
	margin-right: auto !important;
}