/* Tidio Live Chat Tool */
#tidio-chat.help-active iframe {
    margin-right: 20px !important;
}
#tidio-chat iframe {
	margin-bottom: -15px !important;
    -webkit-transition: all ease-in-out .3s !important;
    -o-transition: all ease-in-out .3s !important;
    transition: all ease-in-out .3s !important; 
}
.wsko-button-danger {
	background-color: #d9534f!important;
	border-color: #d43f3a!important;
	color:white!important;
}
.wsko-button-success {
	background-color: #27ae60!important;
	border-color: #27ae60!important;
	color:white!important;
}
.wsko-made-in {
	padding-right: 25px;
    opacity: .5;
    position: fixed;
    right: 0px;
    bottom: 5px;
    z-index: -2;
}
.panel.panel-default.panel-transparent {
    background: transparent;
    box-shadow: none !important;
    border: 0px;
}
.wsko-no-data-wrapper,
.setup-widget-wrapper {
    max-width: 750px;
    margin: 0 auto;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse.panel-body {
    border-top: 1px solid #eee;
}
.wsko-no-data-inner {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
ul.wsko-backup-list {
    max-height: 400px;
    overflow: auto;
    padding-right: 5px;
}
.wsko-settings-tab-api .api-badge-wrapper {
    margin: 0px;
}
.bsu-panel-hero .wsko-label .wsko-lazy-field {
    display: inline-block;
}
/*
.wsko-settings-tab-api .wsko-settings-api-wrapper .panel-heading {
    display: none;
}
*/
/* Language Select */
.wsko-lang-select .bootstrap-select {
    width: 70px !important;
}
.wsko-lang-select {
    display: inline-block;
}

.wsko-sidebar-info-links {
    font-size: 12px;
    opacity: .8;
    position: fixed;
    bottom: 0px;
    background-color: rgba(0,0,0,.05);
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;    
}
.wsko-sidebar-info-links a {
    cursor: pointer;
    padding: 0px !important;
    background: none !important;
    color: #fff !important;
    border: 0px !important;
    box-shadow: none !important;
    height: auto !important;
    line-height: 16px !important;
    font-size: 12px !important;
}
.filter-option span.lang-item-text {
    display: none;
}

.wsko-uppercase {
	text-transform:uppercase;
}

.wsko-import-collapse-wrapper {
    margin: 15px 0px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.06);
    box-shadow: 0 1px 5px rgba(0,0,0,0.06);
}

p.wsko-onpage-meta-title {
    font-size: smaller;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .02);
    padding: 5px 10px;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.09);
    box-shadow: 0 1px 10px rgba(0,0,0,0.09);
	opacity: .7;
}

#tab_errors_group .panel-heading {
    background-color: #fff;
}

