@charset "UTF-8";
/*------------------------------------------------------ */
/* main.css - Main CSS that imports all the other parts */
/*------------------------------------------------------ */
/*----------------- */
/* GENERAL IMPORTS */
/*----------------- */
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
/* Tags showing what is selected for save */
/* Currently used for countries; activities; social app permissions */
/* line 1, ../sass/partials/_buttons.sass */
.btn-ae-blue {
  color: white;
  background-color: #65b0d2;
  border-color: #5ca0be;
  box-shadow: 0 2px 0 #5ca0be;
}
/* line 4, ../sass/partials/_buttons.sass */
.btn-ae-blue:hover, .btn-ae-blue:focus, .btn-ae-blue:active {
  color: white;
  background-color: #0093b9;
  border-color: #0093b9;
  box-shadow: 0 2px 0 #0093b9;
}

/* line 10, ../sass/partials/_buttons.sass */
.btn-ae-yellow {
  color: white;
  background-color: #d2b72d;
  border-color: #b79f26;
  box-shadow: 0 2px 0 #b79f26;
}
/* line 13, ../sass/partials/_buttons.sass */
.btn-ae-yellow:hover, .btn-ae-yellow:focus, .btn-ae-yellow:active {
  color: white;
  background-color: #b79f26;
  border-color: #b79f26;
  box-shadow: 0 2px 0 #b79f26;
}

/* line 19, ../sass/partials/_buttons.sass */
.btn-ae-red {
  color: white;
  background-color: #d95347;
  border-color: #e02612;
  box-shadow: 0 2px 0 #e02612;
}
/* line 22, ../sass/partials/_buttons.sass */
.btn-ae-red:hover, .btn-ae-red:focus, .btn-ae-red:active {
  color: white;
  background-color: #e02612;
  border-color: #e02612;
  box-shadow: 0 2px 0 #e02612;
}

/* line 28, ../sass/partials/_buttons.sass */
.btn-ae-grey {
  color: white;
  background-color: #979799;
  border-color: #808082;
  box-shadow: 0 2px 0 #808082;
}
/* line 31, ../sass/partials/_buttons.sass */
.btn-ae-grey:hover, .btn-ae-grey:focus, .btn-ae-grey:active {
  color: white;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
  box-shadow: 0 2px 0 #4f4f4f;
}

/* line 37, ../sass/partials/_buttons.sass */
.btn-ae-grey-disabled,
.btn-ae-grey-disabled a {
  background-color: #808082;
  border-color: #808082;
  box-shadow: 0 2px 0 #808082;
  cursor: default;
}

/* line 42, ../sass/partials/_buttons.sass */
.btn-ae-light-disabled {
  background-color: #f2f1ef;
  border-color: #f2f1ef;
  box-shadow: 0 2px 0 #f2f1ef;
  cursor: default;
}
/* line 45, ../sass/partials/_buttons.sass */
.btn-ae-light-disabled:hover, .btn-ae-light-disabled:focus, .btn-ae-light-disabled:active {
  background-color: #f2f1ef;
  border-color: #f2f1ef;
  box-shadow: 0 2px 0 #f2f1ef;
  cursor: default;
}

/* line 51, ../sass/partials/_buttons.sass */
.ae-yellow-icon {
  color: #d2b72d;
}
/* line 53, ../sass/partials/_buttons.sass */
.ae-yellow-icon:hover {
  color: #b79f26;
  text-decoration: none;
}

/*---------------------------------------- */
/* Custom.css - AE specific styles ------- */
/*---------------------------------------- */
/*--- CONTENTS --------------------------- */
/* Fonts/hr */
/* Preloader */
/* Layout elements */
/* -- HEADER */
/* -- CONTENT */
/* -- PANELS/ TABS */
/* -- TABLES */
/* Navigation menus */
/* New colors applied */
/* Modals */
/* Status messages */
/* Small screens */
/*---------------------------------------- */
/* Fonts/hr */
/* line 25, ../sass/partials/_custom-base.sass */
body {
  color: #222;
}

/* line 28, ../sass/partials/_custom-base.sass */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0.5em 0;
}

/* line 32, ../sass/partials/_custom-base.sass */
h3 {
  font-size: 1.6em;
}

/* line 35, ../sass/partials/_custom-base.sass */
h2 {
  margin: 1em 0 0.5em 0;
}

/* line 38, ../sass/partials/_custom-base.sass */
.clear {
  clear: both;
}

/* line 41, ../sass/partials/_custom-base.sass */
a {
  color: #0093b9;
}

/* line 45, ../sass/partials/_custom-base.sass */
body.login-page {
  background: #65b0d2;
}

/* line 49, ../sass/partials/_custom-base.sass */
.col0 {
  color: #0ab3b8;
}

/* line 51, ../sass/partials/_custom-base.sass */
.col1 {
  color: #6F8570;
}

/* line 53, ../sass/partials/_custom-base.sass */
.col2 {
  color: #d5a54c;
}

/* line 55, ../sass/partials/_custom-base.sass */
.col3 {
  color: #F26241;
}

/* line 57, ../sass/partials/_custom-base.sass */
.col4 {
  color: #7AA629;
}

/* line 59, ../sass/partials/_custom-base.sass */
.col5 {
  color: #025E73;
}

/* line 62, ../sass/partials/_custom-base.sass */
.dark-red {
  color: #e02612;
}

/* line 65, ../sass/partials/_custom-base.sass */
.green-success {
  color: green;
}

/* line 68, ../sass/partials/_custom-base.sass */
.blue-color {
  color: #65b0d2;
}

/* line 71, ../sass/partials/_custom-base.sass */
.darkyellow-color {
  color: #b79f26;
}

/* line 75, ../sass/partials/_custom-base.sass */
#page-heading .artist-name {
  text-transform: uppercase;
}
/* line 77, ../sass/partials/_custom-base.sass */
#page-heading .thin {
  font-weight: 300;
}

/* line 81, ../sass/partials/_custom-base.sass */
#header .navbar, #mobile-header .navbar {
  font-size: 16px;
  padding-right: 0;
}

/* line 85, ../sass/partials/_custom-base.sass */
#header .navbar #top-nav .navbar-nav li a > i, #mobile-header .navbar #top-nav .navbar-nav li a > i {
  font-size: 17px;
  padding-right: 10px;
}

/* line 89, ../sass/partials/_custom-base.sass */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #b1bdbd;
}

/*---------------------------------------- */
/* Preloader */
/* line 99, ../sass/partials/_custom-base.sass */
#preloader #preloader-icon {
  color: #65b0d2;
}
/* line 101, ../sass/partials/_custom-base.sass */
#preloader #preloader-logo {
  margin-top: -75px;
  margin-left: -160px;
}

/* Panel refresh bars */
/* line 107, ../sass/partials/_custom-base.sass */
.waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem1,
.waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem2,
.waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem3 {
  background-color: #65b0d2 !important;
}

/*---------------------------------------- */
/* Layout elements */
/* line 115, ../sass/partials/_custom-base.sass */
.email-page {
  width: 220px;
  position: absolute;
  right: 25px;
  top: 10px;
}
/* line 120, ../sass/partials/_custom-base.sass */
.email-page input {
  font-style: italic;
  font-size: 0.9em;
  padding: 0 10px;
  height: 33px;
}
/* line 125, ../sass/partials/_custom-base.sass */
.email-page .btn {
  height: 31px;
  padding-top: 2px;
}

/* line 129, ../sass/partials/_custom-base.sass */
.btn-advanced {
  display: block;
  width: 200px;
  margin: 20px 0 0 0;
  color: #09b4b9;
}
/* line 134, ../sass/partials/_custom-base.sass */
.btn-advanced:hover {
  cursor: pointer;
  color: #09b4b9;
}

/* line 138, ../sass/partials/_custom-base.sass */
.advanced-search {
  display: none;
}
/* line 140, ../sass/partials/_custom-base.sass */
.advanced-search p {
  margin: 0 0 -10px 0;
}

/* -- HEADER */
/* line 144, ../sass/partials/_custom-base.sass */
.logo {
  width: 320px;
  padding: 20px;
}

/* line 148, ../sass/partials/_custom-base.sass */
.logo-s-container {
  float: left;
}

/* line 151, ../sass/partials/_custom-base.sass */
.logo-s {
  width: 260px;
  padding: 20px;
}

/* line 155, ../sass/partials/_custom-base.sass */
#page-heading h2 .btn-group .btn {
  padding: 0px 12px;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* -- CONTENT */
/* line 161, ../sass/partials/_custom-base.sass */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* line 165, ../sass/partials/_custom-base.sass */
#content {
  /* no right sidebar: */
  margin-right: 0;
  /* no left sidebar: */
  margin-left: 0;
}
/* line 170, ../sass/partials/_custom-base.sass */
#content.collapsed-sidebar {
  margin-left: 0;
}
/* line 172, ../sass/partials/_custom-base.sass */
#content.sidebar-page {
  margin-right: 0;
  margin-left: 0;
}

/* hide print etc btns on top of table (or comment out 'tables-data.js' in html) */
/*.DTTT.btn-group{ */
/*  display: none */
/*} */
/* -- PANELS/ TABS */
/* line 183, ../sass/partials/_custom-base.sass */
.panel-heading .panel-title {
  font-size: 1.3em;
  font-weight: 300;
}
/* line 186, ../sass/partials/_custom-base.sass */
.panel-heading p {
  clear: both;
}

/* line 190, ../sass/partials/_custom-base.sass */
.panel-body .borders {
  border-right: 1px solid #e2e0db;
  border-left: 1px solid #e2e0db;
}

/* grey panels */
/* line 195, ../sass/partials/_custom-base.sass */
.ae-panel-grey.panel.plain.panel-default .panel-heading,
.ae-panel-grey.panel.plain.panel-default .panel-body {
  background-color: #e7e5e1;
}

/* transparent panels, white on rollover */
/* line 200, ../sass/partials/_custom-base.sass */
.ae-panel-transparent.panel.plain.panel-default .panel-heading,
.ae-panel-transparent.panel.plain.panel-default .panel-body,
.ae-panel-transparent.panel {
  background-color: transparent;
}
/* line 204, ../sass/partials/_custom-base.sass */
.ae-panel-transparent.panel.plain.panel-default .panel-heading:hover,
.ae-panel-transparent.panel.plain.panel-default .panel-body:hover,
.ae-panel-transparent.panel:hover {
  background-color: #fff;
}

/* transparent tabs */
/* line 208, ../sass/partials/_custom-base.sass */
.ae-tabs-grey.tabs {
  border-left: 1px solid #e2e0db;
  border-right: 1px solid #e2e0db;
}
/* line 211, ../sass/partials/_custom-base.sass */
.ae-tabs-grey.tabs .tab-content {
  background: transparent;
}
/* line 213, ../sass/partials/_custom-base.sass */
.ae-tabs-grey.tabs .nav-tabs > li.active > a {
  background: transparent;
}

/* line 216, ../sass/partials/_custom-base.sass */
.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li.active > a:hover,
.tabs .nav-tabs > li.active > a:focus,
.nav .open > a,
.nav .open > a:focus {
  border-top: 2px solid #65b0d2;
}

/* line 223, ../sass/partials/_custom-base.sass */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #65b0d2;
}

/* -- TABLES */
/* line 229, ../sass/partials/_custom-base.sass */
.table > tbody > tr > td.avatar {
  padding: 0;
}

/* line 233, ../sass/partials/_custom-base.sass */
.table .fa, .table .fab, .table .fas, .table .far {
  font-size: 2.4em;
  margin: 0 2px 0 -7px;
  vertical-align: middle;
}
/* line 237, ../sass/partials/_custom-base.sass */
.table [class^="im-"], .table [class*=" im-"] {
  font-size: 2em;
  margin-right: 10px;
}

/* line 241, ../sass/partials/_custom-base.sass */
td.center, th.center {
  text-align: center;
}

/* line 244, ../sass/partials/_custom-base.sass */
td span.italic {
  font-style: italic;
}

/* line 248, ../sass/partials/_custom-base.sass */
#datatable tr.even {
  background-color: #f6f6f6;
}
/* line 250, ../sass/partials/_custom-base.sass */
#datatable tbody tr:hover {
  background-color: #65b0d2;
  color: #fff;
}
/* line 253, ../sass/partials/_custom-base.sass */
#datatable tbody tr:hover a {
  color: #fff;
}

/* line 256, ../sass/partials/_custom-base.sass */
.fa-sort-desc,
.fa-sort-asc {
  display: inline-block;
  color: #aaa;
}

/* line 261, ../sass/partials/_custom-base.sass */
a.edit {
  color: #0093b9;
}

/* line 264, ../sass/partials/_custom-base.sass */
a.delete {
  color: #ef4836;
}

/* line 267, ../sass/partials/_custom-base.sass */
a.verify {
  color: #cf7004;
}

/*---------------------------------------- */
/* Navigation menus */
/* line 274, ../sass/partials/_custom-base.sass */
.mainNavbar ul {
  float: right;
  margin-bottom: 0;
}
/* line 277, ../sass/partials/_custom-base.sass */
.mainNavbar li {
  float: left;
  display: inline;
  padding: 24px 15px 27px;
}
/* line 281, ../sass/partials/_custom-base.sass */
.mainNavbar li:hover {
  background-color: #4f4f4f;
}
/* line 283, ../sass/partials/_custom-base.sass */
.mainNavbar li .avatar {
  border-radius: 50%;
}
/* line 285, ../sass/partials/_custom-base.sass */
.mainNavbar .dropdown-menu#help-dropdown-menu {
  right: 0 !important;
  left: unset;
  margin-left: unset;
}
/* line 289, ../sass/partials/_custom-base.sass */
.mainNavbar .dropdown-menu#help-dropdown-menu:before, .mainNavbar .dropdown-menu#help-dropdown-menu:after {
  left: 75%;
}

/* dropdown - bootstrap overrides */
/* line 295, ../sass/partials/_custom-base.sass */
.dropdown-menu,
.mainNavbar .dropdown-menu,
.navbar .dropdown-menu {
  border: 2px solid #65b0d2;
}
/* line 299, ../sass/partials/_custom-base.sass */
.dropdown-menu a,
.mainNavbar .dropdown-menu a,
.navbar .dropdown-menu a {
  color: #0093b9;
}
/* line 301, ../sass/partials/_custom-base.sass */
.dropdown-menu a:hover,
.mainNavbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:hover {
  background-color: #0093b9;
}
/* line 303, ../sass/partials/_custom-base.sass */
.dropdown-menu:before,
.mainNavbar .dropdown-menu:before,
.navbar .dropdown-menu:before {
  border-bottom-color: #65b0d2;
}
/* line 305, ../sass/partials/_custom-base.sass */
.dropdown-menu li,
.mainNavbar .dropdown-menu li,
.navbar .dropdown-menu li {
  width: 100%;
  padding: 0;
}
/* line 308, ../sass/partials/_custom-base.sass */
.dropdown-menu .divider,
.mainNavbar .dropdown-menu .divider,
.navbar .dropdown-menu .divider {
  margin: 0;
  background-color: #65b0d2;
}

/* --- Dashboard blue menu container --- */
/* line 314, ../sass/partials/_custom-base.sass */
.navbar {
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 14px;
}

/* line 317, ../sass/partials/_custom-base.sass */
.navbar li:hover::after,
.active-state::after {
  content: "";
  position: absolute;
  left: 38%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 8px solid #65b0d2;
}

/* This is the main Dashboard menu */
/* line 330, ../sass/partials/_custom-base.sass */
#top-nav {
  margin-left: -15px;
}

/* btn success - bootstrap override */
/* line 334, ../sass/partials/_custom-base.sass */
.btn-success {
  box-shadow: 0 2px 0 #0093b9;
  font-weight: normal;
  background-color: #0093b9;
  border-color: #0093b9;
  box-shadow: 0 2px 0 #0093b9;
}
/* line 338, ../sass/partials/_custom-base.sass */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background-color: #65b0d2;
  border-color: #0093b9;
  box-shadow: 0 2px 0 #0093b9;
}

/* line 344, ../sass/partials/_custom-base.sass */
.btn-group .btn + .dropdown-toggle.btn-success {
  border-left: 1px solid #0093b9;
}

/* line 347, ../sass/partials/_custom-base.sass */
.btn-group.open .dropdown-toggle.btn-success {
  box-shadow: 0 2px 0 #0093b9;
}

/* line 350, ../sass/partials/_custom-base.sass */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #65b0d2;
  border-color: #0093b9;
}

/* line 359, ../sass/partials/_custom-base.sass */
#header .btn, #mobile-header .btn {
  padding: 0px 12px;
}
/* line 361, ../sass/partials/_custom-base.sass */
#header .btn-group .dropdown-toggle.btn-success, #mobile-header .btn-group .dropdown-toggle.btn-success {
  border-left: 1px solid #0093b9;
  margin-top: 3px;
}

/* line 366, ../sass/partials/_custom-base.sass */
.btn a {
  color: #fff;
  text-decoration: none;
}
/* line 370, ../sass/partials/_custom-base.sass */
.btn.btn-default a {
  color: #222;
}

/* line 373, ../sass/partials/_custom-base.sass */
.ae-chart-btn-right,
.ae-btn-right {
  float: right;
}

/* line 377, ../sass/partials/_custom-base.sass */
.ae-btn-lowlight .btn {
  background-color: rgba(34, 34, 34, 0.3);
  border-color: #b1bdbd;
  box-shadow: 0 2px 0 rgba(34, 34, 34, 0.3);
}

/* line 381, ../sass/partials/_custom-base.sass */
.insights p {
  font-weight: 300;
  text-align: center;
}
/* line 384, ../sass/partials/_custom-base.sass */
.insights .top {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #222;
  text-transform: uppercase;
}
/* line 390, ../sass/partials/_custom-base.sass */
.insights .figure {
  padding-top: 0;
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 300;
}
/* line 395, ../sass/partials/_custom-base.sass */
.insights .figure span {
  font-size: 0.25em;
  text-transform: uppercase;
  font-style: italic;
}
/* line 399, ../sass/partials/_custom-base.sass */
.insights .figure.col0 {
  color: #0ab3b8;
}
/* line 401, ../sass/partials/_custom-base.sass */
.insights .detail {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1em;
  font-style: italic;
}
/* line 406, ../sass/partials/_custom-base.sass */
.insights .detail.col0 {
  color: #0ab3b8;
}

/* line 411, ../sass/partials/_custom-base.sass */
.ae-panel-transparent .insights .figure, .ae-panel-transparent .insights .detail {
  color: #4f4f4f;
}

/*---------------------------------------- */
/* Notifications */
/* line 416, ../sass/partials/_custom-base.sass */
span.icon-notification, div.member-profile div.member-services a span.icon-paidaccount, span.icon-paidaccount,
span.icon-notification-inactive {
  position: relative;
}
/* line 419, ../sass/partials/_custom-base.sass */
span.icon-notification i, div.member-profile div.member-services a span.icon-paidaccount i, span.icon-paidaccount i,
span.icon-notification [class^="im-"],
div.member-profile div.member-services a span.icon-paidaccount [class^="im-"],
span.icon-paidaccount [class^="im-"], span.icon-notification [class*=" im-"], div.member-profile div.member-services a span.icon-paidaccount [class*=" im-"], span.icon-paidaccount [class*=" im-"],
span.icon-notification-inactive i,
span.icon-notification-inactive [class^="im-"],
span.icon-notification-inactive [class*=" im-"] {
  font-size: 8px;
  margin: 0 -5px 0;
  color: #65b0d2;
  position: absolute;
  top: 13px;
  right: 15px;
  border-radius: 50%;
  border: 3px solid #fff;
}

/* line 431, ../sass/partials/_custom-base.sass */
span.icon-notification-inactive i,
span.icon-notification-inactive [class^="im-"], span.icon-notification-inactive [class*=" im-"] {
  color: #999;
}

/* line 435, ../sass/partials/_custom-base.sass */
i.icon-inactive {
  color: #999;
}

/* line 439, ../sass/partials/_custom-base.sass */
.ae-panel-grey span.icon-notification i, .ae-panel-grey div.member-profile div.member-services a span.icon-paidaccount i, div.member-profile div.member-services a .ae-panel-grey span.icon-paidaccount i, .ae-panel-grey span.icon-paidaccount i,
.ae-panel-grey span.icon-notification-inactive i {
  border: 3px solid #e7e5e1;
}

/*---------------------------------------- */
/* Forms */
/* line 446, ../sass/partials/_custom-base.sass */
.content-inner .row:first-child .panel {
  z-index: 2;
}

/* search */
/* line 450, ../sass/partials/_custom-base.sass */
.navbar-form {
  display: inline-block;
}
/* line 452, ../sass/partials/_custom-base.sass */
.navbar-form .form-control {
  padding: 10px;
}
/* line 454, ../sass/partials/_custom-base.sass */
.navbar-form .form-control.input-sm {
  width: 250px;
}
/* line 456, ../sass/partials/_custom-base.sass */
.navbar-form .form-control.ui-spinner-input {
  height: 38px;
  width: 100px;
}

/* line 462, ../sass/partials/_custom-base.sass */
.navbar-form .form-control,
.form-inline .form-control {
  height: inherit;
}
/* line 464, ../sass/partials/_custom-base.sass */
.navbar-form .form-control:hover, .navbar-form .form-control:focus,
.form-inline .form-control:hover,
.form-inline .form-control:focus {
  border: 2px solid #0093b9;
}

/* file upload */
/* line 470, ../sass/partials/_custom-base.sass */
.bootstrap-filestyle input:hover, .bootstrap-filestyle input:focus,
input.form-control:hover,
input.form-control:focus {
  border: 2px solid #0093b9;
}

/* checkboxes */
/* line 475, ../sass/partials/_custom-base.sass */
.icheckbox_minimal-teal {
  background: url(../img/forms/icheck.png) no-repeat;
}

/* spinner */
/* line 479, ../sass/partials/_custom-base.sass */
input.ui-spinner-input {
  width: 100px;
  height: 38px;
}
/* line 483, ../sass/partials/_custom-base.sass */
input.ui-spinner-input.form-control:hover, input.ui-spinner-input.form-control:focus {
  border: none;
}

/* line 487, ../sass/partials/_custom-base.sass */
#datatable_filter {
  display: none;
}

/*---------------------------------------- */
/* New colors */
/* line 492, ../sass/partials/_custom-base.sass */
#header, #mobile-header {
  background: #65b0d2;
}
/* line 494, ../sass/partials/_custom-base.sass */
#header .navbar, #mobile-header .navbar {
  background: #65b0d2;
}
/* line 497, ../sass/partials/_custom-base.sass */
#header .navbar #top-nav .navbar-form, #mobile-header .navbar #top-nav .navbar-form {
  background-color: #65b0d2;
}
/* line 500, ../sass/partials/_custom-base.sass */
#header .navbar #top-nav .navbar-form input, #mobile-header .navbar #top-nav .navbar-form input {
  background-color: #65b0d2;
}
/* line 502, ../sass/partials/_custom-base.sass */
#header .navbar #top-nav .navbar-form input:focus, #mobile-header .navbar #top-nav .navbar-form input:focus {
  background-color: #0093b9;
}
/* line 505, ../sass/partials/_custom-base.sass */
#header .navbar #top-nav .navbar-nav li a:hover, #mobile-header .navbar #top-nav .navbar-nav li a:hover,
#header .navbar #top-nav .navbar-nav li a:focus,
#mobile-header .navbar #top-nav .navbar-nav li a:focus,
#header .navbar #top-nav .navbar-nav .active-state,
#mobile-header .navbar #top-nav .navbar-nav .active-state {
  background: #65b0d2;
}

/*---------------------------------------- */
/* Modals */
/* line 515, ../sass/partials/_custom-base.sass */
.modal.ae-confirm .modal-dialog,
.modal.ae-help .modal-dialog,
.modal.ae-add-item .modal-dialog {
  width: 500px;
}
/* line 518, ../sass/partials/_custom-base.sass */
.modal.ae-confirm .modal-content a,
.modal.ae-help .modal-content a,
.modal.ae-add-item .modal-content a {
  color: #cf7004;
}
/* line 520, ../sass/partials/_custom-base.sass */
.modal.ae-confirm .modal-content .modal-header,
.modal.ae-help .modal-content .modal-header,
.modal.ae-add-item .modal-content .modal-header {
  background: #ef4836;
  padding: 0 10px;
  border: none;
}
/* line 524, ../sass/partials/_custom-base.sass */
.modal.ae-confirm .modal-content .modal-header h4,
.modal.ae-help .modal-content .modal-header h4,
.modal.ae-add-item .modal-content .modal-header h4 {
  text-transform: uppercase;
  font-size: 2em;
}
/* line 528, ../sass/partials/_custom-base.sass */
.modal.ae-confirm .modal-content .nav-pills li a,
.modal.ae-help .modal-content .nav-pills li a,
.modal.ae-add-item .modal-content .nav-pills li a {
  color: #0093b9;
}
/* line 530, ../sass/partials/_custom-base.sass */
.modal.ae-confirm .modal-content .nav-pills li.active a,
.modal.ae-help .modal-content .nav-pills li.active a,
.modal.ae-add-item .modal-content .nav-pills li.active a {
  color: #fff;
}
/* line 532, ../sass/partials/_custom-base.sass */
.modal.ae-confirm .modal-footer,
.modal.ae-help .modal-footer,
.modal.ae-add-item .modal-footer {
  padding-top: 0;
  border: none;
}

/* line 536, ../sass/partials/_custom-base.sass */
.applications-page .modal.ae-confirm .modal-header {
  background: #d2b72d;
}

/* line 540, ../sass/partials/_custom-base.sass */
.modal.ae-help .modal-content .modal-header {
  background: #f39c12;
}

/* line 544, ../sass/partials/_custom-base.sass */
.modal.ae-add-item .modal-content .modal-header {
  background: #65b0d2;
}

/* Help */
/* line 548, ../sass/partials/_custom-base.sass */
.ae-help-icon {
  color: #f39c12;
}
/* line 550, ../sass/partials/_custom-base.sass */
.ae-help-icon:hover {
  cursor: pointer;
}

/* line 553, ../sass/partials/_custom-base.sass */
.member-card i.fa.ae-help-icon,
.member-card i.fas.ae-help-icon,
.member-card i.fab.ae-help-icon {
  top: 0;
}

/*---------------------------------------- */
/* Status messages */
/* line 560, ../sass/partials/_custom-base.sass */
.ae-status {
  margin-left: 0;
  margin-right: 0;
}
/* line 563, ../sass/partials/_custom-base.sass */
.ae-status .status-message {
  margin-bottom: 0;
  margin-top: 10px;
}

/*---------------------------------------- */
/* Charts */
/* line 569, ../sass/partials/_custom-base.sass */
.pie-charts {
  padding: 0;
  display: block;
}
/* line 572, ../sass/partials/_custom-base.sass */
.pie-charts .easyPieChart,
.pie-charts div.label {
  font-weight: normal;
  color: #3b3b3b;
  white-space: normal;
  text-align: center;
  overflow: hidden;
}
/* line 579, ../sass/partials/_custom-base.sass */
.pie-charts .easyPieChart {
  margin: 0 auto;
  text-align: center;
  font-size: 0.9em;
}

