/*STYLING CONTENT*/
#wrapper #content p{
	/*padding-left: 10px;
	padding-right: 10px;*/
}

#wrapper #content{  
	font-size: 0.8em;
}

#wrapper #content table{  
	font-size: 0.9em;
}

#wrapper #content h1{
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
}

#wrapper #content h2{
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 5px;
}

#wrapper #content .link {
	color:#4F6D5E;
	text-decoration:none;
	cursor:pointer;
}

#wrapper #content .link:hover {
	color:#FEB400;
	text-decoration:none;
	font-weight: bold;
}

/* HUMAN VALIDATION INTERACTION*/
.ValDudeHolder { border: 1px solid grey; width: 100px; height: 100px; margin: 5px; display: inline-block; overflow: hidden; }
.ValDudeHolder:hover { border: 1px solid black; }

/*LOGIN STYLING */
#loginlinks .link {
	color:#4F6D5E;
	text-decoration:none;
	cursor:pointer;
	user-select: none; 
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;	
}

#loginlinks .link:hover {
	color:#FEB400;
	text-decoration:none;
}

.strengthholder {
	background: #ff3232; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff3232 0%, #f27500 24%, #f9dc00 48%, #207cca 72%, #18b700 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ff3232 0%,#f27500 24%,#f9dc00 48%,#207cca 72%,#18b700 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ff3232 0%,#f27500 24%,#f9dc00 48%,#207cca 72%,#18b700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.passresetexplain_normal { position: absolute; top: 30px; left: 0px; width: 100%; background-color: #F0F0F0; font-size: 15px; text-align: left; border-bottom: 1px solid #B5B3B5; }
.passresetexplain_error { position: absolute; top: 30px; left: 0px; width: 100%; background-color: #FC9E9E; color: #6B0303; font-size: 15px; text-align: left; border-bottom: 1px solid #F80808; }
.passresetexplain_attention { position: absolute; top: 30px; left: 0px; width: 100%; background-color: #FCE19E; color: #7C5804; font-size: 15px; text-align: left; border-bottom: 1px solid #7C5804; }

/*STYLING HORIZONTAL TOPMENU*/
#wrapper #menubar .itemspacer {color: white; font-size: 0.7em; display: inline; padding-left: 6px; padding-right: 6px;}
#wrapper #menubar .hormenuitem { font-size: 0.9em; color:#ffffff; display: inline;}
#wrapper #menubar .hormenuitem:hover { font-size: 0.9em; color:#feb400; text-decoration:none; cursor:pointer; display: inline;}

#wrapper #menubar #hormenu a {
	text-decoration:none;
	color:#ffffff;
}

#wrapper #menubar #hormenu a:hover {
	color:#feb400;
	text-decoration:none;
}

/*STYLING COPYRIGHT*/
#wrapper #bottom #copyright {  
	font-size: 0.7em;
	color:#ffffff;
}

#wrapper #leftside .submenuitem_normal {
	color: #333333;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-right: 5px;
	text-decoration: none;
	font-size: 0.8em;
	text-align: right;
	border-bottom: 1px dotted #ffffff;
}

#wrapper #leftside .submenuitem_normal:hover{
	color: #333333;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-right: 5px;
	text-decoration: none;
	font-size: 0.9em;
	text-align: right;
	cursor:pointer;
	background-color: #eeeeee;
}

#wrapper #leftside #vermenu .ImActive2{
	color: #333333;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-right: 5px;
	text-decoration: none;
	font-size: 0.7em;
	text-align: right;
	cursor:pointer;
}

/*POLL STYLING*/
#pollanswer {
color: #000000;
font-size: 0.7em;
}

#pollquestion {
color: #000000;
font-size: 0.8em;
font-weight: bold;
}

#outcomeanswer {
color: #000000;
font-size: 0.7em;
}

#outcomebar {
color: #000000;
font-size: 0.7em;
}

