/* GLOBAL STYLESHEET */

body {
	padding:0;
	margin:0;
	position:relative;
	font-family: "montserrat",serif;
}
.clear {
	clear:both;
	height:0;	
}
h1,h2,h3,h4,h5,h6 {
	font-family: "montserrat",sans-serif;
	font-weight: 600;
    margin:0px;
	padding:0px;
	line-height:150%;
}
h1 {
	font-size:38px;
	color:#222;	
}
h2 {
	font-size:32px;	
	color:#222;
}
h3 {
	font-size:28px;	
	color:#444;
}
h4 {
	font-size:24px;
	color:#666;	
}
h5 {
	font-size:20px;
	color:#666;	
}
h6 {
	font-size:18px;	
	color:#666;
}
p {
	font-size:16px;
	color:#222;
	line-height:130%;	
}
text {
	font-family: "montserrat",sans-serif;
	font-weight:100;
}
strong {
	font-weight:900;	
}
em {
	font-style:italic;	
}
hr {
	border: 0;
  	width: 90%;
	margin:20px auto;
	height:1px;
	background-color:#e2e2e2;	
}
input {
	padding:5px;
	font-size:16px;
	font-family: "merriweather",serif;
	color:#222;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
input:focus,input:active {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);	
}
input[type="search"] {
	background:none;
}
table {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
th, td {
	padding:5px 10px;	
}
th {
	font-family: "adelle-sans",sans-serif;
	font-weight:300;
	background-color:#222;
	color:#fff;	
}
.navigation {
	list-style:none;
	padding:0px;
	margin:0px;	
}
.alert-box {
	width:90%;
	margin:10px auto;
	padding:15px 10px 15px 70px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size:18px;
	background-position:25px center;
	background-repeat:no-repeat;
}
.error-alert {
	color:#CC0000;
	background-color:#ffb8c5;
	background-image:url(images/alerts/red-alert.png);	
}
.general-alert {
	color:#f79407;
	background-color:#ffe5a3;
	background-image:url(images/alerts/general-alert.png);
}
.success-notification {
	color:#00845c;
	background-color:#bbe293;
	background-image:url(images/alerts/done-tick.png);	
}
.general-notification {
	color:#2a4c90;
	background-color:#a4cce9;
	background-image:url(images/alerts/general-notification.png);	
}

/* STRUCTURAL STYLING */
#container {
	width:100vw;
	height:100vh;
	display:block;
	position:relative;	
}


#top-util-bar {
	width:100%;
	padding:20px;
	display:block;
	position:absolute;
	z-index:9999;
	background:#2c3e50;
}
/*.addpx #top-util-bar{
	height:48px ;
}*/
#top-util-bar .settings > i {
	font-size:34px;
	margin-top:5px;
}
/*.addpx #overal-container{
	padding-top:48px ;
}*/