/* line 586, ../sass/partials/_custom-base.sass */
.chart-crossoverbrands#reports-page-chart-holder .easyPieChart {
  font-size: 2em;
}
/* line 588, ../sass/partials/_custom-base.sass */
.chart-crossoverbrands#reports-page-chart-holder img {
  border-radius: 100%;
  font-size: 0.5em;
  margin-top: -4px;
  width: 100px;
}
/* line 593, ../sass/partials/_custom-base.sass */
.chart-crossoverbrands#reports-page-chart-holder .crossoverbrands-detailed-percentage {
  font-size: 1.5em;
}

/*---------------------------------------- */
/* Small screens */
@media all and (max-width: 991px) {
  /* line 600, ../sass/partials/_custom-base.sass */
  .container-left {
    width: 400px;
  }

  /* line 602, ../sass/partials/_custom-base.sass */
  #header .navbar #top-nav, #mobile-header .navbar #top-nav {
    margin-top: -52px;
  }
}
@media all and (max-width: 768px) {
  /* line 606, ../sass/partials/_custom-base.sass */
  #header .navbar #top-nav, #mobile-header .navbar #top-nav {
    margin-right: 40px;
  }
}
@media all and (max-width: 610px) {
  /* line 610, ../sass/partials/_custom-base.sass */
  .nav-right ul {
    clear: both;
  }

  /* line 612, ../sass/partials/_custom-base.sass */
  .container-left {
    width: 100%;
  }

  /* line 614, ../sass/partials/_custom-base.sass */
  .mainNavbar ul {
    float: left;
  }

  /* line 616, ../sass/partials/_custom-base.sass */
  #header .navbar #top-nav#top-nav, #mobile-header .navbar #top-nav#top-nav {
    float: left;
    margin-left: 40px;
  }

  /* line 620, ../sass/partials/_custom-base.sass */
  .navbar li:hover::after, .navbar .active-state::after {
    left: 20%;
  }

  /* line 622, ../sass/partials/_custom-base.sass */
  .navbar .container-left {
    height: 110px;
  }

  /* line 625, ../sass/partials/_custom-base.sass */
  #header .navbar #top-nav .navbar-nav li a:hover, #mobile-header .navbar #top-nav .navbar-nav li a:hover,
  #header .navbar #top-nav .navbar-nav li a:focus,
  #mobile-header .navbar #top-nav .navbar-nav li a:focus,
  #header .navbar #top-nav .navbar-nav .active-state,
  #mobile-header .navbar #top-nav .navbar-nav .active-state {
    background: #0093b9;
  }
}
/*---------------- */
/* SPECIFIC PAGES */
/*---------------- */
/*---------------------------------------- */
/* Member Profile Custom.css - AE specific styles ------- */
/*---------------------------------------- */
/*--- CONTENTS --------------------------- */
/* Layout elements */
/* line 11, ../sass/partials/pages/_overview.sass */
.overview .avatar-container img {
  width: 100%;
  min-width: 100px;
  max-width: 200px;
}
/* line 15, ../sass/partials/pages/_overview.sass */
.overview hr {
  margin: 16px 40%;
  border-top: 1px solid #b1bdbd;
}
/* line 19, ../sass/partials/pages/_overview.sass */
.overview .overview-top .panel.plain.panel-default .panel-heading {
  border: none;
}
/* line 21, ../sass/partials/pages/_overview.sass */
.overview .table.recent > tbody > tr > td {
  padding: 5px 10px;
}
/* line 23, ../sass/partials/pages/_overview.sass */
.overview .table.recent > tbody > tr > td.avatar {
  padding: 0;
}
/* line 25, ../sass/partials/pages/_overview.sass */
.overview .table.recent > tbody > tr > td p {
  margin: 0;
  font-style: italic;
  line-height: 1.6em;
}
/* line 29, ../sass/partials/pages/_overview.sass */
.overview .table.recent > tbody > tr > td p.user, .overview .table.recent > tbody > tr > td p.time {
  font-size: 0.9em;
  font-style: normal;
}
/* line 33, ../sass/partials/pages/_overview.sass */
.overview .table.recent > tbody > tr > td p.user {
  font-weight: 700;
  font-size: 0.8em;
}

/* line 3, ../sass/partials/pages/_aeconnect.sass */
div.applications-page .status-message {
  max-height: 100px;
}
/* line 5, ../sass/partials/pages/_aeconnect.sass */
div.applications-page .domain-drop {
  max-width: 190px;
}
/* line 7, ../sass/partials/pages/_aeconnect.sass */
div.applications-page .acquired-members {
  line-height: 1;
  padding: 0;
  vertical-align: middle;
}
/* line 11, ../sass/partials/pages/_aeconnect.sass */
div.applications-page .acquired-members span {
  color: #0093b9;
}
/* line 14, ../sass/partials/pages/_aeconnect.sass */
div.applications-page .application-name span.glyphicon {
  color: #0093b9;
  margin-left: 5px;
}
/* line 17, ../sass/partials/pages/_aeconnect.sass */
div.applications-page #services {
  margin-bottom: 28px;
}
/* line 20, ../sass/partials/pages/_aeconnect.sass */
div.applications-page #services .get-service-url li:hover {
  cursor: pointer;
}
/* line 23, ../sass/partials/pages/_aeconnect.sass */
div.applications-page .panel-third-party,
div.applications-page .panel-api-key {
  position: static;
}
/* line 26, ../sass/partials/pages/_aeconnect.sass */
div.applications-page .log-data {
  margin-top: -30px;
  padding-right: 15px;
}
/* line 31, ../sass/partials/pages/_aeconnect.sass */
div.applications-page #addServiceModal .modal-dialog,
div.applications-page #addKeyModal .modal-dialog {
  width: 700px;
}
/* line 33, ../sass/partials/pages/_aeconnect.sass */
div.applications-page #addServiceModal .modal-body,
div.applications-page #addKeyModal .modal-body {
  padding: 0 40px;
  width: auto;
  overflow-x: hidden;
  word-break: break-word;
  height: 500px;
}
/* line 39, ../sass/partials/pages/_aeconnect.sass */
div.applications-page #addServiceModal #OnlyPaidAccounts.form-control,
div.applications-page #addServiceModal #Activated.form-control,
div.applications-page #addKeyModal #OnlyPaidAccounts.form-control,
div.applications-page #addKeyModal #Activated.form-control {
  display: inline;
  height: auto;
  width: auto;
}
/* line 44, ../sass/partials/pages/_aeconnect.sass */
div.applications-page #addServiceModal #OnlyPaidAccounts.form-control .third-party-value,
div.applications-page #addServiceModal #OnlyPaidAccounts.form-control span.service-name,
div.applications-page #addServiceModal #Activated.form-control .third-party-value,
div.applications-page #addServiceModal #Activated.form-control span.service-name,
div.applications-page #addKeyModal #OnlyPaidAccounts.form-control .third-party-value,
div.applications-page #addKeyModal #OnlyPaidAccounts.form-control span.service-name,
div.applications-page #addKeyModal #Activated.form-control .third-party-value,
div.applications-page #addKeyModal #Activated.form-control span.service-name {
  text-transform: capitalize;
}
/* line 47, ../sass/partials/pages/_aeconnect.sass */
div.applications-page #addServiceModal .add-service-help a,
div.applications-page #addKeyModal .add-service-help a {
  color: #0093b9;
  font-size: 12px;
}
/* line 50, ../sass/partials/pages/_aeconnect.sass */
div.applications-page #addServiceModal .form-horizontal .control-label,
div.applications-page #addKeyModal .form-horizontal .control-label {
  text-align: left;
}
/* line 52, ../sass/partials/pages/_aeconnect.sass */
div.applications-page #addServiceModal .permissions-listed-box,
div.applications-page #addKeyModal .permissions-listed-box {
  background-color: white;
  border: 2px solid #65b0d2;
  border-radius: 2px;
  color: #65b0d2;
  float: left;
  font-weight: bold;
  margin: 2px;
  padding: 0 10px;
}
/* line 13, ../sass/partials/_mixins.sass */
div.applications-page #addServiceModal .permissions-listed-box button.close,
div.applications-page #addKeyModal .permissions-listed-box button.close {
  margin-left: 5px;
  float: none;
}
/* line 54, ../sass/partials/pages/_aeconnect.sass */
div.applications-page #addServiceModal .no-current-perms-msg,
div.applications-page #addKeyModal .no-current-perms-msg {
  color: #808082;
  font-style: italic;
  font-weight: bold;
}
/* line 58, ../sass/partials/pages/_aeconnect.sass */
div.applications-page #addServiceModal h4#addServiceModalLabel .service-name,
div.applications-page #addKeyModal h4#addServiceModalLabel .service-name {
  text-transform: uppercase;
}
/* line 60, ../sass/partials/pages/_aeconnect.sass */
div.applications-page table.applications {
  background-color: #f2f1ef;
  border-collapse: separate;
  border-spacing: 0 20px;
}
/* line 64, ../sass/partials/pages/_aeconnect.sass */
div.applications-page table.applications .im-pie2 {
  margin-right: 2px;
}
/* line 66, ../sass/partials/pages/_aeconnect.sass */
div.applications-page table.applications tr {
  background-color: white;
  box-shadow: 5px 2px 4px #808082;
}
/* line 69, ../sass/partials/pages/_aeconnect.sass */
div.applications-page table.applications td {
  border-top: none;
}

/* line 75, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage h2 span.glyphicon {
  color: #0093b9;
  padding-left: 5px;
  font-size: 0.8em;
}
/* line 79, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage h2 small {
  color: #d2b72d;
}
/* line 81, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage .social-networks .social-app-group-name {
  margin-bottom: 10px;
  color: #0093b9;
}
/* line 85, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage #addKeyModal .popup-loading {
  top: 150px;
}
/* line 87, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage #addKeyModal #s2id_users {
  height: auto;
}
/* line 89, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage #addKeyModal #s2id_users .select2-search-choice {
  margin-right: 6px;
}
/* line 91, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage #addKeyModal .scopes-controls {
  margin-top: 6px;
  text-align: center;
}
/* line 94, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage #addKeyModal .scopes-controls .scopes-select-all,
div.applications-page-manage #addKeyModal .scopes-controls .scopes-deselect-all,
div.applications-page-manage #addKeyModal .scopes-controls .scopes-reset {
  cursor: pointer;
  color: #0093b9;
  margin: 10px 10px 10px 5px;
}
/* line 100, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage #addKeyModal .scope-checkbox {
  float: left;
  margin: 5px;
  line-height: 1;
}
/* line 104, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage .screenshot-container {
  width: 100%;
}
/* line 106, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage .screenshot-container img {
  max-width: 100%;
}
/* line 108, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage .help-yellow a {
  color: #d2b72d;
}
/* line 110, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage .complete-tab-icons {
  color: #0093b9;
}
/* line 113, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage #installation-tab .icon-header {
  color: #65b0d2;
  font-weight: bold;
}
/* line 116, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage #installation-tab .installation-icons-div {
  background-color: #65b0d2;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 14px;
  color: white;
}
/* line 120, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage #installation-tab .installation-icons-div .icon-div {
  padding: 10px 0;
}
/* line 122, ../sass/partials/pages/_aeconnect.sass */
div.applications-page-manage #installation-tab .installation-icons-div .fab,
div.applications-page-manage #installation-tab .installation-icons-div .fas {
  cursor: pointer;
  font-size: 80px;
}

/* line 128, ../sass/partials/pages/_aeconnect.sass */
.selected-icon-style {
  background-color: #0093b9;
  box-shadow: 0px 0px 15px 0px #0093b9;
}

/*---------------------------------------- */
/* Segments Custom.css - AE specific styles ------- */
/*---------------------------------------- */
/*--- CONTENTS --------------------------- */
/* Layout elements */
/* line 11, ../sass/partials/pages/_segments.sass */
.segments .panel.plain.panel-default .panel-heading {
  border: none;
}
/* line 13, ../sass/partials/pages/_segments.sass */
.segments .insight-set {
  margin: 40px 0 0 0;
  text-align: right;
}
/* line 16, ../sass/partials/pages/_segments.sass */
.segments .insight-set .btn {
  width: 125px;
}
/* line 19, ../sass/partials/pages/_segments.sass */
.segments .insight.figure {
  line-height: 0.8em;
  display: inline-block;
  font-size: 3.3em;
  color: #0093b9;
}
/* line 24, ../sass/partials/pages/_segments.sass */
.segments .insight.figure span {
  font-size: 0.3em;
  text-transform: uppercase;
}
/* line 27, ../sass/partials/pages/_segments.sass */
.segments .tabs .tab-content .tab-pane {
  padding: 0;
}

/* line 31, ../sass/partials/pages/_segments.sass */
div.segments div.panel-body {
  min-height: 478px;
}
/* line 33, ../sass/partials/pages/_segments.sass */
div.segments div.panel-body .btn-disabled {
  position: relative;
  z-index: 99;
}
/* line 36, ../sass/partials/pages/_segments.sass */
div.segments .status-message div.panel-body {
  min-height: 0;
}

/* line 41, ../sass/partials/pages/_segments.sass */
.segment-manage .has-success .control-label,
.segment-manage .has-success .radio,
.segment-manage .has-success .radio-inline,
.segment-manage .has-success .checkbox-inline {
  color: #e7e5e1;
}
/* line 47, ../sass/partials/pages/_segments.sass */
.segment-manage .has-success .help-block {
  color: #4f4f4f;
}
/* line 50, ../sass/partials/pages/_segments.sass */
.segment-manage .form-horizontal .form-group .textarea-icon {
  position: absolute;
  top: 15px;
  left: 25px;
  color: #b1bdbd;
  transition: color 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  /* line 50, ../sass/partials/pages/_segments.sass */
  .segment-manage .form-horizontal .form-group .textarea-icon {
    transition: none;
  }
}
/* line 56, ../sass/partials/pages/_segments.sass */
.segment-manage .icon-textarea {
  padding-left: 32px;
}
/* line 59, ../sass/partials/pages/_segments.sass */
.segment-manage:hover .textarea-icon {
  color: #0093b9;
}
/* line 61, ../sass/partials/pages/_segments.sass */
.segment-manage .table .fa,
.segment-manage .table .fas,
.segment-manage .table .fab {
  font-size: 1em;
}

/* line 68, ../sass/partials/pages/_segments.sass */
div.segment-manage #domain-typeahead span {
  width: 100%;
}
/* line 71, ../sass/partials/pages/_segments.sass */
div.segment-manage #segments-datatable span.service-name {
  display: none;
}

/*---------------------------------------- */
/* Manage Segment page Custom.css - AE specific styles ------- */
/*---------------------------------------- */
/*--- CONTENTS --------------------------- */
/* Layout elements */
/* line 10, ../sass/partials/pages/_segment-activity-manage.sass */
.segment-activity-manage hr {
  border-top: 3px solid #e2e0db;
}
/* line 12, ../sass/partials/pages/_segment-activity-manage.sass */
.segment-activity-manage .ae-inline {
  display: inline-block;
  text-align: center;
}
/* line 16, ../sass/partials/pages/_segment-activity-manage.sass */
.segment-activity-manage .alert-warning a {
  color: #f39c12;
  text-decoration: underline;
}
/* line 19, ../sass/partials/pages/_segment-activity-manage.sass */
.segment-activity-manage .ae-btn-submit {
  text-align: right;
}
/* line 21, ../sass/partials/pages/_segment-activity-manage.sass */
.segment-activity-manage .ae-btn-submit button {
  width: 33%;
}
/* line 24, ../sass/partials/pages/_segment-activity-manage.sass */
.segment-activity-manage .has-success .control-label,
.segment-activity-manage .has-success .radio,
.segment-activity-manage .has-success .radio-inline,
.segment-activity-manage .has-success .checkbox-inline {
  color: #e7e5e1;
}
/* line 30, ../sass/partials/pages/_segment-activity-manage.sass */
.segment-activity-manage .has-success .help-block {
  color: #4f4f4f;
}
/* line 34, ../sass/partials/pages/_segment-activity-manage.sass */
.segment-activity-manage .form-horizontal .form-group .textarea-icon {
  position: absolute;
  top: 15px;
  left: 25px;
  color: #b1bdbd;
  transition: color 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  /* line 34, ../sass/partials/pages/_segment-activity-manage.sass */
  .segment-activity-manage .form-horizontal .form-group .textarea-icon {
    transition: none;
  }
}
/* line 40, ../sass/partials/pages/_segment-activity-manage.sass */
.segment-activity-manage .form-horizontal .icon-textarea {
  padding-left: 32px;
}
/* line 43, ../sass/partials/pages/_segment-activity-manage.sass */
.segment-activity-manage .form-horizontal:hover .textarea-icon {
  color: #0093b9;
}
/* line 45, ../sass/partials/pages/_segment-activity-manage.sass */
.segment-activity-manage .date-info {
  font-weight: 400;
}
/* line 48, ../sass/partials/pages/_segment-activity-manage.sass */
.segment-activity-manage option .default {
  color: #4f4f4f;
}

/* line 52, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage .activity-template-help-text {
  font-style: italic;
  margin-top: 12px;
  line-height: 1.4em;
}
/* line 56, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 60, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage select::-ms-expand {
  display: none;
}
/* line 63, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage #activitydetails .activities-loading {
  top: 29px;
  left: 11px;
  margin-top: -16px;
  background-color: white;
  width: 80%;
}
/* line 69, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage #activityvalues {
  display: none;
}
/* line 71, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage .panel-body {
  padding-bottom: 45px;
  margin-bottom: 25px;
}
/* line 74, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage .activities-loading {
  top: 15px;
  left: 128px;
}
/* line 77, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage .ae-btn-submit {
  margin-right: 30px;
  padding-bottom: 15px;
}
/* line 80, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage .presavebutton-spinner {
  display: block;
  margin-top: 10px;
}
/* line 83, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage .presave-button-disabled-blue {
  cursor: default;
}
/* line 85, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage .presave-button-disabled-blue:hover, div.segment-activity-manage .presave-button-disabled-blue:focus, div.segment-activity-manage .presave-button-disabled-blue:active {
  background-color: #65b0d2;
  border-color: #5ca0be;
  box-shadow: 0 2px 0 #5ca0be;
}
/* line 89, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage .presave-delivering {
  width: 192px;
  text-align: left;
}
/* line 92, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage #task-lookup-form {
  display: none;
}
/* line 94, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage #lookup-label {
  width: 100%;
  float: right;
}
/* line 97, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage #lookup-description {
  font-weight: normal;
  font-size: 0.9em;
}
/* line 100, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage #task-lookup-results {
  display: none;
}
/* line 102, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage #task-lookup-results .panel-heading {
  border: none;
}
/* line 104, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage .activities-loading {
  top: -30px;
  left: 85px;
}
/* line 107, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage .lookup-result-item {
  padding: 10px;
  margin: 10px;
  width: 45%;
  border: 1px solid #e2e0db;
  border-radius: 5px;
  background-color: #e7e5e1;
}
/* line 114, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-manage .lookup-result-item img {
  max-width: 100%;
}

/* line 119, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-verify form label, div.segment-activity-verify form button, div.segment-activity-verify form input {
  float: left;
}
/* line 121, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-verify form label, div.segment-activity-verify form input {
  margin-right: 20px;
}
/* line 123, ../sass/partials/pages/_segment-activity-manage.sass */
div.segment-activity-verify form input {
  width: 300px;
}

/*---------------------------------------- */
/* Activity Feed Custom.css - AE specific styles ------- */
/*---------------------------------------- */
/*--- CONTENTS --------------------------- */
/* Layout elements */
/* line 10, ../sass/partials/pages/_activity-feed.sass */
.activity-feed .table > tbody > tr > td {
  line-height: 1.4em;
}
/* line 12, ../sass/partials/pages/_activity-feed.sass */
.activity-feed .panel.plain.panel-default .panel-heading {
  border-top: none;
}
/* line 15, ../sass/partials/pages/_activity-feed.sass */
.activity-feed .avatar img {
  margin-right: 10px;
}
/* line 17, ../sass/partials/pages/_activity-feed.sass */
.activity-feed hr {
  margin: 16px 40%;
  border-top: 1px solid #b1bdbd;
}

/* line 25, ../sass/partials/pages/_activity-feed.sass */
div.activity .activity-page-charts .panel .panel-body {
  min-height: 391px;
}
/* line 27, ../sass/partials/pages/_activity-feed.sass */
div.activity .activity-page-charts .panel .panel-body .btn-disabled {
  margin-top: 50px !important;
}
/* line 30, ../sass/partials/pages/_activity-feed.sass */
div.activity .activity-page-charts .panel.demographics .panel-body {
  min-height: 399px;
}
/* line 32, ../sass/partials/pages/_activity-feed.sass */
div.activity .chart-crossoverbrands,
div.activity .chart-activityreport,
div.activity .panel-body {
  min-height: 300px;
}
/* line 37, ../sass/partials/pages/_activity-feed.sass */
div.activity .feed-memberlist .feed-loading {
  top: 200px;
}
/* line 40, ../sass/partials/pages/_activity-feed.sass */
div.activity .feed-memberlist tbody tr.row-holder {
  height: 770px;
}

/*---------------------------------------- */
/* Members Custom.css - AE specific styles ------- */
/*---------------------------------------- */
/*--- CONTENTS --------------------------- */
/* Layout elements */
/* This .members class may not be used, although there is a #members */
/* line 12, ../sass/partials/pages/_members.sass */
.members .trend-report .panel-body {
  text-align: center;
}
/* line 14, ../sass/partials/pages/_members.sass */
.members .spark {
  width: 55%;
  margin: 0 auto;
}
/* line 17, ../sass/partials/pages/_members.sass */
.members .spark .sparkline {
  width: 45%;
}
/* line 20, ../sass/partials/pages/_members.sass */
.members .avatar span {
  padding-left: 10px;
}
/* line 22, ../sass/partials/pages/_members.sass */
.members .activity-icon {
  margin-top: 10px;
}
/* line 24, ../sass/partials/pages/_members.sass */
.members .activity-icon.active {
  top: 13px;
  position: relative;
  color: #65b0d2;
}
/* line 30, ../sass/partials/pages/_members.sass */
.members #datatable tbody tr:hover .activity-icon.active {
  color: #fff;
}
/* line 33, ../sass/partials/pages/_members.sass */
.members .feed-memberlist .panel-body {
  padding: 0;
}
/* line 35, ../sass/partials/pages/_members.sass */
.members thead th {
  color: rgba(34, 34, 34, 0.5);
}
/* line 37, ../sass/partials/pages/_members.sass */
.members thead th::after {
  content: "Δ";
  position: relative;
  top: 0;
  left: 4px;
  font-size: 1.1em;
  color: #b1bdbd;
  font-weight: normal;
}
/* line 46, ../sass/partials/pages/_members.sass */
.members thead th.sorting_asc, .members thead th.sorting_desc {
  color: #222;
}
/* line 49, ../sass/partials/pages/_members.sass */
.members thead th.sorting_asc::after, .members thead th.sorting_desc::after {
  content: "∇";
  color: #222;
}
/* line 53, ../sass/partials/pages/_members.sass */
.members thead th.sorting_asc::after {
  content: "Δ";
}
/* line 56, ../sass/partials/pages/_members.sass */
.members thead th.sorting_desc::after {
  top: 3px;
}
/* line 59, ../sass/partials/pages/_members.sass */
.members #datatable tr.even {
  background-color: transparent;
}
/* line 61, ../sass/partials/pages/_members.sass */
.members #datatable tbody tr:hover {
  background-color: #65b0d2;
}
/* line 63, ../sass/partials/pages/_members.sass */
.members #datatable thead th:hover {
  text-decoration: none;
  color: #65b0d2;
}
/* line 66, ../sass/partials/pages/_members.sass */
.members #datatable thead th:hover::after {
  color: #65b0d2;
}
/* line 68, ../sass/partials/pages/_members.sass */
.members #datatable tfoot th:hover {
  text-decoration: none;
}

/* line 74, ../sass/partials/pages/_members.sass */
#members .feed-memberlist .panel-body table#datatable {
  width: 100% !important;
}

/* line 78, ../sass/partials/pages/_members.sass */
.member-card .panel-body {
  min-height: 340px;
  padding-top: 20px;
}
/* line 82, ../sass/partials/pages/_members.sass */
.member-card .networks span {
  color: #0093b9;
}
/* line 84, ../sass/partials/pages/_members.sass */
.member-card .networks .networks-list {
  height: 140px;
  overflow-y: auto;
}
/* line 87, ../sass/partials/pages/_members.sass */
.member-card i {
  font-size: 1.6em;
}
/* line 89, ../sass/partials/pages/_members.sass */
.member-card i.fa, .member-card i.fab, .member-card i.fas {
  top: 5px;
  position: relative;
}
/* line 94, ../sass/partials/pages/_members.sass */
.member-card [class^="im-"], .member-card [class*=" im-"] {
  font-size: 1.4em;
  margin: 0 5px;
}
/* line 99, ../sass/partials/pages/_members.sass */
.member-card icon-notification [class^="im-"], .member-card icon-notification [class*=" im-"],
.member-card icon-notification-inactive [class^="im-"],
.member-card icon-notification-inactive [class*=" im-"] {
  font-size: 8px;
}
/* line 101, ../sass/partials/pages/_members.sass */
.member-card h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
}
/* line 106, ../sass/partials/pages/_members.sass */
.member-card p {
  margin: 0 0 2px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.15em;
  font-weight: 400;
}
/* line 111, ../sass/partials/pages/_members.sass */
.member-card .location {
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
  font-weight: 300;
}
/* line 115, ../sass/partials/pages/_members.sass */
.member-card .profile {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
}
/* line 119, ../sass/partials/pages/_members.sass */
.member-card .profile img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 123, ../sass/partials/pages/_members.sass */
.member-card .profile h2 {
  margin: 8px;
  padding-top: 10px;
  font-weight: 300;
  font-size: 2.4em;
}
/* line 128, ../sass/partials/pages/_members.sass */
.member-card .profile .delete {
  font-size: 0.5em;
  vertical-align: middle;
}
/* line 131, ../sass/partials/pages/_members.sass */
.member-card .profile .delete:hover {
  text-decoration: none;
  color: #222;
}
/* line 134, ../sass/partials/pages/_members.sass */
.member-card .profile .delete i.fa,
.member-card .profile .delete i.fas,
.member-card .profile .delete i.fab {
  font-size: 1.2em;
  top: 0;
}
/* line 139, ../sass/partials/pages/_members.sass */
.member-card .profile p {
  clear: none;
  font-size: 1.3em;
}

