﻿@charset "UTF-8";
.small {
  font-size: 0.8rem; }

.nice-select {
  color: #f6f6f6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 14px;
  border: solid 1px #737373;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  height: 28px;
  line-height: 26px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #666666;
    background: #364352; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open {
    background: #222a33; }
    .nice-select.open:after {
      transform: rotate(-135deg); }
    .nice-select.open .list {
      opacity: 1;
      pointer-events: auto;
      transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #787878;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #364352;
    border: 1px solid #222a33;
    border-radius: 4.6666666667px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-14px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 26px;
    list-style: none;
    min-height: 26px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #1c222a; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }
  .nice-select.light {
    color: #2d2d2d;
    border-color: #ccc; }
    .nice-select.light.open, .nice-select.light:hover {
      background: #f1f1f1; }
    .nice-select.light .list {
      background-color: #f1f1f1;
      border-color: #ccc; }
      .nice-select.light .list li.option.selected,
      .nice-select.light .list li.option:hover {
        background: #abdfcd;
        color: #2d2d2d; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

.nice-select {
  border-radius: 18px;
  height: 30px; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px;
  overflow-y: auto;
  overflow-x: inherit;
  max-height: 600px !important;
  max-height: calc(100vh - 180px) !important; }
  .modal-body::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .modal-body::-webkit-scrollbar-thumb {
    background: #323b46;
    border-radius: 4px; }
  .modal-body::-webkit-scrollbar-track {
    background: #57616f;
    border-radius: 6px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.modal.modal_dark .modal-content {
  background: #222a33;
  border: 1px solid #364352; }
  .modal.modal_dark .modal-content .modal-header {
    border-color: #364352; }
  .modal.modal_dark .modal-content .modal-body {
    border-color: #364352; }
    @media (min-width: 768px) {
      .modal.modal_dark .modal-content .modal-body .modal-form {
        width: 50%;
        margin: 0 auto; } }
    .modal.modal_dark .modal-content .modal-body .modal-form .form-group {
      margin-bottom: 15px; }
      .modal.modal_dark .modal-content .modal-body .modal-form .form-group input {
        width: 100%; }
      .modal.modal_dark .modal-content .modal-body .modal-form .form-group .nice-select {
        width: 100%; }
  .modal.modal_dark .modal-content .modal-footer {
    border-color: #364352; }
.modal.modal-user .modal-body {
  min-height: 320px; }

#brandLogoModal .modal-body {
  min-height: 270px; }

*, *:before, *:after {
  box-sizing: border-box; }

@media only screen and (min-width: 960px) {
  .panel_lg {
    width: 49.0740740741%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }
@media only screen and (min-width: 1400px) {
  .panel_lg {
    width: 40.7407407407%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }

@media only screen and (min-width: 960px) {
  .asf {
    width: 99.0740740741%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }
@media only screen and (min-width: 1400px) {
  .asf {
    width: 15.7407407407%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }

@media only screen and (min-width: 1400px) {
  .panel_w3 {
    width: 32.4074074074%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }

@media only screen and (min-width: 1200px) {
  .col-4 {
    width: 32.4074074074%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }

@media only screen and (min-width: 1200px) {
  .col-8 {
    width: 65.7407407407%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }

@media only screen and (max-width: 1400px) and (min-width: 960px) {
  .panel_med_w2 {
    width: 32.4074074074%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }

@media only screen and (min-width: 1400px) {
  .xxl-w50 {
    width: 50%; } }

@media only screen and (min-width: 1400px) {
  .xxl-w70 {
    width: 70%; } }

.section-fixed {
  width: 33.3333333333%;
  float: left; }

.section-tabs {
  width: 66.6666666667%;
  float: left; }

.small-gallery {
  width: 32.4074074074%;
  float: left; }
  .small-gallery:nth-child(3n + 1) {
    margin-left: 0.462962963%;
    margin-right: -100%;
    clear: both; }
  .small-gallery:nth-child(3n + 2) {
    margin-left: 33.7962962963%;
    margin-right: -100%;
    clear: none; }
  .small-gallery:nth-child(3n + 3) {
    margin-left: 67.1296296296%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (min-width: 640px) and (max-width: 1400px) {
    .small-gallery {
      width: 15.7407407407%;
      float: left; }
      .small-gallery:nth-child(6n + 1) {
        margin-left: 0.462962963%;
        margin-right: -100%;
        clear: both; }
      .small-gallery:nth-child(6n + 2) {
        margin-left: 17.1296296296%;
        margin-right: -100%;
        clear: none; }
      .small-gallery:nth-child(6n + 3) {
        margin-left: 33.7962962963%;
        margin-right: -100%;
        clear: none; }
      .small-gallery:nth-child(6n + 4) {
        margin-left: 50.462962963%;
        margin-right: -100%;
        clear: none; }
      .small-gallery:nth-child(6n + 5) {
        margin-left: 67.1296296296%;
        margin-right: -100%;
        clear: none; }
      .small-gallery:nth-child(6n + 6) {
        margin-left: 83.7962962963%;
        margin-right: -100%;
        clear: none; } }

@media only screen and (min-width: 640px) and (max-width: 960px) {
  .unique_period {
    width: 32.4074074074%;
    float: left; }
    .unique_period:nth-child(3n + 1) {
      margin-left: 0.462962963%;
      margin-right: -100%;
      clear: both; }
    .unique_period:nth-child(3n + 2) {
      margin-left: 33.7962962963%;
      margin-right: -100%;
      clear: none; }
    .unique_period:nth-child(3n + 3) {
      margin-left: 67.1296296296%;
      margin-right: -100%;
      clear: none; } }
@media only screen and (min-width: 960px) and (max-width: 1400px) {
  .unique_period {
    width: 24.0740740741%;
    float: left; }
    .unique_period:nth-child(4n + 1) {
      margin-left: 0.462962963%;
      margin-right: -100%;
      clear: both; }
    .unique_period:nth-child(4n + 2) {
      margin-left: 25.462962963%;
      margin-right: -100%;
      clear: none; }
    .unique_period:nth-child(4n + 3) {
      margin-left: 50.462962963%;
      margin-right: -100%;
      clear: none; }
    .unique_period:nth-child(4n + 4) {
      margin-left: 75.462962963%;
      margin-right: -100%;
      clear: none; } }

#placeholder canvas {
  transition: none; }

@media only screen and (min-width: 1400px) {
  .legend_values {
    width: 49.0740740741%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }

@media only screen and (min-width: 960px) {
  .reports_filter {
    width: 65.7407407407%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }
@media only screen and (min-width: 1200px) {
  .reports_filter {
    width: 74.0740740741%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }

@media only screen and (min-width: 960px) {
  .reports_saved {
    width: 32.4074074074%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }
@media only screen and (min-width: 1200px) {
  .reports_saved {
    width: 24.0740740741%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }

.reports_fill {
  width: 99.0740740741%;
  float: left;
  margin-left: 0.462962963%;
  margin-right: 0.462962963%; }

@media only screen and (min-width: 330px) {
  .report-button-col {
    width: 49.0740740741%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }
@media only screen and (min-width: 960px) {
  .report-button-col {
    width: 32.4074074074%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }
@media only screen and (min-width: 1400px) {
  .report-button-col {
    width: 19%; } }

@media only screen and (min-width: 960px) {
  #publisher-profile-info,
  #publisher-associated-providers {
    width: 49.0740740741%;
    float: left;
    margin-left: 0.462962963%;
    margin-right: 0.462962963%; } }

*, *:before, *:after {
  box-sizing: border-box; }

body, html {
  height: 100%; }

body {
  transition: none;
  background: #333b46;
  color: #e6e6e6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

a {
  color: #649cc7;
  text-decoration: none; }
  a:hover {
    color: #5190c0; }

canvas {
  transition: none; }

.filters {
  display: inline-block; }
  @media only screen and (min-width: 960px) {
    .filters {
      margin-top: 0; } }
  .filters .nice-select {
    margin-right: 15px;
    margin-bottom: 8px; }
    @media only screen and (min-width: 960px) {
      .filters .nice-select {
        margin-bottom: 0; } }

.active-filters {
  display: inline-block;
  margin: 0px;
  padding: 8px;
  font-size: 12px; }
  .active-filters > span {
    line-height: 1.5; }
  .active-filters > span.muted:last-of-type small.muted {
    display: none; }
  @media only screen and (min-width: 960px) {
    .active-filters {
      border-radius: 18px; } }

.small_filters .nice-select {
  font-size: 11px;
  padding-left: 12px;
  padding-right: 23px;
  margin-right: 7.5px; }

.main-block {
  background: #28323c;
  padding: 15px 0;
  margin-bottom: 15px;
  border-radius: 6px; }
  .main-block .main-block-header {
    background: #222a33;
    border-bottom: 1px solid #181d24;
    margin-top: -15px;
    padding: 15px;
    margin-bottom: 15px; }

.donut_label {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translate(-50%, -50%); }

.donut_container {
  width: 32.4074074074%;
  float: left; }
  .donut_container:nth-child(3n + 1) {
    margin-left: 0.462962963%;
    margin-right: -100%;
    clear: both; }
  .donut_container:nth-child(3n + 2) {
    margin-left: 33.7962962963%;
    margin-right: -100%;
    clear: none; }
  .donut_container:nth-child(3n + 3) {
    margin-left: 67.1296296296%;
    margin-right: -100%;
    clear: none; }
  .donut_container .custom_legend table {
    width: 100%;
    text-align: center;
    margin-top: 0; }
  .donut_container .small_donut .pieLabel:nth-of-type(2) {
    display: none; }

.period {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #9a9a9a;
  width: 120px;
  display: inline-block;
  margin-top: 15px;
  font-weight: 600; }

.filters .date-picker {
  border-radius: 18px; }
  .filters .date-picker > * {
    display: inline-block; }
  .filters .date-picker .ng2-datetime-picker-wrapper:first-of-type input {
    border-radius: 18px 0 0 18px; }
  .filters .date-picker .ng2-datetime-picker-wrapper:last-of-type input {
    border-radius: 0 18px 18px 0; }
    @media (min-width: 768px) {
      .filters .date-picker .ng2-datetime-picker-wrapper:last-of-type input {
        margin-right: 14px; } }
  .filters .date-picker input.form-control {
    border: 1px solid #737373;
    padding: 6px 6px 8px 6px;
    max-width: 125px;
    background: #222a33;
    color: #fff;
    text-align: center;
    cursor: pointer; }
    @media (min-width: 340px) {
      .filters .date-picker input.form-control {
        max-width: 147px; } }
    .filters .date-picker input.form-control:hover {
      border-color: #666666;
      background: #364352; }

#publisherAllocationModal ng2-datetime-picker {
  top: -245px !important; }

.bottom_side {
  clear: left; }

.button {
  cursor: pointer;
  display: inline-block;
  background: grey;
  border: 1px solid grey;
  color: white;
  padding: 7px 16px;
  border-radius: 18px;
  font-size: 13px; }
  @media (max-width: 960px) {
    .button {
      margin: 8px 8px 8px 0; } }
  .button:focus {
    outline: 0; }
  .button.small {
    font-size: 13px; }
  .button.btn-reset {
    padding: 0;
    margin: 0;
    background: none;
    border: none; }
  .button.btn-main, .button.btn-default {
    background: #62c2a1;
    border-color: #74c9ac; }
    @media (min-width: 960px) {
      .button.btn-main, .button.btn-default {
        margin-right: 15px; } }
    .button.btn-main:hover, .button.btn-default:hover {
      background: #3c9b7b;
      color: #fff; }
  .button.btn-close {
    background: rgba(0, 0, 0, 0.2);
    border-color: #74c9ac;
    padding: 7px 11px; }
    .button.btn-close:hover {
      background: rgba(0, 0, 0, 0.5); }
  .button.btn-sm {
    color: #fff;
    background: transparent;
    border: 1px solid #62c2a1; }
    .button.btn-sm:hover {
      background: rgba(98, 194, 161, 0.2); }
    @media only screen and (min-width: 960px) {
      .button.btn-sm {
        padding: 3px 10px; } }
  .button.btn-block {
    width: 100%; }
  .button.btn-amount {
    background: #364352;
    border: 1px solid #4b5c70; }

.main-block-body {
  display: block;
  max-height: 9000px;
  overflow: hidden;
  padding: 6px;
  transition: all .4s ease-in-out; }
  .main-block-body.closed {
    overflow: hidden;
    max-height: 0px;
    padding: 0;
    transition: all .4s ease-in-out; }

.divider-small {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  height: 1px;
  display: block;
  clear: both;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1400px) {
    .divider-small {
      display: none; } }

.tooltip_templates {
  display: none; }

.top-section,
.mid-section {
  background: #222a33;
  padding: 15px; }
  .top-section:empty,
  .mid-section:empty {
    min-height: initial; }

.top-section {
  min-height: 60px;
  border-radius: 6px 6px 0 0; }

.crud-content {
  background: #222a33;
  padding: 15px; }

.crud-footer {
  clear: both;
  border-top: 1px solid #364352;
  padding: 15px 0 0 0; }

.button:disabled {
  opacity: 0.3; }

.button.btn-main:disabled {
  opacity: initial;
  background: #355754;
  border-color: #355754;
  color: #646970; }

.crud-content .logo-brands {
  max-width: 70%; }

.grid-browser {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 400px;
  background: #364352;
  padding: 15px;
  margin-top: 5px;
  border-radius: 6px;
  font-size: 13px;
  overflow-y: auto; }
  .grid-browser::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .grid-browser::-webkit-scrollbar-thumb {
    background: #323b46;
    border-radius: 4px; }
  .grid-browser::-webkit-scrollbar-track {
    background: #57616f;
    border-radius: 6px; }
  .grid-browser figure {
    margin: 0 9px 9px 0;
    padding: 2px;
    border: 1px solid transparent; }
    .grid-browser figure.selected-logo {
      border-color: #62c2a1; }
    .grid-browser figure img {
      margin-bottom: -2px; }
  @media only screen and (max-width: 960px) {
    .grid-browser {
      width: 90%; } }

.video-playlist span {
  line-height: 30px; }
.video-playlist .button.pull-right {
  margin-right: 0; }

.picture-form-url {
  margin-top: 3px; }

.operations-full {
  margin-top: 20px;
  border-top: 1px solid #364352;
  padding-top: 10px; }

.disabled-select {
  pointer-events: none;
  opacity: 0.5; }

#tooltip {
  position: relative;
  z-index: 100; }
  #tooltip span {
    display: block;
    margin-bottom: 3px; }
  #tooltip h1 {
    font-size: 16px;
    font-weight: bold; }
  #tooltip #triangle,
  #tooltip #triangle-br {
    position: absolute;
    display: block;
    width: 15px;
    background: red;
    bottom: -30px;
    left: -15px;
    top: -3px;
    border: 3px solid;
    border-right: none;
    z-index: 1;
    background: #222a33; }
  #tooltip #triangle {
    height: calc(100% + 3px);
    border-bottom: none; }
  #tooltip #triangle-br {
    height: calc(100% + 6px); }
  #tooltip #triangle-small,
  #tooltip #triangle-small-br {
    position: absolute;
    width: 15px;
    height: 30px;
    background: #222a33;
    border: 3px solid;
    z-index: -100;
    border-top: none;
    border-bottom: 4px solid; }
  #tooltip #triangle-small {
    bottom: -11px;
    left: -15px;
    -ms-transform: skew(0deg, -36deg);
    transform: skew(0deg, -36deg);
    border-right: none; }
  #tooltip #triangle-small-br {
    bottom: -12px;
    right: -2.5px;
    -ms-transform: skew(0deg, 36deg);
    transform: skew(0deg, 36deg);
    border-left: none; }

@media only screen and (min-width: 960px) {
  ._right_column_fix {
    height: 648px; } }

ng2-datetime-picker:focus,
ng2-datetime-picker:active,
ng2-datetime-picker.nice-select.open {
  outline: 0; }

.big-value {
  clear: both; }
  .big-value p {
    float: left; }

.version-number {
  font-size: 0.75rem;
  color: grey;
  padding: 1px 10px 10px 1px;
  position: relative;
  float: right;
  margin-bottom: -1em;
  clear: both; }

.card {
  border-radius: 6px;
  margin-bottom: .9vw; }
  .card.block-child {
    background: #222a33;
    border: 1px solid #364352; }
    @media only screen and (max-width: 959px) {
      .card.block-child {
        height: auto !important; } }
  .card .card_header,
  .card .card_body,
  .card .card_footer {
    padding: 15px; }
  .card .card_header h3 {
    line-height: 1.4;
    display: inline-block; }
  .card .card_body > section {
    margin: 15px 0; }
  .card .card_body h4 {
    margin-bottom: 15px; }
  .card .card_body table.table-list {
    margin-left: -15px;
    margin-right: -15px;
    width: calc( 100% + ( 15px * 2 ) ); }
    .card .card_body table.table-list td, .card .card_body table.table-list th {
      font-size: 12px; }
  .card-traffic .card_body {
    padding-top: 0; }
  .card .results {
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 15px; }
    .card .results > * {
      display: inline-block; }
    .card .results p span {
      font-size: 24px; }
  .card .card_footer .pager-simple {
    border: 1px solid #2c3742; }
    .card .card_footer .pager-simple span {
      margin: 0; }
      .card .card_footer .pager-simple span a {
        display: inline-block;
        width: 49%;
        margin: 0;
        padding: 15px;
        text-align: center;
        color: rgba(255, 255, 255, 0.6);
        text-transform: uppercase; }
        .card .card_footer .pager-simple span a:hover {
          background-color: #62c2a1;
          color: white; }
      .card .card_footer .pager-simple span:last-of-type a {
        float: right; }

@media (min-width: 1400px) {
  .top-fill .card_footer {
    margin-top: 2.5rem; } }

.card-traffic .card_body h4 {
  margin-bottom: 2rem; }
.card-traffic .hr {
  margin-bottom: 2rem; }
@media (min-width: 1200px) {
  .card-traffic .column_legend table tr {
    margin-bottom: .9rem; } }

.provider-panel {
  max-height: 600px;
  overflow-y: auto; }
  .provider-panel::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .provider-panel::-webkit-scrollbar-thumb {
    background: #323b46;
    border-radius: 4px; }
  .provider-panel::-webkit-scrollbar-track {
    background: #57616f;
    border-radius: 6px; }

.top-campaigns-panel {
  max-height: 670px !important;
  overflow-y: auto; }
  .top-campaigns-panel::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .top-campaigns-panel::-webkit-scrollbar-thumb {
    background: #323b46;
    border-radius: 4px; }
  .top-campaigns-panel::-webkit-scrollbar-track {
    background: #57616f;
    border-radius: 6px; }

@media (min-width: 768px) {
  .half_details {
    width: 30%;
    float: left;
    margin-left: 10%; }
    .half_details:nth-of-type(2) {
      margin-right: 0;
      margin-left: 0;
      width: 50%; } }
.pie-label {
  position: relative;
  font-size: 12px;
  border: 3px solid;
  padding: 4px 10px;
  background: #222a33;
  z-index: 1; }
  .pie-label[class*="triangle"] .label-triangle {
    position: absolute;
    display: block;
    width: 16px;
    height: calc(100% + 3px);
    z-index: 2;
    background: #222a33; }
  .pie-label[class*="triangle"] .label-triangle-small {
    position: absolute;
    display: block;
    width: 15px;
    height: 20px;
    -ms-transform: perspective(1px) skew(0deg, -36deg);
    transform: perspective(1px) skew(0deg, -36deg);
    z-index: 1;
    background: #222a33; }
  .pie-label.triangle-bl .label-triangle {
    left: -5px;
    top: -3px;
    border-top: 3px solid;
    border-right: none;
    border-bottom: none;
    border-left: 3px solid; }
  .pie-label.triangle-bl .label-triangle-small {
    bottom: -8px;
    left: -5px;
    border: 3px solid;
    border-bottom: 4px solid; }
  .pie-label.triangle-br .label-triangle {
    right: -5px;
    top: -3px;
    border-top: 3px solid;
    border-right: 3px solid;
    border-bottom: none;
    border-left: none; }
  .pie-label.triangle-br .label-triangle-small {
    bottom: -8px;
    right: -5px;
    border: 3px solid;
    -ms-transform: perspective(1px) skew(0deg, 36deg);
    transform: perspective(1px) skew(0deg, 36deg);
    border-bottom: 4px solid; }
  .pie-label.triangle-tl .label-triangle {
    top: 0;
    left: -5px;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid;
    border-left: 3px solid; }
  .pie-label.triangle-tl .label-triangle-small {
    top: -7px;
    left: -5px;
    border: 3px solid;
    -ms-transform: perspective(1px) skew(0deg, 36deg);
    transform: perspective(1px) skew(0deg, 36deg);
    border-bottom: 4px solid; }
  .pie-label.triangle-tr .label-triangle {
    top: 0;
    right: -5px;
    border-top: none;
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-left: none; }
  .pie-label.triangle-tr .label-triangle-small {
    top: -7px;
    right: -5px;
    border: 3px solid;
    border-bottom: 4px solid; }

.pie-label {
  opacity: 0.7; }
  .pie-label:hover {
    opacity: 1;
    z-index: 3; }

.has-sidemenu {
  position: relative;
  height: 100%;
  transition: none; }
  @media only screen and (min-width: 960px) {
    .has-sidemenu {
      padding-left: 47px; } }
  .has-sidemenu .login-page {
    /* Custom margins for login form */ }
    @media (min-width: 768px) {
      .has-sidemenu .login-page {
        margin-left: -177px; } }
    @media (max-width: 640px) {
      .has-sidemenu .login-page #forgot-pass-form .form-group .form-control,
      .has-sidemenu .login-page #login-form .form-group .form-control {
        margin-bottom: 0px !important;
        height: 29px; } }
  .has-sidemenu.folded #sidenav {
    overflow: hidden;
    transform: translateX(-129px); }
    .has-sidemenu.folded #sidenav li.has-children > label {
      transform: translateX(131px); }
    .has-sidemenu.folded #sidenav li a {
      position: relative; }
      .has-sidemenu.folded #sidenav li a svg {
        margin-left: 131px; }
      .has-sidemenu.folded #sidenav li a span {
        display: none;
        color: #1c1d22; }
  @media only screen and (min-width: 960px) {
    .has-sidemenu:not(.folded) {
      padding-left: 177px;
      transform: none; } }
  .has-sidemenu:not(.folded) #sidenav li.has-children > ul svg {
    margin-left: 24px; }
  .has-sidemenu:not(.folded) #sidenav li.has-children > ul span {
    margin-left: 15px; }
  .has-sidemenu .bodywrap {
    padding: 55px 15px 15px; }
    @media only screen and (max-width: 960px) {
      .has-sidemenu .bodywrap {
        padding-top: 52px; } }

.body_header {
  padding: 15px;
  margin-bottom: 15px; }

li.small-gallery {
  margin-bottom: 14px; }

.table-tabs-header {
  background: #e6e6e6;
  width: 100%; }

.table-tabs .section-fixed {
  padding-top: 44px;
  background: #000; }
.table-tabs .section-tabs .table-tabs-header ul.ui-tabs-nav {
  padding: 0; }
  .table-tabs .section-tabs .table-tabs-header ul.ui-tabs-nav.ui-widget-header {
    border: none;
    background: #000; }
  .table-tabs .section-tabs .table-tabs-header ul.ui-tabs-nav li.ui-tabs-tab {
    padding: 0;
    margin: 0;
    border: none !important; }
    .table-tabs .section-tabs .table-tabs-header ul.ui-tabs-nav li.ui-tabs-tab.ui-state-default {
      background: #000; }
      .table-tabs .section-tabs .table-tabs-header ul.ui-tabs-nav li.ui-tabs-tab.ui-state-default a {
        color: #676767; }
    .table-tabs .section-tabs .table-tabs-header ul.ui-tabs-nav li.ui-tabs-tab.ui-state-active {
      background: #fff; }
      .table-tabs .section-tabs .table-tabs-header ul.ui-tabs-nav li.ui-tabs-tab.ui-state-active a {
        color: #000000; }
    .table-tabs .section-tabs .table-tabs-header ul.ui-tabs-nav li.ui-tabs-tab a {
      padding: 12px; }
      .table-tabs .section-tabs .table-tabs-header ul.ui-tabs-nav li.ui-tabs-tab a:focus {
        outline: 0; }
    .table-tabs .section-tabs .table-tabs-header ul.ui-tabs-nav li.ui-tabs-tab.ui-corner-top {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
.table-tabs .section-tabs .ui-tabs-panel {
  padding: 0; }
  .table-tabs .section-tabs .ui-tabs-panel.ui-widget-header {
    border: none; }
  .table-tabs .section-tabs .ui-tabs-panel.ui-state-default {
    border: none; }

.login-page {
  background: #000;
  height: 100%; }
  .login-page input.form-control {
    margin: 0; }
  .login-page .card_body {
    padding: 45px; }
    .login-page .card_body form .form-group button[type="submit"] {
      margin-top: 15px; }
  .login-page .card {
    background: #222a33;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .login-page .card {
        width: 600px;
        height: 450px;
        position: absolute;
        top: -10%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
        .login-page .card .card_body {
          padding-left: 100px;
          padding-right: 100px; }
        .login-page .card form {
          margin-top: 50px; } }

.reports_filter .report-button-col {
  margin-bottom: 10px; }

.create_reports {
  display: flex;
  flex-wrap: wrap;
}

.create_reports svg,
.create_reports button {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto !important; }
.create_reports .icon.xl {
  width: 50px;
  height: 50px; }

.reports_saved .card_body {
  padding-top: 0; }
.reports_saved ul li {
  color: #6c798b;
  margin-bottom: 1.3em;
  cursor: pointer; }
  .reports_saved ul li:hover, .reports_saved ul li:focus {
    color: #96a0ad; }

@media (min-width: 960px) {
  .reports-section {
    display: flex; }
    .reports-section .column .card {
      height: calc(100% - .9vw); } }
.error-template {
  padding: 2rem; }
  .error-template h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
    font-weight: 300; }
  .error-template h2 {
    font-size: 1.3rem;
    margin-bottom: .7rem; }

aside#sidenav {
  transition: none;
  background: #62c2a1;
  color: white;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  height: 0;
  z-index: 102; }
  @media only screen and (min-width: 960px) {
    aside#sidenav {
      top: 0;
      bottom: 0;
      height: 100%;
      width: 176px;
      display: block; }
      aside#sidenav #toggle-sidenav {
        display: block; } }

@media only screen and (max-width: 959px) {
  .has-sidemenu.mobile_expanded aside#sidenav {
    position: fixed;
    height: calc(100vh - 40px);
    overflow: auto; }
    .has-sidemenu.mobile_expanded aside#sidenav .cd-accordion-menu {
      padding-bottom: 50px; } }
#toggle-mobile-nav {
  padding: 7px;
  margin: -7px; }
  @media only screen and (min-width: 960px) {
    #toggle-mobile-nav {
      display: none; } }

#toggle-sidenav {
  display: none;
  padding: 15px 10px; }
  .folded #toggle-sidenav {
    transform: translateX(129px); }

.logo {
  fill: white !important;
  display: none;
  width: 152px;
  padding: 12px;
  height: 93px; }
  @media only screen and (min-width: 960px) {
    .logo {
      display: block; } }
  .login-page .logo {
    margin: 0 auto;
    display: block; }
  .folded .logo {
    transform: translateX(-108px); }

.has-sidemenu:not(.folded) .nav .has-children label:before, .has-sidemenu:not(.folded) .nav a:before {
  content: " ";
  display: block;
  background: #fff;
  width: 1px;
  height: 43px;
  position: absolute;
  left: 10px;
  top: 0; }

.has-sidemenu:not(.folded) .nav .has-children label:after, .has-sidemenu:not(.folded) .nav a:after {
  content: " ";
  display: block;
  background: #fff;
  height: 12px;
  width: 12px;
  border-radius: 10px;
  left: 5px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  border: 2px solid #62c2a1; }

.has-sidemenu:not(.folded) .nav .has-children {
  position: relative; }
  .has-sidemenu:not(.folded) .nav .has-children > ul:before {
    content: " ";
    display: block;
    background: #fff;
    height: 1px;
    width: 10px;
    position: absolute;
    left: 11px;
    top: 42px;
    z-index: 200; }
  .has-sidemenu:not(.folded) .nav .has-children > ul:after {
    content: " ";
    display: block;
    background: #fff;
    height: 1px;
    width: 10px;
    position: absolute;
    left: 11px;
    bottom: -1px;
    z-index: 200; }
  .has-sidemenu:not(.folded) .nav .has-children label svg {
    margin-left: 15px; }
.has-sidemenu:not(.folded) .nav a svg {
  margin-left: 15px; }
.has-sidemenu:not(.folded) .nav li.has-children ul li a:before {
  left: 20px; }
.has-sidemenu:not(.folded) .nav li.has-children ul li a:after {
  left: 15px; }
.has-sidemenu:not(.folded) .nav > li:last-child a:before {
  height: 21px; }
.has-sidemenu:not(.folded) .nav > li:first-child a:before {
  height: 21px;
  bottom: 0 !important;
  top: inherit; }

.nav a, .nav label {
  text-decoration: none;
  color: #fff;
  position: relative; }
  .nav a span, .nav label span {
    position: absolute;
    top: 50%;
    margin-left: 15px;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: regular; }
    @media only screen and (min-width: 960px) {
      .nav a span, .nav label span {
        left: 50px;
        margin: 0; } }
    @media only screen and (min-width: 960px) {
      .nav a span, .nav label span {
        font-size: 12px;
        font-weight: 300; } }
  .nav a:hover, .nav a.active-link, .nav label:hover, .nav label.active-link {
    color: white;
    background: #43ae89; }
    .nav a:hover svg, .nav a.active-link svg, .nav label:hover svg, .nav label.active-link svg {
      fill: white; }
.nav.nav-list {
  display: block; }
  .nav.nav-list a, .nav.nav-list label {
    display: block;
    padding: 10px;
    cursor: pointer; }
    @media only screen and (min-width: 960px) {
      .nav.nav-list a, .nav.nav-list label {
        font-size: 12px;
        font-weight: 300; } }

ul.cd-accordion-menu li.has-children > ul {
  background: #57be9a; }
ul.cd-accordion-menu input[type=checkbox] {
  cursor: pointer;
  width: 100%;
  position: absolute;
  z-index: 10;
  opacity: 0;
  margin-left: 0;
  margin-right: 0; }
  ul.cd-accordion-menu input[type=checkbox] + label .caret {
    transform: rotate(0deg);
    transition: all .2s ease-in-out; }
  ul.cd-accordion-menu input[type=checkbox]:checked + label + ul, ul.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    display: block; }
  ul.cd-accordion-menu input[type=checkbox]:checked + label {
    background: #48b892; }
    ul.cd-accordion-menu input[type=checkbox]:checked + label .caret {
      transform: rotate(180deg);
      transition: all .2s ease-in-out; }
ul.cd-accordion-menu ul {
  display: none; }

.adminbar {
  z-index: 1001;
  background: #1c1d22;
  padding: 7px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 15; }
  .adminbar .last-updated {
    padding: 6px 12px;
    float: left;
    display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .adminbar {
      position: fixed;
      background: #222a33 !important;
      width: 100%;
      z-index: 101; }
      .adminbar .last-updated {
        display: none; } }
  .adminbar .user_nav .avatar {
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background: grey;
    float: left;
    overflow: hidden; }
  .adminbar .user_nav a {
    padding: 7px;
    float: left; }

.pagination {
  display: inline-block;
  transition-property: none; }
  .pagination a {
    cursor: pointer; }

.ng2-pagination li {
  background-color: #fff;
  border: 1px solid #62c2a1;
  margin-left: -6px;
  transition-property: none; }
  .ng2-pagination li a {
    transition-property: none;
    padding: 10px;
    color: #649cc7; }
    .ng2-pagination li a:hover {
      background: #62c2a1;
      color: #fff; }
  .ng2-pagination li:first-of-type {
    margin-left: 0; }
  .ng2-pagination li.current {
    padding: 10px;
    background: #62c2a1; }
  .ng2-pagination li.pagination-previous {
    border-radius: 18px 0 0 18px; }
    .ng2-pagination li.pagination-previous.disabled {
      padding: 10px; }
    .ng2-pagination li.pagination-previous a {
      border-radius: 18px 0 0 18px; }
  .ng2-pagination li.pagination-next {
    border-radius: 0 18px 18px 0; }
    .ng2-pagination li.pagination-next.disabled {
      padding: 10px; }
    .ng2-pagination li.pagination-next a {
      border-radius: 0 18px 18px 0; }

h3.page_title {
  position: relative;
  min-width: 140px;
  display: inline-block;
  margin-bottom: 10px; }
  h3.page_title span {
    position: absolute;
    bottom: -14px;
    font-size: 12px;
    color: #9a9a9a; }

.icon-title {
  line-height: 1.2; }
  .icon-title svg {
    float: left;
    margin-right: 5px; }

h2.page_title {
  margin-right: 15px; }

.stat_label {
  font-weight: 300;
  color: #9a9a9a; }

h3 {
  font-size: 1rem; }

p.results_label {
  font-size: 36px; }

h2.page_title {
  font-size: 1.3rem;
  line-height: 1.2;
  display: inline-block; }
  @media (max-width: 360px) {
    h2.page_title {
      display: block; }
      h2.page_title:after {
        content: '';
        display: table;
        clear: both; } }

h3.page_title {
  font-size: 1rem;
  line-height: 1.7;
  display: inline-block; }

small.validation-message {
  font-size: 11px; }
  small.validation-message.danger {
    color: red; }

table {
  width: 100%;
  font-size: 11px; }
  table tr.disabled {
    color: #ccc; }
  table td.right, table th.right {
    text-align: right; }
  table td {
    vertical-align: middle; }
    table td img {
      max-height: 100%;
      margin: 0 auto; }
  table.table-list {
    vertical-align: middle; }
    table.table-list td, table.table-list th {
      border: none;
      padding: 8px;
      height: 40px; }
    table.table-list tr:nth-child(even) {
      background-color: #444f5e; }
  table.table_list_2 {
    background: #fff;
    color: #222a33; }
    @media (min-width: 1200px) {
      table.table_list_2 {
        font-size: 13px; } }
    @media (min-width: 1400px) {
      table.table_list_2 {
        font-size: 14px; } }
    table.table_list_2.draggable tr {
      border-bottom: 1px solid white; }
    table.table_list_2 tr:nth-child(even) {
      background-color: #f1f1f1; }
    table.table_list_2 .icon {
      float: left;
      margin-right: 4px; }
    table.table_list_2 thead th {
      vertical-align: top;
      padding: 20px 10px;
      font-weight: bold;
      border-bottom: 1px solid #f1f1f1; }
      table.table_list_2 thead th:not(:first-child) {
        min-width: 95px; }
        @media (min-width: 1200px) {
          table.table_list_2 thead th:not(:first-child) {
            min-width: 120px; } }
      table.table_list_2 thead th > span {
        min-height: 22px; }
      table.table_list_2 thead th span {
        display: block;
        cursor: pointer; }
    table.table_list_2 td {
      vertical-align: middle;
      padding: 6px; }
      @media (min-width: 1200px) {
        table.table_list_2 td {
          padding: 14px; } }
      table.table_list_2 td.small-controls {
        padding: 0 10px; }
    table.table_list_2 th > th:first-child,
    table.table_list_2 tr > td:first-child {
      padding-left: 15px; }

.form-group {
  display: block;
  margin: 8px 0;
  margin-bottom: 15px; }
  .form-group label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px; }
  .form-group .form-item,
  .form-group .form-control {
    padding: 6px 12px;
    color: #555555;
    border: 1px solid #ccc;
    border-radius: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    @media (max-width: 640px) {
      .form-group .form-item,
      .form-group .form-control {
        margin-bottom: 8px; } }
    .form-group .form-item:focus,
    .form-group .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .crud-content .form-group .form-item:not([type="checkbox"]),
    .crud-content .form-group .form-control:not([type="checkbox"]) {
      width: 70%; }
      @media only screen and (max-width: 960px) {
        .crud-content .form-group .form-item:not([type="checkbox"]),
        .crud-content .form-group .form-control:not([type="checkbox"]) {
          width: 90%; } }
  .form-group.error .form-item, .form-group.error .form-control {
    color: red;
    border-color: red;
    background: #ffcccc; }
  .form-group.filter {
    display: inline-block; }
    .form-group.filter .form-item, .form-group.filter .form-control {
      margin-right: 15px;
      max-width: 150px; }

.table-footer {
  background: white;
  padding: 20px 15px; }
  .table-footer > * {
    color: #2d2d2d;
    font-size: 13px; }
  @media (max-width: 640px) {
    .table-footer .pagination,
    .table-footer .pos_right {
      display: block;
      text-align: center;
      float: none; } }

.input-group {
  width: 100%;
  display: table; }
  .input-group > * {
    display: table-cell; }
  .input-group .input-icon {
    background: white;
    border-radius: 18px 0 0 18px;
    border: 1px solid #ccc;
    border-right: none;
    vertical-align: middle;
    width: 31px; }
    .input-group .input-icon svg {
      margin: 0 auto;
      display: block;
      float: none; }
  .input-group > input.form-control {
    width: 100%;
    border-radius: 0 18px 18px 0; }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .form-inline .form-group {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; } }

.table_extend_3cols tbody {
  display: block; }
  .table_extend_3cols tbody tr {
    display: block;
    width: 100%; }
    .table_extend_3cols tbody tr td {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      line-height: 3; }
  @media screen and (min-width: 640px) and (max-width: 1399px) {
    .table_extend_3cols tbody {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 1400px) {
    .table_extend_3cols tbody {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }

.table_extend_2cols tbody {
  display: block; }
  .table_extend_2cols tbody tr {
    display: block;
    width: 100%; }
    .table_extend_2cols tbody tr td {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      line-height: 3; }
  @media screen and (min-width: 640px) {
    .table_extend_2cols tbody {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }

.table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: #fff; }
  .table-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #B3B9C3;
    border-radius: 4px; }
  .table-scroll::-webkit-scrollbar-track {
    background: #E5EAF1;
    border-radius: 6px; }

.table-with-tabs th.campaign-edit {
  width: 40px;
  min-width: 40px; }
  @media (min-width: 1400px) {
    .table-with-tabs th.campaign-edit {
      width: 80px;
      min-width: 80px !important; } }
.table-with-tabs th.campaign-head-col {
  width: 60px; }
  @media (min-width: 1200px) {
    .table-with-tabs th.campaign-head-col {
      width: 120px; } }
  @media (min-width: 1400px) {
    .table-with-tabs th.campaign-head-col {
      width: 160px;
      min-width: 160px !important; } }
  @media (min-width: 1600px) {
    .table-with-tabs th.campaign-head-col {
      width: 200px;
      min-width: 200px !important; } }
.table-with-tabs th.campaign-geo {
  width: 80px;
  min-width: 80px !important; }
@media (min-width: 1200px) {
  .table-with-tabs tr:nth-child(7) > th {
    height: 70px; } }
.table-with-tabs tr th:nth-child(7),
.table-with-tabs tr td:nth-child(7) {
  border-right: 4px solid #62c2a1; }
.table-with-tabs ~ div > .table-footer {
  border-top: 1px solid #62c2a1; }
.table-with-tabs td.small-controls .icon {
  margin: 4px; }

.table-tabs {
  background: #fff;
  padding: 0; }
  .table-tabs > th {
    padding: 0 !important; }
  .table-tabs > th:last-child {
    min-width: 460px !important;
    border-bottom: 4px solid #62c2a1; }
  .table-tabs .tabs {
    display: block;
    float: left;
    width: calc(100% + 2px);
    margin-left: -2px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .table-tabs .tabs .tab {
      display: block;
      float: left;
      width: auto;
      padding: 8px 15px;
      line-height: 1.4;
      text-align: left;
      background: #62c2a1;
      color: #fff;
      margin: 1px 1px 0 0;
      opacity: .6; }
      @media (min-width: 1600px) {
        .table-tabs .tabs .tab {
          width: 33.33%; } }
      .table-tabs .tabs .tab:last-child {
        border: 0;
        margin-right: 0; }
      .table-tabs .tabs .tab:hover {
        opacity: .8;
        cursor: pointer; }
      .table-tabs .tabs .tab:active, .table-tabs .tabs .tab.nice-select.open, .table-tabs .tabs .tab:focus, .table-tabs .tabs .tab.active-tab {
        opacity: 1; }

tr.selected-video {
  background-color: #616974 !important;
  color: #fff; }

.table_mediation thead th:not(:first-child) {
  min-width: 55px !important; }
.table_mediation tr td:first-child {
  position: relative; }
.table_mediation .hint-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.5; }
.table_mediation tr:hover .hint-icon {
  opacity: 1; }
.table_mediation svg.icon {
  fill: #2d2d2d;
  stroke: #fff;
  stroke-opacity: 0.5;
  stroke-width: 6; }
  .table_mediation svg.icon:hover {
    fill: #2d2d2d; }

.fallback-providers .hint-icon {
  top: 6px;
  opacity: 1; }

.ui-sortable tr:hover {
  cursor: move; }

.mediation-link {
  padding: 10px 5px 10px 0;
  cursor: pointer;
  opacity: .8; }
  .mediation-link:hover {
    opacity: 1; }

.fallback-providers table tbody {
  box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.8); }

tr.custom-static-row td {
  position: relative;
  font-style: italic;
  cursor: not-allowed;
  opacity: 0.6; }

.scroll-hint-parent {
  text-align: right;
  background-color: #fff; }
  .scroll-hint-parent:before {
    content: '« scroll to see more »';
    font-size: 12px;
    padding: 0 15px;
    color: #ccc; }
  .scroll-hint-parent.hidden-scroll:before {
    content: ''; }
  @media (max-width: 1280px) {
    .scroll-hint-parent:before {
      content: '« drag to see more »'; } }

@media (min-width: 1281px) {
  .scroll-hint-parent {
    min-height: 9x; }

  .scroll-hint {
    min-height: 1px; }

  @-moz-document url-prefix() {
    .scroll-hint {
      height: 1px; }

    /* FireFox custom */ } }
@media all and (min-width: 1281px) and (-ms-high-contrast: none) {
  .scroll-hint {
    height: 1px; }

  /* Internet Explorer custom */ }
/* Safari custom */
/* ? */
/* Mobile device custom per browser in portrait mode */
@media only screen and (max-width: 500px) and (orientation: portrait) {
  /* Chrome */
  /* FireFox */ }
/* Mobile device custom per browser in landscape mode */
@media only screen and (max-width: 700px) and (orientation: landscape) {
  /* Chrome */
  /* FireFox */ }
/* Safari 7.1+ */
/* Safari 6.1-10.0 (not 10.1, which is the latest version of Safari at this time) */
.hidden-scroll {
  display: none;
  width: 0px; }

.embed-code-field {
  resize: none; }

video {
  width: 100%;
  height: auto;
  margin-bottom: .5rem; }

/* autocomplete sugestions */
.ng2-auto-complete-wrapper > input.form-brandlogos {
  width: 100%; }
  @media (min-width: 768px) {
    .ng2-auto-complete-wrapper > input.form-brandlogos {
      max-width: 280px; } }

.box-list, ng2-auto-complete div ul {
  max-height: 400px;
  max-height: 60vh;
  margin-top: 4px;
  overflow: auto;
  background-color: #364352 !important;
  border: 1px solid #222a33 !important;
  border-radius: 4.6666666667px;
  box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.5);
  box-sizing: border-box; }
  .box-list::-webkit-scrollbar, ng2-auto-complete div ul::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .box-list::-webkit-scrollbar-thumb, ng2-auto-complete div ul::-webkit-scrollbar-thumb {
    background: #323b46;
    border-radius: 4px; }
  .box-list::-webkit-scrollbar-track, ng2-auto-complete div ul::-webkit-scrollbar-track {
    background: #57616f;
    border-radius: 6px; }
  .box-list li.item, ng2-auto-complete div ul li.item {
    border: 0;
    outline: none;
    min-height: 26px;
    padding: 6px 10px 6px 18px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    overflow: hidden;
    word-break: break-all; }
  .box-list li.item:hover, ng2-auto-complete div ul li.item:hover,
  .box-list li.item.selected,
  ng2-auto-complete div ul li.item.selected {
    background-color: #222a33; }
  .box-list li.item.selected, ng2-auto-complete div ul li.item.selected {
    font-weight: bold; }
  .box-list:hover li:not(:hover), ng2-auto-complete div ul:hover li:not(:hover) {
    background-color: transparent !important; }

.custom-ad-selector.box-list, ng2-auto-complete div ul.custom-ad-selector {
  max-height: 200px;
  margin-bottom: 10px; }
  .custom-ad-selector.box-list li, ng2-auto-complete div ul.custom-ad-selector li {
    border-bottom: 1px solid #2c3742; }

/* Autocomplete in modal */
.modal-body ng2-auto-complete div ul {
  max-height: 200px; }

  /*date picker custom position in modal*/
.modal-body .datepicker-open-top ng2-datetime-picker{
  top:auto !important;
  bottom: -29px !important;
}

.inline_block {
  display: inline-block; }

.relative_container {
  position: relative; }

.pos_left {
  float: left; }

.pos_right {
  float: right; }

.hidden {
  display: none; }

.legend {
  display: none; }

.p0 {
  padding: 0; }

.pt-0 {
  padding-top: 0; }

.pt-sm {
  padding-top: 7.5px; }

.mt-0 {
  margin-top: 0 !important; }

.mb {
  margin-bottom: 15px; }

.mb-xs {
  margin-bottom: 5px; }

.mr {
  margin-right: 15px; }

.mb-xl {
  margin-bottom: 30px !important; }

.mtb {
  margin: 15px 0 !important; }

.mtb-xl {
  margin: 30px 0 !important; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block; }

.br {
  border-right: 1px solid #f1f1f1; }

.hr {
  background: #364352;
  height: 1px;
  margin: 15px 0; }

.ph {
  padding: 0 15px; }

.text-small {
  font-size: 12px; }

.muted {
  opacity: 0.6; }

.small-td {
  max-width: 61px; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.noselect, .icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.truncate, .filters-card .nice-select span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px; }
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #323b46;
  border-radius: 4px; }
.custom-scrollbar::-webkit-scrollbar-track {
  background: #57616f;
  border-radius: 6px; }

.icon {
  fill: #fff;
  width: 20px;
  height: 20px;
  display: inline-block; }
  .icon.caret {
    float: right; }
  .icon.xl {
    width: 28px;
    height: 28px; }
  .icon.sm {
    width: 15px;
    height: 15px; }
  .icon.dark {
    fill: #1c1d22 !important;
    float: left;
    margin-right: 8px; }
  .icon.muted {
    opacity: 0.5; }
  .icon.link {
    transition: none; }
    .icon.link.normal {
      fill: #649cc7 !important; }
    .icon.link.danger {
      fill: red !important; }
    .icon.link:hover {
      fill: #5190c0; }
  a:hover .icon.icon.muted {
    opacity: 1; }

svg circle.bck {
  fill: rgba(255, 255, 255, 0.3); }
svg circle.bck_dark {
  fill: #222a33; }

symbol#sort_up path:nth-of-type(1),
table th #sort_up path:nth-of-type(1) {
  fill: #000; }
symbol#sort_up path:nth-of-type(2),
table th #sort_up path:nth-of-type(2) {
  fill: #afafaf; }

symbol#sort_down path:nth-of-type(2),
table th #sort_down path:nth-of-type(2) {
  fill: #000; }
symbol#sort_down path:nth-of-type(1),
table th #sort_down path:nth-of-type(1) {
  fill: #afafaf; }

.ctrl-expand {
  margin-left: 15px;
  font-size: 0.750em; }

.ctrl-collapse svg {
  transform: rotate(0deg);
  transition: all .4s ease-in-out; }
  .ctrl-collapse svg.turned {
    transform: rotate(180deg);
    transition: all .4s ease-in-out; }

#toggle-sidenav:hover svg {
  fill: white; }

.page_title .icon {
  width: 23px;
  height: 26px;
  float: left;
  margin-right: 7.5px; }
  .page_title .icon.xl {
    width: 28px;
    height: 28px; }

.flag {
  display: block;
  margin: 4px auto;
  width: 42px;
  height: 42px;
  border: 1px solid #363e52;
  border-radius: 25px;
  position: relative; }
    .flag.country-BS {
    background: url("../assets/images/flags/flag_small_bs.png"); }
  .flag.country-DE {
    background: url("../assets/images/flags/flag_small_de.png"); }
  .flag.country-GB {
    background: url("../assets/images/flags/flag_small_gb.png"); }
  .flag.country-ES {
    background: url("../assets/images/flags/flag_small_es.png"); }
  .flag.country-RO {
    background: url("../assets/images/flags/flag_small_ro.png"); }
  .flag.country-IT {
    background: url("../assets/images/flags/flag_small_it.png"); }
  .flag.country-TR {
    background: url("../assets/images/flags/flag_small_tr.png"); }
  .flag.country-US {
    background: url("../assets/images/flags/flag_small_us.png"); }
  .flag.country-MX {
    background: url("../assets/images/flags/flag_small_mx.png"); }
  .flag.country-MY {
    background: url("../assets/images/flags/flag_small_my.png"); }
  .flag.country-FR {
    background: url("../assets/images/flags/flag_small_fr.png"); }
  .flag.country-CA {
    background: url("../assets/images/flags/flag_small_ca.png"); }
  .flag.country-ZA {
    background: url("../assets/images/flags/flag_small_za.png"); }
  .flag.country-IE {
    background: url("../assets/images/flags/flag_small_ie.png"); }
  .flag.country-IN {
    background: url("../assets/images/flags/flag_small_in.png"); }
  .flag.country-ID {
    background: url("../assets/images/flags/flag_small_id.png"); }
  .flag.country-SE {
    background: url("../assets/images/flags/flag_small_se.png"); }
  .flag.country-DK {
    background: url("../assets/images/flags/flag_small_dk.png"); }
  .flag.country-FI {
    background: url("../assets/images/flags/flag_small_fi.png"); }
  .flag.country-NO {
    background: url("../assets/images/flags/flag_small_no.png"); }
  .flag.country-SA {
    background: url("../assets/images/flags/flag_small_sa.png"); }
  .flag.country-SG {
    background: url("../assets/images/flags/flag_small_sg.png"); }
  .flag.country-AU {
    background: url("../assets/images/flags/flag_small_au.png"); }
  .flag.country-NL {
    background: url("../assets/images/flags/flag_small_nl.png"); }
  .flag.country-AE {
    background: url("../assets/images/flags/flag_small_ae.png"); }
  .flag.country-BG {
    background: url("../assets/images/flags/flag_small_bg.png"); }
  .flag.country-BR {
    background: url("../assets/images/flags/flag_small_br.png"); }
  .flag.country-PL {
    background: url("../assets/images/flags/flag_small_pl.png"); }
  .flag.country-PH {
    background: url("../assets/images/flags/flag_small_ph.png"); }
  .flag.country-JM {
    background: url("../assets/images/flags/flag_small_jm.png"); }
  .flag.country-HT {
    background: url("../assets/images/flags/flag_small_ht.png"); }
  .flag.country-TT {
    background: url("../assets/images/flags/flag_small_tt.png"); }
  .flag.country-BB {
    background: url("../assets/images/flags/flag_small_bb.png"); }
  .flag.country-PK {
    background: url("../assets/images/flags/flag_small_pk.png"); }
  .flag[class*="country-"] {
    background-size: 100%; }
  .flag > span {
    background: #181d24;
    font-size: 10px;
    border-radius: 13px;
    padding: 3px 2px;
    position: absolute;
    top: -3px;
    right: -7px;
    color: rgba(255, 255, 255, 0.5); }

@media (min-width: 1600px) {
  .card_campaigns .flag {
    width: 52px;
    height: 52px; } }

.sk-fading-circle {
  margin: auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #989898;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
.color_legend .item .color_1 {
  background: #62c2a1; }
.color_legend .item .color_2 {
  background: #faef5c; }
.color_legend .item .color_3 {
  background: #38c4e8; }

.custom_legend {
  width: 100%; }
  .custom_legend table tbody tr {
    width: 47%;
    vertical-align: top;
    margin-bottom: 7.5px; }
    @media only screen and (min-width: 640px) and (max-width: 959px) {
      .custom_legend table tbody tr {
        width: 32%; } }
    @media only screen and (min-width: 1200px) {
      .custom_legend table tbody tr {
        width: 32%; } }
  @media only screen and (min-width: 960px) {
    .custom_legend.right_legend {
      width: calc(100% - 140px);
      float: right;
      display: inline-block; }
      .custom_legend.right_legend.crowded {
        width: auto;
        float: left; }
        .custom_legend.right_legend.crowded table tr {
          width: 48%; }
          .custom_legend.right_legend.crowded table tr td {
            padding: 2px 0;
            text-align: left; }
      .custom_legend.right_legend table {
        text-align: right; } }
  .custom_legend.center_legend table {
    text-align: center; }
    .custom_legend.center_legend table tr {
      width: 100%; }
    .custom_legend.center_legend table td.legendLabel {
      display: initial;
      padding-left: 5px; }
  .custom_legend.column_legend table tr {
    display: block;
    width: 100%; }
  .custom_legend table {
    margin: 15px 0;
    width: 100%; }
    .custom_legend table tr {
      display: inline-block;
      margin-right: 5px; }
      .custom_legend table tr td.legendColorBox > div {
        border: none !important;
        margin-right: 2px; }
        .custom_legend table tr td.legendColorBox > div div {
          border-radius: 16px;
          border-width: 4px !important;
          border: 4px solid;
          width: 16px;
          height: 16px; }
      .custom_legend table tr td.legendLabel {
        color: #e6e6e6;
        vertical-align: middle;
        padding-right: 5px; }

.bxslider div > .pieLabel {
  font-weight: 300; }
  .bxslider div > .pieLabel + .pieLabel {
    opacity: 0; }
  @media (min-width: 960px) {
    .bxslider div > .pieLabel {
      font-size: 26px; } }

.has-sidemenu.folded .bxslider li {
  margin-left: 10px; }

.top-fill .legendColorBox {
  display: none; }
.top-fill .bx-wrapper {
  margin-bottom: 10px; }
  .top-fill .bx-wrapper > .bx-viewport {
    min-height: 300px; }
  .top-fill .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none; }
  .top-fill .bx-wrapper .bx-controls-direction {
    display: none; }

/* Fix dropdown in table head to open on top of the elements that follow */
.configurable-dropdown {
  padding-right: 0; }
  .configurable-dropdown .nice-select {
    position: static; }
    .configurable-dropdown .nice-select:after {
      content: none; }
    .configurable-dropdown .nice-select span {
      display: block;
      position: relative; }
      .configurable-dropdown .nice-select span:after {
        content: '';
        position: absolute;
        right: -20px;
        top: 50%;
        display: block;
        height: 5px;
        margin-top: -4px;
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        pointer-events: none;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out;
        width: 5px; }
    .configurable-dropdown .nice-select.open span:after {
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .configurable-dropdown .list {
    margin-top: 32px;
    transition: none; }

.nice-select.light .list,
.nice-select .list {
  max-height: 400px;
  max-height: 60vh;
  overflow: auto; }

.nice-select.light .list::-webkit-scrollbar {
  width: 8px;
  height: 8px; }
.nice-select.light .list::-webkit-scrollbar-thumb {
  background: #B3B9C3;
  border-radius: 4px; }
.nice-select.light .list::-webkit-scrollbar-track {
  background: #E5EAF1;
  border-radius: 6px; }

.nice-select .list::-webkit-scrollbar {
  width: 8px;
  height: 8px; }
.nice-select .list::-webkit-scrollbar-thumb {
  background: #323b46;
  border-radius: 4px; }
.nice-select .list::-webkit-scrollbar-track {
  background: #57616f;
  border-radius: 6px; }

.filters-card {
  display: block; }
  .filters-card .nice-select {
    display: inline-flex;
    max-width: 100%; }
    .filters-card .nice-select span {
      display: inline-block;
      max-width: 100%; }

/* Dropdown for user type in create user form */
.configurable-dropdown-custom
.configurable-dropdown .list {
  margin-top: 5px !important; }

.configurable-dropdown-custom
.nice-select .list {
  top: inherit !important;
  left: inherit !important; }

@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  table th:last-child {
    min-width: 110px !important; }
    table th:last-child .nice-select .list {
      left: auto !important;
      right: 20px;
      width: 116px;
      z-index: 999; } }
.table-footer .nice-select .list {
  top: auto;
  bottom: 32px; }

/* jQuery Tree Multiselect v2.1.3 | (c) Patrick Tsai | MIT Licensed */
div.tree-multiselect {
  border-radius: 5px;
  display: table;
  height: inherit;
  width: 100%; }

div.tree-multiselect > div.selected,
div.tree-multiselect > div.selections {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  padding: 1%;
  width: 50%; }

div.tree-multiselect > div.selections div.item {
  margin-left: 16px; }

div.tree-multiselect > div.selections div.item label {
  cursor: pointer; }

div.tree-multiselect > div.selections.no-border {
  border-right: none; }

div.tree-multiselect > div.selected.ui-sortable > div.item:hover {
  cursor: move; }

div.tree-multiselect div.section > div.section,
div.tree-multiselect div.section > div.item {
  padding-left: 20px; }

div.tree-multiselect div.title,
div.tree-multiselect div.item {
  margin-bottom: 2px; }

div.tree-multiselect div.title > * {
  display: inline-block; }

div.tree-multiselect div.title > span.collapse-section {
  margin: 0 3px;
  width: 8px; }

div.tree-multiselect div.title:hover {
  cursor: pointer; }

div.tree-multiselect input[type=checkbox] {
  display: inline;
  margin-right: 5px; }

div.tree-multiselect input[type=checkbox]:hover {
  cursor: pointer; }

div.tree-multiselect span.remove-selected:hover {
  cursor: pointer; }

div.tree-multiselect span.description:hover {
  cursor: help; }

div.tree-multiselect div.temp-description-popup {
  background: #EAEAEA;
  padding: 5px;
  border: 2px solid #676767;
  border-radius: 3px; }

div.tree-multiselect span.section-name {
  float: right;
  font-style: italic; }

div.tree-multiselect .auxiliary {
  display: table;
  width: 100%; }

div.tree-multiselect .auxiliary input.search {
  padding: 5px;
  margin: 0;
  border: 2px solid #D8D8D8;
  display: table-cell;
  width: 100%; }

div.tree-multiselect .auxiliary .select-all-container {
  display: table-cell;
  text-align: right; }

div.tree-multiselect .auxiliary .select-all-container span.select-all,
div.tree-multiselect .auxiliary .select-all-container span.unselect-all {
  margin-right: 5px; }

div.tree-multiselect .auxiliary .select-all-container span.select-all:hover,
div.tree-multiselect .auxiliary .select-all-container span.unselect-all:hover {
  cursor: pointer; }

div.tree-multiselect .auxiliary .select-all-container span.select-all {
  border-right: 2px solid #D8D8D8; }

.ctrl-filter {
  width: 47%;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px; }

div.tree-multiselect > div.selections {
  border-right: 1px solid #364352;
  padding-right: 15px; }
  div.tree-multiselect > div.selections .section .title {
    padding: 3.75px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  div.tree-multiselect > div.selections .section .item {
    font-weight: 300;
    padding: 3.75px 0 3.75px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
div.tree-multiselect > div.selected {
  padding-left: 15px; }
  @media only screen and (max-width: 960px) {
    div.tree-multiselect > div.selected {
      display: none; } }
  div.tree-multiselect > div.selected > div.item {
    padding: 8px 5px;
    border-radius: 18px;
    background: #62c2a1;
    font-size: 13px;
    color: #fff; }
    div.tree-multiselect > div.selected > div.item .section-name {
      font-size: 10px; }
div.tree-multiselect span.remove-selected, div.tree-multiselect span.description {
  padding: 6px;
  margin-right: 5px;
  background: transparent;
  color: white; }

.tickLabel {
  color: #e6e6e6; }

/*# sourceMappingURL=style.css.map */



.pub-mapping-dropdown-custom-style ul.list {
  max-height: 200px;
  overflow-y: scroll;
  z-index: 1000;
}

.publisher-modal-section-open {
  display: none;
}

.providers-tree-selector::-webkit-scrollbar {
  width: 8px;
  height: 8px; 
}
.providers-tree-selector::-webkit-scrollbar-thumb {
  background: #323b46;
  border-radius: 4px; 
}
.providers-tree-selector::-webkit-scrollbar-track {
  background: #57616f;
  border-radius: 6px; 
}

.hide-section {
  display: none;
}