#top-util-bar .select .btn {
	width:245px;	
}
#select-client {
	height:100%;
	float:left;
	margin-left:5px;
	width:99%;		
}
#overal-container {
	width:100vw;
	height:100vh;
	padding-top:90px;
	overflow:hidden;
}
#left-container {
	width:50px;
	float:left;
	height:100%;
	background:#34495e;
	-webkit-box-shadow: 2px 0px 1px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 2px 0px 1px 0px rgba(50, 50, 50, 0.3);
	/*box-shadow: 2px 0px 1px 0px rgba(50, 50, 50, 0.3);*/
	position:relative;	
	z-index:5555;
	overflow-y:auto;
	overflow-x:hidden;
	-webkit-transition:width 0.15s ease-in-out 0s;
	-moz-transition:width 0.15s ease-in-out 0s;
	-e-transition:width 0.15s ease-in-out 0s;
	transition:width 0.15s ease-in-out 0s;
	z-index:9999;
}
#left-container.open {
	width:350px;
}
#left-container:hover {
	width:350px;
}
#left-container .nav-container {
	width:350px;
}
#left-container .nav-container a.btn-lg {
	padding-left:0px;
	font-weight:100;
}
#left-container .nav-container a i {
	font-size:24px;
	display:inline-block;
	*display:inline;
	width:50px;
	text-align:center;
}
#left-container .btn-lg {
	border-radius:0px;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	text-align:left;
	border-bottom:1px solid #3b5168;
	border-top:1px solid #222222;
	color:#ffffff;
	padding-bottom:15px;
	margin-top:0px;
}
#left-container .btn-lg:hover {
	color:#ffffff;
	border-color:#ffffff;
}	
#left-container .general-menu:hover {
	background:#2980B9;
	color:#ffffff;	
}
#left-container .btn-lg .float-right {
	float:right;
	line-height:20px;
	color:#ffffff;	
}
.first-btn {
	padding-top:14px!important;	
}
#main-container {
	width:100vw;
	height:100%;
	position:relative;
	padding:0px 0px 0px 50px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:padding 0.15s ease-in-out 0s;
	-moz-transition:padding 0.15s ease-in-out 0s;
	-e-transition:padding 0.15s ease-in-out 0s;
	transition:padding 0.15s ease-in-out 0s;
}
#main-container.menu-open {
	padding-left:350px;
}
#section-header {
	background-color: #eaeaea!important;
	color:#666;
	padding:20px 20px 20px 30px;
	height:108px;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.3);
	z-index:9000;
	position:absolute;
    width:100% ;
}
#section-header h1, #section-header p {
	color:inherit!important;
	line-height:150%;
	margin:0px;	
}
#section-header h1 {
	font-size: 26px;
    line-height: 100%;
    line-height:120%;
    display: inline-block;
    max-width: 35%;
    padding-right: 25px;
    border-right: 1px solid #d2d2d2;
    height: 100%;
    vertical-align: top;
    margin-right: 20px;
}
#section-header p {
	font-weight: 300;
    font-size: 14px;
    display: inline-block;
    width: 50%;
}
#account-settings {
	float:right;
	margin-right:5px;
	padding-top:2px;	
}
div[role="main-nav"] .navigation {
	font-family: "adelle-sans",sans-serif;
}
div[role="main-nav"] .navigation li {
	width:100%;
	border-bottom:1px solid #e2e2e2;
	border-top:2px solid #000000;
	transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;	
}
div[role="main-nav"] .navigation li:hover {
	background-color:#444444;
	transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;	
}
div[role="main-nav"] .navigation li a {
	text-decoration:none;
	padding:15px 10px 18px 50px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	color:#ffffff;
	display:block;
}
div[role="main-nav"] .navigation li:hover {
	
}
div[role="main-nav"] .navigation li a:active;
div[role="main-nav"] .navigation li a:focus {
	
}
div[role="client-navigation"] .navigation {
	font-family: "merriweather",serif;
	height:40px;
	overflow:hidden;
}
div[role="client-navigation"] .navigation li {
	width:100%;
	height:40px;
	transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;	
}
div[role="client-navigation"] .navigation li a {
	text-decoration:none;
	padding:10px 10px 12px 35px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	color:#333333;
	display:block;	
}
#sub-navigation {
	width:0px;
	height:100vh;
	z-index:5555;
	position:relative;
	overflow:auto;
}
#sub-navigation .btn-lg {
	border-radius:0px;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	text-align:left;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #e2e2e2;
	color:#2C3E50;
	padding-bottom:16px;
	font-size:14px;
	margin-top:0px;
}
#sub-navigation .btn-lg:hover {
	color:#ffffff;
	background-color:#2C3E50;
	border-color:#ffffff;
}	
#sub-navigation .btn-lg .float-right {
	float:right;
	line-height:20px;
	color:#2C3E50;	
}
#content-container {
	display:block;
	position:absolute;
	right:0px;
	bottom:0px;
	height:100%;
	width:100vw;
	padding-left:60px;
	padding-top:108px;	
	z-index:10;
	-webkit-transition:padding 0.15s ease-in-out 0s;
	-moz-transition:padding 0.15s ease-in-out 0s;
	-e-transition:padding 0.15s ease-in-out 0s;
	transition:padding 0.15s ease-in-out 0s;
}
#main-container.menu-open #content-container {
	padding-left:360px;
}
#inner-content-holder {
	padding:20px;
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	overflow:auto;
}
#inner-content-holder h4 {
	position:relative;
	font-size:24px;
	color:#444;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px solid #f2f2f2;
	z-index:99;
}
#inner-content-holder h4 a {
	font-weight:400;
	color:#3498db;
	font-size:16px;
	position:absolute;
	right:0px;
	bottom:20px;
}
.graph-filters {
	display:block;
	position:relative;
	font-size:14px;
	padding-bottom:5px;
	margin:10px 0px;
	z-index:9999;
}
.graph-filters .gfilter {
	padding: 10px 20px;
    font-weight: 100;
    border: 1px solid #f2f2f2;
    margin-bottom:3px;
    -webkit-transition:all 0.15s ease-in-out 0s;
	-moz-transition:all 0.15s ease-in-out 0s;
	-e-transition:all 0.15s ease-in-out 0s;
	transition:all 0.15s ease-in-out 0s;
}
.graph-filters .gfilter:hover {
	cursor:pointer;
	background:#3498db;
	border-color:#3498db;
	color:#fff;
}
.graph-filters .gfilter.selected-filter {
	background:#1abc9f;
	border-color:#1abc9f;
	font-weight:400;
	color:#fff;
}
.graph-filters .gfilter-label {
	display:inline-block;
	margin-right:10px;
}
.graph_container {
	margin-left: -80px;
    margin-top: -47px;
}
.widget-chart {
	width:100%;
	height:auto;
	margin-top:-50px;
}
.main-widget {
	margin-bottom:50px;
}
.add-icon {
	background:url(images/icons/plus.png);
	background-position:center left 10px;
	background-repeat:no-repeat;
	background-size:auto 40%;	
}
#essential-marketer-logo {
	position:absolute;
	bottom:70px;
	left:0px;
	right:0px;
	margin:0px auto;
	width:100px;
	opacity:0.05;
	z-index:-1;
}
#helper {
	position:absolute;
	right:-5px;
	bottom:70px;
	z-index:99999;	
}
#helper .help-icon-float {
	float:left;
}
#helper a {
	font-size:12px;
	text-align:left;
	float:left;
	margin-left:10px;	
}
#helper a span {
	font-size:17px;
}
#help-guide-container {
	position:absolute;
	top:0px;
	left:0px;
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.6);
	z-index:99999;
	color:#ffffff;
	display:none;	
}
#close-help {
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	background:#e74c3c;
	padding:4px 10px 5px 10px;
	color:#ffffff;
	position:absolute;
	top:15px;
	right:15px;	
}
label {
	line-height:1.4!important;
	margin-right:10px;	
}
/* LOGIN SCREEN */
.login-bg {
	background-color:#006db7;
	background-image:url(images/e-bg.png);
	background-repeat:no-repeat;
	background-size:100%;	
}
#main-login-container {
	margin:auto;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:600px;
	height:500px;
}
#suite-logo {
	text-align:center;
	margin-bottom:40px;
	display:block;	
}
#login-container {
	padding:50px 50px 25px 50px;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;	
}
#login-container:before {
	content: '';
	border-style: solid;
	border-width: 24px 24px 24px 0;
	border-color: transparent #edeff1 transparent transparent;
	height: 0;
	position: absolute;
	left: 110px;
	top: -30px;
	width: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.login-buttons button {
	 width:230px;
	 font-size:16px;	
}
.login-buttons button:first-child {
	margin-right:10px;
	margin-left:10px;
	color:#444444;	
}
.login-buttons button:first-child:hover {
	background-color:#006db7;
	color:#ffffff;	
}

