/**
 * @version    1.0
 * @package    Nitro
 * @author     WooRockets Team <support@woorockets.com>
 * @copyright  Copyright (C) 2014 WooRockets.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.woorockets.com
 */
.clear:before,
.clear:after,
.three-col:before,
.three-col:after,
.two-col:before,
.two-col:after {
	content: '';
	display: table;
}
b {
	color: #000;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
.clear:after,
.three-col:after,
.two-col:after {
	clear: both;
}
.intro-title sup {
	background: #fff;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 10px;
	position: relative;
	top: -15px;
}
.intro-title a {
	text-decoration: none;
}
.nitro-wrap .welcome-panel {
	padding-bottom: 15px;
}
.nitro-wrap .panel-small {
	padding: 20px;
	margin: 0;
}
.nitro-wrap .panel-small p {
	margin: 0;
}
.nitro-wrap .small-text {
	font-size: 13px;
}
.nitro-wrap .panel-small .install-all-plugin {
	margin-top: 20px;
}
.nitro-wrap a:focus,
.nitro-wrap a:active {
	box-shadow: none;
}
#nitro-restore-settings-form {
	display: none;
}
.ajax-upload-dragdrop {
	border: 2px dotted #e5e5e5;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}
.ajax-file-upload {
	color: #555;
	border: 1px solid #ccc;
	background: #f7f7f7;
	box-shadow: 0 1px 0 #ccc;
	vertical-align: top;
	width: 120px;
	padding: 0 10px 1px;
	margin-right: 10px;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
}
.ajax-file-upload:hover {
	background: #fafafa;
	border-color: #999;
	color: #23282d;
}
.dashicons-dribbble:before {
	content: '';
	display: inline-block;
	background: url('../../images/admin/dribbble.svg') no-repeat 0 0;
	width: 20px;
	height: 20px;
}
.nitro-wrap #tabs-container {
	max-width: 1035px;
}
.nav-tab-wrapper .active {
	background: #fff;
}
.nitro-wrap .nav-tab {
	border-radius: 4px 4px 0 0;
}
.nitro-wrap .nav-disabled {
	opacity: .5;
	position: relative;
	background: #e5e5e5;
	color: #555;
}
.nitro-wrap .nav-disabled:before {
	content: attr(data-title);
	position: absolute;
	font-size: 12px;
	top: -40px;
	background: #000;
	color: #fff;
	font-weight: 300;
	padding: 5px 20px;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	left: calc(50% - 230px);
}
.nitro-wrap .nav-disabled:hover:before {
	opacity: 1;
	visibility: visible;
}
.tab-content {
	padding: 30px 0;
}
.tab-content .tab-pane {
	display: none;
}
.tab-content .tab-pane.active {
	display: block;
}
.welcome-main h3 {
	margin: 0;
}
.welcome-main ul {
	list-style: inside;
	margin-bottom: 0;
}
.welcome-main ul li {
	color: #72777c;
	font-size: 13px;
	margin: 0;
}
.main-demo {
	background: #fff;
	margin-bottom: 50px;
	padding: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	border: 1px solid #e5e5e5;
}
.main-demo > div {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
@media screen and (max-width: 600px) {
	.main-demo {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.main-demo > div {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
	}
	.main-demo-content {
		padding: 20px 30px 0;
	}
}
.main-demo h2 {
	margin: 0 0 20px;
	font-size: 14px;
}
.main-demo img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	border: 1px solid #ebebeb;
	padding: 5px;
}
.btn-install-demo {
	margin-top: 20px;
}
.btn-install-demo a {
	margin-right: 10px !important;
}
.btn-install-demo .spinner.is-active {
	left: 100px;
	margin: 4px;
}
.nitro-wrap .main-demo,
.nitro-wrap .three-col,
.nitro-wrap .two-col {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.main-demo-content {
	padding-left: 30px;
	color: #72777c;
	line-height: 1.625;
	position: relative;
}
.nitro-wrap .three-col,
.nitro-wrap .two-col {
	margin: 0 -1rem;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.nitro-wrap .three-col .col,
.nitro-wrap .two-col .col {
	box-sizing: border-box;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding-right: 1rem;
	padding-left: 1rem;
	-ms-flex-preferred-size: 33.3%;
	-webkit-flex-basis: 33.3%;
	flex-basis: 33.3%;
	max-width: 33.3%;
	margin-top: 30px;
}
.nitro-wrap .three-col.select-page {
	margin: 20px -5px 0;
}
.nitro-wrap .three-col.select-page .col {
	-ms-flex-preferred-size: 20%;
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
	max-width: 20%;
	padding: 0 5px;
	margin-top: 10px;
}
.select-page .box.selected {
	outline: 2px solid #222;
}
.box-wrap.select-page .box-info {
	height: 30px;
}
.box-wrap.select-page .box-info h5 {
	text-align: center;
	width: 100%;
	font-size: 11px;
}
.nitro-wrap #support .three-col .col {
	margin-top: 0;
	padding-bottom: 20px;
}
.nitro-wrap .two-col .col {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.box-wrap.demos {
	transition: height .6s;
}
@media screen and (max-width: 1024px) {
	.nitro-wrap .three-col .col {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 568px) {
	.nitro-wrap .three-col .col {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}
.box-wrap .box {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
}
.box-wrap .box a {
	transition: opacity .3s;
	display: block;
}
.box-wrap .box a:hover {
	opacity: .4;
}
.box-wrap .box a img {
	width: 100%;
}
.box-wrap .box.badge:before,
.box-wrap .box.badge:after {
	content: '';
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.box-wrap .box.badge:before {
	height: 25px;
	right: -50px;
	top: 0;
	width: 166px;
	background: #dd3030;
}
.box-wrap .box.badge:after {
	color: #fff;
	font-size: 11px;
}
.box-wrap .box.required:after {
	content: "Required";
	right: -2px;
	top: 14px;
}
.box-wrap .box.hot:after {
	content: "Hot!";
	right: 8px;
	top: 14px;
}
.box-wrap .box.new:before {
	background: #44cda5;
}
.box-wrap .box.new:after {
	content: "New";
	right: 8px;
	top: 14px;
}
.box-wrap .box-info {
	border-top: 1px solid #f2f2f2;
	padding: 0 15px;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
.box-wrap .box-info h5 {
	margin: 0;
	line-height: 16px;
	font-size: 14px;
	white-space: nowrap;
}
#demos > h3:first-child {
	margin-top: 0;
}
#demos > .box-wrap {
	margin-top: -30px;
}
.box-wrap .box-info h5 span {
	display: inline-block;
	max-width: 160px;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box-wrap .box-info h5 sup {
	left: 3px;
	position: relative;
	top: -4px;
	color: #44cda5;
}
.box-wrap .box-info .button-preview {
	margin-right: 10px;
}
.envato-validate {
	text-align: center;
}
.envato-validate .required-field {
	float: left;
	width: calc(33.2% - 14px);
	margin-right: 20px;
}
.envato-validate .required-field.last {
	margin-right: 0;
}
.envato-validate p {
	margin-bottom: 20px !important;
	text-align: initial;
}
.envato-validate h3 {
	margin: 0 0 20px;
}
.envato-validate input {
	height: 45px;
}
.envato-validate button {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#support .welcome-panel,
#demos .welcome-panel {
	margin-bottom: 30px;
}
.nitro-wrap .box-small {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border: 1px solid #e5e5e5;
	font-size: 13px;
	padding: 10px;
	position: relative;
}
.closed {
	position: relative;
}
.coming-soon:before,
.coming-soon:after {
	content: '';
	position: absolute;
}
.coming-soon:before {
	background: rgba(255, 255, 255, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.coming-soon:after {
	content: 'COMING SOON';
	top: 50%;
	left: 50%;
	font-size: 12px;
	letter-spacing: 3px;
	white-space: nowrap;
	background: #000;
	color: #fff;
	padding: 3px 10px;
	z-index: 2;
	-webkit-transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-o-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );
}
#system table {
	margin-bottom: 30px;
}
#system table thead th {
	font-weight: bold;
}
#system table td:first-child {
	width: 33%;
}
#system table mark {
	background: none;
}
.nitro-wrap .help {
	position: relative;
	width: 20px;
	cursor: help;
}
.nitro-wrap .help .tooltip {
	background: #222;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	padding: 5px 10px;
	top: 30px;
	position: absolute;
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	min-width: 150px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nitro-wrap .help:hover > .tooltip {
	opacity: 1;
	visibility: visible;
	top: 25px;
}
.nitro-wrap .help .tooltip:before {
	content: '';
	position: absolute;
	border: 5px solid transparent;
	border-bottom: 5px solid #222;
	top: -10px;
}
.nitro-wrap .help .tooltip,
.nitro-wrap .help .tooltip:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
}
.nitro-system-status {
	background: #fff;
	padding: 15px;
	margin-bottom: 30px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	border-left: 4px solid #46b450;
}
.nitro-system-status p {
	margin: 0;
	padding: 0;
}
.nitro-system-status .button-primary {
	margin-top: 20px;
}
#TB_window #TB_title  {
	height: 50px;
}
#TB_title #TB_ajaxWindowTitle {
	padding: 0 16px;
	font-size: 22px;
	line-height: 50px;
	margin: 0;
}
#TB_title #TB_closeWindowButton {
	top: 11px;
	right: 10px;
}
#TB_title #TB_closeWindowButton .tb-close-icon {
	color: #666;
	box-shadow: none;
}
#TB_title #TB_closeWindowButton .tb-close-icon:hover {
	color: #00a0d2;
}
#TB_title #TB_closeWindowButton:focus {
	box-shadow: none;
}
#TB_ajaxContent {
	padding: 0 20px;
	box-sizing: border-box;
	width: 100% !important;
	overflow-x: hidden;
}
#TB_ajaxContent p {
	padding: 0 0px 10px 0px;
}
#TB_ajaxContent hr {
    margin: 0 -20px 15px;
}
#TB_ajaxContent .actions {
	text-align: center;
	margin: 0 -30px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}
