.supsystic-plugin {
    width: 100%;
	font-size: 15px;
}
.supsystic-plugin a {
	color: #4ae8ea;
}

.supsystic-plugin input::-webkit-outer-spin-button,
.supsystic-plugin input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0 !important;
}

.supsystic-plugin .supsystic-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: transparent;
    box-sizing: border-box;
    float: left;
    position: relative;
    width: 99%;
    min-height: 353px;
}

.supsystic-plugin .supsystic-content .supsystic-container {
    margin-left: 75px;
    background-color: white;
    /*margin-top: 10px;*/
    min-height: 280px;
    min-width: 1000px;
}

.supsystic-plugin .supsystic-content .supsystic-navigation {
    background-color: transparent;
    float: left;
    /*height: 100%;*/
    margin-right: 10px;
    position: absolute;
    width: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.supsystic-plugin #settings {
    margin-left: 20px;
}

.supsystic-plugin .navigation .separator {
    display: inline-block;
}

.supsystic-plugin .nav-tab {
    top: 0;
    margin: 0;
    padding: 16px;
    color: black !important;
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
}

.supsystic-plugin .nav-tab:hover {
    background-color: white;
}

.supsystic-navigation ul {
    padding: 0;
    margin: 0;
}

.supsystic-navigation ul li {
    text-align: center;
    /*border-bottom: 1px solid #707070;*/
    background-color: transparent;
    margin: 0;
    padding: 10px 0;

    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -ms-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
}

.supsystic-navigation ul li:hover,
.supsystic-navigation ul li.active {
    background-color: #fff;
}

.supsystic-navigation ul li:hover a i,
.supsystic-navigation ul li.active a i {
   color: #4ae8ea;
}

.supsystic-navigation ul li a {
    color: #28282a;
    text-decoration: none;
    font-weight: 400;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    word-wrap: break-word;
}

.supsystic-navigation ul li a i {
    display: block;
    color: #6d6d71;
    font-size: 1.8em;
    margin-bottom: 5px;
}

.supsystic-navigation ul li.supsystic-pro {
    background-color: #e74c3c;
}

/* Loading */
.gg-inline-loader {
    min-width: 128px;
    min-height: 15px;
    background: url('../img/ajax-loader.gif') no-repeat center center;
    /*display: inline-block;*/
}

/* Modal Loading */
.gg-modal-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .6;
    -ms-filter: Alpha(opacity=60);
    filter: Alpha(opacity=60);
    z-index: 100000;
    display: none;
    overflow: hidden;
}

.gg-modal-loading-object {
    position: absolute;
    width: 100%;
    top: 40%;
    text-align: center;
    z-index: 100001;
    display: none;
    overflow: hidden;
    font-weight: 700;
}

.gg-modal-loading-object img {
    position: relative;
    top: 4px;
    overflow: hidden;
}

.gg-modal-loading-object p {
    overflow: hidden;
}

.supsystic-bar {
    /*
    min-height: 67px;
    padding: 10px 20px;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
*/
    min-height: 67px;
    margin-left: 75px;
    padding: 10px;
    background-color: #fff;
    /*border-bottom: 1px solid rgba(189, 189, 189, 0.45);*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



#table-toolbar.supsystic-bar {
    height: 67px;
    margin-left: -10px;
    padding: 10px;
    background-color: inherit !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.supsystic-bar-controls {
    margin-top: 8px;
}

ul.supsystic-bar-controls > li {
    float: left;
    margin-left: 5px;
}

ul.supsystic-bar-controls > li.separator {
    color: #ddd;
    margin-top: 5px;
}

/* Loading */
.supsystic-inline-loader {
    min-width: 128px;
    min-height: 15px;
    background: url('../img/ajax-loader.gif') no-repeat center center;
    /*display: inline-block;*/
}

/* Modal Loading */
.supsystic-modal-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .6;
    -ms-filter: Alpha(opacity=60);
    filter: Alpha(opacity=60);
    z-index: 100000;
    display: none;
    overflow: hidden;
}

