/* Add here all your CSS customizations */

/* container widths for high resolutions */

body {
	color: #777;
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 22px;
	margin: 0;
	font-size: 13px;
}

[v-cloak] {
  display: none;
}

@media only screen and (max-width: 1650px ){
	.container {
		width: 100%;
	}
}

.slide-fade-keywords-enter-active {
  transition: none;
}
.slide-fade-keywords-leave-active {
  transition: none;
}


#searchKeywordFromHome .input-group .countryBtnHolder button{
	padding: 10px 0;
	width:200px;
	border-radius:0
}
#searchKeywordFromHome .input-group .languageBtnHolder button{
	padding: 10px 0;
	width:220px;
	border-radius:0
}
#searchKeywordFromHome .input-group .countryBtnHolder ul{
	width: 100%;
	max-height:200px;
	overflow-y:auto;
}
#searchKeywordFromHome .input-group .languageBtnHolder ul{
	width: 100%;
	max-height:200px;
	overflow-y:auto;
}

/* index page */
@media only screen and (max-width: 768px){
	#searchKeywordFromHome .input-group{
	    display: block;
	    padding: 0 20px;
	}
	#searchKeywordFromHome .input-group input, #searchKeywordFromHome .input-group button{
		border-radius: 0;
	}
	#searchKeywordFromHome .input-group .input-group-btn button{
	    width: 100% !important;
	}
}

/* end of index page */

#keyword-sidebar{
	position: sticky;
	top: 90px;
}
@media only screen and (max-width: 767px) {
	.search-options {
	    padding-top: 15px;
	}

	#keyword-sidebar {
		position: fixed;
		width: 290px;
		top: auto;
		transform: translate(-255px,0);
		transition: transform 1s;
	}
	
	#keyword-view {
		transform: translate(20px,0);
		border-left: 7px solid;
		margin-right: 20px;
		transition: transform 1s;
	}

	#keyword-sidebar.expanded {
		transform: translate(0,0);
	}
	#keyword-sidebar.expanded + #keyword-view {
		transform: translate(290px,0);
	}

	.keyword-remove {
		visibility: hidden;
	}

	.expanded .keyword-remove {
		visibility: visible;
	}
	
	.sidebar-handle {
		position: absolute;
		width: 20px;
		height: 100%;
		left: -12px;
		z-index: 1;
	}

	.expanded .sidebar-handle {
		right: -8px;
	}

	#keyword-view:before {
		position: absolute;
		display: inline-block;
		content: "Keyword Ideas";
		border: 10px solid transparent;
		border-top-color: #777;
		top: 84px;
		left: -25px;
		height: 61px;
		transform: rotate(-90deg);
		z-index: -1;
		line-height: 14px;
	}

	#keyword-sidebar.expanded + #keyword-view:before {
		border: 10px solid transparent;
		border-bottom-color: #777;
		left: -69px;
		content: "PULL";
		width: 65px;
		padding-left: 10px;
    	padding-top: 23px;
	}

	.full-height-sidebar {
		height: calc(100vh - 340px) !important;
	}


	#keyword-search.sidebar-open  {
		height: 60px;
	}
	#keyword-search.sidebar-open .search-content.search-started{
		position: fixed;
		padding-right: 40px;
		width: 315px;
	}

	#keyword-search.sidebar-open .search-control-wrapper{
		margin: 10px 0;
	}
}
#limitModal{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 2000;
	top: 0;
	padding: 15px;
	display: none;
}
#limitModal .limit-header{
	padding-top: 20px;
}
#limitModal .limit-header *, #limitModal .limit-footer p{
	color: #fff !important;
}
#limitModal h2{
	font-weight: 600;
	margin-bottom: 5px;
}
#limitModal .label{
	background: #0088cc
}
#limitModal .limit-content{
	background: #fff;
	padding: 30px 25px;
	max-width: 450px;
	margin: 30px auto 0;
	border-radius: 7px;
}
#limitModal .limit-footer{
	margin-top: 30px;
}
#limitModal .limit-footer .login-form{
	max-width:450px;
	margin:0 auto;
}
#limitModal .limit-footer .title{
	font-size: 18px;
	font-weight: 600;
}
#importedKeywords .bootstrap-tagsinput{
	min-height: 150px;
}
#keyword-search .bootstrap-tagsinput{
	padding: 7px 6px;
}
.sort-menu{
	min-width:180px
}
.sort-menu .icon{
	width: 17px;
}
.sort-menu .fa-check{
	margin-left: -15px;
}
.bootstrap-tagsinput .label{
	font-size: 12px;
	background: transparent;
	border: 1px solid #ddd;
	color: #435660;
	padding: 6px 8px;
	margin-bottom: 6px;
	display: inline-block;
}
#keyword-search .tags-input-multiple-holder .input-group-btn{
	vertical-align: top
}
.bootstrap-tagsinput .label [data-role="remove"]{
    font-size: 13px;
    padding: 0 2px 2px;
    color: #2da6e9;
    margin-left: 5px;
}

#keyword-search .search-title-content{
	padding:40px 30px 10px;
	font-size:35px;
	color: #0088cc;
	font-weight: lighter;
	line-height:50px;
	letter-spacing:1px;
}

.right-user-card a i{
	width:20px
}
/*small chart */

.small-chart-wrapper {
	display: inline-block;
	margin: 10px 15px;
	width: 100%;
}

.small-chart-wrapper .small-chart {
	float: left;
	margin-bottom: 8px;
	min-width: 80px;
	width: 100%;
}

.small-chart-wrapper .small-chart-info {
	display: inline-block;
	padding: 0 0 0 10px;
}

.small-chart-wrapper .small-chart-info label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #a0a0a0;
	padding: 0;
	margin: 0;
	line-height: 15px;
}

.small-chart-wrapper .small-chart-info strong {
	display: block;
	font-size: 13px;
	padding: 0;
	margin: 0;
	line-height: 15px;
}

.small-chart-wrapper + .small-chart-wrapper {
	margin-left: 25px;
}

@media only screen and (max-width: 767px) {
	.small-chart-wrapper {
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}

	.small-chart-wrapper .small-chart {
		width: 100%;
		text-align: center;
	}

	.small-chart-wrapper .small-chart-info {
		padding-left: 0;
	}
}


/* circular chart */


.circular-bar .circular-bar-chart {
	position: relative;
}

.circular-bar strong {
	display: block;
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
	position: relative;
	top: 96px;
	width: 135px;
	height: 52px;
	left: auto;
	right: auto;
	text-align: center;
	margin: -52px auto 0;
}