/* line 146, ../sass/partials/pages/_members.sass */
div.member-profile div#custom-info h2 {
  font-size: 1.9em;
  margin-left: 0;
  padding: 0;
  word-wrap: break-word;
}
/* line 151, ../sass/partials/pages/_members.sass */
div.member-profile div#custom-info p {
  font-size: 1.1em;
  word-break: break-word;
}
/* line 156, ../sass/partials/pages/_members.sass */
div.member-profile div#custom-info .member-data a button, div.member-profile div#custom-info .member-activity a button {
  margin-left: 15px;
  float: left;
}
/* line 160, ../sass/partials/pages/_members.sass */
div.member-profile div.member-card .btn-disabled {
  margin-top: 50px !important;
}
/* line 162, ../sass/partials/pages/_members.sass */
div.member-profile div.member-delete {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 1;
}
/* line 167, ../sass/partials/pages/_members.sass */
div.member-profile div.member-delete a i.fa,
div.member-profile div.member-delete a i.fas,
div.member-profile div.member-delete a i.fab {
  font-size: 2em;
}
/* line 172, ../sass/partials/pages/_members.sass */
div.member-profile div.ae-panel-transparent div.panel-body {
  height: 591px;
}
/* line 174, ../sass/partials/pages/_members.sass */
div.member-profile div.ae-panel-transparent div.panel-body button {
  position: relative;
  top: 400px;
}
/* line 178, ../sass/partials/pages/_members.sass */
div.member-profile .member-activity-feed .feed-loading {
  top: 200px;
}
/* line 181, ../sass/partials/pages/_members.sass */
div.member-profile .member-activity-feed tbody tr.row-holder {
  height: 770px;
}
/* line 183, ../sass/partials/pages/_members.sass */
div.member-profile div.member-services {
  max-height: 450px;
  overflow-y: scroll;
}
/* line 186, ../sass/partials/pages/_members.sass */
div.member-profile div.member-services a {
  text-decoration: none;
  color: #222;
}
/* line 189, ../sass/partials/pages/_members.sass */
div.member-profile div.member-services a:hover {
  color: #0093b9;
}
/* line 193, ../sass/partials/pages/_members.sass */
div.member-profile div.member-services a .icon-paidaccount i {
  color: black !important;
  font-size: 10px !important;
  background-color: white;
  border: 1px;
  right: 11px !important;
}
/* line 201, ../sass/partials/pages/_members.sass */
div.member-profile div#member-registrations .feed-loading {
  top: 200px;
}
/* line 203, ../sass/partials/pages/_members.sass */
div.member-profile div#member-registrations div.member-recent-sign-ins {
  list-style-type: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
}
/* line 209, ../sass/partials/pages/_members.sass */
div.member-profile div#member-registrations table .row-holder {
  height: 400px;
}

/* line 213, ../sass/partials/pages/_members.sass */
#show-hide-password-eye {
  color: #979799;
  margin-left: -50px;
  margin-top: 3px;
}

/* line 217, ../sass/partials/pages/_members.sass */
.generate-password {
  margin-left: -10px;
}

/* line 221, ../sass/partials/pages/_members.sass */
.rotate-words {
  line-height: 1;
  margin-right: 20px;
  margin-top: 20px;
  transform: rotate(-45deg);
}

/* line 5, ../sass/partials/pages/_brand.sass */
#header .navbar-brand-info, #mobile-header .navbar-brand-info,
#mobile-header .navbar-brand-info {
  background-color: #4f4f4f;
  color: white;
  font-weight: bold;
  line-height: 1;
}
/* line 10, ../sass/partials/pages/_brand.sass */
#header .navbar-brand-info img, #mobile-header .navbar-brand-info img,
#mobile-header .navbar-brand-info img {
  float: left;
  margin: 0 10px 0 25px;
}
/* line 13, ../sass/partials/pages/_brand.sass */
#header .navbar-brand-info a, #mobile-header .navbar-brand-info a, #header .navbar-brand-info a:hover, #mobile-header .navbar-brand-info a:hover,
#mobile-header .navbar-brand-info a,
#mobile-header .navbar-brand-info a:hover {
  color: white;
  text-decoration: none;
}
/* line 16, ../sass/partials/pages/_brand.sass */
#header .navbar-brand-info #navbar-brand-name, #mobile-header .navbar-brand-info #navbar-brand-name,
#mobile-header .navbar-brand-info #navbar-brand-name {
  font-size: 22px;
  padding: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 25, ../sass/partials/pages/_brand.sass */
#navbar-edit-brand-btn,
#navbar-change-brand-btn,
.edit-brand-btn {
  border: 1px solid white;
  border-radius: 4px;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.25px;
  padding: 3px 5px;
}

/* line 34, ../sass/partials/pages/_brand.sass */
#navbar-edit-brand-btn:hover,
#navbar-change-brand-btn:hover,
.edit-brand-btn:hover {
  background-color: #979799;
  cursor: pointer;
  text-decoration: none;
}

/* line 40, ../sass/partials/pages/_brand.sass */
.edit-brand-btn {
  line-height: 1;
  padding: 2px 4px;
}

/* line 45, ../sass/partials/pages/_brand.sass */
#brand-selector .twitter-typeahead input.typeahead {
  margin-top: 4px;
}
/* line 47, ../sass/partials/pages/_brand.sass */
#brand-selector li.brand-selector-header {
  font-weight: bold;
  color: #0093b9;
  padding: 5px 20px;
}

/* line 51, ../sass/partials/pages/_brand.sass */
.brand-edit-disabled {
  color: #4f4f4f;
  cursor: pointer;
}

/* line 58, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container {
  background-color: #4f4f4f;
  color: white;
  height: 100%;
  display: none;
  margin-top: 157px;
  overflow: hidden;
  position: absolute;
  width: 330px;
  z-index: 20;
}
/* line 68, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container hr {
  margin: 5px 0 15px;
}
/* line 70, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container a {
  color: white;
  font-weight: bold;
}
/* line 74, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-header {
  margin: 0 15px;
}
/* line 76, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-header h3 {
  font-weight: bolder;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 80, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-header p {
  color: #65b0d2;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  margin: 0;
}
/* line 86, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-header button.close {
  color: white;
  margin-right: 15px;
}
/* line 89, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-header #brand-explanation-hover i.fa,
.brand-sidebar-container .brand-sidebar-header #brand-explanation-hover i.fab,
.brand-sidebar-container .brand-sidebar-header #brand-explanation-hover i.fas {
  color: #b79f26;
}
/* line 94, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-main {
  height: 100%;
  margin: 0 15px;
  overflow-y: scroll;
  padding-bottom: 100px;
  position: relative;
}
/* line 100, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-main p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
/* line 104, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-main input.typeahead {
  width: 270px;
}
/* line 106, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-main .brand-list {
  padding-bottom: 100px;
}
/* line 108, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-main .brand-list #list-brands-by-alphabetical,
.brand-sidebar-container .brand-sidebar-main .brand-list #list-brands-by-top,
.brand-sidebar-container .brand-sidebar-main .brand-list #list-brands-by-recent {
  display: none;
}
/* line 113, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-main .brand-list ul#brand-selector {
  list-style: none;
  margin-right: 15px;
  margin-top: 15px;
  padding-left: 15px;
}
/* line 118, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-main .brand-list ul#brand-selector li a {
  word-break: break-word;
}
/* line 121, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-main .brand-list ul#brand-selector li[selected="selected"] a {
  color: #65b0d2;
}
/* line 123, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-main .brand-list ul#brand-selector li[selected="selected"] a.edit-brand-btn {
  color: white;
}
/* line 125, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-main .brand-list .dropdown-toggle {
  background-color: #65b0d2;
  border-color: #5ca0be;
  box-shadow: 0 2px 0 #5ca0be;
  line-height: 1;
}
/* line 128, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-main .brand-list .dropdown-toggle:hover, .brand-sidebar-container .brand-sidebar-main .brand-list .dropdown-toggle:focus {
  background-color: #0093b9;
  border-color: #0093b9;
  box-shadow: 0 2px 0 #0093b9;
  color: white;
}
/* line 132, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-main .brand-list .dropdown-toggle.dropdown-toggle-caret {
  margin-left: -3px;
}
/* line 135, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-footer {
  background-color: #979799;
  bottom: 0;
  display: none;
  font-weight: bold;
  position: fixed;
  width: inherit;
}
/* line 142, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-footer button {
  margin: 10px 3px;
}
/* line 144, ../sass/partials/pages/_brand.sass */
.brand-sidebar-container .brand-sidebar-footer p {
  line-height: 1.5;
}

/* line 149, ../sass/partials/pages/_brand.sass */
div.brand-edit {
  -moz-placeholder-color: #aeaeae;
  -ms-input-placeholder-color: #aeaeae;
}
/* line 150, ../sass/partials/pages/_brand.sass */
div.brand-edit ::-webkit-input-placeholder {
  color: #aeaeae;
}
/* line 154, ../sass/partials/pages/_brand.sass */
div.brand-edit ::-moz-placeholder {
  color: #aeaeae;
}
/* line 158, ../sass/partials/pages/_brand.sass */
div.brand-edit ::placeholder {
  color: #aeaeae;
}
/* line 160, ../sass/partials/pages/_brand.sass */
div.brand-edit #BrandEditAddService h4.modal-title span.service-name {
  text-transform: uppercase;
}
/* line 162, ../sass/partials/pages/_brand.sass */
div.brand-edit button.brandfield-disabled {
  color: white;
  background-color: #65b0d2;
  box-shadow: 0 2px 0 #5ca0be;
}
/* line 166, ../sass/partials/pages/_brand.sass */
div.brand-edit button.brandfield-disabled:hover {
  background-color: #0093b9;
  border-color: #0093b9;
  box-shadow: 0 2px 0 #0093b9;
}
/* line 168, ../sass/partials/pages/_brand.sass */
div.brand-edit #page-heading button {
  margin-top: -9px;
}
/* line 170, ../sass/partials/pages/_brand.sass */
div.brand-edit .panel {
  box-shadow: 5px 5px 10px #808082;
}
/* line 172, ../sass/partials/pages/_brand.sass */
div.brand-edit .panel.plain.panel-default .panel-heading {
  border-top: none;
}
/* line 174, ../sass/partials/pages/_brand.sass */
div.brand-edit .brand-manage-buttons-row {
  margin-bottom: 75px;
}
/* line 177, ../sass/partials/pages/_brand.sass */
div.brand-edit .brand-manage-buttons-row .brand-manage-buttons a {
  word-break: break-word;
}
/* line 179, ../sass/partials/pages/_brand.sass */
div.brand-edit .brand-manage-buttons-row .brand-manage-buttons button {
  margin-bottom: 10px;
  white-space: normal;
}
/* line 182, ../sass/partials/pages/_brand.sass */
div.brand-edit #brand-social-tip {
  margin-top: -6px;
  padding: 20px;
  text-align: center;
}
/* line 188, ../sass/partials/pages/_brand.sass */
div.brand-edit .member-card h2 {
  word-wrap: break-word;
}
/* line 190, ../sass/partials/pages/_brand.sass */
div.brand-edit .member-card .avatar-container {
  display: inline-block;
  line-height: 1;
}
/* line 193, ../sass/partials/pages/_brand.sass */
div.brand-edit .member-card .avatar-container label {
  width: 100px;
}
/* line 195, ../sass/partials/pages/_brand.sass */
div.brand-edit .member-card .avatar-container img {
  margin-bottom: 5px;
  height: 100px;
  width: 100px;
}
/* line 199, ../sass/partials/pages/_brand.sass */
div.brand-edit .member-card .avatar-container #brand-image-message {
  display: none;
  font-size: 12px;
  font-style: italic;
}
/* line 203, ../sass/partials/pages/_brand.sass */
div.brand-edit .member-card .form-group {
  border: none;
  padding: 0;
  margin: 0 0 15px;
}
/* line 207, ../sass/partials/pages/_brand.sass */
div.brand-edit .member-card .form-group label,
div.brand-edit .member-card .form-group .main-brand-info {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
/* line 214, ../sass/partials/pages/_brand.sass */
div.brand-edit .member-card .form-group .btn-default {
  text-align: center;
}
/* line 216, ../sass/partials/pages/_brand.sass */
div.brand-edit .member-card [class^="im-"],
div.brand-edit .member-card [class*=" im-"] {
  font-size: 1em;
}
/* line 220, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists .form-group,
div.brand-edit .services-lists .form-horizontal.group-border .form-group:first-child {
  border: none;
  padding: 8px 0;
}
/* line 224, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists .form-group label {
  color: #65b0d2;
  font-weight: normal;
  padding-right: 0;
  text-align: left;
}
/* line 229, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists .form-group label [class^="im-filter-"]:before {
  color: black;
}
/* line 231, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists .form-group label.disabled-fields, div.brand-edit .services-lists .form-group label.disabled-fields .icon-notification i, div.brand-edit .services-lists .form-group label.disabled-fields .icon-paidaccount i, div.brand-edit .services-lists .form-group label.disabled-fields [class^="im-filter-"]:before {
  color: #808082;
}
/* line 235, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists h4 {
  text-align: center;
  width: 100%;
}
/* line 238, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists #hashtag-icon {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
/* line 243, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists .icon-notification, div.brand-edit .services-lists div.member-profile div.member-services a .icon-paidaccount, div.member-profile div.member-services a div.brand-edit .services-lists .icon-paidaccount, div.brand-edit .services-lists .icon-paidaccount {
  left: 10px;
}
/* line 246, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists label [class^="im-filter-"] {
  margin-top: 3px;
}
/* line 248, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists label [class^="im-filter-"]:before {
  font-size: 150%;
}
/* line 250, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists label .im-filter-instagram:before,
div.brand-edit .services-lists label .im-filter-google:before,
div.brand-edit .services-lists label .im-filter-spotify:before {
  font-size: 175%;
}
/* line 254, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists label .im-filter-twitter,
div.brand-edit .services-lists label .im-filter-soundcloud {
  margin-top: 0;
}
/* line 257, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists label .im-filter-tumblr {
  margin-top: -3px;
}
/* line 259, ../sass/partials/pages/_brand.sass */
div.brand-edit .services-lists label .im-filter-applemusic {
  margin-top: 5px;
}

/*---------------------------------------- */
/* Filters page Custom.css - AE specific styles ------- */
/*---------------------------------------- */
/*--- CONTENTS --------------------------- */
/* Layout elements */
/* line 10, ../sass/partials/pages/_filters.sass */
.filter-settings .section-title {
  margin: 10px 0 20px;
  font-weight: 400;
  font-size: 1.6em;
}
/* line 14, ../sass/partials/pages/_filters.sass */
.filter-settings .filters {
  margin-top: 20px;
}
/* line 16, ../sass/partials/pages/_filters.sass */
.filter-settings .filters h2 {
  margin: 0;
  padding-top: 10px;
  font-weight: 300;
  font-size: 2.4em;
}
/* line 28, ../sass/partials/pages/_filters.sass */
.filter-settings .social-networks i.fa:hover,
.filter-settings .social-networks i.fab:hover,
.filter-settings .social-networks i.fas:hover,
.filter-settings .social-networks i.far:hover,
.filter-settings .social-networks [class^="im-"]:hover, .filter-settings .social-networks [class*=" im-"]:hover,
.filter-settings .social-networks .icon-img:hover {
  color: #65b0d2;
  cursor: pointer;
}
/* line 31, ../sass/partials/pages/_filters.sass */
.filter-settings .social-networks .icon-group {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 15px;
}
/* line 35, ../sass/partials/pages/_filters.sass */
.filter-settings .social-networks .icon-img {
  width: 48px;
}
/* line 37, ../sass/partials/pages/_filters.sass */
.filter-settings .social-networks i {
  font-size: 4em;
}
/* line 39, ../sass/partials/pages/_filters.sass */
.filter-settings .social-networks [class^="im-"], .filter-settings .social-networks [class*=" im-"] {
  font-size: 3.4em;
}
/* line 43, ../sass/partials/pages/_filters.sass */
.filter-settings span.icon-notification i, .filter-settings div.member-profile div.member-services a span.icon-paidaccount i, div.member-profile div.member-services a .filter-settings span.icon-paidaccount i, .filter-settings span.icon-paidaccount i,
.filter-settings span.icon-notification [class^="im-"],
.filter-settings div.member-profile div.member-services a span.icon-paidaccount [class^="im-"],
div.member-profile div.member-services a .filter-settings span.icon-paidaccount [class^="im-"],
.filter-settings span.icon-paidaccount [class^="im-"], .filter-settings span.icon-notification [class*=" im-"], .filter-settings div.member-profile div.member-services a span.icon-paidaccount [class*=" im-"], div.member-profile div.member-services a .filter-settings span.icon-paidaccount [class*=" im-"], .filter-settings span.icon-paidaccount [class*=" im-"],
.filter-settings span.icon-notification-inactive i,
.filter-settings span.icon-notification-inactive [class^="im-"],
.filter-settings span.icon-notification-inactive [class*=" im-"] {
  margin: 12px -5px 0;
  font-size: 8px;
}
/* line 48, ../sass/partials/pages/_filters.sass */
.filter-settings .social-networks i.fa,
.filter-settings .social-networks i.fas,
.filter-settings .social-networks i.fab {
  top: 2px;
}
/* line 52, ../sass/partials/pages/_filters.sass */
.filter-settings .social-networks h3 {
  margin-bottom: 0;
}
/* line 54, ../sass/partials/pages/_filters.sass */
.filter-settings .form-horizontal.group-border .form-group {
  border: none;
  padding: 10px 15px;
}

/* line 59, ../sass/partials/pages/_filters.sass */
.one-filter #datatable tbody tr:hover {
  background-color: #f2f1ef;
  color: #222;
}
/* line 63, ../sass/partials/pages/_filters.sass */
.one-filter .social-networks h4 {
  margin-bottom: 50px;
  margin-top: 30px;
  font-size: 1.1em;
}
/* line 67, ../sass/partials/pages/_filters.sass */
.one-filter .social-networks h4 span {
  color: #0093b9;
  font-size: 2.8em;
}
/* line 70, ../sass/partials/pages/_filters.sass */
.one-filter .social-networks i.fa,
.one-filter .social-networks i.fas,
.one-filter .social-networks i.fab {
  position: relative;
  margin: 0 0 0 -10px;
}
/* line 75, ../sass/partials/pages/_filters.sass */
.one-filter .social-networks i,
.one-filter .social-networks .icon-img {
  color: #222;
  margin-bottom: 15px;
}
/* line 79, ../sass/partials/pages/_filters.sass */
.one-filter .social-networks i.im-activity-youtube,
.one-filter .social-networks .icon-img.im-activity-youtube {
  margin-bottom: 13px;
}
/* line 81, ../sass/partials/pages/_filters.sass */
.one-filter .social-networks i.fa,
.one-filter .social-networks i.fas,
.one-filter .social-networks i.fab {
  top: 2px;
}
/* line 85, ../sass/partials/pages/_filters.sass */
.one-filter .social-networks .icon-img {
  width: 38px;
  margin-top: -2px;
}
/* line 88, ../sass/partials/pages/_filters.sass */
.one-filter .social-networks i {
  font-size: 2.9em;
}
/* line 90, ../sass/partials/pages/_filters.sass */
.one-filter .social-networks [class^="im-"], .one-filter .social-networks [class*=" im-"] {
  font-size: 2em;
}
/* line 95, ../sass/partials/pages/_filters.sass */
.one-filter .social-networks h5 span,
.one-filter .acquired-members h5 span {
  color: #0093b9;
  font-size: 1.4em;
  font-weight: 400;
}
/* line 99, ../sass/partials/pages/_filters.sass */
.one-filter .avatar {
  max-width: 200px;
}
/* line 101, ../sass/partials/pages/_filters.sass */
.one-filter .avatar span {
  display: block;
  margin-top: 23px;
  margin-left: 120px;
  line-height: 1.2em;
  overflow: hidden;
}
/* line 107, ../sass/partials/pages/_filters.sass */
.one-filter .avatar img {
  vertical-align: inherit;
  display: block;
  float: left;
}
/* line 111, ../sass/partials/pages/_filters.sass */
.one-filter .table .fa,
.one-filter .table .fas,
.one-filter .table .fab {
  font-size: 1em;
}
/* line 115, ../sass/partials/pages/_filters.sass */
.one-filter .table > tbody > tr > td {
  padding-bottom: 0;
}

/* line 119, ../sass/partials/pages/_filters.sass */
#tour-insights-crossover {
  width: 100%;
}
/* line 121, ../sass/partials/pages/_filters.sass */
#tour-insights-crossover #brand-type-dropdown {
  float: right;
}

/*---------------------------------------- */
/* Profile Custom.css - AE specific styles ------- */
/*---------------------------------------- */
/*--- CONTENTS --------------------------- */
/* Layout elements */
/* line 12, ../sass/partials/pages/_users.sass */
.userprofile .ae-btn-submit {
  text-align: right;
}
/* line 14, ../sass/partials/pages/_users.sass */
.userprofile .ae-btn-submit button {
  width: 33%;
}
/* line 17, ../sass/partials/pages/_users.sass */
.userprofile .has-success .control-label,
.userprofile .has-success .radio,
.userprofile .has-success .radio-inline,
.userprofile .has-success .checkbox-inline {
  color: #e7e5e1;
}
/* line 23, ../sass/partials/pages/_users.sass */
.userprofile .has-success .help-block {
  color: #4f4f4f;
}

/* line 29, ../sass/partials/pages/_users.sass */
div.usersindex form input, div.logs form input {
  margin-bottom: 11px;
}
/* line 31, ../sass/partials/pages/_users.sass */
div.usersindex form .im-search3, div.logs form .im-search3 {
  position: relative;
  top: 21px;
  left: -43px;
}
/* line 35, ../sass/partials/pages/_users.sass */
div.usersindex tr.user, div.logs tr.user {
  cursor: pointer;
}

/* line 40, ../sass/partials/pages/_users.sass */
div.users.edit .panel-heading {
  margin: 30px 28px;
}
/* line 43, ../sass/partials/pages/_users.sass */
div.users.edit form .generate-password {
  width: auto;
  height: 34px;
  cursor: pointer;
}
/* line 47, ../sass/partials/pages/_users.sass */
div.users.edit form .generate-password p {
  margin-top: 3px;
}
/* line 49, ../sass/partials/pages/_users.sass */
div.users.edit form .developer-checkbox {
  padding-left: 0;
}
/* line 51, ../sass/partials/pages/_users.sass */
div.users.edit button[type="submit"].disabled {
  background-color: #b1bdbd;
  border: 1px solid #3a3a39;
}
/* line 54, ../sass/partials/pages/_users.sass */
div.users.edit input[name="Username"].username-error,
div.users.edit input[name="Password"].password-error,
div.users.edit input[name="PasswordConfirm"].password-error,
div.users.edit input.strength.password-error {
  outline-color: red;
  border: red 2px solid;
}
/* line 60, ../sass/partials/pages/_users.sass */
div.users.edit input[name="Username"].username-success,
div.users.edit input[name="Password"].password-success,
div.users.edit input.strength.password-success {
  outline-color: green;
  border: green 2px solid;
}
/* line 67, ../sass/partials/pages/_users.sass */
div.users.edit div.passwords {
  margin-bottom: 15px;
}
/* line 70, ../sass/partials/pages/_users.sass */
div.users.edit div.role label {
  margin-top: 20px;
}
/* line 72, ../sass/partials/pages/_users.sass */
div.users.edit .password-message {
  padding: 0 15px;
}
/* line 74, ../sass/partials/pages/_users.sass */
div.users.edit .password-message .caps, div.users.edit .password-message .lower, div.users.edit .password-message .number, div.users.edit .password-message .special {
  color: #a94442;
}
/* line 77, ../sass/partials/pages/_users.sass */
div.users.edit .strength_meter {
  position: relative;
  left: -70px;
  top: -56px;
}
/* line 81, ../sass/partials/pages/_users.sass */
div.users.edit div.username-holder {
  margin-top: 30px;
}
/* line 83, ../sass/partials/pages/_users.sass */
div.users.edit div.username-holder div.username-message {
  float: right;
  height: 0;
  margin-top: -30px;
}
/* line 87, ../sass/partials/pages/_users.sass */
div.users.edit div.username-holder div.username-error {
  color: red;
}
/* line 89, ../sass/partials/pages/_users.sass */
div.users.edit div.username-holder div.username-success {
  color: green;
}
/* line 91, ../sass/partials/pages/_users.sass */
div.users.edit div.username-holder div.loading {
  float: right;
  margin: -25px 15px 0 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/activities-loader.gif);
  background-repeat: no-repeat;
  position: relative;
}
/* line 100, ../sass/partials/pages/_users.sass */
div.users.edit ul.member-data {
  list-style-type: none;
  padding-left: 0;
}
/* line 104, ../sass/partials/pages/_users.sass */
div.users.edit #UserIPAddresses {
  margin-left: 50px;
}
/* line 106, ../sass/partials/pages/_users.sass */
div.users.edit #UserIPAddresses p.current-ips {
  word-break: break-all;
}
/* line 108, ../sass/partials/pages/_users.sass */
div.users.edit #UserIPAddresses label {
  width: 150px;
}
/* line 110, ../sass/partials/pages/_users.sass */
div.users.edit #UserIPAddresses input {
  margin: 5px 0;
}
/* line 112, ../sass/partials/pages/_users.sass */
div.users.edit #UserIPAddresses input#IPAddresses, div.users.edit #UserIPAddresses input#IPAddress {
  width: 250px;
  padding: 3px 3px 6px 3px;
}

@media all and (max-width: 991px) {
  /* line 118, ../sass/partials/pages/_users.sass */
  form .user-details-submit, form .user-image-submit {
    margin-bottom: 40px;
  }

  /* line 120, ../sass/partials/pages/_users.sass */
  .user-history {
    margin-left: 50px;
  }
}
/* line 2, ../sass/partials/pages/_bootstrap-tours.sass */
.tour-edit-brand-tour,
.tour-brand-sidebar-tour,
.tour-activate-app-tour,
.tour-policies-form-tour,
.tour-permissions-tour,
.tour-api-keys-tour,
.tour-installation-manual-tour,
.tour-installation-wordpress-tour,
.tour-activity-tour,
.tour-profile-tour,
.tour-sample-tour,
.tour-installation-squarespace-tour {
  border: 1px solid #0093b9;
}
/* line 15, ../sass/partials/pages/_bootstrap-tours.sass */
.tour-edit-brand-tour .popover-title,
.tour-brand-sidebar-tour .popover-title,
.tour-activate-app-tour .popover-title,
.tour-policies-form-tour .popover-title,
.tour-permissions-tour .popover-title,
.tour-api-keys-tour .popover-title,
.tour-installation-manual-tour .popover-title,
.tour-installation-wordpress-tour .popover-title,
.tour-activity-tour .popover-title,
.tour-profile-tour .popover-title,
.tour-sample-tour .popover-title,
.tour-installation-squarespace-tour .popover-title {
  background-color: #0093b9;
  border-bottom: 1px solid #0093b9;
}
/* line 18, ../sass/partials/pages/_bootstrap-tours.sass */
.tour-edit-brand-tour .popover-navigation,
.tour-brand-sidebar-tour .popover-navigation,
.tour-activate-app-tour .popover-navigation,
.tour-policies-form-tour .popover-navigation,
.tour-permissions-tour .popover-navigation,
.tour-api-keys-tour .popover-navigation,
.tour-installation-manual-tour .popover-navigation,
.tour-installation-wordpress-tour .popover-navigation,
.tour-activity-tour .popover-navigation,
.tour-profile-tour .popover-navigation,
.tour-sample-tour .popover-navigation,
.tour-installation-squarespace-tour .popover-navigation {
  margin: 10px;
  text-align: center;
}
/* line 21, ../sass/partials/pages/_bootstrap-tours.sass */
.tour-edit-brand-tour .popover-navigation .next,
.tour-brand-sidebar-tour .popover-navigation .next,
.tour-activate-app-tour .popover-navigation .next,
.tour-policies-form-tour .popover-navigation .next,
.tour-permissions-tour .popover-navigation .next,
.tour-api-keys-tour .popover-navigation .next,
.tour-installation-manual-tour .popover-navigation .next,
.tour-installation-wordpress-tour .popover-navigation .next,
.tour-activity-tour .popover-navigation .next,
.tour-profile-tour .popover-navigation .next,
.tour-sample-tour .popover-navigation .next,
.tour-installation-squarespace-tour .popover-navigation .next {
  float: left;
}