#kwtimeline li{
	float:left;
	list-style:none;
	width:16%;
	text-align:center;
	border:1px solid #E67E22;
	padding:10px;
	height:125px;
	cursor:pointer;
}

.settingsbox{
	text-align:left !important;
	background:#E67E22 !important;
	color:#FFFFFF !important;
}
.settingsbox h2{
	font-size:38px;
}
.settingsbox p{
	color:#FFFFFF;
}
.formbox{
	color:#222222;
	text-align:left !important;
}
.kwtooltopbar{
	background:#d35400;
	margin:-20px;
	margin-left:-30px;
	padding:20px;
	opacity:0;
	position: relative;
    z-index: 101;
}

.newsub-navigation{
	height: 100%;
    position: relative;
    width: 0;
	opacity: 0;
	margin-top:-30px;
	margin-left:-30px;
	overflow:scroll;
	position: relative;
    z-index: 100;
}

.newsub-navigation ul{
	padding-left:10px;
}
.newsub-navigation li{
	list-style:none;
	color:#2C3E50;
	border-bottom:1px solid #BDC3C7;
	margin-bottom:10px;
	padding:5px;
	font-size:12px;
}

.newsub-navigation li.clickable{
	cursor:pointer;
	background: #BDC3C7;
	border:none;
}
.newsub-contentcontain {
	bottom: 0;
    display: block;
    height: 100%;
    padding-left: 510px;
    padding-top: 205px;
    position: absolute;
    right: 0;
    width: 100vw;
	overflow:auto
}

.kwbasket{
	float:right;
	color:#FFFFFF;
	height:81px;
	width:500px;
	border:2px solid #FFFFFF;
	margin:-15px;
	padding:2px;
	border-radius:5px;
}
.kwbasket h2{
	font-size:25px;
	margin:0;
}
.kwbasket hr{
	width:100%;
	margin-bottom:10px;
	margin-top:4px;
}

.kwbasketitemheader{
	font-size:14px;
	float:left;
	width:200px;
}
.kwbasketitem{
	font-size:14px;
	font-weight:bold;
	float:left;
	width:40px;
	margin-right:4px;
}
.viewbasket{
	float:right;
	font-size:12px;
	border:1px solid #FFFFFF;
	border-radius:5px;
	padding:2px;
	cursor:pointer;
}

.viewbasket:hover{
	background:#FFFFFF;
	color:#D35400;
}

.addnewpagebox{
	float:right;
	font-size:12px;
	border:1px solid #FFFFFF;
	border-radius:5px;
	padding:2px;
	cursor:pointer;
	margin-right:20px;
	width:200px;
	text-align:center;
}
.addnewpagebox:hover{
	background:#FFFFFF;
	color:#D35400;
}

.thistablewrapper {
	position: relative;
	padding: 0;
	height: 100%;
	overflow-y: auto;
}

.excthis{
	background:#e74c3c;
	padding:3px;
}
.incthis{
	background:#2ecc71;
	padding:3px;
}
.excthis:hover{
	background:#c0392b;
	cursor:pointer;
}
.incthis:hover{
	background:#27ae60;
	cursor:pointer;
}

#refreshcurr {
	text-align:center;
	margin-bottom:10px;
	background:#e67e22;
	border:1px solid #d35400;
	color:#FFFFFF;
	cursor:pointer;
	display:none;
}
#refreshcurr:hover {
	background:#d35400;
}
.basketselect{
	cursor:pointer;
}
span.button{
	background:#ECF0F1;
	color:#2c3e50;
	border:1px solid #2c3e50;
	padding:3px;
	cursor:pointer;
	margin-right:4px;
}
.lightbox-overall-container {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.removeme{
	cursor:pointer;
}
.basketfooter{
	height:10vh;
	padding:2vh;
}

.completebox{
	float:right;
	margin-top:-1vh;
}

.existsearch {
	border:1px solid #444;
	margin:10px;
	padding:10px;
}

.kwposition{
	font-size:20px;
}




#customer_audit {
	margin-left:20px;
	
	border-spacing:0;
	width:950px;
}

#customer_audit td {
	border-radius:0px 15px 15px 0px;
	padding:10px;
}

#customer_audit .clear {
	background-color:transparent!important;
	border:none!important;
}

#customer_audit h3 {
	font-size:14px;	
	margin:0;
	padding:0;
}

#customer_audit h4 {
	font-size:12px;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	font-weight:normal;
	font-style:italic;	
}

#customer_audit td:nth-child(2) {
	width:180px;	
}

#customer_audit td:first-child {
    background-color: #cccccc;
	border-radius:0px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	width:150px;
}

#customer_audit td:first-child h3 {
	color:#ffffff;
}

#customer_audit .created {
	background-color:#CCCCCC!important;
	color:#009900!important;
    border-radius:0px 15px 15px 0px!important;
	border-top:1px solid #999999!important;
	border-bottom:1px solid #999999!important;
	border-right:1px solid #999999!important;
}

#customer_audit .created h3 {
	color:#000000!important;	
}
#customer_audit .created h4 {
	color:#000000!important;	
}

#customer_audit .not_created {
	border-top:1px solid #999999!important;
	border-bottom:1px solid #999999!important;
	border-right:1px solid #999999!important;
	background-color:#CCCCCC!important;
	color:#990000!important;
	border-radius:0px 15px 15px 0px!important;
}

#customer_audit .not_created p {
	border-top:1px dotted #990000!important;
	border-bottom:1px dotted #990000!important;
	margin:15px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#customer_audit .not_created h3 {
	color:inherit!important;
}

#customer_audit .top_created {
	background-color:#0067bb!important;
	color:#ffffff!important;
	border-top:1px solid #999999!important;
	border-bottom:1px solid #999999!important;
	border-right:1px solid #999999!important;
}

#customer_audit .top_created h3 {
	font-size:20px;	
}

