
#banner {
    width: 100%;
    text-align: left;
    min-width: 800px;
    height: 50px;
    background-color:#000066;     
    position: fixed;
    margin: -10px 0 0 0;
    z-index: 2;
    opacity: 1; 
}

#bannerhome {
    width: 100%;
    text-align: left;
    min-width: 800px;
    height: 57px;
    background-color: #000066;     
    position: fixed;
    margin: -17px 0 0 0;
    z-index: 2;
    opacity: 1; 
}

#bannerprofile {
    width: 100%;
    text-align: left;
    min-width: 800px;
    height: 57px;
    background-color: #000066;     
    position: fixed;
    margin-top: -7px;    
    z-index: 2;
    opacity: 1; 
}

#banner_txt {
    width: 100%;
    text-align: left;
    min-width: 800px;
    height: 50px;
    background-color: #000066;     
    position: fixed;
    margin: -10px 0 0 0;
    z-index: 2;
    opacity: 1; 
}

#lbanner {
    width: 10%;
    float: left;    
    min-width: 100px;
    z-index: 3;
    margin: 0 0 0 0;
    height: 2000px; 
}

#rbanner {
    width: 10%;
    float: right;
    min-width: 100px;
    z-index: 3;
    margin: 0 0 0 0;
    height: 2000px; 
}

#logo_login{
    margin-top: -5px;
}

#imglogo_login{
    text-align: center;
    margin-top: 1px;
}

#imglogo_home{
    text-align: center;
    margin-top: 3px;
    margin-left:20px;
}

#logo_txt{
    margin-top: -5px;
}
#imglogo_txt{
    text-align: center;
    margin-top: -4px;
}

#thcontainer {
    width: 100%;
    height: 97vh;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
	background-image: url('../resources/images/background/people.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
    overflow: hidden;
}

#t2left {
    margin: 120px 0 0 0;
    float: left;
    text-align: center;
    width: 50%;
    z-index: -2;    
}

#t3right {
    margin-top: 60px;
    float: left;
    text-align: left;
    width: 25%;
    background: transparent;
    z-index: -2;
}

#tcontentinf {
    margin: 0 0 0 0;
    text-align: center;
    background:#8ca0be;
    width: 100%;
    height: 100%;
    z-index: -2;
}

/*
#ttext {
    margin: 100px 0 0 0;
    width:50%;
    display: inline-block;
    text-align: left;
	background:#8ca0be;
	background:green;
	opacity: 0.9;
}
*/

#ttext {
    width:70%;
    height:10%;
    display: inline-block;
    text-align: left;
    padding:10px 30px;
    border: 1px solid gray;
    border-radius: 5px;
    box-shadow: 1px 1px #888888;
    margin-top:80px;
    margin-left:20px;
    background:white;
	opacity: 0.9;
}

#tnews {
    display: inline-block;
    text-align: center;
    float: none;
    height: 100%; 
    background-color: transparent; 
    margin-left:40px;
}

#tcontactcontent {
    margin: 0 0 0 0;
    float: none;
    background:#8ca0be;
    text-align: center;    
    width: 100%;
    z-index: -2;
}

#tcontact {
    display: inline-block;
    width: 30%; 
    text-align: center;
    float: none;
    margin-top:5px;
    border: 1px solid gray;
    vertical-align: middle;
    margin-left:10px;
    border-radius: 5px;
    box-shadow: 1px 1px #888888;
    background:#f7eee6;
    background:#445060;
    background-color: #445060;
}

#tscontainer {
    width: 50%;
    text-align: right;
    min-width: 800px;
    height: 10px;
    background: transparent;     
    position: fixed;
    margin-left: -10px;
    margin-top: -14px;
    z-index: 2;
    opacity: 1; 
}

#tcontainer {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
    background-image: url('../resources/images/background/bckg_home.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
    
}


#tcontainer_music {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
	background-color: #eff2f6;  
	background-color: transparent;  
    background-image: url('../resources/images/background/bckg_music.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;

}

