.pytHidden {
	display: none !important;
}
.pyt-warning {
	font-size: 12px;
	margin: 5px;
	color: #566A9D;
}
.pyt-column-block {
	background: #ffffff;
	min-width: 50px;
	max-width: 200px;
	width: 200px;
	float: left;
	border: #d8dfe3 solid 1px;
	min-height: 25px;
	margin: 5px;
	line-height: 30px;
	text-align: left;
	padding: 0 0 10px 0;
	position: relative;
}
.pyt-column-delete {
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 15px;
	font-weight: 100;
	color: #c1c1c1;
}
.pyt-column-header, .pyt-column-row {
	width: 100%;
}
.pyt-column-header {
	background-color: #eceff1;
	padding: 10px 30px 5px 10px;
	cursor: move;
}
.pyt-column-header input {
	width: 100%;
	cursor: default;
}
.pyt-column-header input::placeholder {
	color: #64808e;
}

.pyt-column-row {
	padding: 0 10px;
}
.pyt-column-row input {
	width: 100%;
}
.pyt-title-shell{
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
.pyt-title-shell, .pyt-title-shell input {
	width: 100%;
}
.pyt-title-shell i:hover {
	color: #5C1280;
}

.pyt-shortcode-select {
	display: flex;
	text-align: right;
	align-items: center;
	height: 35px;
}
.pyt-shortcode-select select {
	font-size: 16px !important;
	font-weight: bold !important;
}
.pyt-shortcode-select select, .pyt-shortcode-shell input {
	height: 35px !important;
	color: #000000 !important;
}

.pyt-main-buttons {
	min-width: 250px;
}
.pyt-main-buttons li {
	float: right;
	margin-left: 6px;
}
.pyt-shortcode-shell {
	width: 380px;
}
.pyt-main-buttons .control-buttons {
	margin: 0;
}
.pyt-main-tab-content {
	padding: 0;
	margin-top: 25px;
}
.pyt-menu-section {
	width: 250px;
	margin: 0 15px 0 0;
}
.pyt-menu-section .pubydoc-grbtn {
	margin: 0;
	margin-right: 20px;
}
.pyt-menu-section .pubydoc-grbtn li {
	display: block;
	margin: 0;
}
.pyt-menu-section .pubydoc-grbtn a.button {
	width: 100%;
	border-left: 0 !important;
	border-top: 0 !important;
	height: 80px;
	line-height: 80px;
	color: #ffffff !important;
}
.pyt-menu-section .pubydoc-grbtn i {
	color: #ffffff;
	font-size: 20px;
}
.pubydoc-grbtn li a.button-dark:hover,
.pubydoc-grbtn li a.button-dark:focus,
.pubydoc-grbtn li a.button-dark.current {
	background: #002176;
	border-color: #C4C4C4;
}
i.fa-woocommerce {
	background: url("images/woocommerce.png");
	width: 27px;
	height: 18px;
	margin-bottom: -5px;
}
i.fa-sql {
	background: url("images/sql.png");
	background-color: #474747;
	width: 27px;
	height: 12px;
	margin-bottom: -1px;
}
.pyt-source-header {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pyt-source-desc {
	font-size: 13px;
	margin-bottom: 30px;
	line-height: 18px;
}
.settings-wrapper {
	min-height: 25px;
	margin: 0 5px 15px 5px;
	line-height: 35px;
	text-align: left;
}
.settings-label {
	width: 100%;
	/*float: left;*/
	line-height: 20px;
	font-weight: 600;
}

.settings-option {
	width: 100%;
}
.settings-option input, .settings-option select, .settings-option textarea {
	width: 100%;
}
.settings-option textarea {
	margin-top: 5px;
	width: 100%;
}
.pyt-tt-popup {
	margin: 6px 10px;
}
.pytCheckAll, .pytCheckOne {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.pyt-options-section {
	width: 280px;
	float: left;
}
.pyt-options-tabs {
	padding: 0;
	float: left;
	position: relative;
	margin: 0;
	z-index: 9;
}
.pyt-options-tabs li {
	display: inline-block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	margin: 0;
	border: none;
	height: 21px;
}
.pyt-options-tabs li a {
	position: relative;
	background-color: transparent;
	color: #000000;
	/*font-weight: bold;*/
	font-size: 13px;
	/*letter-spacing: 0.06em;*/
	margin: 0;
	padding: 0 10px 5px 10px;
	border: 0 !important;
}
.pyt-options-tabs li a:hover,
.pyt-options-tabs li a:active,
.pyt-options-tabs li a:focus,
.pyt-options-tabs li a.current {
	outline: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff;
	color: #000000;
	border-bottom: 3px solid #002176 !important;
}
.pyt-options-tabs li a:hover:after,
.pyt-options-tabs li a:active:after,
.pyt-options-tabs li a:focus:after,
.pyt-options-tabs li a.current:after {
	content: ' ';
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #002176;
	bottom: -8px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
/* options edit tab*/
.pyt-options-wrap {
	border: 1px solid #E1E1E1;
	border-top-width: 3px; 
	padding: 0;
	padding-bottom: 5px;
	overflow: hidden;
}
.pyt-options-block {
	padding: 0 15px;
	border-bottom: 1px solid #E1E1E1;
}
.pyt-options-block:last-child {
	border-bottom: 0;
	margin-bottom: 10px;
}
.pyt-options-title {
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
	margin: 0 0 5px 0;
	padding-top: 10px;
}
.pyt-option-wrapper {
	min-height: 25px;
	margin: 0 0 5px 0;
	line-height: 25px;
}
.pyt-option-sub {
	padding-left: 10px;
}
.pyt-options-wrap:after, .pyt-options-block:after, .pyt-option-wrapper:after {
	clear: both;
	content: '';
	display: table;
}
.pyt-option-label {
	width: auto;
	max-width: 85%;
	float: left;
	line-height: 24px;
}
.pyt-option-value {
	float: right;
	max-width: 50%;
}
.pyt-option-big {
	clear: both;
	width: 100%;
	max-width: 100%;
}
.pyt-option-big textarea, .pyt-option-big input[type=text], .pyt-option-big select {
	width: 100%;
	max-width: 100%;
}
.pyt-option-value input {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.pyt-options-wrap input[type=text],
.pyt-options-wrap input[type=number],
.pyt-options-wrap select {
	height: 25px;
	max-height: 25px;
	line-height: normal;
	max-width: 100%;
	margin: 0;
}
.pyt-options-wrap input[type=number] {
	max-width: 70px;
}
.pyt-option-inline {
	display: inline-flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	clear: both;
}
.pyt-option-inline input, .pyt-option-inline select {
	margin-right: 5px !important;
}
.pyt-option-label-inline {
	margin: 0 5px 0 15px;
}
.pyt-option-label-right {
	margin: 0;
	font-style: 10px;
	color: #B6B6B6;
}

/* loader settings */
#pytLoaderIconDialog .items-list {
	display: block;
	width: 100%;
	position: relative;
}
#pytLoaderIconDialog .items-list .item {
	cursor: pointer;
	width: 20%;
	position: relative;
	height: 150px;
	text-align: center;
	float: left;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
#pytLoaderIconDialog .items-list .item .item-inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}
#pytLoaderIconDialog .items-list .item .item-title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}

.pyt-preview-section {
	padding: 0 20px;
	min-width: 280px;
	overflow: hidden;
	text-align: left;
}
.pyt-preview-styling {
	text-align: left;
	margin-bottom: 10px;
}
.pyt-preview-notice {
	margin-top: 10px;
	font-style: normal;
	color: #a4aaac;
	font-weight: 500;
}
#pytPreviewContainer .dataTables_processing {
	padding: 10px 0;
	top: 200px;
	background-image: linear-gradient(to right, rgb(255 255 255 / 0) 0%, rgb(172 134 190 / 0.5) 25%, rgb(141 90 167 / 0.5) 75%, rgb(255 255 255 / 0) 100%);
}
.pubydoc-result-settings .chosen-container-multi .chosen-choices {
	line-height: 25px;
}
.settings-wrapper.pubydoc-width-auto {
	min-width: 200px;
}
.cm-editor-container .CodeMirror {
	border: solid 1px #c4c4c4;
	line-height: 1.5em;
	margin-top: 10px;
}
.pubydoc-table-list .pubydoc-show-pro:after {
	top: -8px;
}