/* line 27, ../sass/partials/pages/_bootstrap-tours.sass */
.popover .popover-navigation button {
  margin-bottom: 10px;
}

/* line 30, ../sass/partials/pages/_bootstrap-tours.sass */
button.edit-brand-tour-start,
button.activity-tour-start,
button.profile-tour-start {
  float: right;
  padding: 0 10px 0 5px;
  margin-right: 5px;
}

/* line 37, ../sass/partials/pages/_bootstrap-tours.sass */
button.profile-tour-start {
  position: relative;
  top: 14px;
  right: 20px;
  z-index: 1;
}

/* line 43, ../sass/partials/pages/_bootstrap-tours.sass */
button#brand-sidebar-tour-start {
  margin-left: 78px;
  margin-bottom: 13px;
}

/* line 47, ../sass/partials/pages/_bootstrap-tours.sass */
button#end-tour-btn {
  float: right;
  margin-bottom: 10px;
  margin-top: -6px;
}

/* line 52, ../sass/partials/pages/_bootstrap-tours.sass */
img.tour-guide-in-button {
  border: 2px solid white;
  border-radius: 50%;
  margin-left: 5px;
  height: 38px;
  width: 38px;
}

/* line 59, ../sass/partials/pages/_bootstrap-tours.sass */
img.tour-guide-in-tours {
  border: 2px solid #0093b9;
  border-radius: 50%;
  float: right;
  margin: -32px 5px 5px 5px;
  height: 60px;
  width: 60px;
}
/* line 66, ../sass/partials/pages/_bootstrap-tours.sass */
img.tour-guide-in-tours.welcome-modals-jeff {
  margin-left: 85px;
  margin-top: 0;
  position: absolute;
}

/* line 71, ../sass/partials/pages/_bootstrap-tours.sass */
li.tour-in-aeconnect-tab {
  float: right;
}
/* line 73, ../sass/partials/pages/_bootstrap-tours.sass */
li.tour-in-aeconnect-tab button {
  box-shadow: none;
  font-weight: normal;
  height: 48px;
}
/* line 77, ../sass/partials/pages/_bootstrap-tours.sass */
li.tour-in-aeconnect-tab button:hover {
  box-shadow: none;
}

/* line 81, ../sass/partials/pages/_bootstrap-tours.sass */
#Tour-RecentSignIns {
  position: relative;
  left: 200px;
  top: 30px;
  width: 0;
}

/* line 87, ../sass/partials/pages/_bootstrap-tours.sass */
#Tour-TopDomains {
  position: relative;
  left: 630px;
  top: 30px;
}

@media all and (max-width: 1100px) {
  /* line 93, ../sass/partials/pages/_bootstrap-tours.sass */
  #Tour-TopDomains {
    left: 200px;
    top: 600px;
  }
}
/* line 2, ../sass/partials/pages/_integrations.sass */
.integrationsholder .integrations-intro h5 {
  color: #65b0d2;
  cursor: pointer;
  font-weight: bold;
}

/* line 8, ../sass/partials/pages/_integrations.sass */
.integrationspage .integrationspage-header i {
  font-size: 1.3em !important;
}
/* line 10, ../sass/partials/pages/_integrations.sass */
.integrationspage .content-inner > a {
  text-decoration: none;
}
/* line 12, ../sass/partials/pages/_integrations.sass */
.integrationspage .panel {
  border: 1px solid #808082;
  box-shadow: 5px 2px 4px #808082;
}
/* line 15, ../sass/partials/pages/_integrations.sass */
.integrationspage .panel-body {
  padding: 0;
}
/* line 17, ../sass/partials/pages/_integrations.sass */
.integrationspage .panel-body table {
  margin-bottom: 0;
}
/* line 19, ../sass/partials/pages/_integrations.sass */
.integrationspage #new-integration-title i {
  cursor: pointer;
}
/* line 21, ../sass/partials/pages/_integrations.sass */
.integrationspage #integrations-datatable {
  margin-bottom: 0;
}
/* line 23, ../sass/partials/pages/_integrations.sass */
.integrationspage #integrations-datatable th, .integrationspage #integrations-datatable td {
  border: none;
}
/* line 25, ../sass/partials/pages/_integrations.sass */
.integrationspage #integrations-datatable tbody.integration-data {
  border-top: 2px solid #3b3b3b;
}
/* line 27, ../sass/partials/pages/_integrations.sass */
.integrationspage #integrations-datatable tbody.integration-data .results {
  background-color: rgba(101, 176, 210, 0.3);
  font-weight: bold;
}
/* line 30, ../sass/partials/pages/_integrations.sass */
.integrationspage #new-integration-table-info {
  background-color: #e5f4fb;
  color: #025E73;
}
/* line 33, ../sass/partials/pages/_integrations.sass */
.integrationspage #new-integration-table-info a:hover, .integrationspage #new-integration-table-info a:focus {
  text-decoration: none;
}
/* line 35, ../sass/partials/pages/_integrations.sass */
.integrationspage #integrations-table-buttons a {
  color: white;
  margin: 0;
  width: 80px;
}

/* line 41, ../sass/partials/pages/_integrations.sass */
.integrationseditpage hr {
  border-top: 3px solid #e2e0db;
}
/* line 44, ../sass/partials/pages/_integrations.sass */
.integrationseditpage #fb-ad-preview iframe {
  max-height: 600px;
}

/* line 49, ../sass/partials/pages/_integrations.sass */
.integrationspage .start-integration-btn,
.integrationseditpage .start-integration-btn {
  border: none;
  position: relative;
}
/* line 52, ../sass/partials/pages/_integrations.sass */
.integrationspage .start-integration-btn:before,
.integrationseditpage .start-integration-btn:before {
  content: "";
  background: linear-gradient(45deg, #d2b72d, #b79f26, #65b0d2, #0093b9, #0093b9, #65b0d2, #b79f26, #d2b72d);
  position: absolute;
  top: -4px;
  left: -3px;
  background-size: 400%;
  z-index: -1;
  filter: blur(6px);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  animation: start-integration-btn 20s linear infinite;
  transition: opacity 1s ease-in-out;
}
@keyframes start-integration-btn {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* line 74, ../sass/partials/pages/_integrations.sass */
#selectIntegrationModal .modal-header {
  background-color: #65b0d2;
}
/* line 76, ../sass/partials/pages/_integrations.sass */
#selectIntegrationModal .modal-body {
  margin: 20px auto;
}
/* line 78, ../sass/partials/pages/_integrations.sass */
#selectIntegrationModal .modal-footer {
  line-height: 1;
  margin-bottom: 10px;
}
/* line 81, ../sass/partials/pages/_integrations.sass */
#selectIntegrationModal .modal-footer a {
  color: #0093b9;
  font-weight: bold;
}
/* line 84, ../sass/partials/pages/_integrations.sass */
#selectIntegrationModal a.integration-icon {
  color: #65b0d2;
  margin: 15px;
  padding: 0;
  font-size: 6em;
}
/* line 89, ../sass/partials/pages/_integrations.sass */
#selectIntegrationModal a.integration-icon:hover {
  text-decoration: none;
}
/* line 91, ../sass/partials/pages/_integrations.sass */
#selectIntegrationModal a.integration-icon i:hover {
  color: #0093b9;
}

/* line 94, ../sass/partials/pages/_integrations.sass */
.integration-category-div {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
/* line 98, ../sass/partials/pages/_integrations.sass */
.integration-category-div > div {
  min-height: 230px;
}

/* line 101, ../sass/partials/pages/_integrations.sass */
.integration-category-link {
  color: white;
  font-size: 30px;
  line-height: 1;
}
/* line 105, ../sass/partials/pages/_integrations.sass */
.integration-category-link:hover, .integration-category-link:focus {
  text-decoration: none;
}
/* line 109, ../sass/partials/pages/_integrations.sass */
.integration-category-link .integration-category {
  background-color: #65b0d2;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 7px;
  color: white;
  min-height: 100%;
  transition: background-color 0.5s;
}
/* line 115, ../sass/partials/pages/_integrations.sass */
.integration-category-link .integration-category i {
  font-size: 3em;
  margin: 15px auto;
}
/* line 118, ../sass/partials/pages/_integrations.sass */
.integration-category-link .integration-category .config-status-icon i {
  color: #0093b9;
  float: right;
  font-size: 1em;
  margin: 15px 15px 0 0;
  transition: color 0.5s;
}
/* line 124, ../sass/partials/pages/_integrations.sass */
.integration-category-link .integration-category:hover {
  background-color: #0093b9;
}
/* line 126, ../sass/partials/pages/_integrations.sass */
.integration-category-link .integration-category:hover .config-status-icon i {
  color: #65b0d2;
}
/* line 128, ../sass/partials/pages/_integrations.sass */
.integration-category-link .integration-category.coming-soon {
  background-color: #b1bdbd;
  padding: 20px 0;
}
/* line 131, ../sass/partials/pages/_integrations.sass */
.integration-category-link .integration-category.coming-soon:hover {
  background-color: #b1bdbd;
  cursor: default;
}
/* line 136, ../sass/partials/pages/_integrations.sass */
.integration-category-link .integration-number p {
  font-size: 15px;
  font-weight: bolder;
  margin-bottom: 7px;
}
/* line 140, ../sass/partials/pages/_integrations.sass */
.integration-category-link .integration-number hr {
  width: 150px;
  border-top: 1px solid white;
  margin: 15px auto;
}

/* line 146, ../sass/partials/pages/_integrations.sass */
.integration-config-page .integration-fb-auth {
  background-color: #1877F2;
  border: none;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px;
}
@media (max-width: 576px) {
  /* line 155, ../sass/partials/pages/_integrations.sass */
  .integration-config-page .config-cog {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 159, ../sass/partials/pages/_integrations.sass */
  .table-responsive {
    border: none;
  }
}
/* line 4, ../sass/partials/pages/_getting-started.sass */
#to-do-list {
  color: #4f4f4f;
  text-align: left;
}
/* line 7, ../sass/partials/pages/_getting-started.sass */
#to-do-list ul {
  font-size: 12px;
  font-weight: lighter;
  padding-left: 15px;
}

/* line 13, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel {
  box-shadow: 2px 2px 4px #b1bdbd;
}
/* line 15, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .heart-col {
  padding-left: 0;
}
/* line 17, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .fa-heart {
  color: #d95347;
  font-size: 40px;
  padding-top: 0 !important;
}
/* line 21, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .fa-check-circle {
  color: #65b0d2;
  font-size: 24px;
}
/* line 24, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .fa-circle,
.getting-started .gettingstarted-panel .fa-check {
  color: #b1bdbd;
  font-size: 24px;
}
/* line 28, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .checklist-done {
  color: #65b0d2;
}
/* line 30, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .line-through {
  text-decoration: line-through;
}
/* line 32, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .panel-heading {
  background-color: white;
}
/* line 34, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .panel-heading .panel-title {
  color: #4f4f4f;
  font-weight: bold;
}
/* line 37, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .panel-heading i {
  padding-top: 20px;
}
/* line 39, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .panel-heading .checklist-img {
  padding: 10px 0 0;
  text-align: center;
}
/* line 42, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .panel-body {
  border: none;
}
/* line 44, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .panel-body button {
  float: right;
}
/* line 46, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .panel-body .progress-bar {
  background-color: #d2b72d;
}
/* line 48, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .panel-body .gettingstarted-actionbutton {
  padding-right: 0;
}
/* line 50, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-panel .panel-body.panel-bottom-border {
  border-bottom: 1px solid #e2e0db;
}
/* line 54, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-do-last .panel-title,
.getting-started .gettingstarted-do-last .panel-body {
  color: #979799 !important;
}
/* line 57, ../sass/partials/pages/_getting-started.sass */
.getting-started .gettingstarted-do-last .panel-title a,
.getting-started .gettingstarted-do-last .panel-title a:hover,
.getting-started .gettingstarted-do-last .panel-title button:hover,
.getting-started .gettingstarted-do-last .panel-title button:focus,
.getting-started .gettingstarted-do-last .panel-body a,
.getting-started .gettingstarted-do-last .panel-body a:hover,
.getting-started .gettingstarted-do-last .panel-body button:hover,
.getting-started .gettingstarted-do-last .panel-body button:focus {
  color: #95a5a6;
}

/* line 69, ../sass/partials/pages/_getting-started.sass */
#ChecklistCompleteModal .modal-header,
#ChecklistPromptModal .modal-header,
#RegularDashboardWelcomeModal .modal-header,
#SampleDashboardWelcomeModal .modal-header,
#SampleDashboardEndModal .modal-header,
#BrandTrackingMessageModal .modal-header {
  background-color: #0093b9;
}
/* line 71, ../sass/partials/pages/_getting-started.sass */
#ChecklistCompleteModal .modal-header h4,
#ChecklistPromptModal .modal-header h4,
#RegularDashboardWelcomeModal .modal-header h4,
#SampleDashboardWelcomeModal .modal-header h4,
#SampleDashboardEndModal .modal-header h4,
#BrandTrackingMessageModal .modal-header h4 {
  font-weight: bold;
}
/* line 74, ../sass/partials/pages/_getting-started.sass */
#ChecklistCompleteModal .modal-body a:hover,
#ChecklistPromptModal .modal-body a:hover,
#RegularDashboardWelcomeModal .modal-body a:hover,
#SampleDashboardWelcomeModal .modal-body a:hover,
#SampleDashboardEndModal .modal-body a:hover,
#BrandTrackingMessageModal .modal-body a:hover {
  text-decoration: none;
}
/* line 76, ../sass/partials/pages/_getting-started.sass */
#ChecklistCompleteModal .modal-body button,
#ChecklistPromptModal .modal-body button,
#RegularDashboardWelcomeModal .modal-body button,
#SampleDashboardWelcomeModal .modal-body button,
#SampleDashboardEndModal .modal-body button,
#BrandTrackingMessageModal .modal-body button {
  margin: 10px;
  width: 250px;
}
/* line 79, ../sass/partials/pages/_getting-started.sass */
#ChecklistCompleteModal .checklist-staff-photo,
#ChecklistPromptModal .checklist-staff-photo,
#RegularDashboardWelcomeModal .checklist-staff-photo,
#SampleDashboardWelcomeModal .checklist-staff-photo,
#SampleDashboardEndModal .checklist-staff-photo,
#BrandTrackingMessageModal .checklist-staff-photo {
  width: 400px;
}
/* line 81, ../sass/partials/pages/_getting-started.sass */
#ChecklistCompleteModal .getting-started-screenshot,
#ChecklistPromptModal .getting-started-screenshot,
#RegularDashboardWelcomeModal .getting-started-screenshot,
#SampleDashboardWelcomeModal .getting-started-screenshot,
#SampleDashboardEndModal .getting-started-screenshot,
#BrandTrackingMessageModal .getting-started-screenshot {
  border: 1px solid black;
  width: 250px;
}

@media (max-width: 500px) {
  /* line 86, ../sass/partials/pages/_getting-started.sass */
  .checklist-img img {
    display: none;
  }

  /* line 88, ../sass/partials/pages/_getting-started.sass */
  .checklist-checkmark {
    padding-left: 0;
  }

  /* line 90, ../sass/partials/pages/_getting-started.sass */
  .checklist-step-title {
    padding-right: 0;
  }

  /* line 92, ../sass/partials/pages/_getting-started.sass */
  #ChecklistCompleteModal .checklist-staff-photo {
    width: 300px;
  }
}
/*------------------------------------------------------ */
/* Styles for Domain Dropdwon on Registrations page */
/* */
/* TODO: incorporate into main style sheets - a lot of these styles are repeats of what's */
/* being used on our other type ahead dropdowns */
/*---------------------------------------- */
/* line 7, ../sass/partials/_dropdowns.sass */
.typeahead.btn {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* line 13, ../sass/partials/_dropdowns.sass */
.dropdown-menu {
  border: 2px solid #65b0d2;
  font-family: "Roboto Condensed", sans-serif;
}
/* line 16, ../sass/partials/_dropdowns.sass */
.dropdown-menu li {
  width: 100%;
  padding: 0;
}
/* line 19, ../sass/partials/_dropdowns.sass */
.dropdown-menu li a {
  color: #0093b9;
}
/* line 21, ../sass/partials/_dropdowns.sass */
.dropdown-menu li a:hover {
  background-color: #0093b9;
}
/* line 23, ../sass/partials/_dropdowns.sass */
.dropdown-menu:before {
  border-bottom-color: #65b0d2;
}
/* line 25, ../sass/partials/_dropdowns.sass */
.dropdown-menu .divider {
  margin: 0;
  background-color: #65b0d2;
}

/* line 29, ../sass/partials/_dropdowns.sass */
.all-domains-button {
  width: 300px;
}

/* line 32, ../sass/partials/_dropdowns.sass */
#domain-typeahead {
  font-family: "Roboto Condensed", sans-serif;
  float: left;
}
/* line 35, ../sass/partials/_dropdowns.sass */
#domain-typeahead input {
  text-align: left;
}
/* line 37, ../sass/partials/_dropdowns.sass */
#domain-typeahead ::-webkit-input-placeholder {
  color: #fff;
}
/* line 39, ../sass/partials/_dropdowns.sass */
#domain-typeahead ::-moz-placeholder {
  color: #fff;
}
/* line 41, ../sass/partials/_dropdowns.sass */
#domain-typeahead div.tt-dataset-domains {
  border: 2px solid #65b0d2;
  background-color: #fff;
  list-style-type: none;
}
/* line 45, ../sass/partials/_dropdowns.sass */
#domain-typeahead div.tt-dataset-domains li {
  width: auto;
  padding: 0;
  cursor: pointer;
  color: #0093b9;
  overflow: hidden;
}
/* line 51, ../sass/partials/_dropdowns.sass */
#domain-typeahead div.tt-dataset-domains li a {
  color: #0093b9;
}
/* line 53, ../sass/partials/_dropdowns.sass */
#domain-typeahead div.tt-dataset-domains li a:hover {
  background-color: #0093b9;
}
/* line 55, ../sass/partials/_dropdowns.sass */
#domain-typeahead div.tt-dataset-domains li span {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: normal;
}
/* line 59, ../sass/partials/_dropdowns.sass */
#domain-typeahead div.tt-dataset-domains:before {
  border-bottom-color: #65b0d2;
}
/* line 61, ../sass/partials/_dropdowns.sass */
#domain-typeahead div.tt-dataset-domains .divider {
  margin: 0;
  background-color: #65b0d2;
}
/* line 64, ../sass/partials/_dropdowns.sass */
#domain-typeahead div.tt-input {
  width: 300px;
}
/* line 66, ../sass/partials/_dropdowns.sass */
#domain-typeahead .page-header div.tt-dataset-domains {
  border: 2px solid #65b0d2;
}
/* line 68, ../sass/partials/_dropdowns.sass */
#domain-typeahead .page-header div.tt-dataset-domains a {
  color: #0093b9;
}
/* line 70, ../sass/partials/_dropdowns.sass */
#domain-typeahead .page-header div.tt-dataset-domains a:hover {
  background-color: #0093b9;
}
/* line 72, ../sass/partials/_dropdowns.sass */
#domain-typeahead .page-header div.tt-dataset-domains:before {
  border-bottom-color: #65b0d2;
}
/* line 74, ../sass/partials/_dropdowns.sass */
#domain-typeahead .page-header div.tt-dataset-domains li {
  width: 100%;
  padding: 0;
}
/* line 77, ../sass/partials/_dropdowns.sass */
#domain-typeahead .page-header div.tt-dataset-domains .divider {
  margin: 0;
  background-color: #65b0d2;
}
/* line 80, ../sass/partials/_dropdowns.sass */
#domain-typeahead .navbar div.tt-dataset-domains {
  border: 2px solid #65b0d2;
}
/* line 82, ../sass/partials/_dropdowns.sass */
#domain-typeahead .navbar div.tt-dataset-domains a {
  color: #0093b9;
}
/* line 84, ../sass/partials/_dropdowns.sass */
#domain-typeahead .navbar div.tt-dataset-domains a:hover {
  background-color: #0093b9;
}
/* line 86, ../sass/partials/_dropdowns.sass */
#domain-typeahead .navbar div.tt-dataset-domains:before {
  border-bottom-color: #65b0d2;
}
/* line 88, ../sass/partials/_dropdowns.sass */
#domain-typeahead .navbar div.tt-dataset-domains li {
  width: 100%;
  padding: 0;
}
/* line 91, ../sass/partials/_dropdowns.sass */
#domain-typeahead .navbar div.tt-dataset-domains .divider {
  margin: 0;
  background-color: #65b0d2;
}

/* line 94, ../sass/partials/_dropdowns.sass */
#domain-selector {
  width: 300px;
  margin-left: -23px;
  z-index: 5;
}
/* line 99, ../sass/partials/_dropdowns.sass */
#domain-selector li a {
  overflow: hidden;
}

/* line 103, ../sass/partials/_dropdowns.sass */
.page-header .dropdown-menu {
  border: 2px solid #65b0d2;
}
/* line 105, ../sass/partials/_dropdowns.sass */
.page-header .dropdown-menu a {
  color: #0093b9;
}
/* line 107, ../sass/partials/_dropdowns.sass */
.page-header .dropdown-menu a:hover {
  background-color: #0093b9;
}
/* line 109, ../sass/partials/_dropdowns.sass */
.page-header .dropdown-menu:before {
  border-bottom-color: #65b0d2;
}
/* line 111, ../sass/partials/_dropdowns.sass */
.page-header .dropdown-menu li {
  width: 100%;
  padding: 0;
}
/* line 114, ../sass/partials/_dropdowns.sass */
.page-header .dropdown-menu .divider {
  margin: 0;
  background-color: #65b0d2;
}
/* line 117, ../sass/partials/_dropdowns.sass */
.page-header #domain-typeahead div.tt-dataset-domains {
  border: 2px solid #65b0d2;
}
/* line 119, ../sass/partials/_dropdowns.sass */
.page-header #domain-typeahead div.tt-dataset-domains a {
  color: #0093b9;
}
/* line 121, ../sass/partials/_dropdowns.sass */
.page-header #domain-typeahead div.tt-dataset-domains a:hover {
  background-color: #0093b9;
}
/* line 123, ../sass/partials/_dropdowns.sass */
.page-header #domain-typeahead div.tt-dataset-domains:before {
  border-bottom-color: #65b0d2;
}
/* line 125, ../sass/partials/_dropdowns.sass */
.page-header #domain-typeahead div.tt-dataset-domains li {
  width: 100%;
  padding: 0;
}
/* line 128, ../sass/partials/_dropdowns.sass */
.page-header #domain-typeahead div.tt-dataset-domains .divider {
  margin: 0;
  background-color: #65b0d2;
}
/* line 131, ../sass/partials/_dropdowns.sass */
.page-header .btn-group.open .dropdown-toggle.btn-success {
  box-shadow: 0 2px 0 #5ca0be;
}

/* line 135, ../sass/partials/_dropdowns.sass */
.navbar .dropdown-menu {
  border: 2px solid #65b0d2;
}
/* line 137, ../sass/partials/_dropdowns.sass */
.navbar .dropdown-menu a {
  color: #0093b9;
}
/* line 139, ../sass/partials/_dropdowns.sass */
.navbar .dropdown-menu a:hover {
  background-color: #0093b9;
}
/* line 141, ../sass/partials/_dropdowns.sass */
.navbar .dropdown-menu:before {
  border-bottom-color: #65b0d2;
}
/* line 143, ../sass/partials/_dropdowns.sass */
.navbar .dropdown-menu li {
  width: 100%;
  padding: 0;
}
/* line 146, ../sass/partials/_dropdowns.sass */
.navbar .dropdown-menu .divider {
  margin: 0;
  background-color: #65b0d2;
}
/* line 149, ../sass/partials/_dropdowns.sass */
.navbar #domain-typeahead div.tt-dataset-domains {
  border: 2px solid #65b0d2;
}
/* line 151, ../sass/partials/_dropdowns.sass */
.navbar #domain-typeahead div.tt-dataset-domains a {
  color: #0093b9;
}
/* line 153, ../sass/partials/_dropdowns.sass */
.navbar #domain-typeahead div.tt-dataset-domains a:hover {
  background-color: #0093b9;
}
/* line 155, ../sass/partials/_dropdowns.sass */
.navbar #domain-typeahead div.tt-dataset-domains:before {
  border-bottom-color: #65b0d2;
}
/* line 157, ../sass/partials/_dropdowns.sass */
.navbar #domain-typeahead div.tt-dataset-domains li {
  width: 100%;
  padding: 0;
}
/* line 160, ../sass/partials/_dropdowns.sass */
.navbar #domain-typeahead div.tt-dataset-domains .divider {
  margin: 0;
  background-color: #65b0d2;
}

