.logo-cake {font-family: 'Montserrat', sans-serif; font-size:32px; color:#0A355F; float: left; margin-right:32px; margin-top:3px; text-shadow: 1px 1px 1px #CCC; -webkit-font-smoothing: antialiased !important; font-weight: 500;}
.header {
  margin-top: 6rem;
  text-align: center; }
.value-prop {
  margin-top: 1rem; }
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600;
	color:#656c7a;}
.docs-subheader {
  text-transform: capitalize;
  font-size: 1.1rem;
  letter-spacing: .2rem;
	color:#002b45;
  font-weight: 700; }
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;}
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0; }
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; }
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word }
.example {
  position: relative; 
  margin-top: 4rem; }
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px; }
.example-screenshot {
  width: 100%;
  height: auto; }
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }

.navbar {display:none;}

ul.navbar-list.navbar-nav {
  margin-top: 1.8rem;
}

.navbar-item .dropdown-menu {
    position: absolute;
    top: 187%;
    padding: 5px 0;
    margin: 29px 0 0;
    background-color: #fcfcfc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    border-top: none;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #0FA0CE;
  text-decoration: underline;
  background: none;
}

.qr-code {
  padding: 1rem;
  margin-bottom: 2rem;
}


/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 18rem; }
  .value-props {
    margin-top: 9rem;
    margin-bottom: 7rem; }
  .value-img {
    margin-bottom: 1rem; }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .docs-section {
    padding: 6rem 0; }
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px; }
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none; }
}

/* Larger than tablet */
@media (min-width: 750px) {
	/* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background:#fcfcfc;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #0FA0CE; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }

  /* Popover */
  .popover.open {
    display: block;
  }
  .popover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    top: 92%;
    left: -50%;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
       -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
            filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); }
  .popover-item:first-child .popover-link:after, 
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .popover-item:first-child .popover-link:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .popover-item:first-child .popover-link:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 11px;
    margin-left: -11px; }
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .popover-item {
    padding: 0;
    margin: 0; }
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem; }
  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0; }
  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0; }
  .popover-link:hover {
    color: #fff;
    background: #33C3F0; }
  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #33C3F0; }
}

/* nav-tabs */

