/*******************************************************************************
 *Copyright 2011-2018 Tim Stephenson and contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License.  You may obtain a copy
 * of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 ******************************************************************************/
/* FONTS */
@import url('https://api.knowprocess.com/webjars/knowprocess-icons/3.1.0/style.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400italic,400');
@import url('https://fonts.googleapis.com/css?family=Signika');

/* END FONTS */

/*
 * COLOURS
 *   orange:    ff6c06;
 *   blue:      0e9acd;
 *   pale blue: 59C4ED
 *   grey 1:    6f6f71
 *   grey 2:    6f6f71
 *   grey 3:    939598;
 *   grey 4:    b7b7b7
 */

/* RESPONSIVE OVERRIDES */

@media (min-width: 920px) {
	.min-md-180  {
	  min-width: 180px;
	}
}


/* START BOOTSTRAP OVERRIDES */

body {
  color: #6f6f71;
  font-family: 'Montserrat', Roboto, Ubuntu, 'Helvetica Neue', Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Signika', sans-serif;
  font-weight: 500;
}
h1 {
  color: #0e9acd;
}
h4 {
  font-size: 20px;
  border-bottom: 3px double #939598;
}
h5,
legend {
  border-bottom: 1px solid #939598;
  color: #6f6f71;
  font-size:16px;
}
img.entity-context {
  width: 90%;
}
input,select,textarea {
	border: solid 1px;
	border-color: #ccc;
  line-height:1.4em;
	padding: 0 10px 0 10px;
}
input[not(type='checkbox')]
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}
input:active,select:active,textarea:active {
  border-color: #66afe9;
}
textarea.rich-content {
	height: 30em;
	margin: 0 -10px;
}
input.field-error:invalid,
select.field-error:invalid,
textarea.field-error:invalid {
  border: solid 3px #f33;
}

/* TODO not used ? */
input:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
  border: solid 3px #f33 ;
}

input ~ .field-hint,
select ~ .field-hint,
textarea ~ .field-hint {
  visibility: hidden ;
  line-height: 0em;
}
input[type='checkbox'].form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
input[type='checkbox'] ~ .secondary-label {
  left: 0.2em;
  position: relative;
  top: -0.7em;
}
input[type='checkbox'] ~ .help-block {
	margin-top: -1em;
}

/* help-block is the bootstrap terminology, field-hint is deprecated */
input:invalid ~ .help-block,
select:invalid ~ .help-block,
textarea:invalid ~ .help-block {
  color: #f33 ;
}
input:focus:invalid ~ .help-block,
select:focus:invalid ~ .help-block,
textarea:focus:invalid ~ .help-block,
input:focus:invalid ~ .field-hint,
select:focus:invalid ~ .field-hint,
textarea:focus:invalid ~ .field-hint {
  color: #f33 ;
  visibility: visible ;
  line-height: 1.5em;
}
input:readonly,
select:readonly,
textarea:readonly {
  background-color: #cbcbcb;
}
label.required::after {
  color: red;
  content: '*';
}
/* problematic 'cos stage is applied as a class in contacts table */
.lead {
  font-size: inherit;
}
section {
	clear: both;
}
/* This causes a problem with tables when tenant stages include 'active'
not sure if anything requires it
section .active {
	display: inline;
}*/
section h2, h3, h4 {
  padding-bottom: 2px;
}
section h2 {
  border-bottom: solid 1px #ff6c06;
  color: #0e9acd;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
	section:nth-of-type(1) h2 {
    height: 85px;
	}
  section h2 div {
    height: 40px;
  }
}
@media (min-width: 768px) {
  section:nth-of-type(1) h2 {
    height: 45px;
  }
}
section h2 .search {
/*margin-bottom: 10px;*/
  margin-right: 0;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-color: #0e9acd;
}
@media (min-width: 992px) {
  section h2 .search {
    min-width: 15em;
  }
}
section h2 .glyphicon,
section h3 .glyphicon {
  height: 34px;
  margin: -6px 0px 2px 0px;
}
section h3 a.glyphicon {
	margin-top:-10px;
	margin-right: 2px;
}
section h2 .glyphicon-search,
section h2 .kp-icon-search {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 15px;
  font-size: 20px;
  margin-left: 0px;
  position: relative;
  left: -9px;
  top: 0px;
}
section h2 .entity {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-color: #0e9acd;
  padding-right: 0;
  /*margin-bottom: 10px;*/
  margin-right: -1px;
  margin-top: -5px;
  width: 110px;
}
section h2 .file {
  border-radius: 0 !important;
  border-color: #0e9acd;
  /*margin-bottom: 10px;*/
  margin-left: 0;
  margin-right: 0;
  margin-top: -5px;
  width: 110px;
}
section .pasteZone {
  background-color:#efefef;
  border: #666 dashed 3px;
  height:30em;
}
section .pasteZone .target {
  position: relative;
  top: 42%;
  text-align: center;
  padding: 1em;
  border-radius: 5px;
}
section h3 {
  border-bottom: solid 1px #ff6c06;
  padding-left: 20px;
}
.alert-counter {
  border-radius: 1.75em;
  padding: 0.13em 0.25em;
  border-width: 1px;
  border-style: solid;
}
.alert-hidden {
	display:none;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  vertical-align: middle;
}
.table-striped>tbody>tr:nth-of-type(odd).overdue {
	background-color: rgba(255,0,0,0.4);
}
.table-striped>tbody>tr:nth-of-type(even).overdue {
  background-color: rgba(255,0,0,0.3);
}
.table-striped>tbody>tr:nth-of-type(odd).due {
  background-color: rgba(255,100,0,0.4);
}
.table-striped>tbody>tr:nth-of-type(even).due {
  background-color: rgba(255,100,0,0.3);
}
th {
	font-weight: bold;
}
tfoot th {
	font-style: italic;
  font-weight: normal;
  text-align: center;
}
.a-primary-label {
  font-weight:bold;
  text-decoration: underline;
}

