#content {
	overflow: auto;
	position: absolute;
	z-index: 75;
	top: 0;
	right: 0;
	bottom: 60px;
	left: 0;
	background-color: white;
}

#canvas {
	position: absolute;
	top: 10px;
	right: 310px;
	bottom: 10px;
	left: 10px;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}

/******************************************************************************/
/********************************  SIDEBAR  ***********************************/
/******************************************************************************/

#sidebar {
	overflow: auto;
	position: absolute;
	z-index: 75;
	top: 0;
	right: 0;
	bottom: 60px;
	width: 299px;
	border-left: 1px solid #dfdfdf;
	background: whitesmoke;

	-webkit-overflow-scrolling: touch;
}

.viz-group {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	list-style: none;
}

.viz-group .viz-group-header .viz-group-title {
	margin: 10px 0;
	padding: 15px 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #555d66;
	background: #fff;
}

.viz-group-wrapper ul .viz-group-title {
	border-top: 1px solid #ddd;
}

.viz-group-wrapper ul li {
	border-top: 1px solid #ddd;
}

.viz-group-wrapper ul ul li.viz-subsection {
	margin: 5px;
	border: 1px solid #ddd;
}

.viz-group-wrapper .viz-group .viz-group .viz-group-title {
	position: relative;
	margin: 0;
	padding: 10px 10px 11px 14px;
	border-top: none;
	border-bottom: none;
	border-left: 4px solid #fff;
	color: #555d66;
	background-color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	cursor: pointer;
	-webkit-transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out;
	transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out;
}

.viz-group-wrapper .viz-group .viz-group:hover .viz-group-title,
.viz-group-wrapper .viz-group .viz-group.open .viz-group-title {
	border-left-color: #0073aa;
	color: #0073aa;
	background: #f3f3f5;
}

.viz-group-wrapper .viz-group .viz-group .viz-group-title:after {
	position: absolute;
	z-index: 1;
	top: 11px;
	right: 10px;
	color: #a0a5aa;
	font: 400 20px/1 dashicons;
	content: "\f345";
}

.viz-group-wrapper .viz-group .viz-group.open .viz-group-title:after {
	content: "\f347";
}

.viz-group-wrapper .viz-group .customize-section-back {
	display: block;
	float: left;
	width: 42px;
	height: 49px;
	margin: 0 15px 0 0;
	padding: 0;
	border: none;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 4px solid #fff;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
	-webkit-transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
	transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
}

.viz-group-wrapper .viz-group .customize-section-back:hover {
	border-left-color: #0073aa;
	outline: 0;
	color: #0073aa;
	background: #f3f3f5;
}

.viz-group-wrapper .viz-group .customize-section-back:before {
	position: relative;
	top: -11px;
	left: -2px;
	font: 400 20px/72px dashicons;
	content: "\f341";
}

.viz-group-wrapper.full-height {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}

.viz-group.bottom-fixed {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.viz-group ul li h2,
.viz-group ul li h3 {
	padding: 7px 15px 7px 35px;
}

.viz-group h2 .dashicons,
.viz-group h3 .dashicons {
	margin-right: 5px;
	vertical-align: -5px;
}

.viz-group-content {
	display: none;
	margin: 0;
	padding: 0;
	background-color: #fdfdfd;
}

div.viz-group-content {
	padding: 15px;
}

.viz-group.open > .viz-group-content {
	display: block;
}

.viz-group-description {
	margin: 0;
	padding: 5px;
	color: #555;
	font-size: 12px;
	text-align: left;
}

div.viz-group-content .viz-group-description {
	padding: 5px;
	font-family: "Montserrat",sans-serif;
	font-weight: 300;
}

.initial-screen .viz-group-description {
	padding: 0;
	padding: 10px 20px 20px;
	font-family: "Montserrat",sans-serif;
	font-weight: 300;
}

.viz-section-title {
	display: block;
	position: relative;
	margin-bottom: 5px;
	padding: 4px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: rgba(0, 0, 0, 0.02);
	box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
	font-weight: bold;
	cursor: pointer;
}

.viz-group-wrapper ul ul li .viz-section-title {
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}

.viz-section-title::after {
	position: absolute;
	z-index: 1;
	top: 13px;
	right: 20px;
	width: 0;
	height: 0;
	border-width: 4px 4px 0;
	border-style: solid;
	border-color: #ccc transparent;
	content: "";
}

.viz-section-title.open::after {
	border-width: 0 4px 4px;
}

.section-items,
.viz-section-items {
	display: none;
	padding: 15px;
}

.viz-section-items.open {
	display: block;
}

.more-info {
	display: none;
	float: right;
	color: #21759b;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
}

.viz-section-description {
	margin: 0;
	/*display: none;*/
	padding: 0;
	color: gray;
	font-size: 11px;
}

.viz-section-table {
	width: 100%;
}

.section-delimiter,
.viz-section-delimiter {
	margin: 15px 0;
	border-top: 1px dashed #ccc;
}

.viz-section-table-column {
	width: 50%;
	padding: 0 1px;
	text-align: left;
	vertical-align: top;
}

.viz-section-item {
	margin-bottom: 10px;
}

.control-select,
.control-text {
	width: 100%;
}

.control-check {
	float: right;
}

.control-check::after {
	clear: both;
}

.viz-section-description ul {
	margin: 0 0 0 25px;
	list-style: circle;
}

.viz-section-description li {
	margin: 0;
	list-style: circle;
}

#rate-the-plugin {
	margin-top: 40px;
	padding: 20px;
	border-top: 1px dashed #ddd;
	text-align: center;
}

