/*  main css for Admin Settings and Tab webpages  */

.http3deat_tabmenu {
	text-align:left;
	vertical-align:bottom;
	margin-top:10px;
	visibility:hidden;
}
.http3deat_tabs {
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid black;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	text-align:center;
	cursor:pointer;
	background-color:gray;
	color:white;
}
.http3deat_tabs:hover {
	background-color:yellow;
	color:black;
	cursor:pointer;
}
.http3deat_tabsselected {
	display:inline-block;
	width:120px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid black;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	text-align:center;
	cursor:pointer;
	background-color:white;
	color:black;
}
.http3deat_tabsselected:hover {
	background-color:yellow;
	color:black;
	cursor:pointer;
}
.http3deat_indent {
	margin-left:30px;
}	
.http3deat_indent2 {
	margin-left:50px;
}	
.http3deat_indent3 {
	margin-left:80px;
}	
.http3deat_indentright2 {
	margin-right:50px;
}	
.http3deat_floatleft {
	float:left;
}	
.http3deat_floatright {
	float:right;
}	
.http3deat-label {
	float:left;
	width:200px;
	font-weight:bold;
	min-height:42px;
	padding-top:14px;
	padding-bottom:0px;
}
.http3deat-label2 {
	font-weight:bold;
	min-height:32px;
}
.http3deat-value {
	font-weight:normal;
	min-height:42px;
}
.http3deat_imagepreview {
	margin:5px;
	border:1px solid blue;
	cursor:pointer;
	width:250px;
	height:auto;
	display:none;
	visibility:hidden;
	margin-left:30px;
	margin-left:auto;
	margin-right:auto;
}
.http3deat_imagebox {
	width:252px;
	vertical-align:top;
	text-align:center;
	float:left;
}
.http3deat_imageboxpreview {
	margin:0px;
	border:1px solid blue;
	cursor:pointer;
	width:100%;
	height:auto;
	display:none;
	visibility:hidden;
}
tr.http3deat_row  {
	outline:1px solid #c0c0c0;
	background-color:transparent;
	cursor:default;
}
tr.http3deat_row:hover {
	outline:1px solid #4545ff;
	background-color:#fcfcd2;
	cursor:pointer;
}
tr.http3deat_rowpast  {
	outline:1px solid #c0c0c0;
	background-color:#e7e7e7;
	cursor:default;
}
tr.http3deat_rowpast:hover {
	outline:1px solid #4545ff;
	background-color:#fcfcd2;
	cursor:pointer;
}
td.http3deat_cell  {
	vertical-align:top;
	background-color:transparent;
}
td.http3deat_cellwaitstart  {
	vertical-align:top;
	background-color:#FFFFD6;
}
td.http3deat_cellwait  {
	vertical-align:top;
	background-color:#FFD6D6;
}
input[type=button].http3deat_button {
	color:white;
	border:1px solid black;
	background-color:green;
	border-radius:20px;
	padding:10px;
	text-decoration:none;
}
input[type=button].http3deat_button:hover {
	color:black;
	background-color:#8ecc8f;
	cursor:pointer;
	text-decoration:none;
}
input[type=button].http3deat_buttoncancel {
	color:white;
	background-color:red;
	border:1px solid black;
	border-radius:20px;
	padding:10px;
	text-decoration:none;
}
input[type=button].http3deat_buttoncancel:hover {
	color:black;
	background-color:#cc8e8e;
	cursor:pointer;
	text-decoration:none;
}
input[type=button].http3deat_buttonfade {
	color:white;
	background-color:#6d6d6d;
	border:1px solid black;
	border-radius:20px;
	padding:10px;
	text-decoration:none;
}
input[type=button].http3deat_buttonfade:hover {
	color:black;
	background-color:#cfcfcf;
	cursor:pointer;
	text-decoration:none;
}
a.http3deat_wizardhelp {
	color:black;
	background-color:yellow;
	border:1px solid #6d6d6d;
	border-radius:10px;
	padding:5px;
	text-decoration:none;
	float:right;
}
a.http3deat_wizardhelp:hover {
	color:black;
	background-color:#cfcfcf;
	cursor:pointer;
	text-decoration:none;
}
.http3deat_buttonedit {
	color:white;
	background-color:#6382b2;
	border:1px solid black;
	border-radius:20px;
	padding:10px;
	text-decoration:none;
}
.http3deat_buttonedit:hover {
	color:black;
	background-color:#cfcfcf;
	cursor:pointer;
	text-decoration:none;
}
input[type="button"].http3deat_buttonselect {
	color:white;
	background-color:green;
	border:1px solid black;
	border-radius:20px;
	padding:10px;
	float:right;
	text-decoration:none;
}
input[type="button"].http3deat_buttonselect:hover {
	color:black;
	background-color:#8ecc8f;
	cursor:pointer;
	border:1px solid black;
	border-radius:20px;
	padding:10px;
	float:right;
	text-decoration:none;
}
h3.www_searchsectiontitle {
	color:blue;
	font-weight:bold;
}
h3.http3deat_searchheader {
	color:white;
	background-color:black;
	border:1px solid gray;
	border-radius:20px;
	padding:10px;
	font-weight:bold;
	width:98%;
}
h3.http3deat_searchheaderoptional {
	color:white;
	background-color:green;
	border:1px solid gray;
	border-radius:20px;
	padding:10px;
	width:100%;
}
h3.http3deat_3dsitename {
	color:blue;
	background-color:#efefef;
	border:1px solid gray;
	border-radius:20px;
	padding:10px;
	margin-left:5%;
	margin-right:5%;
}
.www_roundpage {
	background-color:white;
	border:1px solid gray;
	border-radius:20px;
	padding:10px;
	margin-left:5%;
	margin-right:5%;
}
h3.http3deat_heading {
	color:blue;
	font-weight:bold;
}
.http3deat_checknameresults {
	text-align:right;
	width:180px;
	display:inline-block;
	font-weight:bold;
	margin-right:10px;
}
.http3deat_loginerror {
	color:red;
	font-weight:bold;
	text-align:center;
}
.http3deat_hidden {
	display:none;
	visibility:hidden;
}
table.http3deat_bordertable {
	border:1px solid black;
	display:none;
	visibility:hidden;
}
td.http3deat_subheadingpadding {
	padding:10px;
	text-align:left;
}
.http3deat_plus {
	float:left;
	font-size:3em;
	color:green;
	font-weight:bold;
	margin-top:50px;
	margin-left:30px;
	margin-right:30px;
	padding:0px;
}
.http3deat_plaintext {
	font-weight:normal;
	font-size:1em;
}
.http3deat_box {
	border:1px gray solid;
	padding:5px;
	margin-top:5px;
}
.http3deat_blue {
	color:blue;
}
.http3deat_red {
	color:red;
}
a.http3deat_red {
	color:red;
}
a.http3deat_red:hover {
	color:#cc8e8e;
	cursor:pointer;
}
a.http3deat_main {
	color:green;
	font-weight:bold;
	font-size:1.2em;
}
a.http3deat_main:hover {
	color:#8ecc8f;
	cursor:pointer;
}
.http3deat_inline {
	display:inline-block;
}
.http3deat_indentplaintext {
	float:right;
	font-weight:normal;
	margin:20px;
}
.http3deat_confirmlabel {
	color:black;
	font-weight:bold;
	font-size:1em;
	min-width:250px;
	display:inline-block;
	vertical-align:top;
}
.http3deat_right {
	text-align:right;
	margin-right:20px;
}
.http3deat_center {
	text-align:center;
	width:100%;
}
.http3deat_centered {
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
.http3deat_iscentered {
	margin-left:auto;
	margin-right:auto;
}
.http3deat_overlapup {
	position:relative;
	z-index:520;
	top:-30px;
}
.http3deat_clear {
	clear:both;
}
input.http3deat_wideinput {
	max-width:280px;
}
.http3deat_tall {
	height:400px;
	text-align:center;
	display:none;
	visibility:hidden;
}
.http3deat_wizardholder {
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:10px;
	float:left;
	text-align:center;
	padding:0px;
}
.http3deat_woocommercerequired {
	display:none;
	visibility:hidden;
	color:red;
	font-weight:bold;
	clear:both;
}
.http3deat_welcomeimage {
	width:100%;
	min-width:300px;
	height:auto;
}
.http3deat_officelogoimage {
	width:100%;
	min-width:100px;
	max-width:200px;
	height:auto;
}
.http3deat_productimage {
	width:100%;
	min-width:300px;
	height:auto;
}
.http3deat_constructionimage {
	width:100%;
	height:auto;
	z-index:500;
	position:relative;
}
.http3deat_processingimage {
	width:60%;
	height:auto;
	z-index:510;
	position:relative;
	top:-100px;
	left:20%;
}
.http3deat_roundpage {
	border:1px solid gray;
	border-radius:15px;
	padding:10px;
	margin-left:5%;
	margin-right:5%;
	background-color:white;
	max-width:800px;
}
.http3deat_larger {
	font-size:1.2em;
	line-height:1.6em;
}
.http3deat_largest {
	font-size:2em;
}
.http3deat_createit {
	font-size:2.8em;
	padding:20px;
	border-radius:40px;
}
.http3deat_wizardbox {
	border:1px solid green;
	border-radius:15px;
	padding:10px;
	margin-left:5%;
	margin-right:5%;
	margin-top:10px;
	background-color:#f3fff2;	
	text-align:center;
	max-width:800px;
}
.http3deat_wizardtitle {
	color:green;
	font-size:1.8em;
	margin-top:0px;
	border-bottom:1px solid green;
}
.http3deat_wizardstep {
	color:black;
	font-size:.8em;
	margin-left:20px;
}
.http3deat_wizardinstructions {
	font-size:1em;
	color:black;
	margin-bottom:20px;
	text-align:left;
}
.http3deat_instructionsindent {
	margin-left:30px;
	margin-right:30px;
	margin-top:10px;
}
.http3deat_instructionslarger {
	font-size:1.4em;
	color:blue;
}
input[type=button].http3deat_buttonwizardnext {
	color:white;
	background-color:green;
	border:1px solid black;
	border-radius:30px;
	padding:10px;
	float:right;
	font-size:1.8em;
}
input[type=button].http3deat_buttonwizardnext:hover {
	color:black;
	background-color:#8ecc8f;
	border:1px solid black;
	border-radius:30px;
	padding:10px;
	float:right;
	cursor:pointer;
}
input[type=button].http3deat_buttonwizardback {
	color:white;
	background-color:#878787;
	border:1px solid black;
	border-radius:30px;
	padding:10px;
	float:left;
}
input[type=button].http3deat_buttonwizardback:hover {
	color:black;
	background-color:#8ecc8f;
	border:1px solid black;
	border-radius:30px;
	padding:10px;
	cursor:pointer;
}
a.http3deat_buttontest {
	color:white;
	background-color:green;
	border:1px solid black;
	border-radius:20px;
	padding:10px;
	float:right;
	margin-right:0px;
	text-decoration:none;
}
a.http3deat_buttontest:hover {
	color:black;
	background-color:#8ecc8f;
	cursor:pointer;
	text-decoration:none;
}
a.http3deat_buttontestset {
	color:white;
	background-color:#c0c0c0;
	border:1px solid black;
	border-radius:20px;
	padding:10px;
	float:right;
	margin-right:0px;
	text-decoration:none;
}
a.http3deat_buttontestset:hover {
	color:black;
	background-color:#cfcfcf;
	cursor:pointer;
	text-decoration:none;
}
.http3deat_wtwyellow {
	color:yellow;
}
.http3deat_wtwblue {
	color:blue;
}
.http3deat_gray {
	color:gray;
}
input.http3deat_gray {
	color:gray;
}
.http3deat_black {
	color:black;
}
.http3deat_testtext {
	color:green;
	font-weight:bold;
}
@keyframes blinker {
    from {color:#d3ead4}
    to {color:green}
}
.http3deat_loading {
	font-weight:bold;
	font-size:1.2em;
	color:green;
	text-align:center;
	display:none;
	visibility:hidden;
	animation-name: blinker;
    animation-duration: .75s;
	animation-iteration-count: infinite;
}
.http3deat_loadingshow {
	font-weight:bold;
	font-size:1.2em;
	color:green;
	text-align:center;
	animation-name: blinker;
    animation-duration: .75s;
	animation-iteration-count: infinite;
	margin-top:100px;
}
a.http3deat_closewizard {
	margin-left:0px;
	margin-right:0px;
	margin-top:1px;
	margin-bottom:1px;
	padding:5px;
	color:red;
	font-weight:bold;
	text-decoration:none;
	font-size:.8em;
	display:block;
	border:1px solid red;
	background-color: #ffffea;
	border-radius:5px;
}
a.http3deat_closewizard:hover {
	color:white;
	text-decoration:none;
	cursor:pointer;
	background-color:red;
	border:1px solid gray;
}
h3.http3deat_helpheading {
	color:blue;
	background-color:#efefef;
	border:1px solid gray;
	border-radius:20px;
	padding:10px;
	margin-left:5%;
	margin-right:5%;
}
a.http3deat_helplink {
	margin-left:50px;
	margin-right:50px;
	margin-top:1px;
	margin-bottom:1px;
	padding:10px;
	color:black;
	text-decoration:none;
	font-size:1.2em;
	display:block;
	border:1px solid transparent;
	background-color: transparent;
	border-radius:15px;
}
a.http3deat_helplink:hover {
	color:blue;
	text-decoration:none;
	cursor:pointer;
	background-color:#ffffea;
	border:1px solid gray;
}
.http3deat_http3dcustom {
	display:inline;
	font-size:1.2em;
	font-weight:bold;
	color:blue;
	vertical-align:middle;
}
input.http3deat_customdomain {
	font-size:1.2em;
	font-weight:bold;
	color:blue;
	vertical-align:middle;
}
.http3deat_bold {
	font-weight:bold;
}
.http3deat_bolder {
	font-weight:bolder;
}
.http3deat_pricediv {
	float:right;
	padding:10px;
	border:1px solid black;
	border-radius:15px;
	background-color:white;
	color:black;
	font-size:.6em;
	margin-top:0px;
	position:relative;
	top:-10px;
	right:-15px;
}
.http3deat_price {
	color:green;
	font-weight:bold;
	font-size:4em;
}
sup.http3deat_price {
	color:green;
	font-weight:bold;
	font-size:.5em;
}
option.http3deat_optiontext {
	font-size:1em;
	color:black;
}
option.http3deat_optionlink {
	font-size:.6em;
	color:gray;
}
.http3deat_imagepreviewshown {
	cursor:default;
	margin-left:auto;
	margin-right:auto;
}
.http3deat_imagepreviewshown:hover {
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}
a.http3deat_optionslink {
	font-size:.8em;
	color:white;
	background-color:#c0c0c0;
	border:1px solid black;
	border-radius:8px;
	padding:5px;
	text-decoration:none;
}
a.http3deat_optionslink:hover {
	color:black;
	background-color:#cfcfcf;
	cursor:pointer;
	text-decoration:none;
}
.http3deat_expandlink {
	float:right;
	font-size:.8em;
	color:#efefef;
}
.http3deat_expandlink:hover {
	cursor:pointer;
	color:yellow;
}
.http3deat_keyissued {
	width:100%;
	text-align:center;
	padding:20px;
	font-size:1.8em;
	color:black;
}
.http3deat_savedbyyoumessage {
	color:red;
	display:none;
	visibility:hidden;
}
.http3deat_leftalign {
	text-align:left;
	margin-left:10%;
	margin-right:10%;
}
.http3deat_siteready {
	width:100%;
	text-align:center;
	margin-top:20px;
	margin-bottom:80px;
	font-size:2.8em;
	color:blue;
	font-weight:bold;
}
img.http3deat_imagefadepreview {
	max-width:600px;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	opacity: 0.4;
    filter: alpha(opacity=40);
	position:relative;
	top:-50px;
	z-index:400;
	border:1px solid gray;
	border-radius:35px;
}
.http3deat_noimageplaceholder {
	max-width:600px;
	width:100%;
	min-height:200px;
	margin-left:auto;
	margin-right:auto;
	background-color:#6b7c99;
	position:relative;
	top:-50px;
	z-index:400;
	border:1px solid gray;
	border-radius:35px;
	display:none;
	visibility:hidden;
}
.http3deat_buttonvisit {
	color:white;
	border:1px solid black;
	background-color:green;
	border-radius:20px;
	padding:10px;
	text-decoration:none;
	font-size:3em;
	position:relative;
	z-index:500;
}
.http3deat_buttonvisit:hover {
	color:black;
	background-color:#8ecc8f;
	cursor:pointer;
	text-decoration:none;
}
.http3deat_sendideas {
	color:green;
	font-size:3.5em;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bolder;
	border:1px solid black;
	border-radius:25px;
	background-color:#efefef;
	padding:30px;
	margin-left:5%;
	margin-right:5%;
}
.http3deat_sendideas2 {
	font-size:2em;
	color:green;
	text-align:center;
	font-weight:bolder;
	margin-left:5%;
	margin-right:5%;
}
input.http3deat_checkbox {
	font-size:2em;
	font-weight:bolder;
}
.http3deat_widehidden {
	width:100%;
	display:none;
	visibility:hidden;
}
.http3deat_wide {
	width:100%;
}
.http3deat_columnwide {
	width:296px;
	display:inline-block;
	border:3px solid green;
	margin:10px 10px 10px 22px;
	border-radius:15px;
	vertical-align:top;
}
.http3deat_full {
	/*width:100%;*/
	display:inline-block;
}
.http3deat_logoimage {
	float:left;
	width:180px;
	height:auto;
}
a.http3deat_daybutton {
	border:1px solid #000000;
	padding:5px;
	margin-right:15px;
	text-decoration:none;
	background-color:transparent;
	color:black;
}
a.http3deat_daybutton:hover {
	border:1px solid green;
	cursor:pointer;
	color:black;
	background-color:transparent;
}
a.http3deat_daybuttonactive {
	border:1px solid blue;
	padding:5px;
	margin-right:15px;
	text-decoration:none;
	background-color:#000000;
	color:white;
}
a.http3deat_daybuttonactive:hover {
	border:1px solid green;
	cursor:pointer;
	color:black;
	background-color:#f0f0f0;
}
.http3deat_whorsvps {
	border:2px solid blue;
	margin:10px 3px 10px 3px;
	border-radius:5px;
	height: 200px;
	width:100%;
	overflow-y:auto;
}