/*
.send-feedback {
    padding: 10px 20px;
    background-color: #2c3e50;
    color: #fff;
}

.send-feedback a {
    color: #fff !important;
}
.feedback-link-wrapper {
    display: inline-block;
}
@media (min-width:768px){
	.wsko_wrapper #wsko_admin_view_content,
	.wsko_wrapper #wsko_admin_view_sidebar {
		top: 149px;
	}
}
@media (min-width:1330px){
	.wsko_wrapper #wsko_admin_view_content,
	.wsko_wrapper #wsko_admin_view_sidebar {
		top: 128px;
	}
}
*/
/* Feedback panel */
.feedback-panel {
    position: fixed;
    bottom: 20px;
    right: 29px;
    width: 500px;
    z-index: 99;
    padding: 10px 20px;
    border-radius: 3px;
	color: #fff;
    background: #337ab7;
    background-image: -webkit-radial-gradient(top, circle cover, #337ab7 0%, #1a6099 80%);
    background-image: -moz-radial-gradient(top, circle cover, #337ab7 0%, #1a6099 80%);
    background-image: -o-radial-gradient(top, circle cover, #337ab7 0%, #1a6099 80%);
    background-image: radial-gradient(top, circle cover, #337ab7 0%, #1a6099 80%);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	height: 45px;
}
.feedback-panel a {
	color:#fff !important;
}

/* /Feedback panel */

/*Fixes*/
.wsko-notif-fix { display:none; }
#wpbody-content > :not(.wrap):not(.modal):not(#wsko_admin_view_script_wrapper):not(#wsko_admin_view_body):not(.wsko-updated-wrapper):not(.wsko-display-none-fix):not(#wsko_admin_view_ajax_notification) { display:none!important; }

li.wsko-import-plugin-wrapper {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 5px;
}

.wsko-table-add-filter.wsko-disabled
{
	background-color:#f7f7f7!important;
}

ul.wsko-snippet-fields li {
    background-color: #f7f7f7;
    padding: 4px 8px;
    display: inline-block;
    margin: 0px 3px 3px 0px;
	border-radius:2px;
	font-size:12px;
}

ul.wsko-snippet-fields {
	max-height:250px;
	overflow-y:auto;
	font-size:0px;
}


/*MAIN*/
#wpbody
{
	position:inherit!important;
}
#wsko_admin_critical_error_wrapper
{
	margin:20px;
	background-color:white;
	padding:20px;
}
#wsko_admin_view_body
{
	position: absolute;
	right: 0px;
	bottom:0px;
	top:0px;
	left:160px;
	z-index:10;
	background-color: #f7f7f7; 
}
.bavoko-seo-tools-wrapper.folded #wsko_admin_view_body {
    left: 36px;
}
.bavoko-seo-tools-wrapper.folded .nps-wrapper {
	left: 286px;
}
#wsko_admin_view_topbar
{
	position:fixed;
    width: calc(100% - 160px);
	height:80px;
	top:32px;
    z-index: 99999;
}
@media (max-width:960px){
	#wsko_admin_view_topbar
	{
		width: calc(100% - 30px);
	}	
}
.bavoko-seo-tools-wrapper.folded #wsko_admin_view_topbar {
	width:100%;
}
#wsko_admin_view_topbar_icon
{
	display:inline-block;
	position:absolute;
	top:0px;
	width:250px;
	height:100%;
	color:white;
	padding:15px 10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);		
}
#wsko_admin_view_topbar_header
{
	display:inline-block;
	background-color:white;
	position:absolute;
	top:0px;
	right:0px;
	left:250px;
	height:100%;
	/* width: 100%;*/
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.09);
}
#wsko_admin_view_sidebar
{
	display:inline-block;
	position:fixed;
	width:250px;
	top:112px;
	bottom:0px;
    overflow-y: auto;
	overflow-x: hidden;
}
#wsko_admin_view_sidebar_overlay
{
	/* position:-webkit-sticky; */
	position:fixed;
	width:250px;
    top: 112px;
    bottom: 48px;
    overflow: hidden;
    overflow-y: auto;	
}
#wsko_admin_view_content {
    display: inline-block;
    position: relative;
    left: 250px;
    right: 0px !important;
	bottom: 0px;
	top: 80px;
    width: calc(100% - 250px);
}
body.bavoko-seo-tools-wrapper {
    background-color: #f7f7f7;
    overflow-x: hidden;
}
#wsko_admin_view_content_wrapper
{	
	position: relative;
	height:100%;
	/* overflow-y:auto; */
}
#wsko_admin_view_content_footer
{
	position:relative;
	width:100%;
	height:60px;
	padding:10px;
}
#wsko_admin_view_content_footer_wrapper
{
	float:right;
}
#wsko_admin_view_loading
{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:30%;
	z-index:10;	
}
#wsko_admin_view_loading_background
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:white;
	opacity:0.7;
}
#wsko_admin_view_loading i.fa
{
	font-size:10em;
	color:#337ab7;
}
#wsko_main_title
{
	margin-bottom:0px;
}
#wsko_main_breadcrumb
{
	color: darkgray;
    font-size: 11px;
}

.wsko-admin-main-navbar-sub-panel .panel-body {
    padding: 10px 15px;
}

.panel .panel-link {
	margin: 5px 10px 0px;
}

.crawling-info-inner {
	margin-bottom:15px;
}


.bsu-container {
    max-width: 1400px;
    margin: 0 auto;
	padding:0px 20px;
}

div#wsko_admin_view_content.fixed {
    left: 410px;
    width: calc(100% - 410px);
}

