/*** TAG ***/
html,
body {
  font: 400 12px/1.1em 'proxima-nova', sans-serif;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden; }

body {
  background: #f6f7f9;
  color: #14243C; }

h1,
h2,
h3,
h4,
h5 {
  font-family: 'proxima-nova', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: 400; }

body .curtain {
  opacity: 1;
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #006098;
  z-index: 90002; }

body .curtain .icon {
  color: #fff;
  position: absolute; }
  body .curtain .icon .logo {
    width: 200px; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #C6C6C6;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
  -moz-box-shadow: 0px 1px 0px 0px #fff;
  box-shadow: 0px 1px 0px 0px #fff; }

hr.light {
  border-top-width: 1px; }

hr.no-top {
  margin-top: 0px; }

hr.no-bottom {
  margin-bottom: 0px; }

a:hover,
a:active,
a:focus {
  outline: 0; }

label {
  font-weight: normal; }

textarea {
  resize: none;
  max-width: 100%;
  max-height: 60px; }

iframe {
  background-color: #fff; }

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/*** COMPONENTS: POPOVER, TOOLTIP ***/
.popover {
  font: 400 12px/1em 'proxima-nova', sans-serif; }

.popover.preview .popover-content {
  cursor: pointer; }

.tooltip {
  font: 400 12px/1em 'proxima-nova', sans-serif; }

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1; }

/*** MAIN WRAPPER ***/
.main-wrapper.snapped #main {
  left: 69px; }

.main-wrapper #main #head .container {
  max-width: 100%; }

.main-wrapper.snapped .container {
  width: 100%; }

@media screen and (max-width: 1680px) {
  .main-wrapper.snapped #main {
    left: 69px; } }

.main-wrapper #main {
  position: absolute;
  left: 8em;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1); }

.main-wrapper #main .loading {
  width: 100%;
  height: 100%;
  background: url(/images/white-rabbit/anim-bg.gif) no-repeat center center;
  background-color: #f6f7f9;
  background-size: 200px;
  position: absolute; }

.main-wrapper #main #body {
  top: 54px;
  padding-top: 0em;
  background-color: #f6f7f9;
  -webkit-transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1); }

.main-wrapper #main #body > div {
  height: inherit;
  min-height: inherit; }

/*** PLACEHOLDER ***/
.placeholder.blankpage p {
  text-align: center;
  line-height: 1.1em;
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase; }

.placeholder.blankpage .whiterabbit-bg {
  margin: 200px auto 50px auto; }

.placeholder.message {
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 200px; }

.placeholder.message .whiterabbit-bg {
  float: left; }

.placeholder.message .tooltip {
  left: 370px; }

.placeholder.message .tooltip.right .tooltip-arrow {
  top: 50%;
  left: -7px;
  border-right-color: #fff;
  border-width: 20px 12px 20px 0;
  margin-top: -20px; }

.placeholder.message .tooltip .tooltip-inner {
  text-align: center;
  padding: 30px 30px;
  min-height: 190px;
  min-width: 350px; }

.placeholder.message .tooltip .tooltip-inner .tooltip-title {
  color: #14243C;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.whiterabbit-bg {
  width: 400px;
  height: 200px;
  background: url(/images/white-rabbit/placeholder.png) no-repeat 62px center scroll;
  background-size: 70%;
  margin: 0px auto; }

