html, button{ background: #010101; font-size: 1em; font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Calibri, Helvetica, Arial; }
body{ margin: 20px;}
a{ color: #f8f8f8; text-decoration: underline; }
a:hover{ text-decoration: none; }
h1{ color: black; font-size: 3em; margin: 0; font-weight: normal; }


ul {
        width:100%;
		text-align:center;
}
.movies{ padding: 0; }
.movies > li{ display:inline-block;  list-style-type: none; margin: 10px 12px 12px 0; width: 200px; height: 300px; position: relative; }

.movies > li a:hover { display:block; width:350px; min-width:350px; height:100%;  z-index:50000; background-image:none; }
/*.icon:hover{ background-image:none ! important;}*/

.movies > li a{ display:inline; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-decoration: none; font-size: .9em;  }
.movies > li label{ font-weight: bold; display: block; position: absolute; top: 0; left: 0; right: 0; padding: 3px 12px; color: #fff; background: #222; text-align: center; opacity: .9; }

.movies > li label.view {background: #004d1a}


.movies > li a > strong{ display:block; position: absolute; bottom: 0; right: 0; padding: 1px 5px; color: #fff; background: #bd0000; font-size: .8em; }
.movies > li.icon{  border:1px solid #111; background-size: 200px 300px;}
.movies > li ul{ display: none; position: absolute; top: 0px; left: 0px; right: 6px; bottom: 6px; padding: 12px 10px;  list-style: none; }
.movies > li ul:before{ font-weight: bold; color: #000; padding-bottom: 6px; display: block; list-style: none; height: 100%}

.movies > li a:hover ul{ display:table; background: #000; opacity: .95; border:2px solid #f8f8f8;  padding-bottom:90px;} 
.movies > li a:hover label{ display: none; }

.movies > li a:hover .hidden{ display:block; background: #000; opacity: .95; }

.movies > li a .vote {display:block; position: absolute; float:right; color:#fff; width:auto; z-index:100; bottom:1px; right:2px; border: 2px solid #888; background:#222; text-align: center;}
.movies > li a:hover .vote {display: none;}

li .title {font-weight: bold; padding-bottom: 3px; text-align: center; background: #222; font-size: 1.1em}
li .overview {  padding-bottom: 3px; padding-top: 6px; padding-left:10px ; color:#e6f0ff; height:100%; min-height: 100%; min-width:100%;}

.livote { display:block;  position:absolute; float:right; color:#fff; width:auto;  bottom:5px; right:10px; border: 2px solid #888;  text-align: center;}
.runtime { display:block;  position:absolute; float:left; color:#fff; width:auto;  bottom:7px; left:15px;  }

.year { display:block;  position:absolute; float:right; color:#fff; width:30px;  bottom:7px; right:50px;  }


.genre { display:block;  position:absolute; float:left; color:#fff;   bottom:30px; left:15px; color: #ffe6cc }

.ysection {background:#465685;  color:#f8f8f8; text-align:center; font-size:1.3em; font-weight:bold; margin-bottom:10px; padding-top:5px; padding-bottom:5px; width:100%}


.box {
  border: .5em solid #E3E9FF;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;

  -moz-box-orient: vertical;
  -moz-box-align: center;

  display: block;
  box-orient: vertical;
  box-align: center;

  width: 400px;
  height: auto;

  margin: auto;
  padding: 10px;
  overflow: scroll;
}

.request {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
}

.result {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
}

header {
  color:#000;
  padding:2px 5px;
  font-size:100%;
  margin: auto;
  text-align: center
}

header h1.logo {
  margin:6px 0;
  padding:0;
  font-size:24px;
  line-height:20px;
  text-align: center
}

.login {
  font-size: 200%;
  display: block;
  margin: auto;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  color: #2779AA;
  line-height: normal;
}

.logout {
  font-weight: normal;
  margin-top: 0;
}

.shortened {
  overflow: scroll;
}

.url {
  color: #019;
  font-size: 100%;
  vertical-align: middle;
  padding: 1px;
  background-color: white;
  border: 1px inset;
  cursor: auto;
  margin: 0;
  text-indent: 0;
  display: inline-block;
}

pre.code {
  padding: 10px;
  border: .5em solid #E3E9FF;
  margin: 10px;
  height: 400px;
  overflow: scroll;
}

.warn {
  color: red;
}

.api-key {
  background-color:#DDD;
}


#customBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 190px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
	float:right;
}
#customBtn:hover {
  cursor: pointer;
}


#profileBtn img {
	-webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0px;
    position: relative;
    height: 40px;
    width: 40px;
    z-index: 0;
	float:right;
}

#profileBtn span.label {

    display: inline-block;
    padding-right:15px;
	padding-top:10px;
	color:white;
    position: relative;
	float:right;

}

.viewcheck {
	display:inline-block;
	float:left;
	
	
	
}







span.icon {
    background: url(/identity/sign-in/g-normal.png) transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}


span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
	color:#666;
}


html {
    --scrollerGrey: 219,219,219;
    --lightGrey: 227,227,227;
    --darkerGrey: 200,200,200;
    --tmdbDarkBlue: 3,37,65;
    --tmdbLightBlue: 1,180,228;
    --tmdbLighterGreen: 192,254,207;
    --tmdbLightGreen: 30,213,169;
    --tmdbLogoGreen: 144,206,161;
    --tmdbLogoOrange: 253,193,112;
    --tmdbLogoRed: 217,59,99;
    --accountSilver: 149,149,149;
    --accountPink: 234,20,140;
    --accountPurple: 128,91,231;
    --accountGreen: 1,210,119;
    --accountTeal: 1,198,172;
    --accountLightBlue: 1,180,228;
    --accountBlue: 1,119,210;
    --accountOrange: 210,119,1;
    --accountYellow: 210,144,1;
    --accountRed: 212,2,66;
    --imageBorderRadius: 8px;
    --maxPrimaryPageWidth: 1400px;
}

div.results.flex.results {
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 auto;
    padding-right: 30px;	
}

div.results.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.card.v4 {
    width: 100%;
    display: flex;
    border-radius: var(--imageBorderRadius);
    overflow: hidden;
}

.card {
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    border: 1px solid rgba(var(--lightGrey), 1);
    background-color: #111;
}

div.card.v4.tight {
    flex-wrap: wrap;
}

div.card.v4 {
    width: 100%;
    display: flex;
    border-radius: var(--imageBorderRadius);
    overflow: hidden;
}

div.card.v4+div.card {
    margin-top: 20px;
}

div.card.v4.tight>div.wrapper {
    display: flex;
    min-width: 100%;
}

div.card.v4.tight:first-of-type {
    margin-top: 0;
}

div.card.v4.tight div.image img {
    min-width: 100%;
    width: 100%;
    height: 100%;
}

div.card.v4.tight div.image {
    min-width: 94px;
    width: 94px;
    height: 141px;
}


div.card.v4 div.image img {
    width: calc(200px / 1.5);
    min-width: calc(200px / 1.5);
    height: 200px;
    display: block;
}


div.card.v4 div.image {
    width: calc(200px / 1.5);
    min-width: calc(200px / 1.5);
    height: 200px;
    box-sizing: border-box;
}

div.card.v4 div.details div.title span.release_date {
    white-space: nowrap;
    color: #aaa;
	font-weight: bold;
}

div.card.v4.tight {
    flex-wrap: wrap;
}

img, a img {
    outline: none;
}

div.card.v4.tight div.image div.poster {
    width: 100%;
    height: 100%;
}



div.card.v4 div.details {
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

div.card.v4 div.details div.wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

div.card.v4 div.details div.title {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    align-items: baseline;
    overflow: hidden;
	color:#eee;
}

section.main_content.search_results h2, section.main_content.search_results a {
    color: #000;
}

h2 {
    margin: 0 0 4px 0;
    font-weight: 600;
	font-size:1.3em;
}

h2 {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}



div.card.v4 div.details div.title {
    display: inline-block;
}


div.card.v4 div.details div.title h2 {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}


section.main_content.search_results h2, section.main_content.search_results a {
    color: #000;
}

div.card.v4 div.details div.title span.release_date {
    white-space: nowrap;
}



div.card.v4.tight div.details div.overview p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
	color: #eee;
}


div.card.v4.tight div.details div.overview {
    height: auto;
}


div.card.v4 div.details div.overview {
    margin-top: 10px;
}


.livotesearch {
    display: block;
    color: #ddd;
    width: auto;
    text-align: center;
	margin-top:7px;
}



@media only screen and (min-width: 1400px)
html {
    --numberOfBackdropColumns: 4;
}
@media only screen and (min-width: 1300px)
html {
    --numberOfPosterColumns: 4;
}
@media only screen and (min-width: 1200px)
html {
    --numberOfBackdropColumns: 3;
}
@media only screen and (min-width: 1000px)
html {
    --numberOfPosterColumns: 3;
}
@media only screen and (min-width: 900px)
html {
    --numberOfBackdropColumns: 2;
}
@media only screen and (min-width: 760px)
html {
    --numberOfPosterColumns: 2;
}


		
* {
    box-sizing: border-box;
}
.form-wrapper-01 {
        max-width: 1250px;
        width:90%;
        padding: 10px;
        margin: 30px auto;
        overflow: hidden;
        border-width: 1px;
        border-style: solid;
        border-color: #7e7e7e #6a6a6a #777 #6a6a6a;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background-color: #464646;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#363030));
        background-image: -webkit-linear-gradient(top, #464646, #363030);
        background-image: -moz-linear-gradient(top, #464646, #363030);
        background-image: -ms-linear-gradient(top, #464646, #363030);
        background-image: -o-linear-gradient(top, #464646, #363030);
        background-image: linear-gradient(top, #464646, #363030);
        }
    
    .form-wrapper-01 #title {
    max-width: 75%;
    width:100%;
    height: 42px;
    padding: 10px 5px;
    float: left;
    font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-right:14px;
    }
	
    .form-wrapper-01 #year {
    max-width: 15%;
    width:100%;
    height: 42px;
    padding: 10px 5px;
    float: left;
    font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }	
	

	
     
    .form-wrapper-01 #title:focus {
    outline: 0;
    border-color: #aaa;
    -moz-box-shadow: 0 1px 1px #bbb inset;
    -webkit-box-shadow: 0 1px 1px #bbb inset;
    box-shadow: 0 1px 1px #bbb inset;
    }
	
	
    .form-wrapper-01 #year:focus {
    outline: 0;
    border-color: #aaa;
    -moz-box-shadow: 0 1px 1px #bbb inset;
    -webkit-box-shadow: 0 1px 1px #bbb inset;
    box-shadow: 0 1px 1px #bbb inset;
    }	
	
	
     
    .form-wrapper-01 #title:-webkit-input-placeholder, .form-wrapper-01 #year:-webkit-input-placeholder {
    color: #999;
    font-style:italic;
    }
     
    .form-wrapper-01 #title:-moz-placeholder , .form-wrapper-01 #year:-moz-placeholder{
    color: #999;
    font-style:italic;
    }
     
    .form-wrapper-01 #title:-ms-input-placeholder, .form-wrapper-01 #year:-ms-input-placeholder {
    color: #999;
    font-style:italic;
    }
     
    .form-wrapper-01 #submit {
    float: right;
    border: 1px solid #00748f;
    height: 42px;
    max-width: 95px;
    width:100%;
    padding: 0;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #fafafa;
    text-transform: none;
    background-color: #0483a0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
    background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    }
     
    .form-wrapper-01 #submit:hover,
    .form-wrapper-01 #submit:focus {
    background-color: #31b2c3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
    background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
    background-image: linear-gradient(top, #0483a0, #31b2c3);
    }
     
    .form-wrapper-01 #submit:active {
    outline: 0;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    }
     
    .form-wrapper-01 #submit::-moz-focus-inner {
    border: 0;
    }

@media screen and (max-width: 1450px) {
    .form-wrapper-01 #submit {
        float: none;
        max-width: 83%;
        margin-top: 1em;
		float:right;
    }
    .form-wrapper-01 #title {
        max-width: none;
        width: 100%;
    }
	
    .form-wrapper-01 #year {
        margin-top: 1em;
    }
		
		        
	
	
	
}		
		
		
		
div.card.v4 div.useraction {
    width: 100px;    
	min-width: 100px;
    padding: 1px 0px;
    display: block;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
	float:right;
	background-image: linear-gradient(to top right, #111 0%, #0483a0 50%, #0483a0 100%);
	border-radius: var(--imageBorderRadius);
	box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    border-left: 1px solid rgba(var(--lightGrey), 1);
			vertical-align:middle;
}		

div.card.v4 div.useraction:hover {
	background-image: linear-gradient(to top right, #111 0%, #006600 50%, #006600 100%);	
	cursor:pointer;
}
		
div.card.v4 div.useraction span{		
		color:white;
		vertical-align:middle;
		padding: 15px 15px;
		position: relative;
		text-align:center;
		font-weight:bold;
		top: 45%;
}

.nofound {
	
	color:#eee;
	display:block;
	font-size:1.2em;
	text-align:center;
	width:100%;
	
	
}

.lastv {
	font-size:10px;
	
}