#tcontainer_film {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
	background-color: #eff2f6;  
	background-color: transparent;  
    background-image: url('../resources/images/background/bckg_film.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}

#tcontainer_book {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
	background-color: #eff2f6;  
	background-color: transparent;  
    background-image: url('../resources/images/background/bckg_book.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}

#tcontainer_sport {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
	background-color: #eff2f6;  
	background-color: transparent;  
    background-image: url('../resources/images/background/bckg_sport.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}

#tcontainer_tv {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
	background-color: #eff2f6;  
	background-color: transparent;  
    background-image: url('../resources/images/background/bckg_tv.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}

#tcontainer_etech {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
	background-color: #eff2f6;  
	background-color: transparent;  
    background-image: url('../resources/images/background/bckg_etech.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}

#tcontainer_food {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
	background-color: #eff2f6;  
	background-color: transparent;  
    background-image: url('../resources/images/background/bckg_food.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}

#tcontainer_pet {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
	background-color: #eff2f6;  
	background-color: transparent;  
    background-image: url('../resources/images/background/bckg_pet.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}

#tcontainer_fashion {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
	background-color: #eff2f6;  
	background-color: transparent;  
    background-image: url('../resources/images/background/bckg_fashion.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}

#tcontainer_travel {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
	background-color: #eff2f6;  
	background-color: transparent;  
    background-image: url('../resources/images/background/bckg_travel.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}


#t3left {
    margin-top: 60px;
    margin-left: 80px;
    float: left;
    text-align: right;
    width: 20%;
    background:transparent;
    z-index: -2;
}

#t3right {
    margin-top: 60px;
    float: left;
    text-align: left;
    width: 25%;
    background: transparent;
    margin-left:20px;
    z-index: -2;
}

#t3content {
    margin-top: 68px;
    float: left;    
    text-align: center;    
    width:45%;
    overflow-y: scroll;
    height: 120vh;
    background: transparent;
    z-index: -2;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

#t3content::-webkit-scrollbar {
    width: 0px;
    background-color: transparent; 
}
 
#t3content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
#t3content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


.findpeople{
    display: inline-block;
    text-align: right;    
    background: #f7eee6;
    border-radius:10px;
    box-shadow: 1px 1px indigo;
}

#tfriendhead{
    width:100%;
    height:30px;
    display: inline-block;
    text-align: right;    
    background: transparent;
    color: black;
    margin-top:-5px;
}

#tprofil {
    width:70%;
    margin-top:-14px;
    display: inline-block;
    text-align: center;
    background: #0a263b;
    border-radius:5px;
    box-shadow: 1px 1px orange;
    float: none;
	opacity: 0.9;    
}

#tprofilhead{
    width:100%;
    display: inline-block;
    text-align: center;    
    background: transparent;
    color: black;
    margin-top:-20px;
    margin-left:20px;
}

#tfriends {
    width:100%;
    display: inline-block;
    text-align: right;    
    background: transparent;
    color: black;
    margin-top:-17px;
    margin-left:60px;
}

#tfriend {
    display: inline-block;
    text-align: right;    
    background: #445060;
    background: #0a263b;    
    border-radius:25px;
    box-shadow: 1px 1px orange;
    opacity: 0.9;
}

#tcomparet {
    display: inline-block;
    text-align: right;    
    background: #445060;
    background: #0a263b;    
    border-radius:50px 85px 0 0px;
    box-shadow: -1px 1px black;
    opacity: 0.9;
}

#tcompareb {
    display: inline-block;
    text-align: right;    
    background: #445060;
    background: #0a263b;    
    border-radius:0px 0 85px 50px ;
    box-shadow: -1px 1px black;
    margin-top:0px;
    opacity: 0.9;
}


.table-wrapper{
    position:relative;
}

.per_txt2{
    width: 100px;
    height: 20px;
    position:relative;
    background: #0a263b;
    background: transparent;    
    border: 2px solid orangered;
    border-radius: 99px / 21px;
    box-shadow: 1px 1px black;
}

.per_txt3{
    width: 100%;
    position:relative;
    background: transparent;
    margin-left:5px;
    margin-top:-86px;    
}

.merge_button{
    width: 100%;
    position:relative;
    background: #0a263b;
    background: #14364b;
    background: transparent;
}