#customer_audit .top_created h4 {
	font-size:16px;	
    color:#ffffff !important;
}

#customer_audit .top_not_created h3 {
	font-size:20px;	
}

#customer_audit .top_not_created h4 {
	font-size:16px;	
}

#customer_audit .top_not_created {
	border-top:1px solid #999999!important;
	border-bottom:1px solid #999999!important;
	border-right:1px solid #999999!important;
	background-color:#C31537!important;
	color:#ffffff!important;
}


.lowpriority {
	background-color:#EBEA47!important;
	color:#1B8C24!important;
	cursor:pointer;
    border-radius:0px 15px 15px 0px!important;
	border-top:1px solid #999999!important;
	border-bottom:1px solid #999999!important;
	border-right:1px solid #999999!important;
}

.lowpriority h3 {
	color:#979A14!important;	
}
.lowpriority h4 {
	color:#979A14!important;	
}

.hastodo {
	background-color:#89D690!important;
	color:#000000!important;
	cursor:pointer;
    border-radius:0px 15px 15px 0px!important;
	border-top:1px solid #999999!important;
	border-bottom:1px solid #999999!important;
	border-right:1px solid #999999!important;
}

.hastodo h3 {
	color:#004400!important;	
}
.hastodo h4 {
	color:#009900!important;	
}


.medpriority {
	background-color:#F2A90A!important;
	color:#BF4300 !important;
	cursor:pointer;
    border-radius:0px 15px 15px 0px!important;
	border-top:1px solid #999999!important;
	border-bottom:1px solid #999999!important;
	border-right:1px solid #999999!important;
}

.medpriority h3 {
	color:#BF4300!important;	
}
.medpriority h4 {
	color:#BF4300 !important;	
}
.highpriority {
	background-color:#DE7C7C!important;
	color:#963!important;
	cursor:pointer;
    border-radius:0px 15px 15px 0px!important;
	border-top:1px solid #999999!important;
	border-bottom:1px solid #999999!important;
	border-right:1px solid #999999!important;
}

.highpriority h3 {
	color:#800505!important;	
}
.highpriority h4 {
	color:#800505!important;	
} 

.url_holder{
	display:none;
}

.topclientname{
	color:#3498db;
	font-weight:bold;
	font-size:23px;
}
.topclientname * {
	vertical-align:top;
}
.logo img{
	margin-left:-140px;
}
.topclientname .logo {
	display:inline-block;
	*display:inline;
	width:50px;
}
.topclientname .logo img {
	width:100%;
}
.topclientname .portal-title {
	display:inline-block;
	*display:inline;
	margin-top:2px;
	margin-left:20px;
	color:#fff;
}
.topclientname .portal-title ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.topclientname .portal-title ul li {
	line-height:100%;
	font-size:14px;
}
.topclientname .portal-title ul li a {
	color:#fff;
}
.topclientname .portal-title ul li a > i {
	color:#2980B9;
	font-size:11px;
	display:inline-block;
	margin-top:4px;
	margin-right:5px;
}
.topclientname .portal-title ul li h1 {
	font-size:24px;
	margin:0px;
}
.topclientname .portal-title ul li:nth-child(2){
	padding-top:5px;
	font-weight:300;
	font-size:15px;
}
.topclientname .portal-title ul li:nth-child(2) span {
	font-weight:100;
}
#loadingbox{
	float:right;
	height:65px;
	padding:15px;
	position:relative;
	left:500px ;
	font-weight:bold;
    letter-spacing: 1px;
}

/* Constants */
.tile h3.tile-title {
	margin-bottom:10px;	
}
.tile p {
	font-size:14px!important;
	line-height:150%;
	margin-top:10px;
	margin-bottom:10px!important;	
}