div#wsko_admin_view_wrapper {
    min-height: 80vh;
    padding: 20px;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 35px;
    background-color: #f7f7f7;
	padding-bottom: 0px;
}
div#wsko_admin_view_wrapper:after {
    content: '';
    height: 15px;
    background: linear-gradient(to bottom, #f7f7f7, transparent);
    display: block;
    position: absolute;
    width: 100%;
    right: 0px;
	left: 0px;
	z-index: -1;
}

#wsko_notification_wrapper {
    max-width: 1600px;
    margin: 0 auto;
}
.wsko_notification {
    padding: 0 20px;
}

.bs-callout.wsko-notice:last-child {
    margin-bottom: 0px;
}
.bs-callout.wsko-notice {
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.06);
    box-shadow: 0 1px 5px rgba(0,0,0,0.06);
    background: #fff;
	border-radius:0px;	
}


.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #eee;
}

/*BSU-TABS*/
.bsu-tabs.nav-tabs li a {
	color:#797979;
    background: transparent;
    border: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	border-bottom: solid 2px transparent;
	margin:0px;
}

.bsu-tabs.nav-tabs>li.active>a, 
.bsu-tabs.nav-tabs>li>a:focus, 
.bsu-tabs.nav-tabs>li>a:hover {
    background: none;
    border: 0px;
    border-bottom: solid 2px #337ab7;
	color: #337ab7;
}

a.wsko-upgrade-now {
    color: #22ff68 !important;
}

.wsko-admin-api-statusbar
{
	position:absolute;
	top:0px;
	right:0px;
	height:30px;
	background-color:#337ab7;
	color:white!important;
	padding:5px;
}
.wsko-admin-api-status-icon
{
	margin:0px 7px;
	display:inline-block
}

.bsu-panel.panel .bsu-tabs li a,
ul.nav.bsu-tabs.bsu-tabs-sm li a {
    padding: 8px 12px;
    font-size: 11px;	
}

.wsko-section > .panel-heading {
    font-size: 13px;
    opacity: .7;
    display: block;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 700;
    margin-bottom: 5px;
}

.wsko_wrapper .form-group > .row {
    margin-bottom: 15px;
}

.wsko_wrapper .form-group {
	margin-bottom:15px;
}

/*/MAIN*/

i.wsko-info {
    opacity: .7;
}


/*TIMESPAN*/
/*.wsko-loader
{
	display:none;
}*/
/*/TIMESPAN*/

