/* override bootstrap styles */
body #flashMessage {
  margin-top: 10px;
  margin-bottom: 0px; }
body .page-header {
  margin: 10px 0;
  padding: 0;
  border: 0; }
body h4 {
  margin: 0;
  font-size: 18px;
  line-height: 28px; }
body code {
  color: #ff633d; }
body .col-md-12 {
  min-height: 0; }
body .input-sm {
  height: 28px;
  border-radius: 2px; }
body .dropdown-group .dropdown:first-child:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
body .dropdown-group .dropdown:not(:first-child) > .btn {
  margin-left: -1px; }
body .dropdown-group .dropdown:last-child:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
body .dropdown-menu {
  margin-top: 1px; }
body .double-group .form-group {
  float: left;
  width: 45%; }
  body .double-group .form-group:last-child {
    margin-left: 10%; }
body .table-align td {
  vertical-align: middle !important; }
body .table-valign-top td {
  vertical-align: top !important; }
body .panel {
  border-radius: 2px; }
  body .panel .panel-heading, body .panel .panel-footer {
    border-radius: 0; }
body textarea.form-control {
  border-radius: 2px; }
body .table-responsive {
  overflow: initial; }
  body .table-responsive .row {
    margin-left: 0;
    margin-right: 0; }
    body .table-responsive .row [class*="col-"]:first-child {
      padding-left: 0; }
    body .table-responsive .row [class*="col-"]:last-child {
      padding-right: 0; }
body .btn-group.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto; }
body .label {
  padding: .3em .6em; }
body .square .list-group-item:last-child, body .square .list-group-item:first-child {
  border-radius: 0; }
body .list-group-item.active {
  pointer-events: none; }