.rate-the-plugin {
	width: 40% !important;
	margin-top: -5px;
}

#rate-stars {
	width: 100px;
	height: 20px;
	margin: 15px auto;
	background-image: url("../images/star.png");
	background-repeat: repeat-x;
	background-position: right center;
}

#rate-link {
	font-family: "Montserrat",sans-serif;
	font-weight: 400;
	text-decoration: none;
}

#flattr {
	margin-top: 15px;
	text-align: center;
}

/******************************************************************************/
/********************************  TOOLBAR  ***********************************/
/******************************************************************************/

#toolbar {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: 0;
	left: 0;
	height: 36px;
	padding: 12px 16px;
	border-top: 1px solid #dfdfdf;
	box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
	text-align: center;
}

#toolbar .push-right {
	float: right;
}

.toolbar-div a {
	float: left;
}

.toolbar-div {
	display: inline-block;
	float: left;
	width: 30%;
	vertical-align: top;
}

/******************************************************************************/
/********************************  TYPE PICKER   ******************************/
/******************************************************************************/

.type-box span {
	display: block;
	position: absolute;
	right: 0;
	bottom: -6px;
	width: 100%;
	padding: 4px 0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	background: #e0e0e0;
	background-color: #efefef;
	box-shadow: 0 0 8px #ddd;
	font-weight: bold;
	text-align: center;
}

.type-box .pro-upsell {
	color: #c55555;
}

#type-picker {
	width: 954px;
	margin: 50px auto;
}

.type-box {
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	border: 1px dashed #ddd;
	background-color: #efefef;
	box-shadow: 0 0 8px #ddd;
}

.type-box:nth-child(3n+3) {
	margin-right: 0;
}

.type-box .pro-upsell .visualizder-pro-label {
	display: inline;
	position: absolute;
	top: 0;
	width: 74px;
	height: 10px;
	height: 17px;
	border: none;
	color: #fff;
	background: #c55555;
}