/* line 164, ../sass/partials/_dropdowns.sass */
#brand-typeahead, .activity-typeahead {
  float: left;
}
/* line 166, ../sass/partials/_dropdowns.sass */
#brand-typeahead input, .activity-typeahead input {
  text-align: left;
}
/* line 168, ../sass/partials/_dropdowns.sass */
#brand-typeahead ::-webkit-input-placeholder, .activity-typeahead ::-webkit-input-placeholder {
  color: #aeaeae;
}
/* line 170, ../sass/partials/_dropdowns.sass */
#brand-typeahead ::-moz-placeholder, .activity-typeahead ::-moz-placeholder {
  color: #aeaeae;
}
/* line 172, ../sass/partials/_dropdowns.sass */
#brand-typeahead input.tt-input, .activity-typeahead input.tt-input {
  background-color: #fff !important;
  color: #3b3b3b;
  cursor: text;
}
/* line 176, ../sass/partials/_dropdowns.sass */
#brand-typeahead div.tt-dataset-brands, #brand-typeahead div.tt-dataset-activities, .activity-typeahead div.tt-dataset-brands, .activity-typeahead div.tt-dataset-activities {
  background-color: #fff;
  list-style-type: none;
}
/* line 179, ../sass/partials/_dropdowns.sass */
#brand-typeahead div.tt-dataset-brands li, #brand-typeahead div.tt-dataset-activities li, .activity-typeahead div.tt-dataset-brands li, .activity-typeahead div.tt-dataset-activities li {
  cursor: pointer;
  color: #0093b9;
}
/* line 182, ../sass/partials/_dropdowns.sass */
#brand-typeahead div.tt-dataset-brands li span, #brand-typeahead div.tt-dataset-activities li span, .activity-typeahead div.tt-dataset-brands li span, .activity-typeahead div.tt-dataset-activities li span {
  padding: 5px 20px;
  font-size: 14px;
}

/* line 187, ../sass/partials/_dropdowns.sass */
#brand-typeahead.single-brand ::-webkit-input-placeholder {
  color: #222;
}
/* line 189, ../sass/partials/_dropdowns.sass */
#brand-typeahead.single-brand ::-moz-placeholder {
  color: #222;
}

/* line 193, ../sass/partials/_dropdowns.sass */
.application-dropdown-container #s2id_app-selector,
.brand-category-dropdown-container #s2id_app-selector {
  box-shadow: 0 2px 0 #5ca0be;
  float: left;
  margin-right: -1px;
  margin-top: 5px;
}
/* line 199, ../sass/partials/_dropdowns.sass */
.application-dropdown-container #s2id_app-selector a,
.brand-category-dropdown-container #s2id_app-selector a {
  height: 30px;
  background-color: #65b0d2;
  border: 1px solid #5ca0be;
  color: white;
  line-height: 2;
  font-weight: normal;
  font-size: 14px;
}
/* line 207, ../sass/partials/_dropdowns.sass */
.application-dropdown-container #s2id_app-selector a .select2-arrow,
.brand-category-dropdown-container #s2id_app-selector a .select2-arrow {
  display: none;
  border-left: none;
  background-color: #222;
}
/* line 211, ../sass/partials/_dropdowns.sass */
.application-dropdown-container #s2id_app-selector:before, .application-dropdown-container #s2id_app-selector:after,
.brand-category-dropdown-container #s2id_app-selector:before,
.brand-category-dropdown-container #s2id_app-selector:after {
  display: none;
}
/* line 214, ../sass/partials/_dropdowns.sass */
.application-dropdown-container #s2id_app-selector #app-selector #select2-drop-mask,
.brand-category-dropdown-container #s2id_app-selector #app-selector #select2-drop-mask {
  height: 30px;
}

/* line 218, ../sass/partials/_dropdowns.sass */
.app-selector-results.select2-drop {
  color: #0093b9;
  font-weight: normal;
  margin-top: 15px;
}
/* line 222, ../sass/partials/_dropdowns.sass */
.app-selector-results.select2-drop .select2-search input {
  margin-top: 5px;
}
/* line 225, ../sass/partials/_dropdowns.sass */
.app-selector-results.select2-drop:after, .app-selector-results.select2-drop:before {
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 25%;
  pointer-events: none;
  position: absolute;
  width: 0;
}
/* line 235, ../sass/partials/_dropdowns.sass */
.app-selector-results.select2-drop:before {
  right: 15px;
  border-bottom-color: #65b0d2;
  border-width: 12px;
  margin-left: -13px;
}
/* line 240, ../sass/partials/_dropdowns.sass */
.app-selector-results.select2-drop:after {
  right: 16px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

/* line 246, ../sass/partials/_dropdowns.sass */
.brand-category-selector-results.select2-drop {
  color: #0093b9;
  font-weight: normal;
}
/* line 249, ../sass/partials/_dropdowns.sass */
.brand-category-selector-results.select2-drop .select2-search input {
  margin-top: 5px;
}

@media all and (min-width: 991px) and (max-width: 1210px) {
  /* line 253, ../sass/partials/_dropdowns.sass */
  .domain-drop {
    width: 120px;
  }
}
/*----------------------------------------------------- */
/* Custom.css - AE additions to original styles ------- */
/*----------------------------------------------------- */
/* line 8, ../sass/partials/_style.sass */
body pre {
  color: black;
}
/* line 10, ../sass/partials/_style.sass */
body #preloader-icon {
  padding-top: 35px;
}
/* line 12, ../sass/partials/_style.sass */
body .btn a {
  display: inline-block;
}
/* line 14, ../sass/partials/_style.sass */
body .btn-advanced {
  color: #5ca0be;
}
/* line 16, ../sass/partials/_style.sass */
body .btn-advanced:hover {
  color: #0093b9;
}
/* line 18, ../sass/partials/_style.sass */
body .btn-success,
body .pagination > li > a {
  background-color: #65b0d2;
  border-color: #5ca0be;
  box-shadow: 0 2px 0 #5ca0be;
}
/* line 21, ../sass/partials/_style.sass */
body .btn-success:hover, body .btn-success:focus, body .btn-success:active,
body .pagination > li > a:hover,
body .pagination > li > a:focus,
body .pagination > li > a:active {
  background-color: #0093b9;
  border-color: #0093b9;
  box-shadow: 0 2px 0 #0093b9;
}
/* line 26, ../sass/partials/_style.sass */
body .content-inner .btn-success,
body .content-inner .downloads-integration-buttons a button {
  background-color: #d2b72d;
  border-color: #b79f26;
  box-shadow: 0 2px 0 #b79f26;
}
/* line 29, ../sass/partials/_style.sass */
body .content-inner .btn-success:hover,
body .content-inner .downloads-integration-buttons a button:hover {
  background-color: #b79f26;
  border-color: #b79f26;
  box-shadow: 0 2px 0 #b79f26;
}
/* line 31, ../sass/partials/_style.sass */
body .content-inner .btn-danger,
body .content-inner table.applications .btn-success {
  background-color: #979799;
  border-color: #808082;
  box-shadow: 0 2px 0 #808082;
}
/* line 34, ../sass/partials/_style.sass */
body .content-inner .btn-danger:hover,
body .content-inner table.applications .btn-success:hover {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
  box-shadow: 0 2px 0 #4f4f4f;
}
/* line 36, ../sass/partials/_style.sass */
body .content-inner .pagination > .disabled > a {
  color: #030303;
  background-color: #f2f1ef;
  border-color: #d2d7d3;
  box-shadow: 0 2px 0 #d2d7d3;
}
/* line 39, ../sass/partials/_style.sass */
body .content-inner .pagination > .disabled > a:hover {
  background-color: #e7e5e1;
  border-color: #e7e5e1;
  box-shadow: 0 2px 0 #d2d7d3;
}
/* line 41, ../sass/partials/_style.sass */
body .content-inner .pagination > .disabled > a:focus, body .content-inner .pagination > .disabled > a:active {
  box-shadow: none;
}
/* line 43, ../sass/partials/_style.sass */
body .content-inner .pagination > li.active > a {
  background-color: #0093b9;
  border-color: #0093b9;
  box-shadow: 0 2px 0 #0093b9;
}
/* line 45, ../sass/partials/_style.sass */
body .content-inner #brand-typeahead .twitter-typeahead input,
body .content-inner .advanced-search .any_of.all_of .dropdown-toggle {
  background-color: #65b0d2;
  border-color: #0093b9;
  box-shadow: 0 2px 0 #5ca0be;
  height: 50px;
}
/* line 49, ../sass/partials/_style.sass */
body .content-inner #brand-typeahead .twitter-typeahead input:hover,
body .content-inner .advanced-search .any_of.all_of .dropdown-toggle:hover {
  background-color: #0093b9;
  border-color: #0093b9;
  box-shadow: 0 2px 0 #0093b9;
}
/* line 51, ../sass/partials/_style.sass */
body .content-inner .advanced-search .dropdown-toggle {
  margin-left: -2px;
}
/* line 53, ../sass/partials/_style.sass */
body .ae-help-icon {
  color: #b04933;
}
/* line 55, ../sass/partials/_style.sass */
body span.error {
  color: #a94442;
}
/* line 57, ../sass/partials/_style.sass */
body span.success {
  color: green;
}

/* line 62, ../sass/partials/_style.sass */
#AEHelpModal .modal-content .modal-header {
  background: #b04933;
}

/* line 65, ../sass/partials/_style.sass */
.btn-disabled {
  background-color: #e7e5e1;
  border-color: #b1bdbd;
  box-shadow: 0 2px 0 #b1bdbd;
  font-weight: normal;
}

/* line 69, ../sass/partials/_style.sass */
.status-message {
  padding: 0;
  background-image: none;
  min-height: 0;
  color: black;
}
/* line 74, ../sass/partials/_style.sass */
.status-message.alertbox-blue {
  background-color: #65b0d2;
}
/* line 76, ../sass/partials/_style.sass */
.status-message.alertbox-yellow {
  background-color: #d2b72d;
}
/* line 78, ../sass/partials/_style.sass */
.status-message.alertbox-red {
  background-color: #d95347;
}

/* line 81, ../sass/partials/_style.sass */
.log-data {
  float: right;
  text-align: right;
  margin-top: 15px;
}
/* line 85, ../sass/partials/_style.sass */
.log-data p {
  font-size: 14px;
  line-height: 2;
}
/* line 88, ../sass/partials/_style.sass */
.log-data p a {
  text-decoration: none;
}
/* line 90, ../sass/partials/_style.sass */
.log-data p a:hover {
  color: #4f4f4f;
}

/* line 94, ../sass/partials/_style.sass */
#header .mainNavbar, #mobile-header .mainNavbar, #header nav, #mobile-header nav {
  background-color: white;
}
/* line 96, ../sass/partials/_style.sass */
#header .mainNavbar .avatar, #mobile-header .mainNavbar .avatar, #header nav .avatar, #mobile-header nav .avatar {
  margin-top: -4px;
}
/* line 98, ../sass/partials/_style.sass */
#header .mainNavbar a, #mobile-header .mainNavbar a, #header nav a, #mobile-header nav a {
  color: #4f4f4f;
  font-weight: bold;
}
/* line 101, ../sass/partials/_style.sass */
#header .mainNavbar ul, #mobile-header .mainNavbar ul, #header nav ul, #mobile-header nav ul {
  margin-top: 15px;
}
/* line 103, ../sass/partials/_style.sass */
#header .mainNavbar ul li:hover, #mobile-header .mainNavbar ul li:hover, #header nav ul li:hover, #mobile-header nav ul li:hover {
  background-color: white;
}
/* line 105, ../sass/partials/_style.sass */
#header .mainNavbar ul.navbar-nav, #mobile-header .mainNavbar ul.navbar-nav, #header nav ul.navbar-nav, #mobile-header nav ul.navbar-nav {
  margin-top: 0;
}
/* line 107, ../sass/partials/_style.sass */
#header .mainNavbar .sample-button-div, #mobile-header .mainNavbar .sample-button-div, #header nav .sample-button-div, #mobile-header nav .sample-button-div {
  float: right;
  right: 10px;
  top: 22px;
  margin-left: 10px;
}
/* line 112, ../sass/partials/_style.sass */
#header .mainNavbar .sample-button-div .end-sample, #mobile-header .mainNavbar .sample-button-div .end-sample, #header nav .sample-button-div .end-sample, #mobile-header nav .sample-button-div .end-sample {
  background-color: #d2b72d;
}
/* line 115, ../sass/partials/_style.sass */
#header .btn-group .dropdown-toggle.btn-success, #mobile-header .btn-group .dropdown-toggle.btn-success {
  margin-top: 0;
  border-left: #4f4f4f;
}
/* line 118, ../sass/partials/_style.sass */
#header .download-page, #mobile-header .download-page {
  float: right;
  top: 10px;
  right: 10px;
}
/* line 122, ../sass/partials/_style.sass */
#header .plan-icon, #mobile-header .plan-icon {
  float: left;
  margin-top: 3px;
  margin-right: 2px;
}
/* line 126, ../sass/partials/_style.sass */
#header .navbar, #mobile-header .navbar {
  background-color: #979799;
}
/* line 128, ../sass/partials/_style.sass */
#header .navbar .dropdown-toggle, #mobile-header .navbar .dropdown-toggle {
  background-color: #4f4f4f;
}
/* line 130, ../sass/partials/_style.sass */
#header .navbar .container-left, #mobile-header .navbar .container-left {
  background-color: #4f4f4f;
}
/* line 132, ../sass/partials/_style.sass */
#header .navbar .btn-success, #mobile-header .navbar .btn-success {
  border-color: #4f4f4f;
  border: none;
  box-shadow: none;
  margin-top: 3px !important;
}
/* line 139, ../sass/partials/_style.sass */
#header .navbar #top-nav ul.navbar-nav .active-state, #mobile-header .navbar #top-nav ul.navbar-nav .active-state {
  background: #4f4f4f;
}
/* line 141, ../sass/partials/_style.sass */
#header .navbar #top-nav ul.navbar-nav .active-state::after, #mobile-header .navbar #top-nav ul.navbar-nav .active-state::after {
  border-top: 8px solid #4f4f4f;
}
/* line 144, ../sass/partials/_style.sass */
#header .navbar #top-nav ul.navbar-nav li a:hover, #mobile-header .navbar #top-nav ul.navbar-nav li a:hover {
  background: #4f4f4f;
}
/* line 146, ../sass/partials/_style.sass */
#header .navbar #top-nav ul.navbar-nav li:hover::after, #mobile-header .navbar #top-nav ul.navbar-nav li:hover::after {
  border-top: 8px solid #4f4f4f;
}

/* line 149, ../sass/partials/_style.sass */
.ae-secondary-nav {
  padding-left: 13px;
}
/* line 151, ../sass/partials/_style.sass */
.ae-secondary-nav .btn-lg {
  margin: 10px 0 25px 0;
}

/* line 155, ../sass/partials/_style.sass */
#content {
  padding-top: 158px;
}

/* line 162, ../sass/partials/_style.sass */
#datatable thead tr th,
#segments-datatable thead tr th {
  cursor: pointer;
}
/* line 164, ../sass/partials/_style.sass */
#datatable thead tr th:hover,
#segments-datatable thead tr th:hover {
  text-decoration: underline;
}
/* line 166, ../sass/partials/_style.sass */
#datatable thead tr th span,
#segments-datatable thead tr th span {
  font-size: 14px;
  line-height: 14px;
}
/* line 172, ../sass/partials/_style.sass */
#datatable tbody tr td.services-column i,
#segments-datatable tbody tr td.services-column i {
  margin-right: 0;
  float: left;
}

/* line 178, ../sass/partials/_style.sass */
#goup {
  margin-right: 80px;
  margin-bottom: 6px;
}

/* line 183, ../sass/partials/_style.sass */
.chart-loading,
.feed-loading,
.popup-loading {
  width: 32px;
  height: 32px;
  background-image: url(../img/small-circle-loader.gif);
  background-repeat: no-repeat;
  position: relative;
  top: 40%;
  left: 50%;
  margin: -16px 0 0 -16px;
}

/* line 195, ../sass/partials/_style.sass */
.file-downloading {
  display: none;
  width: 16px;
  height: 16px;
  margin: 6px 13px 0 0;
  float: left;
  background-image: url(../img/downloading.gif);
  background-repeat: no-repeat;
}

/* line 204, ../sass/partials/_style.sass */
.activities-loading {
  display: none;
  position: relative;
  top: -19px;
  left: 18px;
  z-index: 99;
  width: 16px;
  height: 16px;
  margin-bottom: -1px;
  background-image: url(../img/activities-loader.gif);
  background-repeat: no-repeat;
}

/* line 215, ../sass/partials/_style.sass */
.activities-loading.brand-activity-loader {
  top: 42px;
}

/* line 218, ../sass/partials/_style.sass */
.im-spinner12,
.im-minus,
.im-close {
  display: none;
}

/* line 224, ../sass/partials/_style.sass */
.select2-hidden-accessible {
  display: none;
}

/* line 228, ../sass/partials/_style.sass */
.negative {
  color: #79494d;
}

/* line 230, ../sass/partials/_style.sass */
.positive {
  color: #6e8d43;
}

/* line 232, ../sass/partials/_style.sass */
.graph-summary {
  line-height: 8px;
}
/* line 234, ../sass/partials/_style.sass */
.graph-summary .bigger {
  font-size: 1.2em;
  line-height: 20px;
}
/* line 237, ../sass/partials/_style.sass */
.graph-summary .smaller {
  font-size: 0.8em;
  font-style: normal;
  text-transform: none;
  line-height: 1.2;
}

/* line 244, ../sass/partials/_style.sass */
.jvectormap-container {
  width: 100%;
  height: 100%;
}

/* line 250, ../sass/partials/_style.sass */
.feed .avatar img {
  height: 75px;
  width: 75px;
}

/* line 256, ../sass/partials/_style.sass */
.feed-brandactivity tbody tr, .feed-membersocialactivity tbody tr {
  display: none;
}
/* line 258, ../sass/partials/_style.sass */
.feed-brandactivity tbody tr.all, .feed-membersocialactivity tbody tr.all {
  display: table-row;
}

/* line 263, ../sass/partials/_style.sass */
.feed-brandactivity .feed-loading, .feed-membersocialactivity .feed-loading, .feed-registrationschannels .feed-loading, .feed-recentactivity .feed-loading,
.feed-registrationstopdomains .feed-loading, .feed-registrationsalldomains .feed-loading, .feed-registrationsallmembers .feed-loading, .feed-activitylogs .feed-loading {
  top: 200px;
}
/* line 267, ../sass/partials/_style.sass */
.feed-brandactivity tbody tr.row-holder, .feed-membersocialactivity tbody tr.row-holder, .feed-registrationschannels tbody tr.row-holder, .feed-recentactivity tbody tr.row-holder,
.feed-registrationstopdomains tbody tr.row-holder, .feed-registrationsalldomains tbody tr.row-holder, .feed-registrationsallmembers tbody tr.row-holder, .feed-activitylogs tbody tr.row-holder {
  display: table-row;
  height: 530px;
}
/* line 270, ../sass/partials/_style.sass */
.feed-brandactivity tbody tr.brand-activity-row, .feed-brandactivity tbody tr.domain-row, .feed-membersocialactivity tbody tr.brand-activity-row, .feed-membersocialactivity tbody tr.domain-row, .feed-registrationschannels tbody tr.brand-activity-row, .feed-registrationschannels tbody tr.domain-row, .feed-recentactivity tbody tr.brand-activity-row, .feed-recentactivity tbody tr.domain-row,
.feed-registrationstopdomains tbody tr.brand-activity-row,
.feed-registrationstopdomains tbody tr.domain-row, .feed-registrationsalldomains tbody tr.brand-activity-row, .feed-registrationsalldomains tbody tr.domain-row, .feed-registrationsallmembers tbody tr.brand-activity-row, .feed-registrationsallmembers tbody tr.domain-row, .feed-activitylogs tbody tr.brand-activity-row, .feed-activitylogs tbody tr.domain-row {
  cursor: pointer;
  word-break: break-word;
}

/* line 273, ../sass/partials/_style.sass */
.feed-registrationschannels table {
  table-layout: fixed;
}

/* line 278, ../sass/partials/_style.sass */
.panel.plain.panel-default .panel-body.chart-activitytypes, .panel.plain.panel-default .panel-body.chart-activityreport {
  padding-top: 25px;
}
/* line 283, ../sass/partials/_style.sass */
.panel.plain.panel-default .panel-segments .panel-body {
  height: 513px;
}

/* line 286, ../sass/partials/_style.sass */
.panel .ae-align-bottom {
  position: absolute;
  bottom: 45px;
}
/* line 289, ../sass/partials/_style.sass */
.panel .ae-align-bottom.ae-chart-btn-left {
  left: 25px;
}
/* line 291, ../sass/partials/_style.sass */
.panel .ae-align-bottom.ae-chart-btn-right {
  right: 25px;
}

/* line 296, ../sass/partials/_style.sass */
.panel.panel-static {
  position: static;
}

/* line 299, ../sass/partials/_style.sass */
.tickLabel, #flotTip, .flot-overlay, .flot-text, .legend {
  font-family: "Roboto Condensed", sans-serif;
}

/* line 303, ../sass/partials/_style.sass */
#SignInToAEDeveloper iframe, #SignOutOfAEDeveloper iframe {
  height: 0 !important;
  width: 0 !important;
  border: none !important;
}

/* line 313, ../sass/partials/_style.sass */
div.overview div[class*="chart-insights"] .chart-loading {
  top: 140px;
}
/* line 315, ../sass/partials/_style.sass */
div.overview .insights-holder {
  min-height: 420px;
}
/* line 318, ../sass/partials/_style.sass */
div.overview .insights-holder .insights .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
/* line 321, ../sass/partials/_style.sass */
div.overview .insights-holder .figure {
  font-size: 2.5em;
}
/* line 323, ../sass/partials/_style.sass */
div.overview .insights-holder .number {
  padding-left: 0;
  padding-right: 5px;
}
/* line 326, ../sass/partials/_style.sass */
div.overview .insights-holder .number .figure {
  word-break: break-word;
}
/* line 328, ../sass/partials/_style.sass */
div.overview .insights-holder .percentage {
  padding-left: 5px;
  padding-right: 0;
}
/* line 331, ../sass/partials/_style.sass */
div.overview .insights-holder .percentage .tooltip-arrow {
  top: 0 !important;
}
/* line 333, ../sass/partials/_style.sass */
div.overview .insights-holder hr {
  margin: 0 20% 16px 20%;
}
/* line 336, ../sass/partials/_style.sass */
div.overview .insights-holder .chart-insightstopactivity button {
  width: 174px;
  margin-left: -87px;
  position: relative;
  left: 50%;
}
/* line 342, ../sass/partials/_style.sass */
div.overview .insights-holder .chart-insightstopactivity .detail i.activity-icon.overview-icon {
  padding-top: 2px;
}
/* line 344, ../sass/partials/_style.sass */
div.overview .insights-holder .insights-top-activity {
  color: #0093b9;
  height: auto !important;
  overflow-wrap: break-word;
}
/* line 348, ../sass/partials/_style.sass */
div.overview .insights-holder .insights-top-activity i {
  color: #65b0d2;
}
/* line 352, ../sass/partials/_style.sass */
div.overview .tabs .tab-content .tab-pane {
  padding: 15px 15px 0 15px;
}
/* line 354, ../sass/partials/_style.sass */
div.overview .chart-activitytypes,
div.overview .chart-activityreport {
  height: 350px;
}
/* line 357, ../sass/partials/_style.sass */
div.overview .chart-activemembers {
  height: 420px;
}
/* line 360, ../sass/partials/_style.sass */
div.overview .activitytypes-heading p {
  margin-bottom: -28px;
}
/* line 362, ../sass/partials/_style.sass */
div.overview .chart-agegroups,
div.overview .chart-gender {
  height: 350px;
}
/* line 367, ../sass/partials/_style.sass */
div.overview .chart-crossoverbrands .panel-body,
div.overview .chart-facebookcrossoverbrands .panel-body {
  min-height: 400px;
}
/* line 369, ../sass/partials/_style.sass */
div.overview .chart-crossoverbrands .panel-body .chart-loading,
div.overview .chart-facebookcrossoverbrands .panel-body .chart-loading {
  top: 100px;
}
/* line 371, ../sass/partials/_style.sass */
div.overview .chart-crossoverbrands .panel-body .pie-charts,
div.overview .chart-facebookcrossoverbrands .panel-body .pie-charts {
  margin-bottom: 5px;
}
/* line 374, ../sass/partials/_style.sass */
div.overview .chart-activitiespercountry .panel-body {
  min-height: 418px;
}
/* line 376, ../sass/partials/_style.sass */
div.overview .chart-activitiespercountry .panel-body .chart-loading {
  top: 160px;
}
/* line 378, ../sass/partials/_style.sass */
div.overview .chart-networkactivity {
  height: 725px;
  border-bottom: 1px solid #e2e0db;
}
/* line 381, ../sass/partials/_style.sass */
div.overview .chart-networkactivity .chart-loading {
  top: 200px;
}
/* line 385, ../sass/partials/_style.sass */
div.overview .feed-brandactivity .no-data td {
  width: 300px;
}
/* line 387, ../sass/partials/_style.sass */
div.overview .feed-brandactivity tr:hover {
  color: black !important;
  background-color: white !important;
}
/* line 393, ../sass/partials/_style.sass */
div.overview .feed-recentactivity .no-data td p {
  padding: 20px 0 !important;
}
/* line 395, ../sass/partials/_style.sass */
div.overview .feed-recentactivity tr:hover {
  cursor: pointer;
}
/* line 397, ../sass/partials/_style.sass */
div.overview .feed-recentactivity a {
  text-decoration: none;
}

/* line 400, ../sass/partials/_style.sass */
#BasicSocialToolTips {
  display: none;
}

/* line 404, ../sass/partials/_style.sass */
.ui-autocomplete .ui-menu-item {
  padding: 0 0 0 5px;
}
/* line 406, ../sass/partials/_style.sass */
.ui-autocomplete li {
  display: inline-block;
  width: 100%;
}
/* line 409, ../sass/partials/_style.sass */
.ui-autocomplete li:hover {
  border: none;
}
/* line 411, ../sass/partials/_style.sass */
.ui-autocomplete li a {
  display: inline-block;
  width: 100%;
  padding-left: 5px;
}
/* line 415, ../sass/partials/_style.sass */
.ui-autocomplete li a:hover {
  outline: 0;
  text-decoration: none;
}
/* line 418, ../sass/partials/_style.sass */
.ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-state-active, .ui-autocomplete .ui-state-focus {
  font-weight: normal !important;
  border: none;
  text-decoration: none;
}

/* line 425, ../sass/partials/_style.sass */
div.activity-feed .chart-segmentreport,
div.activity-feed .chart-segmentsfeedinsights {
  min-height: 500px;
}
/* line 428, ../sass/partials/_style.sass */
div.activity-feed .chart-segmentreport .chart-loading,
div.activity-feed .chart-segmentsfeedinsights .chart-loading {
  top: 200px;
}
/* line 431, ../sass/partials/_style.sass */
div.activity-feed .feed-segmentsfeedactivity .feed-loading {
  top: 200px;
}
/* line 433, ../sass/partials/_style.sass */
div.activity-feed .feed-segmentsfeedactivity button {
  display: none;
}
/* line 435, ../sass/partials/_style.sass */
div.activity-feed .feed-segmentsfeedactivity button.download-all {
  display: inline;
}
/* line 438, ../sass/partials/_style.sass */
div.activity-feed .feed-segmentsfeedactivity tbody tr {
  display: none;
}
/* line 440, ../sass/partials/_style.sass */
div.activity-feed .feed-segmentsfeedactivity tbody tr.all {
  display: table-row;
}
/* line 442, ../sass/partials/_style.sass */
div.activity-feed .feed-segmentsfeedactivity tbody tr.row-holder {
  display: table-row;
  height: 511px;
}