.a-primary-data {
}

.a-secondary-label {
  font-weight:bold;
}

.a-secondary-data {
}

.admin,
.super-admin,
.tenant,
.user {
  display: none;
  font-size: 16px;
}
#ajax-loader, .ajax-loader {
  display: inline;
  position: fixed;
  z-index: 1500;
}
#ajax-loader img.ajax-loader {
  position: fixed;
  left: 43%;
  top: 44%;
  z-index: 200;
}
#ajax-loader span {
	font-size: 3.5em;
  left: 39%;
  position: fixed;
  top: 45%;
  z-index: 200;
}
.ajax-loader {
  /*ALTERNATIVE animation: blinker 1s linear infinite;*/
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes blinker {
  50% { opacity: 0; }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  } to {
    transform: rotate(360deg);
  }
}
.beta {
  border: solid 1px #ff6c06;
  color: #ff6c06;
  display:none;
  font-style: italic;
  line-height: 1.1em;
  padding: 0;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 10px;
  width: 40px;
}
.btn {
  min-width: 80px;
  padding: 12px 12px;
}
.btn-default {
  background-image: none;
}
.btn-h2 {
  margin-top: -7px;
}
.chosen-container {
  left: -7px;
}
.col-actions {
	line-height: 2.4em;
  min-width: 105px !important;
}
.tenants.table td.col-actions {
  line-height: 2.4em;
}
.col-scroll {
  max-width: 200px;
  overflow: scroll;
  width: 200px;
}
.col-truncate {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.field-json,
ul.json {
  list-style: none;
  left: -40px;
  max-height: 200px;
  overflow-y: auto;
  position: relative;
}
ul.field-json ul.field-json {
  max-height: 10000px; /* avoid nesting scroll bars */
}
ul.field-json li label,
ul.json li label {
  width: 30%;
}

.field-json .table {
  margin-bottom: 0px;
}
.field-scalar {
  display: inline-block;
  max-height: 100px !important;
  max-width: 850px;
  min-height: 60px;
  overflow: overlay;
}
.date, .time {
  max-width: 170px;
  min-width: 170px;
}
.field-age {
	width:20%
}
.field-author, .field-favorite {
  width:3em;
}
.confidential,
.unfavorite {
	display:none;
}
.field-text {
	width:80%;
}
.form-control {
  border-radius: 0;
}
.form-group {
	clear: both;
  margin-bottom: 0px;
}
input[type="checkbox"].form-control:focus {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
  box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
}
.btn-group-social {
	min-width:95px;
}
.btn-group .glyphicon:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .glyphicon:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: -4px;
}
.glyphicon.disabled,
.glyphicon.disabled:active,
.glyphicon.disabled:hover,
.glyphicon.disabled:visited {
  color: #6f6f71;
  background-color: #b7b7b7;
}
.glyphicon-btn,
.icon-btn {
  border: solid 1px;
}
.glyphicon {
  border-radius: 5px;
  color: #0e9acd;
  display: inline-block;
  font-size: 20px;
  height: 36px;
  min-width: 36px;
  padding: 6px 6px;
  text-align: center;
  top: 0px;
  vertical-align: middle;
  width: 36px;
}
.glyphicon.dropdown {
  width: 44px;
}
.glyphicon-new-window {
  padding: 4px 7px;
}
/* Weird edge case */
#orderSect h3 .glyphicon-new-window {
  padding-top: 5px;
  padding-bottom: 3px;
}
.glyphicon-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.glyphicon-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
a.glyphicon,
a.glyphicon:visited,
h2 a.glyphicon,
h2 a.glyphicon:visited {
  color: #939598;
  text-decoration: none;
}
h2 a.glyphicon-remove {
	padding: 4px 7px;
}
.input-group-addon .glyphicon {
  border: none;
  height: 1rem;
  padding: 0px;
  margin: -12px 0 0 0;
  border-radius: 0px !important;
}
.clickable:focus,
.clickable:hover,
a.glyphicon:focus,
a.glyphicon:hover,
h2 a.glyphicon:focus,
h2 a.glyphicon:hover {
  color: #ff6c06;
  /*color: #646669;*/
}
.sort-asc,
.sort-desc {
  border: none;
  font-size: .7em;
  font-family: 'knowprocess';
}