#TB_ajaxContent .alert ul {
	padding-left: 20px;
}
#TB_ajaxContent .alert ul li {
	list-style-type: disc;
}
.alert {
	border: 1px solid;
	padding: 15px;
	margin: 20px 0;
}
.alert-warning ul li.message-tgma,
.alert-warning ul li.message-tgma a {
	color: #cf0000;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.label-danger {
	font-size: 12px;
	font-weight: bold;
	color: #d9534f;
}
#sample-data-installation-step-1 .checkbox {
	margin: 30px 0;
}
#go-to-sample-data-installation-step-2 {
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
	-webkit-box-shadow: 0 1px 0 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
}
#sample-data-installation-step-2 .wr-success-message p {
	margin-bottom: 0;
}
.progress {
	background-color: #f5f5f5;
	height: 20px;
	margin: 20px 0;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.progress-bar {
	background-color: #428bca;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 100%;
	line-height: 20px;
	text-align: center;
	width: 0;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	transition: width .6s;
}
#wr-install-sample-data-processes {
	padding-left: 30px;
	margin-top: -10px;
	position: relative;
}
#wr-install-sample-data-processes .is-active {
	left: 0;
	position: absolute;
	margin: 0;
}
#wr-install-sample-data-processes .dashicons-yes {
	color: #3c763d;
}
#wr-install-sample-data-processes .dashicons-no-alt {
	color: #a94442;
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all .3s;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}