/* line 449, ../sass/partials/_style.sass */
div.plan .available-addons .addon {
  padding: 20px;
  margin-right: 15px;
  border: 1px solid black;
}
/* line 453, ../sass/partials/_style.sass */
div.plan .plan-addons {
  margin-top: 50px;
}
/* line 456, ../sass/partials/_style.sass */
div.plan .ae-planform .addon {
  margin: 40px;
}
/* line 458, ../sass/partials/_style.sass */
div.plan .ae-planform .addon input[type="text"] {
  width: 56px;
}
/* line 460, ../sass/partials/_style.sass */
div.plan .ae-planform .addon .save-plan {
  margin: 20px 0 0 2px;
}
/* line 463, ../sass/partials/_style.sass */
div.plan .ae-planform #users input[name="Users-Value"] {
  width: 100px;
}
/* line 465, ../sass/partials/_style.sass */
div.plan .ae-planform #users .user-amount-error {
  color: red;
}
/* line 467, ../sass/partials/_style.sass */
div.plan .panel-default {
  box-shadow: 2px 2px 4px #b1bdbd;
  text-transform: capitalize;
}
/* line 470, ../sass/partials/_style.sass */
div.plan .panel-heading {
  background-color: white;
}
/* line 472, ../sass/partials/_style.sass */
div.plan .panel-heading .panel-title {
  color: #4f4f4f;
  font-weight: bold;
}
/* line 475, ../sass/partials/_style.sass */
div.plan .panel-heading i {
  padding-top: 20px;
}
/* line 477, ../sass/partials/_style.sass */
div.plan .panel-heading .heart-col {
  padding-left: 0;
}
/* line 479, ../sass/partials/_style.sass */
div.plan .panel-heading .fa-heart {
  color: #d95347;
  font-size: 40px;
  padding-top: 0 !important;
}
/* line 483, ../sass/partials/_style.sass */
div.plan .panel-heading .fa-chart-line {
  color: #d2b72d;
  font-size: 40px;
  padding-top: 0 !important;
}
/* line 487, ../sass/partials/_style.sass */
div.plan .panel-heading .fa-file-download {
  color: #65b0d2;
  font-size: 40px;
  padding-top: 0 !important;
}
/* line 491, ../sass/partials/_style.sass */
div.plan .panel-heading .dl-btn-plans button {
  float: right;
  margin-top: 11px;
}
/* line 494, ../sass/partials/_style.sass */
div.plan .panel-body {
  border: none;
}
/* line 496, ../sass/partials/_style.sass */
div.plan .panel-body.panel-bottom-border {
  border-bottom: 1px solid #e2e0db;
}
/* line 498, ../sass/partials/_style.sass */
div.plan .panel-body .fa-check {
  color: #65b0d2;
}
/* line 500, ../sass/partials/_style.sass */
div.plan .panel-body button {
  float: right;
}

/* line 506, ../sass/partials/_style.sass */
div.logs .log-view {
  padding-left: 50px;
}
/* line 509, ../sass/partials/_style.sass */
div.logs .log-view table td {
  min-width: 150px;
}

/* line 513, ../sass/partials/_style.sass */
body.login-page {
  background-color: white;
}
/* line 515, ../sass/partials/_style.sass */
body.login-page a, body.login-page i {
  color: #0093b9;
}
/* line 517, ../sass/partials/_style.sass */
body.login-page form.login-form.form-horizontal {
  border: 1px solid #65b0d2;
  border-top: none;
  border-radius: 3px;
  margin-top: -1px;
}
/* line 523, ../sass/partials/_style.sass */
body.login-page form.login-form.form-horizontal .form-group .left-input-icon {
  top: 66px;
}
/* line 525, ../sass/partials/_style.sass */
body.login-page form.login-form.form-horizontal .form-group .left-input-icon:hover {
  color: #0093b9;
}
/* line 527, ../sass/partials/_style.sass */
body.login-page form.login-form.form-horizontal .form-group.has-success .form-control {
  border-color: #65b0d2;
}
/* line 529, ../sass/partials/_style.sass */
body.login-page #login-form_error {
  color: #a94442;
  clear: both;
  padding: 0 15px;
}
/* line 533, ../sass/partials/_style.sass */
body.login-page #user-info {
  background-color: #65b0d2;
}
/* line 535, ../sass/partials/_style.sass */
body.login-page #user-info img {
  background-color: #65b0d2;
  padding-left: 30px;
}
/* line 538, ../sass/partials/_style.sass */
body.login-page #user-info p {
  color: white;
  font-size: 1.3em;
  line-height: 1;
  padding-left: 30px;
  text-align: left;
}
/* line 544, ../sass/partials/_style.sass */
body.login-page #user-info p#core-values {
  padding-top: 20px;
  margin-bottom: 5px;
}
/* line 547, ../sass/partials/_style.sass */
body.login-page #user-info p#values-decisions {
  font-family: "Fjalla One", sans-serif;
  font-size: 2em;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* line 556, ../sass/partials/_style.sass */
div.report-filter .main-search .btn-group {
  margin-bottom: 10px;
}
/* line 558, ../sass/partials/_style.sass */
div.report-filter form#report-filter-form {
  width: 100%;
}
/* line 560, ../sass/partials/_style.sass */
div.report-filter form#report-filter-form .search {
  width: 100%;
}
/* line 562, ../sass/partials/_style.sass */
div.report-filter form#report-filter-form .score-label {
  position: relative;
  top: -26px;
  float: left;
}
/* line 567, ../sass/partials/_style.sass */
div.report-filter .select2-container#s2id_segmentid .select2-choice > .select2-chosen {
  margin-right: 46px;
}
/* line 569, ../sass/partials/_style.sass */
div.report-filter button.segment-selecter {
  width: 200px;
  overflow: hidden;
}
/* line 572, ../sass/partials/_style.sass */
div.report-filter #segment-selector-note {
  position: relative;
  left: 290px;
  top: 20px;
  width: 10px;
}
/* line 577, ../sass/partials/_style.sass */
div.report-filter .selectservice#segmentid {
  width: 300px;
  margin-right: 20px;
}
/* line 581, ../sass/partials/_style.sass */
div.report-filter #countries select.dropdown-menu {
  height: 300px;
  overflow-y: scroll;
}
/* line 584, ../sass/partials/_style.sass */
div.report-filter #countries .select2-container {
  background-color: #f2f1ef;
  border-color: #d2d7d3;
  box-shadow: 0 2px 0 #d2d7d3;
  font-weight: bold;
  width: 200px;
}
/* line 588, ../sass/partials/_style.sass */
div.report-filter #countries .select2-container:before, div.report-filter #countries .select2-container:after {
  display: none;
}
/* line 590, ../sass/partials/_style.sass */
div.report-filter #countries .select2-container .select2-choice, div.report-filter #countries .select2-container .select2-arrow {
  border: none;
  background-color: #f2f1ef;
  height: 38px;
}
/* line 594, ../sass/partials/_style.sass */
div.report-filter #countries .select2-container .select2-choice:hover, div.report-filter #countries .select2-container .select2-arrow:hover {
  background-color: #e7e5e1;
  border-color: #d2d7d3;
  box-shadow: 0 2px 0 #c4cbc6;
}
/* line 596, ../sass/partials/_style.sass */
div.report-filter #countries .select2-container .select2-arrow {
  border-left: 1px solid #d2d7d3;
  width: 0;
  position: relative;
  top: -36px;
  float: right;
  right: 26px;
}
/* line 603, ../sass/partials/_style.sass */
div.report-filter #countries .select2-container .select2-arrow b {
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  margin-left: 9px;
}
/* line 612, ../sass/partials/_style.sass */
div.report-filter .any_of.all_of .and {
  float: right;
}
/* line 614, ../sass/partials/_style.sass */
div.report-filter .activity-typeahead, div.report-filter .twitter-typeahead {
  width: 100%;
}
/* line 616, ../sass/partials/_style.sass */
div.report-filter .activity-typeahead input.tt-input, div.report-filter .activity-typeahead input.tt-hint, div.report-filter .twitter-typeahead input.tt-input, div.report-filter .twitter-typeahead input.tt-hint {
  width: 100%;
}
/* line 618, ../sass/partials/_style.sass */
div.report-filter .activity-typeahead .activities-loading, div.report-filter .twitter-typeahead .activities-loading {
  margin: -21px 0 6px 0;
}
/* line 620, ../sass/partials/_style.sass */
div.report-filter .any_of_activity, div.report-filter .all_of_activity {
  background-color: white;
  border: 2px solid #65b0d2;
  border-radius: 2px;
  color: #65b0d2;
  float: left;
  font-weight: bold;
  margin: 5px;
  padding: 0 10px;
}
/* line 13, ../sass/partials/_mixins.sass */
div.report-filter .any_of_activity button.close, div.report-filter .all_of_activity button.close {
  margin-left: 5px;
  float: right;
}
/* line 622, ../sass/partials/_style.sass */
div.report-filter #selected-services .service,
div.report-filter #selected-countries .country {
  background-color: white;
  border: 2px solid #65b0d2;
  border-radius: 2px;
  color: #65b0d2;
  float: left;
  font-weight: bold;
  margin: 2px;
  padding: 0 10px;
}
/* line 13, ../sass/partials/_mixins.sass */
div.report-filter #selected-services .service button.close,
div.report-filter #selected-countries .country button.close {
  margin-left: 5px;
  float: none;
}
/* line 625, ../sass/partials/_style.sass */
div.report-filter .services-row, div.report-filter .countries-row {
  display: none;
  min-height: 60px;
  margin-bottom: 5px;
}
/* line 629, ../sass/partials/_style.sass */
div.report-filter .services-row #selected-services, div.report-filter .services-row #selected-countries, div.report-filter .countries-row #selected-services, div.report-filter .countries-row #selected-countries {
  margin-left: 15px;
  margin-top: -15px;
}

/* line 632, ../sass/partials/_style.sass */
.select2-drop-active {
  border: 2px solid #65b0d2;
}

/* line 634, ../sass/partials/_style.sass */
.select2-results .select2-highlighted {
  background-color: #65b0d2;
}

/* line 639, ../sass/partials/_style.sass */
div.reports .chart-loading {
  margin-top: 50px;
}

/* line 646, ../sass/partials/_style.sass */
div.customreports-page table.applications .text-center {
  height: 200px;
}
/* line 648, ../sass/partials/_style.sass */
div.customreports-page table.applications .text-center .download-custom-report {
  margin-top: 61px;
}
/* line 650, ../sass/partials/_style.sass */
div.customreports-page table.applications input {
  min-width: 400px;
  margin-bottom: 15px;
}
/* line 653, ../sass/partials/_style.sass */
div.customreports-page table.applications label {
  float: left;
  min-width: 135px;
  padding-right: 15px;
}
/* line 657, ../sass/partials/_style.sass */
div.customreports-page table.applications .typeahead {
  margin-right: 15px;
  font-weight: 100;
}
/* line 661, ../sass/partials/_style.sass */
div.customreports-page #FollowBrandsForm label {
  min-width: 200px;
}
/* line 663, ../sass/partials/_style.sass */
div.customreports-page .custom-reports-loading {
  top: 2px;
  left: 30px;
}

/* line 669, ../sass/partials/_style.sass */
div.registrations #new-vs-returning,
div.registrations #desktop-vs-mobile {
  height: 200px;
  width: 100%;
}
/* line 673, ../sass/partials/_style.sass */
div.registrations a.btn-advanced {
  color: #65b0d2;
}
/* line 675, ../sass/partials/_style.sass */
div.registrations .feed-loading {
  top: 200px;
}
/* line 677, ../sass/partials/_style.sass */
div.registrations .chart-registrationsreport {
  height: 435px;
}
/* line 679, ../sass/partials/_style.sass */
div.registrations .insights {
  color: black;
}
/* line 682, ../sass/partials/_style.sass */
div.registrations .registrations-insights .figure {
  font-size: 2.5em;
}
/* line 685, ../sass/partials/_style.sass */
div.registrations .registrations-insights .chart .panel-body {
  min-height: 418px;
}
/* line 687, ../sass/partials/_style.sass */
div.registrations .registrations-insights hr {
  margin: 16px 40%;
}
/* line 689, ../sass/partials/_style.sass */
div.registrations .registrations-insights .col-md-6, div.registrations .registrations-insights div.users.edit input.strength, div.users.edit div.registrations .registrations-insights input.strength {
  line-height: 1;
  padding: 1px;
}

/* line 694, ../sass/partials/_style.sass */
#registrations .registrations-insights .panel.plain.panel-default .panel-body,
#registrations .registrations-insights .panel-default > .panel-body {
  border-bottom: none;
}
/* line 697, ../sass/partials/_style.sass */
#registrations .registrations-insights hr {
  margin: 16px 40%;
}
/* line 699, ../sass/partials/_style.sass */
#registrations .registrations-insights .col-md-6, #registrations .registrations-insights div.users.edit input.strength, div.users.edit #registrations .registrations-insights input.strength {
  line-height: 1;
  padding: 1px;
}
/* line 702, ../sass/partials/_style.sass */
#registrations .registrations-insights .detail {
  line-height: 1;
}
/* line 705, ../sass/partials/_style.sass */
#registrations .registrations-insights .chart-segmentvisitormetrics .segment-registration-logins {
  padding: 0;
}
/* line 707, ../sass/partials/_style.sass */
#registrations .registrations-insights .chart-segmentvisitormetrics .segment-registration-logins p.figure {
  font-size: 2.5em;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 707, ../sass/partials/_style.sass */
  #registrations .registrations-insights .chart-segmentvisitormetrics .segment-registration-logins p.figure {
    font-size: 2em;
  }
}
/* line 711, ../sass/partials/_style.sass */
#registrations .registrations-insights .chart-segmentvisitormetrics .percentage {
  padding-left: 5px;
  padding-right: 0;
}
/* line 714, ../sass/partials/_style.sass */
#registrations .registrations-insights .chart-segmentvisitormetrics .percentage .tooltip-arrow {
  top: 0 !important;
}

/* line 717, ../sass/partials/_style.sass */
.feed-topreferraldomains tr {
  border-bottom: 1px solid #b1bdbd;
}

/* line 722, ../sass/partials/_style.sass */
#AEActivityModal .modal-body {
  width: auto;
  overflow-x: hidden;
  word-break: break-word;
  height: auto;
  overflow-y: scroll;
}
/* line 728, ../sass/partials/_style.sass */
#AEActivityModal .modal-body .embedly-embed {
  margin-left: -14px;
  max-width: 515px;
}

/* line 733, ../sass/partials/_style.sass */
#AEPreviewModal .modal-content {
  width: 475px;
}
/* line 735, ../sass/partials/_style.sass */
#AEPreviewModal #ae-popup {
  width: auto;
}

/* line 739, ../sass/partials/_style.sass */
#TsAndCsModal .modal-body {
  max-height: 400px;
}
/* line 742, ../sass/partials/_style.sass */
#TsAndCsModal .modal-body .header h2 {
  color: #65b0d2;
  margin-top: 10px;
}
/* line 745, ../sass/partials/_style.sass */
#TsAndCsModal .modal-body .header p {
  font-weight: 500;
}
/* line 748, ../sass/partials/_style.sass */
#TsAndCsModal .modal-body #TsAndCs iframe {
  border: 1px solid #3b3b3b;
  background-color: #e4e4e4;
  padding: 20px;
  margin: 10px 0;
  height: 300px;
  overflow-y: scroll;
  width: 100%;
}
/* line 756, ../sass/partials/_style.sass */
#TsAndCsModal .modal-body #TAndCFooter {
  width: 100%;
  background-color: white;
  position: fixed;
  bottom: -65px;
  left: 0;
  height: 65px;
}
/* line 763, ../sass/partials/_style.sass */
#TsAndCsModal .modal-body #TAndCFooter button {
  position: fixed;
  bottom: -40px;
  right: 40px;
  color: white;
  background-color: #65b0d2;
}

/* line 771, ../sass/partials/_style.sass */
#clientServiceForm textarea {
  width: 100%;
  min-height: 120px;
}

/* line 777, ../sass/partials/_style.sass */
.activity-icon {
  width: 28px;
  height: 28px;
}
/* line 780, ../sass/partials/_style.sass */
.activity-icon.overview-icon {
  font-size: 1.6em;
  margin: 6px 3px 3px;
}

/* line 785, ../sass/partials/_style.sass */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 794, ../sass/partials/_style.sass */
.col-xs-15 {
  width: 20%;
  float: left;
}

/* line 799, ../sass/partials/_style.sass */
.privacy-logo {
  float: right;
  height: 100px;
  width: 100px;
}

/* line 804, ../sass/partials/_style.sass */
.data-protection-title {
  color: #222;
  font-size: 2.4em;
}
/* line 807, ../sass/partials/_style.sass */
.data-protection-title .glyphicon {
  color: #222 !important;
}

/* line 810, ../sass/partials/_style.sass */
span.service-name {
  text-transform: capitalize;
}

/*-------------------------------------------------------------------------- */
/* Custom segment styles - AE additions to original styles, Dec 2017 ------- */
/*-------------------------------------------------------------------------- */
/* line 5, ../sass/partials/_style-2.sass */
.legendLabel {
  padding-left: 5px;
}

/* line 9, ../sass/partials/_style-2.sass */
.table .social-networks .fa,
.table .social-networks .fas,
.table .social-networks .fab {
  font-size: 1em;
}

/* line 14, ../sass/partials/_style-2.sass */
.btn-low {
  background-color: #e2e0db;
  box-shadow: none;
  color: #222;
  font-weight: 400;
  font-size: 13px;
  padding: 6px 25px;
}
/* line 21, ../sass/partials/_style-2.sass */
.btn-low:hover {
  background-color: #b1bdbd;
  color: #222;
}

/* line 27, ../sass/partials/_style-2.sass */
.wrap-together {
  display: inline-block;
  margin: 5px 0;
}

/* line 31, ../sass/partials/_style-2.sass */
.btn-signal {
  background-color: #d95347;
  box-shadow: 0 2px 0 #e02612;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 25px;
  margin-top: 5px;
}
/* line 40, ../sass/partials/_style-2.sass */
.btn-signal:hover {
  background-color: #e02612;
  color: #fff;
}
/* line 43, ../sass/partials/_style-2.sass */
.btn-signal.details-link {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}

/* line 47, ../sass/partials/_style-2.sass */
#datatable.reports tbody tr:hover {
  background-color: #f3f3f3;
  color: #222;
}

/* line 51, ../sass/partials/_style-2.sass */
.table.reports > tbody > tr > td {
  border-top: 1px solid #eee;
}

/* line 54, ../sass/partials/_style-2.sass */
.table.reports tfoot tr th,
.table tfoot tr td {
  border-top: 1px solid #b1bdbd;
  border-bottom: none;
}

/* line 59, ../sass/partials/_style-2.sass */
a.report-link {
  color: #fff;
}

/* line 62, ../sass/partials/_style-2.sass */
.btn-details-link {
  background-color: #d95347;
  border-color: #a3271d;
  box-shadow: 0 2px 0 #a3271d;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 66, ../sass/partials/_style-2.sass */
.btn-details-link [class^="im-"],
.btn-details-link [class*=" im-"] {
  font-size: 1em;
  margin-right: 0;
}

/* line 71, ../sass/partials/_style-2.sass */
.tabs .report-filter .tab-content .tab-pane {
  background-color: #f8f8f8;
  padding: 0;
}

/* line 75, ../sass/partials/_style-2.sass */
.ui-datepicker {
  border: 2px solid #65b0d2 !important;
}

/* line 78, ../sass/partials/_style-2.sass */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 2px solid #65b0d2;
}

/* line 81, ../sass/partials/_style-2.sass */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #65b0d2;
}

/* line 89, ../sass/partials/_style-2.sass */
.report-filter .panel-body {
  padding: 0 15px;
}
/* line 91, ../sass/partials/_style-2.sass */
.report-filter .panel.plain.panel-default .panel-heading {
  border-top: none;
}
/* line 93, ../sass/partials/_style-2.sass */
.report-filter .navbar-form,
.report-filter .form-control {
  padding: 5px 10px;
}
/* line 96, ../sass/partials/_style-2.sass */
.report-filter hr {
  border-top: 1px solid #e2e0db;
}
/* line 99, ../sass/partials/_style-2.sass */
.report-filter .input-group:hover .input-group-addon, .report-filter .input-group:active .input-group-addon, .report-filter .input-group:focus .input-group-addon {
  border-color: #65b0d2;
}

/* line 105, ../sass/partials/_style-2.sass */
div.report-filter form#report-filter-form .row {
  border-bottom: 1px solid #ddd;
}
/* line 107, ../sass/partials/_style-2.sass */
div.report-filter form#report-filter-form .row.no-border {
  border-bottom: none;
}
/* line 109, ../sass/partials/_style-2.sass */
div.report-filter form#report-filter-form .search {
  width: auto;
  vertical-align: top;
}
/* line 112, ../sass/partials/_style-2.sass */
div.report-filter form#report-filter-form input {
  padding: 10px;
}
/* line 114, ../sass/partials/_style-2.sass */
div.report-filter form#report-filter-form .score-label {
  position: initial;
  top: 0;
}
/* line 117, ../sass/partials/_style-2.sass */
div.report-filter form#report-filter-form .score-label,
div.report-filter form#report-filter-form .search-label {
  display: block;
}
/* line 120, ../sass/partials/_style-2.sass */
div.report-filter form#report-filter-form .filter-submit {
  width: 200px;
}

/* line 123, ../sass/partials/_style-2.sass */
body .report-filter .btn-advanced {
  color: #d95347;
  font-weight: normal;
}

/* line 127, ../sass/partials/_style-2.sass */
body .ae-help-icon {
  color: #d2b72d;
}

/* line 130, ../sass/partials/_style-2.sass */
.ae-panel-grey.panel.plain.panel-default .panel-heading,
.ae-panel-grey.panel.plain.panel-default .panel-body {
  background-color: #f8f8f8;
}

/* line 140, ../sass/partials/_style-2.sass */
.reports .ae-secondary-nav .btn-lg,
.overview .ae-secondary-nav .btn-lg,
.segments .ae-secondary-nav .btn-lg,
.segment-manage .ae-secondary-nav .btn-lg,
.activity .ae-secondary-nav .btn-lg {
  margin: 10px 10px 25px 0;
  border: none;
  box-shadow: none;
  padding: 10px 20px;
}
/* line 145, ../sass/partials/_style-2.sass */
.reports .back-segments .btn-lg,
.overview .back-segments .btn-lg,
.segments .back-segments .btn-lg,
.segment-manage .back-segments .btn-lg,
.activity .back-segments .btn-lg {
  margin-left: 25px;
  border-left: 1px solid #b1bdbd;
  font-size: 14px;
  padding-top: 14px;
  border-radius: 0;
}

/* line 152, ../sass/partials/_style-2.sass */
.segment-reports-header-wrapper {
  margin-bottom: 40px;
}

/* line 155, ../sass/partials/_style-2.sass */
.segment-reports-header {
  padding: 15px 15px 0 15px;
  background-color: #fff;
}
/* line 158, ../sass/partials/_style-2.sass */
.segment-reports-header .profile {
  padding-bottom: 0;
}
/* line 160, ../sass/partials/_style-2.sass */
.segment-reports-header h4 {
  margin-top: 15px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #222;
}
/* line 166, ../sass/partials/_style-2.sass */
.segment-reports-header h2 {
  word-wrap: break-word;
  font-size: 1.4em;
  font-weight: 400;
  margin: 10px 0 18px;
}
/* line 171, ../sass/partials/_style-2.sass */
.segment-reports-header .customer-info {
  margin: -30px 0 0 -30px;
}
/* line 173, ../sass/partials/_style-2.sass */
.segment-reports-header .customer-info img {
  width: 100%;
}
/* line 176, ../sass/partials/_style-2.sass */
.segment-reports-header .insights .detail {
  margin: 0 20px 0 0;
  text-transform: uppercase;
  font-size: 0.875em;
  font-style: normal;
}
/* line 181, ../sass/partials/_style-2.sass */
.segment-reports-header .figure {
  position: relative;
  top: 6px;
  padding: 0 10px 0 10px;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: bold;
  color: #d95347;
}
/* line 190, ../sass/partials/_style-2.sass */
.segment-reports-header .segment-data .panel-body {
  padding: 0 15px 6px;
}
/* line 192, ../sass/partials/_style-2.sass */
.segment-reports-header .visitor-metrics > div {
  border-bottom: 1px solid #b1bdbd;
  padding: 0px 0 10px;
}
/* line 196, ../sass/partials/_style-2.sass */
.segment-reports-header .segment-artist a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

/* line 202, ../sass/partials/_style-2.sass */
.tooltip.in {
  opacity: 1;
}
/* line 204, ../sass/partials/_style-2.sass */
.tooltip .tooltip-inner {
  background-color: white;
  border: 3px solid #0093b9;
  color: #65b0d2;
  font-weight: bold;
}
/* line 209, ../sass/partials/_style-2.sass */
.tooltip.top > .tooltip-arrow {
  border-top-color: #0093b9;
}
/* line 211, ../sass/partials/_style-2.sass */
.tooltip.right > .tooltip-arrow {
  border-right-color: #0093b9;
}
/* line 213, ../sass/partials/_style-2.sass */
.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #0093b9;
}
/* line 215, ../sass/partials/_style-2.sass */
.tooltip.left > .tooltip-arrow {
  border-left-color: #0093b9;
}