.help-block {
  clear: both;
  font-size: 0.65em;
  font-style: italic;
  line-height: 1em;
  margin-top: 2px;
  padding-left: 5px;
}
.modal .help-block {
  margin-top: -0.1em;
}
.modal iframe {
  border: 0;
  width: 100%;
}
.help-block-lg {
  line-height: 1.2em;
  font-size: 0.8em;
}
.navbar-brand {
	padding: 0;
  position: relative;
  top: -18px;
}
.navbar-brand img,
.brand-logo {
  max-height: 70px;
  min-height: 55px;
}
.brand-logo {
  max-width: 160px;
}
.navbar-top {
  background-color:white;
  z-index:200;
  position:relative;
	margin-top: 0;
  padding-top: 20px;
}
@media print {
	.container-sticky {
	  display: none;
	}
  .screen {
    display: none;
  }
}
@media screen {
	.container-sticky {
	  padding-left:0;
	  padding-right: 30px;
	  position: fixed;
	  top: 0;
	  z-index: 100;
	}
	.navbar-sticky {
	  background-color: white;
	  margin-top:0;
	  padding-left: 0;
	  position: relative;
	  left: auto;
	  right: auto;
	  z-index:100;
	}
	.navbar-sticky h2 {
	  margin-top:0;
	}
	.navbar-sticky .profile-img img {
      margin-top: -6px;
	}
	.navbar-sticky .profile.pull-right {
	  position: absolute;
	  right: 0%;
	  top: 7px;
	}
    .navbar-sticky .tenant {
      display:none !important;
	}
	.print {
    display: none;
  }
}
.criteria,
.search {
	display:inline;
	position:relative;
	bottom:7px;
	width:25%; /* This is a problem for data explorer, consider .inline-form instead */
}
.search {
	 border-radius:15px;
}
@media (min-width: 480px) {
	.search {
	  width:30%;
	}
}
@media (min-width: 768px) {
  .search {
    width:35%;
  }
}
/* END BOOTSTRAP OVERRIDES */

/* ACTIVE TABLE */

