/**
 * Grey style sheet
 *
 * $Id: grey.css,v 1.23 2009/03/27 17:20:01 andig2 Exp $
 */


/*
 * Defaults
 */

body {
	font-family: Tahoma, Verdana, sans serif;
	font-size: 12px;
	margin: 0px;
	padding: 20px;
	background-color: #ffffff;
	color: #34495E;
}

form, ul {
	margin: 0px;
}

a:link, a:visited, a:active {
	text-decoration: none; 
	color: #34495E;
}
a:hover {
	text-decoration: underline;
	color: #015580;
}

table.collapse {
	border-collapse : collapse;

}

table.faq td {
    padding: 3px;
}

table.bib td {
    padding: 0 30px 10px 10px;
    text-align: justify;
}

#cover {
     padding: 18px 0 0 30px;
}

#coverall {
    position: block; 
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    height: 2000px;
    background: #FFFFFF; 
    z-index:9999;
}

/*#covermask {
    position: absolute; 
    margin-top: 265px;
    margin-left: -500px;
    margin-right: auto;
    width: 200%;
    height: 2000px;
    background: #FFFFFF; 
    z-index: 50;
    opacity: 0.8;
}*/

#loadFacebookG{
	width:144px;
	height: 144px;
	display: block;
	position: relative;
	margin:auto;
}

.facebook_blockG{
	background-color:rgb(255,255,255);
	border:3px solid rgb(202,202,202);
	float:left;
	height:102px;
	margin-left:12px;
	width:27px;
	opacity:0.1;
	animation-name:bounceG;
		-o-animation-name:bounceG;
		-ms-animation-name:bounceG;
		-webkit-animation-name:bounceG;
		-moz-animation-name:bounceG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(0.7);
		-o-transform:scale(0.7);
		-ms-transform:scale(0.7);
		-webkit-transform:scale(0.7);
		-moz-transform:scale(0.7);
}

#blockG_1{
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#blockG_2{
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#blockG_3{
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}



@keyframes bounceG{
	0%{
		transform:scale(1.2);
		opacity:1;
	}

	100%{
		transform:scale(0.7);
		opacity:0.1;
	}
}

@-o-keyframes bounceG{
	0%{
		-o-transform:scale(1.2);
		opacity:1;
	}

	100%{
		-o-transform:scale(0.7);
		opacity:0.1;
	}
}

@-ms-keyframes bounceG{
	0%{
		-ms-transform:scale(1.2);
		opacity:1;
	}

	100%{
		-ms-transform:scale(0.7);
		opacity:0.1;
	}
}

@-webkit-keyframes bounceG{
	0%{
		-webkit-transform:scale(1.2);
		opacity:1;
	}

	100%{
		-webkit-transform:scale(0.7);
		opacity:0.1;
	}
}

@-moz-keyframes bounceG{
	0%{
		-moz-transform:scale(1.2);
		opacity:1;
	}

	100%{
		-moz-transform:scale(0.7);
		opacity:0.1;
	}
}

table.shows td {
    padding: 0px 5px 0px 5px;
    vertical-align: top;
}

table.acty td {
    padding-left: 10px;
    padding-top: 0px;
    min-width:200px;        /* Suppose you want minimum width of 1000px */
}

table.genreselect td {
    padding: 0px 5px 0px 5px;
    vertical-align: center;
}

table.clips tr {
    padding: 0px;
    text-align: center;
}

table.clips td {
    padding: 0px;
    text-align: center;
}

table.stats td {
    padding: 5px;
}

table.searchtable td {
     text-align: center;
}


svg {

}

rect:hover {      /* new */
	fill: #56c6ff;
}

.bar {
    fill: #CCCCCC;
}

.rotate {
 font-size: 10px;
  -ms-transform:rotate(330deg) translateX(-30px); /* IE 9 */
  -moz-transform:rotate(330deg) translateX(-30px); /* Firefox */
  -webkit-transform:rotate(330deg) translateX(-30px); /* Safari and Chrome */
  -o-transform:rotate(330deg) translateX(-30px); /* Opera */

}

tr {
	vertical-align: top;
}

td {				/* this fixes a problem with opera */
	vertical-align: top;
	text-align: left;
	padding: 15px 20px;	
}

img {
	border: 0px;
}

input, textarea, select {
	font-size: 12px;
}

h3 {			/* bold font, usually in action section */
	font-size: 16px;
	padding: 4px;
	font-weight: bold;
	margin: 0px;
}

h4 {				/* used on edit page */
	font-weight: normal;
	padding-left: 10px;
}

h5 {		
	font-size: 10px;
	margin: 0px;
	font-weight: normal;
	padding: 4px 8px 4px 8px;
	text-align: justify;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

p {
	font-size: 14px;
	line-height: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

p.plot {
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
}

/*
 *	divs
 */

#container {
	padding: 2px 8px 10px 8px;

}

#logo {
	text-align: right;
	float: right;
}

