﻿body {
	background: #E7B0E1;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

h1 {
	font-family: 'Chewy', serif;
	font-size: 21px;
 	color: #000000;
	margin: 5px;
	display: inline;
}

h2 {
  font-size: 21px;
  font-weight: 300;
  color: #4c4c4c;
  margin-left: 5px;
  margin-right: 0px;
  display: inline;
}

h3 {
  font-size: 17px;
  font-weight: 300;
  color: #4c4c4c;
  margin-left: 5px;
  margin-right: 0px;
  display: inline;
}

.clear { /* Also commonly known as clearfix */
	clear: both; /* At the very least, you must have this. All extra declarations are for fine-tuning */
	height: 0;
	font-size: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 0;
	line-height: 0;
}


.top-left-box {
	position: absolute;
	left: 10px;
	top: 10px;
    width: 130px;
	height: 155px;
    padding: 0px;
    border: 0px solid gray;
    margin: 0px;
	background: #E7B0E1;
	overflow: auto;
}

#miniChatArea {
	position: absolute;
	left: 130px;
	top: 0px;
    width: 700px;
	height: 145px;
    padding: 5px;
    border: 0px solid gray;
    margin: 0px;
	background: #EBCCE8;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#inputarea {
	position: absolute;
	left: 130px;
	top: 155px;
    width: 700px;
	height: 32px;
    padding: 5px;
    border: 0px solid gray;
    margin: 0px;
	background: #E7B0E1;	
	overflow: hidden;
}

#left-meny {
	position: absolute;
	top: 120px;
	left: 0px;
    width: 120px;
	height: 750px;
    padding: 5px;
    border: 0px solid gray;
    margin: 0px;
	background: #E7B0E1;	
}

#content-main {
	position: absolute;
	top: 198px;
	left: 130px;
    width: 850px;
    padding: 5px;
    border: 0px solid gray;
    margin: 0px;
	background: #F2E6F1;	
}

.prodRubrikPic h2 {
	font-family: 'Chewy', serif;
	font-size: 28px;
	color: #000000;
}
.prodText {
	font-size: 20px;
	color: #000000;
}

.left-meny p { margin-top: 10px; }
a { text-decoration: none; margin: 0 10px; }


a.btn {
	display: inline-block;
	color: #666;
    width: 80px;
	height: 65px;	
	background-color: #eee;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom-width: 3px;
}

	a.btn:hover {
		background-color: #e3e3e3;
		border-color: rgba(0,0,0,0.5);
	}
	
	a.btn:active {
		background-color: #CCC;
		border-color: rgba(0,0,0,0.9);
	}

/* blue button */

a.btn.btn-blue {
	background-color: #699DB6;
	border-color: rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	color: #FFF;
}

	a.btn.btn-blue:hover {
		background-color: #4F87A2;
		border-color: rgba(0,0,0,0.5);
	}
	
	a.btn.btn-blue:active {
		background-color: #3C677B;
		border-color: rgba(0,0,0,0.9);
	}

/* red button */

a.btn.btn-red {
	background-color: #E48681;
	border-color: rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	color: #FFF;
}

	a.btn.btn-red:hover {
		background-color: #DA4F49;
		border-color: rgba(0,0,0,0.5);
	}
	
	a.btn.btn-red:active {
		background-color: #B32C24;
		border-color: rgba(0,0,0,0.9);
	}
	
	
a.prodbtn {
	display: inline-block;
	color: #666;
    width: 80px;
	height: 65px;	
	background-color: #eee;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom-width: 3px;
}

	a.prodbtn:hover {
		background-color: #e3e3e3;
		border-color: rgba(0,0,0,0.5);
	}
	
	a.prodbtn:active {
		background-color: #CCC;
		border-color: rgba(0,0,0,0.9);
	}



select {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4c4c4c;
}

h6 {
  font-size: 32px;
  font-weight: 300;
  color: #4c4c4c;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
  padding:0;
  margin:0;
}

h7 {
  font-size: 18px;
  font-weight: 300;
  color: #4c4c4c;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
  padding:0;
  margin:0;
}

.myPageEditBox {
	position: relative;
	left: -190px;
	margin: 10px auto;
	width: 443px; 
	height: 290px; 
	-webkit-border-radius: 8px/7px; 
	-moz-border-radius: 8px/7px; 
	border-radius: 8px/7px; 
	background-color: #ebebeb; 
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	border: solid 1px #cbc9c9;
}

.skapaContentBox {
	position: relative;
	left: -190px;
	margin: 10px auto;
	width: 443px; 
	height: 290px; 
	-webkit-border-radius: 8px/7px; 
	-moz-border-radius: 8px/7px; 
	border-radius: 8px/7px; 
	background-color: #ebebeb; 
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	border: solid 1px #cbc9c9;
}