/*NAVBAR*/
.wsko-nav-icon
{
	margin-right:10px;
}
.wsko-admin-main-navbar
{
	list-style-type:none;
}
.wsko-admin-main-navbar-item
{
	position:relative;
	height:40px;
	width:100%;
	color:white;
	font-size:14px;
	margin-bottom:0px;
}
.wsko-admin-main-navbar-item .panel-title {
	font-size:14px;
}
.wsko-admin-main-navbar-item a.wsko-link
{
	position:absolute;
	color:white;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.wsko-admin-main-navbar-item .panel,
.wsko-admin-main-navbar-item .panel-heading,
.wsko-admin-main-navbar-item .panel-collapse
{
	margin:0px;
	background-color:transparent!important;
	border:none;
	padding:0px;
}
.wsko-admin-main-navbar-item .panel-title, 
.wsko-admin-main-navbar-item a.wsko-link {
    color: #fff;
    padding: 13px 15px;
}

.wsko-admin-main-sub-navbar-item
{
	position: relative;
	height: 25px;
    width: 100%;
    color: white;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}
.wsko-admin-main-sub-navbar-item a
{
	color: #fff;
    padding-left: 20px;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}
.wsko-admin-main-sub-navbar-item:hover
{
	opacity:.8;
}
.wsko-admin-main-navbar-item.wsko-active .panel-heading,
.wsko-admin-main-sub-navbar-item.wsko-active{
	font-weight:bold;
}
.wsko-admin-main-sub-navbar-item.wsko-active a::before
{
	content: '\f068';
	font-family: "FontAwesome" !important;
	font-weight: 900;
	margin-right: 7px;
	font-size: 12px;
}
.wsko-text-icon
{
	margin-right:7px;
}
.wsko-admin-main-navbar-item:hover,
.wsko-admin-main-navbar-item.wsko-active,
.wsko-admin-main-navbar-item.panel:hover,
.wsko-admin-main-navbar-item.panel.wsko-active
{
	background-color:rgba(0,0,0,.08);
}

.wsko-admin-main-navbar-item.panel {
    background-color: unset;
    border: 0px;
    box-shadow: none;
    margin: 0px;
    min-height: 40px;
}



@media (max-width:768px){
	.wsko_wrapper .fixed-action-btn {
		left: 23px !important;
	}	
}
.wsko_wrapper .fixed-action-btn {
    left: 175px;
    right: auto;
}
.wsko_wrapper .fixed-action-btn .btn-floating-main {
    background-color: rgba(0,0,0,.05);
}

.wsko_wrapper .fixed-action-btn li {
    margin: 0px 0px 0px 10px !important;
}

.wsko_wrapper .fixed-action-btn ul {
    left: 45px !important;
}
/*/NAVBAR*/



/* Mobile Menu */

.menu {
	position: relative;
	display:  inline-block;
	width: 30px;
	height: 30px;
    margin: 0px 20px;
}
.menu span {
	margin: 0 auto;
	position: relative;
	top: 12px;
}
.menu span:before, .menu span:after {
	position: absolute;
	content: '';
}
.menu span, .menu span:before, .menu span:after {
	width: 30px;
	height: 6px;
	background-color: #000;
	display: block;
}
.menu span:before {
	margin-top: -12px;
}
.menu span:after {
	margin-top: 12px;
}

.nav-btn-mobile span {
	-webkit-transition-duration: 0s; transition-duration: 0s;
	-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.nav-btn-mobile:hover span {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.nav-btn-mobile span:before {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.nav-btn-mobile:hover span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg); transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.nav-btn-mobile span:after {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.nav-btn-mobile:hover span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
/* /Mobile Menu */


/* Forms */

/*LAZY LOAD*/
.wsko-lazy-wrapper-var
{
	display:none;
}
/*/*/



/* Onpage */
@media (min-width:994px){
	.wsko-onpage-main-nav {
		position: fixed;
		width: 13%;
		max-width: 290px;
	}
}

.wsko-onpage-main-nav label {
    font-size: 11px;
    opacity: .7;
    border-bottom: solid 1px #ddd;
    display: block;
	text-transform: uppercase;
	padding-bottom:5px;
	font-weight: 700;
}

.wsko-onpage-main-nav .bsu-tabs a {
    text-transform: unset !important;
    padding: 8px 0px;
	border-width: 0px !important;
	font-weight: normal !important;
	font-size: 13px;
}
.wsko-onpage-main-nav .bsu-tabs li.active a {
	font-weight: 500 !important;
}
.bsu-tabs.nav-tabs.nav-stacked {
    border-bottom: 0px solid #ddd;
}

.row.wsko-progress-wrapper {
    padding: 8px 5px;
    border-bottom: solid 1px #eee;
}
.row.wsko-progress-wrapper:last-child {
    border-bottom: solid 0px #eee;
}

.wsko-progress-wrapper .progress {
    margin-bottom: 5px;
	width:100%;
}



@media only screen and (min-width: 960px) {
	.onpage-analysis-nav {
		width: 20%;
	}
	.onpage-analysis-content {
		width: 80%;
	}
}
/* Onpage Analysis */


/* WSKO Sidebar */
.wsko-sitemap-param-type .form-control,
.wsko-sitemap-param-tax .form-control {
    display: inline-block;
}

li.wsko-sitemap-param-type,
li.wsko-sitemap-param-tax {
    padding: 10px 0px;
    border-bottom: solid 1px #eee;
	margin: 0px;
}
li.wsko-sitemap-param-type:last-child,
li.wsko-sitemap-param-tax:last-child {
    border-bottom: 0px;
}


/* /WSKO Sidebar */


.onpage-analysis-content table tr td:first-child {
	max-width:70px !important;
	width:70px;
}

.onpage-analysis-content .circliful {
	margin-left: 0px;
	height:40px;
}

.wsko-onpage-analysis-issues .wsko-notice {
    padding: 10px 15px;
	margin: 5px 0px;
}

.bsu-panel-issue h4.panel-title,
.wsko-import-plugin-wrapper h4.panel-title {
    font-size: 14px;
}

.wsko-panel-bulk-tools .wsko-form-control,
.wsko-panel-bulk-tools .wsko-row {
	width: 100%;
	display: block;
}

.wsko-pagespeed-waterfall-data span:nth-child(1) {
    display: block;
    font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.wsko-pagespeed-waterfall-data span:nth-child(2) {
    opacity: .7;
}
ul.wsko-pagespeed-waterfall-data {
    margin: 20px 0px;
}
ul.wsko-pagespeed-waterfall-data li {
    display: inline-block;
    width: 19%;
	text-align: center;
}
.wsko-speed-waterfall-wrapper .panel-body {
    padding: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.wsko-bavoko-api-wrapper .wsko-progress-wrapper span {
    font-size: smaller;
	opacity: .7;
}
.wsko-bavoko-api-wrapper .wsko-progress-wrapper {
	padding: 5px 0px;
    border-bottom: 0px;
}

.wsko-progress-natural .progress-bar {
	margin-right: -1px;
    border-right: solid 1px rgba(255,255,255,.5);
}
.bavoko-seo-tools-wrapper .range_inputs button {
    background: #f7f7f7;
    color: inherit;
    border: solid 1px #ddd;
    text-transform: inherit;
    height: inherit;
    box-shadow: inherit;
}

/* WSKO Help */
.wsko-fa-help {
	margin-right: 15px;
	display: inline-block;
	font-size: 50px;
	opacity: .5;
}
.bsu-panel.panel.wsko-help-inner {
    z-index: 99;
    position: fixed;
    right: 20px;
    bottom: -10px;
	min-width: 700px;
	width:700px;
    -webkit-box-shadow: 0 3px 20px 10px rgba(0,0,0,0.06);
    box-shadow: 0 3px 20px 10px rgba(0,0,0,0.06);	
}
section.wsko-help-content {
    margin: 15px 0px;
    max-height: 485px;
    overflow: auto;
    margin-bottom: 35px;
}
.wsko-help-wrapper .wsko-modal-backdrop {
	opacity: .15;
}
.wsko-help-wrapper section {
	padding:15px 20px;
}
section.wsko-help-header {
    background-color: #f7f7f7;
}
section.wsko-help-header h4 {
    margin: 5px 0px;
}
section.wsko-help-footer {
	padding: 10px 20px;
    border-top: solid 1px #eee;
}
.wsko-help-content ul label,
.wsko-help-content ul p {
	margin:0px !important;
}
.wsko-help-content li.panel-body {
	padding: 10px 15px;
	margin-bottom: 5px;
}
.wsko-help-content ul {
    margin-bottom: 15px;
}

.wsko-onpage-analysis-issues
{
	height:100%!important;
}
#wsko_onpage_issues .bsu-panel-issue
{
	margin-bottom:5px!important;
}
#wsko_onpage_issues .panel-heading b
{
	opacity: 0.8;
}
.wsko-header-meta-links a {
    color: #444;
}
.onpage-analysis-config-wrapper .form-group label {
    white-space: nowrap;
    overflow: hidden;
}

#adminmenuwrap.fixed
{
	position: relative!important;
	top:unset!important;
	bottom:unset!important;
}

.button.wsko-collapse-toggle-button:not(.collapsed)
{
	background-color:#0085ba;
	color:#fff;
}
.wsko_wrapper .dataTables_wrapper .dataTables_paginate {
    text-align: left;
}
.wsko-pro-modal-link.btn-wsko-header,
.wsko-pro-modal-link.btn-wsko-header:focus {
    line-height: 30px;
    height: 30px;
    padding: 0px 15px;
    margin: 12px 10px 0px -5px;
    background-color: #27ae60;
    border: 0px;
    box-shadow: none;
    font-size: smaller;
}
.bavoko-seo-tools-wrapper .dropdown-menu {
    z-index: 99999;
}

#adminmenuwrap
{
	position: relative!important;
}


/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
    counter-reset: step;
    text-align: center;    
    display: inline-block;    
}
#progressbar li {
    list-style-type: none;
    color: #444;
    text-transform: uppercase;
    font-size: 9px;
    min-width: 150px;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #ececec;
    border-radius: 50%;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #ececec;
	position: absolute;
	left: -50%;
	top: 14px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #337ab7;
	color: white;
}