#logotitle, #logotitle a {
	font: bold 50px trebuchet ms, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #56c6ff;
}

#logosmall {
	font: bold 16px trebuchet ms, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #56c6ff;
}



#logohelp, #logologin, #logoprofile, #logoversion {
	display: inline;
}

.logodivider {
	margin: 0px 0px 0px 3px;
}

#header {
}

#headernav {
	margin: 60px 0px 4px 0px;
	padding: 0px;
}

#headernav li {
	display: inline;
	list-style-type: none;
}

#headernav2 li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
}

#headernav2 li:before { content: "| "; }

#headernav2 li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #headernav2 li
{
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}
/*prevent first |*/
* html #headernav2 li
{
	display: block;
	float: left;
}
/*end workaround*/

#headerhelp, #headerlogin, #headerprofile {
	display: none;
}

#filters {
	padding: 2px 0px 4px 0px; 
	background-color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	text-align: center;
	border-style: solid;
	border-color: #ddd;;
}

#filtersAZ {
	padding: 0px 0px 0px 0px; 
	background-color: #ddd;
	font-size: 8px;
	text-transform: capitalize;
	text-align: center;
}

#filtersmoreless {
	float: right;
	padding: 3px 4px 0px 0px;
}

#filtersmoreless img.button {
	padding: 1px;
	background-color: white;
	border: none;
}	

#quicksearch:hover {
	color: #000000;
}

#quicksearch {
	background: url(images/search_grey.gif) no-repeat scroll 0px;
	color: #BBB;
	padding-left: 17px;
}

#footer {
	font-size: 10px;
	height: 19px;
	padding: 5px;
}

#footerpages {
	padding: 3px;
}

#footerversion {
	float: right;
	padding: 3px;
	display: none;
}

#footerimage {
	float: right;
	padding: 2px;
}

#topspacer, #topspacer2 {
	background-color: #ddd;
	height: 3px;
}	

#topspacer2 {
	height: 25px;
}

#actions {
	background-color: #fff;
	padding: 4px;
    border-top: solid;
    border-left: solid;
	border-right: solid;
	border-color: #ddd;
    height: 131px;
}

#actionsspacer {
	display: none;
}

#actionsbuttons {
}

#actions form, #actions h3 {
	display: inline;
}

#actions div {
	display: inline;
}

#content {
	background-color: #fff;
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-color: #ddd;
	padding-left: 0%;

}

#showheader {
	border-bottom: 2px solid #aaa;
	border-color: #ddd;
	
}

#showheader h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
}

#showheader h2 {
	font-size: 18px;
	font-weight: bolder;
	margin: 0px;
}

#showimage {
	float: left;
	padding: 5px;
}

#showplot, #showfile, #showcomment, #showcast {
	padding: 4px;
	text-align: justify;
}

#showfile, #showcomment, #showcast {
	border-bottom: 2px solid #aaa;
	border-color: #ddd;
}

#lookup {
	padding: 4px;
}

#editbuttons {
	position: absolute;
	top: 46px;
	right: 8px;
	float: right;
	font-size: 12px;
	padding: 3px 90px 0px 0px;
	margin: 0px;
}

#permissionbuttons {
	position: absolute;
	top: 48px;
	right: 8px;
	float: right;
	font-size: 12px;
	padding: 3px 4px 0px 0px;
	margin: 0px;
}

#savebutton {			
	position: absolute;
	top: 5px;
	right: 4px;
}

#searchimage {
	float: right;
}

#edit, #borrow, #statistics, #tools, #lookup, #users, #permissions, #contentlogin {
	
}

#borrow {
	padding: 4px;
}

#hidden_suprise {
  opacity: 0;
}

#search_content {
    position: sticky;
    margin-top:10px;
    margin-left:220px; 
    margin-right:5px;
    border-left: solid;
    border-color: #ddd;
}


#genres {
    width:220px; 

}

select {
  width: 190px;
  border-color: #ddd;
  background-color: #fff; 
}

option{
  background: #fff;
}

/*
 *	classes
 */

.tabActive a:visited,
.tabActive a:link,
.tabActive a:hover,
.tabInactive a:visited,
.tabInactive a:link,
.tabInactive a:hover {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
	padding: 3px 6px 4px 6px;
	text-decoration: none;
	text-transform: capitalize;
	white-space: nowrap;
}

.tabActive a:visited,
.tabActive a:link,
.tabActive a:hover {
	background-color: #ddd; 
	color: #000;
} 
.tabActive a:hover {
	color: #fff;
}