.active-table input:disabled {
  box-shadow: none;
  border: none;
  background-color: inherit;
}
.active-table td.actions {
  min-width: 106px;
}
.active-table td.editing>input {
  padding: 3px;
  margin: 0;
}
.editing[contenteditable='true']:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.editing[contenteditable='true'] {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.editing.glyphicon {
  border-style: inset;
  background-color: rgba(0,82,132,.5);
}

/* END ACTIVE TABLE */

/* TOOLBAR */
@media screen {
	.toolbar {
	  background-color: #eee;
	  color: #ff6c06;
	  position: fixed;
	}
	.toolbar-left {
	  border-bottom-style: none;
	  border-right-style: double;
	  border-top-style: none;
	  bottom: 0;
	  display:none;
	  left: 0px;
	  top: 0;
	  width: 50px;
	  z-index: 300;
	}
	.toolbar-left .page {
		position: relative;
		top: 20px;
	}
	.toolbar-left .powered-by-icon img {
	  position: fixed;
	  bottom: 10px;
	  width: 40px;
	}
	.toolbar li {
	  list-style: none;
	  margin-left: -36px;
	}
	.toolbar li span.glyphicon:hover,
	.toolbar li span.glyphicon:active,
	.toolbar li span.glyphicon.active {
	  color: #fcf8e3;
	  background-color: #ff6c06;
	}
	.toolbar li span:not(.active) {
	  border: 0px;
	}
	.toolbar-left li span:not(.active):not(:active):not(:hover) {
	  border-bottom: solid 1px #ff6c06;
	  border-bottom-right-radius: 0;
	  border-bottom-left-radius: 0;
	}
	.toolbar li:last-child span {
	  border-bottom: 0;
	}

	.toolbar-top {
	  border-bottom-right-radius: 5px;
	  border-bottom-left-radius: 5px;
	  border-bottom-style: double;
	  border-right-style: double;
	  border-left-style: double;
	  left: 20%;
	  top: 0%;
	  width: 750px;
	  padding-left: 20px;
	  right: 20%;
	}

	.toolbar-top ul>li {
	  float: left;
	  position: relative;
	  display: block;
	}
	.toolbar-top ul>li>a {
		border-radius: 4px;
	  position: relative;
	  display: block;
	  padding: 5px 7px;
	}
	.toolbar-top ul>li+li {
	  margin-left: 2px;
	}
	.toolbar-top .glyphicon {
		padding: 10px;
	}

  .menu-burger {
 	  left: 1px;
 	  position: fixed;
 	  top: 1px;
 	  z-index: 300;
  }
}
/* END TOOLBAR */

/* SUPPORT BAR */
@media screen {
	.support-bar {
		background-color: #ff6c06;
	  border-bottom-left-radius: 1em;
		border-top-left-radius: 1em;
	  height: 3.5em;
		position: fixed;
	  right: 0;
	  top: 49%;
		width: 3.5em;
	}
	.support-bar .glyphicon {
	  border:none;
	  color: #59C4ED; /* pale blue */ /* b7b7b7 grey*/
	  font-size: 2.5em;
	  padding-top: .1em;
	}
}
/* END SUPPORT BAR */

.clickable:active,
.clickable:focus,
.clickable:hover {
	cursor: pointer;
}
.currentBody {
	margin-top: 10px;
}
.filter.dropdown-menu li:nth-child(1) {
  margin-top: 10px;
}
.dropdown.dropdown-menu li {
	height: 25px;
	padding-left: 10px;
  text-transform: none;
}
.dropdown.dropdown-menu li.selected::after {
  content: "\e013";
  font-family: 'knowprocess';
  float: right;
  margin-right: 10px;
}
.dropdown.dropdown-menu li.divider {
  background-color: #ff6c06;
	height: 1px;
  margin: 0 10px 10px 10px;
}
#customActionBtn {
	top: 1px;
}
#customActionMenu.dropdown {
	left: -100px;
}
.create-form {
  height: 2.2em;
}
#filterMenu.dropdown {
  width: 200px;
}
.form {
	display: block;
	list-style: none;
  /*padding-top: 20px;
  margin-bottom: -30px;*/
}
.form,
#loginForm,
#messages {
  line-height: 2.5em;
}
.form .ui-widget {
  font-size: 1em;
}
form#upload {
	min-width: 263px;
}
.form label, .form input {
  display:inline-block;
  /*top: -25px*/
}
.form-inline label,
.form label {
  line-height: 2.5em;
  margin-right: 5px;
  padding: 0 0 0 0;
  text-align: right;
}
.form .col-md-6 label {
  margin-bottom: 0px;
}
.form label.textarea {
  vertical-align: top;
  line-height: 1.2em;
}
.form label.checkbox,
.form label.radio {
	width:10%;
}
.form input,
.form select,
.form textarea {
	width: 60%;
}
@media (min-width: 992px) {
	.form .col-md-12 textarea {
	  width: 80%;
	}
}
.form input[type='checkbox'],
.form input[type='radio'] {
  position:relative;
  margin-left: 10px;
  width: 20px;
}
.form input.year {
	width:80px;
}
h2.form.create-form {
	color:white;
	padding-bottom: 8px;
}
.form input.create-field {
  border-width: 1px;
  margin: 5px;
}
.form input#curTitle {
	border-radius: 0;
  line-height: normal;
  width: 70px;
}
.form input#curFirstName,
.form input#curLastName {
  line-height: normal;
	width: 40%;
}
.form input.edit-field {
  border-width: 1px;
}
.form .bootstrap-tagsinput {
  border-radius: 0;
  width: 60%;
}
.form ul {
	padding-left: 0px;
}
h4 a.glyphicon-remove {
  position: relative;
  top: -12px;
}
.powered-by {
  display:none;
  float: left;
  left: -1px;
  opacity: 0.5;
  position: absolute;
  top: 290px;
  transform: rotate(-90deg);
  transform-origin: left top 0;
}
.powered-by h1 {
  margin:0px;
}
.powered-by-text {
	color:#6f6f71;
	font-size:14px;
	font-style:italic;
}
.profile {
	font-style: italic;
	position: relative;
	z-index: 250;
}

