@charset = UTF-8;

th { width: 150px; font-size: 12px; font-weight: bold; text-align: left; }

table
{
	max-width: 400px;
}

.small {display: block;}
.big   {display: block;}

.nothing, .nothing:hover, .nothing:active, .nothing:visited
{
	text-decoration: none;
	background: transparent;
}

body { 
  font-family: 'Century Gothic', sans-serif;
  font-size: 12px;
  margin-left: auto; 
  margin-right: auto;
  margin: 0;
  padding: 0;
  background: #0f0f0f;  
  background: url(bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top-left;
   }

button { 
  font-family: 'Century Gothic', sans-serif;
  background: #5b5b5b; 
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 100px;
  max-width: 270px !important;
  height: 26px;
  padding: 6px; 
  border-radius: 8px;
  box-shadow: 2px 2px #000; 
  border: thin black solid;
  display: inline;
  margin-bottom: 6px;
  margin-top: 12px !important;}
  
 input { 
  font-family: 'Century Gothic', sans-serif;
  background: #5b5b5b; 
  color: #000;
  padding: 4px; 
  font-size: 14px;
  box-shadow: 2px 2px #000; 
  border: thin black solid;
  display: inline;
  text-align: center;
  border-radius: 8px;
  }
  
  select {
	  font-family: 'Century Gothic', sans-serif;
  background: #5b5b5b; 
  color: #000;
  padding: 6px; 
  font-size: 16px;
  box-shadow: 2px 2px #000; 
  border: thin black solid;
  display: inline;
  border-radius: 8px;
  }

input:hover, button:hover { 
  box-shadow: 2px 2px #181818; 
  background: #7d7d7d;
  color: #fff;}
  
  input[type='checkbox'], input[type='radio'] { box-shadow: none; }
  
  a.button { 
  font-family: 'Century Gothic', sans-serif;
  font-size: 12px;
  background: #5b5b5b; 
  color: #000;
  width: 115px;
  padding: 6px; 
  box-shadow: 2px 2px #000; 
  display: inline-block;
  text-align: center; 
  text-decoration: none;
  border-radius: 8px;
  margin-bottom: 12px;}

a.button:hover {  
  box-shadow: 2px 2px #181818; 
  background: #7d7d7d;
  color: #fff;
  }
  
  
    textarea { 
  font-family: 'Century Gothic', sans-serif;
  font-size: 14px;
  background: #5b5b5b; 
  color: #000;
  width: 67%;
  padding: 6px; 
  box-shadow: 2px 2px #000; 
  display: inline-block;
  border-radius: 8px;
  border: thin black solid;}
  
#content
{
	font-family: 'Century Gothic', sans-serif;
	font-size: 14px;
	padding-top: 96px;
	position: static;
	color: #5b5b5b;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#tool-content
{
	font-family: 'Century Gothic', sans-serif;
	font-size: 14px;
	position: static;
	color: #000;
	padding: 24px;
	padding-left: 25px;
	padding-right: 25px;
	width: 92%;
	min-height: 460px !important;
	max-height: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,.7);
	box-shadow: 2px 2px #000; 
	overflow: auto !important;
}

#inner-box
{
	font-family: 'Century Gothic', sans-serif;
	font-size: 14px;
	position: static;
	color: #000;
	padding: 20px;
	padding-left: 15px;
	padding-right: 15px;
	width: 42%;
	margin-bottom: 15px;
	background-color: rgba(0,0,0,.1);
	box-shadow: 2px 2px #000; 
}

.logo { max-height: 86px; }
  
#header 
{
	font-family: 'Century Gothic', sans-serif;
height: 86px;
position: fixed;
width: 100%;
z-index:4;
display:block;
padding-left: 10px;

background-color: #141414;
border-bottom: 2px black solid;
}

#header > img { vertical-align: middle; }

#footer
{	
	font-family: 'Century Gothic', sans-serif;
	width: 100%;
	height: 24px;
	color: #000;
	letter-spacing: 2px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif; 
	padding-right: 3px;
	padding-top: 12px;
	background: #141414;
	position: fixed;
	z-index:4;
	left: 0px;
    bottom: 0px;
	vertical-align: middle;
	border-top: 2px black solid;
	font-size: 12px;
}

#menuButtons
{	
	font-family: 'Century Gothic', sans-serif;
	vertical-align: middle;
	color: #5b5b5b;
	float: right;
	padding-top: 16px;
	margin-right: 44px;
	font-size: 10px;
}

#copyright
{	
	font-family: 'Century Gothic', sans-serif;
	text-align: right;
	vertical-align: middle;
	color: #5b5b5b;
	letter-spacing: 2px;
	float: right;
	padding-right: 6px;
	font-size: 10px;
}

#lowerLinks
{	
	font-family: 'Century Gothic', sans-serif;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	float: left;
	letter-spacing: 0px;
	margin-left: 8px;
	font-size: 10px;
}

a.normal
{
	color: #fff;
	text-decoration: none;
}

a
{
	color: #fff;
	text-decoration: none;
}

a.normal:hover
{
	color: #fff;
	text-decoration: none;
	font-weight: bold; 
}
  
td {
  font-size: 12px;
}

#loginform {
  border: none;
  padding: 8px;
  font-family: 'Century Gothic', sans-serif;
  font-size: 12px;
}

#registered {
  border: none;
  padding: 8px;
  font-family: 'Century Gothic', sans-serif;
  font-size: 12px;
}

