#wpb2d .heading--inline {
	display: inline-block;
}

#wpb2d .history_box {
	max-height: 140px;
	overflow-y: scroll;
	margin: 0 0 0 10px;
}

#wpb2d .message_box {
	font-weight: bold;
	color: green;
}

#wpb2d #file_tree {
	margin-left: 10px;
	padding: 5px 0 5px 10px;
	width: 400px;
	max-height: 200px;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow-y: scroll;
  background-color: white;
}

#wpb2d #togglers {
	width: 400px;
	margin: 10px 5px 0 10px;
	padding: 0 0 0 7px;
	text-align: right;
  line-height: 2;
}

#wpb2d .bump {
	margin: 10px 0 0 10px !important;
}

#wpb2d .dropbox_location.hide {
	display: none;
}

#wpb2d #progress {
	max-height: 400px;
	overflow-y: scroll;
	margin: 0 0 10px 0;
}

#wpb2d ul {
	margin: 0;
}

#wpb2d .files {
	display: none;
	margin-left: 58px;
}

#wpb2d .files li {
	margin: 5px 0;
	padding-left: 20px;
}

#wpb2d .view-files {
	text-decoration: none;
}

#wpb2d .loading {
	padding: 5px;
	clear: both;
}

#wpb2d #circleG {
	margin-top: 10px;
	width: 150px;
}

#wpb2d .circleG {
	background-color: #FFFFFF;
	float: left;
	height: 15px;
	margin-left: 8px;
	width: 15px;
	-webkit-animation-name: bounce_circleG;
	-webkit-border-radius: 10px;
	-webkit-animation-duration: 1.9500000000000002s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-moz-animation-name: bounce_circleG;
	-moz-border-radius: 10px;
	-moz-animation-duration: 1.9500000000000002s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	opacity: 0.3;
	-o-animation-name: bounce_circleG;
	border-radius: 10px;
	-o-animation-duration: 1.9500000000000002s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	-ms-animation-name: bounce_circleG;
	-ms-animation-duration: 1.9500000000000002s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
	opacity: 0.3
}

#wpb2d #circleG_1 {
	-webkit-animation-delay: 0.39s;
	-moz-animation-delay: 0.39s;
	-o-animation-delay: 0.39s;
	-ms-animation-delay: 0.39s;
}

#wpb2d #circleG_2 {
	-webkit-animation-delay: 0.91s;
	-moz-animation-delay: 0.91s;
	-o-animation-delay: 0.91s;
	-ms-animation-delay: 0.91s;
}

#wpb2d #circleG_3 {
	-webkit-animation-delay: 1.17s;
	-moz-animation-delay: 1.17s;
	-o-animation-delay: 1.17s;
	-ms-animation-delay: 1.17s;
}

#wpb2d @-webkit-keyframes bounce_circleG {
	0% {
		opacity: 0.3
	}

	50% {
		opacity: 1;
		background-color: #000000
	}

	100% {
		opacity: 0.3
	}

}

#wpb2d @-moz-keyframes bounce_circleG {
	0% {
		opacity: 0.3
	}

	50% {
		opacity: 1;
		background-color: #000000
	}

	100% {
		opacity: 0.3
	}

}

#wpb2d @-o-keyframes bounce_circleG {
	0% {
		opacity: 0.3
	}

	50% {
		opacity: 1;
		background-color: #000000
	}

	100% {
		opacity: 0.3
	}
}

#wpb2d @-ms-keyframes bounce_circleG {
	0% {
		opacity: 0.3
	}

	50% {
		opacity: 1;
		background-color: #000000
	}

	100% {
		opacity: 0.3
	}
}

#wpb2d .premium th {
	text-align: left;
	border-top: 1px solid #DEDEDE;
}

#wpb2d .premium td, .premium th {
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	padding: 10px;
}

#wpb2d .premium table {
	border-left: 1px solid #DEDEDE;
}

#wpb2d .paypal, .instructions {
	float: left;
	margin-right: 20px;
}

#wpb2d .errors {
	clear: both;
}

#wpb2d .extensions-table {
	margin-top: 20px;
}

#wpb2d .paragraph-block {
	max-width: 750px;
}