.circular-bar label {
	display: block;
	font-weight: 100;
	font-size: 17px;
	line-height: 20px;
	position: absolute;
	top: auto;
	width: auto;
	left: 40%;
	text-align: center;
	bottom: 20%;
	right: 40%;
	margin: 0;
}

.circular-bar.circular-bar-xs {
	width: 50px;
}

.circular-bar.circular-bar-xs strong {
	display: none;
}

.circular-bar.circular-bar-xs label {
	font-size: 11px;
	left: 0;
	text-align: center;
	top: 28%;
	width: 100%;
}


/* Form - Custom Checkbox */
.checkbox-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

.checkbox-custom.checkbox-inline {
	display: inline-block;
	vertical-align: middle;
}

.form-group .checkbox-custom.checkbox-inline {
	margin-top: 7px;
	padding-top: 0;
}

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
	margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
	position: absolute;
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\F00C';
	top: 50%;
	left: 4px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}

.checkbox-custom input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

.checkbox-custom input[type="checkbox"]:disabled + label {
	cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled + label:before {
	background-color: #eee;
}

.checkbox-custom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}

.checkbox-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 19px;
	height: 18px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff;
}

.checkbox-custom label + label.error {
	display: block;
}

/* Form - Custom Radio */
.radio-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

.radio-custom.radio-inline {
	display: inline-block;
	vertical-align: middle;
}

.form-group .radio-custom.radio-inline {
	margin-top: 7px;
	padding-top: 0;
}

.radio-custom:last-child, .radio-custom:last-of-type {
	margin-bottom: 0;
}

.radio-custom input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}

.radio-custom input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -5px;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	width: 10px;
	height: 10px;
	background-color: #444;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 1px #444;
	box-shadow: 0px 0px 1px #444;
}

.radio-custom input[type="radio"]:disabled {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled:checked + label:after {
	color: #999;
}

.radio-custom input[type="radio"]:disabled + label {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled + label:before {
	background-color: #eee;
}

.radio-custom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}

.radio-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #bbb;
	background: #fff;
}

.radio-custom label + label.error {
	display: block;
}


/* Search Results Wrapper */

.search-content .search-control-wrapper {
	margin: 40px 0;	
}
.search-content .search-options-holder .searchLanguage{
	width: 186px;
}
.search-content .search-options-holder select{
	background:#fff;
	border:1px solid #ccc
}
.icons-width i{
	width: 20px;
}


@media only screen and (max-width: 767px) {
	.search-content .search-options-holder {
		display: block;
	}
	.search-content .search-options-holder select, .search-content .search-options-holder .searchLanguage {
		display: block;
		float: left;
		width: 45%;
	}
	.search-content .search-options-holder .searchBtn{
		width: 10%;
	}
	.search-content .search-options-holder input{
		border-radius: 4px !important;
		margin-bottom: 10px;
	}
	.search-content .search-options-holder select:nth-child(1){
		border-top-left-radius:4px;
		border-bottom-left-radius:4px;
	}
	#keyword-sidebar{
		margin-top: 70px;
	}
}
.search-options-holder .fa-caret-down{
	display: none;
}
/*
* styles or mozilla only
*/
@-moz-document url-prefix() {
    .search-content .search-options-holder select {
		height: 35px;
		-moz-appearance:none; /* Firefox */
		appearance:none;
    }
    @media only screen and (min-width: 768px){
	    .search-options-holder .fa-caret-down{
			top: 25%;
			right: 43px;
			z-index: 3;
			display: block;
			font-size: 15px;
			position: absolute;
		}
	    .search-options-holder .fa-caret-down:nth-child(2){
			right: 229px;
		}
	}
}

/* Search Results Tabs */
.search-content .search-toolbar {
	/*border-bottom: 1px solid #ebebeb;*/
	margin: 0 0 25px;
}
.search-content .search-toolbar .nav-pills {
	margin: 0 40px;
}
.search-content .search-toolbar .nav-pills li {
	margin: 0 15px 0 0;
}
.search-content .search-toolbar .nav-pills li:last-child {
	margin-right: 0;
}
.search-content .search-toolbar .nav-pills li a {
	padding-left: 5px;
	padding-right: 5px;
}
.search-content .search-toolbar .nav-pills li a, .search-content .search-toolbar .nav-pills li a:hover, .search-content .search-toolbar .nav-pills li a:focus {
	background: none;
	border-radius: 0;
	border-bottom: 2px solid #d7ecfa;
	/*border-top: 2px solid #FFF;*/
	color: #ccc;
}
.search-content .search-toolbar .nav-pills li a:hover, .search-content .search-toolbar .nav-pills li a:focus {
	background: none;
	border-radius: 0;
	border-bottom: 2px solid #d7ecfa;
	/*border-top: 2px solid #FFF;*/
	color: #555;
}
.search-content .search-toolbar .nav-pills li.active a {
	color: #CCC;
	border-bottom-color: #CCC;
}
.search-content > .tab-content {
	border: none;
	box-shadow: none;
	/* padding: 0 40px; */
}


/* Search Results */
.search-content .search-toolbar .nav-pills li.active a {
	color: #282d36;
	border-bottom-color: #0088cc;
}

#header.header-narrow .header-logo img{
	margin: 0; 
}

/* Search Result Totals */
.search-content .total-results {
	margin-top: -25px;
}

/* Search Results List */
.search-results-list {
	max-width: 750px;
}
.search-results-list li {
	border-bottom: 1px solid #EEE;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.search-results-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.search-results-list .result-type {
	right: 5px;
	position: absolute;
	top: 5px;
}
.search-results-list a {
	border-radius: 4px;
	display: block;
	padding: 25px;
	text-decoration: none;
}
.search-results-list a .title {
	margin-top: 0;
}
.search-results-list a .description {
	color: #777;
}
.search-results-list a p:last-child {
	margin-bottom: 0;
}
.search-results-list a:hover {
	background: #f7f7f7;
}
.search-results-list .has-thumb {
	display: table;
	width: 100%;
}
.search-results-list .has-thumb .result-thumb,
.search-results-list .has-thumb .result-data {
	display: table-cell;
	vertical-align: top;
}
.search-results-list .result-thumb {
	padding-right: 25px;
}
.search-results-list .result-thumb img,
.search-results-list .result-thumb .fa {
	height: 75px;
	width: 75px;
}
.search-results-list .result-thumb .fa {
	background: #CCC;
	color: #FFF;
	font-size: 3.6rem;
	line-height: 7.5rem;
	text-align: center;
}

/* Search Results Responsive */