.butt_merge {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e));
	background:-moz-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-webkit-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-o-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-ms-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e',GradientType=0);
	background-color:#f0c911;
	-moz-border-radius:37px;
	-webkit-border-radius:37px;
	border-radius:37px;
	border:1px solid #e65f44;
	display:inline-block;
	cursor:pointer;
	color:#c92200;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding: 12px 2px;
	text-decoration:none;
	text-shadow:0px 1px 41px #ded17c;
}
.butt_merge:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911));
	background:-moz-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:-webkit-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:-o-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:-ms-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:linear-gradient(to bottom, #f2ab1e 5%, #f0c911 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911',GradientType=0);
	background-color:#f2ab1e;
}
.butt_merge:active {
	position:relative;
	top:1px;
}




.butt2_merge {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e));
	background:-moz-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-webkit-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-o-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-ms-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e',GradientType=0);
	background-color:#f0c911;
	-moz-border-radius:37px;
	-webkit-border-radius:37px;
	border-radius: 0px 7px 7px 0px;
	border:1px solid #e65f44;
	display:inline-block;
	cursor:pointer;
	color:#c92200;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding: 8px 12px;
	text-decoration:none;
	text-shadow:0px 1px 41px #ded17c;
}
.butt2_merge:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911));
	background:-moz-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:-webkit-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:-o-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:-ms-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:linear-gradient(to bottom, #f2ab1e 5%, #f0c911 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911',GradientType=0);
	background-color:#f2ab1e;
}
.butt2_merge:active {
	position:relative;
	top:1px;
}


.mcropped{
    width:25px;
    height:25px;
    border-radius: 50%;
}


#tsignup {
    margin: 0 0 0 60px;
    width:320px;
    display: inline-block;
    text-align: left;
	background: #445060;
	opacity: 0.9;
}


#tmsg1 {
    margin-top:15vh;
    margin-left:10vw;
    width:30vw;
    display: inline-block;
    text-align: justify;
	background:#F3AC51;
	background:#ffcc66;
	opacity: 0.9;
    padding: 10px 10px;
    border-radius: 2px;
}

#tmsg2 {
    margin-top:10vh;
    margin-left:10vw;
    width:30vw;
    display: inline-block;
    text-align: justify;
	background:#F3AC51;
	background:#ffcc66;
	opacity: 0.9;
    padding: 10px 10px;
    border-radius: 2px;
}

#news_art{
    display: inline-block;
    width:35vw;
    border: 1px solid gray;
    border-radius: 5px;
    box-shadow: 1px 1px #888888;
    background: #f7eee6;
    background: #ffffe6;
    opacity: 0.9;    
    padding:1px 10px;
    margin-left:33px;
}

#news_msg{
    display: inline-block;
    width:95%;
    border: 1px solid #e6e6a1;
    border-radius: 2px;
    box-shadow: 1px 1px #888888;
    background: #dcdcef;
    opacity: 0.9;    
    padding:1px 10px;
}


#news_txt{
    display: inline-block;
    width:95%;
    border: 1px solid #e6e6a1;
    margin-top:10px;
    border-radius: 1px;
    background: #dcdcef;
    background: white;    
    opacity: 0.9;    
    padding:1px 10px;
}

#per_txt{
display: inline-block;
    width: 100px;
    height: 20px;
    background: transparent;
    border: 2px solid orangered;
    border-radius: 99px / 21px;
    box-shadow: 1px 1px #888888;
    opacity: 0.9;    
    padding:1px 10px;
}

.ul1 {
    width:100%;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
    text-align: left;
}

.li1{
    padding:5px; 
    border-bottom:0px solid #eee;
    position:relative;
}


.rbcont {
    display: block;
    position: relative;
    text-align:left;
    padding-left: 40px;
    margin-left: 60px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
	font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:#124d77;
	color:black;
	font-weight:bold;
    background-color: transparent;
    width:150px;
}

.rbcont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 25px;
    height: 12px;
    width: 12px;
    background-color: #546478;
    border-radius: 50%;
}

.rbcont:hover input ~ .checkmark {
    top: 5px;
    left: 25px;
    height: 12px;
    width: 12px;
	border-radius: 50%;
	background: black;
}

.rbcont input:checked ~ .checkmark {
    top: 1px;
    left: 20px;
    height: 21px;
    width: 21px;
	border-radius: 50%;
    background-color: #010a19;
    background-color: #00bfff;
    background-color: #c0c5c9;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.rbcont input:checked ~ .checkmark:after {
    display: block;
}