#wpb2d .product-box--single, .product-box--multi, .product-box--bundle {
	display: inline-block;
	padding: 20px;
	text-align: center;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	margin-left: 10px;
  background-color: white;
}

#wpb2d .product-box--single {
	margin: 10px 0 10px 10px;
	float: left;
}

#wpb2d .product-box--bundle {
	display: block;
	clear: both;
	margin: 0;
}

#wpb2d .product-box--bundle--1 {
	width: 201px;
}

#wpb2d .product-box--bundle--2 {
	width: 402px;
}

#wpb2d .product-box--bundle--3 {
	width: 603px;
}

#wpb2d .product-box--bundle .product-box__price,
#wpb2d .product-box--bundle .product-box__button {
	display: inline-block;
}

#wpb2d .product-box--no-margin {
	margin-left: 0px !important;
}

#wpb2d .product-box__title {
	background: #777;
	color: #FFF;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 5px;
}

#wpb2d .product-box__subtitle {
	padding: 10px 0;
	max-width: 175px;
}

#wpb2d .product-box--bundle .product-box__subtitle,
#wpb2d .product-box--bundle .product-box__alert {
	max-width: 100%;
}

#wpb2d .product-box__price {
	font-size: 22px;
	padding: 5px;
	margin-bottom: 10px;
}

#wpb2d .product-box__message {
	color: green;
	font-size: 13px;
	font-weight: bold;
}

#wpb2d .product-box__alert {
	margin-top: 10px;
	font-size: 11px;
	max-width: 200px;
}

#wpb2d .product-box__tick {
	margin-bottom: 5px;
	color: green;
	font-size: 25px;
	display: block;
}

#wpb2d .product-box__button {
	padding: 6px;
}

#wpb2d .note_paragraph {
	padding-top: 10px;
	clear: both;
}

/*! jQuery UI - v1.10.3 - 2013-08-06
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.tabs.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
#wpb2d .ui-helper-hidden {
	display: none;
}

#wpb2d .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#wpb2d .ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

#wpb2d .ui-helper-clearfix:before,
#wpb2d .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

#wpb2d .ui-helper-clearfix:after {
	clear: both;
}

#wpb2d .ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}

#wpb2d .ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

#wpb2d .ui-front {
	z-index: 100;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
#wpb2d .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wpb2d .ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

#wpb2d .ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

#wpb2d .ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

#wpb2d .ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

#wpb2d .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

#wpb2d .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
#wpb2d .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#wpb2d .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}

#wpb2d .ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#wpb2d .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	outline: none;
	cursor: pointer;
}

#wpb2d .ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
}

/* Component containers
----------------------------------*/

#wpb2d .ui-widget-header {
	border-bottom: 1px solid #aaaaaa;
}

/* Interaction states
----------------------------------*/
#wpb2d .ui-state-default,
#wpb2d .ui-widget-content .ui-state-default,
#wpb2d .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #555555;
}

#wpb2d .ui-state-default a,
#wpb2d .ui-state-default a:link,
#wpb2d .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

#wpb2d .ui-state-hover,
#wpb2d .ui-widget-content .ui-state-hover,
#wpb2d .ui-widget-header .ui-state-hover,
#wpb2d .ui-state-focus,
#wpb2d .ui-widget-content .ui-state-focus,
#wpb2d .ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	font-weight: normal;
	color: #212121;
}

#wpb2d .ui-state-hover a,
#wpb2d .ui-state-hover a:hover,
#wpb2d .ui-state-hover a:link,
#wpb2d .ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}

#wpb2d .ui-state-active,
#wpb2d .ui-widget-content .ui-state-active,
#wpb2d .ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	font-weight: normal;
	color: #212121;
}

#wpb2d .ui-state-active a,
#wpb2d .ui-state-active a:link,
#wpb2d .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
#wpb2d .ui-corner-all,
#wpb2d .ui-corner-top,
#wpb2d .ui-corner-left,
#wpb2d .ui-corner-tl {
	border-top-left-radius: 4px;
}

#wpb2d .ui-corner-all,
#wpb2d .ui-corner-top,
#wpb2d .ui-corner-right,
#wpb2d .ui-corner-tr {
	border-top-right-radius: 4px;
}

