#wnsNotificationsEditForm .row-tab {
	display: none;
}
#wnsNotificationsEditForm .row-tab.active {
	display: block;
}
#wnsNotificationsEditForm .wnsMainBtnsShell{
	text-align: right;
}
#wnsCopyTextCodeExamples {
	background:white;
	background-color:white;
	font-size:14px;
	color:#333;
	font-weight:400;
	padding:0px;
	height:30px;
	line-height:30px;
	margin:10px 0px;
}
#wnsNotificationTitleShell {
	display:block;
	position:relative;
	font-size:24px;
	cursor:pointer;
	color:white;
	font-weight:bold;
	padding:0px;
	height:30px;
	line-height:30px;
	margin:10px 0px;
}
#wnsNotificationTitleTxt {
	background:white;
	background-color:white;
	font-size:14px;
	color:#333;
	font-weight:400;
	padding:0px;
	height:30px;
	line-height:30px;
}
.wnsShortcode input {
	background:white;
	background-color:white;
	font-size:14px;
	color:#333;
	font-weight:400;
	padding:0px;
	height:30px;
	line-height:30px;
	margin:10px 0px;
}
.wnsSub li{
	display: inline-block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	margin-bottom: -1px;
}
.wnsSub {
	font-size:0px;
}
.wnsSub li button {
	display:inline-block;
	position:relative;
	font-size:18px;
	font-weight:bold;
	padding:0px 15px;
	height:50px;
	line-height:50px;
	border:none;
	background:transparent;
}
.wnsSub li button:hover {
	background:white;
	color: #a1877e;
}
#wnsNotificationTitleWrapLabel{
	font-weight: bold;
}
.wtbpOptions{
	border-right: 1px solid #c3c3c3;
}
.wnsShortcodeAdm{
	text-align: right;
}
.wnsSub{
	margin: 0px;
}
.wnsCopyTextCodeSelectionShell{
}
.wnsCopyTextCodeSelectionShell .wnsTooltipInfo{
    padding-top: 4px;
}
#wnsNotificationsEditForm .tabs-wrapper{
	padding-left: 16px;
	padding-right: 32px;
	float: left;
	border-bottom: 1px solid #ccc;
}
.wnsSearchTypeWrapp{
	margin-top: 20px;
	padding-bottom: 15px;
}
.wnsSearchTypeWrapp > div{
	display: inline-block;
}
.wnsCheckColumns > div {
	display: inline-block;
}
#wnsSearchType label{
	padding-left: 10px;
}
#wnsSearchType label{
	padding-left: 10px;
	font-weight: 500;
	font-size: 14px;
}
#wnsSearchTable_wrapper .dt-buttons, #wnsSortTableContent .dt-buttons{
	display: inline-block;
}
#wnsSearchContentTbl{
	margin-bottom: 25px;
}
.wnsTitle {
	font-weight: bold;
	font-size: 16px;
}
.wnsSub.control-buttons .button i{
	padding-right: 5px;
}
#wnsTableTitleShell{
	display: inline-block;
	width: 100%;
	text-align: left;
	vertical-align: top;
	cursor: pointer;
	color: #666;
}
#wnsTableTitleLabel{
	margin: 0;
	font-size: 23px;
	font-weight: 400;
	line-height: 29px;
}
#wnsNotificationsEditForm .wnsSub.tabs-wrapper li a.button {
	background-color: #eee;
	border-color: #ccc !important;
	color: #000 !important;
	font-weight: bold;
}
#wnsNotificationsEditForm .wnsSub.tabs-wrapper li a.button.current {
	background-color: #fff;
	border-bottom-color: #fff !important;
}
.wnsShortcode input{
	text-align: center;
}
#wnsNotificationsEditForm .wnsSub.tabs-wrapper li a.button.current:hover, #wnsNotificationsEditForm .wnsSub.tabs-wrapper li a.button.current:active, #wnsNotificationsEditForm .wnsSub.tabs-wrapper li a.button.current:focus {
	background-color: #fff !important;
}
#wnsNotificationsEditForm .wnsSub.tabs-wrapper li a.button:hover, #wnsNotificationsEditForm .wnsSub.tabs-wrapper li a.button:active, #wnsNotificationsEditForm .wnsSub.tabs-wrapper li a.button:focus {
	background-color: #ccc !important;
	outline: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#wnsNotificationsEditForm table.dataTable thead .sorting_desc,
