* {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: Nunito-Light;
  src: url(../fonts/Nunito-Light.ttf); }

@font-face {
  font-family: Nunito-Regular;
  src: url(../fonts/Nunito-Regular.ttf); }

@font-face {
  font-family: Nunito-Bold;
  src: url(../fonts/Nunito-Bold.ttf); }

.no-select {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.alert {
  width: 100%;
  padding: 7px 10px;
  word-break: break-word; }
  .alert ul {
    list-style: none; }
  .alert.inline {
    width: auto;
    display: inline-block; }
  .alert.alert-success {
    background-color: #6bc57f; }
  .alert.alert-danger {
    background-color: #EA5C58; }
  .alert.alert-info {
    background-color: #66afe9; }
  .alert.alert-warning {
    background-color: #efc83c; }

.alert-span:not(:empty) {
  padding: 7px 10px;
  background-color: #EA5C58; }

.alert-span:not(:empty) {
  padding: 7px 10px;
  background-color: #EA5C58; }

.alert-list {
  background-color: transparent;
  margin-top: 5px;
  display: block; }
  .alert-list ul > li, .alert-list span {
    width: 100%;
    padding: 7px 10px;
    list-style: none; }
    .alert-list ul > li + li, .alert-list span + li {
      margin-top: 7px; }
  .alert-list span {
    background-color: #EA5C58; }
  .alert-list.alert-success li {
    background-color: #6bc57f; }
  .alert-list.alert-danger li {
    background-color: #EA5C58; }
  .alert-list.alert-info li {
    background-color: #66afe9; }
  .alert-list.alert-warning li {
    background-color: #efc83c; }
  .alert-list.inline {
    display: inline-block; }
    .alert-list.inline li {
      width: auto;
      display: inline-block; }
      .alert-list.inline li + li {
        margin-left: 7px; }

[class*='alert-'] {
  border-radius: 0;
  box-shadow: none;
  border: none;
  font-weight: 300;
  font-size: 14px;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  color: #fff;
  background-image: none; }

.alert-login {
  width: 325px; }

[class*="btn-"] {
  background-image: none;
  text-shadow: none; }

.btn {
  border-radius: 0;
  outline: 0 !important;
  padding: 15px;
  font-weight: 300;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal; }
  .btn.btn-default {
    background-color: #b1afba;
    color: #fff;
    border: none; }
  .btn.btn-gray {
    font-size: 1em;
    background-color: #CACED1;
    color: rgba(51, 51, 51, 0.5);
    margin: 1.5em auto;
    border-width: 0; }
  .btn.btn-primary {
    background-color: #ff605d;
    color: white;
    border: none; }
    .btn.btn-primary:active:focus {
      background-color: #ff4744;
      border: 0px solid transparent; }
  .btn.btn-add {
    background-color: #EA5C58;
    color: white;
    border: none; }
    .btn.btn-add:active:focus {
      background-color: #e74641;
      border: 0px solid transparent; }
  .btn.btn-back {
    background-color: transparent;
    color: #4B5964;
    border: none; }
    .btn.btn-back:active:focus, .btn.btn-back:hover {
      background-color: rgba(255, 255, 255, 0.7);
      border: 0px solid transparent; }
  .btn.btn-upload {
    font-weight: 300;
    font-size: 1.5em;
    font-family: Nunito-Light, Arial, sans-serif;
    line-height: normal;
    display: block;
    padding: 0.8em 0;
    margin: 1em auto 0;
    border-width: 0;
    background-color: #919CA2;
    color: inherit;
    width: 50%;
    min-width: 250px; }
    .btn.btn-upload:hover {
      background-color: rgba(145, 156, 162, 0.8);
      color: #fff; }
  .btn.btn-outlined {
    border: 1px solid #CACED1;
    background-color: transparent;
    color: #CACED1; }
    .btn.btn-outlined:hover {
      background-color: #ff605d;
      color: white;
      border-color: transparent; }
  .btn-uppercase {
    text-transform: uppercase; }

.btn-save {
  font-weight: 300;
  font-size: 1em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  margin: 2em 0;
  padding: 0.8em 2em; }
  .btn-save:first-of-type {
    margin-right: 2em; }

.btn-status {
  font-weight: 300;
  font-size: 1em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  margin: 1em 0 0 1em;
  padding: 0.5em 1.5em; }

.btn-status-change {
  color: #fff;
  background-color: #67A7FE;
  border-width: 0; }
  .btn-status-change:focus {
    color: #fff; }
  .btn-status-change:hover {
    color: #fff;
    background-color: #348afe; }
  .btn-status-change:active:focus {
    color: #333; }

.btn-status-cancel {
  color: #333;
  background-color: #fff;
  border-width: 0; }
  .btn-status-cancel:hover {
    background-color: #e6e6e6; }

.bt-center {
  text-align: center; }

.buttons-bar {
  margin-bottom: 15px; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 20px;
  height: auto;
  font-size: 14px;
  line-height: 1.42857143;
  color: #888;
  background-color: #fff;
  background-image: none;
  border: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  outline: 0; }

.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #bbb; }

.form-control::-webkit-input-placeholder {
  color: #bbb; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

.form-control + .form-control {
  margin-top: 10px; }

.input-group-addon {
  background-color: #fff;
  border-width: 1px 0 1px 0;
  border-radius: 0;
  border-color: rgba(204, 204, 204, 0.5);
  color: #bbbbbb;
  width: 50px;
  font-size: 24px;
  padding: 15px; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-left: 0; }

.has-success .input-group-addon {
  background-color: #fff;
  border-color: #6bc57f; }

.has-success .form-control, .has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.has-error .input-group-addon {
  background-color: #fff; }

.has-error .form-control, .has-error .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none; }

.form-upload .form-group {
  padding: 1em 0; }

.form-upload .control-label {
  font-weight: 300;
  font-size: 0.9em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  padding: 0.7em;
  color: rgba(51, 51, 51, 0.8);
  text-align: left; }

.form-upload .select-list-upload {
  font-weight: 300;
  font-size: 0.9em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  border-radius: 0;
  padding: 0.5em;
  margin-bottom: 4px;
  border: 1px solid #CACED1;
  background-color: #EEF3F9;
  box-shadow: none;
  box-sizing: border-box; }
  .form-upload .select-list-upload:focus {
    border: 3px solid #EA5C58;
    margin-bottom: 0; }
  .form-upload .select-list-upload option {
    padding: 0.3em;
    border-left: 1px solid #CACED1;
    box-shadow: none; }

.name-upload {
  font-weight: 300;
  font-size: 0.9em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  margin-bottom: 7px;
  background-color: transparent;
  padding: 0.5em;
  border-radius: 0;
  border-bottom: 1px solid #333;
  box-shadow: none; }
  .name-upload:focus {
    border-bottom: 3px solid #EA5C58; }
  .name-upload[readonly] {
    background-color: transparent; }

.inline-form {
  display: inline-block; }

.switchbox {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .switchbox input[type="checkbox"] {
    display: none; }
  .switchbox label {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #919CA2;
    cursor: pointer;
    transition: all 0.2s ease; }
  .switchbox .switch {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.2s ease; }
  .switchbox .on, .switchbox .off, .switchbox .on:hover, .switchbox .off:hover {
    font-weight: 300;
    font-size: 18px;
    font-family: Nunito-Light, Arial, sans-serif;
    line-height: normal;
    float: left;
    width: 50%;
    margin-top: 2px;
    opacity: 0.3;
    color: white !important; }
  .switchbox .on {
    padding-right: 6px;
    text-align: right; }
  .switchbox .off {
    padding-left: 2px;
    text-align: left; }
  .switchbox input[type="checkbox"]:checked + label {
    background-color: #EA5C58; }
    .switchbox input[type="checkbox"]:checked + label .switch {
      right: calc(100% - 27px); }

.form-modal .form-label {
  width: 150px;
  display: inline-block;
  text-align: left; }

.form-modal .form-control {
  width: 400px; }

.panel {
  border-radius: 0;
  border: none;
  outline: 0; }
  .panel .panel-heading {
    position: relative;
    padding: 15px;
    border-radius: 0;
    border: none;
    cursor: pointer; }
    .panel .panel-heading-channel {
      padding: 8px;
      font-weight: 300;
      font-size: 1em;
      font-family: Nunito-Light, Arial, sans-serif;
      line-height: normal; }
    .panel .panel-heading .options {
      position: absolute;
      top: 25%;
      right: 15px;
      font-size: 1.7em;
      font-family: Nunito-Regular, Arial, sans-serif;
      line-height: normal; }
    .panel .panel-heading small {
      font-weight: 300;
      font-size: 0.8em;
      font-family: Nunito-Light, Arial, sans-serif;
      line-height: normal; }
  .panel .panel-body {
    background-color: #fff; }

.panel-default {
  border: none; }
  .panel-default > .panel-heading {
    color: #838383;
    background-color: #fff;
    background-image: none; }
    .panel-default > .panel-heading .badge {
      color: #fff;
      background-color: #838383; }

.panel-primary {
  border: none; }
  .panel-primary > .panel-heading {
    color: #f9f9f9;
    background-color: #414548;
    background-image: none; }
    .panel-primary > .panel-heading .badge {
      color: #414548;
      background-color: #f9f9f9; }

.panel-success {
  border: none; }
  .panel-success > .panel-heading {
    color: #fff;
    background-color: #6bc57f;
    background-image: none; }
    .panel-success > .panel-heading .badge {
      color: #6bc57f;
      background-color: #fff; }

.panel-info {
  border: none; }
  .panel-info > .panel-heading {
    color: #838383;
    background-color: #fff;
    background-image: none; }
    .panel-info > .panel-heading .badge {
      color: #fff;
      background-color: #838383; }

.panel-warning {
  border: none; }
  .panel-warning > .panel-heading {
    color: #fff;
    background-color: #efc83c;
    background-image: none; }
    .panel-warning > .panel-heading .badge {
      color: #efc83c;
      background-color: #fff; }

.panel-danger {
  border: none; }
  .panel-danger > .panel-heading {
    color: #fff;
    background-color: #333;
    background-image: none; }
    .panel-danger > .panel-heading .badge {
      color: #333;
      background-color: #fff; }

.table.table-striped {
  border: 1px solid rgba(0, 0, 0, 0.05); }
  .table.table-striped tr + tr {
    border-top: 1px solid rgba(0, 0, 0, 0.025); }
  .table.table-striped tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .table.table-striped tr th, .table.table-striped tr td {
    border-top: 0px solid transparent;
    padding: 18px; }

.pagination li:first-child {
  border-radius: 0; }
  .pagination li:first-child a {
    border-radius: 0; }

.pagination li:last-child {
  border-radius: 0; }
  .pagination li:last-child a {
    border-radius: 0; }

.pagination li a {
  font-weight: 300;
  font-size: 1em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  border: none;
  color: #414548;
  padding: 1.1em 1.5em; }

.pagination li.arrow a {
  color: #ff605d;
  background-color: #f9f9f9; }
  .pagination li.arrow a:hover {
    background-color: #eee; }

.pagination li.active a {
  background-color: #ff605d; }

.pagination-users {
  display: none; }

.modal {
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal-content {
    border-radius: 0;
    box-shadow: none; }
  .modal-header {
    padding: 1.5em 1em 1em 0; }
    .modal-header button > span {
      font-size: 1.8em; }
    .modal-header .close {
      margin-top: -9px; }
  .modal-title {
    font-weight: 300;
    font-size: 1.5em;
    font-family: Nunito-Light, Arial, sans-serif;
    line-height: normal;
    margin-left: 2rem;
    color: #CACED1; }
  .modal-footer {
    text-align: center;
    border-top: none;
    padding: 0 15px 15px; }
    .modal-footer .btn {
      min-width: 100px; }
  .modal-dialog.confirm {
    width: 400px; }
  .confirm .modal-body {
    padding: 30px 15px; }
  .modal-body {
    font-size: 16px; }
    .modal-body a, .modal-body a:visited {
      text-decoration: none;
      color: #666; }
      .modal-body a:hover, .modal-body a:visited:hover {
        color: #EA5C58; }
  .modal .form-control {
    font-size: 16px; }
  .modal .alert {
    margin-bottom: 0; }

.modal-flex {
  margin: 0; }

body {
  background: #414548; }

header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 60px; }
  header .logo {
    position: absolute;
    height: 100%;
    padding: 10px 0; }
    header .logo img {
      height: 40px; }
  header .session-expire-info {
    font-size: 12px;
    font-family: Nunito-Regular, Arial, sans-serif;
    line-height: normal;
    position: absolute;
    top: 0;
    left: 75px;
    height: 100%;
    padding: 10px 20px;
    background-color: #EA5C58;
    color: #fff;
    text-align: center;
    cursor: pointer; }
    header .session-expire-info .timer {
      font-size: 20px; }
  header.tvmode-button__visible:not(.tvmode) .contact-container {
    right: 120px; }
  header.tvmode .contact-container {
    right: 205px; }
    header.tvmode .contact-container .contact-info {
      display: none; }
    header.tvmode .contact-container .button {
      display: block; }
  header .contact-container {
    font-size: 14px;
    font-family: Nunito-Regular, Arial, sans-serif;
    line-height: normal;
    display: flex;
    position: absolute;
    top: 0;
    right: 60px;
    height: 100%;
    align-items: center;
    text-align: right;
    color: #EEF3F9;
    cursor: auto; }
    header .contact-container a, header .contact-container a:visited {
      text-decoration: none;
      color: #EEF3F9; }
      header .contact-container a:hover, header .contact-container a:visited:hover {
        text-decoration: none; }
    header .contact-container .contact-info i {
      margin-right: 5px;
      vertical-align: middle;
      font-size: 16px; }
    header .contact-container .contact-info:hover {
      color: #EA5C58; }
      header .contact-container .contact-info:hover a {
        color: #EA5C58; }
    header .contact-container .button {
      display: none;
      padding: 15px 0;
      cursor: pointer; }
      header .contact-container .button i {
        font-size: 30px; }
    @media (max-width: 1250px) {
      header .contact-container .contact-info {
        display: none; }
      header .contact-container .button {
        display: block; } }
  header .tvmode-button-header {
    position: absolute;
    right: 40px;
    top: 3px;
    height: 100%;
    padding: 14px;
    z-index: 100; }
    header .tvmode-button-header img {
      height: 30px; }

*:not(.contact-container) .contact-info i {
  margin-right: 5px; }

*:not(.contact-container) .contact-info:hover {
  color: #EA5C58; }
  *:not(.contact-container) .contact-info:hover a {
    color: #EA5C58; }

header nav {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #414548; }
  header nav .glyphicon {
    color: #EA5C58;
    font-size: 1.5em;
    cursor: pointer; }
  header nav .navigation {
    position: relative;
    width: 45%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    header nav .navigation .nav-text {
      font-size: 0.9em;
      font-family: Nunito-Regular, Arial, sans-serif;
      line-height: normal;
      color: #EEF3F9;
      z-index: 1000;
      margin: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      header nav .navigation .nav-text span {
        display: block; }
      header nav .navigation .nav-text .nav-date {
        font-weight: 300;
        font-size: 0.9em;
        font-family: Nunito-Light, Arial, sans-serif;
        line-height: normal; }
    header nav .navigation .extender {
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 100px;
      visibility: hidden; }
  header nav .login-items {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 15%; }
    header nav .login-items .navbar-right {
      margin-right: 0; }
    header nav .login-items .login-credentials li a {
      font-size: 1em;
      font-family: Nunito-Regular, Arial, sans-serif;
      line-height: normal;
      color: #EEF3F9;
      padding: 20px 25px 20px 0; }
      header nav .login-items .login-credentials li a:hover, header nav .login-items .login-credentials li a:focus {
        background-color: transparent;
        color: rgba(238, 243, 249, 0.7); }
    header nav .login-items .profile-section {
      padding: 15px;
      float: right;
      height: 100%;
      margin-right: -15px; }
      header nav .login-items .profile-section .login-icon {
        float: right;
        height: 30px;
        width: 30px;
        overflow: hidden;
        cursor: pointer; }
        header nav .login-items .profile-section .login-icon span {
          font-size: 30px;
          color: #EEF3F9; }
      header nav .login-items .profile-section.active {
        background-color: #EEF3F9; }
        header nav .login-items .profile-section.active span {
          color: #EA5C58; }
    header nav .login-items .glyphicon-search {
      float: right;
      margin-top: 13px;
      margin-right: 25px;
      color: #EEF3F9;
      font-size: 2.2em;
      cursor: pointer; }

main {
  height: auto;
  height: calc(100% - 60px);
  color: #CACED1; }
  main .container, main .container-fluid {
    background-color: #EEF3F9;
    padding: 0;
    min-height: 100%; }
  main .content-container {
    padding: 40px; }
  main .row.nomargin {
    margin: 0; }

.header-row {
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  font-size: 1.3em;
  border-bottom: 1px solid rgba(202, 206, 209, 0.5); }
  .header-row > * {
    margin: 0;
    padding: 0; }

.options.header {
  margin-bottom: 7px; }

footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #414548; }
  footer a {
    color: #ccc; }
    footer a:hover {
      color: #EA5C58;
      text-decoration: none; }

.color-0 {
  background-color: #B0B0B8; }

.color-1 {
  background-color: #EA7B33; }

.color-2 {
  background-color: #67A7FE; }

.color-3 {
  background-color: #6CC87F; }

main .container-dropdown {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  min-height: 0;
  z-index: 100; }

.campaigns-toggle {
  position: absolute;
  top: -25px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: #414548;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 500; }
  .campaigns-toggle .glyphicon {
    color: #EA5C58;
    font-size: 1.5em; }
  .campaigns-toggle .glyphicon-chevron-right {
    position: absolute;
    top: 12px;
    left: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer; }

.menu-area {
  position: relative;
  width: 100%;
  background-color: #414548;
  overflow: hidden; }
  .menu-area .arrow-dropdown-menu {
    float: left;
    width: 4%;
    height: 30em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #CACED1;
    cursor: pointer; }
    .menu-area .arrow-dropdown-menu .glyphicon {
      color: #EA5C58;
      font-size: 1.5em;
      cursor: pointer; }
  .menu-area .panel-campaign {
    display: block;
    height: 3.5em;
    margin-bottom: 0.4em;
    border-radius: 0;
    border: 0;
    background-color: #5C5C5C;
    color: #EEF3F9;
    overflow: hidden;
    cursor: pointer; }
    .menu-area .panel-campaign .campaign-date {
      font-weight: 300;
      font-size: 0.9em;
      font-family: Nunito-Light, Arial, sans-serif;
      line-height: normal;
      float: left;
      width: 25%;
      padding: 0.7em 0; }
      .menu-area .panel-campaign .campaign-date span {
        display: block; }
    .menu-area .panel-campaign .campaign-name {
      font-size: 1em;
      font-family: Nunito-Regular, Arial, sans-serif;
      line-height: normal;
      float: left;
      width: 75%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 0.1em; }
      .menu-area .panel-campaign .campaign-name:hover {
        background-color: #EA5C58; }
    @media screen and (max-width: 1200px) {
      .menu-area .panel-campaign .campaign-name {
        font-size: 1em;
        font-family: Nunito-Regular, Arial, sans-serif;
        line-height: normal; } }

.panel.panel-campaign.active .campaign-name, .panel-campaign:hover .campaign-name {
  background-color: #EA5C58; }

.panel.panel-campaign.active .campaign-date:not(.campaign-current-date), .panel-campaign:hover .campaign-date:not(.campaign-current-date) {
  background-color: #ee7b78; }

.panel.panel-campaign.active .campaign-current-date, .panel-campaign:hover .campaign-current-date {
  font-weight: 300;
  font-size: 0.9em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  color: #EA5C58;
  background-color: #EAF0F8; }

.campaign-current-date {
  font-weight: 300;
  font-size: 0.9em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  color: #EA5C58;
  background-color: #EAF0F8; }

.chevron-glyph-horizontal:before {
  content: "\e079"; }

.collapsed.chevron-glyph-horizontal:before {
  content: "\e080"; }

.multiple-items .slick-slide {
  padding: 1em;
  outline: none; }

.multiple-items .slick-list {
  float: left;
  padding-top: 0.5em;
  width: 92%; }

.slick-disabled .glyphicon {
  opacity: 0.2; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 70%;
    right: 0;
    left: auto;
    margin-top: -5px;
    margin-right: -5px;
    border-radius: 0; }
    .dropdown-submenu > .dropdown-menu a:hover {
      background-image: none;
      background-color: #EA5C58; }
  .dropdown-submenu > a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-top-color: #cccccc;
    border-bottom-color: #ccc; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu:hover > a:after {
    border-width: 0 5px 5px 5px;
    border-bottom-color: #ffffff; }
  .dropdown-submenu.pull-left {
    float: none; }
    .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px;
      -webkit-border-radius: 6px 0 6px 6px;
      -moz-border-radius: 6px 0 6px 6px;
      border-radius: 6px 0 6px 6px; }

html, body {
  height: 100%; }

body {
  font-family: Nunito-Regular, sans-serif; }

@media screen and (min-width: 1200px) {
  .container {
    width: 85%; } }

body.login {
  background-color: #EEF3F9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  margin: 0; }

.container.login {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white; }
  .container.login .logo-image {
    width: 370px;
    margin-bottom: 20px; }
  .container.login input[type="text"], .container.login input[type="password"] {
    width: 270px; }
  .container.login .input-group {
    width: 200px; }
  .container.login .form-control {
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-width: 1px 0 1px 0; }

.ui-state-highlight {
  width: 100%;
  margin-bottom: 1em; }
  .ui-state-highlight:before {
    display: block;
    content: "\007C\00a0\00a0";
    font-size: 1.3em;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    border: 5px dashed rgba(204, 204, 204, 0.5);
    width: 100%;
    color: transparent;
    padding: 0.4em 0.4em calc(0.4em + 12px); }

.ui-sortable-helper .header-row {
  background-color: rgba(255, 255, 255, 0.3); }

.header-row .item-name {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 30%;
  float: left; }

.details-row {
  cursor: pointer;
  margin-bottom: 1em; }

.details-box {
  position: relative;
  width: 20%;
  float: right; }
  .details-box .glyphicon {
    float: right;
    margin: 3px 35px 0 0;
    font-size: 1.3em; }

.details-header .glyphicon {
  margin: 10px 30px 0 0;
  font-size: 0.9em; }

.details-header .glyphicon-padding {
  padding: 0.4em;
  margin-top: 5px; }
  .details-header .glyphicon-padding:hover {
    color: #EA5C58; }

main .campaign-item {
  padding: 3em;
  font-weight: 300;
  font-size: 1.3em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal; }

.campaign-products {
  margin: 0 0 1em;
  width: 100%; }

.campaign-products-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  min-height: 0; }

.float-product {
  float: left;
  margin: 1.5em 2em 0 0;
  width: 30%; }
  .float-product:nth-of-type(3) {
    margin-right: 0; }

.arranged-product {
  display: inline-block;
  width: 100%;
  margin-top: 2em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column; }

.campaign-product .product-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0.8em;
  background-color: #fff;
  color: rgba(51, 51, 51, 0.7); }
  .campaign-product .product-header .product-select-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .campaign-product .product-header .product-description {
    font-weight: 300;
    font-size: 0.8em;
    font-family: Nunito-Light, Arial, sans-serif;
    line-height: normal;
    padding-right: 4px;
    max-width: 70%;
    word-break: break-all; }
  .campaign-product .product-header .details-box {
    display: flex;
    align-items: center;
    width: 3.5em; }
    .campaign-product .product-header .details-box span {
      margin-right: 0;
      cursor: pointer; }
      .campaign-product .product-header .details-box span:hover, .campaign-product .product-header .details-box span:focus, .campaign-product .product-header .details-box span:active {
        color: #EA5C58; }
    .campaign-product .product-header .details-box .product-status {
      float: right;
      width: 1.2em;
      height: 1.2em;
      margin-right: 10px;
      border-radius: 50%;
      cursor: pointer; }
    .campaign-product .product-header .details-box .choose-header {
      color: #CACED1; }
  .campaign-product .product-header.selected {
    background-color: #ED9A9A; }

.campaign-product .product-image {
  overflow: hidden;
  min-height: 14em; }

.campaign-product img, .campaign-product .iframe-product {
  width: 100%;
  cursor: pointer; }
  .campaign-product img:hover, .campaign-product .iframe-product:hover {
    opacity: 0.6; }

.campaign-product .color-dropdown .status-choose {
  left: -12em;
  top: 2.8em;
  width: 215px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer; }
  .campaign-product .color-dropdown .status-choose.detail-dropdown {
    right: -1.1em;
    left: -10em; }
    .campaign-product .color-dropdown .status-choose.detail-dropdown .status-tab {
      color: rgba(51, 51, 51, 0.6); }
    .campaign-product .color-dropdown .status-choose.detail-dropdown a {
      font-weight: 300;
      font-size: 1em;
      font-family: Nunito-Light, Arial, sans-serif;
      line-height: normal;
      display: block;
      width: 100%;
      height: 100%;
      color: rgba(51, 51, 51, 0.6); }
      .campaign-product .color-dropdown .status-choose.detail-dropdown a:hover {
        text-decoration: none; }
  .campaign-product .color-dropdown .status-choose.options {
    left: -17.2em;
    width: 300px;
    transform: translateZ(0); }

.upload-file {
  margin-bottom: 2em; }

.chevron-glyph:before {
  content: "\e113"; }

.collapsed .chevron-glyph:before {
  content: "\e114"; }

.tvmode {
  overflow: hidden; }
  .tvmode .grid {
    padding-top: 30px; }
  .tvmode .grid-item {
    width: auto;
    margin: 3px 5px 5px 5px;
    float: right; }
    .tvmode .grid-item:first-child .status-choose {
      left: -9em; }
  .tvmode .product-image {
    min-height: auto; }
  .tvmode .form-control.selectColumns {
    position: absolute;
    top: 20px;
    right: 140px;
    width: 47px;
    padding: 0;
    text-indent: 2px; }
  .tvmode .details-box {
    z-index: auto !important; }

.modal {
  font-size: 14px;
  font-family: Nunito-Regular, sans-serif; }

.scale2 .iframe-product iframe {
  width: 200%;
  height: 200%;
  transform: scale(0.5);
  transform-origin: 0 0; }

.scale4 .iframe-product iframe {
  width: 400%;
  height: 400%;
  transform: scale(0.25);
  transform-origin: 0 0; }

.iframe-product {
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 100%;
  background-color: white; }
  .iframe-product iframe {
    min-height: 100%;
    width: 100%;
    z-index: 0;
    backface-visibility: hidden; }
  .iframe-product .iframe-blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: aliceblue;
    opacity: 0.1; }
  .iframe-product .iframe-blocker:hover {
    opacity: 0.5; }
  .iframe-product a {
    overflow: hidden; }

.inactive {
  opacity: 0.3; }
  .inactive .glyphicon {
    cursor: default !important; }
    .inactive .glyphicon:hover {
      color: inherit !important; }

.container-details {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.row-details {
  padding: 0;
  margin: 0;
  display: table-row;
  height: 100%; }

.details-overview {
  margin: 4.2em 0 40px;
  padding: 0 0 40px;
  height: calc(100vh - 100px - 4.2em);
  background-color: #fff;
  overflow: auto; }

.goback {
  font-size: 1.2em;
  font-family: Nunito-Regular, Arial, sans-serif;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  padding: 1.1em 0.5em 1.1em 1.5em;
  border: none;
  background-color: #efc83c;
  color: #fff;
  z-index: 50;
  text-align: left; }
  .goback span {
    margin-right: 0.8em; }

.detail-header {
  font-weight: 300;
  font-size: 1.4em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  width: 100%;
  padding-top: 1em;
  cursor: pointer; }
  .detail-header .glyphicon {
    float: right;
    padding: 0.2em 0.6em; }

.header-title {
  font-weight: 400;
  margin-left: 1.2em;
  max-width: 80%;
  cursor: pointer; }

.items-list li {
  text-decoration: none;
  list-style-type: none; }
  .items-list li:hover, .items-list li:focus, .items-list li:active {
    background-color: #EA5C58; }
    .items-list li:hover a, .items-list li:focus a, .items-list li:active a {
      color: #fff;
      border: none; }
  .items-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em 3em;
    font-size: 1em;
    font-family: Nunito-Regular, Arial, sans-serif;
    line-height: normal;
    color: rgba(51, 51, 51, 0.7);
    cursor: pointer; }
    .items-list li a:hover, .items-list li a:focus, .items-list li a:active {
      text-decoration: none;
      border: none;
      box-shadow: none;
      background-color: #EA5C58; }

.items-list li.active {
  background-color: #EA5C58; }
  .items-list li.active a, .items-list li.active a:active, .items-list li.active a:hover, .items-list li.active a:focus, .items-list li.active a:visited {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EA5C58;
    border-color: transparent;
    border-image: none;
    border: none;
    color: #fff;
    cursor: default; }

li.active {
  background-color: #EA5C58; }

.detail-box {
  height: calc(100vh - 100px);
  padding: 0;
  overflow: auto; }

.top-detail-menu {
  position: relative;
  width: 100%;
  height: 4.3em; }
  .top-detail-menu .last-update {
    float: right;
    padding: 1.6em 2em 0;
    color: #EA5C58; }
  .top-detail-menu .detail-options {
    height: 100%;
    padding: 0.8em; }
    .top-detail-menu .detail-options span {
      font-size: 2.5em;
      color: rgba(51, 51, 51, 0.8); }
    .top-detail-menu .detail-options:hover, .top-detail-menu .detail-options:active, .top-detail-menu .detail-options:focus {
      background-color: #fff; }
      .top-detail-menu .detail-options:hover span, .top-detail-menu .detail-options:active span, .top-detail-menu .detail-options:focus span {
        color: #EA5C58; }
  .top-detail-menu .detail-status-change {
    height: 100%;
    padding: 1.2em;
    padding-left: 1.8em; }
    .top-detail-menu .detail-status-change:hover, .top-detail-menu .detail-status-change:active, .top-detail-menu .detail-status-change:focus {
      background-color: #fff; }
  .top-detail-menu .detail-options, .top-detail-menu .color-dropdown {
    float: right;
    cursor: pointer; }

.status-color {
  position: absolute;
  left: -1.2em;
  top: -0.25em;
  width: 2.3em;
  height: 2.3em;
  z-index: 5;
  border-radius: 50%;
  color: white; }

.detail-status {
  font-size: 0.9em;
  font-family: Nunito-Regular, Arial, sans-serif;
  line-height: normal;
  position: relative;
  color: rgba(51, 51, 51, 0.7);
  width: 170px;
  border: 3px solid #fff;
  background-color: #EEF3F9;
  border-radius: 20px; }
  .detail-status .status-description {
    display: block;
    padding: 0.2em;
    height: 100%;
    width: 100%; }

.color-dropdown.open .dropdown-toggle {
  background-color: #fff; }

.color-dropdown.open .detail-options span {
  color: #EA5C58; }

.color-dropdown.open .glyphicon-option-horizontal {
  color: #EA5C58; }

.color-dropdown.dropup > .dropdown-menu {
  transform: translateY(-115%);
  bottom: auto; }

.color-dropdown.dropup > .detail-dropdown {
  top: 1.4em; }

.color-dropdown .status-choose {
  margin: 0;
  padding: 1.5em 0;
  right: -4em;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  .color-dropdown .status-choose .status-tab a {
    padding: 1em 2em; }
  .color-dropdown .status-choose .status-tab:hover {
    background-color: #EA5C58; }
  .color-dropdown .status-choose .selected {
    background-color: #EEF3F9; }
  .color-dropdown .status-choose .status-href {
    padding: 0; }
    .color-dropdown .status-choose .status-href a {
      display: block;
      padding: 1em 2em;
      color: rgba(51, 51, 51, 0.6); }
      .color-dropdown .status-choose .status-href a:hover {
        text-decoration: none; }

.color-dropdown .top-detail-dropdown {
  left: -14em;
  right: 0;
  white-space: nowrap; }
  .color-dropdown .top-detail-dropdown .status-tab {
    color: rgba(51, 51, 51, 0.6); }

.color-dropdown .detail-top-dropdown {
  top: 3.5em;
  right: 4.7em;
  min-width: 180px; }
  .color-dropdown .detail-top-dropdown .status-tab {
    color: rgba(51, 51, 51, 0.6); }

.color-dropdown .status-color-dropdown .status-tab {
  padding: 0.7em 2em; }
  .color-dropdown .status-color-dropdown .status-tab:hover .status-description {
    color: rgba(51, 51, 51, 0.7); }

.color-dropdown.options {
  left: -16em;
  width: 300px; }

.color-dropdown .tab-switchbox {
  padding: 1em 2em;
  cursor: default; }
  .color-dropdown .tab-switchbox .caption, .color-dropdown .tab-switchbox .body {
    display: inline-block; }
  .color-dropdown .tab-switchbox .caption {
    width: calc(100% - 100px);
    color: rgba(51, 51, 51, 0.6); }
  .color-dropdown .tab-switchbox .body {
    width: 95px;
    text-align: right;
    vertical-align: middle; }

.color-dropdown-inactive.open .dropdown-toggle {
  background-color: transparent; }

.color-dropdown-inactive .detail-status-change {
  cursor: default; }
  .color-dropdown-inactive .detail-status-change:hover, .color-dropdown-inactive .detail-status-change:active, .color-dropdown-inactive .detail-status-change:focus {
    background-color: transparent; }

.choose-header {
  font-weight: 300;
  font-size: 1.4em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  margin-left: 1.2em; }

.show-detail {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80vh; }
  .show-detail .product-detail-img {
    max-height: 90%;
    max-width: 80%;
    cursor: zoom-in; }
    .show-detail .product-detail-img:hover {
      opacity: 0.8; }
  .show-detail .product-detail-video {
    height: 90%;
    width: 80%; }
    .show-detail .product-detail-video iframe {
      height: 100%;
      width: 100%; }
  .show-detail .iframe-product .iframe-blocker:hover {
    opacity: 0.1; }
  .show-detail .arrow-detail-left, .show-detail .arrow-detail-right {
    height: 4em;
    width: 4em;
    padding: 1.2em;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer; }
    .show-detail .arrow-detail-left .glyphicon, .show-detail .arrow-detail-right .glyphicon {
      font-size: 1.5em;
      color: #EA5C58; }
  .show-detail canvas {
    width: 100%;
    height: 100%;
    align-self: center; }
  .show-detail audio {
    width: 60%; }
  .show-detail .iframe-product {
    height: 90%;
    width: 90%;
    border: 1px dashed gray; }

.ie img {
  width: 40%; }

.arrow-inactive {
  opacity: 0.2;
  cursor: default;
  pointer-events: none; }

.modal-details {
  background-color: #333333;
  padding: 0; }

.modal-lightbox {
  background-color: transparent;
  width: 100%;
  height: 100%; }
  .modal-lightbox .panzoom {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .modal-lightbox .buttons {
    font-size: 1.6em;
    font-family: Nunito-Regular, Arial, sans-serif;
    line-height: normal;
    position: fixed;
    top: 0;
    width: 100%;
    padding-right: 8%;
    background-color: rgba(51, 51, 51, 0.5);
    color: rgba(255, 255, 255, 0.8); }
    .modal-lightbox .buttons * {
      padding: 0.5em; }
    .modal-lightbox .buttons span {
      cursor: pointer; }
  .modal-lightbox .lightbox-img {
    max-width: 90%;
    max-height: 90%;
    cursor: -webkit-grab;
    cursor: grab; }

.last-update {
  position: relative;
  width: 100%;
  height: 2em;
  padding: 1em 0; }
  .last-update .content {
    float: right;
    padding: 1em;
    background-color: white; }

main .upload-container {
  padding: 3em 4em;
  font-weight: 300;
  font-size: 1.3em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal; }

.choose-image-container {
  padding: 2em; }
  .choose-image-container .upload-box-tab, .choose-image-container .preview-container {
    width: 100%;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .choose-image-container .upload-box-tab .choose-image-description, .choose-image-container .preview-container .choose-image-description {
      font-weight: 300;
      font-size: 1.4em;
      font-family: Nunito-Light, Arial, sans-serif;
      line-height: normal;
      display: block;
      width: 100%;
      margin: 0.5em auto;
      word-break: break-all; }
    .choose-image-container .upload-box-tab span, .choose-image-container .preview-container span {
      width: 100%;
      padding: 0.8em;
      text-align: center;
      word-wrap: break-word; }
  .choose-image-container .upload-box {
    position: relative;
    border: 3px dashed #CACED1; }
    .choose-image-container .upload-box.dragover {
      background-color: rgba(255, 255, 255, 0.3); }
      .choose-image-container .upload-box.dragover * {
        pointer-events: none; }
    .choose-image-container .upload-box-tab {
      height: 23em; }
    .choose-image-container .upload-box-url {
      justify-content: flex-start;
      padding-top: 25px; }
      .choose-image-container .upload-box-url .alert {
        margin-top: 5px; }
    .choose-image-container .upload-box-footer {
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .choose-image-container .upload-box-footer table {
        border: none; }
        .choose-image-container .upload-box-footer table thead, .choose-image-container .upload-box-footer table tbody {
          display: inline-block; }
        .choose-image-container .upload-box-footer table td {
          padding: 0 10px; }

.add-campaign-container {
  padding: 2em 25%; }

@media screen and (max-width: 1490px) {
  .add-campaign-container {
    padding: 2em 3%; } }

.upload-file {
  width: 100%;
  margin-bottom: 5px; }

.current-image {
  display: flex;
  margin: 1em 2em 0;
  align-items: center;
  justify-content: center;
  word-wrap: break-word; }
  .current-image img {
    width: 8em; }
  .current-image span {
    font-weight: 300;
    font-size: 1.4em;
    font-family: Nunito-Light, Arial, sans-serif;
    line-height: normal;
    margin-left: 1em; }

.file-preview {
  width: 100%;
  text-align: center;
  padding: 20px; }
  .file-preview img {
    max-width: 500px;
    max-height: 300px; }
  .file-preview img:not([src]) + .preview-loading.showed {
    display: block !important; }
  .file-preview img + .preview-loading, .file-preview img + .preview-loading.showed {
    display: none; }

#pleaseWaitLabel {
  margin-bottom: -30px; }

.file {
  font-size: 12em;
  color: #333; }
  .file:before {
    content: "\f016"; }
  .file.mp3:before {
    content: "\f1c7"; }
  .file.mp4:before {
    content: "\f1c8"; }
  .file.pdf:before {
    content: "\f1c1"; }
  .file.plain:before {
    content: "\f0f6"; }

.file-format-tab li {
  cursor: pointer; }

.file-format-tab .nav-tabs {
  border-bottom: none; }

.file-format-tab .nav-tabs > li.active > a {
  background-color: #EA5C58; }

.file-format-tab li:not(.active) {
  background-color: #bbb; }

.file-format-tab li.active {
  background-color: transparent; }

.file-format-tab .nav-tabs > li > a {
  width: 100%;
  border-radius: 0;
  background-color: #919CA2;
  color: #CACED1; }

.file-format-tab .nav-tabs > li > a:hover {
  color: #EAF0F8;
  background-color: rgba(145, 156, 162, 0.8); }

.file-format-tab .nav-tabs > li.active > a, .file-format-tab .nav-tabs > li.active > a:hover {
  color: #EAF0F8;
  background-color: #EA5C58; }

.container-fluid.error {
  text-align: center;
  padding-top: 100px; }

.error {
  font-weight: 300;
  font-size: 2rem;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  color: #555;
  display: block; }
  .error-id {
    font-size: 8em;
    padding: 0; }
  .error-header {
    font-size: 4em;
    margin-top: -40px;
    text-transform: uppercase;
    font-weight: bold; }
  .error-description {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 40%; }
    .error-description .caption {
      float: left;
      margin-right: 15px;
      font-size: 2.2em;
      font-weight: bold;
      text-transform: uppercase; }
    .error-description .description {
      font-size: 1em;
      text-align: left; }
  .error .homeButton {
    width: 250px;
    margin: 50px auto 100px; }

.panel-body-channel {
  padding: 0; }

.thumbnails-container.channel-thumbnail-1 {
  padding-top: 100%; }

.thumbnails-container.channel-thumbnail-2 {
  padding-top: calc(50% + 10px); }

.thumbnails-container + .thumbnails-container {
  margin-top: -20px; }

.thumbnails-container.channel-thumbnail-1, .thumbnails-container.channel-thumbnail-2 {
  position: relative;
  display: flex;
  width: 100%; }
  .thumbnails-container.channel-thumbnail-1 img, .thumbnails-container.channel-thumbnail-2 img {
    margin: auto; }

.thumbnails-container.channel-thumbnail-1 > div {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  overflow: hidden; }

.thumbnails-container.channel-thumbnail-2 > div {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px;
  width: calc(50% - 30px);
  height: calc(100% - 40px);
  overflow: hidden; }
  .thumbnails-container.channel-thumbnail-2 > div > img:before {
    content: " ";
    width: 1px;
    height: 100%;
    background-color: black; }
  .thumbnails-container.channel-thumbnail-2 > div:last-child {
    left: calc(50% - 10px); }

.thumbnails-container img {
  width: 100%; }

.thumbnails-container iframe {
  width: 400%;
  height: 400%;
  transform: scale(0.25);
  transform-origin: 0 0;
  border: none;
  backface-visibility: hidden; }

.thumbnails-container .image-handler {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.thumbnails-container .iframe-handler {
  position: relative;
  overflow: hidden; }

.thumbnails-container .iframe-box {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0;
  overflow: hidden; }

.thumbnails-container .iframe-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  background-color: aliceblue;
  opacity: 0.1;
  overflow: hidden; }

.panel .panel-heading-dashboard {
  padding: 8px 110px; }
  @media (max-width: 1439px) {
    .panel .panel-heading-dashboard {
      text-align: left;
      padding: 8px 110px 8px 8px; } }
  .panel .panel-heading-dashboard strong {
    word-break: break-all; }

.panel .tvmode-button {
  position: absolute;
  top: 9px;
  right: 23px; }
  .panel .tvmode-button a, .panel .tvmode-button a:visited {
    display: inline-block;
    width: 45px;
    height: 35px;
    background-image: url("/Content/Images/tvmode.png");
    background-size: cover; }
    .panel .tvmode-button a:hover, .panel .tvmode-button a:visited:hover {
      background-image: url("/Content/Images/tvmode_active.png"); }

.dashboard-colors {
  position: relative; }
  .dashboard-colors .status-current {
    position: relative;
    right: auto;
    top: auto;
    padding-top: 1em;
    border: none; }
    .dashboard-colors .status-current .detail-status {
      border: 3px solid #EEF3F9; }
      .dashboard-colors .status-current .detail-status .status-number {
        font-weight: 300;
        font-size: 1.1em;
        font-family: Nunito-Light, Arial, sans-serif;
        line-height: normal;
        color: #fff; }
    .dashboard-colors .status-current .status-color {
      display: flex;
      align-items: center;
      justify-content: center; }
    .dashboard-colors .status-current .status-tab-inactive {
      opacity: 0.4; }
  .dashboard-colors.inline .status-color-dropdown {
    padding: 0; }
  .dashboard-colors.inline .status-tab {
    display: inline-block;
    padding: 0.7em 2px; }
  .dashboard-colors.inline .status-description {
    display: none; }
  .dashboard-colors.inline .status-color {
    position: static; }

.dashboard-dropdown {
  position: absolute;
  top: 14px;
  right: 90px;
  font-size: 25px;
  cursor: pointer; }
  .dashboard-dropdown .glyphicon-option-horizontal {
    color: #fff; }
  .dashboard-dropdown.open .dropdown-toggle {
    background-color: transparent; }
  .dashboard-dropdown .status-choose {
    right: 0;
    left: auto; }
  .dashboard-dropdown .dropdown-menu {
    min-width: 200px; }
  .dashboard-dropdown .dashboard-dropdown-area {
    left: -14em;
    right: 0; }
  .dashboard-dropdown a {
    font-weight: 300;
    font-size: 1em;
    font-family: Nunito-Light, Arial, sans-serif;
    line-height: normal;
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(51, 51, 51, 0.6); }
    .dashboard-dropdown a:hover {
      text-decoration: none; }
  .dashboard-dropdown span {
    cursor: pointer; }
    .dashboard-dropdown span:hover {
      color: #EA5C58; }

.modal-body {
  color: #666; }

.row.campaign-tiles {
  margin: 0 auto;
  width: 78%; }

.tvmode-container {
  margin-bottom: 40px; }

.campaigns-grid {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  background-color: #f6f8fb; }
  .campaigns-grid .campaign-title {
    font-weight: 300;
    font-size: 2em;
    font-family: Nunito-Light, Arial, sans-serif;
    line-height: normal;
    display: inline-flex;
    width: 90px;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .campaigns-grid .campaign-title span {
      transform: rotate(-90deg);
      white-space: nowrap; }
  .campaigns-grid .campaigns-body {
    display: inline-block;
    width: calc(100% - 80px); }
    .campaigns-grid .campaigns-body .boxes {
      padding: 20px;
      display: flex;
      flex-wrap: wrap; }
      .campaigns-grid .campaigns-body .boxes .product-image {
        max-height: 500px;
        overflow: hidden; }
  .campaigns-grid:nth-child(2n) {
    background-color: #EEF3F9; }

.filters {
  padding: 30px 140px 10px;
  background-color: #f6f8fb; }

.filter-list {
  font-size: 1.2em;
  font-family: Nunito-Regular, Arial, sans-serif;
  line-height: normal;
  display: inline-block;
  list-style: none; }
  .filter-list li {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    overflow: hidden;
    text-overflow: ellipsis; }
    .filter-list li:before {
      content: " ";
      margin: 0 5px;
      font-size: 1.4em;
      font-weight: normal;
      color: #CACED1; }
    .filter-list li:not(.separator):before {
      content: " /"; }
    .filter-list li:hover {
      font-weight: bold; }
      .filter-list li:hover:before {
        font-weight: normal; }
    .filter-list li.checked {
      font-weight: bold;
      color: #EA5C58; }

.container-fluid.settings {
  min-height: 100%; }
  .container-fluid.settings > .row {
    display: flex;
    flex-direction: row;
    height: calc(100vh - 100px);
    margin: 0; }
  .container-fluid.settings .tabs-container {
    flex-grow: 4;
    position: relative;
    padding: 0;
    background-color: #fff;
    float: none;
    width: 300px;
    overflow: auto; }
    .container-fluid.settings .tabs-container a:not(.btn), .container-fluid.settings .tabs-container a.logout {
      display: block;
      width: 100%; }
      .container-fluid.settings .tabs-container a:not(.btn):hover, .container-fluid.settings .tabs-container a.logout:hover {
        background-color: whitesmoke; }
      .container-fluid.settings .tabs-container a:not(.btn) span, .container-fluid.settings .tabs-container a.logout span {
        display: inline-block;
        width: 90%;
        margin-left: 10%;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
        font-weight: 300;
        font-size: 1.4em;
        font-family: Nunito-Light, Arial, sans-serif;
        line-height: normal;
        text-decoration: none;
        color: #666; }
    .container-fluid.settings .tabs-container .active {
      background-color: #EA5C58;
      border-bottom: 1px solid #eee; }
      .container-fluid.settings .tabs-container .active span {
        border-bottom: none !important;
        color: #fff !important; }
      .container-fluid.settings .tabs-container .active:hover {
        background-color: #e74641 !important; }
  .container-fluid.settings a.logout {
    margin-top: 100px; }
    .container-fluid.settings a.logout i {
      margin-right: 10px;
      margin-top: 3px;
      font-size: 1em; }
    .container-fluid.settings a.logout span {
      padding-right: 20px !important;
      border-bottom: none !important;
      text-align: right;
      border-top: 1px solid #eee; }
  .container-fluid.settings .content-container {
    flex-grow: 4;
    padding: 2em 2em 70px 2em;
    color: #666;
    width: calc(100% - 300px);
    overflow: auto; }
  .container-fluid.settings .btn {
    margin-top: 0;
    box-shadow: none;
    text-align: left; }
    .container-fluid.settings .btn.btn-default {
      border: none;
      background-color: #b1afba;
      color: #fff; }
      .container-fluid.settings .btn.btn-default:hover {
        background-color: #a6a4b1; }
  .container-fluid.settings .title {
    border-bottom: 1px solid rgba(202, 206, 209, 0.5);
    font-weight: 300;
    font-size: 24px;
    font-family: Nunito-Light, Arial, sans-serif;
    line-height: normal;
    padding-bottom: 10px;
    color: #CACED1; }
  .container-fluid.settings .alert-list.inline {
    margin-right: 10px; }
  .container-fluid.settings .alerts {
    flex-grow: 4;
    text-align: right; }

.managementPanel {
  margin-top: 50px; }

.row-flex {
  display: flex;
  flex-direction: row; }

.users-dropdown span {
  font-size: 1.5em;
  color: #4B5964;
  cursor: pointer; }
  .users-dropdown span:hover {
    color: #EA5C58; }

.users-dropdown .header-row {
  color: #CACED1; }

.users-dropdown .users-dropdown-area {
  left: -14em;
  right: 0; }

.users-dropdown .accounts-dropdown-area {
  left: 0;
  right: 0; }

.users-dropdown a {
  font-weight: 300;
  font-size: 1em;
  font-family: Nunito-Light, Arial, sans-serif;
  line-height: normal;
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(51, 51, 51, 0.6);
  word-break: break-word; }
  .users-dropdown a:hover {
    text-decoration: none; }

.users-dropdown.open .dropdown-toggle {
  background-color: #286090; }

.users-dropdown.dropup .dropdown-menu {
  transform: translateY(calc(-100% - 37px)); }

.accounts-dropdown {
  padding-left: 20px; }
  .accounts-dropdown .accounts-button {
    padding: 0 15px 0 15px; }
  .accounts-dropdown .selected {
    background-color: #CACED1; }