/*STYLING FORMFIELDS*/
.textfieldnew {
	border: inset 1px rgba(0, 0, 0, 0.25); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
}
.textfieldnew:focus {
	border: inset 1px rgba(0, 0, 0, 0.25); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
	background-color: #FFFFE8;
	outline: none;
}

.textfieldnewerror {
	border: inset 1px rgba(230, 39, 0, 0.25); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
}
.textfieldnewerror:focus {
	border: inset 1px rgba(230, 39, 0, 0.25); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
	background-color: #FCA998;
	outline: none;
}

/*STYLING DT CHECKFIELDS FOR EROBAN*/
.dtswitch {height: 30px; margin-top: 5px;}
.dtswitch input[type=checkbox]{height: 0; width: 0; visibility: hidden; }
.dtswitch label { cursor: pointer; text-indent: -9999px; width: 80px; height: 30px; background: grey; display: inline-block; border-radius: 15px; position: absolute; left: 10px;}
.dtswitch label:after {	content: ''; position: absolute; top: 1px; left: 1px; width: 28px; height: 28px; background: #fff; border-radius: 15px; transition: 0.3s;}
.dtswitch input:checked + label { background: #83265F; }
.dtswitch input:checked + label:after { left: calc(100% - 1px);	transform: translateX(-100%); }
.dtswitch label:active:after {width: 100%; }
.dtswitch .dtswitchlabel {position: absolute; display: inline-block; left: 95px; line-height: 30px; font-size: 12px; text-align: left;}

/*STYLING DT CHECKFIELDS V2 FOR WEBSITE*/
.dtswitchv2 {height: 30px; margin-top: 5px;}
.dtswitchv2 input[type=checkbox]{height: 0; width: 0; visibility: hidden; }
.dtswitchv2 label { cursor: pointer; text-indent: -9999px; width: 80px; height: 30px; background: grey; display: inline-block; border-radius: 15px; position: absolute; left: 10px;}
.dtswitchv2 label:after {	content: ''; position: absolute; top: 1px; left: 1px; width: 28px; height: 28px; background: #fff; border-radius: 15px; transition: 0.3s;}
.dtswitchv2 input:checked + label { background: #FEB400; }
.dtswitchv2 input:checked + label:after { left: calc(100% - 1px);	transform: translateX(-100%); }
.dtswitchv2 label:active:after {width: 100%; }
.dtswitchv2 .dtswitchlabel {position: absolute; display: inline-block; left: 95px; line-height: 30px; font-size: 12px; text-align: left;}

/*STYLING DICK THUMBNAILS*/
.dickthumbnail { position: relative; margin: 5px; border: 1px solid black; border-radius: 6px; display: inline-block; overflow: hidden; height: 95px; width: 132px; }
.dickthumbnail:hover { position: relative; margin: 5px; border: 1px solid black; border-radius: 6px; display: inline-block; overflow: hidden; height: 95px; width: 132px; cursor: pointer; background-color: #feb400; }
.dickthumbnailholder { position: absolute; left: 2px; top: 2px; border-radius: 6px; display: inline-block; background-color: black; overflow: hidden; height: 91px; width: 128px; }

/*STYLING E-CARD THUMBNAILS*/
.ecardthumbnail { position: relative; margin: 5px; border: 1px solid black; border-radius: 6px; display: inline-block; overflow: hidden; height: 124px; width: 94px; }

.ecardthumbnail:hover { position: relative; margin: 5px; border: 1px solid black; border-radius: 6px; display: inline-block; overflow: hidden; height: 124px; width: 94px; cursor: pointer; background-color: #feb400; }

.ecardthumbnailholder { position: absolute; left: 2px; top: 2px; border-radius: 6px; display: inline-block; background-color: black; overflow: hidden; height: 120px; width: 90px; fill: #ffffff;}
.ecardthumbnailholder:hover {fill: #feb400;}

.ecardlanguage_active {padding: 3px; border: 1px solid #feb400; border-radius: 32px; -webkit-border-radius: 32px; margin-top: 4px;}
.ecardlanguage_inactive {padding: 3px; border: 1px solid #131317; border-radius: 32px; -webkit-border-radius: 32px; margin-top: 4px; cursor:pointer;}

/* STYLING PAGER */
.pbtn {
  background: #fcfcfc;
  color: #222222;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  line-height: 20px;
  padding: 0px 9px;
  margin-right: 4px;
}
.pbtn:hover {
  background: #f2f2f2;
  color: #333333;
  border: 1px solid #333333;
}

.pbtn_active {
  background: #f2f2f2;
  color: #FEB400;
  border: 1px solid #FEB400;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 20px;
  padding: 0px 9px;
  margin-right: 4px;
}

.pbtn_off {
  background: #fcfcfc;
  color: #e3e3e3;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0px 9px;
  margin-right: 4px;
}
.pbtn_off svg{
  margin-top: 4px;
  fill: #e3e3e3;
  height: 14px;
  width: 14px;
}

.pbtn svg{
  margin-top: 4px;
  fill: #222222;
  height: 14px;
  width: 14px;
}
.pbtn:hover svg{
  margin-top: 4px;
  fill: #333333;
  height: 14px;
  width: 14px;  
}

/* STYLING PAGELINK */
.pagelink {
	cursor: pointer;
	font-size: 0.9em;
}
.pagelink:hover {
  color: #333333;
  font-size: 1.0em;
  font-weight: bold;
}


/* STYLING BUTTONS */
.btn {
  background: #fcfcfc;
  color: #222222;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0px 9px;
}
.btn:hover {
  background: #f2f2f2;
  color: #333333;
  border: 1px solid #333333;
}

.btnbig {
  margin: 10px;
  background: #FCE140;
  color: #000000;
  border: 2px solid #000000;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0px 9px;
  font-size: 20px;
  transition: transform .5s ease-in-out;
}
.btnbig:hover {
  background: #feb400;
  color: #ffffff;
  -webkit-transform: scale(1.1);
}

/* WINDOWS */
.window {
	background: #fff;
	width: 50%;
	height: 75%;
	margin: auto;
	border: 1px solid #acacac;
	border-radius: 6px;
	box-shadow: 0px 0px 20px #acacac;
	position: fixed;
	left: 25%;
	top: 12.5%;
	overflow: hidden;
}

.window .titlebar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e1dfe1, color-stop(1.0, #E2E1E2)));
  background: -webkit-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -moz-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -ms-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -o-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: linear-gradient(top, #e1dfe1, #E2E1E2);
  color: #4d494d;
  font-size: 11pt;
  line-height: 27px;
  text-align: left;
  width: 100%;
  height: 27px;
  border-top: 1px solid #f2f1f2;
  border-bottom: 1px solid #b5b3b5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;
}

.window .titlebar_red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e1dfe1, color-stop(1.0, #E4ACAC)));
  background: -webkit-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: -moz-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: -ms-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: -o-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: linear-gradient(top, #e1dfe1, #E4ACAC);
  color: #4d494d;
  font-size: 11pt;
  line-height: 27px;
  text-align: left;
  width: 100%;
  height: 27px;
  border-top: 1px solid #f2f1f2;
  border-bottom: 1px solid #b5b3b5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;
}
.window .titletext{
  color: #4d494d;
  font-size: 10pt;
  line-height: 27px;
  text-align: left;
  width: 100%;
  height: 27px;
  padding-left: 10px;
}

.window .contents {
	padding: 5px;
	color: #585858;
}

.window .contentsclear {
	position: absolute;
	top: 28px;
	left: 0px;
	color: #e1dfe1;
	overflow: hidden;
	width: 100%;
	height: calc(100% - 28px);
}

.window .closebutton{
	position: absolute;
	top: 6px; 
	right: 6px; 	
	height: 18px;
	width: 18px;
	cursor: pointer;
}
.window .closebutton svg{
	fill:#5F6061;
}

.window .closebutton:hover {
	position: absolute;
	top: 6px; 
	right: 6px; 	
	height: 18px;
	width: 18px;
	cursor: pointer;
}
.window .closebutton:hover svg{
	fill:#B10000;
}

.window .votingstar{
	position: relative;
	display: inline-block;
	height: 18px;
	width: 18px;
	cursor: pointer;
	margin-right: 4px;
}
.window .votingstar svg{ fill: #e1dfe1; }

.window .votingstar:hover {
	position: relative;
	display: inline-block;
	height: 18px;
	width: 18px;
	cursor: pointer;
	margin-right: 4px;
}
.window .votingstar:hover svg{ fill:#feb400; }

.window .votingstaractive{
	position: relative;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 4px;
}
.window .votingstaractive svg{ fill: #feb400; }

.window .voteddonestar{
	position: relative;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 4px;
}
.window .voteddonestar svg{ fill: #00D4FF; }

/* Message Box */
.msgbox {
	background: #fff;
	width: 50%;
	height: 75%;
	margin: auto;
	border: 1px solid #acacac;
	border-radius: 6px;
	box-shadow: 0px 0px 20px #acacac;
	position: fixed;
	left: 25%;
	top: 12.5%;
}

.msgbox .titlebar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e1dfe1, color-stop(1.0, #E2E1E2)));
  background: -webkit-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -moz-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -ms-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -o-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: linear-gradient(top, #e1dfe1, #E2E1E2);
  color: #4d494d;
  font-size: 11pt;
  line-height: 27px;
  text-align: left;
  width: 100%;
  height: 27px;
  border-top: 1px solid #f2f1f2;
  border-bottom: 1px solid #b5b3b5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;
}

.msgbox .titlebar_red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e1dfe1, color-stop(1.0, #E4ACAC)));
  background: -webkit-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: -moz-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: -ms-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: -o-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: linear-gradient(top, #e1dfe1, #E4ACAC);
  color: #4d494d;
  font-size: 11pt;
  line-height: 27px;
  text-align: left;
  width: 100%;
  height: 27px;
  border-top: 1px solid #f2f1f2;
  border-bottom: 1px solid #b5b3b5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;
}
.msgbox .titletext{
  color: #4d494d;
  font-size: 10pt;
  line-height: 27px;
  text-align: left;
  width: 100%;
  height: 27px;
  padding-left: 10px;
}

.msgbox .contents {
	font-size: 10pt;
	padding: 10px;
	color: #585858;
	text-align: left;
}

.msgbox .closebutton_normal svg{
	position: absolute;
	top: 6px; 
	right: 6px; 	
	height: 18px;
	width: 18px;
	fill:#5F6061;
	cursor: pointer;
}
.msgbox .closebutton_normal svg{
	height: 18px;
	width: 18px;
	fill:#5F6061;
}
.msgbox .closebutton_hoover {
	position: absolute;
	top: 6px; 
	right: 6px; 	
	height: 18px;
	width: 18px;
	fill:#feb400;
	cursor: pointer;
}
.msgbox .closebutton_hoover svg{
	height: 18px;
	width: 18px;
	fill:#feb400;
}

/* NAVMENU ICONS */
#hsc .hscicon_normal {
	display: inline;
	margin-right: 4px;
	cursor: pointer;
	transition: transform 1s ease-in-out;
}
#hsc .hscicon_normal:hover {
	-webkit-transform: scale(1.1);
}

#hsc .hscicon_normal svg{
	height: 20px;
	width: 20px;
	fill: #FFFFFF;
}
#hsc .hscicon_normal:hover svg{
	height: 20px;
	width: 20px;
	fill: #FEB400;
	-webkit-transform: scale(1.1);
}

#hsc .hscicon_disabled {
	display: inline;
	margin-right: 4px;
}
#hsc .hscicon_disabled svg{
	height: 20px;
	width: 20px;
	fill: #696969;
}

.submenu_backbutton {
    position: relative;
	cursor: pointer;
	float: right;
}
.submenu_backbutton svg{
	height: 20px;
	width: 20px;
	fill: #333333;
	padding: 2px;
}
.submenu_backbutton:hover svg{
	height: 21px;
	width: 21px;
	fill: #eeeeee;
	padding: 1px;
}

/* Tokens & Holders */
.tokenholder_1_disabled, .tokenholder_2_disabled, .tokenholder_3_disabled, .tokenholder_4_disabled, .tokenholder_5_disabled, .tokenholder_6_disabled {position: relative; height: 111px; width: 111px; margin: 20px; background-image: url(../sitePics/tokenholder_off.svg); display: inline-block;}

.tokenholder_1_false, .tokenholder_2_false, .tokenholder_3_false, .tokenholder_4_false, .tokenholder_5_false, .tokenholder_6_false {position: relative; height: 111px; width: 111px; margin: 20px; background-image: url(../sitePics/tokenholder_off.svg); display: inline-block;}
.tokenholder_1_false:hover {height: 111px; width: 111px; margin-right: 20px; background-image: url(../sitePics/tokenholder_1_false.svg); display: inline-block;}
.tokenholder_2_false:hover {height: 111px; width: 111px; margin-right: 20px; background-image: url(../sitePics/tokenholder_2_false.svg); display: inline-block;}
.tokenholder_3_false:hover {height: 111px; width: 111px; margin-right: 20px; background-image: url(../sitePics/tokenholder_3_false.svg); display: inline-block;}
.tokenholder_4_false:hover {height: 111px; width: 111px; margin-right: 20px; background-image: url(../sitePics/tokenholder_4_false.svg); display: inline-block;}
.tokenholder_5_false:hover {height: 111px; width: 111px; margin-right: 20px; background-image: url(../sitePics/tokenholder_5_false.svg); display: inline-block;}
.tokenholder_6_false:hover {height: 111px; width: 111px; margin-right: 20px; background-image: url(../sitePics/tokenholder_6_false.svg); display: inline-block;}

.tokenholder_1_true {position: relative; height: 111px; width: 111px; margin: 20px; background-image: url(../sitePics/tokenholder_1_true.svg); display: inline-block;}
.tokenholder_2_true {position: relative; height: 111px; width: 111px; margin: 20px; background-image: url(../sitePics/tokenholder_2_true.svg); display: inline-block;}
.tokenholder_3_true {position: relative; height: 111px; width: 111px; margin: 20px; background-image: url(../sitePics/tokenholder_3_true.svg); display: inline-block;}
.tokenholder_4_true {position: relative; height: 111px; width: 111px; margin: 20px; background-image: url(../sitePics/tokenholder_4_true.svg); display: inline-block;}
.tokenholder_5_true {position: relative; height: 111px; width: 111px; margin: 20px; background-image: url(../sitePics/tokenholder_5_true.svg); display: inline-block;}
.tokenholder_6_true {position: relative; height: 111px; width: 111px; margin: 20px; background-image: url(../sitePics/tokenholder_6_true.svg); display: inline-block;}


.tokenicon_1_false {position: absolute; top: 50%; left: 50%; height: 46px; width: 64px; margin-left: -32px; margin-top: -23px; background-image: url(../sitePics/tokenicon_1_false.svg); display: inline-block; transition: transform .5s ease-in-out;}
.tokenicon_1_false:hover {-webkit-transform: scale(1.1); cursor:pointer;}
.tokenicon_1_true {position: absolute; top: 50%; left: 50%; height: 46px; width: 64px; margin-left: -32px; margin-top: -23px; background-image: url(../sitePics/tokenicon_1_true.svg); display: inline-block; transition: transform .5s ease-in-out;}
.tokenicon_1_true:hover {-webkit-transform: scale(1.1); cursor:pointer;}

.tokenicon_2_false {position: absolute; top: 50%; left: 50%; height: 58px; width: 64px; margin-left: -32px; margin-top: -29px; background-image: url(../sitePics/tokenicon_2_false.svg); display: inline-block; transition: transform .5s ease-in-out;}
.tokenicon_2_false:hover {-webkit-transform: scale(1.1); cursor:pointer;}
.tokenicon_2_true {position: absolute; top: 50%; left: 50%; height: 58px; width: 64px; margin-left: -32px; margin-top: -29px; background-image: url(../sitePics/tokenicon_2_true.svg); display: inline-block; transition: transform .5s ease-in-out;}
.tokenicon_2_true:hover {-webkit-transform: scale(1.1); cursor:pointer;}
.tokenicon_2_disabled {opacity:.20; position: absolute; top: 50%; left: 50%; height: 58px; width: 64px; margin-left: -32px; margin-top: -29px; background-image: url(../sitePics/tokenicon_2_false.svg); display: inline-block;}

.tokenicon_3_false {position: absolute; top: 50%; left: 50%; height: 56px; width: 53px; margin-left: -26px; margin-top: -28px; background-image: url(../sitePics/tokenicon_3_false.svg); display: inline-block; transition: transform .5s ease-in-out;}
.tokenicon_3_false:hover {-webkit-transform: scale(1.1); cursor:pointer;}
.tokenicon_3_true {position: absolute; top: 50%; left: 50%; height: 56px; width: 53px; margin-left: -26px; margin-top: -28px; background-image: url(../sitePics/tokenicon_3_true.svg); display: inline-block; transition: transform .5s ease-in-out;}
.tokenicon_3_true:hover {-webkit-transform: scale(1.1); cursor:pointer;}
.tokenicon_3_disabled {opacity:.20; position: absolute; top: 50%; left: 50%; height: 56px; width: 53px; margin-left: -26px; margin-top: -28px; background-image: url(../sitePics/tokenicon_3_false.svg); display: inline-block;}

.tokenicon_4_false {position: absolute; top: 50%; left: 50%; height: 46px; width: 57px; margin-left: -29px; margin-top: -25px; background-image: url(../sitePics/tokenicon_4_false.svg); display: inline-block; transition: transform .5s ease-in-out;}
.tokenicon_4_false:hover {-webkit-transform: scale(1.1); cursor:pointer;}
.tokenicon_4_true {position: absolute; top: 50%; left: 50%; height: 46px; width: 57px; margin-left: -29px; margin-top: -25px; background-image: url(../sitePics/tokenicon_4_true.svg); display: inline-block; transition: transform .5s ease-in-out;}
.tokenicon_4_true:hover {-webkit-transform: scale(1.1); cursor:pointer;}
.tokenicon_4_disabled {opacity:.20; position: absolute; top: 50%; left: 50%; height: 53px; width: 56px; margin-left: -29px; margin-top: -25px; background-image: url(../sitePics/tokenicon_4_false.svg); display: inline-block;}

.tokenicon_5_false {position: absolute; top: 50%; left: 50%; height: 57px; width: 47px; margin-left: -26px; margin-top: -27px; background-image: url(../sitePics/tokenicon_5_false.svg); display: inline-block; transition: transform .5s ease-in-out;}
.tokenicon_5_false:hover {-webkit-transform: scale(1.1); cursor:pointer;}
.tokenicon_5_true {position: absolute; top: 50%; left: 50%; height: 57px; width: 47px; margin-left: -26px; margin-top: -27px; background-image: url(../sitePics/tokenicon_5_true.svg); display: inline-block; transition: transform .5s ease-in-out;}
.tokenicon_5_true:hover {-webkit-transform: scale(1.1); cursor:pointer;}
.tokenicon_5_disabled {opacity:.20; position: absolute; top: 50%; left: 50%; height: 57px; width: 47px; margin-left: -26px; margin-top: -27px; background-image: url(../sitePics/tokenicon_5_false.svg); display: inline-block;}

.tokenicon_6_false {position: absolute; top: 50%; left: 50%; height: 60px; width: 60px; margin-left: -30px; margin-top: -28px; background-image: url(../sitePics/tokenicon_6_false.svg); display: inline-block; transition: transform .5s ease-in-out;}
.tokenicon_6_false:hover {-webkit-transform: scale(1.1); cursor:pointer;}
.tokenicon_6_true {position: absolute; top: 50%; left: 50%; height: 60px; width: 60px; margin-left: -30px; margin-top: -28px; background-image: url(../sitePics/tokenicon_6_true.svg); display: inline-block; transition: transform .5s ease-in-out;}
.tokenicon_6_true:hover {-webkit-transform: scale(1.1); cursor:pointer;}
.tokenicon_6_disabled {opacity:.20; position: absolute; top: 50%; left: 50%; height: 60px; width: 60px; margin-left: -30px; margin-top: -28px; background-image: url(../sitePics/tokenicon_6_false.svg); display: inline-block;}

/* FORM FADER ANIMATION */
.cssload-jumping{
	position:absolute;
	display:block;
	left: 50%;
	top: 50%;
	width:358px;
	margin-left: -159px;
	margin-top: -30px;
}
	
.cssload-jumping, .cssload-jumping * {
	box-sizing: border-box;
}

.cssload-jumping span {
	display: inline-block;
	height: 49px;
	width: 49px;
	background: rgb(254,182,0);
	border-radius: 1625px;
	background-clip: padding-box;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
}

.cssload-jumping span:nth-child(1) {
	animation: scale 2.5s 0.25s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 2.5s 0.25s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 2.5s 0.25s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 2.5s 0.25s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 2.5s 0.25s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(2) {
	animation: scale 2.5s 0.5s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 2.5s 0.5s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 2.5s 0.5s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 2.5s 0.5s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 2.5s 0.5s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(3) {
	animation: scale 2.5s 0.75s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 2.5s 0.75s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 2.5s 0.75s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 2.5s 0.75s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 2.5s 0.75s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(4) {
	animation: scale 2.5s 1s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 2.5s 1s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 2.5s 1s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 2.5s 1s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 2.5s 1s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(5) {
	animation: scale 2.5s 1.25s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 2.5s 1.25s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 2.5s 1.25s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 2.5s 1.25s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 2.5s 1.25s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}



@keyframes scale {
	0% {
		transform: scale(0);
	}
	25% {
		transform: scale(0.9, 0.9);
		background: rgb(242,230,203);
	}
	50% {
		transform: scale(1, 1);
		margin: 0 10px;
		background: rgb(254,182,0);
	}
	100% {
		transform: scale(0);
	}
}

@-o-keyframes scale {
	0% {
		-o-transform: scale(0);
	}
	25% {
		-o-transform: scale(0.9, 0.9);
		background: rgb(242,230,203);
	}
	50% {
		-o-transform: scale(1, 1);
		margin: 0 10px;
		background: rgb(254,182,0);
	}
	100% {
		-o-transform: scale(0);
	}
}

@-ms-keyframes scale {
	0% {
		-ms-transform: scale(0);
	}
	25% {
		-ms-transform: scale(0.9, 0.9);
		background: rgb(242,230,203);
	}
	50% {
		-ms-transform: scale(1, 1);
		margin: 0 10px;
		background: rgb(254,182,0);
	}
	100% {
		-ms-transform: scale(0);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
	}
	25% {
		-webkit-transform: scale(0.9, 0.9);
		background: rgb(242,230,203);
	}
	50% {
		-webkit-transform: scale(1, 1);
		margin: 0 10px;
		background: rgb(254,182,0);
	}
	100% {
		-webkit-transform: scale(0);
	}
}

@-moz-keyframes scale {
	0% {
		-moz-transform: scale(0);
	}
	25% {
		-moz-transform: scale(0.9, 0.9);
		background: rgb(242,230,203);
	}
	50% {
		-moz-transform: scale(1, 1);
		margin: 0 10px;
		background: rgb(254,182,0);
	}
	100% {
		-moz-transform: scale(0);
	}
}

/* loadFacebookG CSS LOADER*/
#loadFacebookG{
	width:160px;
	height: 160px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -80px;
}

.facebook_blockG{
	background-color:rgb(255,255,255);
	border:4px solid rgb(254,182,0);
	float:left;
	height:114px;
	margin-left:9px;
	width:30px;
	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;
	}
}

/* VERTICSL TABS */
.vertab_active{
	width: 190px;
	background-color: #FFFFFF;
	border: 1px outset #cccccc;
	overflow: hidden;
	padding: 14px;
	margin-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #FEB400;
}

.vertab_active svg{
	fill:#FEB400;
	width: 24px;
	height: 24px;	
}

.vertab_deactive{
	width: 185px;
	overflow: hidden;
	padding: 12px;
	margin-top: 5px;
	cursor: pointer;
	padding-left: 10px;
	color: 5F6061;
}
.vertab_deactive svg{
	fill:#5F6061;
	width: 24px;
	height: 24px;	
}

.vertab_deactive_hoover{
	width: 185px;
	overflow: hidden;
	padding: 12px;
	margin-top: 5px;
	color: #FEB400;
	cursor: pointer;
	padding-left: 10px;
}
.vertab_deactive_hoover svg{
	fill:#FEB400;
	width: 24px;
	height: 24px;	
}

.vertabicon{
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin-top: 5px;
	cursor: pointer;
	position: static;
	display: inline-block;
	top: 15px;
}

.vertablabel{
	padding-left: 10px;
	cursor: pointer;
	position: relative;
	display: inline;
	top: -5px;
}

/* SETTING PANNELS */
.vertabpannel_active {
	position: absolute;
	top: 5px;
	left: 20px;
	width: 420px;
	height: 100%
	overflow: hidden;
	visibility: visible;
	display: block;
	font-size: 10pt;
	color: #585858;
}

.vertabpannel_deactive {
	position: absolute;
	top: 5px;
	left: 20px;
	width: 420px;
	height: 100%
	overflow: hidden;
	visibility: hidden;
	font-size: 10pt;
	color: #585858;
}

.panelnewinset {
	border: inset 1px rgba(0, 0, 0, 0.25); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
}

.catorselector_inuse {position: relative; margin-top: 4px; margin-left: 4px; margin-bottom: 4px; border: 1px solid #FEB400; display: inline-block; border-radius: 4px; -webkit-border-radius: 4px;}
.catorselector_chooseable {position: relative; margin-top: 4px; margin-left: 4px; margin-bottom: 4px; border: 1px solid #FFFFFF; display: inline-block; border-radius: 4px; -webkit-border-radius: 4px;}
.catorselector_chooseable:hover {border: 1px solid #CCCCCC; cursor: pointer;}

.dudetypeselect_selectable {fill: #6C6C6C;}
.dudetypeselect_selectable:hover {fill: #333333; cursor: pointer;}
.dudetypeselect_disabled {fill: #EEEEEE;}
.dudetypeselect_selected {fill: #FEB400;}

.ui-tabs .ui-tabs-active {
    background-color: #FEB400;
}

.ecardfont-verdana{ font-family:Verdana,sans-serif; }
.ecardfont-times { font-family:'Times New Roman',serif; }
.ecardfont-garamond { font-family:Garamond,serif; }
.ecardfont-courier { font-family:'Courier New',monospace ;}
.ecardfont-lucida { font-family:'Lucida Handwriting',cursive; }
.ecardfont-papyrus { font-family:Papyrus,fantasy; }

.ecardsticker_selected {
	display: inline-block; padding: 2px; margin: 1px; border: 1px #C5C5C5 solid; border-radius: 4px; -webkit-border-radius: 4px; background-color: #feb400;
}

.ecardsticker_normal {
	display: inline-block; padding: 2px; margin: 1px; border: 1px #C5C5C5 solid; border-radius: 4px; -webkit-border-radius: 4px;
}

.ecardsticker_normal:hover {
	display: inline-block; padding: 2px; margin: 1px; border: 1px #C5C5C5 solid; border-radius: 4px; -webkit-border-radius: 4px; background-color: #E9E9E9; cursor: pointer;
}