/* GLOBAL STYLESHEET */

body {
	padding:0;
	margin:0;
	position:relative;
	font-family: "freight-text-pro",serif;	
}
.clear {
	clear:both;
	height:0;	
}
h1,h2,h3,h4,h5,h6 {
	font-family: "adelle-sans",sans-serif;
	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%;	
}
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: "freight-text-pro",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%;
	display: block;
	position: absolute;
	z-index: 9999;
	-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);
	box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.3);
	height: 80px;
}
#top-util-bar .select .btn {
	width:245px;	
}
#select-client {
	height: 100%;
	float: left;
	margin-left: 20px;		
}
#overal-container {
	width:100vw;
	height:100vh;
	padding-top:80px;
	overflow:hidden;
}
#left-container {
	width:250px;
	float:left;
	height:100%;
	background:#2C3E50;
	/* -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;
}
#left-container .btn-lg {
	border-radius:0px;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	text-align:left;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	border-top: 2px solid rgba(0, 0, 0, 0);
	color:#ffffff;
	padding-bottom:15px;
	margin-top:0px;
	opacity:0;
}
#left-container .btn-lg:hover {
	color:#ffffff !important;
	border-color:#ffffff;
}	
#left-container .welcome-menu:hover {
	background:#27AE60;
	color:#ffffff;
}
#left-container .contacts-menu:hover {
	background:#9b59b6;
	color:#ffffff;	
}
#left-container .website-menu:hover {
	background:#f39c12;
	color:#ffffff;	
}
#left-container .keyword-menu:hover {
	background:#E74C3C;
	color:#ffffff;	
}
#left-container .webstruct-menu:hover {
	background:#d35400;
	color:#ffffff;	
}
#left-container .contentplan-menu:hover {
	background:#2980B9;
	color:#ffffff;	
}
#left-container .tool-menu:hover {
	background:#E67E22;
	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 250px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
#section-header {
	background:#FFFFFF;
	color:#ffffff;
	padding:20px 20px 20px 30px;
	height:105px;	
}
#section-header h1, #section-header p {
	color:inherit!important;
	line-height:150%;
	margin:0px;	
}
#section-header h1 {
	font-size:40px;
	line-height:100%;	
}
#section-header p {
	font-weight:100;
	font-size:16px;	
}
#account-settings {
	float: right;
	margin-right: 5px;
}
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: "freight-text-pro",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;
}
#sub-navigation .btn-lg {
	border-radius:0px;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	text-align:left;
	border-bottom:1px solid #BDC3C7;
	color:#2C3E50;
	padding-bottom:15px;
	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:260px;
	padding-top:105px;	
	z-index:10;
}
#inner-content-holder {
	padding:20px;
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:auto;	
}
.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;	
}
#helper {
	position:absolute;
	right:-5px;
	bottom:70px;
	z-index:9999;	
}
#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;	
}
/* 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:18%;
	text-align:center;
	border:1px solid #27ae60;
	padding:10px;
	height:55px;
	cursor:pointer;
	margin:1%;
	border-radius:20px;
	background: #1abc9c;
	color:#FFFFFF;
}
#kwtimeline li:hover{
	background: #16a085;
	color:#ecf0f1;
}

#kwtimeline .thisstage{
	background: #e67e22;
	color:#ecf0f1;
}
#kwtimeline .thisstage:hover{
	background:#d35400;
}

#kwtimeline .futurestage{
	background: #95a5a6;
	color:#ecf0f1;
}
#kwtimeline .futurestage:hover{
	background:#7f8c8d;
}

#kwtimelinestageset li{
	float:left;
	list-style:none;
	width:18%;
	text-align:center;
	padding:10px;
	height:55px;
	margin:1%;
	margin-top:0;
}

.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: 287px;
    position: absolute;
    right: 0;
    width: 100vw;
	overflow:auto
}

.kwbasket{
	float:right;
	color:#FFFFFF;
	height:72px;
	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;
}
.viewgroupings, .viewbasket, .uploadcsv, .view {
	float:right;
	font-size:12px;
	border:1px solid #FFFFFF;
	border-radius:5px;
	padding:2px;
	cursor:pointer;
}
.viewgroupings:hover, .viewbasket:hover, .uploadcsv:hover {background:#FFFFFF; color:#D35400;}
.viewbasket, .uploadcsv {margin-right:3px;}
.hideDropdown {display: none;}

.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;
}

.gtthis{
	background:#6C96D9;
	padding:3px;
}
.gtthis:hover{
	background:#4070BC;
	cursor:pointer;
}
.ltthis{
	background:#D270EE;
	padding:3px;
}
.ltthis:hover{
	background:#A64AC1;
	cursor:pointer;
}
.cpcgtthis{
	background:#c7d96d;
	padding:3px;
}
.cpcgtthis:hover{
	background:#a6ba40;
	cursor:pointer;
}
.cpcltthis{
	background:#d9a36d;
	padding:3px;
}
.cpcltthis:hover{
	background:#ba7d40;
	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;
}

.toggleviewbox{
	float:left;
}
#sitemap{
    top:0;
    width:100%;
    height:100%;
    z-index:1;
	margin-top: -70px;
}
#sitemap2{
    top:0;
    width:100%;
    height:100%;
    z-index:1;
    margin-top:30px;
}
.mindmapitem {
	position: relative;
	float:left;
	border:1px solid #D35400;
	border-radius:5px;
	padding:3px;
	background:#FFFFFF;
	color:#000000 !important;
}
.mindmapitem.active {
	background:#E67E22;
	color:#FFFFFF;
}
#mindmaplines{
	position:absolute;
	background:#eeeeee;
	z-index:-1;
}

#pagenodeoptions {
	height:0px;
	width:300px;
	background:#F1F1F1;
	float:left;
	position:absolute;
	z-index:150;
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color:#666;
	overflow:auto;
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
	opacity:0
}

.buzzmap .node {
  z-index: 100;
  cursor: default;
  display: block;
  
  background:#9BA9E8;
  opacity:0.9;
  color:white;
  font: 30px/34px Arial, sans-serif;
  font-size:12px;
  text-align: center;
  
  padding:0 7px;
  border: 2px solid #007cff;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;	
}
.buzzmap .node a {
  color:#fff;
}
.buzzmap .node.childnode {
  background:#2974CF;
}
.buzzmap .node.linkcontent {
  background:#C376F5;
  border-color:#B80BFF;
}
.buzzmap .node.childnode.linkcontent {
  background:#650F95;
}
.buzzmap .node.active {
  border-width:5px;
}
.buzzmap .node.active a {
  color:#fff;
}
.buzzmap .node.root {
  padding:5px 10px;
  background:#000000;
  border-color:#C2BFBF;
}
.buzzmap input{
	color:#000000;
	padding:1px;
	line-height:normal;
}
.buzzmap button{
	color:#000000;
}
.selkwcontain{
	float:left;
	background:#E67E22;
	border:1px solid #D35400;
	margin-right:5px;
	margin-top:5px;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	border-radius:5px;
}

.closepgdets{
	float:right;
	background:#bdc3c7;
	cursor:pointer;
	padding:0 10px;
	border-radius:5px;
	color:#c0392b;
}
.closepgdets:hover{
	background:#7f8c8d;
	color:#ecf0f1;
}

#backbtnkwtool {
	text-align:center;
	background:#2c3e50;
	color:#FFFFFF;
	cursor:pointer;
	margin:10px;
	position:relative;
	z-index:100000;
}
#backbtnkwtool:hover {
	background:#34495e;
}

#menucontent{
	height:80%;
}
#clienttopbar{
	height:14%;
	margin-bottom:12px;
	margin-top:6px;
}
#menutitlecontent{
	background:#ecf0f1;
	border-radius:5px;
	padding:10px;
	width:21%;
	float:left;
	text-align: center;
}
#clientsearch{
	width: 100%;
}
#clientsearch input {
	border: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
	background-color: #ecf0f1;
	font-size: 1.2em;
}
#clientsearch input:focus {
	outline: none;
	box-shadow: none;
}
#clientmenu {
	width: 900px;
	height: 400px;
	background: #2980b9;
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #666;
	color: #34495e;
	margin-top: 5px;
	padding: 4px;
	display: none;
	align-self: flex-start;
	position: absolute;
	top: 60px;
	border-radius: 10px;
	padding: 5px 10px;
}
#clientlabelscontain {
	background:#ecf0f1;
	width:180px;
	height:100%;
	float:left;
	border-radius:5px;
	padding:4px;
	overflow: auto;
	overflow-x: hidden;
}
#clientcontain {
	background:#ecf0f1;
	width:580px;
	height:100%;
	float:right;
	border-radius: 0 5px 5px 0;
	padding:4px;
	overflow:auto;
}

.clientlabel {
	cursor:pointer;
	background:#3498db;
	border-radius:5px;
	color:#ecf0f1;
	padding: 5px 10px;
	margin: 2px 0;
	font-size: 0.9em;
	text-align: right;
}
.clientlabel:hover {
	background:#2980b9;
}
.clientlabel input{
	width:100%;
	margin:4px;
	padding:0 3px;
	color:#34495e;
}
.clientlabel.sellbl {
	background:#9b59b6;
}

#addlabel {
	cursor:pointer;
	background:#e74c3c;
	border-radius:5px;
	color:#ecf0f1;
	padding: 0 10px;
	margin-top: 10px;
	text-align:center;
}
#addlabel:hover {
	background:#c0392b;
}

#labelopts {
	position:absolute;
	z-index:100001;
	width:200px;
	height:100px;
	background:#2ecc71;
	border:1px solid #27ae60;
	display:none;
	padding:5px;
	border-radius:5px;
}
#usersopts {
	position:absolute;
	z-index:100001;
	width:200px;
	height:100px;
	background:#3498db;
	border:1px solid #27ae60;
	display:none;
	padding:5px;
	border-radius:5px;
}
#deleteconfirm {
	position:absolute;
	z-index:100001;
	width:200px;
	height:200px;
	background:#c0392b;
	border:1px solid #e74c3c;
	display:none;
	padding:5px;
	border-radius:5px;
	color:#FFFFFF;
}
.selectclient, .changelabel, .deleteclient, .changeowner, .editclient{
	cursor:pointer;
}


.resstats{
	text-align:center;
	background:#95a5a6;
	border:1px solid #2c3e50;
	border-radius:5px;
}

#selbuspritype td{
	border:1px solid #D35400;
	background:#95a5a6;
	cursor:pointer;
	color:#FFFFFF;
}
#selbuspritype td:hover{
	background:#7f8c8d;
}
.selbuspritype{
	background:#e67e22 !important;
}
.selbuspritype:hover{
	background:#d35400 !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-color: #2980b9 !important;
}
#left-container .clickedParent, #left-container .clickedParent span.fui-arrow-right {
	color: white !important;
}
#left-container .sub-navigation .clickedChild{
	background:#3498db;
}
.transferTable{
	float:left;
	width:28%  !important;
	margin:20px !important;

}
.buttonRow{
	text-align: center !important;
}
.selectedData{
	margin-top: 20px  ;
	width:80% !important;
}

.selectCopyTable, .selectPasteTable {
	margin-top:20px ;
}
.copied{
	float:left;
	width: 48%;
}

.pasted{
	float:right;
	width: 48%;
}

.whitelabel-login-image-container {
	width: 100%;
	/* height: 200px; */
	display: flex !important;
}