#wnsNotificationsEditForm table.dataTable thead .sorting_asc,
#wnsNotificationsEditForm table.dataTable thead .sorting {
	background-position: left;
}
#wnsNotificationsEditForm th.no-sort{
	padding-left: 10px!important;
}
.wnsProperties label{
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
	padding-left: 20px;
}
.wnsProperties label:first-child{
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
	padding-left: 5px;
}
.wnsProperties label input{
	margin: 0px;
}

table thead th i{
	position: absolute;
	top: 6px;
	/*display: none;*/
}
table thead th{
	position: relative;
}
.wnsHidden{
	display: none!important;
}
.wnsVisibilityHidden{
	visibility: hidden;
}
#row-tab-settings .tabs-wrapper{
	padding-top: 20px;
}
.form-settings-table{
	padding: 5px;
	font-size: 14px;
}
.form-settings-table tr{
	padding: 12px 0px;
	font-weight: normal;
}
.wnsPro{
	display: block;
	font-size: 10px;
}
#chooseIconPopup .items-list {
	display: block;
	width: 100%;
	position: relative;
}
#chooseIconPopup .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;
}
#chooseIconPopup .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;
}
#chooseIconPopup .items-list .item .item-title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}
.wnsIconPreview{
	float: right;
}
#wnsSearchType label input{
	margin: -4px 4px 0 0 !important;
}
.wp-admin select[name="settings[width][width_unit]"] {
	line-height: 33px;
	height: 33px;
	vertical-align: unset;
}
label{
	margin-bottom: 6px;
}
input[type=checkbox]{
	margin: 0px;
}
.wnsCheckColumns label{
	padding-left: 10px;
}
.wnsCheckColumns{
	padding-bottom: 20px;
}
#wns-table-wrapper-1 #wnsPreviewTable{
	margin: inherit;
}
#wnsSetProperties{
	margin-left: 15px;
	margin-top: 1px;
}
.wnsControlButtons{
	margin-top: 0px;
	padding: 20px 0px;
}
.wnsControlButtons #wnsAddProducts.active{
	background-color: #eee;
}
.wnsPropertiesWrapp .wnsOptions{
	display: inline-block;
	padding: 0px 25px;
	font-size: 14px;
	font-weight: bold;
}
.wnsOptionHandlers div{
	display: inline-block;
	padding: 5px 3px;
}
.wnsPropertiesChangeNameWrapp label{
	display: block;
	padding-bottom: 5px;
}
.wnsSortTableContent{
	padding-top: 20px;
}
.wnsPropertiesWrapp{
	padding: 15px;
	border: 2px solid #9da2a8;
}
.dataTables_scroll{
	padding-top: 5px;
}
#wnsSearchTable_wrapper, #row-tab-set-properties{
	padding: 20px;
}
#wnsSearchTable_wrapper .dataTables_filter{
	line-height: 2.5;
}
#row-tab-add-products h3, #row-tab-set-properties h3{
	margin-top: 55px;
}
#wnsSearchTable_wrapper tfoot tr th{
	display: none;
}
#wnsSearchTable{
	border-bottom: 1px solid #111;
}
.form-settings-table{
	width: 100%;
}
.wnsNotificationsBlock{
	padding-top: 40px;
}
.wnsNotificationsBlock .wnsNotification{
	min-height: 50px;
	border: 2px solid #cccdcc;
	margin-bottom: 10px;
	width: 100%;
}
.wnsNotificationsBlock .wnsNotification .wnsNotificationTitle{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 10px 20px;
	padding-top: 6px;
	white-space: nowrap;
	max-width: 200px;
}
.button-duplicate{
	position: absolute;
	top: 0;
	right: 15px;
	transform: translateY(-50%);
	z-index: 2;
}
.button-duplicate:active,
.button-duplicate.active,
.button-duplicate.active:hover{
	transform: translateY(-46%)!important;
}
.wnsDelete{
	float: right;
	margin-top: 5px!important;
	margin-right: 5px!important;
}
.wnsToggle{
	float: right;
	margin-right: 20px;
	margin-top: 13px;
	width: 110px;
	text-align: right;
}
.wnsMove{
	margin-left: 15px;
}
.wnsTooltips{
	text-align: right;
}
.wnsRangeByHandSetup{
	margin-left: 20px!important;
}
.wnsRangeByHand > div{
	display: inline-block;
}
.wnsRangeByHandHandler{
	padding: 0px 8px;
}
.wnsRangeByHandAddButton{
	padding-top: 15px;
}
.wnsWarning{
	border: 1px solid red!important;
}
#wnsPriceRangeModel{
	display: none;
}
.wnsChooseBlockTitle{
	padding-bottom: 20px;
	font-weight: bold;
}
select[name="f_mlist[]"]{
	max-width: 205px;
}
.wnsChooseBlock button{
	margin-bottom: 5px!important;
}
.wnsEnable{
	display: inline-block;
	padding-left: 5px;
}
.wnsEnable input{
	margin-right: 5px;
}
.wnsNotificationFrontTitleOpt, .wnsNotificationFrontDescOpt{
	display: inline-block;
	float: right;
	padding-top: 5px;
	padding-right: 15px;
}
.wnsNotification .wnsNotificationFrontTitleOpt input{
	 max-width: 120px;
}
.wnsNotification .wnsNotificationFrontDescOpt input{
	max-width: 120px;
}
input.wnsSmallInput{
	max-width: 100px;
}
.wnsCombineOptions {
	display: flex;
}
.wnsCombineOptions input.wnsSmallInput{
	height: 28px;
}
#wnsAddDialog{
	display: inline-block;
	width: 72%!important;
	margin-top: 5px;
	min-height: 32px!important;
}
div[aria-describedby="wnsAddDialog"] .ui-dialog-buttonpane{
	width: 20%!important;
	display: inline-block!important;
	padding: 0px!important;
	margin: 0px!important;
	border: 0!important;
}
.ui-dialog .ui-dialog-titlebar-close {
	color: transparent;
}
.wnsSkinWrapper{
	display: inline-block;
	max-width: 50%;
	height: 150px;
	cursor: pointer;
}
.wnsNotificationsBlock td .chosen-container:nth-child(3){
	display: none;
}