body .popover {
  border: 1px solid #b9b9b9;
  box-shadow: none;
  border-radius: 2px;
  font-size: 13px; }
  body .popover.left > .arrow {
    border-left-color: #888888; }
body .popover-content, body .popover-title {
  padding: 8px; }
body .alert {
  border-radius: 2px;
  margin-bottom: 10px;
  font-size: 13px;
  padding: 8px 12px; }
  body .alert.alert-warning {
    background-color: #FFFBE2;
    color: #7F6E00;
    border-color: #FFDE3D; }
  body .alert.alert-success {
    background-color: #F3FFF3;
    color: #5CB85C;
    border-color: #BCEBBC; }
body .label.inverted[href]:hover {
  text-decoration: none;
  background: #fff; }
body .tooltip .tooltip-inner {
  border-radius: 0;
  padding: 5px 10px; }
body .tooltip.fixed {
  position: fixed; }
body .close:focus {
  outline: 0; }
body .popover .close {
  margin-top: -3px; }
body .text-success {
  color: #4eb34e; }
body .text-warning {
  color: #FF633D; }
body .text-info {
  color: #5bc0de; }
body .text-danger, body .alert-danger {
  color: #F54141; }
body .btn-danger {
  background-color: #F54141; }
body .label {
  font-size: 85%; }
body .bg-danger-strong {
  background: #F54141;
  color: #fff; }
body .well {
  box-shadow: none;
  margin-bottom: 15px; }
body .text-solid {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  font-weight: bold; }
body .form-control {
  box-shadow: none; }
body .c3-tooltip-container {
  white-space: nowrap; }
body :focus, body .btn.focus {
  outline: 0 !important; }
body .selectpicker.btn-default.disabled {
  background-color: #F4F4F4;
  opacity: 1;
  color: #999;
  border: 1px solid #d8dce3; }
body .input-group-addon:not(:first-child):not(:last-child) {
  border-left: 0;
  border-right: 0; }
body .table .img-polaroid {
  padding: 2px; }
body iframe {
  border: 0; }
body .hidden-link {
  color: #444; }
  body .hidden-link:hover {
    color: #444; }
body .title-ucased {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
  line-height: 1.4; }
  body .title-ucased .re-engaged {
    font-size: 10px; }
body h1.form-title {
  margin-bottom: 10px !important; }
body .form-control[readonly]:focus {
  box-shadow: none;
  border-color: #ccc; }
body .icomoon-appleinc, body .icomoon-IOS {
  color: #333 !important; }
body .icomoon-android, body .icomoon-ANDROID {
  color: #9C0 !important; }
body code.blue-code {
  background: #F2F9FF;
  color: #348eda; }
body .caret.right {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }
body .dropdown-header {
  font-size: 11px;
  border-bottom: 1px solid #d8dce3;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500; }
body .modal-xl {
  width: calc(100% - 60px);
  margin: 30px; }
body .modal-content {
  border-radius: 2px; }
body .modal-header {
  background: #f5f5f5;
  border-radius: 2px 2px 0 0; }
  body .modal-header h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px; }
  body .modal-header .close {
    margin-top: -4px; }
body .modal-footer {
  background: #f5f5f5;
  border-radius: 0 0 2px 2px;
  padding: 10px 15px; }
body .btn-sm {
  font-size: 12px;
  line-height: 18px; }
body .btn {
  border-radius: 2px; }
body .btn-default.disabled {
  border-color: #f0f0f0;
  color: #ccc;
  opacity: 1; }
body .medium-font-size {
  font-size: 13px; }
body label {
  font-weight: 500; }
body .progress-bar .progress-bar-danger {
  background-color: #F54141; }

.label.inverted {
  padding: 2px 5px;
  border: 1px solid #999999;
  color: #999999;
  background-color: #FFFFFF;
  font-weight: 500;
  cursor: inherit;
  font-size: 11px;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0.5px;
  line-height: 14px;
  border-radius: 2px; }
  .label.inverted.label-primary {
    border-color: #337ab7;
    color: #337ab7; }
  .label.inverted.label-success {
    border-color: #4eb34e;
    color: #4eb34e; }
  .label.inverted.label-info {
    border-color: #5bc0de;
    color: #5bc0de; }
  .label.inverted.label-warning {
    border-color: #FF633D;
    color: #FF633D; }
  .label.inverted.label-danger {
    border-color: #d9534f;
    color: #d9534f; }
  .label.inverted.label-purple {
    border-color: #9984F5;
    color: #9984F5; }
  .label.inverted.label-orange {
    border-color: #ff925e;
    color: #ff925e; }
  .label.inverted.label-pink {
    border-color: #ff7c97;
    color: #ff7c97; }
  .label.inverted.label-red {
    border-color: #D10A0A;
    color: #D10A0A; }
  .label.inverted.label-violet {
    border-color: #8F62A6;
    color: #8F62A6; }
  .label.inverted.label-oceanblue {
    border-color: #2AADAD;
    color: #2AADAD; }
  .label.inverted.label-lightbrown {
    border-color: #96815D;
    color: #96815D; }

table:not([data-report-viewby="sources"]) [data-report-display="sources"] {
  display: none !important; }

.feedback-moods span {
  display: inline-block;
  font-size: 28px;
  margin-top: 4px;
  margin-right: 4px;
  cursor: pointer; }

.feedback-moods span:not([class*="text-"]) {
  color: #ccc; }

.feedback-moods span:not([class*="text-"]):hover {
  color: #444; }

.feedback-moods .text-default {
  color: #444; }

.feedback-moods .text-pacman {
  color: #EBEC33; }

.textarea-help {
  position: absolute;
  bottom: 0;
  right: 8px; }

.btn-google {
  background: #4184F3;
  color: #fff;
  border: 1px solid #356CDB !important;
  position: relative; }
  .btn-google:not(.btn-block) {
    padding-left: 50px; }
  .btn-google:before {
    position: absolute;
    content: "";
    background: url("../img/google_icon2.png") no-repeat center center;
    background-size: 28px 28px;
    left: 0px;
    top: 0;
    width: 40px;
    height: 32px;
    border-right: 1px solid #356CDB; }
  .btn-google:hover {
    color: #fff !important;
    background: #4383DF; }

/* breadcrumb */
.page-header h1:not(.no-border) {
  border-bottom: 1px solid #d8dce3; }

h1 {
  margin: 0 !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 28px !important; }
  h1:not(.no-border) {
    padding-bottom: 10px; }
  h1 img {
    margin-top: -3px; }

.campaign_status {
  margin-top: 10px; }
  .campaign_status th:not(:last-child) {
    padding: 0 20px; }
  .campaign_status th .text-muted {
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 10px;
    display: block; }
  .campaign_status td {
    vertical-align: middle; }

.actionRow {
  padding: 0 10px;
  margin-bottom: 10px;
  background: #ebedf1; }
  .actionRow h2 {
    margin: 5px 0 !important;
    font-size: 18px !important;
    line-height: 28px !important; }
    .actionRow h2 > a:not(.label) {
      color: #333 !important; }
    .actionRow h2 small {
      font-size: 85%; }
    .actionRow h2 [data-toggle="popover"] small {
      color: #333;
      vertical-align: -1px; }
  .actionRow .actionStatus .actionCell {
    float: left;
    padding: 5px 0 5px 10px;
    line-height: 28px; }
  .actionRow:after {
    content: "";
    clear: both;
    display: table; }

.infolink {
  display: inline-block; }
  .infolink:focus {
    outline: 0; }
  .infolink > span {
    cursor: pointer;
    font-size: 14px; }

.action-popover label {
  margin-bottom: 0; }
.action-popover li {
  line-height: 26px; }
.action-popover + hr, .action-popover hr {
  margin: 5px 0 !important; }
.action-popover hr:first-child {
  display: none; }

.breadcrumb .app-icon, h1 .app-icon, .search-box .app-icon, #searchLayout .app-icon {
  border-radius: 3px;
  vertical-align: -2px; }
.breadcrumb .flag-icon, h1 .flag-icon, .search-box .flag-icon, #searchLayout .flag-icon {
  vertical-align: middle; }
.breadcrumb .campaign-status, h1 .campaign-status, .search-box .campaign-status, #searchLayout .campaign-status {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border-radius: 50%; }
  .breadcrumb .campaign-status.live, h1 .campaign-status.live, .search-box .campaign-status.live, #searchLayout .campaign-status.live {
    background: #4eb34e; }
  .breadcrumb .campaign-status.paused, h1 .campaign-status.paused, .search-box .campaign-status.paused, #searchLayout .campaign-status.paused {
    background: #ccc; }

h1 .campaign-status {
  vertical-align: -1px;
  width: 16px;
  height: 16px; }
h1 .flag-icon {
  vertical-align: middle;
  margin: -4px 0;
  width: 28px; }

.search-box .results-wrapper .app-icon, #searchLayout .app-icon {
  vertical-align: middle; }
.search-box .results-wrapper .flag-icon, #searchLayout .flag-icon {
  vertical-align: middle; }
.search-box .results-wrapper .platform-icon, #searchLayout .platform-icon {
  vertical-align: middle; }

/* */
/* validation styles */
.hide-error-labels label.error {
  display: none !important; }

.form-inline label.error {
  margin-top: 0;
  margin-left: 5px; }

label.error {
  color: #d9534f;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0; }

.form-control.error {
  border: 1px solid #d9534f; }
  .form-control.error:focus {
    border: 1px solid #d9534f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 83, 79, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 83, 79, 0.6); }

.bootstrap-select.error > button {
  border: 1px solid #d9534f; }

.form-group.has-error .control-label {
  color: #d9534f; }

/* */
.tracklink {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: #428bca; }

.btn-toolbar > .pull-left {
  margin-left: 5px; }

.btn-group .btn-default:not(.active):focus {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.dropdown-menu > li > label {
  padding: 10px 15px;
  display: block;
  font-weight: normal;
  cursor: pointer;
  line-height: 14px;
  transition: 0.1s;
  margin: 0; }
  .dropdown-menu > li > label:hover {
    background-color: #eaeaea; }
  .dropdown-menu > li > label input[type="checkbox"] {
    margin: 0;
    vertical-align: sub; }

.dropdown .label-search {
  margin: 5px;
  width: auto; }

.small.filter {
  height: auto; }
  .small.filter button {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important; }

.glyphicon.posfix {
  top: 2px;
  left: -5px; }

.img-polaroid {
  max-width: 200px; }

/* filter */
#filterform .panel-heading {
  cursor: pointer; }
  #filterform .panel-heading .trigger {
    float: right;
    line-height: 15px;
    opacity: 0.6;
    transition: 0.1; }
    #filterform .panel-heading .trigger span {
      line-height: 18px; }
    #filterform .panel-heading .trigger:hover {
      opacity: 1; }
    #filterform .panel-heading .trigger .detail {
      display: none; }
  #filterform .panel-heading.collapsed .trigger .clearfilter {
    display: none; }
  #filterform .panel-heading.collapsed .trigger .detail {
    display: inline-block; }
  #filterform .panel-heading.collapsed .glyphicon-menu-up {
    display: none; }
  #filterform .panel-heading:not(.collapsed) .glyphicon-menu-down {
    display: none; }
#filterform .panel-heading, #filterform .panel-body, #filterform .panel-footer {
  padding: 5px 10px; }
#filterform .filter-row .cell-1, #filterform .filter-row .cell-2 {
  float: left;
  padding-right: 20px; }
#filterform .filter-row .cell-1 .btn {
  display: block;
  min-width: 108px;
  position: relative;
  padding-right: 18px;
  text-align: left; }
#filterform .filter-row .cell-1 .caret {
  position: absolute;
  margin: 0;
  right: 8px;
  top: 12px; }
#filterform .filter-row .cell-1.open > .dropdown-menu {
  display: block !important; }
#filterform .filter-row:after {
  clear: both;
  display: table;
  content: ""; }
#filterform .multiple-form-group .form-control {
  width: auto; }
#filterform .multiple-form-group .input-group-btn {
  float: left; }
#filterform .filter-list {
  display: inline-block;
  font-size: 100%; }
  #filterform .filter-list > span {
    color: #337ab7; }
    #filterform .filter-list > span:not(:last-child):after {
      content: "&";
      display: inline-block;
      margin: 0 16px;
      color: #333;
      font-weight: bold; }
#filterform .filterAction {
  color: #4eb34e; }
#filterform .appliedFilters .filterAction {
  color: #d9534f; }
#filterform .appliedFilters button.selectpicker, #filterform #customFilter button.selectpicker {
  border-radius: 4px 0 0 4px;
  border-right: 0;
  z-index: 1; }
#filterform .input-group .form-control {
  z-index: initial; }

/* */
/* datatables */
.datatable p, .datatable input[type='checkbox'] {
  margin: 0; }
.datatable.table > tbody > tr > td, .datatable a, .datatable input[type='checkbox'] {
  vertical-align: middle; }
.datatable .label.banned {
  display: inline-block;
  width: 39px;
  padding: 8px 0; }
.datatable .sorting_1, .datatable .sorting_2 {
  background-color: #cdecff; }
.datatable .no_sort {
  background-image: none !important; }
.datatable td:first-child input[type="checkbox"] {
  display: block; }
.datatable .switch {
  display: inline-block;
  vertical-align: middle; }

table.has-row-selected tr:not(.selected) {
  opacity: 0.5; }

.datatable.table-bordered .sorting_1, .datatable.table-bordered .sorting_2 {
  border-bottom: 1px solid #ccc; }

.table-heatmap tbody td:not(.table-label) {
  border: 0 !important; }

.table-heatmap tbody td {
  border-bottom: 0 !important;
  border-top: 0 !important; }

.table-heatmap tbody tr.average td {
  border-bottom: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  font-weight: 800; }

.table th:not(.no-border) {
  background-color: #f0f0f0;
  color: #444;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 14px; }
  .table th:not(.no-border).sorting_asc, .table th:not(.no-border).sorting_desc {
    background-color: #cdecff; }
  .table th:not(.no-border).sorting:hover {
    text-decoration: underline; }

.table.table-bordered th:not(.no-border) {
  border: 1px solid #ccc; }

.table.table-bordered thead th:not(.no-border) {
  border-bottom: 2px solid #ccc;
  border-top: 1px solid #ccc !important; }

.table tfoot th:not(:first-child) {
  font-size: 13px;
  text-transform: none; }

.table.no-corner {
  border: 0; }
  .table.no-corner thead th {
    border-left: 0; }
  .table.no-corner th.no-border {
    border: 0;
    padding-left: 0;
    vertical-align: middle; }
    .table.no-corner th.no-border h4 {
      line-height: 0px; }

table .label.inverted {
  display: inline-block;
  margin: 2px;
  line-height: 11px; }
  table .label.inverted:empty {
    display: none; }

.table-nowrap, table td a, table th {
  white-space: nowrap; }

table.wrap-header th {
  white-space: initial;
  vertical-align: middle !important; }

.dataTables_info .select-info {
  display: none; }

ul.pagination {
  border-radius: 0; }
  ul.pagination > li:first-child > a, ul.pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  ul.pagination > li:last-child > a, ul.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.pull-right div.dataTables_paginate ul.pagination, div.dataTables_paginate ul.pagination.pull-right {
  margin: 10px 0 0; }

.creative-popover + .popover img {
  max-width: 200px; }

.creative-parameter.editable {
  word-break: break-all; }

/* */
#graph .graph-title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center; }
#graph .panel-heading {
  background-color: #fff;
  border-bottom: 0; }
#graph .panel-body {
  padding: 0 10px 0 0;
  min-height: 230px; }
#graph .dropdown.small .btn-default {
  font-size: 11px; }
#graph .dropdown.small .dropdown-menu a {
  padding: 4px 12px;
  transition: 0.1s; }
#graph .form-control {
  height: auto;
  margin-bottom: 0; }
#graph #chart .c3-line {
  stroke-width: 2px; }
#graph #chart .c3-axis-y .tick:nth-child(odd), #graph #chart .c3-axis-y2 .tick:nth-child(odd) {
  display: none; }
#graph #chart .c3-tooltip .value {
  padding-right: 0; }
#graph text {
  fill: #666; }
#graph path, #graph line, #graph path {
  stroke: #d8dce3; }
#graph .c3-axis-y-label, #graph .c3-axis-x-label {
  font-size: 12px; }
#graph .legend {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px; }
#graph [data-id="graph1"] .legend {
  background-color: #5e5d8f; }
#graph [data-id="graph2"] .legend {
  background-color: #f37455; }
#graph .safiroloading {
  position: relative;
  top: 46px;
  margin-bottom: 0; }

.c3-tooltip-container .c3-tooltip {
  border: 1px solid #ccc;
  opacity: 1;
  box-shadow: none; }
  .c3-tooltip-container .c3-tooltip tr:not(:first-child) {
    border: 0; }
  .c3-tooltip-container .c3-tooltip th {
    background: #fff;
    color: #444;
    padding: 3px 6px;
    font-weight: 400;
    font-size: 13px; }
  .c3-tooltip-container .c3-tooltip td {
    border: 0;
    color: inherit; }

/* Sub-Menus */
.dropdown-submenu {
  position: relative; }
  .dropdown-submenu a {
    cursor: pointer; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0px;
    border-radius: 4px; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu a:hover:after {
    border-left-color: #fff; }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;
    margin-top: 4px;
    margin-right: -7px; }
  .dropdown-submenu.pull-left {
    float: none; }
    .dropdown-submenu.pull-left > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px;
      margin-left: 2px;
      border-radius: 4px; }

.added.caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

/* */
/* custom help classes */
.pt-0 {
  padding-top: 0 !important; }

.mt-1n {
  margin-top: -1px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-1 {
  margin-top: 1px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-2 {
  margin-right: 2px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.ml-2 {
  margin-left: 2px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.margin-0-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.relative {
  position: relative !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.inline-flex {
  display: inline-flex !important; }

.valign-top {
  vertical-align: top !important; }

.valign-middle {
  vertical-align: middle !important; }

.big {
  font-size: 120%;
  line-height: 1; }

.pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.nowrap {
  white-space: nowrap; }

.break-all {
  word-break: break-all; }

.table-align-top td {
  vertical-align: top !important; }

.line-through {
  text-decoration: line-through; }

.weight-500 {
  font-weight: 500; }

.strong {
  font-weight: 800 !important; }

.justify-space-between {
  justify-content: space-between;
  display: flex; }

.lh-34 {
  line-height: 34px;
  display: inline-block;
  vertical-align: bottom; }
  .lh-34 input[type="checkbox"], .lh-34 input[type="radio"] {
    margin-top: 11px; }

.lh-28 {
  line-height: 28px;
  display: inline-block;
  vertical-align: bottom; }
  .lh-28 input[type="checkbox"], .lh-28 input[type="radio"] {
    margin-top: 7px !important; }

.text-transform-none {
  text-transform: none !important; }

.fw-400 {
  font-weight: 400 !important; }

.help-border {
  border-bottom: 1px dotted #777 !important;
  cursor: help; }

.overflow-hidden {
  overflow: hidden; }

.no-decoration {
  text-decoration: none !important; }

.show-only-child:not(:only-child) {
  display: none; }

.vertical-center {
  display: flex;
  height: 100%; }
  .vertical-center > div {
    width: 100%;
    align-self: center; }

.capitalize {
  text-transform: capitalize; }

.btn.btn-actionable {
  color: #fff;
  background-color: #CB4FD9;
  border-color: #A968B0; }
  .btn.btn-actionable:hover, .btn.btn-actionable:focus {
    color: #fff;
    background-color: #A448AE;
    border-color: #92429B; }

.tokentable code {
  cursor: pointer; }

.label-search {
  margin: 5px;
  width: auto; }

.small.filter .dropdown-menu li a {
  font-size: 85%; }

.table .popover-content {
  padding: 6px 8px; }

ul.nav > li > a {
  padding: 5px 10px; }

.smallpicker ul.selectpicker {
  font-size: 13px; }

.selectpicker li:focus, .selectpicker li a:focus {
  outline: 0; }

.filter-campaign-type-select li.disabled span.text {
  text-decoration: line-through; }

.selectpicker .label.inverted {
  padding: 1.5px 5px; }

.popover {
  max-width: none !important; }

.popover-content.bg-danger-strong {
  border-radius: 4px; }

.twitter-inline .twitter-typeahead {
  width: auto; }

.typeahead-full-width .twitter-typeahead {
  width: 100% !important; }

.twitter-add-padding .tt-suggestion {
  padding: 6px 12px; }

.tt-suggestions {
  overflow-x: hidden; }

.input-group-btn select + .btn-group .btn {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.popover.top.popover-alert .arrow {
  bottom: -10px;
  border-top-color: #fff; }
  .popover.top.popover-alert .arrow:after {
    border-top-color: #F54141; }

.absolute-spinner {
  bottom: 0;
  height: 24px;
  left: 0;
  margin: auto;
  top: 0;
  right: 0;
  width: 24px;
  position: absolute;
  font-size: 24px;
  display: inline-block;
  color: #777;
  animation: rotate 2s ease-in-out infinite; }

.video-preview {
  padding: 2px 7px !important; }
  .video-preview .glyphicon {
    font-size: 36px;
    vertical-align: middle; }

.xml-preview-popover {
  max-height: 400px;
  overflow-y: scroll;
  padding: 4px;
  max-width: 780px;
  position: relative; }
  .xml-preview-popover .xml-clipboard {
    position: absolute;
    top: 4px;
    right: 4px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0; }
  .xml-preview-popover pre {
    white-space: inherit; }

.cohort-filter .input-group {
  width: 100%; }
  .cohort-filter .input-group strong {
    font-size: 13px;
    color: #348EDA;
    cursor: pointer; }
    .cohort-filter .input-group strong:hover {
      text-decoration: underline; }
.cohort-filter .daterange {
  width: 100%;
  text-align: left;
  position: relative;
  padding-right: 25px; }
  .cohort-filter .daterange .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle; }

/* metrics */
#metrics input[type="checkbox"] {
  margin-top: 2px;
  cursor: pointer; }
#metrics .selectpicker.btn-default {
  padding: 4px 25px 4px 10px;
  font-size: 12px; }
#metrics .bootstrap-select {
  width: 186px;
  margin-bottom: 0px; }
  #metrics .bootstrap-select li {
    transition: 0.1s;
    font-size: 12px; }
    #metrics .bootstrap-select li a:hover {
      background-color: #3186CE;
      color: #fff; }
#metrics label {
  width: 136px;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  margin-bottom: 6px;
  font-size: 13px; }
#metrics .date_tip {
  display: none; }

#cohortResults #graph .panel-body {
  padding: 10px; }
#cohortResults #graph .c3-tooltip-name-Average td:first-child, #cohortResults #graph .c3-legend-item-Average text {
  font-weight: bold; }
#cohortResults #graph .c3-line-Average {
  stroke-dasharray: 2;
  stroke-width: 3px !important; }
#cohortResults #results-table th {
  background-color: #fff !important; }

.popover-content hr {
  margin: 0; }
.popover-content dl {
  margin-bottom: 0; }
.popover-content .date_tip:not(.border) {
  border: 1px solid #348EDA;
  color: #348EDA;
  vertical-align: 0px;
  text-transform: uppercase;
  font-size: 12px;
  width: 20px;
  line-height: 17px;
  padding-top: 1px; }

/* elements */
#loading-report h4 {
  margin: 0; }
#loading-report .modal-dialog {
  width: 397px; }
#loading-report img {
  max-width: 100%; }

.toggle.btn {
  min-height: 22px;
  min-width: 40px;
  border-radius: 0; }
  .toggle.btn label {
    padding: 0;
    line-height: 20px;
    font-size: 11px; }
  .toggle.btn:not(.off) .toggle-handle {
    border-color: transparent; }
  .toggle.btn .toggle-group .btn {
    border-radius: 0px; }
  .toggle.btn .toggle-group .btn:active, .toggle.btn .toggle-group .btn.active {
    box-shadow: none; }
  .toggle.btn .toggle-group .toggle-handle {
    padding: 7px;
    border-top: 0;
    border-bottom: 0;
    vertical-align: initial; }
  .toggle.btn .toggle-group .toggle-on .glyphicon {
    text-indent: -5px;
    border: 0; }
  .toggle.btn .toggle-group .toggle-off .glyphicon {
    text-indent: 5px;
    border: 0; }
  .toggle.btn .toggle-group .toggle-on, .toggle.btn .toggle-group .toggle-off {
    border: 0; }

.status-circle {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  margin: 5px auto; }
  .status-circle.success {
    background-color: #4eb34e; }
  .status-circle.danger {
    background-color: #d9534f; }
  .status-circle.warning {
    background-color: #f37455; }
  .status-circle.loading {
    background-color: #aaa;
    animation: blink 3s infinite;
    -webkit-animation: blink 3s infinite; }

@keyframes blink {
  50% {
    background-color: #f0f0f0; } }
@-webkit-keyframes blink {
  50% {
    background-color: #f0f0f0; } }
.table-legend {
  margin-top: 5px;
  text-align: right; }
  .table-legend .status-circle {
    width: 10px;
    height: 10px;
    margin: 0;
    display: inline-block;
    vertical-align: middle; }

.relative:hover .clear-field {
  display: block; }

.clear-field {
  display: none;
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer; }

#supported table:not(:last-child) {
  margin-bottom: 15px !important; }
#supported ul {
  padding-left: 20px;
  margin-bottom: 0;
  line-height: 22px; }

.safiroloading {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border-radius: 3px;
  background: #5e5d8f; }
  .safiroloading span {
    display: block;
    font-style: italic;
    color: #fff; }
  .safiroloading.large {
    margin-bottom: 60px;
    width: 270px; }
    .safiroloading.large img {
      width: 100px;
      margin-bottom: 10px; }

table th .date_tip {
  border: 1px solid;
  line-height: 13px; }
  table th .date_tip.text-primary {
    border-color: #348eda; }
  table th .date_tip.text-danger {
    border-color: #F54141; }

.date_tip {
  font-weight: 500;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 0px;
  border-radius: 50%;
  width: 15px;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  margin-left: 5px; }
  .date_tip.border {
    border: 1px solid;
    width: 17px;
    text-transform: uppercase; }

table.admin .contact-us a {
  display: none; }

table.events td button {
  border: 0;
  background: initial; }
  table.events td button:focus {
    outline: 0; }
table.events td .popover-content {
  font-size: 13px;
  line-height: 20px; }
table.events td .event-options {
  display: none; }
  table.events td .event-options a {
    cursor: pointer; }
  table.events td .event-options .dropdown-menu {
    font-size: 13px;
    margin-top: 5px; }
table.events td .label {
  vertical-align: text-bottom; }
table.events td:hover .event-options {
  display: inline; }

#csvexport:first-child:not(:last-child) {
  margin-right: -1px; }
  #csvexport:first-child:not(:last-child) .btn {
    border-radius: 3px 0 0 3px; }

/* notifications */
#box-notifications {
  white-space: nowrap;
  max-width: 600px;
  overflow: hidden;
  padding: 12px; }
  #box-notifications ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px; }
    #box-notifications ul:empty {
      display: none; }
    #box-notifications ul a {
      padding: 5px;
      display: block; }
      #box-notifications ul a span {
        opacity: 0;
        display: inline-block;
        margin-left: 10px; }
      #box-notifications ul a:hover {
        background: #f5f5f5; }
        #box-notifications ul a:hover span {
          opacity: 1; }

.no-data-alert {
  max-width: 540px;
  margin: 40px auto; }
  .no-data-alert .icon {
    font-size: 60px; }
    .no-data-alert .icon span {
      display: block; }
  .no-data-alert h2 {
    margin: 10px 0;
    font-size: 40px; }
  .no-data-alert p {
    line-height: 24px; }

table .editable-container .popover-title {
  font-size: 85%; }

table .editable-empty:hover {
  text-decoration: underline; }

tr:hover .editable-cell .inner-settings {
  display: block; }

td.editable-cell {
  padding-right: 35px !important;
  position: relative; }
  td.editable-cell:hover .inner-settings {
    display: block; }
  td.editable-cell .dropdown-menu {
    margin-top: -5px; }
  td.editable-cell .inner-settings {
    display: none;
    position: absolute;
    right: 0px;
    font-size: 14px;
    top: 50%;
    margin-top: -15px; }
    td.editable-cell .inner-settings .pointer {
      padding: 6px;
      display: block; }
      td.editable-cell .inner-settings .pointer:hover {
        color: #348eda; }
    td.editable-cell .inner-settings .dropdown-menu {
      z-index: 99999; }

form .custom-filters .filter-row {
  margin-bottom: 10px; }
  form .custom-filters .filter-row:not(:first-child) label {
    display: none; }
  form .custom-filters .filter-row:last-child {
    margin: 0; }
  form .custom-filters .filter-row:not(:last-child) .filter-add {
    display: none; }
form .custom-filters .input-group .form-control {
  z-index: initial; }
form .custom-filters .input-group input[type="text"] {
  margin-left: -1px; }
form .custom-filters .input-group .bootstrap-select .btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
form .custom-filters .btn:focus {
  outline: 0;
  background: initial;
  border-color: #ccc; }

/* side collapse */
[data-structure="collapse"] > div {
  transition: width 0.3s, padding 0.3s; }
[data-structure="collapse"] [data-structure="extra"] {
  white-space: nowrap; }
  [data-structure="collapse"] [data-structure="extra"][data-collapsed="true"] {
    width: 0;
    padding: 0;
    height: 0;
    overflow: hidden; }

.dropdown-hover-2 .dropdown-menu > .active > a {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }
  .dropdown-hover-2 .dropdown-menu > .active > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }

/* smart segments */
.condition-row .condition-remove {
  position: absolute;
  top: 10px;
  right: 10px; }
.condition-row.infinity-error {
  border: 1px solid #d9534f; }
  .condition-row.infinity-error .eom_picker > button {
    border: 1px solid #d9534f; }

/* laboratory */
.magicstick.btn {
  padding: 0 !important; }
  .magicstick.btn:hover {
    box-shadow: 0px 0px 4px 2px #FFF700;
    background-color: #fff; }
    .magicstick.btn:hover img {
      transform: rotate(10deg); }
  .magicstick.btn:focus {
    -webkit-animation: vanishOut 1s forwards 1;
    animation: vanishOut 1s forwards 1; }

.interval {
  height: 11px;
  width: 1px;
  background: #444;
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .interval:after, .interval:before {
    height: 1px;
    width: 54px;
    background: #999;
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px; }
  .interval:after {
    left: 0; }
  .interval:before {
    right: 0; }
  .interval span {
    position: absolute;
    height: 7px;
    z-index: 1;
    top: 2px; }
    .interval span.bad {
      background: #FF1F1F; }
    .interval span.good {
      background: #3FAE3B; }

@-webkit-keyframes vanishOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(20px); } }
@keyframes vanishOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-filter: blur(0px); }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    -webkit-filter: blur(20px); } }
#graph.laboratory .panel-body {
  padding: 10px; }
#graph.laboratory .c3-tooltip-container [class*="Baseline"], #graph.laboratory .c3-legend-item[class*="Baseline"] {
  font-weight: bold; }
#graph.laboratory .c3-chart-lines [class*="Baseline"] {
  stroke-dasharray: 2;
  stroke-width: 3px !important; }
#graph.laboratory .c3-tooltip .value {
  padding-right: 6px !important; }

/* Pivots */
#filterPivotForm label, #cohortForm label {
  font-size: 13px; }
#filterPivotForm .lh-34 label input[type="checkbox"], #filterPivotForm .lh-34 label input[type="radio"], #cohortForm .lh-34 label input[type="checkbox"], #cohortForm .lh-34 label input[type="radio"] {
  margin-top: 10px; }
#filterPivotForm .bs-searchbox input, #cohortForm .bs-searchbox input {
  height: 28px;
  font-size: 13px; }
#filterPivotForm .btn-group.open .dropdown-toggle, #cohortForm .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: initial;
  border-color: #ccc; }
#filterPivotForm .dropdown-menu > li > a:hover, #filterPivotForm .dropdown-menu > li > a:focus, #filterPivotForm .dropdown-menu > .selected > a, #cohortForm .dropdown-menu > li > a:hover, #cohortForm .dropdown-menu > li > a:focus, #cohortForm .dropdown-menu > .selected > a {
  background: #ff633d;
  color: #fff; }
  #filterPivotForm .dropdown-menu > li > a:hover .text-muted, #filterPivotForm .dropdown-menu > li > a:focus .text-muted, #filterPivotForm .dropdown-menu > .selected > a .text-muted, #cohortForm .dropdown-menu > li > a:hover .text-muted, #cohortForm .dropdown-menu > li > a:focus .text-muted, #cohortForm .dropdown-menu > .selected > a .text-muted {
    color: #fff; }
#filterPivotForm .dropdown-menu > li > a, #cohortForm .dropdown-menu > li > a {
  padding: 5px 15px;
  font-size: 13px;
  margin: 0 4px; }
#filterPivotForm .input-group-addon.white, #cohortForm .input-group-addon.white {
  background: #fff; }

/* Dynamic Campaigns */
.feed-filter .first-label {
  display: none;
  width: 40px; }
.feed-filter .extra-label {
  display: inline-block;
  width: 40px; }
.feed-filter .feed-filter-add {
  display: none; }
.feed-filter:first-child .extra-label {
  display: none; }
.feed-filter:first-child .first-label {
  display: inline-block; }
.feed-filter:last-child {
  margin-bottom: 0; }
  .feed-filter:last-child .feed-filter-add {
    display: inline-block; }
.feed-filter .select2-input {
  max-width: 200px; }
.feed-filter .select2-container {
  display: inline-block;
  width: 240px !important; }
.feed-filter .select2-search-choice {
  max-width: 240px;
  word-break: break-word; }

.variation-card-container .variation-card {
  transition: 0.1s; }
  .variation-card-container .variation-card .thumbnail {
    transition: 0.1s;
    pointer-events: none; }
  .variation-card-container .variation-card .native-preview .preview-alert {
    display: none; }
  .variation-card-container .variation-card .native-preview .preview-image-container {
    border: 1px solid #d5d5d5 !important;
    cursor: initial; }
  .variation-card-container .variation-card.disabled-variation {
    background: #f0f0f0;
    color: #909090; }
    .variation-card-container .variation-card.disabled-variation .thumbnail {
      opacity: 0.8; }
    .variation-card-container .variation-card.disabled-variation .option-disable, .variation-card-container .variation-card.disabled-variation .option-edit {
      display: none; }
    .variation-card-container .variation-card.disabled-variation .option-enable {
      display: block; }
    .variation-card-container .variation-card.disabled-variation .device-adapter {
      opacity: 0.5; }
  .variation-card-container .variation-card.new-variation .option-disable, .variation-card-container .variation-card.new-variation .option-edit {
    display: none; }
  .variation-card-container .variation-card.new-variation .option-delete {
    display: block; }
  .variation-card-container .variation-card .option-enable, .variation-card-container .variation-card .option-delete {
    display: none; }
  .variation-card-container .variation-card .rich-media-container {
    border: 0; }
  .variation-card-container .variation-card iframe {
    pointer-events: none; }
.variation-card-container .template-options {
  position: absolute;
  top: 8px;
  right: 8px; }

#addTemplateModal .preview-image-container:not(.error):before {
  content: "";
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  transition: 0.2s; }
#addTemplateModal .preview-image-container:not(.error):hover:before {
  background: rgba(255, 255, 255, 0.8); }
#addTemplateModal .preview-image-container:not(.error):hover .edit-icon {
  display: block;
  margin-top: -29px;
  cursor: pointer; }
#addTemplateModal .form-group:last-child {
  margin-bottom: 0; }
#addTemplateModal .builder-native-form .advanced-token {
  display: none; }

.edit-mode.loading .edit-image-wrapper, .edit-mode.loading .crop-preview {
  position: relative; }
  .edit-mode.loading .edit-image-wrapper img, .edit-mode.loading .edit-image-wrapper .cropper-container, .edit-mode.loading .crop-preview img, .edit-mode.loading .crop-preview .cropper-container {
    visibility: hidden; }

.native-preview {
  position: relative;
  text-align: left; }
  .native-preview .preview-icon {
    float: left;
    margin: 0px 10px 5px 0px;
    border-radius: 2px; }
  .native-preview .edit-icon {
    position: absolute;
    z-index: 99;
    font-size: 58px;
    top: 50%;
    left: 0;
    width: 58px;
    margin: 0 auto;
    right: 0;
    margin-top: -200px;
    transition: 0.2s; }
  .native-preview .preview-callToAction {
    float: right;
    pointer-events: none;
    text-transform: uppercase; }
  .native-preview .preview-image-container {
    width: 100%;
    display: inline-block;
    position: relative;
    border: 1px solid #d5d5d5;
    overflow: hidden; }
    .native-preview .preview-image-container:after {
      padding-top: calc(52.25% - 0px);
      display: block;
      content: ''; }
    .native-preview .preview-image-container.error {
      border-color: #d9534f;
      cursor: pointer; }
    .native-preview .preview-image-container .preview-image {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto;
      border-radius: 2px; }
  .native-preview .preview-promoText {
    clear: both;
    margin: 2px 4px;
    line-height: 18px;
    max-width: 190px;
    float: left; }
  .native-preview .preview-title {
    line-height: 38px; }
  .native-preview .preview-alert {
    position: absolute;
    left: 0px;
    top: 50%;
    background: #fff;
    padding: 10px;
    border: 1px solid #F54141;
    cursor: pointer;
    font-size: 26px;
    right: 0px;
    transition: 0.1s;
    margin: 0 auto;
    width: 48px;
    margin-top: -24px;
    border-radius: 2px;
    opacity: 0.7; }
    .native-preview .preview-alert:hover {
      opacity: 1; }
  .native-preview:after {
    clear: both;
    content: "";
    display: table; }
  .native-preview.ad, .native-preview .ad {
    background: #fff;
    color: #444;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 2px 1px #ccc;
    padding: 4px;
    text-align: left; }
  .native-preview.example .preview-icon {
    margin: 0px 10px 2px 0px;
    border: 1px solid #D5D5D5; }
  .native-preview.example .preview-title {
    line-height: 62px;
    font-size: 30px; }
  .native-preview.example .preview-image-container {
    display: block;
    pointer-events: none; }
  .native-preview.example .preview-callToAction {
    font-size: 17px;
    margin-top: 12px;
    margin-bottom: 9px; }
  .native-preview.example .preview-promoText {
    line-height: 52px;
    font-size: 22px; }

.rich-media-container {
  position: relative;
  border: 1px solid #d8dce3;
  z-index: 1;
  pointer-events: none;
  border-radius: 4px;
  transform-origin: top left; }
  .rich-media-container iframe {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; }
  .rich-media-container.loading iframe {
    display: none; }

.edit-image-wrapper {
  outline: 1px solid #ccc;
  text-align: center; }
  .edit-image-wrapper .cropper-modal {
    background-color: #ffffff; }

/* Form steps */
.form-steps {
  margin: 10px 0; }
  .form-steps .step {
    color: #777;
    margin-right: 10px; }
    .form-steps .step.active {
      color: #348eda; }
      .form-steps .step.active .number {
        color: #fff;
        background-color: #348EDA;
        border-color: #348EDA; }
    .form-steps .step:hover, .form-steps .step:focus {
      text-decoration: none; }
    .form-steps .step .number {
      border: 1px solid;
      width: 24px;
      height: 24px;
      display: inline-block;
      text-align: center;
      line-height: 21px;
      border-radius: 4px;
      font-size: 13px;
      vertical-align: middle; }
    .form-steps .step .text {
      line-height: 24px;
      display: inline-block;
      vertical-align: middle; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
.box-carousel .box {
  display: inline-block;
  width: 96px;
  height: 96px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  position: relative;
  vertical-align: top;
  margin-right: 15px;
  color: #777;
  transition: 0.2s; }
  .box-carousel .box .shape-container {
    width: 94px;
    height: 64px;
    position: relative;
    margin: 0 auto; }
    .box-carousel .box .shape-container > div {
      border: 1px solid #e5e5e5;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 50%;
      background: #f0f0f0;
      transition: 0.2s; }
  .box-carousel .box .labels {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    line-height: 14px; }
  .box-carousel .box:hover {
    color: #444; }
    .box-carousel .box:hover .shape-container > div {
      background: #e5e5e5; }
  .box-carousel .box.active {
    border: 1px solid #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .box-carousel .box.native {
    background: #f0f0f0; }
    .box-carousel .box.native:hover {
      background: #e5e5e5; }
  .box-carousel .box.counter {
    border: 0;
    cursor: initial; }
    .box-carousel .box.counter:hover {
      color: inherit; }
    .box-carousel .box.counter .number {
      font-size: 48px; }

#library .selected .library-creative-wrapper {
  border: 1px solid #348EDA; }
#library .library-creative-wrapper:hover {
  border: 1px solid #348EDA; }

.library-creative-wrapper {
  max-width: 100%;
  width: 194px;
  height: 194px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 auto;
  cursor: pointer; }
  .library-creative-wrapper .image-wrapper {
    height: 130px;
    border-bottom: 1px solid #ccc;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .library-creative-wrapper .image-wrapper div {
      height: 100%; }
    .library-creative-wrapper .image-wrapper img {
      max-width: 100%;
      max-height: 100%;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .library-creative-wrapper .info-wrapper {
    font-size: 13px;
    padding: 4px; }
    .library-creative-wrapper .info-wrapper > * {
      display: block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.template-showroom {
  border-top: 1px solid #E5E5E5;
  margin-top: 15px; }
  .template-showroom article {
    cursor: pointer; }
    .template-showroom article .hover {
      position: absolute;
      text-align: center;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 60px 20px;
      background: rgba(52, 142, 218, 0.9);
      color: #fff;
      font-size: 40px;
      opacity: 0;
      transition: 0.4s;
      font-weight: 400;
      letter-spacing: 2px; }
      .template-showroom article .hover .glyphicon {
        font-size: 60px;
        transition: 0.5s;
        transform: rotate(-45deg); }
    .template-showroom article:hover .hover {
      opacity: 1; }
      .template-showroom article:hover .hover .glyphicon {
        transform: rotate(0deg); }
    .template-showroom article .inner-container {
      pointer-events: none;
      position: relative;
      height: 100%; }

.device-adapter {
  overflow: hidden;
  padding: 5px; }
  .device-adapter .marvel-device {
    -webkit-transform-origin: 0 0;
    transform-origin: left top; }
    .device-adapter .marvel-device.landscape {
      width: 480px !important;
      height: 320px !important; }
    .device-adapter .marvel-device:not(.landscape) {
      width: 320px !important;
      height: 480px !important; }
    .device-adapter .marvel-device .screen {
      background: url(../../img/bg.png) repeat;
      z-index: 50;
      overflow: hidden; }
  .device-adapter.adapt-05 .marvel-device {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  .device-adapter.adapt-05.landscape.iphone6 {
    height: 196px;
    width: 356px; }
  .device-adapter.adapt-05.landscape.s5 {
    height: 188px;
    width: 315px; }
  .device-adapter.adapt-05:not(.landscape).iphone6 {
    height: 356px;
    width: 196px; }
  .device-adapter.adapt-05:not(.landscape).s5 {
    height: 315px;
    width: 188px; }
  .device-adapter.adapt-07 .marvel-device {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  .device-adapter.adapt-07.landscape.iphone6 {
    height: 272px;
    width: 495px; }
  .device-adapter.adapt-07.landscape.s5 {
    height: 260px;
    width: 430px; }
  .device-adapter.adapt-07:not(.landscape).iphone6 {
    height: 495px;
    width: 272px; }
  .device-adapter.adapt-07:not(.landscape).s5 {
    height: 430px;
    width: 260px; }

.search-box {
  display: inline-block;
  position: relative;
  z-index: 1002;
  vertical-align: middle; }
  .search-box.focused input {
    width: 245px;
    background: white;
    color: #444; }
  .search-box.focused .search-icon {
    color: #444; }
  .search-box.focused .results-wrapper {
    display: block; }
  .search-box:not(.focused) input::-webkit-input-placeholder {
    color: transparent; }
  .search-box:not(.focused) input::-moz-placeholder {
    color: transparent; }
  .search-box:not(.focused) input:-ms-input-placeholder {
    color: transparent; }
  .search-box input {
    border: 0px solid #348eda !important;
    background: rgba(255, 255, 255, 0.4);
    width: 145px;
    transition: 0.2s;
    color: #fff; }
  .search-box .search-icon {
    position: absolute;
    right: 7px;
    color: #fff;
    top: 7px;
    transition: 0.1s; }
  .search-box .results-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
    background: #fff;
    padding: 12px;
    border: 1px solid #d8dce3;
    width: 380px;
    border-radius: 2px;
    font-size: 13px;
    max-height: 420px;
    overflow-y: scroll; }
    .search-box .results-wrapper .form-group:last-child {
      margin-bottom: 0; }
    .search-box .results-wrapper a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      padding: 5px;
      transition: 0s; }
      .search-box .results-wrapper a.hover {
        background: #D8DCE3;
        color: #36355B; }
    .search-box .results-wrapper .view-more {
      margin: 0;
      padding-top: 10px;
      border-top: 1px solid #d8dce3; }
      .search-box .results-wrapper .view-more span {
        vertical-align: middle; }

#searchLayout .back-to-dashboard {
  position: fixed;
  top: 10px;
  left: 15px;
  text-decoration: none !important; }
#searchLayout .back-to-dashboard2 {
  position: fixed;
  top: 15px;
  right: 15px; }
#searchLayout .container {
  max-width: 880px; }
#searchLayout .search-input {
  position: relative;
  margin-bottom: 30px; }
  #searchLayout .search-input input {
    border: none;
    border-bottom: 1px solid #d8dce3;
    border-radius: 0;
    font-size: 68px;
    width: 100%; }
  #searchLayout .search-input input::-webkit-input-placeholder {
    color: #f0f0f0; }
  #searchLayout .search-input input::-moz-placeholder {
    color: #f0f0f0; }
  #searchLayout .search-input input:-ms-input-placeholder {
    color: #f0f0f0; }
  #searchLayout .search-input span {
    position: absolute;
    top: 0;
    line-height: 84px;
    font-size: 64px;
    color: #f0f0f0;
    right: 0; }
#searchLayout .btn-group .btn + .btn {
  border-left: 0; }
#searchLayout .results a {
  display: block;
  padding: 5px;
  transition: 0s;
  text-decoration: none !important; }
  #searchLayout .results a.hover {
    background: #D8DCE3;
    color: #36355B;
    border-radius: 2px; }

.search-box.focused + .focus-helper {
  display: block;
  background: rgba(0, 0, 0, 0.2); }

.focus-helper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: transparent;
  display: none;
  transition: 0.2s; }

#contextEngine .context-list {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px; }
  #contextEngine .context-list .context-panel:first-child .context-header {
    border-top: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  #contextEngine .context-list .context-panel .context-header {
    padding: 7px 10px;
    border-bottom: 1px solid #d8dce3;
    border-top: 1px solid #d8dce3;
    background: #f5f5f5;
    font-weight: 500; }
    #contextEngine .context-list .context-panel .context-header .list-item-delete {
      float: right;
      padding: 4px 8px;
      margin-top: -3px;
      margin-right: -8px;
      font-weight: 400;
      cursor: pointer; }
      #contextEngine .context-list .context-panel .context-header .list-item-delete:hover {
        color: #F54141; }
        #contextEngine .context-list .context-panel .context-header .list-item-delete:hover + span {
          color: #F54141; }
  #contextEngine .context-list .context-panel ul {
    margin: 0;
    list-style: none;
    padding: 4px 14px; }
    #contextEngine .context-list .context-panel ul li {
      padding: 4px; }
      #contextEngine .context-list .context-panel ul li span:hover {
        color: #f54141;
        cursor: pointer; }
#contextEngine .available-options {
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  top: 2px;
  box-shadow: 0px 1px 3px 0px #aaa; }
  #contextEngine .available-options .livesearch-wrapper {
    padding: 6px; }
    #contextEngine .available-options .livesearch-wrapper + ul {
      padding-top: 0; }
  #contextEngine .available-options ul {
    margin: 0;
    list-style: none;
    padding: 6px 0;
    max-height: 208px;
    overflow-y: scroll; }
    #contextEngine .available-options ul li {
      padding: 5px 8px;
      font-size: 13px; }
      #contextEngine .available-options ul li input {
        margin: 0 5px 0 0; }
      #contextEngine .available-options ul li.focused {
        background: #348EDA;
        color: #fff;
        cursor: pointer; }
  #contextEngine .available-options .list-loader {
    height: 208px;
    text-align: center; }
  #contextEngine .available-options .list-options {
    padding: 5px;
    border-top: 1px solid #ccc; }
    #contextEngine .available-options .list-options .btn {
      font-size: 13px; }