pre 
{
	font-family: 'Century Gothic', sans-serif;
	color: #ffffff;
	background: red;
	padding-left: 15px;
	padding-right: 15px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding: 12px; 
	border-radius: 14px;
    box-shadow: 2px 2px #000; 
	word-wrap: break-word;
	overflow: auto;
}

#mobilInfo 
{
	font-family: 'Century Gothic', sans-serif;
	color: #000000;
	background: #d9cd14;
	padding-left: 15px;
	padding-right: 15px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding: 12px; 
	border-radius: 14px;
    box-shadow: 2px 2px #000; 
    display: none;
}
  

fieldset {
  color: #000000; 
  font-family: 'Century Gothic', sans-serif;
  background-color: #6a625b;
  margin: 0;
  padding: 0;
  max-width: 92%;
  max-height: 740px;
  margin-bottom: 30px;
  border-radius: 8px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.leftSet {
  color: #000000; 
  font-family: 'Century Gothic', sans-serif;
  background-color: #777777;
  margin: 0;
  padding: 12px;
  max-width: 94%;
  margin-bottom: 30px;
  border-radius: 8px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.fieldsetContent {
  max-width: 96%;
  max-height: 710px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

fieldset p { padding: 18px !important; padding-top: 8px; }

legend {
  font-family: 'Century Gothic', sans-serif;
  color: white;
  background-color: #5b5b5b;
  float: right;
  padding: 0.2em 1.5em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 6px;
  border-left: thin white solid;
  border-bottom: thin white solid;
}


		#genPW 
{
	font-family: 'Century Gothic', sans-serif;
	color: #ff0066;
	font-size: 24px;
	background: #5b5b5b;
	padding-left: 15px;
	padding-right: 15px;
	width: 54%;
	margin-left: auto;
	margin-right: auto;
	padding: 12px; 
	border-radius: 14px;
    box-shadow: 2px 2px #000; 
    display: block;
	margin-bottom: 12px;
	text-align: center;
	vertical-align: middle;
}

#generatedPW, #generatedPW:focus, #generatedPW:active {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #eca61f;
	font-size: 24px;
	padding: 4px;
	width: 88%;
	font-weight: bold;
	vertical-align: middle;
}

#strippedtext, #strippedtext:focus, #strippedtext:active {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #eca61f;
	font-size: 24px;
	padding: 4px;
	width: 88%;
	font-weight: bold;
	vertical-align: middle;
}

.pwInput {
	background: #5b5b5b;
	border: 0;
	box-shadow: 2px 2px #000; 
	color: #fff;
	font-size: 24px;
	padding: 4px;
	width: 36%;
	font-weight: bold;
	vertical-align: middle;
}

.pwEval {
  width: 180px;
  height: 24px;
  border-radius: 5px;
  margin: 20px 10px;
  border: 2px solid rgb(0, 0, 0);
  overflow: hidden;
  background-color: red;
  text-align: center;
  vertical-align: middle;
  display: none;
}




.evalText {
	text-align: center; color: #ffffff; font-weight: bold; vertical-align: middle; font-size: 14px;
}




.imagePreview {
 transition: transform 0.2s;
}

.imagePreview:hover {
 transform: scale(2.5, 2.5);
}


#playlistContainer {
	float: right;
	margin-right: 14px; 
}