.rbcont .checkmark:after {
    top: 5px;
    left: 5px;
    height: 12px;
    width: 12px;
	border-radius: 50%;
	background: black;
}

.head3 {   
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#d0dbd8;
    display:inline;
	margin-left: 15px;
    padding:3px;
}

.head4 {
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#d0dbd8;
    display:inline;
	margin-left: 15px;
    padding:3px;
}

.input_login{
    width:95%; 
    height:20px; 
    padding:0px 4px;
    background: #fcfcfc;
    font: 12px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
    border:1px solid #aaa;
    margin-left:1px;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 3px 2px 2px 3px/2px 3px 2px 2px;
}

.input_login2{
    width:100%; 
    height:20px; 
    padding:0px 4px;
    background: #fcfcfc;
    font: 12px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
    border:1px solid #aaa;
    margin-left:15px;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 3px 2px 2px 3px/2px 3px 2px 2px;
}

.textarea_login { 
    border:1px solid #aaa;
    margin-left:1px;
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-seri;
    width:94%;
    height:50%;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 3px 2px 2px 3px/2px 3px 2px 2px;
}

.input_form{
    width:95%; 
    height:20px; 
    background: #fcfcfc;
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
    border:1px solid #aaa;
    margin-left:15px;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 3px 2px 2px 3px/2px 3px 2px 2px;
}

.input_search{
    width:30%; 
    height:23px; 
    background: #fcfcfc;
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
    border:1px solid #aaa;
    margin-left:15px;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 3px 2px 2px 3px/2px 3px 2px 2px;
}

.textarea_form { 
    border:1px solid #aaa;
    margin-left:35px;
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    width:74%;
    height:50%;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 3px 2px 2px 3px/2px 3px 2px 2px;
}

.textarea_l { 
    border:1px solid #aaa;
    margin-left:35px;
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    width:84%;
    height:50%;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 3px 2px 2px 3px/2px 3px 2px 2px;
}

.input_l{
    width:84%; 
    height:24px; 
    background: #fcfcfc;
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
    border:1px solid #aaa;
    margin-left:35px;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px 1px 1px 2px/2px 2px 1px 1px;
}

.input_p{
    width:90%; 
    height:24px; 
    background: #fcfcfc;
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
    border:1px solid #aaa;
    margin-left:12px;
    padding:3px;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px 1px 1px 2px/2px 2px 1px 1px;
}

.select_p{
    width:90%; 
    height:28px; 
    background: #fcfcfc;
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    border:1px solid #aaa;
    margin-left:12px;
    margin-top:0px;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px 1px 1px 2px/2px 2px 1px 1px;
    cursor: pointer;
}

.select_m{
    width:75%; 
    height:28px; 
    background: #fcfcfc;
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    border:1px solid #aaa;
    margin-left:35px;
    margin-top:0px;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px 1px 1px 2px/2px 2px 1px 1px;
    cursor: pointer;
}

.input_m{
    width:75%; 
    height:24px; 
    background: #fcfcfc;
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
    border:1px solid #aaa;
    margin-left:35px;
    padding:0px 4px;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px 1px 1px 2px/2px 2px 1px 1px;
}

.textarea_m { 
    border:1px solid #aaa;
    margin-left:10px;
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    width:95%;
    height:50%;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px 1px 1px 2px/2px 2px 1px 1px;
}

.textarea_r { 
    border:1px solid #aaa;
    margin-left:35px;
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    width:75%;
    height:50%;
    padding:0px 4px;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px 1px 1px 2px/2px 2px 1px 1px;
}

.nofriend {
	
	width: 170px;
    height:200px;
    margin-top:7px;
	border-radius: 10px;
	background:transparent;
	border:1px dashed black;
}

#tlex {
    width:70%;
    display: inline-block;
    text-align: center;
    float: none;
    height: 100%; 
    background-color: transparent; 
    margin-left:20px;
    margin-top:80px;
}

#t3leftlex {
    margin-top: 60px;
    margin-left: 80px;
    float: left;
    text-align: right;
    width: 20%;
    background:transparent;
    z-index: -2;
}