#archive-events {
  display: none; }

#show_hide_archived {
  margin-left: 10px; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.segments-row {
  position: relative;
  height: 120px; }
  .segments-row .col-md-3 {
    padding: 0 10px;
    transition: all .5s; }
    .segments-row .col-md-3.non-active {
      opacity: .25; }
  .segments-row .segments-loading {
    position: absolute;
    top: 0;
    width: 100%;
    line-height: 120px;
    text-align: center;
    -webkit-animation: fadeOut 1s forwards 1.5s;
    -moz-animation: fadeOut 1s forwards 1.5s;
    animation: fadeOut 1s forwards 1.5s; }
  .segments-row .segments-data {
    position: absolute;
    top: 0;
    width: 100%; }
    .segments-row .segments-data .segment-box {
      opacity: 0;
      border: 2px solid #199c3e;
      border-radius: 3px;
      height: 120px;
      padding: 12px 12px;
      color: #444;
      cursor: pointer; }
      .segments-row .segments-data .segment-box:hover {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
      .segments-row .segments-data .segment-box div.segment-title {
        padding-bottom: 6px;
        margin-bottom: 10px;
        border-bottom: 1px solid #dedede;
        color: #000; }
      .segments-row .segments-data .segment-box div.segment-population,
      .segments-row .segments-data .segment-box div.segment-probability {
        text-align: right;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .5px; }
        .segments-row .segments-data .segment-box div.segment-population span.tool,
        .segments-row .segments-data .segment-box div.segment-probability span.tool {
          border-bottom: 1px dotted #ccc; }
      .segments-row .segments-data .segment-box div.segment-population {
        margin-bottom: 2px; }
        .segments-row .segments-data .segment-box div.segment-population span.number {
          color: #000;
          font-weight: 500;
          font-size: 20px; }
      .segments-row .segments-data .segment-box div.segment-probability {
        font-size: 13px; }
        .segments-row .segments-data .segment-box div.segment-probability span.number {
          color: #199c3e;
          font-size: 15px; }
      .segments-row .segments-data .segment-box.segment-box-1 {
        -webkit-animation: fadeIn 1s forwards 2s;
        -moz-animation: fadeIn 1s forwards 2s;
        animation: fadeIn 1s forwards 2s; }
      .segments-row .segments-data .segment-box.segment-box-2 {
        -webkit-animation: fadeIn 1s forwards 2.5s;
        -moz-animation: fadeIn 1s forwards 2.5s;
        animation: fadeIn 1s forwards 2.5s;
        border-color: #ffc833; }
        .segments-row .segments-data .segment-box.segment-box-2 div.segment-probability span.number {
          color: #ffc833; }
      .segments-row .segments-data .segment-box.segment-box-3 {
        -webkit-animation: fadeIn 1s forwards 3s;
        -moz-animation: fadeIn 1s forwards 3s;
        animation: fadeIn 1s forwards 3s;
        border-color: #ffa633; }
        .segments-row .segments-data .segment-box.segment-box-3 div.segment-probability span.number {
          color: #ffa633; }
      .segments-row .segments-data .segment-box.segment-box-4 {
        border-color: #ff5933;
        -webkit-animation: fadeIn 1s forwards 3.5s;
        -moz-animation: fadeIn 1s forwards 3.5s;
        animation: fadeIn 1s forwards 3.5s; }
        .segments-row .segments-data .segment-box.segment-box-4 div.segment-probability span.number {
          color: #ff5933; }

.source-box .icon {
  font-size: 11px; }
  .source-box .icon.dashboard {
    background: #3466b0; }
  .source-box .icon.contact1 {
    background: #8a8a8a; }
  .source-box .icon.contact2 {
    background: #7a7a7a; }
  .source-box .icon.comment {
    background: #20a134; }
  .source-box .icon a {
    font-weight: 600; }
.source-box strong {
  font-weight: 500; }

@media screen and (min-width: 768px) and (max-width: 1010px) {
  body {
    padding-top: 100px !important; } }
.daily-cap .btn-group button {
  height: 28px !important; }
  .daily-cap .btn-group button span {
    line-height: 1; }

.undo-pause {
  font-size: 17px;
  cursor: pointer; }

.hard-blacklist {
  cursor: pointer; }

.alerts-log .status-icon {
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 1px;
  margin: 2px 4px;
  margin-right: 5px; }
  .alerts-log .status-icon.status-pending {
    color: #e35b12; }
  .alerts-log .status-icon.status-sent {
    color: #149c38; }
  .alerts-log .status-icon.status-error {
    font-size: 13px;
    color: #F54141; }
.alerts-log .additional-info {
  position: relative;
  top: 2px;
  color: #348EDA;
  font-size: 15px;
  text-decoration: none; }

.clear-list-inside {
  float: right; }

.glyphicon-question-sign.tool-lower {
  top: 3px; }

.bundle-th {
  min-width: 215px; }

.no-transform {
  text-transform: none; }

.col-16 {
  width: 6.25% !important;
  padding: 0 !important; }

.col-16-alert-info {
  padding: 8px 22px !important; }

#ActionDetail-error-custom-treatment {
  display: block; }

/*# sourceMappingURL=ruby3.css.map */