.section-desc {
	font-size:14px;	
}
.btn-ess {
	background-color:#0067bb!important;	
}
.btn-ess:hover {
	background-color:#4099e1!important;
}
#cboxLoadedContent {
	padding:30px;	
}
#cboxClose {
	background-image:url(../images/icons/png/close.png)!important;
	background-repeat:no-repeat!important;;
	top:20px!important;	
	right:20px!important;
}
.mheightbox .tile {
	min-height:180px!important;
}
.mheightbox2 .tile {
	min-height:140px!important;	
}
.tile .btn {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	margin:0 auto;
	border-radius:0px 0px 5px 5px;	
}
/* Keyword Section */
.keywords-table {
	border-top:none!important;
	margin:0px auto 40px;
}
.keywords-table tr {
	border:none;
}
.keywords-table tr:hover {
	border-top:none!important;
	background:#e2e2e2!important;
}
.keywords-table tr th {
	text-align:center;
	border:none;
	background:#2C3E50;
	font-weight:500;
	color:#ffffff;
	font-size:16px;
	letter-spacing:1px;
	padding:7px 0px 9px;
	border-right:1px solid #fff;
	line-height:150%;
}
.keywords-table tr td {
	background:#f1f1f1;
	text-align:center;
	font-size:18px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:10px;
	font-size:14px;
}
.check-date {
	font-size:12px;
}
.details-table {
	border-top:none!important;
	margin:0px auto 40px;
}
.details-table tr {
	border:none;
}
.details-table tr:hover {
	border-top:none!important;
	background:#e2e2e2!important;
}
.details-table tr th {
	text-align:center;
	border:none;
	background:#2C3E50;
	font-weight:500;
	color:#ffffff;
	font-size:16px;
	letter-spacing:1px;
	padding:7px 0px 9px;
	border-bottom:1px solid #fff;
	line-height:150%;
}
.details-table tr td {
	background:#f1f1f1;
	text-align:center;
	font-size:18px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:10px;
	font-size:14px;
}	
.page-table {
	border-top:none!important;
	margin:0px auto 40px;
}
.page-table tr {
	border:none;
}
.page-table tr:hover {
	border-top:none!important;
	background:#e2e2e2!important;
}
.page-table tr th {
	text-align:center;
	border:none;
	background:#2C3E50;
	font-weight:500;
	color:#ffffff;
	font-size:16px;
	letter-spacing:1px;
	padding:7px 0px 9px;
	border-right:1px solid #fff;
	line-height:150%;
}
.page-table tr td {
	background:#f1f1f1;
	text-align:center;
	font-size:18px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:10px;
	font-size:14px;
}	
.website-table {
	border-top:none!important;
	margin:0px auto 40px;
}
.website-table tr {
	border:none;
}
.website-table tr:hover {
	border-top:none!important;
	background:#e2e2e2!important;
}
.website-table tr th {
	text-align:center;
	border:none;
	background:#2C3E50;
	font-weight:500;
	color:#ffffff;
	font-size:16px;
	letter-spacing:1px;
	padding:7px 0px 9px;
	border-right:1px solid #fff;
	line-height:150%;
}
.website-table tr td {
	background:#f1f1f1;
	text-align:center;
	font-size:18px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:10px;
	font-size:14px;
}	
.keyword-table {
	border-top:none!important;
	margin:0px auto 40px;
}
.keyword-table tr {
	border:none;
}
.keyword-table tr:hover {
	border-top:none!important;
	background:#e2e2e2!important;
}
.keyword-table tr th {
	text-align:center;
	border:none;
	background:#2C3E50;
	font-weight:500;
	color:#ffffff;
	font-size:16px;
	letter-spacing:1px;
	padding:7px 0px 9px;
	border-right:1px solid #fff;
	line-height:150%;
}
.keyword-table tr td {
	background:#f1f1f1;
	text-align:center;
	font-size:18px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:10px;
	font-size:14px;
}
.monthheader {
	background:#4e657c!important;
}
.agendabox{
	
}
.agendabox input[type=text]{
	font-size:10px;
	width:1000px;
	padding:1px;
}
.agendabox input[type=button]{
	font-size:12px;
	margin-left:10px;
	padding:3px;
}
.hid{
	display:none;
}
.onpage-th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #2c3e50;
    border-color: -moz-use-text-color #fff -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 150%;
    padding: 7px 0 9px;
    text-align: center;
}
.onpage-td{
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}
.dashtile{
	height:180px;
}
#helper{
	display:none;
}
.showe{
	padding-left:0px !important;
}
#left-container .sub-navigation .research-menu{
	padding:5px 5px 5px 40px;
	background:#7f8c8d;
	border-color:#95a5a6;
}
#left-container .sub-navigation .research-menu:hover{
	background:#95a5a6;
	border-color:#7f8c8d;
}
#left-container .clickedParent {
	background:#2980b9;
}
#left-container .sub-navigation .clickedChild{
	background:#3498db;
}

.gfilter{
	cursor:pointer;
}
#goodtable td{
	background-color:#109618;
	color:#fff;
}
#goodtable a{
	color:#fff;
	font-weight: 600;
}

#avgtable td{
	background-color:#FF9900;
	color:#fff;
}
#avgtable a{
	color:#fff;
	font-weight: 600;
}

#badtable td{
	background-color:#DC3912;
}
#badtable a{
	color:#fff;
	font-weight: 600;
}
.sftabs ul {
	list-style:none;
}
.sftabs li{
	float:left;
	text-decoration:none;
	padding-right:25px;
	padding-left:25px;
	cursor:pointer;
}
.sftabs{
    background-color: #cddadb;
    height: 33px;
}
.sfactive {
	border-bottom: 3px solid #005b91;
}

.pagedata {
	padding-top:25px;
	overflow:scroll;
	height: 90%;
}

#agendatext{
	width:800px;
}
.sfractive{
	background-color:#cddadb;
}
.sfside{
	cursor:pointer;
	background-color: #cddadb;
	margin-bottom:2px;
	padding:5px;
	
}
.sfside span{
	float:right;

}
.crawldata {
	cursor:pointer;
}

.sfsideactive span{
	transform: rotate(90deg);
}

.sfleftsub{
	display:none;
}
.showdoer{
	cursor:pointer;
	color:#88C3A9;
}
.doernote{
	display:none;
}

.menuitemlvl1{
	background:#7f8c8d;
	padding:5px 0 5px 30px!important;
}
.menuitemlvl2{
	background:#95a5a6;
	padding:5px 0 5px 60px!important;
}

.settingsgear{
	color:#FFFFFF;
	font-size:22px;
	position:absolute;
	right:14px;
	z-index:9999;
	padding:0 10px;
}
.settingsgear:hover{
	color:#3498db;
	cursor:pointer;
}

.settingsgear.clicked{
	color:#3498db;
	background:#ecf0f1;
	border-radius:5px 5px 0 0;
}

.settingsmenu{
	background:#ecf0f1;
	color:#3498db;
	position:absolute;
	top:59px;
	right:14px;
	width:300px;
	z-index:9999;
	border-radius:5px 0 5px 5px;
	display:none;
	padding:10px;
}

.settingsmenu a{
	width:100%;
	display:block;
	margin:8px 0;
	padding:0 4px;
}

.settingsmenu a:hover{
	background:#bdc3c7;
	border-radius:5px;
}

#loadingDisp{
	position:absolute;
	top:50%; 
	left:calc(50% + 145px); 
	width:100px;
	text-align:center;
}

.kwDashContainer{
	float:left; 
	width:30%; 
	border:3px solid #e67e22; 
	border-radius:5px; 
	padding:5px; 
	margin:1%; 
	height:95%;
}
.kwDashHeader{
	height:90px; 
	margin-bottom:10px; 
	font-size:26px; 
	border-bottom:2px solid #e67e22
}
.kwDashTableContain{
	overflow:auto; 
	display:block; 
	height:calc(100% - 100px);
}