@media only screen and (max-width: 480px) {
	.search-results-list .has-thumb {
		display: block;
	}
	.search-results-list .has-thumb:after {
		content: "";
		display: table;
		clear: both;
	}
	.search-results-list .has-thumb .result-thumb,
	.search-results-list .has-thumb .result-data {
		display: block;
	}
	.search-results-list .has-thumb .result-thumb {
		float: left;
	}
	.search-results-list .has-thumb .result-data .title {
		margin-top: 3px;
	}
	.search-results-list .result-thumb img,
	.search-results-list .result-thumb .fa {
		height: 35px;
		width: 35px;
	}
	.search-results-list .result-thumb .fa {
		font-size: 1.6rem;
		line-height: 3.5rem;
	}
}

/* shopping style panels */
.sidebar.shop-sidebar .panel-group {
	margin-bottom: 12px;
}
.sidebar.shop-sidebar .panel-group .panel + .panel {
	margin-top: 9px;
}
.sidebar.shop-sidebar .panel.panel-default {
	border-radius: 6.99px;
	border: none;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading {
	border-radius: 0;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading .panel-title {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #777;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a {
	position: relative;
	border-radius: 6.99px 6.99px 0 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 45px;
	color: #777;
	border: 1px solid #ddd;
	cursor: default;
}
/* remove the cart-up icon */
/*
.sidebar.shop-sidebar .panel.panel-default .panel-heading a:before {
	font-family: 'FontAwesome';
	content: "\f0d8";
	width: 26px;
	height: 26px;
	display: block;
	border: 1px solid #ddd;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -13px;
	border-radius: 3px;
	color: #ccc;
	text-align: center;
	line-height: 24px;
	background-color: #fff;
	font-size: 10px;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a:hover:before {
	background-color: #0088CC;
	border-color: #0088CC;
	color: #fff;
}
*/

.filter-keywords .sort-btn {
	cursor: pointer;
}
.filter-keywords .panel-heading input {
	line-height:initial !important;
	padding-left: 5px;
}

.filter-keywords .panel-heading input::placeholder {
    color: #666;
    opacity: 1;
    font-weight: normal;
}
.filter-keywords .panel-heading input:-ms-input-placeholder { 
    color: #666;
    font-weight: normal;
}
.filter-keywords .panel-heading input::-ms-input-placeholder {
    color: #666;
    font-weight: normal;
}

.filter-keywords .panel-body li {
	margin-bottom: 3px;
}

.filter-keywords .tag {
  font-size: 11px;
  padding: .3em .4em .4em .8em;
  margin: 0 -2px;
}
.filter-keywords .tag .remove {
  color: #ddd;
  margin-left: 4px;
  cursor: pointer;
  vertical-align: middle;
  top: -1.5px;
}

.filter-keywords .tag .remove:hover {
  color: #fff;
}
.backlinks-holder .header{
	color:#444;
	font-size:9px;
	font-weight:bold;
}
.backlinks-holder .dough-holder{
	left:-15px;
	position:relative;
}
.backlinks-holder .backlinks{
	left:-8px;
	font-size:10px;
	line-height:12px;
	position:relative;
}
.backlinks-holder .link-value{
	color:#333;
	font-weight:bold;
}
.backlinks-holder .link-text{
	font-size: 9px;
}
.content-analysis-btns button{
	text-align: left;
	font-size: 8.5px;
}
.children-mb-xs > *{
	margin-bottom: 5px;
}
.content-analysis-btns button .in-cell-bar-left{
	height: 4.5px;
}

.sidebar.shop-sidebar .panel.panel-default .panel-heading a.collapsed {
	border-radius: 6.99px;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a.collapsed:before {
	content: "\f0d7";
}
.sidebar.shop-sidebar .panel.panel-default .panel-body {
	padding: 8px 8px 4px;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 6.99px 6.99px;
	background-color: #fbfbfb;
}
.sidebar.shop-sidebar .filter-price {
	margin: 14px 0 9px;
}
.sidebar.shop-sidebar .filter-price #price-slider {
	margin-bottom: 20px;
}
.sidebar.shop-sidebar .filter-price .noUi-target {
	background: #eee;
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.sidebar.shop-sidebar .filter-price .noUi-handle {
	background: #0088CC;
	cursor: pointer;
	border-radius: 5px;
	border: none;
	box-shadow: none;
}
.sidebar.shop-sidebar .filter-price .noUi-handle:before, .sidebar.shop-sidebar .filter-price .noUi-handle:after {
	display: none;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal {
	position: relative;
	height: 7px;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal .noUi-handle {
	position: absolute;
	width: 13px;
	height: 18px;
	border: 0;
	left: -6.5px;
	top: -6px;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal .noUi-base .noUi-origin {
	position: absolute;
}
.sidebar.shop-sidebar .filter-price .noUi-connect {
	background-color: #1ab3ff;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}
.sidebar.shop-sidebar .filter-price .filter-price-details {
	text-align: center;
}
.sidebar.shop-sidebar .filter-price .filter-price-details * {
	white-space: normal;
}
.sidebar.shop-sidebar .filter-price .filter-price-details span {
	vertical-align: middle;
	line-height: 26px;
}
.sidebar.shop-sidebar .filter-price .filter-price-details .form-control {
	display: inline-block;
	vertical-align: middle;
	color: #a3a2a2;
	padding: 2px 5px;
	font-size: 14px;
	margin: 0 2px;
	width: 50px;
	height: 26px;
}
.sidebar.shop-sidebar .filter-price .filter-price-details .btn {
	border: none;
	height: 26px;
	line-height: 26px;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 14px;
	margin: 5px 0;
}
.sidebar.shop-sidebar ul, .sidebar.shop-sidebar ol {
	padding: 0;
	margin: -7px 0 0;
	list-style: none;
}
.sidebar.shop-sidebar ul li a, .sidebar.shop-sidebar ol li a {
	color: #777;
	line-height: 2.5;
	display: block;
}
.sidebar.shop-sidebar .configurable-filter-list {
	padding: 0;
	margin: 0 -5px;
	list-style: none;
	/* font-size: 0; */
	line-height: 17px;
}
.sidebar.shop-sidebar .configurable-filter-list li {
	display: inline-block;
	margin: 0 4px 0;
}
.sidebar.shop-sidebar .configurable-filter-list li a {
	display: block;
	color: #777;
	font-size: 12px;
	line-height: 28px;
	background: #f4f4f4;
	border: 1px solid #cccccc;
	border-radius: 3px;
	float: left;
	margin: 0;
	padding: 0 7px;
	text-align: center;
}
.sidebar.shop-sidebar .configurable-filter-list li a.active {
    font-weight: 700;
    background: #0088cc;
    border-color: #00aaff;
	color: #fff;
}

.sidebar.shop-sidebar .configurable-filter-list li a:hover {
	border-color: #0088CC;
	text-decoration: none;
}	
.sidebar.shop-sidebar h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* Keyword side bar */ 

.home-side-menu-container {
/* 	background-color: #fbfbfb;
	border: 1px solid #ddd;
	border-radius: 5px;
 */	margin-bottom: 14px;
}

.home-side-menu-container .side-menu-title {
	background-color: #f5f5f5;
	color: #a39f9c;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 14px 15px;
	border-radius: 5px 5px 0 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.home-side-menu-container .home-side-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.home-side-menu-container .home-side-menu li {
	position: relative;
	line-height: 20px;
}

.home-side-menu-container .home-side-menu li a {
	position: relative;
	color: #777;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.home-side-menu .stats-complete{
	position: absolute;
	top: 10px;
	right: 20px;
}

.home-side-menu-container .home-side-menu li ul  {
	padding-left: 0;
	position: absolute;
	bottom: -4px;
	white-space: nowrap;
	overflow-x: auto;
	max-width: 100%;
	height: 28px;
	overflow-y: hidden;
	font-size: 0.9em;
}
.home-side-menu-container .home-side-menu li ul li {
	display: inline-block;
	margin-right: 4px;
}

.keyword-info ul li a{
	color: #777;
	font-size: 13px;
	cursor: default;
}
#searchedTodayModal table tbody tr{
	cursor: pointer;
}
.home-side-menu-container .home-side-menu li ul li a {
	display: block;
	text-decoration:  none;
}

.home-side-menu-container .home-side-menu li.active ul li a {
	color: #fff;
}


.home-side-menu-container .home-side-menu > li > a {
	font-size: 13px;
	font-weight: 400;
	padding: 10px 5px 45px 5px;
	display: block;
	border-top: 1px solid #ddd;
}
@media (min-width: 1200px) {
	.home-side-menu-container .home-side-menu > li > a {
		font-size: 14px;

	}
}

.home-side-menu-container .home-side-menu > li:hover {
	background-color: #f4f4f4;
}

.home-side-menu-container .home-side-menu > li.active {
	background-color: #0088CC;
}

.home-side-menu-container .home-side-menu > li.active .progress {
	background-color: #999 !important;
}
.home-side-menu-container .home-side-menu > li.active .progress-bar {
	background-color: #fff !important;
}



.home-side-menu-container .home-side-menu > li.active > a {
	color: #fff;
	border-color: #0088CC;
}
.home-side-menu-container .home-side-menu > li.active * {
	color: #fff;
}
.home-side-menu-container .home-side-menu > li.active:before {
	color: #fff;
}


/* custom check boxes in side bar */


.home-side-menu li .checkbox-custom {
	float: left;
	margin-top: 9px;
	margin-left: 18px;
}

.home-side-menu-container .home-side-menu li  .checkbox-custom +  a {
	padding-left: 43px;
}

.home-side-menu-container .home-side-menu   .checkbox-custom.collapse +  a {
	padding-left: 43px;
}



/* keyword list numbers in sidebar */


ol.home-side-menu {

	list-style: none;
    counter-reset: kwlist-counter;
}

.home-side-menu > li:before {
    color: #0088cc;
    border-color: #0088cc;
}

.home-side-menu > li:before {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 21px;*/
    content: counter(kwlist-counter);
    counter-increment: kwlist-counter;
    font-weight: bold;
    margin-top: 12px;
    margin-left: 8px;
    display: block;
    text-align: right;
}

.home-side-menu > li.check:before {
	visibility: hidden;
}

.limit-reached{
	color: #a94442;
}
.edit-list-form input{
	background: transparent;
	border: 1px solid transparent;
	padding: 3px 5px;
	transition: 0.3s all;
}

.edit-list-form input:hover{
	background: #fff;
	border: 1px solid #ccc;
}
.edit-list-form i{
	cursor: pointer;
	font-size:1.1em;
	width:15px;
}

.sidebar .vue-input-tag-wrapper.max{
	height: 45px;
}
.vue-input-tag-wrapper {
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    padding-left: 4px;
    padding-top: 4px;
    cursor: text;
    text-align: left;
    -webkit-appearance: textfield;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
}
.vue-input-tag-wrapper .input-tag {
    background-color: #cde69c;
    border-radius: 2px;
    border: 1px solid #a5d24a;
    color: #638421;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 3px;
    height: 30px;
}
.vue-input-tag-wrapper .input-tag .remove {
    cursor: pointer;
    font-weight: bold;
    color: #638421;
}
.vue-input-tag-wrapper .input-tag .remove:hover {
    text-decoration: none;
}
.vue-input-tag-wrapper .input-tag .remove::before {
    content: " x";
}
.vue-input-tag-wrapper .new-tag {
    background: transparent;
    border: 0;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 1px;
    outline: none;
    padding: 4px;
    padding-left: 0;
    flex-grow: 1;
    resize: none;
    border: none;
    float: left;
    height: 100px;
    overflow: hidden;
}
.vue-input-tag-wrapper.read-only {
    cursor: default;
}

/* keyword sidebar info */

.home-side-menu li ul li a .fa, .home-side-menu li ul li a.icons{
	margin-right: 4px;
}

.search-options{
	padding: 36px 0 40px;
	position: relative;
	z-index: 1
}
.check-options a i{
	width: 15px;
}
.check-options .dropdown-submenu {
    position: relative;
}
.check-options .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    height: 108px;
}
.temp-msg{
	z-index:2;
	width:100%;
	height:100%;
	position:fixed;
	text-align:center;
	display:none;
}
.temp-msg .msg{
	top:50%;
	color:#fff;
	font-weight:600;
	font-size:14px;
	padding:15px 25px;
	position:relative;
	border-radius:50px;
	display:inline-block;
	background:rgba(0,0,0,0.7);
}
.check-options .dropdown-submenu .dropdown-menu .dropdown-header{
	font-weight: 600;
    font-size: 14px;
    color: #444;
}
@media only screen and (min-width: 992px) {
	#mainNav {
		margin-right: 375px;
	}
}
@media only screen and (max-width: 992px) {
	.search-options{
		padding-top: 0
	}
	.monthesSearchChart-container{
		padding: 30px 15px;
	}
}
@media only screen and (max-width: 767px) {
	.search-options {
	    padding-top: 15px;
	}
	.sidebar-open .search-options.search-options-xs{
		margin-left: 50%;
		text-align: right !important;
		margin-top: 10px;
	}
	.besideChart{
		margin-top:120px
	}
}
@media only screen and (min-width: 568px) and (max-width: 812px){
	.tp-mask-wrap{
		visibility: hidden;
	}
	#sdes{
		visibility: hidden;
	}
}
@media only screen and (min-width: 320px) and (max-width: 414px){
	#sdess{
		visibility: hidden;
	}
}


ul.notifications a.notification-icon { 
   text-decoration: none;
}

a.anchor {
	position: relative;
	top: -100px;
	visibility: hidden;
	display: block;
}

.home-side-menu-container .home-side-menu > li > a.keyword-remove {
	position: absolute;
	top: 0;
	right: 0;
	display:  none ;
}

.home-side-menu-container .home-side-menu > li:hover > a.keyword-remove {
	display: inline;
}

.home-side-menu-container .home-side-menu > li > a.keyword-remove:hover {
	color: darkred ;
}

.home-side-menu-container .home-side-menu > li.active > a.keyword-remove:hover {
	color: darkred!important ;
}



/* header notifications */
@media only screen and (min-width: 992px) {
	
		.header-right {
			min-width: 370px;
		}
}
	
.header-right {
	float: right;

}



.header-right .separator {
	background-color: #F6F6F6;
	background-image: -webkit-linear-gradient(#F6F6F6 60%, #EDEDED);
	background-image: linear-gradient(#F6F6F6 60%, #EDEDED);
	display: inline-block;
	height: 100%;
	margin: 0 25px 0;
	width: 2px;
	vertical-align: middle;
}
	/* Notifications */
.notifications {
	display: inline-block;
	list-style: none;
	margin: 4px -10px 0 0;
	padding: 0;
	vertical-align: middle;
}

.notifications > li {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

.notifications > li .notification-icon {
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: 30px;
	position: relative;
	width: 30px;
	text-align: center;
}

.notifications > li .notification-icon i {
	color: #777;
	line-height: 30px;
	vertical-align: middle;
}

.notifications > li .notification-icon i.fa-tasks {
	line-height: 32px;
}

.notifications > li .notification-icon .badge {
	background: #D2312D;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	right: -8px;
	top: -3px;
	border-radius: 100%;
}

.notifications > li > a {
	border: none;
	display: inline-block;
}

.notifications .notification-menu {
	border: none;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	left: auto;
	margin: 10px 0 0 0;
	padding: 0;
	right: -5px;
	width: 245px;
}

.notifications .notification-menu.large {
	width: 325px;
}

.notifications .notification-menu .notification-title {
	background: #CCC;
	border-radius: 3px 3px 0 0;
	color: #FFF;
	font-size: 1.1rem;
	line-height: 1.5rem;
	padding: 8px 6px 8px 12px;
	text-transform: uppercase;
}

.notifications .notification-menu .notification-title .label {
	font-size: 1rem;
	font-weight: 200;
	line-height: 14px;
	margin-left: 10px;
	margin-top: -2px;
	min-width: 35px;
}

.notifications .notification-menu .notification-title .label-default {
	background: #006697;
	color: #FFF;
}

.notifications .notification-menu .content {
	padding: 12px;
}

.notifications .notification-menu hr {
	background: #E6E6E6;
	height: 1px;
	margin: 12px 0;
}

.notifications .notification-menu .view-more {
	color: #ACACAC;
	font-size: 1.1rem;
	line-height: 1.1rem;
	text-transform: uppercase;
}

/* notification menu - pin */
.notifications .notification-menu:before,
.notifications .notification-icon:before {
	border-bottom: 6px solid #CCC;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: '';
	height: 0;
	margin-right: -3px;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.notifications .notification-menu:before {
	bottom: 100%;
	right: 16px;
}

.notifications .notification-icon:before {
	display: none;
	right: 11px;
	top: 35px;
	z-index: 9999;
}

/* notification menu - emails */
.notification-menu {
	color: #ACACAC;
}

.notification-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.notification-menu li {
	margin: 0 0 12px;
}

.notification-menu li:last-child {
	margin-bottom: 0;
}

.notification-menu a {
	display: block;
	text-decoration: none;
}

.notification-menu .image {
	float: left;
	margin: 0 10px 0 0;
}

.notification-menu .image i {
	border-radius: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}

.notification-menu .truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notification-menu .title {
	color: #000011;
	display: block;
	font-size: 1.3rem;
	line-height: 1.7rem;
	padding: 2px 0 0;
}

.notification-menu .message {
	color: #ACACAC;
	display: block;
	font-size: 1.1rem;
	line-height: 1.5rem;
	padding: 0;
}

/* Notifications Mobile */
@media only screen and (max-width: 767px) {
	.notifications {
		float: right;
		margin: 16px 8px 0 0;
		clear: left;
	}

	.notifications > li {
		position: static;
	}

	.notifications > li.open .notification-icon:before {
		display: block;
	}

	.notifications > li .notification-menu {
		left: 15px;
		right: 15px;
		top: auto;
		width: auto !important;
	}

	.notifications > li .notification-menu:before {
		display: none;
	}
}

.notifications .notification-menu .notification-title {
	background: #0088cc;
}

.notifications .notification-menu .notification-title .label-default {
	background-color: #006699;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
	border-bottom-color: #0088cc;
}

.ui-pnotify .notification-primary {
	background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
	background: #0088cc;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
	background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
	background: #0088cc;
}
/* Modal */
.modal-block-primary .fa {
	color: #0088cc;
}

.modal-block-primary.modal-header-color .panel-heading {
	background-color: #0088cc;
}

.modal-block-primary.modal-full-color .panel {
	background-color: #00a3f5;
}

.modal-block-primary.modal-full-color .panel-heading {
	background-color: #0088cc;
}

.modal-block-primary.modal-full-color .panel-footer {
	background-color: #00a3f5;
}
/* Modal Icon */
.modal-block-primary .modal-icon .fa {
	color: #0088cc;
}



/* Userbox */
.userbox {
	display: inline-block;
	margin: 3px 17px 0 0;
	position: relative;
	vertical-align: middle;
}

.userbox > a {
	display: inline-block;
	text-decoration: none;
}

.userbox a:hover {
	text-decoration: none;
}

.userbox .profile-info,
.userbox .profile-picture {
	display: inline-block;
	vertical-align: middle;
}

.userbox .profile-picture img {
	width: 35px;
	color: transparent;
}

.userbox .profile-info {
	margin: 0 25px 0 10px;
}

.userbox .name,
.userbox .role {
	display: block;
}

.userbox .name {
	color: #000011;
	font-size: 1.3rem;
	line-height: 1.2em;
}

.userbox .role {
	color: #ACACAC;
	font-size: 1.1rem;
	line-height: 1.2em;
}

.userbox .custom-caret {
	color: #000011;
	font-size: 16px;
	font-weight: bold;
}

.userbox .custom-caret:before {
	content: "\f107";
}

	.userbox .name,
	.userbox .role {
		max-width: 95px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}


@media only screen and (max-width: 320px) {
	.userbox .name,
	.userbox .role {
		max-width: 80px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}




/* Userbox - Open */
.userbox.open > a {
	position: relative;
	z-index: 993;
}

.userbox.open > a .custom-caret:before {
	content: "\f106";
}

.userbox.open .dropdown-menu {
	border: none;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	left: -11px;
	padding: 45px 10px 0;
	top: -10px;
	width: 100%;
	z-index: 992;
}

.userbox.open .dropdown-menu li {
	margin-bottom: 5px;
}

.userbox.open .dropdown-menu a {
	border-radius: 2px;
	color: #7d7d7d;
	display: block;
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding: 5px 10px;
}

.userbox.open .dropdown-menu a:hover {
	background: #CCC;
	color: #FFF;
}

.userbox.open .dropdown-menu i {
	font-size: 1.7rem;
	margin-right: 3px;
	vertical-align: middle;
}

/* Userbox - Mobile */
@media only screen and (max-width: 767px) {
	.userbox {
		float: left;
		margin: 16px 0 ;
		position: relative;
		clear: left;
	}

	.userbox:after {
		background: #E9E9E6;
		content: '';
		height: 63px;
		margin: 0;
		position: absolute;
		right: -21px;
		top: -18px;
		width: 1px;
	}

	.userbox .profile-picture {
		display: none;
	}

	.userbox.open .dropdown-menu {
		left: -5px;
		padding: 43px 0 0 0;
	}
}


.progress-bar-primary {
	background-color: #CCC;
}

.progress-bar.progress-without-number[aria-valuenow="1"],
.progress-bar.progress-without-number[aria-valuenow="2"] {
	min-width: 0;
}

.progress-bar.progress-bar-primary[aria-valuenow="0"] {
	background: transparent;
}


/* Tables */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	background-color: #0088cc !important;
}

/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #0088cc;
	border-color: #0077b3;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #0088cc;
}
/* Radios */
html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #0088cc;
	-webkit-box-shadow: 0px 0px 1px #0088cc;
	box-shadow: 0px 0px 1px #0088cc;
}
/* Switch */
.switch.switch-primary .ios-switch .on-background {
	background: #0088cc;
}
/* Progress Bar */
.progress-bar {
	background-color: #0088cc;
}

.progress .progress-bar-primary {
	background-color: #0088cc;
}
/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #0088cc;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(left, #00aaff 0, #0088cc 50%, #006699 100%);
	background-image: linear-gradient(left, #00aaff 0, #0088cc 50%, #006699 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(to right, #00aaff 0, #0088cc 50%, #006699 100%);
	background-image: linear-gradient(to right, #00aaff 0, #0088cc 50%, #006699 100%);
}

.bg-default {
	background: #ebebeb;
	color: #777;
}

.bg-primary {
	background: #CCC;
	color: #FFF;
}

.bg-secondary {
	background: #E36159;
	color: #FFF;
}

.bg-tertiary {
	background: #2BAAB1;
	color: #FFF;
}

.bg-quaternary {
	background: #734BA9;
	color: #FFF;
}

.bg-success {
	background: #47a447;
	color: #FFF;
}

.bg-warning {
	background: #ed9c28;
	color: #FFF;
}

.bg-danger {
	background: #d2322d;
	color: #FFF;
}

.bg-info {
	background: #5bc0de;
	color: #FFF;
}

.bg-dark {
	background: #171717;
	color: #FFF;
}
.keyword-list-actions  {
    padding: 7px;
    padding-right: 0;
    background: #ededed;
    text-align: left;
}


.in-cell-bar-right, .in-cell-bar-left{
	height: 4px;
	width: 100%;
	display: inline-block;
	background: #eee;
	border-radius: 3px;
}

.in-cell-bar-right:hover, .in-cell-bar-left:hover{
	opacity: 0.7;
}

.in-cell-bar-left .in-cell-bar-progress {
	float: left;
}

.in-cell-bar-right .in-cell-bar-progress {
	float: right;
}
.in-cell-bar-progress {
	height: 100%;
	display: block;
	border-radius: 3px;
	transition: all 1s;
}


#google-search-results {
	font-size: 12px;
}

#google-search-results ol {
	list-style: none;
	padding: 0;
}


#google-search-results ol > li {
	padding: 3px 0 0 40px;
	line-height: 17px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 5px;
}

#google-search-results ol > li:before {
	margin-top: 5px;
	width: 27px;
	text-align: right;
	font-size: 1.8em;
	text-align: right;
	color: #ddd;
}


#google-search-results ol li .destination {
	display: block;
	overflow: hidden;
	color: #006621;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.89em;
}

#google-search-results ol li .figure {
	float: right;
}
#google-search-results ol li .caption {
	font-size: 0.85em;
	vertical-align: top;
}
#google-search-results .widget {
	padding: 0 5px;
	margin: 4px 0;
}