@media (max-width:1300px) {
	.wnsToggle {
		margin-right: 5px;
	}
	.wnsNotification {
		font-size: 13px;
	}
	.wnsNotificationsBlock .wnsNotification .wnsNotificationTitle {
		font-size: 14px;
	}
}
#wnsNotificationsEditTabs .wp-picker-default {
  margin-top: 0;
}
.wnsSupSettingsRow td {
	vertical-align: top;
}
.wnsSupSettingsTable td, .wnsSupSettingsTable tbody {
	padding: 0;
	vertical-align: middle;
}
#wnsNotificationsEditForm .button.wp-color-result{
	height: 24px;
}
.color-alpha {
	height:23px !important;
}
.wnsProAd {
	width: 100%;
}
.wnsSub {
	text-align:right;
}
.wp-picker-holder, .iris-picker{
	z-index:9;
}
#first_wnsTableTblNav,
#last_wnsTableTblNav {
	display:none;
}
#prev_wnsTableTblNav.ui-state-disabled,
#next_wnsTableTblNav.ui-state-disabled {
	display:none;
}
.input-buffer-min, .input-buffer-max {
	width:70px;
}
.wnsSub .fa {
	display:none;
}
.fa-spinner {
	-webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
#toplevel_page_wns-table-press li.wp-first-item{
	display: none;
}
.woobewoo-main-navigation-title {
	display: block;
	position: relative;
	margin: 0px;
	padding: 10px 30px;
	font-size:16px;
	font-weight:bold;
	color: #a1877e;
}
.woobewoo-plugin-name {
	padding:10px 15px;
}
.woobewoo-breadcrumbs > a:first-child {
	padding-left:0px;
}
.woobewoo-breadcrumbs > a {
	color:#a1877e;
	text-decoration: none;
	outline: 0;
}
.woobewoo-breadcrumbs > a:hover {
	color:#a1877e;
	font-weight:bold;
	text-decoration:none;
}
.woobewoo-breadcrumb-el-active {
	font-weight:bold;
}
.wns-link,
.wns-main-nav-breadcrumbs {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.wns-link .woobewoo-tab-label::after {
	display:inline-block;
	position:absolute;
	right: 22px;
	top:50%;
	transform:translate(-50%,-50%);
	content: "\f138";
	font: normal normal normal 21px/1 FontAwesome;
}
.woobewoo-breadcrumbs {
	display: block;
	position: relative;
	margin: 0px;
	padding: 10px 30px;
	background: #ede7e5;
	color:#a1877e;
	border-bottom: 1px solid #faf8f7;
}
.woobewoo-sidebar {
	padding:0px !important;
}
.toplevel_page_wns-notifications #wpcontent{
	padding-left: 0px;
	height:100%;
}
.toplevel_page_wns-notifications #wpcontent{
	padding-left: 0px;
	height:100%;
}
.woobewoo-header {
	background: #03a9f4;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
.woobewoo-sidebar {
	background: #faf8f7;
	color: #a1887f;
	font-size: 14px;
}
.woobewoo-content {
	padding-top: 10px;
	background:white;
}
.woobewoo-content .supsystic-item {
	margin:0px;
	padding:0px;
}
.woobewoo-navigation {
	display: block;
	position: relative;
}
.woobewoo-navigation a.wns-link, .woobewoo-navigation a.wns-main-nav-a {
	display: block;
	position: relative;
	margin: 0px;
	padding: 10px 30px;
	background:#ede7e5;
	color: #a1877e;
	border-bottom: 1px solid #faf8f7;
	text-decoration: none;
	outline: 0 !important;
}
.woobewoo-navigation {
	margin-bottom:0px;
	text-decoration: none;
}
.woobewoo-navigation a:hover,
.woobewoo-navigation a:active,
.woobewoo-navigation a:focus {
	background: #e9dddd;
	color: #a1877e;
	outline: 0 !important;
	text-decoration: none;
}
.woobewoo-navigation a.active  {
	font-weight: bold;
	background: #ede7e5;
	color:  #a1877e;
}
.woobewoo-sidebar {
	display:block;
	position:relative;
	border-right: 1px solid #ede7e5;
}
.woobewoo-sidebar-navigation-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.woobewoo-sidebar ul {
	margin-bottom:0px;
}
.woobewoo-navigation .wns-main-nav-breadcrumbs {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px 30px;
	line-height: 50px;
	color: #a0877e;
	background:#ede7e5;
	font-weight:bold;
	text-decoration: none;
	outline: 0 !important;
	font-size: 21px;
	cursor:pointer;
	border-bottom: 1px solid #faf8f7;
}
.woobewoo-navigation .wns-main-nav-breadcrumbs:hover {
	background: #e9dddd;
}
.wns-main-nav-home {
	display:block;
	position:absolute;
	right:20px;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:999;
}
#wnsNotificationsEditForm .tabs-wrapper {
	float:none !important;
}
div.wns-main-nav-children {
	display:none;
}
.wns-link, .wns-link:hover, .wns-link:focus, .wns-link:active {
	box-shadow:none !important;
}
.wns-link:hover, .wns-link:focus, .wns-link:active {
	font-weight:bold;
}