.supsystic-modal-loading-object {
    position: absolute;
    width: 100%;
    top: 40%;
    text-align: center;
    z-index: 100001;
    display: none;
    overflow: hidden;
    font-weight: 700;
}

.supsystic-modal-loading-object img {
    position: relative;
    top: 4px;
    overflow: hidden;
}

.supsystic-modal-loading-object p {
    overflow: hidden;
}

/* Helpers */
.supsystic-centered {
    text-align: center;
}

.jGrowl.top-right {
    top: 50px !important;
}

.jGrowl img {
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 4px;
}

/* jQuery UI Dialog */

.ui-widget-overlay {
    background: #aaaaaa !important;
    opacity: .3;
    -ms-filter: Alpha(opacity=30);
    filter: Alpha(opacity=30);
}

.ui-widget-overlay.ui-front {
    z-index: 10;
}

.ui-widget-content:not(.iris-slider-offset) {
    background: #fff !important;
}

.ui-widget-header {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    background: none !important;
    color: #777 !important;
    border-radius: 0 !important;
}

.ui-dialog-titlebar-close {
    background: none !important;
}

.supsystic-title-row {
    padding: 5px 0 !important;
    border-bottom: 1px solid #eee;
}

.supsystic-title-row h3 {
    padding: 0;
    margin: 0;
    font-weight: 100;
    font-size: 1.4em;
}

#gg-overlay-transparency {
    -webkit-appearance: none;
    width: 300px;
    height: 2px !important;
    background-color: #ddd;
}

#gg-overlay-transparency::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #3498db;
}

#gg-overlay-transparency:focus {
    outline: none;
}

input[type="color"] {
    width: 300px;
    height: 30px;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
}

.column-title.title .photo-editor {
    margin-top: 10px;
}

.column-title.title .photo-editor input {
    margin-left: 4px;
}

#jqgrid-htable-img-list input[type="text"] {
    width: 90%;
}

#jqgrid-htable-img-list img {
    margin-top: 13px;
    width: auto;
}

#jqgrid-htable-img-list td div {
    margin-bottom: 20px;
}

/*Admin footer links*/
.swrAdminFooterCell {
	float: left;
	margin-right: 5px;
	padding-top: 8px;
}
.swrAdminFooterShell {
    color: #777777;
    font-size: 12px;
	margin: 0 20px 0 165px;
    padding-bottom: 45px;
	border-top: 1px solid #DFDFDF;
    color: #777777;
    font-size: 12px;
    height: 65px;
	clear: both;
}
/*Breadcrumbs*/
.supsystic-breadcrumbs {
    /*border-top: 1px solid rgba(12,12,12,0.03);*/
    background-color: transparent;
    margin-left: 75px;
    padding: 10px;
    /*height: 20px;*/
    /*-moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);*/
}

.supsystic-breadcrumbs > a {
    text-decoration: none;
    padding: 0 5px;
	color: #000;
}

.supsystic-breadcrumbs > a:last-child {
    color: #7f8c8d;
}
.supsystic-breadcrumbs .breadcrumbs-separator {
	background-image: url("images/arrows-sprite.png");
	background-repeat: no-repeat;
	padding: 0 3px;
	background-position: -17px 7px;
}

.supsystic-plugin .half-page-left, .supsystic-plugin .half-page-right {
    box-sizing: border-box;
}

.supsystic-plugin .half-page-left {
    display: inline-block;
    width: 50%;
    padding: 0 20px;
    float: left;
}

.supsystic-plugin .half-page-right {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
    border-left: 1px solid #e9edee;;
}

.supsystic-item {
    /*border: 1px solid #fcfcfc;*/
    background: #fff;
   /* -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
    padding: 10px 10px 10px 40px;
    margin-bottom: 20px;
    position: relative;
    /*-moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);*/
}

.supsystic-checked {
    border-color: #ccc !important;
}