#t3profleft {
    width: 39vw;
    margin-top: 45px;
    float: left;    
    text-align: right;    
    background: transparent;
    z-index: -2;
}

#t3profcontent {
    width: 31vw;
    margin-top: 45px;
    margin-left:0px;
    float: left;    
    text-align: left;    
    background: transparent;
    z-index: -2;
}

#t3profright {
    width: 25vw;
    margin-top: 60px;
    margin-left:5px;
    float: left;
    text-align: left;
    background: transparent;
    z-index: -2;
}

#profile1{
    display: inline-block;
    width:27vw;
    height:33px;
    margin-left:30px;
    margin-top:44px;
    text-align: center;
    float: none;
    border: 1px solid gray;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 1px 1px #888888;
    background:#124d77;
}

#profile2{
    display: inline-block;
    width:27vw;
    margin-left:30px;
    text-align: center;
    float: none;
    margin-top:5px;
    border: 1px solid gray;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 1px 1px #888888;
    background:#e2eaf0;
    background: #ffffe6;
    opacity: 0.9;
}


#profile3{
    display: inline-block;
    width:27vw;
    margin-left:30px;
    text-align: center;
    float: none;
    margin-top:39px;
    border: 1px solid gray;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 1px 1px #888888;
    background:#e2eaf0;
    background: #ffffe6;
    opacity: 0.9;
}



#quest1{
    display: inline-block;
    width:35vw;
    height:33px;
    margin-left:90px;
    margin-top:20px;
    text-align: center;
    float: none;
    border: 1px solid gray;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 1px 1px #888888;
    background:#124d77;
}

#quest2{
    display: inline-block;
    width:35vw;
    margin-left:90px;
    text-align: center;
    float: none;
    margin-top:5px;
    border: 1px solid gray;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 1px 1px #888888;
    background:#e2eaf0;
    background: #ffffe6;
    opacity: 0.9;
}

#questview{
    display: inline-block;
    width: 35vw; 
    margin-left:90px;
    margin-top:5px;
    text-align: center;
    float: none;
    border: 1px solid gray;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 1px 1px #888888;
    background: #ffffe6;
    opacity: 0.9;    
}

#questviewfix{
    display: inline-block;
    position:fixed;
    width: 35vw; 
    height:60px;
    margin-left:90px;
    margin-top:-14px;
    text-align: left;
    float: none;
    border: none;
    vertical-align: middle;
    background: transparent;
    z-index: 12;
    opacity: 0.9;    
}

#questicon{
    display: inline-block;
    width: 80%; 
    text-align: center;
    float: none;
    margin-top:5px;
    border: 1px solid transparent;
    vertical-align: middle;
    margin-left:3px;
    border-radius: 5px;
    box-shadow: 1px 1px #888888;
    background: #e6e6a1;
    background: #0a263b;
    opacity: 0.9;    
}

#imgetool{
    display: inline-block;
    width: calc(90%/2 - 1em);
    width: 60%;
    height:50px;
    text-align: center;
    float: none;
    margin-top:44px;
    border: 1px solid gray;
    vertical-align: middle;
    margin-left:80px;
    border-radius: 5px;
    box-shadow: 1px 1px #888888;
    background:#445060;
}

#t2mleft {
    position:fixed;
    background: #445060;
    margin-top: 50px;
    margin-left: 11%;
    float: left;
    text-align: left;
    width:50px;
    border-radius:12px;
    box-shadow: 2px 2px gray;
    z-index: 10;    
}


.notifstat{
    width:95%;
    display: inline-block;
    border-radius: 25px;
    box-shadow: 1px 1px #cccc66;
    background: #e6e6a1;
    opacity: 0.9;
    padding:0px 10px;
}

.mlextrunc{
    width:55vw;
    display: inline-block;
    margin-left:0px;
    background:transparent;

    
}

.mlexrec1{
    width:95%;
    display: inline-block;
    border: 1px solid gray;
    margin-left:20px;
    border-radius: 5px;
    box-shadow: 1px 1px #888888;
    background: #ffffe6;
    opacity: 0.9;
    padding:1px 10px;
}

.mlexrec{
    width:80%;
    display: inline-block;
    border: 1px solid gray;
    margin-left:20px;
    border-radius: 5px;
    box-shadow: 1px 1px #888888;
    background: #ffffe6;
    opacity: 0.9;
    padding:1px 10px;
}

