/* Scss Document */
/* Scss Document */
html {
  height: 100%; }

.bg-gray1 {
  background-color: #f1f4f7; }

.bg-primary1 {
  background-color: #313c58; }

.bglogin {
  background: url("../images/bg-login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.v-container {
  display: table;
  width: 100%;
  height: 100%; }
  .v-container .v-content {
    display: table-cell;
    vertical-align: middle; }

.simbolo {
  width: 90px;
  height: auto; }

.logo-marketalia {
  width: 80%;
  max-width: 300px;
  height: auto;
  margin-top: 20px;
  left: 20px;
  position: absolute; }
  @media screen and (max-width: 575px) {
    .logo-marketalia {
      position: relative;
      margin-left: auto;
      margin-right: auto; } }

.border-login {
  border-radius: 40px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 0px;
  padding: 50px !important;
  background-color: rgba(255, 255, 255, 0.5) !important; }
  @media screen and (max-width: 575px) {
    .border-login {
      padding: 20px !important; } }

div.loading-box {
  position: relative; }
  div.loading-box.loading::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: white;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 2;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s; }

div.loading-screen.loading::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  z-index: 2;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s; }

.number-spinner {
  height: 40px; }
  .number-spinner a {
    display: block;
    float: left;
    background: #313c58;
    width: 30px;
    height: 30px;
    text-align: center;
    color: white !important;
    border-radius: 50%;
    margin-top: 7px;
    padding-top: 4px;
    cursor: pointer; }
  .number-spinner input {
    display: block;
    width: 65px;
    height: 100%;
    float: left;
    border: solid 1px gray;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px; }

ul.pagination li {
  margin-right: 10px; }

.sidebar .sidebar-brand {
  height: auto; }

.sidebar .nav-item .nav-link {
  font-size: 1.2em; }
  .sidebar .nav-item .nav-link i {
    color: rgba(255, 255, 255, 0.7);
    font-size: .8em; }
  .sidebar .nav-item .nav-link span {
    font-size: .8em; }

.topbar {
  height: 3em; }
  .topbar .nav-item .nav-link {
    height: auto; }

.breadcrumb {
  border-radius: 0; }
  .breadcrumb li {
    font-size: 14px; }

.accounts-list {
  min-height: 100px; }
  .accounts-list h3 {
    font-size: 16px;
    text-align: left;
    border-bottom: solid 1px;
    padding-bottom: 10px; }

.tracking ul.head {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px;
  text-align: center; }
  .tracking ul.head li {
    width: 24%;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    margin: 0;
    padding: 10px; }
    .tracking ul.head li span.title {
      font-size: 10px;
      text-transform: uppercase;
      display: inline-block;
      width: 100%; }

.campaign-selector ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.action-configurator .label {
  line-height: 1.2em; }
.action-configurator ul.sel-items {
  list-style: none;
  margin: 0;
  padding: 0; }
  .action-configurator ul.sel-items li {
    display: inline-block; }
    .action-configurator ul.sel-items li a {
      width: 60px;
      text-align: center;
      font-size: 11px;
      display: inline-block;
      border: solid 2px rgba(221, 221, 221, 0.2);
      margin-right: 2px;
      padding: 2px;
      cursor: pointer; }
      .action-configurator ul.sel-items li a.active {
        border: solid 2px #313c58; }
      .action-configurator ul.sel-items li a img {
        width: 100%;
        height: auto;
        display: inline-block; }

.actions .actions-results img.icon {
  width: 40px;
  height: auto; }

.box-search {
  display: none; }
  .box-search.active {
    display: block; }
  .box-search .resultados {
    position: absolute;
    left: 0;
    top: 2px;
    width: 400px;
    border: solid 1px #ddd;
    max-height: 300px;
    overflow-y: scroll;
    z-index: 2;
    background: white;
    padding: 20px; }
    .box-search .resultados ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .box-search .resultados ul li {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: solid 1px #ddd; }
        .box-search .resultados ul li a {
          cursor: pointer; }