.tabInactive a:visited,
.tabInactive a:link,
.tabInactive a:hover {
	background-color: #aaa; 
	color: #fff; 
} 
.tabInactive a:hover {
	background-color: #ddd; 
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.button {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #aaa;
	background: #eee;
	cursor: hand;
}

.dropcap:first-letter {
}

.listeven {
	background-color: #fff;
	clear: both;
}

.listodd {
	background-color: #fff;
	clear: both;
}

.listdivider {
	clear: both;
}

.listcell {
	float: left;
}

.optionseven, .optionsodd {
	border-bottom: 1px dotted #aaa;
	padding: 4px;
}

.optionsleft {
	float: left;
	width: 25%;
	text-align: center;
}

.optionsright {
	float: right;
	width: 75%;
	text-align: left;
}

.lent {
	background-color: #fcc;
}

.wanted {
	background-color: #ff9;
}

.notavail {
	font-weight: bold;
	color: #f00; 
}
	
.listeven, .listodd {
	/* border: 6px solid #aaa; */
}

.list_title {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;

}

.list_diskid {
	font-size: 12px;
	font-weight: bold;
}

.list_info, .list_seen, .list_plot {
	font-size: 11px;
}

.list_info {
	font-style: italic; 
	padding-left: 10px;
}

.list_info2 {
    font-size: 22px;
    font-style: normal; 
	color: #C3C3C3; 
    vertical-align: super;
    text-decoration: none;
}

.list_info2 a:hover {
	text-decoration: underline;
}


.list_plot a {
    font-weight: bold;
}

.list_item_buttons form {
    display: inline;
}

.list_item_more {
    float: right;
}

.list_diskid, .list_language, .list_seen, .list_item_buttons {
    text-align: right;
}

.list_language {
    margin-top: 2px;
    margin-left: 2px;
}

.list_episode {
	padding: 2px;
}

.bloc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-color: #C3C3C3;

}

.bloc select {
  padding: 10px;
  margin: -5px -20px -5px -5px;
}

.wrapper {
  position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 2800px;
}


/*
 * Images
 */