.mlexrecstat{
    width:55vw;
    display: inline-block;
    margin-left:-10px;
    border-radius: 25px;
    box-shadow: 1px 1px #cccc66;
    background: linear-gradient(to right, #f7eee6 40%, #445060 100%);
    background: #e6e6a1;
    opacity: 0.9;
    padding:1px 10px;
}

.mlexrechead100{
    width:80%;
    display: inline-block;
    margin-left:30px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #a9a7d7;
    text-align:left;
    padding:1px 10px;
}

.mlexrechead200{
    width:80%;
    display: inline-block;
    margin-left:30px;
    margin-top:5px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #cdcce8;
    text-align:left;
    padding:8px 10px;
}

.mlexrechead201{
    width:80%;
    display: inline-block;
    margin-left:30px;
    margin-top:5px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #cdcce8;
    text-align:left;
    padding:0px 10px;
}



.mlexrechead10{
    width:84%;
    display: inline-block;
    margin-left:0px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #a9a7d7;
    text-align:left;
    padding:1px 10px;
    opacity: 1;
}

.mlexrechead20{
    width:84%;
    display: inline-block;
    margin-left:-5px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #cdcce8;
    text-align:left;
    padding:30px 10px;
    
}

.mlexrechead1{
    width:55vw;
    display: inline-block;
    margin-left:-10px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #a9a7d7;
    text-align:center;
    padding:1px;
}

.mlexrechead2{
    width:16vw;
    display: inline-block;
    margin-left:-10px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #a9a7d7;
    text-align:right;
    padding:1px;
    
}

.mlexrechead3{
    width:38vw;
    display: inline-block;
    margin-left:0px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #cdcce8;
    text-align:left;
    padding:1px 4px;
}

.mlexrechead11{
    width:100%;
    display: inline-block;
    margin-left:0px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #a9a7d7;
    text-align:center;
    padding:1px 4px;
}

.mlexrechead12{
    width:98%;
    display: inline-block;
    text-align:right;
    margin-left:-3px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #a9a7d7;
    padding:1px 4px;
}

.mlexrechead13{
    width:100%;
    display: inline-block;
    margin-left:0px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #cdcce8;
    text-align: left;
    padding:1px 4px;
}

.mlexrechead14{
    width:100%;
    display: inline-block;
    margin-left:0px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #cdcce8;
    text-align: left;
    padding:1px 4px;
}

.mlexrechead4{
    width:55vw;
    display: inline-block;
    margin-left:-10px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #cdcce8;
    text-align:center;
}

.mlexrechead21{
    width:95px;
    display: inline-block;
    border: 1px black;
    margin-left:0px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #a9a7d7;
    padding:1px 10px;
}

.mlexrechead23{
    width:90%;
    display: inline-block;
    border: 1px black;
    margin-left:0px;
    border-radius: 2px;
    box-shadow: 1px 1px #b5b530;
    background: #cdcce8;
    padding:1px 10px;
}


.image-open
{
    background-color:transparent;
    margin-left:20px
}
 
.image-open > input
{
    display: none;
}

.image-buttons
{
    margin-top:25px;
}

.desc1{
    font: 13px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:#d0dbd8;
    display:inline;
}

.desc11{
    font: 11px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:#d0dbd8;
    display:inline;
}

.desc10{
    font: 12px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:#d0dbd8;
	color:#66ccff;
    display:inline;
}

.desc100{
    font: 11px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:yellow;
    color:#ffcc66;
}

.desc2{
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:black;
    display:inline;
}

.desc2s{
    font: 10px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:black;
    display:inline;
}

.label10{
    font: 15px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    color:white;
	margin-left:35px;
	text-align:left;
    width:200px;
    display: inline-table;
    text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
}

.desc3{
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:#000711;
	text-align:center;
}

.desc3H{
    font: 12px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:#000711;
	text-align:center;
}


.desc3T{
    font: 11px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:#000711;
	text-align:center;
}

.desc3F{
    font: 13px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:grey;
	text-align:center;
}

.desc30{
    font: 14px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:orangered;
	text-shadow: 0 0 0.05em black, 0 0 0.05em black, 0 0 0.05em black;
	text-align:center;
}

.desc4{
    font: 21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:orangered;
	margin-right:20px;
	text-align:right;
	text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
}

.desc41{
    font: 21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:orangered;
	color:#66ccff;
	margin-right:0px;
	text-align:right;
	text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
}

.desc42{
    font: 21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:orangered;
	color:#ffcc66;
	margin-right:0px;
	text-align:right;
	text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
}

.desc5{
    font: 21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:orangered;
	margin-left:-40px;
	text-align:left;
	text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
}

.desc6{
    font: 15px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:#124d77;
	color:white;
	text-shadow: 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black;
	margin-left:35px;
	text-align:left;
}

.desc61{
    font: 15px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:#00ffe5;
	color:#66CCFF;
	text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
	text-align:justify;
}

.desc7{
    font: 15px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:#124d77;
	font-weight:bold;
	margin-left:10px;
	text-align:left;
}

.desc8{
    font: 13px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:black;
	margin-left:10px;
	text-align:left;
}

.desc9{
    font: 13px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	color:black;
	font-weight:bold;
	text-align:right;
}

.loggin_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.loggin_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
}
.loggin_button:active {
	position:relative;
	top:1px;
}