.tittaMedlemSendBox {
	position: relative;
	left: -190px;
	margin: 10px auto;
	width: 443px; 
	height: 190px; 
	-webkit-border-radius: 8px/7px; 
	-moz-border-radius: 8px/7px; 
	border-radius: 8px/7px; 
	background-color: #ebebeb; 
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	border: solid 1px #cbc9c9;
}

.myPageMeBox {
	margin: 20px auto;
	width: 443px;  
	-webkit-border-radius: 8px/7px; 
	-moz-border-radius: 8px/7px; 
	border-radius: 8px/7px; 
	background-color: #ebebeb; 
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	border: solid 1px #cbc9c9;
}

.myPageInMessBox {
	margin: 20px auto;
	width: 643px;  
	-webkit-border-radius: 8px/7px; 
	-moz-border-radius: 8px/7px; 
	border-radius: 8px/7px; 
	background-color: #ebebeb; 
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	border: solid 1px #cbc9c9;
}

.tittaMedlemSendBox {
	margin: 10px auto;
	width: 370px;  
	-webkit-border-radius: 8px/7px; 
	-moz-border-radius: 8px/7px; 
	border-radius: 8px/7px; 
	background-color: #ebebeb; 
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	border: solid 1px #cbc9c9;
}

.myPageInBox {
	margin: 10px auto;
	width: 370px;  
	-webkit-border-radius: 8px/7px; 
	-moz-border-radius: 8px/7px; 
	border-radius: 8px/7px; 
	background-color: #ebebeb; 
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
	border: solid 1px #cbc9c9;
}

input[type=radio] {
  visibility: hidden;
}

form.myPage{
  margin: 0 30px;
}

form.skapaContent{
  margin: 0 30px;
}

label.radio {
	cursor: pointer;
  text-indent: 35px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

label.radio:before {
  background: #3a57af;
  content:'';
  position: absolute;
  top:2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

label.radio:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 0.5em;
	height: 0.25em;
	background: transparent;
	top: 7.5px;
	left: 4.5px;
	border: 3px solid #ffffff;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type=radio]:checked + label:after {
	opacity: 1;
}

hr{
  color: #a9a9a9;
  opacity: 0.3;
}

input.myPage[type=text] {
  width: 300px; 
  height: 39px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: 13px; 
  padding-left: 10px;
}



input[type=submit].buttonA {
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 6px 25px 0px 20px;
  margin: 5px 8px 20px 5px;
  display: inline-block;
  float: right;
  text-decoration: none;
  width: 90px; height: 30px; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #3a57af; 
  -webkit-box-shadow: 0 3px rgba(58,87,175,.75); 
  -moz-box-shadow: 0 3px rgba(58,87,175,.75); 
  box-shadow: 0 3px rgba(58,87,175,.75);
  transition: all 0.1s linear 0s; 
  top: 0px;
  position: relative; 
}

input[type=submit].buttonA:hover {
  top: 3px;
  background-color:#2e458b;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
}

#icon {
  display: inline-block;
  width: 30px;
  background-color: #3a57af;
  padding: 8px 0px 8px 15px;
  margin-left: 15px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 0px #cbc9c9;
}

.gender {
  margin-left: 30px;
  margin-bottom: 30px;
}

.accounttype{
  margin-left: 8px;
  margin-top: 20px;
}

.myGender{
	margin-left: 8px;
	margin-top: 20px;
}

.contentTyp{
	margin-left: 8px;
	margin-top: 20px;
}

a { text-decoration: none; margin: 0px; }

a.button {
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 6px 25px 0px 20px;
  margin: 10px 8px 20px 0px;
  display: inline-block;
  float: right;
  text-decoration: none;
  width: 50px; height: 27px; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #3a57af; 
  -webkit-box-shadow: 0 3px rgba(58,87,175,.75); 
  -moz-box-shadow: 0 3px rgba(58,87,175,.75); 
  box-shadow: 0 3px rgba(58,87,175,.75);
  transition: all 0.1s linear 0s; 
  top: 0px;
  position: relative;
}

a.button:hover {
  top: 3px;
  background-color:#2e458b;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
}




/*Tillägg för webttorent visning */
#output video {
  width: 100%;
}
#progressBar {
    height: 5px;
    width: 0%;
    background-color: #35b44f;
    transition: width .4s ease-in-out;
}
body.is-seed .show-seed {
    display: inline;
}
body.is-seed .show-leech {
    display: none;
}
.show-seed {
    display: none;
}
#status code {
    font-size: 90%;
    font-weight: 700;
    margin-left: 3px;
    margin-right: 3px;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
}

.is-seed #hero {
    background-color: #E7B0E9;
    transition: .5s .5s background-color ease-in-out;
}
#hero {
    background-color: #E7B0E1;
}
#status {
    color: #fff;
    font-size: 17px;
    padding: 5px;
}
