/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
/*
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
*/

/*
.collapsible-header, .collapsible-body, .collapsible
{
  border-width: 0px 2px 2px 2px;
}*/



.collapsible-body
{
	padding: 0px 10px 0px 10px;
}

.switch-1 label .lever{
   background-color: #2196f3  ;
}
.switch-1 label .lever:after{
   background-color: #1976d2 ;
}
.switch-1 label input[type=checkbox]:checked+.lever {
   background-color: #66bb6a  ;
}
.switch-1 label input[type=checkbox]:checked+.lever:after {
   background-color: #43a047  ;
}

.searchList-item {
	width: 100px !important;
}

.poster-item {
	width: 100% !important;
}

.backdrop-item {
	width: 100% !important;
}

.gallery {
  margin: 2px;
  border: 1px solid #ccc;
  float: left;
  width: 80px;
  height: 150px;
}





div.desc {
white-space: nowrap; 
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: small;
}

div.desc:hover {
	overflow: visible;

}



/*

.collection, .collection-item
{
		border-width: 0px 0px 1px 0px !important;
}

*/