.type-label {
	display: block;
	width: 270px;
	height: 205px;
	padding: 15px;
	border: 1px solid #e0e0e0;
	background-color: white;
	background-image: url(../images/chart_types_g.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.type-label-selected,
.type-box > .type-label:hover {
	background-image: url(../images/chart_types.png);
}

.type-box-area .type-label {
	background-position: 0 -225px;
}

.type-box-line .type-label {
	background-position: -600px 0;
}

.type-box-scatter .type-label {
	background-position: -300px 0;
}

.type-box-pie .type-label {
	background-position: 0 0;
}

.type-box-gauge .type-label {
	background-position: 0 -450px;
}

.type-box-geo .type-label {
	background-position: -600px -450px;
}

.type-box-candlestick .type-label {
	background-position: -300px -450px;
}

.type-box-bar .type-label {
	background-position: -300px -225px;
}

.type-box-column .type-label {
	background-position: -600px -225px;
}

.type-box-table .type-label {
	background-position: -301px -670px;
}

.type-box-timeline .type-label {
	background-position: -2px -670px;
}

.type-box-combo .type-label {
	background-position: -597px -670px;
}

/******************************************************************************/
/********************************  OTHER STYLES  ******************************/
/******************************************************************************/

#thehole {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	border: 0;
	opacity: 0;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
}

.locker,
.locker-loader {
	position: absolute;
	top: 0;
	left: 0;
}

.locker {
	z-index: 1000;
	opacity: 0.8;
	background-color: white;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.locker-loader {
	z-index: 1001;
	background: url(../images/ajax-loader.gif) no-repeat center center;
}

.file-wrapper {
	display: inline-block;
	width: auto;
	max-width: 133px;
}

.file {
	position: fixed;
	max-width: 138px;
	margin-top: -6px;
	margin-left: -33px;
	opacity: 0;
	font-size: 22px;
	cursor: pointer;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
}

#remote-file {
	display: inline-block;
	float: right;
	margin-left: 6px;
}

.form-inline {
	display: table;
	/*margin: 0 auto;*/
	width: 100%;
	vertical-align: middle;
}

.computer-btn {
	overflow: hidden;
	left: -18px;
	padding-left: 27px !important;
	border: medium none rgb(100, 100, 100) !important;
	border: 1px solid #b0b0b0 !important;
	color: #646464 !important;
	background: #e6e6e6 url("../images/computer.png") no-repeat scroll 7px 1px !important;
	box-shadow: none !important;
	text-shadow: none!important;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.computer-btn:hover {
	padding-left: 27px !important;
	border: 1px solid #2f8cea !important;
	color: white !important;
	background: #2f8cea  url("../images/computer.png") no-repeat scroll 7px -36px !important;
	box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
	box-shadow: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease 0s;
	transition: all 0.3s ease;
}

.from-web {
	margin-top: 0;
	margin-bottom: 15px !important;
}

.from-web-btn {
	padding-left: 25px !important;
	border: medium none #646464 !important;
	border: 1px solid #b0b0b0 !important;
	color: #646464 !important;
	background: #e6e6e6 url("../images/web.png") no-repeat scroll 7px 1px !important;
	box-shadow: none !important;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	/*margin-left: 2px !important;*/
}

.from-web-btn:hover {
	padding-left: 25px !important;
	/*margin-left: 2px !important;*/
	border: 1px solid #89b158  !important;
	color: white !important;
	background: #89b158   url("../images/web.png") no-repeat scroll 7px -38px !important;
	box-shadow: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease 0s;
	transition: all 0.3s ease;
}

.preview {
	width: 100%;
}

#sidebar > ul > div.initial-screen > div {
	padding: 0 20px;
}

.from-chart-btn {
	padding-left: 25px !important;
	border: medium none #646464 !important;
	border: 1px solid #b0b0b0 !important;
	color: #646464 !important;
	background: #e6e6e6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important;
	box-shadow: none !important;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	/*margin-left: 2px !important;
	margin-top: 2px !important;*/
}

.from-chart-btn:hover {
	padding-left: 25px !important;
	/*margin-left: 2px !important;*/
	border: 1px solid #10aecb  !important;
	color: white !important;
	background: #10aecb   url("../images/from_chart.png") no-repeat scroll 7px -36px !important;
	box-shadow: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease 0s;
	transition: all 0.3s ease;
	/*margin-top: 2px !important;*/
}

input#existing-chart {
	/*left: 18px;
		width: 110px;
    position: relative;*/
}

select#chart-id {
	float: right;
	width: 146px;
	margin-right: 14px;
}

button#editor-chart-button {
	display: block;
	margin: 0 auto;
	border: 1px solid #2c80d6 !important;
	color: white !important;
	background-color: #2f8cea !important;
	box-shadow: none !important;
	text-shadow: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.preview-btn {
	border: 1px solid #2c80d6 !important;
	color: white !important;
	background-color: #2f8cea  !important;
	box-shadow: none !important;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.preview-btn:hover {
	border: 1px solid #2c80d6 !important;
	color: white !important;
	background-color: #2c80d6 !important;
	box-shadow: none !important;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.show-live-btn {
	width: 100%;
	margin-top: 15px !important;
	border-color: #e98b00 !important;
	background-color: #f90 !important;
	box-shadow: none !important;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
}

.show-live-btn:hover {
	width: 100%;
	margin-top: 15px !important;
	border-color: #e98b00 !important;
	background-color: #ea8c00 !important;
	box-shadow: none !important;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.check-pro-btn {
	display: block;
	width: 245px;
	height: 40px;
	margin: 0 auto;
}

.advanced-settings-btn,
.return-settings-btn {
	display: block;
	height: auto;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 20px;
	border-radius: 3px;
	font-size: 17px;
	line-height: 34px;
	cursor: pointer;
}

.return-settings-btn {
	width: 90%;
}

.advanced-settings-btn {
	width: 100%;
}

.return-settings-btn {
	margin: 10px auto;
}

.hidden-setting {
	display: none;
}

/* ====== RESPONSIVE ======  */

@media (max-width: 1366px) {
	#rate-stars {
		margin: 3px 0 10px 40%;
	}

	.rate-the-plugin {
		margin-left: -8%;
	}
}

@media screen and (max-width: 782px) {
	.button.button-primary.file-wrapper.computer-btn,
	#remote-file,
	#existing-chart {
		height: 28px;
		margin-bottom: 4px;
		padding: 0 10px 1px;
		font-size: 13px;
		line-height: 26px;
		vertical-align: middle;
	}
}

#vz-chart-settings h2:hover,
#vz-chart-permissions h2:hover,
.sidebar-footer-link h2:hover,
#vz-chart-review a:hover {
	text-decoration: none;
}