.whitelabel-login-image {
	width: 40%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

#white-label-settings-form #success li,
#white-label-settings-form #errors li{
	list-style: none;
}

#main-login-container .whitelabel-login-text {
	width: 60%;
	color: white;
	border-radius: 15px;
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow:
	-1px -1px 0 #000,  
	 1px -1px 0 #000,
	 -1px 1px 0 #000,
	  1px 1px 0 #000;
}

@supports(-webkit-text-stroke: 0.5px black) {
	#main-login-container .whitelabel-login-text {
		-webkit-text-stroke: 0.5px black;
	}
}

@supports(display: grid) {
	.whitelabel-login-image-container {
		display: grid !important;
		grid-template-columns: 40.5% 59.5%;
	}

	.whitelabel-login-image {
		width: 100%;
	}

	#main-login-container .whitelabel-login-text {
		width: 100%;
	}
}

#white-label-settings-form-container {
	padding-left: 8px;
	padding-right: 8px;
}
#white-label-settings-form-container .form-group {
	border: 3px dashed #e6e6e6;
	border-radius: 15px;
	padding: 20px;
}
#white-label-settings-form-container label {
	margin: 0;
}
.whitelabel-settings-color {
	width: 80px !important;
	height: 80px !important;
	border: 0 !important;
	padding: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	transition: 0.2s !important;
}
.whitelabel-settings-color, .whitelabel-settings-color-label {
	cursor: pointer;
}
.whitelabel-settings-color:hover {
	padding: 2px !important;
}

#main-login-container .error-message {
	width: 100%;
	margin-bottom: 20px;
}

#select-client, #select-client .dropdown, #account-settings {
    display: flex;
    align-items: center;
	height: 100%;
}

#select-client .btn,
.btn-toolbar .btn > [class^="fui-"] {
	font-size: 24px !important;
}
#account-settings a.btn {
	padding: 15px !important;
}
#closethisclient {
	font-size: 40px;
	transition: all 0.3s;
}
#closethisclient:hover {
	filter: invert(1);
}