.nav-tabs {display:inline-block; list-style: none; border-bottom:1px solid #F3F3F3; margin: 20px 0; width: 100%;}
.nav-tabs li {float:left; display:block; margin-right:20px; border:none; margin-bottom:.7rem;}
.nav-tabs li:hover { border:none;}
.nav-tabs li a {color:#333; padding: 10px; text-decoration: none; margin: 0;  }
.nav-tabs li a:hover {color:#1EAEDB; text-decoration: none; border-color:#FFF; border-bottom-color: #F3F3F3;}
.nav-tabs li a:focus {outline: none;}
.nav-tabs li a.active:hover,
.nav-tabs li.ui-tabs-active a { border-bottom:1px solid #000; margin-bottom:-1px; transition: border-bottom 2s;  font-weight: 700; }

.div-wrapper {
    -webkit-animation: fadein 1s linear forwards;
    animation: fadein 1s linear forwards;
}
@keyframes fadein {
  0% { opacity: 0 }
  50% { opacity: 1 }
}


/* statuses */
.status-active {color:green;}
.status-active:before {
		content:"\25C9";
		color:forestgreen;
		padding-right:5px;
		font-size:13px;
}
.status-inactive {color:darkred;}
.status-inactive:before {
		content:"\25C9";
		color:darkred;
		padding-right:5px;
		font-size:13px;
}
.status-pending {color:darkorange;}
.status-pending:before {
		content:"\25C9";
		color:orange;
		padding-right:5px;
		font-size:13px;
}

.status-toggle {
  cursor: pointer;
}

/* header element */
	.page_header_line { background: -webkit-linear-gradient(left,#5e89c6 0,#5e89c6 20%,#3863a0 20%,#3863a0 40%,#5e89c6 40%,#5e89c6 60%,#3863a0 64%,#3863a0 80%,#5e89c6 80%,#5e89c6 100%); background: linear-gradient(to right,#5e89c6 0,#5e89c6 20%,#3863a0 20%,#3863a0 40%,#5e89c6 40%,#5e89c6 60%,#3863a0 64%,#3863a0 80%,#5e89c6 80%,#5e89c6 100%); height:2px;}

	.section {display:block; width:100%;}
	.section.lightgrey {background:#FCFCFC;}

a.leftPoint {line-height: 4.2rem; color: #444; font-size: 3.4rem; margin-right: 1.5rem; float: left; text-decoration: none; font-weight:400; font-family: 'Open Sans', sans-serif;}
a.leftPoint:hover {color:#999;}
h3.main-header {font-weight: 400;}
h3.main-header span.sub-heading {color:#ddd; padding-left:5px;}
	.div-wrapper {border:1px solid #EEE; padding:10px; margin:0 0 5% 0;}
		.div-wrapper table {font-size:11px;}
}

/* boostrap modal */
	.modal-dialog { font-family:inherit;}
	.modal-content {-webkit-box-shadow: none; box-shadow: none; border-width: 2px; border-radius: 2px;}
.modal-content h5 {font-size:1.5rem; font-weight:700; color:#337ab7; padding:10px 0; margin-top:5px; border-bottom:1px solid #F3F3F3; text-transform: capitalize;}
	.modal-header {height: 75px; padding: 25px 30px 25px 40px; border-bottom: none; background: #E7604A; color:#FFF;}
	.modal-header .modal-title { font-size: 18px;}
.modal-header .close {color:#fff; margin-top:-6px; opacity:.75;}
	.modal-body { padding: 40px 40px 0; font-size: 13px;}
	.modal-footer { padding: 10px 40px; margin-top: 0; border-top: none;}
		.modal-footer div {border-top:1px solid #D5D6DA; padding-top:20px;}

/* cart items */
.cart-item {border-bottom:3px dashed #F3F3F3; padding:10px 0;}
.cart-item:nth-child(odd) {background-color:#fcfcfc;}
.cart-item:first-child {padding-top:0 !important;}
.cart-item textarea:disabled {background-color:#fcfcfc;}
.cart-item textarea {height:116px;}

/* buttons */
.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {background-color:#0074d9; border-color:#0074d9; border-radius:0; color:#fff; border-color:#E7604A;background-color:#E7604A;}
.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {background-color:#0074d9; border-color:#E7B7AF; border-radius:0; text-decoration: none;color:#fff;background-color:#E7604A;}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {border-radius:0;}
.button.button-serious {border: 1px solid #c51818; color: #c51818;}
.button.button-serious:hover {background: #c51818; color: #ffc5c5;}
/* bootstrap overwrite */
.row {margin-right:0; margin-left: 0;}

/* typology */
.docs-subheader {color: #0FA0CE; border-bottom: 1px solid #d3d3d3; display: inline-block; padding-bottom: 4px;}

/* loading modal */
.loadingModal { display: none; position:fixed; z-index:1060; top:0; left:0; height:100%; width:100%; background:rgba( 255, 255, 255, .8 ) url('../images/loading.gif') 50% 50% no-repeat; align-items: center; justify-content: center;}
.loadingModal .progress-details { margin-top: 250px; }
.loadingModal .progress-details p { margin-bottom: 3px; text-align: center; }
body.loading { overflow: hidden;}
body.loading .loadingModal { display: flex;}

/* action response notes */
.info-note { border-radius: 3px; margin:10px 0; padding:10px 18px; font-size:12px; width:100%; border:1px solid #CCC; color:#333; padding-left:37px !important; background-position:11px center; background-repeat:no-repeat; display: inline-block;}
.info-note.success { background-color:#EEFCEF; border-color:#30b661; color:#31313F; background-image:url(../images/icons/icon-note-sml-tick.png);}
.info-note.error { background-color:#FFE3DF; border-color:#e2a8a8; color: #CD0444; background-image:url(../images/icons/icon-note-sml-warning-red.png);}
.info-note.warning { background-color:#FEF7E7; border-color:#FFC926; color: #333; background-image:url(../images/icons/icon-note-sml-warning-yellow.png);}

.close-note { float: right; border: none; color: #666!important; height: auto; line-height: normal;}
.close-note {	width:11px; height:11px; background-image:url(../images/icons/icon-x-small-inactive.png); background-repeat:no-repeat; margin-top:.2rem; cursor:pointer;}

/* layout elements */
.indent {margin-left:15px;}
.indent input[type="radio"] {margin:5px; }
.indent label {display:inline-block; margin-bottom:10px;}

/* fade in out text */
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.animate-fadein {   
    background-color: gold;
   transition: background-color 2s;
}
.animate-fadeout {   
    background-color: white;
   transition: background-color 2s;
}

/* tile shortcut */

.tile-shortcut {
	text-align: left;
	background: #ffffff;
	width: 32%;
	margin-left:2%;
	float:left;
}
.tile-shortcut:first-child {margin-left:0;}
.tile-shortcut .desc {color:#484848; font-size:12px;}

.tile-header,
.tile-body,
.tile-footer {border:1px solid #e0e0e0; padding:15px; margin:0; overflow:hidden;}

.tile-header { border-bottom:none; border-radius:6px 6px 0 0; padding-bottom:0;}
.tile-header .docs-header {color:#fff;}
.tile-body {border-top:none; border-bottom:none; padding:15px 25px 15px 15px; min-height:240px;}
.tile-footer { border-top:none; border-radius:0 0 6px 6px; padding-top:0; text-align: right;}

.tile-header.pipedrive {background-color:#3D4145; border-color:#3D4145;}
.tile-header.altora {background-color:#0F4371; border-color:#0F4371;}
.tile-header.xero {background-color:#13B5EA; border-color:#13B5EA;}
.tile-header.mailchimp {background-color:#2c9ab7; border-color:#2c9ab7;}

h5.accountCspec strong {color:#2c9ab7;}
.baselineCspec {border-bottom:1px dotted #2c9ab7; font-weight: bold;}

/* form elements */
.plaintext {font-size:12px; font-weight: normal; color:#222; top:-2px; position: relative;}


/* statuses */
span.status { font-family: 'Open Sans', sans-serif; font-size:10px; line-height:17px; height:17px; color:#fff; margin-right:8px; display:inline-block; background-color:#CCC; padding:0px 8px; border-radius:2px; text-transform: uppercase; top:3px; position: relative; overflow: hidden; font-weight: 300;}
span.status.active { background-color:#2fb66a;}
span.status.inactive { background-color:#e25043;}
span.status.pending { background-color:#c75050;}
span.status.active::before,
span.status.inactive::before { color:#fff; margin-right:3px; font-size:10px;}
span.status.active::before {content:"\2714";}
/*span.status.inactive::before {content:"\2716";}*/

span.status-circle.active {display:inline-block; border-radius: 50%; width:8px; height:8px; background-color:#2fb66a; margin-right:8px; }
span.status-circle.inactive {display:inline-block; border-radius: 50%; width:8px; height:8px; background-color:#e25043; margin-right:8px; }
span.status-circle.pending {font-family: 'Open Sans', sans-serif; font-size:10px; line-height:17px; height:17px; color:#fff; margin-right:8px; display:inline-block; background-color:#CCC; padding:0px 8px; border-radius:2px; text-transform: uppercase; top:3px; position: relative; overflow: hidden; font-weight: 300; background-color:#c75050;}


/* picon styles */
.picon {    
    width: 24px;
    height: 24px;
    font-size: 16px;
    margin-left:8px;
  }
.picon {color:#666;}
.picon:hover {color:#999; text-decoration: none;}
.picon:before {
    font-family: FontAwesome;
    text-align: center;
    position: relative;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    content: '\00a0';
}
.picon-pencil:before {content: '\f040';}
.picon-trash:before {content: '\f1f8';}
.picon-external-link:before {content: '\f08e';}

/* sign in screen */
.signin .container {width:460px; margin:0 auto;}
.signin .container .logo-cake {margin:15px auto; text-align:center; width:100%;}
.signin .form-signin { margin:130px auto 0; padding: 30px 10% 50px; }
.signin .btn-block {font-size:13px; margin:20px auto;}
.signin form a {text-align: center; margin: 0px auto; width: 100%; display: inline-block;}
.signin form > p { text-align: center; }
.signin form .lead-in { font-size: 1.6rem; margin-bottom: 1.5rem; }
.signin form .sub-lead-in { font-size: 1.2rem; }
form .valid {background-color: #effdef;}
form .invalid {background-color: #f9e5e4;}

.side-bar p { margin: 0; }
.side-bar .sub-heading { margin: 1.5rem 0 0.5rem 0; }

a.disabled,
a.disabled:hover { color: #e0e0e0; cursor: not-allowed; text-decoration: none; }
select:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  /*text-overflow: '';*/
}
input:disabled,
select:disabled,
textarea:disabled {
  background-color: #f5f5f5;
}

textarea {
  width: 100%;
}

input[type="text"].loading {
  background-image: url("../images/loading-basic.gif");
  background-size: 25px 25px;
  background-position:right 6px center;
  background-repeat: no-repeat;
}

input[type="text"].error,
input[type="email"].error,
input[type="number"].error { background-color:#FFE3DF; border-color:#e2a8a8; color: #CD0444; }

.loading-contacts { 
  display: none; 
  position:fixed; 
  z-index:1060; 
  top:0; 
  left:0; 
  height:100%; 
  width:100%; 
  background:rgba( 255, 255, 255, .8 ) url('../images/loading.gif') 50% 50% no-repeat;
}

button[disabled] {
  opacity: 0.3;
}

.filter-hide {
  display: none;
}

.radio-inline input {
  margin-bottom: 0;
}

.subscription-details p {
  margin-bottom: 1rem;
}

.subscription-details span {
  font-weight: bold;
}

.invoice-passed {
  color: red;
}

/* --- wizard styles ---- */
.wizard-steps {
  display: flex;
}
.step {
  padding: 1rem;
  background: #f1f1f1;
  flex: 1;
  text-align: center;
  font-size: 1.2rem;
  margin: 1rem;
  color: #9c9c9c;
}
.step.active {
  background: #beeeee;
  color: #244444;
}
.step.completed {
  background: #c5ffcc;
  color: #244444;
  cursor: pointer;
}
.step > span {
  display: block;
  font-size: 4rem;
}
#delay-date,
.flatpickr.input {
  width: 80%;
  display: inline-block;
}
.clear {
  padding: 0 10px;
  color: rgb(225, 0, 0);
}
.price {
  display: inline-block;
}

.message {
  background-color: #eef6f9;
  border-radius: 3px; 
  margin: 19px 0; 
  padding:10px 18px; 
  font-size:12px; 
  border:1px solid #CCC; 
  color:#333; 
}

.message.error {     
  background-color: #FFE3DF;
  border-color: #e2a8a8;
  color: #CD0444;
  background-image: url(../images/icons/icon-note-sml-warning-red.png);
  background-repeat: no-repeat;
  background-position: 11px;
  padding-left: 40px;
}

.wizard-content .field-info {
  margin-bottom: 1rem;
}

.legacy-note,
.inline-note,
.remove-note {
  background: #FEF7E7;
  padding: 0.5rem 1rem;
  font-size: 10px;
  text-transform: uppercase;
  color: #a6925d;
  border: #FFC926 1px solid;
  margin: 0 1rem;
  display: inline-block;
}

.price-value {
  display: inline-block;
  width: 60px;
}

#search-results th {
  text-transform: capitalize;
}


/* support cspecs list */
#accounts > div {
  padding: 0.8rem;
  border-bottom: 1px solid #E1E1E1;
}


/* Styles for manage-system and manage-platform */
.info-note:hover {
  cursor: pointer;
}
.administrator {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.details {
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
}
.tag {
  align-self: start;
  margin-bottom: 0.5rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  color: #fff;
  margin-right: 8px;
  display: inline-block;
  background-color: #808080;
  padding: 2px 8px;
  border-radius: 2px;
  text-transform: uppercase;
  position: relative;
}
.active {
  background-color: #337ab7;
}
.inactive {
  border: 1px solid #337ab7;
  color: #337ab7;
  background: #fff;
}
.expired {
  background-color: #d9534f;
}
.highlight {
  color: #d9534f;
}
.name {
  font-size: 1.7rem;
  line-height: 1.7rem;
}
.btn.admin-action {
  text-transform: lowercase;
  font-size: 1.2rem;
}
.form-inline label {
  display: inline-block;
}
.row .col-md-6 {
  padding-left: 0;
}

.breadcrumb {
  padding: 0px;
  background-color: transparent;
}
.breadcrumb>.active {
  background-color: transparent;
}