.profile .tenant {
	display:inline;
}
.profile select.tenant {
    border-color: #6f6f71;
    color: #6f6f71;
    height: 34px;
    border-radius: 5px;
    top: -3px;
    position: relative;
}
.profile-img img {
  border: 1px solid #6f6f71;
  margin-top: 1px;
}
.wizard {
	clear: both;
	margin-top: 50px;
}
.wizard-step li a {
	border-radius: 40px;
  border: #59C4ED solid 1px;
  padding: 5px 15px;
  margin-right: 50px;
}
@media only screen {
	#connectivityMessages {
	  position: fixed;
	  top: 5px;
	  margin-left: 35%;
	  margin-right: 35%;
	  text-align: center;
	  width: 30%;
	  z-index: 500;
	}
	#messages,
	.messages {
		line-height: 2em;
		padding: 0 10px 0 10px;
	}
	#messages {
	  position: fixed;
	  top: 45px;
	  margin-left: 25%;
	  margin-right: 25%;
	  width: 50%;
	  z-index: 500;
	}
	#messages.text-danger {
	  font-style: italic;
	}
}
/* MODALS */

.modal-dialog {
	width: 80%;
	height: 80%;
}

.modal-dialog .helpContent {
  border: solid 1px;
  width: 100%;
}

.modal-header h4 {
	border-bottom: none;
}

/* SVG DIAGRAMS */

div.bpmnDiagram {
  border: 1px solid #ccc;
  overflow: auto;
  resize: both;
}

path.association,
path.flow,
rect.dataStoreReference {
  fill: transparent;
}

rect.lane:nth-of-type(even) {
  fill: #fff;
}
rect.lane:nth-of-type(odd) {
	fill: #f9f9f9;
}
rect.participant {
  fill: #b7b7b7;
}

text {
  font-weight: 400;
  stroke-width: 0px;
}
text.endEvent,
text.intermediateCatchEvent,
text.intermediateThrowEvent,
text.startEvent {
  fill: #666;
  stroke-width: 0px;
}

text.callActivity,
text.businessRuleTask,
text.manualTask,
text.receiveTask,
text.scriptTask,
text.sendTask,
text.serviceTask,
text.task,
text.userTask {
  fill: #fff;
  stroke-width: 0px;
}
text.textAnnotation {
	fill: #666;
  font-size: 75%;
  stroke-width: 0px;
}

#funnel text {
	fill: #ff6c06 !important;
}
#propertySectMin {
  background-color: #fcf8e3;
  border: #ff6c06 double 3px;
  bottom: 0;
  display: none;
  position: fixed;
  right:5%;
}
#propertySectMin .glyphicon {
	border:none;
}

#propertySect {
	background-color: #fcf8e3;
	border: #ff6c06 double 3px;
  display:'inline';
  padding: 20px;
  position: fixed;
  z-index:'100';
  bottom: 0;
  left: auto;
  right: auto;
  height: 150px;
  width: 90%;
}
#propertySect .close {
  top: -20px;
  right: -20px;
  border: none;
}

.selected {
  stroke: #ff6c06;
  stroke-width: 3px;
}

/* END SVG DIAGRAMS */

/* COMPANIES HOUSE */

#fhTable th:nth-child(1) {
  width: 100px;
}
#fhTable th:nth-child(4) {
  width: 150px;
}