.woobewoo-sidebar-navigation li {
	margin:0px;
}
.wns-tab-col-ul,
.wns-tab-col-ul li,
.wns-tab-col-ul li ul,
.wns-tab-col-ul li ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.wns-tab-row::after,
.wns-tab-col-row-option::after {
	content: "";
	display: table;
	clear: both;
}
.CodeMirror {
	border:1px solid #ccc;
}
.wns-tab-col-title {
	border-bottom:1px solid #ccc;
	padding:10px;
	font-weight:bold;
}
.wns-tab-col {
	margin-top:15px;
	border:1px solid #ccc;
}
.wns-tab-col-ul li.wns-tab-col-li div {
	border-bottom:1px solid #ccc;
	padding:10px;
	cursor:pointer;
}
.wns-tab-col-ul li.wns-tab-col-li div:hover {
	background: #ccc;
	font-weight:bold;
}
/* .wns-tab-col-li:last-child {
	border-bottom:none;
} */
.wns-tab-col-ul li ul li.wns-tab-col-li-child {
	text-indent:10px;
}
.wns-tab-col-ul li ul {
	display:none;
}
.wns-tab-col-li {
	display:block;
	position:relative;
}
.wns-tab-col-li-arrow {
	display:inline-block;
	position:absolute;
	right:10px;
	top:50%;
	transform:translate(0%,-50%);
}
.wns-tab-col-li div {
	display:block;
	position:relative;
}
.wns-tab-col-li-arrow-down {
	top:40%;
	transform: rotate(90deg) translate(-50%,0%);
}
.wns-tab-col-section {
	display:none;
}
.wns-tab-col-li-active, .wns-tab-col-li-child-active  {
	background:#e4e4e4;
}
.wns-tab-col-li-child-active > div:first-child,
.wns-tab-col-li-active > div:first-child {
	font-weight:bold;
}
.wns-tab-col-section-title {
	font-size:15px;
	font-weight:bold;
	margin:10px 0px;
}
.wns-template-search-wrapper {
	display:block;
	position:relative;
	width:100%;
}
.wns-tab-col-wrapper {
	padding:10px;
}
input.wns-template-search-input {
	display:block;
	position:relative;
	width:100%;
	padding:10px;
	padding-left:35px !important;
}
.wns-template-search-button {
	display:inline-block;
	position:absolute;
	left:15px;
	top:50%;
	transform:translate(-50%,-50%);
	padding:10px;
	cursor:pointer;
	z-index:99;
}
.wns-tab-col-row-option {
	margin: 0px 15px !important;
	padding: 5px 0px;
}
.wns-tab-col-row-option input[type=text] {
	padding: 0px 5px;
	line-height: 30px;
	width:100%;
	margin:2px 0px;
}
.wns-tab-col-row-option select {
	cursor:pointer;
}
.wns-tab-col-row-option select {
	height: 32px;
	line-height: 32px;
}
.woobewoo-navigation a.wns-link-active {
	/* background: #e9dddd;
	color: #a1877e; */
	background: #a1877e;
	color: #ffffff;
	outline: 0 !important;
	text-decoration: none;
	font-weight:bold;
}
.wns-link[data-action=stay] .woobewoo-tab-label::after {
	display:none;
}
.wns-main-nav-children > .wns-tab-col-row-option p {
	margin:0px;
}
.wns-main-nav-children > .wns-tab-col-row-option input,
.wns-main-nav-children > .wns-tab-col-row-option select {
	display:block;
	position:relative;
	line-height:32px;
}
.wns-main-nav-children > .wns-tab-col-row-option input[type=text],
.wns-main-nav-children > .wns-tab-col-row-option select {
	width: 100%;
}
.wns-main-nav-children > .wns-tab-col-row-option {
	display:flex;
	position:relative;
	align-items: center;
	justify-content: center;
}
.wns-main-nav-children > .wns-tab-col-row-option .col-md-6 {
	display:inline-block;
	vertical-align:middle;
	line-height:21px;
	font-size:14px;
	float:none;
}
input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
    border-color: #e9dddd;
    box-shadow: 0 0 2px rgb(233, 221, 221);
    outline: 2px solid transparent;
}