#google-search-results .result-info {
	margin-bottom: 6px;
	min-height: 40px;
}

#google-search-results .result-info a {
	font-size: 1.05em;
}
#google-search-results .result-info p {
	line-height: 18px;
	font-size: 0.9em;
	margin: 0 0 3px 0;
	text-overflow: ellipsis;
	overflow: hidden;
}

#keyword-sidebar {
	z-index: 1;
	padding-right:0;
}
#keyword-view .dropdown-menu li {
	margin: 0;
}

#keyword-view .dropdown-menu a.active {
	background: #eee;
}
#footer{
	position: relative;
	z-index: 2;
}

#google-search-results .buttons  {
	margin: 0 0 5px 0;
	text-align: right;
	float: right;
}	

#google-search-results .buttons .btn {
	font-size: 0.9em;
	margin: 0px !important;
	padding: 4px 6px 7px;
}	

#google-search-results .buttons .in-cell-bar-left {
	display: block;
	margin: 7px 0 0;
}	
#google-search-results .details  {
	padding: 0 3px;
	float: right;
}
#google-search-results .social  {
	padding: 0;
	position: relative;
	bottom: 0;
	margin-top: 5px;
	font-size: 0.9em;
	float: left;
}

#google-search-results .social .in-cell-bar-left   {
	height: 5px;
	border-radius: 2px;
}