.whiterabbit-anim-bg {
  width: 140px;
  height: 135px;
  background: url(/images/white-rabbit/anim-bg.gif) no-repeat 0px center scroll;
  background-size: 94% auto;
  margin: 0px auto;
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.whiterabbit-activate-bg {
  width: 140px;
  height: 135px;
  background: url(/images/whiterabbit-activate-bg.gif) no-repeat 0px center scroll;
  background-size: 94% auto;
  margin: 0px auto;
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.creatives-bg {
  width: 100px;
  height: 130px;
  background: url(/images/ruler-pencil.png) no-repeat 0px center scroll;
  background-size: 94% auto;
  margin: 0px auto; }

/*** POPOVER ***/
.popover {
  max-width: initial;
  background: #14243C;
  border: 0;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.section-title .popover {
  background: #fff !important; }

.section-title .popover .popover-content {
  border: 0px !important;
  padding: 5px; }

.popover .popover-content {
  padding: 0;
  border: 6px solid #14243C;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.popover.bottom {
  margin-top: 15px; }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #14243C; }

.popover.right > .arrow:after {
  border-right-color: white; }

.popover.left > .arrow:after {
  border-left-color: white; }

.popover .popover-content .btn {
  min-width: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42857143;
  padding: 3px 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.popover .popover-content .btn:hover {
  background: #006098; }

.popover .popover-content .tooltip.bottom {
  margin-top: 0; }

.popover .popover-content .tooltip .tooltip-arrow {
  display: none; }

.popover .popover-content .tooltip .tooltip-inner {
  background: #006098;
  color: #fff;
  font-weight: 600;
  line-height: 1em;
  font-size: 12px;
  padding: 3px 20px;
  white-space: pre;
  word-break: normal;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

/*** ALERT ***/
.alert {
  padding: 0px;
  margin-bottom: 20px;
  border: 0;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.alert-success,
.alert-info,
.alert-warning,
.alert-danger {
  color: #fff;
  background-color: #14243C; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  outline: 0;
  text-shadow: none;
  margin-left: 15px; }

.alert .alert-icon {
  background-color: #006098;
  color: #fff;
  font-size: 32px;
  line-height: 54px;
  text-align: center;
  width: 64px;
  height: 54px;
  margin-right: 15px; }

.alert .alert-message {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  min-width: 300px;
  min-height: 54px;
  text-align: left;
  padding: 10px 15px 10px 80px; }

.alert-dismissible .alert-message {
  padding-right: 50px; }

.alert.alert-success .alert-icon {
  background-color: #4B6E24; }

.alert.alert-info .alert-icon {
  background-color: #FF8400; }

.alert.alert-warning .alert-icon {
  background-color: #FF8400; }

.alert.alert-danger .alert-icon {
  background-color: #D82306; }

.alert.alert-success .alert-message-success {
  background-color: #4B6E24; }

.alert.alert-info .alert-message-info {
  background-color: #14243C; }

.alert.alert-warning .alert-message-warning {
  background-color: #FF8400; }

.alert.alert-danger .alert-message-danger {
  background-color: #D82306; }

/*** NAV-TABS ***/
.nav-tabs {
  border-bottom: 0px solid transparent; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #F6F7F9;
  border-bottom: 0;
  color: #14243C;
  background-color: #F6F7F9;
  border-radius: 6px 6px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #C6C6C6;
  background-color: #C6C6C6; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #F6F7F9;
  cursor: default;
  background-color: #14243C;
  border: 1px solid #14243C;
  border-bottom-color: transparent; }

.nav-tabs-login > li > a {
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-bottom: 2px solid #F6F7F9;
  color: #F6F7F9;
  background-color: transparent;
  border-radius: 6px 6px 0 0; }

.nav-tabs-login > li > a:hover {
  border-bottom: 2px solid #14243C;
  background-color: transparent !important;
  color: #14243C; }

.nav-tabs-login > li.active > a,
.nav-tabs-login > li.active > a:hover,
.nav-tabs-login > li.active > a:focus {
  color: #14243C;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #14243C; }

.tab-content > .tab-pane {
  display: none;
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 4px;
  -moz-border-radius-topleft: 0;
  border-radius: 4px;
  border-top-left-radius: 0; }

.tab-content > .active {
  display: block;
  background-color: #14243C;
  color: #fff;
  padding: 15px; }

/*** NAV-TABS INVERSE ***/
.nav-tabs.inverse > li > a {
  border: 1px solid #14243C;
  color: #F6F7F9;
  background-color: #14243C; }

.nav-tabs.inverse > li > a:hover {
  color: #14243C;
  border-color: #C6C6C6;
  background-color: #C6C6C6; }

.nav-tabs.inverse > li.active > a,
.nav-tabs.inverse > li.active > a:hover,
.nav-tabs.inverse > li.active > a:focus {
  color: #14243C;
  background-color: #F6F7F9;
  border: 1px solid #F6F7F9; }

.tab-content.inverse > .active {
  background-color: #F6F7F9;
  color: #14243C; }

/*** NAV-TABS SLANTED ***/
.nav-tabs.slanted {
  border-bottom: 0px solid #14243C;
  position: relative;
  z-index: 1;
  white-space: nowrap; }

.nav-tabs.slanted > li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  color: inherit;
  margin: 0 -7px 0 0; }

.nav-tabs.slanted > li > a {
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  padding: 15px 30px 5px 15px;
  border: 1px solid transparent;
  color: #14243C;
  background-color: transparent;
  border-radius: 6px 6px 0 0; }

.nav-tabs.slanted > li > a:hover {
  border-color: #C6C6C6;
  background-color: #C6C6C6;
  border-color: transparent;
  background-color: transparent; }

.nav-tabs.slanted > li.active > a,
.nav-tabs.slanted > li.active > a:hover,
.nav-tabs.slanted > li.active > a:focus {
  color: #F6F7F9;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent; }

.nav.slanted > li > a:hover,
.nav.slanted > li > a:focus {
  text-decoration: none;
  background-color: transparent; }

.nav-tabs.slanted > li::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background: #F6F7F9;
  border: 1px solid transparent;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom left; }

.nav-tabs.slanted > li.active {
  z-index: 2; }

.nav-tabs.slanted > li.active::before {
  background: #14243C; }

.noscrollbar::-webkit-scrollbar {
  visibility: hidden;
  display: none; }

/*** RESPONSIVE QUERIES ***/
@media (min-width: 0px) and (max-width: 768px) {
  .btn-block {
    margin-top: 10px; }
  .control-label-inline {
    margin-top: 15px; } }

/* DISCLAIMER POPUP */
.disclaimer .back {
  background-color: #14243C;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; }

.disclaimer .container {
  height: 80%;
  left: 0;
  position: fixed;
  top: 20%;
  width: 100%;
  z-index: 20; }

.disclaimer .infos {
  background-color: #fff;
  box-shadow: 4px 4px 20px #cbd0d4;
  padding: 25px 40px; }

.disclaimer h2 {
  color: #54C0E8;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 9px 0px; }

.disclaimer label {
  font-size: 16px;
  line-height: 20px;
  padding: 9px 0px; }

.disclaimer .text {
  height: 250px;
  margin: 10px 0 20px;
  overflow: auto;
  padding: 0;
  text-align: justify; }

.preview-script-back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000030;
  opacity: 0.6;
  display: none; }
  .preview-script-back.visible {
    display: block;
    z-index: 2; }

.preview-script-remove {
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  cursor: pointer; }
  .preview-script-remove.visible {
    display: block; }
  .preview-script-remove i {
    font-size: 18px; }

#preview-iframe {
  width: 100%;
  height: 100%;
  border: 0 none; }

.preview-script-content {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  border: 6px solid #000;
  box-sizing: content-box; }
  .preview-script-content.visible {
    display: block; }
  .preview-script-content > div {
    height: 100%; }

.margin-checbox-notify {
  margin-left: 6px; }

.font-size-icon-notify {
  font-size: 24px; }

.nopadding-left {
  padding-left: 0 !important; }

.nopadding-right {
  padding-right: 0 !important; }

.onepadding-right {
  padding-right: 1px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-top-25 {
  padding-top: 25px; }

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

.margin-sync-checkbox-margin {
  margin-left: 20px; }

.leaflet-top,
.leaflet-bottom {
  z-index: 5 !important; }

/* Audience analytics KPI */
.badge-secondary {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #f6f7f9;
  border-radius: 10px;
  margin: 2px;
  color: #8a9ba6;
  line-height: 24px; }

/*** KPI BADGE ***/
.kpiBadge {
  min-height: 80px;
  color: #595757;
  padding: 10px;
  margin-bottom: 35px;
  overflow: hidden;
  border: 1px solid #000000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.kpiBadge .kpiBadge-default {
  background: #ffffff;
  color: #595757; }

.kpiBadge .kpiBadge-primary {
  background: #edebe7;
  color: #595757;
  border-color: #ffffff; }

.kpiBadge .kpiBadge-inverse {
  background: #595757;
  color: #ffffff; }

.kpiBadge.kpiBadge-transparent {
  background: transparent;
  border-color: transparent;
  margin-bottom: 0;
  padding: 0; }

.kpiBadge .kpiBadge-title {
  overflow: hidden;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px; }

.kpiBadge .kpiBadge-icon {
  overflow: hidden;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px; }

.kpiBadge .kpiBadge-value {
  overflow: hidden;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px; }

.kpiBadge .text-xs {
  font-size: 12px; }

.kpiBadge .text-sm {
  font-size: 14px; }

.kpiBadge .text-md {
  font-size: 16px; }

.kpiBadge .text-lg {
  font-size: 18px; }

.kpiBadge .text-xl {
  font-size: 20px; }

.kpiBadge .kpiBadge-icon.text-xs {
  font-size: 20px; }

.kpiBadge .kpiBadge-icon.text-sm {
  font-size: 22px; }

.kpiBadge .kpiBadge-icon.text-md {
  font-size: 24px; }

.kpiBadge .kpiBadge-icon.text-lg {
  font-size: 26px; }

.kpiBadge .kpiBadge-icon.text-xl {
  font-size: 28px; }

.kpiBadge .kpiBadge-value.text-xs {
  font-size: 20px; }

.kpiBadge .kpiBadge-value.text-sm {
  font-size: 24px; }

.kpiBadge .kpiBadge-value.text-md {
  font-size: 36px; }

.kpiBadge .kpiBadge-value.text-lg {
  font-size: 42px; }

.kpiBadge .kpiBadge-value.text-xl {
  font-size: 50px; }

.kpiBadge .text-primary {
  color: #006098; }

.kpiBadge .text-white {
  color: #ffffff; }

.kpiBadge .text-lightblue {
  color: #4077b2; }

.kpiBadge .text-red {
  color: #e2251b; }

.kpiBadge .text-green {
  color: #018e39; }

.kpiBadge .text-dark {
  color: #595757; }

.kpiBadge .text-grey {
  color: #d6d6d0; }

.kpiBadge .text-darkgrey {
  color: #c8c8c8; }

.kpiBadge .text-light {
  font-weight: 300; }

.kpiBadge .text-normal {
  font-weight: 400; }

.kpiBadge .text-semibold {
  font-weight: 600; }

.kpiBadge .text-bold {
  font-weight: 700; }

.kpiBadge .text-extrabold {
  font-weight: 800; }

.kpiBadge .text-black {
  font-weight: 900; }

.kpiBadge .text-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis; }

.kpiBadge .no-data {
  text-align: center;
  margin: 100px 0;
  font-size: 30px;
  text-transform: capitalize; }

.wrCircle-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  vertical-align: middle;
  overflow: hidden; }

.wrCircle-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.brand-selector-suggestions {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline; }

.brand-selector-did-you-mean {
  display: inline-block;
  margin-right: 10px; }

.proveninenza-isoline-map-dimenstion {
  width: 100%;
  height: 70%; }

.text-ellipsis {
  white-space: nowrap;
  /* Prevents the text from wrapping to the next line */
  overflow: hidden;
  /* Hides the overflowed text */
  text-overflow: ellipsis;
  /* Adds the ellipsis */ }

.bar-chart {
  width: 100%;
  /* Full width for the chart container */
  background-color: #e0e0e0;
  /* Light background to show the empty part of the bar */
  border-radius: 8px;
  /* Rounded corners for the container */
  overflow: hidden;
  /* Ensures bar rounds only within the container */ }
  .bar-chart .bar {
    height: 20px;
    /* Height of the bar */
    background-color: #337ab7;
    /* Bar color (green in this example) */
    text-align: center;
    /* Center-align the text within the bar */
    color: white;
    /* Text color */
    line-height: 20px;
    /* Vertically center-align text */
    border-radius: 8px 0 0 8px;
    /* Round the left corners */ }