.researchBtns {
	width:30%; 
	margin:0 1.5%;
	padding:0;
	float:left;
	text-align:center;
	font-size:20px;
	cursor:pointer;
	background:#d35400;
	color:#FFFFFF;
	border-radius:5px;
}
.researchBtns:hover {
	background:#e67e22;
}

.green-alert{
    color:#27ae60;
}
.red-alert{
    color:#c0392b;
}
.showCamptd{
    cursor: pointer;
}
.showCamptd:hover{
    background-color:#27ae60 !important;
    color:#ffffff;
}
.stat-head{
    background: #2980B9 none repeat scroll 0% 0%;
    display: block;
    line-height: 60px;
    margin: 0px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color:#fff;
    font-size: 17px;
    font-family: "Ubuntu",sans-serif;
    box-sizing: border-box;
}
.stat-bod .col-xs-4{
    text-align: center;
    background-color: #EFF0F2;

}
.stat-bod .col-xs-6{
    text-align: center;
    background-color: #EFF0F2;
}
#cardSpace {
    margin-top:50px;
}
.focusDetail{
    margin-bottom: 20px;

    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}
.cardlabel {
    font-weight: bold;
}

.card{
    margin-bottom: 50px;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    background-color: #fff;
}
.cardHeader{
    border-radius: 5px 5px 0px 0px;
}
.nobold{
    font-weight: normal !important;
}
.busFocusList{
    list-style: none;
    margin-top: 10px;
    margin-left: 0px !important ;
    padding: 0px !important; ;
}
.busFocusList li{
    border: solid #000000 thin;
    margin-top: 2px;
    background-color: #444 ;
    color:#ffffff;
    padding:8px 20px;
    width: 350px;
}
.focusData{
    background-color: #EAEAEA;
    width: 350px;
    padding:8px 20px;
    display:none ;
}
.playcard {
    margin-bottom: 20px;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 20px 10px 20px;
    background-color: #EAEAEA;
    width:31.4%;
    display: inline-block;
    margin-right: 10px;
}
.playcard input{
    padding: 1px !important;
    line-height: 0px !important;
    border: 1px solid !important;
    border-radius: 0px !important;
    height:30px ;
}
.focusData input{
    padding: 1px !important;
    line-height: 0px !important;
    border: 1px solid !important;
    border-radius: 0px !important;
    height:30px ;
}
.focusData textarea{
    height:100px;
}
.playcard textarea{
    height:100px;
}
.cbod{
    display:none ;
}
.arrow-down{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    cursor:pointer;
}
.arrow-up{
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    cursor:pointer;
}
.social-card{
    background-color: #FBF593 !important;
}

.web-card{
    background-color: #67CDEB !important;
}
.content-card{
    background-color: #83CEC7 !important;
}
.cheader{
    margin-bottom:7px;
}
.cheader span{
   cursor: pointer;
}
.removeFocus:hover{
    color:red;
    cursor: pointer;
}
.removePlaycard:hover{
    color:red;
    cursor: pointer;
}
.open{
    cursor: pointer;
}
.graph_container {
    font-family: "Arial Black", arial-black;
    font-size: 10px !important;
}
.viewBTN:hover{
    -moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
}
#url2png-cheese{
    display: block;
}
/*
g>g>path[fill="#ffffff"] {
    fill: white;
}*/