#google-search-results .social .in-cell-bar-progress  {
	border-radius: 2px;
	
}

@media only screen and (max-width: 479px) {
	#google-search-results .social  {
		bottom: 0;
		float: left;
		padding: 0 0 5px 0;
	}

	#google-search-results button .button-caption {
		/*display: none;*/
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


	#google-search-results button .button-caption {
		/*display: none;*/
	}
	

	#google-search-results button:hover .button-caption {
		display: inline-block;
	}
	
}
.morris-hover.morris-default-style{
	top: 20 !important;
	z-index: 2;
}
.morris-hover-point::before{
	content: 'Search Volume : ';
	color: #444;
}
#google-search-results .widget-column {
	margin: 2px 0;
	float: right;
	padding: 0 2px;
	right: 0;
	position: relative;
}
@media only screen and (max-width: 991px){
	.table-responsive table{
		width: 600px;
	}
	#limitModal .limit-footer .login-form input{
		border-radius: 4px !important;
		margin-bottom: 10px;
		width: 100%;
	}
	#limitModal .limit-footer .login-form .input-group, #limitModal .limit-footer .login-form .input-group-btn{
		display: block;
		width: 100%;
	}
}

header .header-body{
	border-top: 0 !important;
}

.bg-shade{
	background: rgba(228,228,228,0.3);
}