@media only screen and (max-width: 640px) {

		#mobilInfo 
{
	font-family: 'Century Gothic', sans-serif;
	color: #000000;
	background: #d9cd14;
	padding-left: 15px;
	padding-right: 15px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 12px; 
	border-radius: 14px;
    box-shadow: 2px 2px #000; 
    display: block;
	margin-bottom: 12px;
}

.logo { width: auto; height: 100%; }

#menuButtons
{	
	font-family: 'Century Gothic', sans-serif;
	vertical-align: middle;
	color: #5b5b5b;
	padding-top: 12px;
	float: left;
}

#header 
{
	font-family: 'Century Gothic', sans-serif;
height: 137px;
position: fixed;
width: 100%;
z-index:4;
display:block;
padding-left: 10px;

background-color: #141414;
}

#content
{
	font-family: 'Century Gothic', sans-serif;
	padding-top: 147px;
	position: static;
	color: #5b5b5b;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

		#genPW 
{
	font-family: 'Century Gothic', sans-serif;
	color: #ff0066;
	font-size: 18px;
	background: #5b5b5b;
	padding-left: 15px;
	padding-right: 15px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	padding: 12px; 
	border-radius: 14px;
    box-shadow: 2px 2px #000; 
    display: block;
	margin-bottom: 12px;
	text-align: center;
	vertical-align: middle;
}

#generatedPW, #generatedPW:focus, #generatedPW:active {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #eca61f;
	font-size: 18px;
	padding: 4px;
	width: 88%;
	font-weight: bold;
	vertical-align: middle;
}
#inner-box
{
	width: 88%;
}
}




























@media only screen and (min-width: 641px) and (max-width: 800px) {
	
	#tool-content
{
	font-family: 'Century Gothic', sans-serif;
	font-size: 14px;
	position: static;
	color: #000;
	padding: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 94%;
	min-height: 460px !important;
	max-height: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,.6);
	box-shadow: 2px 2px #000; 
}
	
#inner-box
{
	width: 88%;
}
	#mobilInfo 
{
	font-family: 'Century Gothic', sans-serif;
	color: #000000;
	background: #d9cd14;
	padding-left: 15px;
	padding-right: 15px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 12px; 
	border-radius: 14px;
    box-shadow: 2px 2px #000; 
    display: block;
	margin-bottom: 12px;
}

#menuButtons
{	
	font-family: 'Century Gothic', sans-serif;
	vertical-align: middle;
	color: #5b5b5b;
	padding-top: 12px;
	float: left;
}

.logo { width: auto; height: 100%; }

#content
{
	font-family: 'Century Gothic', sans-serif;
	padding-top: 147px;
	position: static;
	color: #5b5b5b;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 25px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}



#header 
{
	font-family: 'Century Gothic', sans-serif;
height: 137px;
position: fixed;
width: 100%;
z-index:4;
display:block;
padding-left: 10px;

background-color: #141414;
}

		#genPW 
{
	font-family: 'Century Gothic', sans-serif;
	color: #ff0066;
	font-size: 18px;
	background: #5b5b5b;
	padding-left: 15px;
	padding-right: 15px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	padding: 12px; 
	border-radius: 14px;
    box-shadow: 2px 2px #000; 
    display: block;
	margin-bottom: 12px;
	text-align: center;
	vertical-align: middle;
}

#generatedPW, #generatedPW:focus, #generatedPW:active {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #eca61f;
	font-size: 18px;
	padding: 4px;
	width: 88%;
	font-weight: bold;
	vertical-align: middle;
}
}