.fixed_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
    width:100px;
    
}
.fixed_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.fixed_button:active {
	position:relative;
	top:1px;
}


.tritembutton {
    background-color: transparent; 
    color: transparent; 
    border: none;
    border-radius: 50%;
    margin-left:-30px;
    margin-top:3px;
	cursor:pointer;
	width:35px;
	height:35px;
}
.tritembutton:hover {
	background-color: transparent;
	background-color:#dde4e8; 
	background-color: #a9a7d7;
	background-color:#dde4e8;
    top:1px;
}	
.tritembutton:active {
	position:relative;
	top:1px;
}

.settbutton {
    background-color: transparent; 
    color: transparent; 
    border: 0px solid  transparent;
	display:inline-block;
	cursor:pointer;
	border-radius: 25%;
	width:32px;
    height:32px;
    box-shadow: 1px 1px transparent;
}
.settbutton1:hover {
	background-color:transparent;
	margin-left:35px;
	width:30px;
    height:30px;
}
.settbutton:active {
	position:relative;
	top:1px;
}

.profilebutton {
    background-color: transparent; 
    color: transparent; 
    border: 0px solid  transparent;
	display:inline-block;
	cursor:pointer;
    box-shadow: 1px 1px transparent;
    width: 45px;
    height: 45px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.profilebutton:hover {
    background-color: transparent; 
    color: transparent; 
    border: 0px solid  transparent;
	display:inline-block;
	cursor:pointer;
    box-shadow: 1px 1px transparent;
    width: 47px;
    height: 46px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.profilebutton:active {
	position:relative;
	top:1px;
}

.itembutton {
    background-color: #f7eee6; 
    color: #f7eee6; 
    border: 2px solid  #f7eee6;
	display:inline-block;
	cursor:pointer;
	border-radius: 25%;
	padding:2px 2px;
}
.itembutton:hover {
	background-color:#e2dad3;
}
.itembutton:active {
	position:relative;
	top:1px;
}

#mbutton {   

    display: inline-block;
    background-color: transparent;
    border: 0px solid transparent;
    cursor: pointer;
    border-radius: 12px;
    width: 42px;   
    height: 46px;   
    margin: 0 0 0 0;
}

#mbutton:hover {
	background-color:#36404C;
}
#mbutton:active {
	position:relative;
	top:1px;
}


.button_purple1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #e184f3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e184f3;
	box-shadow:inset 0px 1px 0px 0px #e184f3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
	background:-moz-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-webkit-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-o-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-ms-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd',GradientType=0);
	background-color:#c123de;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #a511c0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}
.button_purple1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de));
	background:-moz-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:-webkit-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:-o-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:-ms-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:linear-gradient(to bottom, #a20dbd 5%, #c123de 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de',GradientType=0);
	background-color:#a20dbd;
}
.button_purple1:active {
	position:relative;
	top:1px;
}