.subscribe .card-border{
	border:1px solid #ccc;
}
.subscribe select{
	height:40px;
	padding-left:15px;
	color: #666;
}
.subscribe .payment-btn{
	color: #fff;
	background: #67bd2e;
	padding: 10px 35px;
	font-size: 1.2em;
	border-radius: 30px;
}
.subscribe .payment-btn:hover{
	background: #479d0e;
}
.subscribe .paypal-btn{
	color: #252c31;
	background: transparent;
	padding: 10px 50px;
	font-weight: bold;
	border: 2px solid #252c31;
}
.subscribe .paypal-btn:hover{
	background: #252c31;
	color: #fff;
}
.subscribe .shade-heading{
	background: #ddd;
	margin: 0 -15px;
	padding: 5px 20px; 
	color: #444;
}

.in-cell-rank-bar {
	height: 28px;
	width: 14px;
	display: block;
	background: #eee;
	position: relative;
	float: left;
	margin-bottom: 6px;
}

.in-cell-rank-bar:hover{
	opacity: 0.7;
}

.in-cell-rank-bar .in-cell-bar-progress {
	width: 100%;
	display: block;
	transition: all 1s;
	border-radius: 0;
	position: absolute;
	bottom: 0;
}


.in-cell-rank-bar .in-cell-bar-progress:before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		display: block;
		content: "";
		border-color: #fff;
		border-style: solid;
		border-top-width: 14px;
		border-bottom-width: 14px;
		border-right-width: 7px;
		border-left-width: 7px;
		border-top-color: transparent;
		border-left-color: transparent;
}