.wmfilters{
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dcdcdc;
}
.wmfilterContainer{
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    padding-right: 25px;
    border-right: 1px solid #d2d2d2;
    height: 110px;
}
.wmfilterHeader{
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
.removeLabel{
	cursor:pointer;
	
}
.ianInput{line-height: normal !important; padding: 1px !important; -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;border: 0.3px solid black !important;}
.compsArea{display:none; margin-top:20px;}
.marketShareLoading{display: none;  margin: auto;  left: 50%;  top: 50%;  position: absolute;  margin-top: -100px;  margin-left: -100px;}
.reportArea{display:none;}
#piespace{margin-left:45%}

#support-page section {
	background:#fafafa;
	padding:50px;
	margin-bottom:50px;
}
#support-page section h3 {
	margin-top:0px;
}
#support-page section ul {
	list-style:none;
	padding:30px 0px;
	margin:0px;
	overflow:hidden;
}
#support-page section ul li {
	float:left;
	padding:20px;
}
#support-page section ul li:first-of-type {
	padding-left:0px;
}
#support-page section ul li .item {
	position:relative;
	border:5px solid #333;
	background:#f2f2f2;
	text-align:center;
	padding:30px;
	width:250px;
	height:270px
}
#support-page section ul li .item .icon {
	margin:0 auto 20px;
	height:100px;
	width:100px;
	-webkit-border-radius:150px;
	-moz-border-radius:150px;
	-ms-border-radius:150px;
	-o-border-radius:150px;
	border-radius:150px;
	vertical-align:top;
}
#support-page section ul li .item .icon i {
	font-size:100px;
}
#support-page section ul li .item .icon i.fa-wordpress {
	color:#45bbe6;
}
#support-page section ul li .item .icon i.fa-yoast {
	color:#A4286A;
}
#support-page section ul li .item.status-ok {
	background:rgba(46, 204, 113,0.05);
	border-color:#2ecc71;
	color:#2ecc71;
}
#support-page section ul li .item.status-ok:after {
	content:"\f00c";
	font-family:FontAwesome;
	color:#fff;
	font-size:24px;
	position:absolute;
	top:-25px;
	right:-25px;
	padding-top:4px;
	text-align:center;
	width:50px;
	height:50px;
	background:#2ecc71;
	-webkit-border-radius:150px;
	-moz-border-radius:150px;
	-ms-border-radius:150px;
	-o-border-radius:150px;
	border-radius:150px;
}
#support-page section ul li .item.status-attention {
	background:rgba(230, 126, 34,0.05);
	border-color:rgba(230, 126, 34,1.0);
	color:rgba(230, 126, 34,1.0);
}
#support-page section ul li .item.status-attention:after {
	content:"\f0f3";
	font-family:FontAwesome;
	color:#fff;
	font-size:24px;
	position:absolute;
	top:-25px;
	right:-25px;
	padding-top:4px;
	text-align:center;
	width:50px;
	height:50px;
	background:rgba(230, 126, 34,1.0);
	-webkit-border-radius:150px;
	-moz-border-radius:150px;
	-ms-border-radius:150px;
	-o-border-radius:150px;
	border-radius:150px;
}
#support-page section ul li .item.status-warning {
	background:rgba(231, 76, 60,0.05);
	border-color:rgba(231, 76, 60,1.0);
	color:rgba(231, 76, 60,1.0);
}
#support-page section ul li .item.status-warning:after {
	content:"\f12a";
	font-family:FontAwesome;
	color:#fff;
	font-size:24px;
	padding-top:4px;
	position:absolute;
	top:-25px;
	right:-25px;
	text-align:center;
	width:50px;
	height:50px;
	background:rgba(231, 76, 60,1.0);
	-webkit-border-radius:150px;
	-moz-border-radius:150px;
	-ms-border-radius:150px;
	-o-border-radius:150px;
	border-radius:150px;
}
#support-page section ul li .item .category-name {
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	color:#444;
}
#support-page section ul li .item h4 {
	font-size:18px;
	font-weight:400;
	padding:0px;
	border:none;
	margin-top:5px;
	margin-bottom:0px;
	color:inherit;
}
#support-page section ul li .item span {
	font-size:12px;
	font-weight:100;
	color:#444;
}
#support-page section ul li .item span strong {
	font-weight:400;
}
#website-project {
	background:#f2f2f2;
}
#website-project h1 {
	font-size:40px;
}
#website-project h1:before {
	content:"\f0c9";
	display:inline-block;
	margin-right:20px;
	font-family:FontAwesome;
	color:#eaeaea;
	font-size:30px;
	vertical-align:top;
	margin-top:5px;
}
#website-project .current-stage {
	margin:50px;
}
.project-card {
	background:#fff;
}
.project-card h2 {
	padding:30px;
	border-bottom:2px solid #f2f2f2;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0px;
}
.project-card .project-content {
	padding:30px;
}
.project-card .project-content h4 {
	font-size:16px!important;
	border-bottom:0px!important;
}
.project-card .project-content p {
	font-weight:100;
	font-size:12px;
}
.project-card .project-content a {
	display:block;
	color:#3498db;
	font-size:14px;
	font-weight:100;
}
.project-card .project-content a:before {
	content:"\f0c1";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:10px;
}
#website-project .project-breakdown {
	margin:50px;
}
#website-project .project-heading {
	padding:30px;
	background:#fff;
}
.project-timeline {
	margin:50px;
}
.project-timeline .project-card {
	min-height:0px;
}
.project-timeline-graph {
	position:relative;
	margin:60px 0px;
}
.project-timeline-graph .planned-timeline {
	position:absolute;
	width:3px;
	height:60px;
	background:#2c3e50;
	top:0px;
	right:-3px;
}
.project-timeline-graph .planned-timeline:before {
	content:"Current Stage";
	position:absolute;
	bottom:-32px;
	left:-27px;
	font-size:10px;
	letter-spacing:1px;
	font-weight:400;
	text-transform:uppercase;
	color:#2c3e50;
	text-align:center;
	line-height:130%;
}
.project-timeline-graph .planned-timeline:after {
	content:"\f0d8";
	font-family:FontAwesome;
	position:absolute;
	bottom:-17px;
	left:-6px;
	font-size:26px;
	color:#2c3e50;
}
#website-project .stage-breakdown {
	width:100%;
	height:30px;
	overflow:hidden;
	display:block;
	position:absolute;
	bottom:50px;
	font-size:0px;
	margin-bottom:10px;
	margin-top:2px;
	z-index:9999;
}
#website-project .stages .progress-bar {
	position:absolute;
	left:0px;
	top:0px;
	width:30%;
	height:50px;
	z-index:9;
	background: #27ae60;
	background: -moz-linear-gradient(left,  #27ae60 0%, #2ecc71 100%);
	background: -webkit-linear-gradient(left,  #27ae60 0%,#2ecc71 100%);
	background: linear-gradient(to right,  #27ae60 0%,#2ecc71 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ae60', endColorstr='#2ecc71',GradientType=1 );
}
/*#website-project .stages .progress-bar:before {
	content:' current progress ';
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-70px;
	font-size:9px;
	letter-spacing:3px;
	font-weight:100;
	text-transform:uppercase;
	color:#fff;
	opacity:0.5;
}*/
#website-project .stage-breakdown .bd-research {
	border-left:1px solid #eee;
}
#website-project .stage-breakdown .bd-research,
#website-project .stage-breakdown .bd-content,
#website-project .stage-breakdown .bd-design,
#website-project .stage-breakdown .bd-build,
#website-project .stage-breakdown .bd-testing,
#website-project .stage-breakdown .bd-launch {
	display:inline-block;
	color:#ccc;
	text-align:center;
	height:30px;
	padding-top:5px;
	width:12.4995%;
	font-size:10px;
	letter-spacing:1px;
	text-transform: uppercase;
	font-weight:100;
	border-right:1px solid #eee;
}
#website-project .stage-breakdown .bd-design {
	width:24.995%;
}
#website-project .stage-breakdown .bd-build {
	width:41.665%;
}
#website-project .stage-breakdown .bd-testing,
#website-project .stage-breakdown .bd-launch {
	width:4.1665%;
}
#website-project .project-timeline .stages {
	width:100%;
	height:50px;
	overflow:hidden;
	display:block;
	position:relative;
	background:#e2e2e2;
	-webkit-border-radius:150px;
	-moz-border-radius:150px;
	-ms-border-radius:150px;
	-o-border-radius:150px;
	border-radius:150px;
	font-size:0px;
}
#website-project .project-timeline .stages .research-stage,
#website-project .project-timeline .stages .content-structure-stage,
#website-project .project-timeline .stages .design-stage,
#website-project .project-timeline .stages .build-stage,
#website-project .project-timeline .stages .testing-stage,
#website-project .project-timeline .stages .launch-stage { 
	position:relative;
	display:inline-block;
	width:12.4995%;
	border-right:3px solid rgba(265,265,265,0.5);
	height:50px;
	z-index:999;
}
#website-project .project-timeline .stages .design-stage { 
	width:24.99%;
}
#website-project .project-timeline .stages .build-stage { 
	width:41.665%;
}
#website-project .project-timeline .stages .testing-stage,
#website-project .project-timeline .stages .launch-stage { 
	width:4.1665%;
}
#website-project .project-timeline .stages .launch-stage {
	border-right:0px;
}
#website-project .project-breakdown h4 {
	border-bottom:0px;
	margin-bottom:0px;
}
#website-project .project-breakdown ul {
	padding:0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