/*----------------------------------------------------- */
/* Contains custom breakpoints and styless specific to smaller screens ------- */
/*----------------------------------------------------- */
/* line 7, ../sass/partials/_responsive.sass */
#mobile-header .dropdown-menu {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  width: 100%;
  margin-bottom: 15px;
}
/* line 15, ../sass/partials/_responsive.sass */
#mobile-header .logo-holder {
  z-index: 98;
}
/* line 17, ../sass/partials/_responsive.sass */
#mobile-header .logo-holder .logo-s-container {
  display: inline-block;
}
/* line 19, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default {
  background-color: #fff;
  color: black;
  width: 100%;
  position: fixed;
  z-index: 99;
  border: none;
}
/* line 26, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .dropdown-container {
  z-index: 99;
  margin-bottom: 20px;
}
/* line 29, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .dropdown-container .col-md-6, #mobile-header .navbar.navbar-default .dropdown-container div.users.edit input.strength, div.users.edit #mobile-header .navbar.navbar-default .dropdown-container input.strength {
  padding: 0;
}
/* line 34, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .navbar-brand-section #brand-typeahead {
  width: auto;
}
/* line 37, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .navbar-brand-section #brand-typeahead .twitter-typeahead .tt-input {
  width: 100%;
}
/* line 40, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .navbar-brand-section .btn-group .typeahead {
  width: 85px;
}
/* line 42, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .navbar-brand-section .btn-group .typeahead, #mobile-header .navbar.navbar-default .navbar-brand-section .btn-group .btn {
  background-color: #fff;
  border: transparent;
  box-shadow: none;
}
/* line 49, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .ae-mobile-menu .navbar-header {
  margin-top: 10px;
}
/* line 51, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .ae-mobile-menu .navbar-toggle {
  position: absolute;
  margin-top: 7px;
  right: 10px;
  width: auto;
  float: left;
  z-index: 9999;
  background-color: #fff;
}
/* line 59, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .ae-mobile-menu #mobile-navbar-collapse {
  position: relative;
  float: right;
  overflow: hidden;
}
/* line 64, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .ae-mobile-menu #mobile-navbar-collapse ul.nav li, #mobile-header .navbar.navbar-default .ae-mobile-menu #mobile-navbar-collapse ul.nav a {
  text-decoration: none;
}
/* line 66, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .ae-mobile-menu #mobile-navbar-collapse ul.nav li:after {
  display: none;
}
/* line 68, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .ae-mobile-menu #mobile-navbar-collapse ul.nav a {
  color: #0093b9;
  font-weight: normal;
  line-height: 2;
}
/* line 72, ../sass/partials/_responsive.sass */
#mobile-header .navbar.navbar-default .ae-mobile-menu #mobile-navbar-collapse ul.nav a:hover {
  color: #fff;
  background-color: #0093b9;
}

@media all and (min-width: 1501px) and (max-width: 1550px) {
  /* line 80, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .figure {
    font-size: 2.2em;
  }
  /* line 82, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .figure span {
    font-size: 10px;
  }
  /* line 84, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .detail {
    height: 50px;
  }
  /* line 87, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .percentage .figure {
    margin-top: -4px;
  }
}
@media all and (min-width: 1284px) and (max-width: 1500px) {
  /* line 80, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .figure {
    font-size: 1.9em;
  }
  /* line 82, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .figure span {
    font-size: 10px;
  }
  /* line 84, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .detail {
    height: 50px;
  }
  /* line 87, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .percentage .figure {
    margin-top: -4px;
  }
}
@media all and (min-width: 1061px) and (max-width: 1283px) {
  /* line 80, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .figure {
    font-size: 1.5em;
  }
  /* line 82, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .figure span {
    font-size: 10px;
  }
  /* line 84, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .detail {
    height: 50px;
  }
  /* line 87, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .percentage .figure {
    margin-top: -4px;
  }
}
@media all and (min-width: 992px) and (max-width: 1060px) {
  /* line 80, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .figure {
    font-size: 1.3em;
  }
  /* line 82, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .figure span {
    font-size: 10px;
  }
  /* line 84, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .detail {
    height: 50px;
  }
  /* line 87, ../sass/partials/_responsive.sass */
  div.overview .insights-holder .percentage .figure {
    margin-top: -4px;
  }
}
@media all and (max-width: 1050px) {
  /* line 107, ../sass/partials/_responsive.sass */
  #header .download-page .download-page-text, #mobile-header .download-page .download-page-text {
    display: none;
  }
}
@media all and (max-width: 991px) {
  /* line 112, ../sass/partials/_responsive.sass */
  #mobile-header .navbar-brand-info {
    height: 52px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 14px;
  }

  /* line 116, ../sass/partials/_responsive.sass */
  div.applications-page .log-data {
    float: left;
    text-align: left;
    margin-top: 0;
  }
  /* line 120, ../sass/partials/_responsive.sass */
  div.applications-page .log-data p {
    font-size: 12px;
  }

  /* line 122, ../sass/partials/_responsive.sass */
  .brand-sidebar-container {
    margin-top: 144px;
  }
}
@media all and (max-width: 844px) {
  /* line 128, ../sass/partials/_responsive.sass */
  div.customreports-page table.applications label {
    width: 100%;
  }
  /* line 130, ../sass/partials/_responsive.sass */
  div.customreports-page table.applications input {
    min-width: 0;
    width: auto;
    float: left;
  }
  /* line 134, ../sass/partials/_responsive.sass */
  div.customreports-page table.applications #brand-typeahead {
    width: 100%;
  }
  /* line 136, ../sass/partials/_responsive.sass */
  div.customreports-page table.applications .twitter-typeahead {
    float: left;
  }
}
@media all and (max-width: 767px) {
  /* line 140, ../sass/partials/_responsive.sass */
  .ae-add-item#addServiceModal .modal-dialog.modal-dialog-center {
    left: unset;
    margin: 10px !important;
    top: unset;
    width: auto;
  }
  /* line 145, ../sass/partials/_responsive.sass */
  .ae-add-item#addServiceModal .modal-dialog.modal-dialog-center .modal-body,
  .ae-add-item#addServiceModal .modal-dialog.modal-dialog-center .modal-footer {
    padding: 0 5px;
  }
}
@media (hover: none) {
  /* line 151, ../sass/partials/_responsive.sass */
  body.modal-open .tooltip {
    display: none !important;
  }
}
@media all and (max-width: 580px) {
  /* line 156, ../sass/partials/_responsive.sass */
  .ae-secondary-nav .btn-lg {
    margin: 0;
  }

  /* line 159, ../sass/partials/_responsive.sass */
  #addAppModal .modal-dialog.modal-dialog-center {
    margin: auto !important;
    transform: translate(-50%, -50%);
    width: 350px;
  }
}
@media screen and (max-device-width: 400px) {
  /* line 165, ../sass/partials/_responsive.sass */
  #domain-typeahead, .twitter-typeahead, .all-domains-button {
    width: 250px !important;
  }
  /* line 167, ../sass/partials/_responsive.sass */
  #domain-typeahead input, .twitter-typeahead input, .all-domains-button input {
    width: 250px !important;
  }
}
@media all and (min-width: 768px) {
  /* line 172, ../sass/partials/_responsive.sass */
  .mobile-only {
    display: none;
  }

  /* line 174, ../sass/partials/_responsive.sass */
  .show-on-fullscreen {
    display: block;
  }

  /* line 176, ../sass/partials/_responsive.sass */
  .col-sm-15 {
    width: 20%;
    float: left;
  }

  /* line 180, ../sass/partials/_responsive.sass */
  #mobile-header hr {
    border: 1px solid #b1bdbd !important;
  }
  /* line 183, ../sass/partials/_responsive.sass */
  #mobile-header .navbar-default .navbar-toggle {
    display: block;
    margin-top: 15px;
  }
}
@media all and (max-width: 767px) {
  /* line 188, ../sass/partials/_responsive.sass */
  #mobile-navbar-collapse {
    top: -90px;
  }

  /* line 190, ../sass/partials/_responsive.sass */
  .mobile-only {
    display: block;
  }

  /* line 192, ../sass/partials/_responsive.sass */
  .show-on-fullscreen {
    display: none;
  }

  /* line 195, ../sass/partials/_responsive.sass */
  .brand-edit .brand-manage-buttons button {
    float: left;
  }

  /* line 198, ../sass/partials/_responsive.sass */
  div.logs .log-view {
    padding-left: 0px;
    word-break: break-all;
  }
}
@media (max-width: 479px) {
  /* line 203, ../sass/partials/_responsive.sass */
  .brand-edit .shorten-words-mobile {
    display: none;
  }
}
@media all and (min-width: 992px) {
  /* line 207, ../sass/partials/_responsive.sass */
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media all and (min-width: 1200px) {
  /* line 212, ../sass/partials/_responsive.sass */
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*-------------------------------------------------- */
/* AE CONNECT PAGE									 */
/*-------------------------------------------------- */
@media (max-width: 660px) {
  /* line 223, ../sass/partials/_responsive.sass */
  .applications-page-manage .mobile-aeconnect-br,
  .applications-page-manage .mobile-less-words {
    display: none;
  }
  /* line 226, ../sass/partials/_responsive.sass */
  .applications-page-manage .content-wrapper {
    margin-top: 0;
  }
  /* line 228, ../sass/partials/_responsive.sass */
  .applications-page-manage #mobile-aeconnect-description {
    margin: 10px 20px;
  }
  /* line 230, ../sass/partials/_responsive.sass */
  .applications-page-manage .nav-pills a {
    padding: 5px 10px;
  }
  /* line 232, ../sass/partials/_responsive.sass */
  .applications-page-manage .tour-in-aeconnect-tab button {
    height: 38px;
  }
}
@media (min-width: 480px) {
  /* line 237, ../sass/partials/_responsive.sass */
  .applications-page-manage #aeconnect-app-image {
    display: inline-block;
    margin-right: 20px;
  }
}
@media (max-width: 800px) {
  /* line 243, ../sass/partials/_responsive.sass */
  .applications-page .acquired-members,
  .applications-page .social-networks {
    display: none;
  }
  /* line 246, ../sass/partials/_responsive.sass */
  .applications-page .application-name h3 {
    margin: 0;
  }
  /* line 248, ../sass/partials/_responsive.sass */
  .applications-page .table-responsive {
    border: none;
  }

  /* line 251, ../sass/partials/_responsive.sass */
  .applications-page-manage h2 {
    font-size: 24px;
  }
  /* line 253, ../sass/partials/_responsive.sass */
  .applications-page-manage .social-networks {
    display: initial;
  }
  /* line 255, ../sass/partials/_responsive.sass */
  .applications-page-manage .nav-tabs li {
    float: unset;
    text-align: center;
  }
  /* line 259, ../sass/partials/_responsive.sass */
  .applications-page-manage #aeconnect-manage-tabs li a {
    background: none;
    border-top: none;
    padding: 0;
  }
  /* line 263, ../sass/partials/_responsive.sass */
  .applications-page-manage #aeconnect-manage-tabs li.active {
    background-color: #65b0d2;
    font-weight: bold;
  }
  /* line 266, ../sass/partials/_responsive.sass */
  .applications-page-manage #aeconnect-manage-tabs li.active a {
    color: #fff;
  }
  /* line 268, ../sass/partials/_responsive.sass */
  .applications-page-manage .manage-tabs-mobile {
    display: block;
  }
  /* line 270, ../sass/partials/_responsive.sass */
  .applications-page-manage .manage-tabs-mobile hr {
    margin: 5px 0 !important;
  }
}
@media (min-width: 801px) {
  /* line 275, ../sass/partials/_responsive.sass */
  .applications-page .hide-on-fullscreen {
    display: none;
  }

  /* line 278, ../sass/partials/_responsive.sass */
  .applications-page-manage .manage-tabs-mobile {
    display: none;
  }
}
@font-face {
  font-family: ae-customicons;
  src: url("../assets/fonts/ae-customicons.eot?v=1.0.6");
  src: url("../assets/fonts/ae-customicons.eot?v=1.0.6#iefix") format("embedded-opentype"), url("../assets/fonts/ae-customicons.woff?v=1.0.6") format("woff"), url("../assets/fonts/ae-customicons.ttf?v=1.0.6") format("truetype"), url("../assets/fonts/ae-customicons.svg?v=1.0.6#ae-customicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 51, ../sass/partials/_icons.sass */
.beatsmusic,
.rdio {
  display: none !important;
}

/* line 55, ../sass/partials/_icons.sass */
[class^="ae-icon-"]:before, [class*=" ae-icon-"]:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 58, ../sass/partials/_icons.sass */
.ae-icon-activity-icon:before {
  content: "";
  font-size: 23px;
}

/* line 62, ../sass/partials/_icons.sass */
.im-pie2:before {
  font-size: 20px;
}

/* line 64, ../sass/partials/_icons.sass */
.im-pie2.application-page:before {
  font-size: 65px;
}

/* line 66, ../sass/partials/_icons.sass */
.im-pie2.application-page.active:hover {
  cursor: pointer;
  color: #0093b9;
}

/* line 69, ../sass/partials/_icons.sass */
.im-pie2.application-page.inactive {
  color: #b1bdbd;
}

/* OVERVIEW PAGE */
/* line 73, ../sass/partials/_icons.sass */
.activity-page-icon {
  width: 28px;
  height: 28px;
}

/* Activity and Registrations Members pages */
/* line 78, ../sass/partials/_icons.sass */
.icon-paidaccount {
  color: black !important;
  font-size: 10px !important;
  background-color: white;
  border: 1px;
}

/* line 85, ../sass/partials/_icons.sass */
.icon-invalid {
  color: #b1bdbd !important;
}

/* line 89, ../sass/partials/_icons.sass */
.im-activity-email:before,
.im-activity-EmailAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 110%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 94, ../sass/partials/_icons.sass */
.im-activity-custom:before,
.im-activity-CustomAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 85%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 99, ../sass/partials/_icons.sass */
.im-activity-google:before,
.im-activity-GoogleAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 110%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 104, ../sass/partials/_icons.sass */
.im-activity-youtube:before,
.im-activity-YouTubeAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 109, ../sass/partials/_icons.sass */
.im-activity-spotify:before,
.im-activity-SpotifyAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 114, ../sass/partials/_icons.sass */
.im-activity-deezer:before,
.im-activity-DeezerAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 119, ../sass/partials/_icons.sass */
.im-activity-weibo:before,
.im-activity-WeiboAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 124, ../sass/partials/_icons.sass */
.im-activity-line:before,
.im-activity-LineAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 129, ../sass/partials/_icons.sass */
.im-activity-qq:before,
.im-activity-QQAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 134, ../sass/partials/_icons.sass */
.im-activity-napster:before,
.im-activity-NapsterAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 139, ../sass/partials/_icons.sass */
.im-activity-kakao:before,
.im-activity-KakaoAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 112%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 144, ../sass/partials/_icons.sass */
.im-activity-facebook:before,
.im-activity-FacebookAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 149, ../sass/partials/_icons.sass */
.im-activity-instagram:before,
.im-activity-InstagramAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 105%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 154, ../sass/partials/_icons.sass */
.im-activity-foursquare:before,
.im-activity-FoursquareAuthenticator:before,
.im-activity-FourSquareAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 105%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 160, ../sass/partials/_icons.sass */
.im-activity-applemusic:before,
.im-activity-AppleMusicAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -14px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 165, ../sass/partials/_icons.sass */
.im-activity-discogs:before,
.im-activity-DiscogsAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 170, ../sass/partials/_icons.sass */
.im-activity-yahoojapan:before,
.im-activity-YahooJapanAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 175, ../sass/partials/_icons.sass */
.im-activity-twitch:before,
.im-activity-TwitchAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 180, ../sass/partials/_icons.sass */
.im-activity-discord:before,
.im-activity-DiscordAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 185, ../sass/partials/_icons.sass */
.im-activity-reddit:before,
.im-activity-RedditAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 190, ../sass/partials/_icons.sass */
.im-activity-steam:before,
.im-activity-SteamAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 195, ../sass/partials/_icons.sass */
.im-activity-tiktok:before,
.im-activity-TikTokAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 200, ../sass/partials/_icons.sass */
.im-activity-amazonmusic:before,
.im-activity-AmazonMusicAuthenticator:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 206, ../sass/partials/_icons.sass */
.im-activity-twitter:before,
.im-activity-TwitterAuthenticator:before {
  content: "";
}

/* line 210, ../sass/partials/_icons.sass */
.im-activity-lastfm:before,
.im-activity-LastFMAuthenticator:before {
  content: "";
}

/* line 214, ../sass/partials/_icons.sass */
.im-activity-soundcloud:before,
.im-activity-SoundCloudAuthenticator:before {
  content: "";
}

/* line 218, ../sass/partials/_icons.sass */
.im-activity-tumblr:before,
.im-activity-TumblrAuthenticator:before {
  content: "";
}

/* line 223, ../sass/partials/_icons.sass */
.im-activity-rdio,
.im-activity-RdioAuthenticator {
  display: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

/* line 227, ../sass/partials/_icons.sass */
.im-activity-wechat,
.im-activity-WeChatAuthenticator {
  display: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

/* line 231, ../sass/partials/_icons.sass */
.im-activity-beatsmusic,
.im-activity-BeatsMusicAuthenticator {
  display: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

/* FILTERS PAGE */
/* line 237, ../sass/partials/_icons.sass */
.filter-page-icon {
  height: 48px;
  width: 48px;
  margin-right: 15px;
}

/* line 243, ../sass/partials/_icons.sass */
.im-filter-email:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 118%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 247, ../sass/partials/_icons.sass */
.im-filter-custom:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 251, ../sass/partials/_icons.sass */
.im-filter-google:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 117%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 255, ../sass/partials/_icons.sass */
.im-filter-youtube:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 259, ../sass/partials/_icons.sass */
.im-filter-spotify:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 117%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 263, ../sass/partials/_icons.sass */
.im-filter-deezer:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 105%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 267, ../sass/partials/_icons.sass */
.im-filter-weibo:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 271, ../sass/partials/_icons.sass */
.im-filter-line:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 104%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 275, ../sass/partials/_icons.sass */
.im-filter-qq:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 279, ../sass/partials/_icons.sass */
.im-filter-napster:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 283, ../sass/partials/_icons.sass */
.im-filter-kakao:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 112%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 287, ../sass/partials/_icons.sass */
.im-filter-facebook:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 291, ../sass/partials/_icons.sass */
.im-filter-instagram:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 105%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 295, ../sass/partials/_icons.sass */
.im-filter-foursquare:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 299, ../sass/partials/_icons.sass */
.im-filter-applemusic:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -15px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 115%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 303, ../sass/partials/_icons.sass */
.im-filter-discogs:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 307, ../sass/partials/_icons.sass */
.im-filter-yahoojapan:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 311, ../sass/partials/_icons.sass */
.im-filter-twitch:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 315, ../sass/partials/_icons.sass */
.im-filter-discord:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 319, ../sass/partials/_icons.sass */
.im-filter-reddit:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 323, ../sass/partials/_icons.sass */
.im-filter-steam:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 327, ../sass/partials/_icons.sass */
.im-filter-tiktok:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 331, ../sass/partials/_icons.sass */
.im-filter-amazonmusic:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 336, ../sass/partials/_icons.sass */
.im-filter-twitter:before {
  content: "";
}

/* line 339, ../sass/partials/_icons.sass */
.im-filter-lastfm:before {
  content: "";
}

/* line 342, ../sass/partials/_icons.sass */
.im-filter-soundcloud:before {
  content: "";
}

/* line 345, ../sass/partials/_icons.sass */
.im-filter-tumblr:before {
  content: "";
}

/* line 349, ../sass/partials/_icons.sass */
.im-filter-wechat {
  display: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

/* line 352, ../sass/partials/_icons.sass */
.im-filter-rdio {
  display: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

/* line 355, ../sass/partials/_icons.sass */
.im-filter-beatsmusic {
  display: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

/* line 359, ../sass/partials/_icons.sass */
.im-wordpress:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 363, ../sass/partials/_icons.sass */
.im-mailchimp:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/*------------------------------------------------------ */
/* Styles for Sample Dashboard */
/* */
/*---------------------------------------- */
/* line 5, ../sass/partials/_sample.sass */
.sample-loader {
  text-align: center;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}

/* line 13, ../sass/partials/_sample.sass */
body.SampleDashboard #header .mainNavbar, body.SampleDashboard #mobile-header .mainNavbar {
  padding-bottom: 36px;
}
/* line 15, ../sass/partials/_sample.sass */
body.SampleDashboard #header .sample-header, body.SampleDashboard #mobile-header .sample-header {
  height: 36px;
  width: 100%;
  background-color: #FA7268;
  position: relative;
  top: 106px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
/* line 23, ../sass/partials/_sample.sass */
body.SampleDashboard #header .sample-header div, body.SampleDashboard #mobile-header .sample-header div {
  position: absolute;
  top: 4px;
}
/* line 26, ../sass/partials/_sample.sass */
body.SampleDashboard #header .sample-header .explore, body.SampleDashboard #mobile-header .sample-header .explore {
  left: 34%;
}
/* line 28, ../sass/partials/_sample.sass */
body.SampleDashboard #header .sample-header .return, body.SampleDashboard #mobile-header .sample-header .return {
  right: 0;
  margin-right: 30px;
}
/* line 33, ../sass/partials/_sample.sass */
body.SampleDashboard #content .content-wrapper {
  top: 36px;
}
/* line 35, ../sass/partials/_sample.sass */
body.SampleDashboard .sample-button-disabled {
  background-color: #b1bdbd;
  border: #b1bdbd;
}
/* line 38, ../sass/partials/_sample.sass */
body.SampleDashboard .sample-button-disabled:hover {
  background-color: #4f4f4f;
}

@media all and (max-width: 991px) {
  /* line 43, ../sass/partials/_sample.sass */
  body.SampleDashboard .mobile-sample-header {
    position: fixed;
    top: 144px;
    text-align: right;
    background-color: #FA7268;
    width: 100%;
    height: 26px;
    z-index: 11;
  }
  /* line 51, ../sass/partials/_sample.sass */
  body.SampleDashboard .mobile-sample-header a, body.SampleDashboard .mobile-sample-header a:hover {
    color: black;
  }
  /* line 53, ../sass/partials/_sample.sass */
  body.SampleDashboard .mobile-sample-header .return {
    margin-right: 5px;
  }
  /* line 55, ../sass/partials/_sample.sass */
  body.SampleDashboard #content {
    padding-top: 135px;
  }
}
/* line 1, ../sass/partials/pages/_privacycenter-layout.sass */
html.privacycenter {
  min-height: 100%;
  position: relative;
}
@media (max-width: 405px) {
  /* line 1, ../sass/partials/pages/_privacycenter-layout.sass */
  html.privacycenter {
    padding-bottom: 300px;
  }
}
@media (min-width: 406px) and (max-width: 575px) {
  /* line 1, ../sass/partials/pages/_privacycenter-layout.sass */
  html.privacycenter {
    padding-bottom: 260px;
  }
}
@media (min-width: 576px) and (max-width: 687px) {
  /* line 1, ../sass/partials/pages/_privacycenter-layout.sass */
  html.privacycenter {
    padding-bottom: 211px;
  }
}
@media (min-width: 688px) and (max-width: 1264px) {
  /* line 1, ../sass/partials/pages/_privacycenter-layout.sass */
  html.privacycenter {
    padding-bottom: 160px;
  }
}
@media (min-width: 1265px) {
  /* line 1, ../sass/partials/pages/_privacycenter-layout.sass */
  html.privacycenter {
    padding-bottom: 136px;
  }
}

/* line 20, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter {
  background-color: white;
}
/* line 25, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 29, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter a:hover {
  text-decoration: none;
}
/* line 32, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .status-message {
  color: white;
  padding: 10px;
  text-align: center;
}
/* line 37, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter header {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0;
  z-index: 100;
}
/* line 43, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter header a, body.privacycenter header i {
  color: #65b0d2;
  font-size: 1.3em;
  margin-top: 25px;
}
/* line 47, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter header a {
  margin-right: 20px;
}
/* line 49, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter header i {
  font-size: 1em;
}
/* line 51, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter header a:hover {
  color: #0093b9;
}
/* line 54, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter footer {
  background-color: #f3f3f3;
  border-top: 1px solid #ccc;
  bottom: 0;
  position: absolute;
  width: 100%;
}
/* line 60, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter footer .footer-menu {
  font-size: 0.75rem;
  width: 100%;
}
/* line 63, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter footer .footer-menu a {
  color: #025E73;
}
/* line 65, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter footer .footer-menu a:hover {
  text-decoration: underline;
}
/* line 67, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter footer .footer-copyright {
  font-size: 0.75rem;
}
/* line 69, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter footer .footer-social {
  padding-bottom: 10px;
}
/* line 71, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter footer .footer-social i, body.privacycenter footer .footer-social i:hover {
  color: #808082;
  font-size: 1.5rem;
}
/* line 74, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter footer .d-sm-none {
  font-size: 0.5em;
}
/* line 77, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .sidebar {
  height: 100%;
}
/* line 80, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .sidebar,
body.privacycenter .sidebar-mobile {
  background-color: #65b0d2;
  color: white;
}
/* line 84, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .sidebar h3,
body.privacycenter .sidebar-mobile h3 {
  margin-top: 0;
}
/* line 86, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .sidebar h3, body.privacycenter .sidebar h5,
body.privacycenter .sidebar-mobile h3,
body.privacycenter .sidebar-mobile h5 {
  font-weight: bold;
  padding: 15px 10px;
}
/* line 89, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .sidebar h4,
body.privacycenter .sidebar-mobile h4 {
  background-color: #65b0d2;
  color: white;
  margin: 0;
  padding: 5px 0;
}
/* line 94, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .sidebar h5,
body.privacycenter .sidebar-mobile h5 {
  background-color: #0093b9;
}
/* line 96, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .sidebar ul,
body.privacycenter .sidebar-mobile ul {
  padding-left: 0;
}
/* line 98, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .sidebar ul, body.privacycenter .sidebar li,
body.privacycenter .sidebar-mobile ul,
body.privacycenter .sidebar-mobile li {
  margin-bottom: 0;
}
/* line 100, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .sidebar li,
body.privacycenter .sidebar-mobile li {
  list-style-type: none;
  padding: 15px;
  text-align: left;
}
/* line 104, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .sidebar a,
body.privacycenter .sidebar-mobile a {
  color: white;
}
/* line 106, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .sidebar #bottom-sidebar,
body.privacycenter .sidebar-mobile #bottom-sidebar {
  padding-bottom: 50px;
}
/* line 108, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .sidebar .current-article,
body.privacycenter .sidebar-mobile .current-article {
  font-size: 1.1rem;
  font-weight: bold;
}
/* line 113, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .privacycenter-content .pc-page-category {
  color: #808082;
}
/* line 115, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .privacycenter-content .pc-page-name {
  color: #3b3b3b;
}
/* line 118, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter #pc-dashboard-message {
  background-color: rgba(210, 183, 45, 0.5);
  border: 1px solid #d2b72d;
  border-radius: 5px;
}
/* line 123, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter #pc-continuelogin-message {
  background-color: rgba(101, 176, 210, 0.3);
  border: 1px solid #65b0d2;
  border-radius: 5px;
}
/* line 128, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter [class^=im-filter-],
body.privacycenter .fab,
body.privacycenter .fas {
  line-height: 1;
}
/* line 133, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .bu-switch {
  cursor: pointer;
}
/* line 136, ../sass/partials/pages/_privacycenter-layout.sass */
body.privacycenter .business-units-list {
  background-color: #f3f3f3;
  border: 1px solid #808082;
  border-radius: 5px;
  display: none;
}

@media (max-width: 575.98px) {
  /* line 145, ../sass/partials/pages/_privacycenter-layout.sass */
  body.privacycenter header .col-auto,
  body.privacycenter header .col-auto a,
  body.privacycenter header .col {
    margin-right: 0 !important;
    padding: 0 !important;
  }
  /* line 150, ../sass/partials/pages/_privacycenter-layout.sass */
  body.privacycenter .sidebar,
  body.privacycenter #sidebar-title {
    display: none;
  }
}
/* line 2, ../sass/partials/pages/_privacycenter-applist.sass */
.pc-list-of-apps p {
  line-height: 1;
}

/* line 5, ../sass/partials/pages/_privacycenter-applist.sass */
a.app-in-list {
  background-color: #65b0d2;
  border-radius: 4px;
  box-shadow: 5px 2px 4px #808082;
  color: white;
  display: inline-block;
}
/* line 11, ../sass/partials/pages/_privacycenter-applist.sass */
a.app-in-list:hover {
  color: white;
}

/* line 15, ../sass/partials/pages/_privacycenter-applist.sass */
.pc-login-options .login-link {
  margin: 10px 20px;
  position: relative;
  width: 80px;
}
/* line 19, ../sass/partials/pages/_privacycenter-applist.sass */
.pc-login-options .login-link a {
  color: #0093b9;
}
/* line 21, ../sass/partials/pages/_privacycenter-applist.sass */
.pc-login-options .login-link a:hover {
  color: #65b0d2;
}
/* line 23, ../sass/partials/pages/_privacycenter-applist.sass */
.pc-login-options .login-link i {
  font-size: 3.4em;
  position: absolute;
  width: 100%;
}
/* line 27, ../sass/partials/pages/_privacycenter-applist.sass */
.pc-login-options .login-link [class^="im-"]::before {
  margin-right: 0;
}

/* line 30, ../sass/partials/pages/_privacycenter-applist.sass */
.pc-emailloginform {
  background-color: rgba(210, 183, 45, 0.5);
  border: 1px solid #d2b72d;
  border-radius: 5px;
  display: none;
  margin: auto;
  text-align: left;
  width: fit-content;
}
/* line 38, ../sass/partials/pages/_privacycenter-applist.sass */
.pc-emailloginform input {
  width: 100%;
}

/* line 3, ../sass/partials/pages/_privacycenter-account.sass */
.pc-accountpage #PCAccountInfo_Form .account-info-value {
  background-color: #f3f3f3;
  border: 1px solid #b1bdbd;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  width: 100%;
}
/* line 11, ../sass/partials/pages/_privacycenter-account.sass */
.pc-accountpage #PCAccountInfo_Form .field-full .account-info-value {
  color: #0093b9;
}
/* line 13, ../sass/partials/pages/_privacycenter-account.sass */
.pc-accountpage #PCAccountInfo_Form .field-empty .account-info-value {
  color: #4f4f4f;
  font-size: 0.8em;
  font-style: italic;
}
/* line 18, ../sass/partials/pages/_privacycenter-account.sass */
.pc-accountpage .account-info-checkboxes {
  color: #0093b9;
}
/* line 21, ../sass/partials/pages/_privacycenter-account.sass */
.pc-accountpage #account-info-all-location label {
  color: #0093b9;
  margin-left: 0;
  width: initial;
}
/* line 26, ../sass/partials/pages/_privacycenter-account.sass */
.pc-accountpage .social-links-fields {
  font-size: 0.7em;
  z-index: 10;
}
/* line 30, ../sass/partials/pages/_privacycenter-account.sass */
.pc-accountpage .social-field {
  z-index: 20;
}