.in-cell-rank-data {
	display: block;
	float: left;
	margin-left: 5px;
}

.in-cell-rank-data .caption {
	display: block;
	line-height: 14px;
}

.in-cell-rank-data strong {
	font-size: 1.1em;
}


#google-search-results .extra-details {
	padding: 1px 4px;
	display: block;
	text-decoration: none;
}


#google-search-results .extra-details.dropdown-toggle {
	text-decoration-style: dashed;
	text-decoration: underline dotted;
}
#google-search-results .extra-details i{
	margin-right: 3px;
	font-size: 1.8em;
	width: 25px;
	text-align: center;
	vertical-align: middle;
}

#google-search-results .extra-details i.fa-check {
	color: #afa;
}

#google-search-results .extra-details i.fa-times {
	color: #ddd;/* #D2312D; */
}
#google-search-results .ajax-box-loading {
	height: 135px;
}
.dropdown-container {
	position: relative;
}

.onpage-seo .dropdown-menu {
	font-size: 10.2px;
	max-height: 250px;
	padding: 7px;
	overflow: auto;
}

.links .dropdown-menu {
	font-size: 10.2px;
	max-height: 250px;
	min-width: 250px;
	padding: 7px;
	overflow: auto;
}

@media only screen and (min-width: 991px){
	.links .dropdown-menu {
		max-width: 400px;
	}
}
@media only screen and (min-width: 1192px){
	.links .dropdown-menu {
		max-width: 600px;
	}
}
@media only screen and (max-width: 990px){
	.links .dropdown-menu {
		max-width: 350px;
	}
}

.full-height-sidebar {
	height: calc(100vh - 240px);
	overflow: auto;
	position: relative;
}

.home-side-menu.raised-blurred {
	filter: blur(1.5px);
	height: 130px !important;
	overflow: hidden;
	transition: all 0.25s;
	min-height: 130px;
}
.home-side-menu li.blurred {
	filter: blur(2.5px);
}

.home-side-menu.raised-blurred > li:after {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
}

.filters-slide {
	height: 0%;
	padding-top: 10px;
	border-top: 5px double #ddd;
	overflow: hidden;
	visibility: hidden;
}

.home-side-menu.raised-blurred + .filters-slide {
	visibility: visible;
	overflow: visible;
}

.home-side-menu > li{
	cursor:pointer;
	position:relative !important;
	/*border-top:1px solid #ddd !important;*/
	padding:10px 25px 2px 35px !important;
}

.home-side-menu > li .checkbox-custom{
	margin:0;
	top:12px;
	left:10px;
	position:absolute;
}

.onpage-stats li {
    padding: 0 0 0 15px !important;
    margin-bottom: 16px;
    font-size: 11px;
    width: 160px;
}

.onpage-stats strong {
    font-size: 1.8em;
}