/* Blank */
.cover {
	margin: 10px 10px 10px 10px;
    outline: 4px solid #cacaca;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Architect */
.cover_blue {
	margin: 10px 10px 10px 10px;
    outline: 4px solid #69cfef;
    outline-offset: -2px;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Student */
.cover_orange {
	margin: 10px 10px 10px 10px;
    outline: 4px solid #ff8e65;
    outline-offset: -2px;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Landscape Arch */
.cover_green {
	margin: 10px 10px 10px 10px;
    outline: 4px solid #8ddb34;
    outline-offset: -2px;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Impostor */
.cover_mauve {
	margin: 10px 10px 10px 10px;
    outline: 4px solid #d1b3fe;
    outline-offset: -2px;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* List */
.cover_yellow {
	margin: 10px 10px 10px 10px;
    outline: 4px solid  #ffe07e;
    outline-offset: -2px;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Developer */
.cover_grey {
	margin: 10px 10px 10px 10px;
    outline: 4px solid  #cfd3c1;
    outline-offset: -2px;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Draughtsman */
.cover_violet {
	margin: 10px 10px 10px 10px;
    outline: 4px solid  #8488d3;
    outline-offset: -2px;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Script */
.cover_pink {
	margin: 10px 10px 10px 10px;
    outline: 4px solid #ffe7d6;
    outline-offset: -2px;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.cover:hover, .cover_blue:hover, .cover_orange:hover, .cover_green:hover, .cover_mauve:hover, .cover_yellow:hover, .cover_grey:hover, .cover_green:hover, .cover_violet:hover, .cover_pink:hover { 
    color: inherit; 
    text-decoration: none; 
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
        -moz-filter: brightness(75%);
            -o-filter: brightness(75%);

}

.thumb {
	float: left;
	margin: 0px 2px 1px 0px;
}

/* setup screenshot thumbnails */
.setup-thumb {
	float: left;
	width: 105px;
	text-align: center;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.setup-thumb a:hover {
	text-decoration: none;
}

/* lookup thumbnail formatting */
.thumbnail {
	float: left;
	margin: 5px;
}

#purchasecontent .thumbnail {
	width: 300px;
	background-color: #fff;
	text-color: #000;
}

/*
.img-shadow {
	box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    width: 97px;
    height: 136px;
	float: left;
	margin: 10px;


}
*/

.img-shadow img {
	box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    width: 97px;
    height: 136px;
	float: left;
	margin: 10px;
}

/*
 * Ajax Stuff
 */

.hidden {
	display: none;
}

div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #ccc;
	border-width: 1px 0 0 0;
	margin:0px;
	padding:0px;
	opacity:0.90;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
	cursor:pointer;
}
div.autocomplete ul li.selected { 
	background: #4173CC; 
	color: #fff; 
}
div.autocomplete ul li em {
	font-weight: bold; 
	font-style: normal; 
	background: #ccc;
}
div.autocomplete ul li.selected em { 
	background: none; 
}

/* Rating */
.rating_container {
	white-space: nowrap; 
	clear: both;
	display: inline;
}

.rating_container a {
	float:left;
	display:block;
	width:20px;
	height:20px;
	border:0;
}

.rating_container a.rating_off {
	background-image:url("images/starempty.gif");
}

.rating_container a.rating_half {
	background-image:url("images/starhalf.gif");
}

.rating_container a.rating_on {
	background-image:url("images/starfull.gif");
}

.rating_container a.rating_selected {
	background-image:url("images/starselected.gif");
}

a.fooclass:link    { color: inherit; text-decoration: none; }
a.fooclass:visited { color: inherit; text-decoration: none; }
a.fooclass:hover   { color: inherit; text-decoration: none; filter: brightness(75%); -webkit-filter: brightness(75%); }
a.fooclass:active  { color: inherit; text-decoration: none; }

/* Test Buttons */
button {
  width: 200px;
}

.flat-butt {
  display: inline-block;
  margin: 20px 10px;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
  font-size: 16.5px;
  padding: 12px 20px;
  border: 0;
  background: #34495E;
  color: #FFF;
  cursor: pointer;
  outline: 0;
  width: 30%;
}
.active, .flat-butt:hover {
  background: #005580;
}

.flat-butt-small {
  display: inline-block;
  margin: 6px 0px;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  padding: 6px 6px;
  border: 0;
  background: #34495E;
  color: #FFF;
  cursor: pointer;
  outline: 0;
  width: 100px;
}
.active, .flat-butt-small:hover {
  background: #005580;
}

.hidden_suprise {
  opacity: 0;
}

hr {
margin-left: -4px;
margin-right: -4px;
border-top: 2px solid #ddd;
}

/* Search Bar */
.searchTerm {
  position: block;
  width: 100%;
  border: 3px solid #ddd;
  border-radius: 5px;
  font-size: 18px;
  padding: 8px 8px 8px 3px;
  height: 20px;
  text-align: center;
  outline: none;
  
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e8e8e8;
  opacity: 1; /* Firefox */
}

.searchTerm:focus{
}

.wrap{
  width: 80%;
  position: absolute;
  left: 8%;
  right: 8%;
}

.wrap3{
  width: 100%;
  position: absolute;
  margin-top: 10px;
  text-align: center;
  padding-left: 5px;

}

.center-div
{
     margin: 0 auto;
     width: 100px; 
}

/* Image lookup */
#images, #images .thumbnail a {
    background-color: #aaa;
    color: #fff;
}
#images2 {
    padding: 5px 5px 0px 5px;
}

i_tran1 {
  position: absolute;
  clip: rect(0px,8px,48px,0px);
}
i_tran2 {
  position: absolute;
  clip: rect(0px,36px,48px,6px);
  margin-left: -5px;
}

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;

} 
a.tooltip span {
   z-index:110;
    display:none; 
    position:fixed; 
    padding:14px 200px 1px 20px;
    margin-top:20px; 
    margin-left:-600px;
    width:820px; 
    line-height:16px;
}

a.tooltip:hover span{
    display:inline-block; 
    position:absolute; 
    margin-top:50px;
    margin-left:-800px;    
    border:2px solid #FFF;  
    background:#FFF;
}

.callout {
    z-index:120;
    position:absolute;
    border:0;
    top:-14px;
    left: -300px;
    
}

.overlay {
    height: 340px;
    width: 100%;
    position: fixed;
    z-index: 30;
    top: 250px;
    left: 100%;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.97);
  overflow-x: hidden;
  transition: 0.5s;
  border: 5px solid #56C6FF;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #56C6FF;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #818181;
}


.overlay .closebtn {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 15px;
  color: white;
  background-color: #56C6FF;
}


@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*CSS3 extras*/
a.tooltip span {
    border-radius:2px;        
    box-shadow: 0px 0px 8px 8px #999;
    /*opacity: 0.8;*/
}


/*
 * Help Browser
 */

.helpbrowser code {font-family: monospace; color: #044;}
.helpbrowser td th {background-color: #eee;}
.helpbrowser h1 {text-align: center; font-size: 15pt; font-weight: bolder; margin-top: 0px}
.helpbrowser h2 {margin-left: 10px; font-size: 13pt; font-weight: bolder;}
.helpbrowser h3 {margin-left: 30px; font-size: 11pt; font-weight: bolder; font-variant: small-caps}
.helpbrowser p  {text-align: justify; margin-left: 50px; width: 90%}
.helpbrowser pre {margin-left: 50px; font-family: monospace; color: #044;}
.helpbrowser table ul dl {margin-left: 50px; width: 90%}
.helpbrowser dd {margin-bottom: 10px;}