/* ICONS */

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'knowprocess';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="kp-icon-"] {
*/
.kp-icon-linkedin:before, .kp-icon-sitemap:before, .kp-icon-comments-alt:before, .kp-icon-rss:before, .kp-icon-twitter-sign:before, .kp-icon-cloud:before, .kp-icon-road:before, .kp-icon-twitter:before, .kp-icon-road-2:before, .kp-icon-linkedin-sign:before, .kp-icon-linkedin-2:before, .kp-icon-feed:before, .kp-icon-feed-2:before, .kp-icon-inbox:before, .kp-icon-drawer:before, .kp-icon-user:before, .kp-icon-user-2:before, .kp-icon-profile:before, .kp-icon-cog:before, .kp-icon-cogs:before, .kp-icon-cog-2:before, .kp-icon-cog-3:before, .kp-icon-cogs-2:before, .kp-icon-upload:before, .kp-icon-upload-alt:before, .kp-icon-upload-2:before, .kp-icon-cloud-upload:before, .kp-icon-download-alt:before, .kp-icon-download:before, .kp-icon-cloud-download:before, .kp-icon-download-2:before, .kp-icon-cloud-download-2:before, .kp-icon-plus-sign:before, .kp-icon-minus-sign:before, .kp-icon-remove-sign:before, .kp-icon-ok-sign:before, .kp-icon-question-sign:before, .kp-icon-info-sign:before, .kp-icon-exclamation-sign:before, .kp-icon-warning-sign:before, .kp-icon-signout:before, .kp-icon-signin:before, .kp-icon-enter:before, .kp-icon-exit:before, .kp-icon-warning:before, .kp-icon-signup:before, .kp-icon-search:before, .kp-icon-search-2:before, .kp-icon-facebook-sign:before, .kp-icon-facebook:before, .kp-icon-facebook-2:before, .kp-icon-facebook-3:before, .kp-icon-happy:before, .kp-icon-happy-2:before, .kp-icon-smiley:before, .kp-icon-smiley-2:before, .kp-icon-tongue:before, .kp-icon-tongue-2:before, .kp-icon-sad:before, .kp-icon-sad-2:before, .kp-icon-wink:before, .kp-icon-wink-2:before, .kp-icon-grin:before, .kp-icon-grin-2:before, .kp-icon-cool:before, .kp-icon-cool-2:before, .kp-icon-angry:before, .kp-icon-angry-2:before, .kp-icon-evil:before, .kp-icon-evil-2:before, .kp-icon-shocked:before, .kp-icon-shocked-2:before, .kp-icon-confused:before, .kp-icon-confused-2:before, .kp-icon-neutral:before, .kp-icon-neutral-2:before, .kp-icon-wondering:before, .kp-icon-wondering-2:before, .kp-icon-spinner:before, .kp-icon-home:before, .kp-icon-home-2:before, .kp-icon-home-3:before, .kp-icon-tag:before, .kp-icon-tags:before, .kp-icon-list:before, .kp-icon-list-ul:before, .kp-icon-menu:before, .kp-icon-th-list:before, .kp-icon-wordpress:before, .kp-icon-wordpress-2:before, .kp-icon-google-plus-sign:before, .kp-icon-google-plus:before, .kp-icon-google:before, .kp-icon-google-plus-2:before, .kp-icon-google-plus-3:before, .kp-icon-google-drive:before, .kp-icon-github-sign:before, .kp-icon-github-alt:before, .kp-icon-github:before, .kp-icon-github-2:before, .kp-icon-github-3:before, .kp-icon-github-4:before, .kp-icon-github-5:before, .kp-icon-github-6:before, .kp-icon-expand:before, .kp-icon-fullscreen:before, .kp-icon-contract:before, .kp-icon-thumbs-up:before, .kp-icon-thumbs-down:before, .kp-icon-bookmark-empty:before, .kp-icon-check-empty:before, .kp-icon-table:before, .kp-icon-star:before, .kp-icon-star-2:before, .kp-icon-star-3:before, .kp-icon-thumbs-up-2:before, .kp-icon-thumbs-up-3:before, .kp-icon-share:before, .kp-icon-twitter-2:before, .kp-icon-group:before, .kp-icon-bell:before, .kp-icon-off:before, .kp-icon-radio-checked:before, .kp-icon-radio-unchecked:before, .kp-icon-filter:before, .kp-icon-filter-2:before, .kp-icon-check:before, .kp-icon-stats:before, .kp-icon-bar-chart:before, .kp-icon-pie {
  font-family: 'knowprocess';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.kp-icon-linkedin:before {
  content: "\f0e1";
}
.kp-icon-sitemap:before {
  content: "\f0e8";
}
.kp-icon-comments-alt:before {
  content: "\f0e6";
}
.kp-icon-rss:before {
  content: "\f09e";
}
.kp-icon-twitter-sign:before {
  content: "\f081";
}
.kp-icon-cloud:before {
  content: "\f0c2";
}
.kp-icon-road:before {
  content: "\f018";
}
.kp-icon-twitter:before {
  content: "\e000";
}
.kp-icon-road-2:before {
  content: "\e001";
}
.kp-icon-linkedin-sign:before {
  content: "\f08c";
}
.kp-icon-linkedin-2:before {
  content: "\e002";
}
.kp-icon-feed:before {
  content: "\e003";
}
.kp-icon-feed-2:before {
  content: "\e004";
}
.kp-icon-inbox:before {
  content: "\f01c";
}
.kp-icon-drawer:before {
  content: "\e005";
}
.kp-icon-user:before {
  content: "\f007";
}
.kp-icon-user-2:before {
  content: "\e006";
}
.kp-icon-profile:before {
  content: "\e007";
}
.kp-icon-cog:before {
  content: "\f013";
}
.kp-icon-cogs:before {
  content: "\f085";
}
.kp-icon-cog-2:before {
  content: "\e008";
}
.kp-icon-cog-3:before {
  content: "\e009";
}
.kp-icon-cogs-2:before {
  content: "\e00a";
}
.kp-icon-upload:before {
  content: "\f01b";
}
.kp-icon-upload-alt:before {
  content: "\f093";
}
.kp-icon-upload-2:before {
  content: "\e00b";
}
.kp-icon-cloud-upload:before {
  content: "\f0ee";
}
.kp-icon-download-alt:before {
  content: "\f019";
}
.kp-icon-download:before {
  content: "\f01a";
}
.kp-icon-cloud-download:before {
  content: "\f0ed";
}
.kp-icon-download-2:before {
  content: "\e00c";
}
.kp-icon-cloud-download-2:before {
  content: "\e00d";
}
.kp-icon-plus-sign:before {
  content: "\f055";
}
.kp-icon-minus-sign:before {
  content: "\f056";
}
.kp-icon-remove-sign:before {
  content: "\f057";
}
.kp-icon-ok-sign:before {
  content: "\f058";
}
.kp-icon-question-sign:before {
  content: "\f059";
}
.kp-icon-info-sign:before {
  content: "\f05a";
}
.kp-icon-exclamation-sign:before {
  content: "\f06a";
}
.kp-icon-warning-sign:before {
  content: "\f071";
}
.kp-icon-signout:before {
  content: "\f08b";
}
.kp-icon-signin:before {
  content: "\f090";
}
.kp-icon-enter:before {
  content: "\e00e";
}
.kp-icon-exit:before {
  content: "\e00f";
}
.kp-icon-warning:before {
  content: "\e010";
}
.kp-icon-signup:before {
  content: "\e011";
}
.kp-icon-search:before {
  content: "\f002";
}
.kp-icon-search-2:before {
  content: "\e012";
}
.kp-icon-facebook-sign:before {
  content: "\f082";
}
.kp-icon-facebook:before {
  content: "\f09a";
}
.kp-icon-facebook-2:before {
  content: "\e013";
}
.kp-icon-facebook-3:before {
  content: "\e014";
}
.kp-icon-happy:before {
  content: "\e015";
}
.kp-icon-happy-2:before {
  content: "\e016";
}
.kp-icon-smiley:before {
  content: "\e017";
}
.kp-icon-smiley-2:before {
  content: "\e018";
}
.kp-icon-tongue:before {
  content: "\e019";
}
.kp-icon-tongue-2:before {
  content: "\e01a";
}
.kp-icon-sad:before {
  content: "\e01b";
}
.kp-icon-sad-2:before {
  content: "\e01c";
}
.kp-icon-wink:before {
  content: "\e01d";
}
.kp-icon-wink-2:before {
  content: "\e01e";
}
.kp-icon-grin:before {
  content: "\e01f";
}
.kp-icon-grin-2:before {
  content: "\e020";
}
.kp-icon-cool:before {
  content: "\e021";
}
.kp-icon-cool-2:before {
  content: "\e022";
}
.kp-icon-angry:before {
  content: "\e023";
}
.kp-icon-angry-2:before {
  content: "\e024";
}
.kp-icon-evil:before {
  content: "\e025";
}
.kp-icon-evil-2:before {
  content: "\e026";
}
.kp-icon-shocked:before {
  content: "\e027";
}
.kp-icon-shocked-2:before {
  content: "\e028";
}
.kp-icon-confused:before {
  content: "\e029";
}
.kp-icon-confused-2:before {
  content: "\e02a";
}
.kp-icon-neutral:before {
  content: "\e02b";
}
.kp-icon-neutral-2:before {
  content: "\e02c";
}
.kp-icon-wondering:before {
  content: "\e02d";
}
.kp-icon-wondering-2:before {
  content: "\e02e";
}
.kp-icon-spinner:before {
  content: "\f110";
}
.kp-icon-home:before {
  content: "\f015";
}
.kp-icon-home-2:before {
  content: "\e02f";
}
.kp-icon-home-3:before {
  content: "\e030";
}
.kp-icon-tag:before {
  content: "\f02b";
}
.kp-icon-tags:before {
  content: "\f02c";
}
.kp-icon-list:before {
  content: "\f03a";
}
.kp-icon-list-ul:before {
  content: "\f0ca";
}
.kp-icon-menu:before {
  content: "\e031";
}
.kp-icon-th-list:before {
  content: "\f00b";
}
.kp-icon-wordpress:before {
  content: "\e032";
}
.kp-icon-wordpress-2:before {
  content: "\e033";
}
.kp-icon-google-plus-sign:before {
  content: "\f0d4";
}
.kp-icon-google-plus:before {
  content: "\f0d5";
}
.kp-icon-google:before {
  content: "\e034";
}
.kp-icon-google-plus-2:before {
  content: "\e035";
}
.kp-icon-google-plus-3:before {
  content: "\e036";
}
.kp-icon-google-drive:before {
  content: "\e037";
}
.kp-icon-github-sign:before {
  content: "\f092";
}
.kp-icon-github-alt:before {
  content: "\f113";
}
.kp-icon-github:before {
  content: "\e038";
}
.kp-icon-github-2:before {
  content: "\e039";
}
.kp-icon-github-3:before {
  content: "\e03a";
}
.kp-icon-github-4:before {
  content: "\e03b";
}
.kp-icon-github-5:before {
  content: "\e03c";
}
.kp-icon-github-6:before {
  content: "\f09b";
}
.kp-icon-expand:before {
  content: "\e03d";
}
.kp-icon-fullscreen:before {
  content: "\f0b2";
}
.kp-icon-contract:before {
  content: "\e03e";
}
.kp-icon-thumbs-up:before {
  content: "\f087";
}
.kp-icon-thumbs-down:before {
  content: "\f088";
}
.kp-icon-bookmark-empty:before {
  content: "\f097";
}
.kp-icon-check-empty:before {
  content: "\f096";
}
.kp-icon-table:before {
  content: "\f0ce";
}
.kp-icon-star:before {
  content: "\e03f";
}
.kp-icon-star-2:before {
  content: "\e040";
}
.kp-icon-star-3:before {
  content: "\e041";
}
.kp-icon-thumbs-up-2:before {
  content: "\e042";
}
.kp-icon-thumbs-up-3:before {
  content: "\e043";
}
.kp-icon-share:before {
  content: "\e044";
}
.kp-icon-twitter-2:before {
  content: "\f099";
}
.kp-icon-group:before {
  content: "\f0c0";
}
.kp-icon-bell:before {
  content: "\f0a2";
}
.kp-icon-off:before {
  content: "\f011";
}
.kp-icon-radio-checked:before {
  content: "\e045";
}
.kp-icon-radio-unchecked:before {
  content: "\e046";
}
.kp-icon-filter:before {
  content: "\e047";
}
.kp-icon-filter-2:before {
  content: "\e048";
}
.kp-icon-check:before {
  content: "\f046";
}
.kp-icon-stats:before {
  content: "\e049";
}
.kp-icon-bar-chart:before {
  content: "\f080";
}
.kp-icon-pie:before {
  content: "\e04a";
}

/* END ICONS */

/* ANALYTICS */

#funnelResultSect {
	font-size: 1.2em;
}
#funnelResultLegend2 {
  position:relative;
  left:30px;
}
.funnel-legend {
	position: absolute;
	left: 100px;
}
.funnel-legend#stage1 {
  top: 190px;
}
.funnel-legend#stage2 {
  top: 310px;
}
.funnel-legend#stage3 {
  top: 430px;
}
.funnel-legend#stage4 {
  top: 550px;
}
.funnel-legend#stage5 {
  top: 670px;
}
/* END ANALYTICS */

/* CKEDITOR OVERRIDES */

.cke_top,
.cke_bottom {
  background-color: #ccc !important;
  background-image: none !important;
}

/* PRINT */
@media print {
  .beta,
  .toolbar,
  .profile {
    display:none;
  }
}