.ajax-box-loading.serp-profiler {
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.keyword-info ul li:last-child{
	border-right: none;
}

.loading-blur {
    filter: blur(3px);
	opacity: 0.7;
}

/* added custom css */

.left-profile-options li{
	margin-bottom: 5px;
	
}
.left-profile-options a{
	color: #7d7d7d;
	text-decoration: none;
	font-size: 1.05em;
}
.left-profile-options a:hover{
	color: #0088cc;
}
.left-profile-options i{
	width: 25px;
}

.plans-wrapper .labels{
	padding: 10px 0 15px;
}
.plans-wrapper .labels .legand{
	background: #2196f3;
	color: #fff;
	padding: 0px 8px;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 10px;
}
.noselect{
	-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 */
}

/* Switch button */
.switch-btn {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  display: block;
}

.switch-btn .plan-lable{
	top:4px;
	left: 70px;
	width: 260px;
	display: block;
	font-size: 20px;
	position: relative;
	text-transform: capitalize;
}
.switch-btn input {display:none;}

.switch-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-btn .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-btn input:checked + .slider {
  background-color: #2196F3;
}

.switch-btn input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch-btn input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch-btn .slider.round {
  border-radius: 34px;
}

.switch-btn .slider.round:before {
  border-radius: 50%;
}
.panel-title-sign .not-active{
	cursor: pointer;
	background: #fff !important;
	color:#0088cc !important;
}
.lost-password-btn{
	position:absolute;
	bottom:137px;
	right:33px;
}
/* end of switch*/

/* admin dashboard */
.admin .sidebar-left a{
	font-size: 0.8em !important;
}
.admin .sidebar-left{
	width: 250px ;
}
.admin .inner-wrapper {
    padding-top: 20px; 
}
.admin .content-body {
    padding: 20px;
}
@media only screen and (min-width: 768px){
	.admin .inner-wrapper {
	    padding-top: 60px !important; 
	}
}

@media only screen and (min-width: 992px){
.admin .header-right {
    min-width: 0px;
}
@media only screen and (min-width: 768px){}
	.admin .content-body {
	    margin-left: 250px ;
	}
}
.admin .panel-top-header{
	padding-bottom: 30px;
}
.admin .panel-top-header .target-icon{
	width: 30px;
}
.admin .panel-top-header .target-add{
	margin-left: 40px;
}
.admin .panel-top-header .show-nums{
	/*margin-left: 38px;*/
    /*position: relative;*/
    /*top: -7px;*/
}

.admin .table-title{
	text-align: center;
	color: #666;
	text-transform: capitalize;
}
.admin .form-control {
	border-radius: 0;
}
.admin .form-control:focus {
	border-color: #33bbff;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.table-component-holder .pagination{
	margin-top: 0;
	margin-bottom: 15px;
}
.table-component-holder .table-holder{
	position: relative;
}
.table-component-holder.table-striped>tbody>tr:nth-of-type(odd){
	background: #fcfcfc;
}
.table-component-holder .table-holder .loader-holder{
	top:0;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.3);
}
.table-component-holder .table-holder .table thead .sorting,
.table-component-holder .table-holder .table thead .sorting_desc,
.table-component-holder .table-holder .table thead .sorting_asc{
	padding-right: 25px;
}
.table-component-holder .fa{
	font-size: 1em;
}
.table-component-holder .fa-check-circle.success{
	color: #47a447;
}
.keyword-list-options .btn-secondary{
	background: transparent;
	border: none;
	color: #777;
	padding: 1px 5px;
	margin-left: 5px !important;
}
.keyword-list-options .dropdown-menu button{
	border: none;
    background: transparent;
    display: block;
    padding: 4px 10px;
    width: 100%;
    text-align: left;
}
.keyword-list-options span{
	cursor: pointer;
	float: left;
	padding: 0 5px; 
	font-size: 15px !important;
}

.keyword-list-options .dropdown-menu button i{
	width: 20px;
	font-size: 0.9em;
}
.keyword-list-options .btn-secondary:visited,
.keyword-list-options .btn-secondary:hover,
.keyword-list-options .btn-secondary:active,
.keyword-list-options .btn-secondary:focus
{
	color: #777;
	border: none;
	padding: 1px 5px;
	background: #eee !important;
	box-shadow: none !important;
}
.statistics .title{
	color:#fa7921;
	font-size:30px;
	font-weight:bold;
	line-height:40px;
}
.statistics .title .legand{
	font-size: 11px;
}
.statistics .sub-title{
	color:#444;
	font-size:10px;
	line-height:16px;
}
.statistics .difficulty-chart{
	left:0;
	right:0;
	top:40px;
	width:180px;
	margin:0 auto;
	position:absolute;
	z-index: 1;
}
.statistics .difficulty-chart .level{
	color:#444;
	font-size:10px;
	line-height:18px;
}
.statistics .difficulty-chart .left-value{
	left:0;
	top:55px;
	position:absolute;
}
.statistics .difficulty-chart .right-value{
	top:55px;
	right:-5px;
	position:absolute;
}
.statistics .difficulty-chart .sub-title{
	font-size:9px;
	line-height:10px;
}
.statistics .bounce-loader{
	position: static;
	height: 40px;
	margin: 0 auto; 
}
.statistics .bounce-loader *{
	width: 12px;
	height: 12px;
}
.table-component-holder table .options a{
	margin-right: 4px;
}
.admin .alert{
	margin-top: 15px;
	margin-bottom: 10px;
}
.admin button .fa.fa-plus{
	margin-right: 5px;
}
.top-search-result-bar{
	margin: 6px 0 10px -10px;
}
.progress-xs .progress-bar{background: #fa7921;}
.progress-xs .progress-bar:hover{background: #fa8931;}

.pt-30{padding-top: 30px}
.pt-40{padding-top: 40px}
.pt-50{padding-top: 50px}
.pt-55{padding-top: 55px}
.pb-45{padding-bottom: 45px}
.pt-no{padding-top: 0 !important}
.pb-20{padding-bottom: 20px !important}
.pl-8 {padding-left: 8px !important}
.pb-no{padding-bottom: 0 !important}
.mt-10{margin-top: 10 !important}
.mr-no{margin-right: 0 !important}
.ml-no{margin-left: 0 !important}

.co-success{color: #47a447}

/* charts styles */
#ChartistGaugeChart{
	left:0;
	height: 150px;
	position:absolute;
}
#ChartistGaugeChart .green{ stroke: #47a447 }
#ChartistGaugeChart .blue{ stroke: #0088cc }
#ChartistGaugeChart .chocolate{ stroke: #d2691e }
#ChartistGaugeChart .red{ stroke: #d2322d }
#ChartistGaugeChart .brown{ stroke: #a52a2a }
#ChartistGaugeChart .gray{ stroke: #e0dede }

/* end of charts style */
.refresh-captcha{
	padding:10px;
	margin-left:10px;
	color:#444;
	cursor:pointer;
	font-size:1.3em;
}
.refresh-captcha:hover{
	background: #eee
}

/* end of charts styles */
@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
    .mt-xs-20{
    	margin-top: 20px;
    }
	.lost-password-btn{
		bottom:199px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
    .mt-sm-20{
    	margin-top: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

/* user subscribe page */
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
/* end of user subscribe page */

.sub-page{
	color: #333333;
}
.sub-page h3{
    color: #3e526a;
    font-size: 30px;
    font-weight: 600;
    margin: 25px 0 40px;
    text-align: center;
    text-transform: uppercase;
}
.sub-page h2{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}
.popover {
	max-width: 320px;
}
.popover-content {
	font-size: 12px;
    white-space: pre-line;
}


.tip {
	background: #08c;
	color: #fff;
}

.tip:before {
	border-right-color: #08c;
}