.supsystic-item > .supsystic-check {
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
}

.supsystic-item p {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.supsystic-item small {
    display: block;
    color: #ccc;
}
.supsystic-panel {
    /*margin-right: 10px;*/
}
/*Options additional classes*/
.swrOptDetailsShell {
	display: none;
	font-size: 12px;
}
.swrOptDetailsShell input {
	font-size: 12px;
}
.swrSmallTbl tr {
	height: auto !important;
}
/*** custom checkboxes ***/
/*input[type=checkbox] { display:none; }
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; }
input[type=checkbox] + label:before { letter-spacing: 10px; }

input[type=checkbox]:checked + label:before { content: "\f046"; }
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.swrHtaccessPre {
	background-color: #eef;
	padding: 10px;
}

h3 .nav-tab {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    padding: 9px 10px;
	color: #555;
}
.supsystic-item.supsystic-panel .nav-tab-active, .supsystic-item.supsystic-panel .nav-tab-active:hover {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 0 solid #f1f1f1;
    color: #000;
}
/*buttons*/
.supsystic-plugin .button,
.supsystic-plugin .button-primary,
.ui-button,
.ui-button.ui-state-default,
.ui-dialog-buttonset .button,
.ui-dialog-buttonset .button-primary {
	font-size: 13px;
	height: 35px;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #28282a;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #000 !important;
	line-height: 32px;
}
.supsystic-plugin .button.hover,
.supsystic-plugin .button:hover,
.supsystic-plugin .button.focus,
.supsystic-plugin .button:focus,
.supsystic-plugin .button:active,
.supsystic-plugin .button.active,
.ui-button.ui-state-hover,
.ui-button:hover,
.ui-button:focus,
.ui-dialog-buttonset .button.hover,
.ui-dialog-buttonset .button:hover,
.ui-dialog-buttonset .button:focus,
.ui-dialog-buttonset .button.focus,
.ui-dialog-buttonset .button:active,
.ui-dialog-buttonset .button.active {
	background: #4ae8ea !important;
	border-color: #4ae8ea !important;
}
.supsystic-plugin .button[disabled],
.supsystic-plugin .button:disabled,
.supsystic-plugin .button.disabled,
.supsystic-plugin .button-secondary[disabled],
.supsystic-plugin .button-secondary:disabled,
.supsystic-plugin .button-secondary.disabled,
.supsystic-plugin .button-disabled {
	color: #a4aaac !important;
	border-color: #a4aaac !important;
	background-color: transparent !important;
}

/*tooltip*/
.supsystic-plugin .fa-question.supsystic-tooltip {
	border: 1px solid #28282a;
	border-radius: 50%;
	margin-top: 1px;
	padding: 1px 4px;
    font-size: 14px;
}
.supsystic-plugin .fa-question.supsystic-tooltip.fa-2x {
	padding: 0 6px;
}
/*sticky items*/
.supsystic-sticky-active {
    position: fixed !important;
    /*top: 32px;*/
    z-index: 99998;
}
.supsystic-sticky-active.supsystic-sticky-active-bordered {
	border-bottom: 2px solid #ddd !important;
}
/*textboxes*/
.supsystic-plugin input[type=text],
.supsystic-plugin input[type=number],
.supsystic-plugin textarea {
	background-color: #f6f7f7;
	color: #252728;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #dfe4e4;
	padding: 7px 5px;
}
.supsystic-plugin input[type=text],
.supsystic-plugin input[type=number],
.supsystic-plugin select ,
.supsystic-plugin textarea {
	width: 50%;
}
.supsystic-plugin input[type="text"]:focus,
.supsystic-plugin input[type="number"]:focus,
.supsystic-plugin textarea:focus,
.supsystic-plugin textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #4ae8ea;
}
.supsystic-plugin input[type="text"].swrInputError,
.supsystic-plugin textarea.swrInputError {
	border-color: #fa4e7f;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	border-width: 1px !important;
}
/*form tables*/
.supsystic-plugin .form-table th {
	font-size: 15px;
}