/* line 34, ../sass/partials/pages/_privacycenter-account.sass */
#PC_ConfirmAcctModal ul {
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 38, ../sass/partials/pages/_privacycenter-account.sass */
  .social-links-fields {
    text-align: right;
    margin-top: -30px !important;
  }
}
/* line 2, ../sass/partials/pages/_privacycenter-social.sass */
.pc-socialpage .connected-service {
  border: 1px solid #808082;
  border-radius: 5px;
  box-shadow: 5px 2px 4px #808082;
  margin: 20px auto;
}
/* line 7, ../sass/partials/pages/_privacycenter-social.sass */
.pc-socialpage .connected-service button {
  min-width: 250px;
}
/* line 9, ../sass/partials/pages/_privacycenter-social.sass */
.pc-socialpage .connected-service .row {
  margin: auto;
}
/* line 11, ../sass/partials/pages/_privacycenter-social.sass */
.pc-socialpage .connected-service .pc-socialpage-channelheader {
  background-color: #65b0d2;
  color: white;
}
/* line 14, ../sass/partials/pages/_privacycenter-social.sass */
.pc-socialpage .connected-service .pc-socialpage-channelheader .fab,
.pc-socialpage .connected-service .pc-socialpage-channelheader [class^=im-filter-] {
  color: white;
  font-size: 2em;
}
/* line 18, ../sass/partials/pages/_privacycenter-social.sass */
.pc-socialpage .connected-service .pc-socialpage-channelheader span {
  vertical-align: super;
}
/* line 20, ../sass/partials/pages/_privacycenter-social.sass */
.pc-socialpage .connected-service .pc-socialpage-channelheader h4 {
  transform: translateY(25%);
}
/* line 22, ../sass/partials/pages/_privacycenter-social.sass */
.pc-socialpage .connected-service li {
  word-break: break-word;
}

/* line 26, ../sass/partials/pages/_privacycenter-social.sass */
#PC_DeleteSocialModal .btn-ae-blue,
#PC_DeleteSocialModal .btn-ae-red {
  width: 40%;
}
/* line 29, ../sass/partials/pages/_privacycenter-social.sass */
#PC_DeleteSocialModal .btn-ae-grey {
  height: 62px;
}

/* line 32, ../sass/partials/pages/_privacycenter-social.sass */
.toggle-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}
/* line 37, ../sass/partials/pages/_privacycenter-social.sass */
.toggle-switch input {
  opacity: 0;
  height: 0;
  width: 0;
}
/* line 41, ../sass/partials/pages/_privacycenter-social.sass */
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px limegreen;
}
/* line 43, ../sass/partials/pages/_privacycenter-social.sass */
.toggle-switch input:checked + .slider {
  background-color: limegreen;
}
/* line 45, ../sass/partials/pages/_privacycenter-social.sass */
.toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* line 49, ../sass/partials/pages/_privacycenter-social.sass */
.toggle-switch .slider {
  background-color: #b1bdbd;
  border: 1px solid white;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* line 60, ../sass/partials/pages/_privacycenter-social.sass */
.toggle-switch .slider:before {
  background-color: white;
  bottom: 3px;
  content: "";
  height: 26px;
  left: 3px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 26px;
}
/* line 70, ../sass/partials/pages/_privacycenter-social.sass */
.toggle-switch .slider.round {
  border-radius: 34px;
}
/* line 72, ../sass/partials/pages/_privacycenter-social.sass */
.toggle-switch .slider.round:before {
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  /* line 77, ../sass/partials/pages/_privacycenter-social.sass */
  .pc-socialpage .connected-service .pc-socialpage-channelheader h4, .pc-socialpage .connected-service .pc-socialpage-channelheader .toggle-switch {
    float: left;
  }
  /* line 79, ../sass/partials/pages/_privacycenter-social.sass */
  .pc-socialpage .connected-service .pc-socialpage-channelheader h4 {
    margin: 5px;
    transform: translateY(0%);
  }
}
/* line 2, ../sass/partials/pages/_privacycenter-activitylist.sass */
.pc-activitylistpage .fab,
.pc-activitylistpage [class^=im-filter-] {
  font-size: 2em;
}
/* line 5, ../sass/partials/pages/_privacycenter-activitylist.sass */
.pc-activitylistpage hr {
  margin: 5px 0;
}
/* line 7, ../sass/partials/pages/_privacycenter-activitylist.sass */
.pc-activitylistpage .activity-name {
  transform: translateY(15%);
}
/* line 9, ../sass/partials/pages/_privacycenter-activitylist.sass */
.pc-activitylistpage .activitylist-date {
  font-weight: bold;
}
/* line 11, ../sass/partials/pages/_privacycenter-activitylist.sass */
.pc-activitylistpage .activity-list-details {
  color: #808082;
  cursor: pointer;
  display: block;
  font-style: italic;
  transform: translateY(-15%);
}
/* line 18, ../sass/partials/pages/_privacycenter-activitylist.sass */
.pc-activitylistpage .activity-list-preferences a {
  display: contents;
}
/* line 20, ../sass/partials/pages/_privacycenter-activitylist.sass */
.pc-activitylistpage .activity-list-preferences i {
  display: block;
  font-size: 3em;
}
/* line 23, ../sass/partials/pages/_privacycenter-activitylist.sass */
.pc-activitylistpage .activity-list-preferences .activity-prefs {
  background-color: #d2b72d;
  border: 1px solid #808082;
  border-radius: 5px;
  box-shadow: 5px 2px 4px #808082;
  color: white;
  cursor: pointer;
  margin: 20px;
  padding: 10px;
  text-align: center;
}

/* line 2, ../sass/partials/pages/_privacycenter-delete.sass */
.pc-deletepage .deletepage-option {
  background-color: #f3f3f3;
  border: 1px solid #808082;
  border-radius: 3px;
  box-shadow: 5px 2px 4px #808082;
  margin: 15px;
  padding: 5px 15px;
  transition: 0.3s;
}
/* line 10, ../sass/partials/pages/_privacycenter-delete.sass */
.pc-deletepage .deletepage-option:hover {
  background-color: #e7e5e1;
}
/* line 12, ../sass/partials/pages/_privacycenter-delete.sass */
.pc-deletepage .deletepage-option .col-sm-auto {
  display: flex;
  align-items: center;
}
/* line 15, ../sass/partials/pages/_privacycenter-delete.sass */
.pc-deletepage .deletepage-option a {
  color: #3b3b3b;
}
/* line 17, ../sass/partials/pages/_privacycenter-delete.sass */
.pc-deletepage .deletepage-option h6 {
  font-weight: bold;
}
/* line 19, ../sass/partials/pages/_privacycenter-delete.sass */
.pc-deletepage .deletepage-option i {
  color: #3b3b3b;
  font-size: 3em;
}
/* line 22, ../sass/partials/pages/_privacycenter-delete.sass */
.pc-deletepage .deletepage-deleteacct {
  background-color: #d95347;
  cursor: pointer;
  transition: 0.3s;
}
/* line 26, ../sass/partials/pages/_privacycenter-delete.sass */
.pc-deletepage .deletepage-deleteacct:hover {
  background-color: #e02612;
}

/* line 3, ../sass/partials/pages/_support.sass */
html.support-console {
  min-height: 100%;
  position: relative;
  /* Header, sidebar, footer ------------------------------------------ */
  /* Individual pages -------------------------------------------------- */
}
/* line 8, ../sass/partials/pages/_support.sass */
html.support-console div#SupportConsole input[type="text"] {
  min-width: 300px;
}
/* line 10, ../sass/partials/pages/_support.sass */
html.support-console div#SupportConsole input[type="submit"] {
  margin: 15px 0;
}
/* line 22, ../sass/partials/pages/_support.sass */
html.support-console body {
  background-color: white;
}
/* line 25, ../sass/partials/pages/_support.sass */
html.support-console .support-console-content {
  padding-bottom: 50px;
}
/* line 30, ../sass/partials/pages/_support.sass */
html.support-console .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 34, ../sass/partials/pages/_support.sass */
html.support-console header {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0;
  z-index: 100;
}
/* line 40, ../sass/partials/pages/_support.sass */
html.support-console header a, html.support-console header i {
  color: #65b0d2;
  font-size: 1.3em;
  margin-top: 25px;
  text-decoration: none;
}
/* line 45, ../sass/partials/pages/_support.sass */
html.support-console header a {
  margin-right: 20px;
}
/* line 47, ../sass/partials/pages/_support.sass */
html.support-console header i {
  font-size: 1em;
}
/* line 49, ../sass/partials/pages/_support.sass */
html.support-console header a:hover {
  color: #0093b9;
  text-decoration: none;
}
/* line 52, ../sass/partials/pages/_support.sass */
html.support-console header .ae-logo {
  margin: 10px;
}
/* line 55, ../sass/partials/pages/_support.sass */
html.support-console footer {
  background-color: #f3f3f3;
  border-top: 1px solid #ccc;
  bottom: 0;
  width: 100%;
}
/* line 61, ../sass/partials/pages/_support.sass */
html.support-console .sidebar-div-fullscreen {
  background-color: #65b0d2;
}
/* line 64, ../sass/partials/pages/_support.sass */
html.support-console .sidebar-div {
  margin-top: -30px;
}
/* line 66, ../sass/partials/pages/_support.sass */
html.support-console .sidebar-div .sidebar {
  background-color: #65b0d2;
  color: white;
  margin-top: -15px;
}
/* line 70, ../sass/partials/pages/_support.sass */
html.support-console .sidebar-div .sidebar h2, html.support-console .sidebar-div .sidebar h4 {
  padding: 15px 10px 15px 25px;
}
/* line 72, ../sass/partials/pages/_support.sass */
html.support-console .sidebar-div .sidebar h4 {
  background-color: #0093b9;
}
/* line 74, ../sass/partials/pages/_support.sass */
html.support-console .sidebar-div .sidebar ul, html.support-console .sidebar-div .sidebar li {
  margin-bottom: 0;
}
/* line 76, ../sass/partials/pages/_support.sass */
html.support-console .sidebar-div .sidebar li {
  list-style-type: none;
  padding: 15px;
  text-align: left;
}
/* line 80, ../sass/partials/pages/_support.sass */
html.support-console .sidebar-div .sidebar a, html.support-console .sidebar-div .sidebar i {
  font-size: 1.8rem;
  line-height: 0.8;
}
/* line 83, ../sass/partials/pages/_support.sass */
html.support-console .sidebar-div .sidebar a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
/* line 87, ../sass/partials/pages/_support.sass */
html.support-console .sidebar-div .sidebar .current-article {
  font-size: 2rem;
}
/* line 91, ../sass/partials/pages/_support.sass */
html.support-console .sidebar-div #sidebar-banner h2 {
  background-color: #65b0d2;
  color: white;
  padding: 15px 10px 15px 25px;
}
/* line 95, ../sass/partials/pages/_support.sass */
html.support-console .sidebar-div #sidebar-banner h2 a {
  color: white;
  text-decoration: none;
}
/* line 99, ../sass/partials/pages/_support.sass */
html.support-console .spinner-submit {
  padding-bottom: 28px;
}
/* line 101, ../sass/partials/pages/_support.sass */
html.support-console .spinner-border-div {
  position: relative;
  top: -47px;
  left: 24px;
}
@media (max-width: 575.98px) {
  /* line 107, ../sass/partials/pages/_support.sass */
  html.support-console .sidebar-div-fullscreen {
    display: none;
  }
  /* line 109, ../sass/partials/pages/_support.sass */
  html.support-console .sidebar-menu-mobile {
    background-color: #65b0d2;
    color: white;
  }
  /* line 112, ../sass/partials/pages/_support.sass */
  html.support-console .sidebar-menu-mobile .sidebar-div-mobile {
    padding: 0;
  }
  /* line 114, ../sass/partials/pages/_support.sass */
  html.support-console .sidebar-menu-mobile .sidebar-div-mobile .sidebar {
    min-height: fit-content;
  }
  /* line 116, ../sass/partials/pages/_support.sass */
  html.support-console .sidebar-menu-mobile .sidebar-div-mobile h4 {
    display: none;
  }
}
/* line 122, ../sass/partials/pages/_support.sass */
html.support-console #SupportReports,
html.support-console #SupportMembers,
html.support-console #SupportUsers,
html.support-console #SupportBrands,
html.support-console #MergeBrands,
html.support-console #SupportBUs,
html.support-console #SupportApplications,
html.support-console #SupportLogs {
  padding-bottom: 140px;
}
/* line 131, ../sass/partials/pages/_support.sass */
html.support-console #SupportReports ul.nav-tabs,
html.support-console #SupportMembers ul.nav-tabs,
html.support-console #SupportUsers ul.nav-tabs,
html.support-console #SupportBrands ul.nav-tabs,
html.support-console #MergeBrands ul.nav-tabs,
html.support-console #SupportBUs ul.nav-tabs,
html.support-console #SupportApplications ul.nav-tabs,
html.support-console #SupportLogs ul.nav-tabs {
  background-color: #b1bdbd;
  border-bottom: 1px solid #b1bdbd;
  margin: auto -30px 20px;
}
/* line 135, ../sass/partials/pages/_support.sass */
html.support-console #SupportReports ul.nav-tabs li a,
html.support-console #SupportMembers ul.nav-tabs li a,
html.support-console #SupportUsers ul.nav-tabs li a,
html.support-console #SupportBrands ul.nav-tabs li a,
html.support-console #MergeBrands ul.nav-tabs li a,
html.support-console #SupportBUs ul.nav-tabs li a,
html.support-console #SupportApplications ul.nav-tabs li a,
html.support-console #SupportLogs ul.nav-tabs li a {
  color: white;
  font-weight: bold;
}
/* line 138, ../sass/partials/pages/_support.sass */
html.support-console #SupportReports ul.nav-tabs li.active a,
html.support-console #SupportReports ul.nav-tabs li a:hover,
html.support-console #SupportMembers ul.nav-tabs li.active a,
html.support-console #SupportMembers ul.nav-tabs li a:hover,
html.support-console #SupportUsers ul.nav-tabs li.active a,
html.support-console #SupportUsers ul.nav-tabs li a:hover,
html.support-console #SupportBrands ul.nav-tabs li.active a,
html.support-console #SupportBrands ul.nav-tabs li a:hover,
html.support-console #MergeBrands ul.nav-tabs li.active a,
html.support-console #MergeBrands ul.nav-tabs li a:hover,
html.support-console #SupportBUs ul.nav-tabs li.active a,
html.support-console #SupportBUs ul.nav-tabs li a:hover,
html.support-console #SupportApplications ul.nav-tabs li.active a,
html.support-console #SupportApplications ul.nav-tabs li a:hover,
html.support-console #SupportLogs ul.nav-tabs li.active a,
html.support-console #SupportLogs ul.nav-tabs li a:hover {
  background-color: #d2b72d;
  border: 1px solid #d2b72d;
  border-radius: 0;
  cursor: pointer;
}
/* line 147, ../sass/partials/pages/_support.sass */
html.support-console #SupportConsole .BU-tabs ul.nav-tabs, html.support-console #SupportConsole .brand-tabs ul.nav-tabs {
  min-height: 49px;
  background-color: #b1bdbd;
  position: relative;
  left: -30px;
  width: 120%;
  margin-left: 0;
}
/* line 158, ../sass/partials/pages/_support.sass */
html.support-console table#datatable thead th::after {
  display: none;
}
/* line 160, ../sass/partials/pages/_support.sass */
html.support-console table#datatable td.more-info {
  width: 100px;
}
/* line 163, ../sass/partials/pages/_support.sass */
html.support-console table#datatable tr:hover {
  background-color: initial;
  color: initial;
  cursor: pointer;
}
/* line 170, ../sass/partials/pages/_support.sass */
html.support-console #SupportReports .support-report {
  margin: 20px auto;
}
/* line 172, ../sass/partials/pages/_support.sass */
html.support-console #SupportReports .support-report .expand-report {
  color: #0093b9;
  cursor: pointer;
  font-weight: bold;
}
/* line 176, ../sass/partials/pages/_support.sass */
html.support-console #SupportReports .support-report .support-report-form {
  display: none;
}
/* line 178, ../sass/partials/pages/_support.sass */
html.support-console #SupportReports .support-report .support-report-form .report-submit {
  margin-top: 20px;
}
/* line 186, ../sass/partials/pages/_support.sass */
html.support-console #SupportMembers .member-results table#datatable tr:hover a {
  color: #0093b9;
  font-weight: bold;
}
/* line 189, ../sass/partials/pages/_support.sass */
html.support-console #SupportMembers .member-results .table [class^=im-],
html.support-console #SupportMembers .member-results .table [class*=" im-"] {
  font-size: 1.5em;
  cursor: text;
}
/* line 195, ../sass/partials/pages/_support.sass */
html.support-console #SupportMembers .member-result table.support-member-info tr td:first-of-type {
  width: 150px;
}
/* line 198, ../sass/partials/pages/_support.sass */
html.support-console #SupportMembers .member-result .member-services td {
  word-break: break-word;
}
/* line 200, ../sass/partials/pages/_support.sass */
html.support-console #SupportMembers .member-result .member-services .connected-service {
  border: 1px solid #808082;
  border-radius: 5px;
  box-shadow: 5px 2px 4px #808082;
  margin: 20px auto;
}
/* line 205, ../sass/partials/pages/_support.sass */
html.support-console #SupportMembers .member-result .member-services .connected-service .row {
  margin: auto;
}
/* line 207, ../sass/partials/pages/_support.sass */
html.support-console #SupportMembers .member-result .member-services .connected-service .row:first-of-type {
  background-color: #65b0d2;
  color: white;
}
/* line 212, ../sass/partials/pages/_support.sass */
html.support-console #MergeBrands .update-buttons {
  display: none;
}
/* line 214, ../sass/partials/pages/_support.sass */
html.support-console #MergeBrands .brand-details li a {
  color: #0093b9;
}
/* line 16, ../sass/partials/pages/_support.sass */
html.support-console #MergeBrands .brand-details li a:hover {
  color: #117964;
  cursor: pointer;
}
/* line 217, ../sass/partials/pages/_support.sass */
html.support-console #MergeBrands .brand-content h4 {
  background-color: #65b0d2;
  border-bottom: 1px solid #3b3b3b;
  color: white;
  padding: 5px;
  margin-top: 0;
  text-align: center;
}
/* line 224, ../sass/partials/pages/_support.sass */
html.support-console #MergeBrands .brand-content #MergeBrand, html.support-console #MergeBrands .brand-content #KeepBrand {
  border: 1px solid #3b3b3b;
  padding: 0;
  word-break: break-word;
}
/* line 229, ../sass/partials/pages/_support.sass */
html.support-console #MergeBrands .brand-content .swap-brands {
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
/* line 238, ../sass/partials/pages/_support.sass */
html.support-console #MergeBrands #preloader-icon {
  padding-top: 0;
  margin: -10px 0 0 20px;
}
/* line 244, ../sass/partials/pages/_support.sass */
html.support-console #SupportBrandImport .output,
html.support-console #SupportDeleteMembers .output {
  height: 300px;
  border: 1px solid black;
  overflow: scroll;
  padding: 20px;
  float: left;
}
/* line 250, ../sass/partials/pages/_support.sass */
html.support-console #SupportBrandImport .output p,
html.support-console #SupportDeleteMembers .output p {
  margin: 0 0 1px;
}
/* line 252, ../sass/partials/pages/_support.sass */
html.support-console #SupportBrandImport .brand-import-buttons,
html.support-console #SupportBrandImport .member-delete-buttons,
html.support-console #SupportDeleteMembers .brand-import-buttons,
html.support-console #SupportDeleteMembers .member-delete-buttons {
  margin: 20px 0 0 15px;
  float: left;
}
/* line 259, ../sass/partials/pages/_support.sass */
html.support-console #SupportUsers .select-bus a.select-all-bus,
html.support-console #SupportUsers .select-bus a.select-none-bus {
  color: #65b0d2;
}
/* line 262, ../sass/partials/pages/_support.sass */
html.support-console #SupportUsers .select-bus a:hover {
  color: #117964;
  cursor: pointer;
}
/* line 271, ../sass/partials/pages/_support.sass */
html.support-console #SupportLogs .importlogs table tr tr:hover td a:hover {
  color: #117964;
}
/* line 275, ../sass/partials/pages/_support.sass */
html.support-console #SupportLogs .importlogs table tr:hover td a {
  color: #117964;
}
/* line 279, ../sass/partials/pages/_support.sass */
html.support-console #SupportBUs a.copy-existing-toggle {
  color: #0093b9;
}
/* line 16, ../sass/partials/pages/_support.sass */
html.support-console #SupportBUs a.copy-existing-toggle:hover {
  color: #117964;
  cursor: pointer;
}
/* line 282, ../sass/partials/pages/_support.sass */
html.support-console #SupportBUs .BUMemberAdd a {
  color: #0093b9;
}
/* line 16, ../sass/partials/pages/_support.sass */
html.support-console #SupportBUs .BUMemberAdd a:hover {
  color: #117964;
  cursor: pointer;
}
/* line 287, ../sass/partials/pages/_support.sass */
html.support-console #SupportBUs table#datatable tr:hover td.more-info a {
  color: #0093b9;
}
/* line 289, ../sass/partials/pages/_support.sass */
html.support-console #SupportBUs table#datatable tr:hover a:hover {
  color: #0093b9;
}
/* line 291, ../sass/partials/pages/_support.sass */
html.support-console #SupportBUs td.more-info {
  min-width: 70px;
}
/* line 293, ../sass/partials/pages/_support.sass */
html.support-console #SupportBUs #bu-detail-acct-table tr td:first-of-type,
html.support-console #SupportBUs #bu-detail-umbrella-table tr td:first-of-type {
  width: 150px;
}
/* line 298, ../sass/partials/pages/_support.sass */
html.support-console #SupportBUs #bu-applications-table th, html.support-console #SupportBUs #bu-applications-table td,
html.support-console #SupportBUs #dashboard-users-table th,
html.support-console #SupportBUs #dashboard-users-table td {
  border: 1px solid #b1bdbd;
  min-width: 100px;
  padding: 0 5px;
}
/* line 302, ../sass/partials/pages/_support.sass */
html.support-console #SupportBUs #bu-applications-table .app-services,
html.support-console #SupportBUs #dashboard-users-table .app-services {
  max-width: 300px;
}
/* line 304, ../sass/partials/pages/_support.sass */
html.support-console #SupportBUs #bu-applications-table .app-services i,
html.support-console #SupportBUs #dashboard-users-table .app-services i {
  font-size: 1.5em;
}
/* line 306, ../sass/partials/pages/_support.sass */
html.support-console #SupportBUs #bu-applications-table .bu-table-apikey,
html.support-console #SupportBUs #dashboard-users-table .bu-table-apikey {
  word-break: break-word;
}
/* line 311, ../sass/partials/pages/_support.sass */
html.support-console #SupportApplications .app-info-table tr:hover a,
html.support-console #SupportApplications .app-info-table a:hover {
  color: #117964;
}
/* line 316, ../sass/partials/pages/_support.sass */
html.support-console #SupportApplications .AddDomain form a {
  color: #0093b9;
  cursor: pointer;
}
/* line 319, ../sass/partials/pages/_support.sass */
html.support-console #SupportApplications .AddDomain form a:hover {
  color: #117964;
}
/* line 322, ../sass/partials/pages/_support.sass */
html.support-console #SupportApplications .AddDomain form .Actions .add-domain-submit {
  margin-bottom: 100px;
}
/* line 324, ../sass/partials/pages/_support.sass */
html.support-console #SupportApplications .AddDomain .btn.clear-add-domain {
  padding: 2px 10px 1px 10px;
  margin-top: -2px;
}
/* line 328, ../sass/partials/pages/_support.sass */
html.support-console #SupportLogs table#datatable tr:hover {
  cursor: default;
}

@media all and (max-width: 1375px) {
  /* line 334, ../sass/partials/pages/_support.sass */
  #SupportMembers td.more-info {
    font-size: 10px;
  }
}