#website-project .project-breakdown ul li {
	position:relative;
	padding:10px 0px;
	font-size:12px;
}
#website-project .project-breakdown ul li:hover {
	cursor:default;
}
#website-project .project-breakdown ul li.complete {
	opacity:0.5;
}
#website-project .project-breakdown ul li.complete:hover {
	opacity:1.0;
}
#website-project .project-breakdown ul li .card-information {
	display:inline-block;
	margin-right:5px;
	position:relative;
	z-index:99;
}
#website-project .project-breakdown ul li .cardname {
	display:block;
	font-size:14px;
}
#website-project .project-breakdown ul li .trello-label {
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:10px;
	font-size:10px;
	padding:3px 7px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	background:#f2f2f2;
	text-align:center;
	min-width:80px;
}
#website-project .project-breakdown ul li .trello-label.trello-green {
	background:rgba(46, 204, 113,0.2);
	color:#2ecc71;
}
#website-project .project-breakdown ul li .trello-label.trello-yellow {
	background:rgba(241, 196, 15,0.2);
	color:rgba(241, 196, 15,1.0);
}
#website-project .project-breakdown ul li .trello-label.trello-orange {
	background:rgba(230, 126, 34,0.2);
	color:rgba(230, 126, 34,1.0);
}
#website-project .project-breakdown ul li .trello-label.trello-red {
	background:rgba(231, 76, 60,0.1);
	color:rgba(231, 76, 60,1.0);
}
#website-project .project-breakdown ul li .duedate {
	font-weight:100;
	color:#999;
	display:inline-block;
	margin-right:10px;
	font-size:10px;
}
#website-project .project-breakdown ul li .duedate.no-duedate {
	color:#999;
}
#website-project .project-breakdown ul li .member.no-member {
	color:#999;
}
#website-project .project-breakdown ul li .member {
	display:inline-block;
	margin-right:5px;
	font-size:10px;
	color:#3498db;
	font-weight:100;
}
#website-project .project-breakdown ul li .member i {
	margin-right:3px;
}
.project-heading h1 {
	margin:0px;
}
.project-key-dates {
	margin:0px 0px 0px;
	padding:0px;
	list-style:none;
	display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.project-key-dates li {
	display:inline;
	font-size:15px;
	padding:20px 0px;
	vertical-align:middle;
}
.project-key-dates.header-key-dates {
	float:right;
	margin-top:-5px;
}
.project-key-dates.header-key-dates li {
	width:auto;
	padding:0px 20px;
	font-size:14px;
}
.project-key-dates.header-key-dates li span {
	font-size:9px;
}
.project-key-dates li span {
	display:block;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999;
	font-weight:100;
	margin-bottom:5px;
}
.matchRow {
	cursor: pointer;
}

.openManagementBuilder, .openTools, .openBow {
	color:#FFFFFF;
	font-size:22px;
	position:absolute;
	z-index:9999;
	padding:0 10px;
}
.openManagementBuilder:hover, .openTools:hover, .openBow:hover {
	color:#3498db ;
	cursor:pointer;
}
.openManagementBuilder {right:60px;}
.openTools {right:110px; margin-top:5px;}
.showPages{
	cursor: pointer ;
}
#top-util-bar .settings i.openBow {
	right: 156px;
	margin-top: 5px;
}

#historicalBacklinkWidget {
	width: 100%;
	margin-bottom: 4rem;
}
#historicalBacklinkWidget #historicalBacklinkGraph {
	width: 100%;
}

/* mobile page layouts */
@media only screen and (max-width: 800px) {
	header#top-util-bar {padding: 20px 0 20px 0;}
	header#top-util-bar div.topclientname div.logo {display: none;}
	header#top-util-bar span.web-label {display: none;}
	div.portal-title {width: 100%; text-align: center; margin-left: 0 !important;}
	div.settings a, div.settings i {display: none; font-size: 24px !important;}
	div.settings i:nth-child(4)   {right:  10px !important;}
	div.settings i:nth-child(3)   {right:  40px !important;}
	div.settings a:nth-child(2) i {right:  70px !important;}
	div.settings a:nth-child(1) i {right: 100px !important;}
	h3 {margin-top: 10px;}
	div#left-container {display: none;}
	div#main-container {padding: 0; position: absolute; top: 88px;}
	div#content-container {padding-left: 0; padding-top: 88px;}
	div#inner-content-holder {padding: 10px; overflow-x: hidden;}
	div#section-header {height: initial; padding: 15px; line-height: 1.3em;}
	div#section-header div#loadingbox {display: none;}
	div#section-header h1 {width: 100%; max-width: 100%; height: initial; border: 0; margin: 0 !important; font-size: 0.7em; text-align: center;}
	div#section-header p {width: 100%; font-size: 0.6em; text-align: center;}
	.mobile-hide {display: none;}
	div#loadingDisp {left: 50px; top: 100px;}
}