.supsystic-plugin #gbox_jqgrid-htable-img-list {
    /*margin-left: 20px;*/
}

#gbox_posts-table {
    /*margin-left: 20px;*/
}

.supsystic-plugin .description,
.supsystic-plugin i:not(.fa) {
	font-style: normal;
	color: #a4aaac;
	font-weight: 500;
	text-align: left;
}
.supsystic-plugin .form-table tr, .supsystic-plugin .form-table.not-last:last-of-type tr:last-child {
	border-bottom: 1px solid #e9edee;
}
.supsystic-plugin .form-table.no-border tr, .supsystic-plugin .form-table:last-of-type tr:last-child {
	border-bottom: none;
}
.supsystic-plugin .ui-pg-table {
	color: #a6aaab;
}
.supsystic-plugin .ui-pg-table .ui-pg-input {
	margin: 0px 7px;
}
.supsystic-plugin .ui-pg-table .ui-icon {
	background-image: url("images/arrows-sprite.png") !important;
	background-repeat: no-repeat !important;
	width: 8px;
	height: 10px;
	opacity: 1 !important;
	margin: 0px 7px;
}
.supsystic-plugin .ui-pg-table .ui-icon.ui-icon-seek-prev,
.supsystic-plugin .ui-pg-table .ui-icon.ui-icon-seek-next {
	width: 5px;
}
.supsystic-plugin .ui-pg-table .ui-icon.ui-icon-seek-first {
	background-position: 0px 0px !important;
}
.supsystic-plugin .ui-pg-table .ui-icon.ui-icon-seek-prev {
	background-position: -10px 0px !important;
}
.supsystic-plugin .ui-pg-table .ui-icon.ui-icon-seek-next {
	background-position: -17px 0px !important;
}
.supsystic-plugin .ui-pg-table .ui-icon.ui-icon-seek-end {
	background-position: -24px 0px !important;
}
.supsystic-plugin .s-ico .ui-grid-ico-sort {
	background-image: url("images/arrows-sprite.png");
	background-repeat: no-repeat !important;
	width: 8px;
	height: 4px;
	/*opacity: 1 !important;*/
}
.supsystic-plugin .s-ico .ui-grid-ico-sort.ui-icon-triangle-1-n {
	background-position: -68px -6px !important;
}
.supsystic-plugin .s-ico .ui-grid-ico-sort.ui-icon-triangle-1-s {
	background-position: -68px 0px !important;
}
.supsystic-plugin .ui-th-column .icheckbox_minimal {
	margin-bottom: 7px;
}
/*Table cols width manipulations*/
.form-table .col-w-1perc {
	width: 1%;
}
.form-table .col-w-10perc {
	width: 10%;
}
.form-table .col-w-20perc {
	width: 20%;
}
.form-table .col-w-30perc {
	width: 30%;
}
.form-table .col-w-40perc {
	width: 40%;
}
.form-table .col-w-50perc {
	width: 50%;
}
.form-table .col-w-60perc {
	width: 60%;
}

.rsProOptMiniLabel {
    display: block;
    margin-bottom: -15px;
}
.rsProOptMiniLabel a {
    color: #0074a2;
    font-size: 10px;
    text-decoration: none;
}

.preset .selected-preset {
    display: none;
    background-color: #4ae8ea;
    padding: 5px 10px;
}

.preset.selected .selected-preset {
    display: inline;
}

.preset.selected .button-select {
    display: none;
}

/* Fix for WP 4.4 */
.supsystic-plugin a,
.supsystic-plugin .button-primary,
.supsystic-plugin .button-primary.button-hero,
.ui-dialog .button {
 text-shadow: none!important;
 -webkit-box-shadow: none!important;
 box-shadow: none!important;
}
/*****/

#sliderNameInput, #add-slider-button{
   height:35px !important;
}