#vz-chart-review a {
	color: #00a0d2;
	text-decoration: none;
}

#vz-chart-settings h2,
#vz-chart-permissions h2,
.sidebar-footer-link h2,
#vz-chart-review h2 {
	padding: 0;
	border: none;
	font-size: 12px;
	font-weight: 400;
}

#vz-chart-review {
	right: 0;
	bottom: 10px;
	box-sizing: border-box;
	width: 40%;
	padding-right: 6px;
	text-align: right;
}

#vz-chart-settings.bottom-fixed h2 {
	padding-left: 6px;
}

#vz-chart-settings {
	bottom: 40px;
	left: 0;
	box-sizing: border-box;
	width: 33%;
	text-align: left;
}

#vz-chart-permissions:not(.open) h2 {
	display: inline-block;
	width: 100%;
	margin: 0;
	text-align: right;
}

#vz-chart-permissions {
	right: 0;
	bottom: 40px;
	box-sizing: border-box;
	width: 33%;
	text-align: left;
}

#vz-chart-permissions h2,
#vz-chart-settings h2,
.sidebar-footer-link h2 {
	display: inline;
	color: #00a0d2;
	background: none;
	font-family: "Open Sans",sans-serif;
	cursor: pointer;
}

.sidebar-footer-link,
#vz-chart-review,
#vz-chart-permissions,
#vz-chart-settings {
	display: inline;
	background: none;
	cursor: pointer;
}

.sidebar-footer-link > ul,
#vz-chart-source > ul,
#vz-chart-permissions > ul,
#vz-chart-settings > ul {
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #ddd;
}

#vz-chart-copyright {
	bottom: 10px;
	text-align: center;
}

#sidebar {
	border-left: 1px solid #ddd;
	background: #f3f3f3;
}

#vz-chart-permissions.open h2 {
	position: absolute;
	right: 6px;
	bottom: 28px;
	left: auto;
	width: 50%;
	text-align: right;
}

#vz-chart-settings.open h2 {
	position: absolute;
	bottom: 28px;
	left: 6px;
}

#vz-chart-permissions .viz-group-header,
#vz-chart-settings.open .viz-group-header {
	display: block;
}

#vz-chart-permissions .viz-group-header,
#vz-chart-settings .viz-group-header {
	display: none;
}

.sidebar-footer-link.open h2 {
	position: absolute;
	bottom: 28px;
	left: 20px;
}

.sidebar-footer-link.open .viz-group-header {
	display: block;
}

.sidebar-footer-link .viz-group-header {
	display: none;
}

#vz-csv-file-form,
#vz-one-time-import,
#vz-schedule-import,
.edit-data-content {
	text-align: center;
}

#csv-file {
	margin: 15px 0;
	padding: 0;
}

.visualizer-input,
.visualizer-select {
	width: 100%;
	margin: 0 0 15px;
}

.viz-group .dashicons-lock {
	display: none;
}

.only-pro-feature .dashicons-lock {
	display: inline;
}

.viz-section-title .dashicons,
.viz-group-title .dashicons {
	width: 18px;
	height: 18px;
	margin-left: 3px;
	font-size: 18px;
}

.only-pro-feature input,
.only-pro-feature button,
.only-pro-feature select {
	cursor: not-allowed !important;
	pointer-events: none;
}

.only-pro-feature > div {
	position: relative;
}

.only-pro-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	background: rgba(253,253,253,0.9);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.only-pro-feature:hover .only-pro-content {
	opacity: 1;
}

.only-pro-container {
	display: table;
	width: 100%;
	height: 100%;
}

.only-pro-inner {
	display: table-cell;
	vertical-align: middle;
}

.only-pro-content p {
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 700;
}

.only-pro-content a {
	display: inline-block;
	padding: 7px 12px;
	color: #fff;
	background: #ff595e;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: 0.1s ease;
	transition: 0.1s ease;
}

.only-pro-content a:hover {
	background: #ce484c;
}

#sidebar::-webkit-scrollbar {
	width: 4px;
}

#sidebar::-webkit-scrollbar-thumb {
	background: #999;
}

span.viz-section-error {
	color: #ff000;
}

#visualizer-error-manual {
	color: #ff595e;
}

#vz-chart-permissions {
	width: 43%;
}

#vz-chart-permissions {
	color: #ce484c;
}

#vz-chart-permissions {
	right: 6px;
	bottom: 40px;
	width: 35%;
}

#permissions-form .only-pro-feature > ul {
	position: relative;
	text-align: center;
}