.button_purple {
	-moz-box-shadow:inset 0px 1px 0px 0px #e184f3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e184f3;
	box-shadow:inset 0px 1px 0px 0px #e184f3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
	background:-moz-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-webkit-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-o-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:-ms-linear-gradient(top, #c123de 5%, #a20dbd 100%);
	background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd',GradientType=0);
	background-color:#c123de;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #a511c0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}
.button_purple:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de));
	background:-moz-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:-webkit-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:-o-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:-ms-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:linear-gradient(to bottom, #a20dbd 5%, #c123de 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de',GradientType=0);
	background-color:#a20dbd;
}
.button_purple:active {
	position:relative;
	top:1px;
}

.button_blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	width:100px;
}
.button_blue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.button_blue:active {
	position:relative;
	top:1px;
}

.button_pink {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));
	background:-moz-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-webkit-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-o-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-ms-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d',GradientType=0);
	background-color:#ff5bb0;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #ee1eb5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #c70067;
}
.button_pink:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0));
	background:-moz-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-webkit-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-o-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-ms-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0',GradientType=0);
	background-color:#ef027d;
}
.button_pink:active {
	position:relative;
	top:1px;
}

.button_orange {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.button_orange:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
}
.button_orange:active {
	position:relative;
	top:1px;
}

.button_red {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.button_red:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
.button_red:active {
	position:relative;
	top:1px;
}


.signup_cerror {
  font: 15px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
  color:OrangeRed;
  margin-top: -20px;
  margin-left: 30px;
  text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;    
}


.image-cropper {
    width: 45px;
    height: 45px;
    border: 1px solid  lightgray;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.profile-pic {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

#tfooter {
    clear: both;
    position:fixed;
    left: 10PX;
    bottom: 0;
    width: 100%;
    text-align: center;
    min-width: 800px;
    height: 40px;
    background-color: #000066;
    background-color: #8ca0be;
    background-color: #000066;

}

.settimg{
    width:200px;
    height:200px;
    border-radius: 5%;
}

.setinga{
    background-color: transparent;
    display:block;
    color: transparent; 
    border: 0px solid  transparent;
    margin-top:-40px;
    margin-left:163px;
    
}

.setingap{
    background-color: transparent;
    display:block;
    color: transparent; 
    border: 0px solid  transparent;
    margin-top:-40px;
    margin-left:160px;
    
}

.itemimg {
    width: 200px;
    height: auto;
}



.page {
	background:transparent;
	margin: 1em auto;
	max-width: 65%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 100%;
}

.box {
	padding: 0.5em;
	width: 100%;
	margin:0.5em;
}

.box-2 {
	padding: 0.5em;
	background:transparent;
	width: calc(90%/2 - 1em);
	width: 81%;
	height:100%;
	min-height:400px;
	margin-top:10px;
	margin-left:30px;
	border:2px dashed gray;
	border-radius: 15px;
}


.box-3 {
	
	width: 1px;
    height:1px;
	background:transparent;
	border:1px dashed transparent;
}

.box-3old {
	padding: 0.5em;
	width: calc(100%/2 - 1em);
    max-width:220px;
	background:transparent;
	min-height:200px;
	margin-top:100px;
	margin-left:30px;
	border:2px dashed gray;
	border-radius: 15px;	
}

.options label,
.options input{
	width:4em;
	padding:0.5em 1em;
}

.addimage {
    background-color: transparent; 
    color: transparent; 
	display:inline-block;
	cursor:pointer;
	border-radius: 25%;
	width:32px;
    height:32px;
	margin-left:-20px;
	margin-top:5px;
}

.btn0{
	background:green;
	color:transparent;
	border:1px solid transparent;
	cursor:pointer;
    margin-left:55px;
    margin-top:100px;
}

.btn{
	background:transparent;
	color:transparent;
	border:1px solid transparent;
	cursor:pointer;
	margin-top:-72px;
	margin-left:-1px;
}

.btn2{
	background:transparent;
	color:transparent;
	border:1px solid transparent;
	cursor:pointer;
	margin-top:-42px;
	margin-left:-8px;
}

.btn3{
	background:transparent;
	color:transparent;
	border:1px solid transparent;
	cursor:pointer;
	margin-top:-32px;
	margin-left:-8px;
}

.hide {
	display: none;
}

.cropped{
	border-radius:15px;
    box-shadow: 1px 1px black;
}

img {
	max-width: 100%;
}


