@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?mlw4o6');
  src:  url('../fonts/icomoon.eot?mlw4o6#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?mlw4o6') format('truetype'),
    url('../fonts/icomoon.woff?mlw4o6') format('woff'),
    url('../fonts/icomoon.svg?mlw4o6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.mc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-campanias:before {
  content: "\e900";
}
.icon-informes:before {
  content: "\e901";
}
.icon-listas:before {
  content: "\e902";
}
.icon-plantillas:before {
  content: "\e903";
}


@font-face {
  font-family: 'mcmenu';
  src:  url('../fonts/icomoonb.eot?6pp3ad');
  src:  url('../fonts/icomoonb.eot?6pp3ad#iefix') format('embedded-opentype'),
    url('../fonts/icomoonb.ttf?6pp3ad') format('truetype'),
    url('../fonts/icomoonb.woff?6pp3ad') format('woff'),
    url('../fonts/icomoonb.svg?6pp3ad#mcmenu') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mchelp';
  src:  url('../fonts/mchelp.eot?towa7h');
  src:  url('../fonts/mchelp.eot?towa7h#iefix') format('embedded-opentype'),
    url('../fonts/mchelp.ttf?towa7h') format('truetype'),
    url('../fonts/mchelp.woff?towa7h') format('woff'),
    url('../fonts/mchelp.svg?towa7h#mchelp') format('svg');
  font-weight: normal;
  font-style: normal;
}

.mc-menu {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mcmenu' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mc-menu:before {
    width: 30px;
}

.icon-menu-campania:before {
  content: "\e900";
}
.icon-menu-entitats:before {
  content: "\e901";
}
.icon-menu-informes:before {
  content: "\e902";
}
.icon-menu-listas:before {
  content: "\e903";
}
.icon-menu-plantillas:before {
  content: "\e904";
}

.icon-menu-entitats:before,
.icon-menu-listas:before,
.icon-menu-plantillas:before {
  position: relative;
  left: 2px;
}


/* Generated by Glyphter (http://www.glyphter.com) on  Mon Mar 25 2019*/
@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Glyphter.woff') format('woff'),
         url('../fonts/Glyphter.ttf') format('truetype'),
         url('../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
.mc-actions {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: -1px;
}

.icon-draft {
    font-family: "Font Awesome 5 Brands";
}

.icon-preparing {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-scheduled {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.icon-sent:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
    content: '\0043';
}

.icon-draft:before{content:"\f3a1";}
.icon-preparing:before{content:"\f110";}
.icon-sent:before{content:'\0043';}
.icon-scheduled:before{content:"\f073";}

.fa-grip-horizontal:before {
    position: relative;
    top: 0.5px;
}

.mc-help {
    font-family: 'mchelp' !important;
      speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mc-help:before {
  content: "\e900";
  color: #002b4f;
}


body {
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
}


input, button, select, textarea {
    font-family: Arial, sans-serif;
}

.navbar {
    color: #fff;
}

.navbar-inner {
	background-color: #333333;
}

.separator {
	display: none;
}

.bg-mc-primary {
	background-color: #d7dcdf;
}

.navbar-inner {
	min-height: 80px;
}

.navbar .brand {
	line-height: 70px;
}

.navbar .btn-group {
	top: 25px;
}

.alignv-center {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}


.navbar .btn-group.pull-right .btn-inverse,
.navbar .btn-group.pull-right .btn-white {
    background-color: #333333;
    border: none;
    padding: 10px;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    box-shadow: none;
    padding-right: 0;
    padding-left: 5px;
}

.navbar .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
}


.nav-list .nav-header {
    font-size: 17px;
    text-shadow: none;
    background: #d7dcdf;
    text-transform: uppercase;
    font-weight: 400;
    color: #182D4B;
    padding: 7px 0 7px 30px;
    line-height: 36px;
}


.sidebar-box {
    padding-top: 0;
}

.nav-list > li > a {
    padding: 4px 21px;
    color: #013C5B;
    opacity: .5;
    font-size: 16px;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li > a:hover,
#accordion2 .list-group-item:hover {
    text-decoration: none;
    background-color: transparent;
    opacity: 1;
}

.nav-list > .active > a, .nav-list > .active > a:hover {
    color: #013C5B;
    text-shadow: none;
    background-color: transparent;
}

.sidebar-box ul li.active a {
    color: #013C5B;
    text-shadow: none;
    background: transparent;
    opacity: 1;
}

.sidebar-box .nav-list [class^="icon-"] {
    margin-right: 12px;
    top: 0;
    position: relative;
    font-size: 18px;
}

.nav-list > li > a,
#accordion2 .list-group-item {
    padding: 10px 20px;
    color: #013C5B;
    opacity: .5;
    font-size: 16px;
}

.mc-container h2 {
    padding: 7px 0 7px 30px;
    background: #D7DCDF;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 17px;
    color: #182D4B;
    margin-top: 1px;
}

.mc-dropdown {
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.mc-btn-primary {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #1C3553;
    outline: 0;
}
.mc-btn-primary:hover,
.mc-btn-primary:focus,
.mc-btn-primary:active,
.mc-btn-primary.active,
.mc-btn-primary.disabled,
.mc-btn-primary[disabled] {
	color: #FFFFFF;
	background-color: #162940;
    outline: 0;
}

.mc-btn-gray {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.mc-btn-gray.active, 
.mc-btn-gray:active,
.mc-btn-gray:hover {
    background-color: #e6e6e6;
}

.dropdown-menu {
    border-radius: 0;
}

.mc-dropdown-menu {
    border-radius: 0;
}

.dataTable td {
    color: #666767;
    vertical-align: middle;
}

.dataTable .mc-tracking .label,
.label.mc-label {
    background-color: #1c3553;
}

.dataTable .mc-tracking > div:last-child {
    margin-top: 8px;
}

.dataTable .mc-tracking > div > span:first-child {
    width: 88px;
    display: inline-block;
}

/*.dt-checkboxes-cell input[type="checkbox"] {
    opacity: 0;
}*/

.duplicate-btn,
.delete-campaign {
    display: block;
    margin-bottom: 8px;
}

.duplicate-btn button,
.delete-campaign button {
    font-size: 11px;
    width: 145px;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.duplicate-btn button:hover,
.duplicate-btn button:active {
    background-color: #e6e6e6;
}

.delete-campaign button:hover,
.delete-campaign button:active {
    background-color: #e6e6e6;
}

.delete-campaign button {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}



#mc-table_wrapper .input-append .add-on i:before,
.mc-subscribers .input-append .add-on i:before {
    cursor: pointer;
}

#mc-table_wrapper .input-append .add-on,
.mc-subscribers .add-on  {
    cursor: pointer;
    background: #D7DCDF;
}

.mc-subscribers .add-on {
    position: relative;
    right: 2px;
    border-left: 0;   
}


#mc-table_filter {
    display: none;
}

.dt-buttons {
    margin-bottom: 25px;
}

div.dataTables_filter .input-append .add-on:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

#mc-table {

}

#mc-table tr td:nth-of-type(3) a:nth-of-type(1) {
    font-size: 14px;
    color: #182D4B;
    font-weight: 600;
}


#mc-table tr {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

#mc-table thead tr {
    border: none;
}

#mc-table [data-filter] {
    width: 25px;
    text-align: center;
}

#mc-table [data-filter="preparing"] .mc-actions {
	color: #f89406;
}

#mc-table [data-filter="draft"] .mc-actions {
	color: #999999;
}


#mc-table [data-filter="scheduled"] .mc-actions {
	color: #3a87ad;
}

#mc-table [data-filter="sent"] .mc-actions {
    color: #468847;
}

#mc-table .btn > a:hover {
	color: #262626;
}

.cctest {
	width: 35px !important;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: #1c3553;
}

.navbar-inner .dropdown-menu li > a:hover, .navbar-inner .dropdown-menu .active > a, .navbar-inner .dropdown-menu .active > a:hover {
    background-color: #333333;
}



.mc-selector-lang {
    float: right;
    position: relative;
    top: 25px;
    margin-right: 10px;
}

.mc-selector-lang .btn-group {
    top: 0;
}

.mc-selector-lang .btn-group .btn {
    padding: 10px 0 !important;
}

.mc-selector-lang--item {
    border: none !important;

}

.mc-selector-lang--item:hover {
    text-decoration: underline;
}

.mc-selector-lang--separator {
    border: none !important;
    border-left: 1px solid #fff !important;
    position: relative;
    top: 9px;
}

.sidebar-nav.sidebar-box li span,
#accordion2 .list-group-item span {
    position: relative;
    bottom: 6px;
    left: 5px;
}


.table-striped tbody tr:nth-child(odd) td, 
.table-striped tbody tr:nth-child(odd) th {
    background-color: #edf0f0;
}

#mc-table_wrapper {
    padding: 0 30px 40px;
}

.span9 {
    /*background: #fff;*/
}

.dataTables_info {
    display: none;
}

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


#mc-wrapper {
    padding: 0 30px 10px;
    margin-bottom: 80px;
}

#mc-wrapper .well {
    background: #d8dcde;
    padding: 15px;
}

#mc-wrapper .well .badge {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#mc-wrapper .well .badge-success {
    background-color: #35a89f;
}

#mc-wrapper .well .badge-info {
    background-color: #288fa8;
}

#mc-wrapper .well .badge-important {
    background-color: #ee7660;
}

#mc-wrapper .well .badge-inverse {
    background-color: #9851d6;
}

#mc-wrapper .well .badge-spam {
    background-color: #003d5c;
}

#mc-wrapper .well .label {
    background-color: #717f82;
}

.highcharts-axis > text:first-child {
    display: none;
}

.highcharts-axis > text:last-child {
    letter-spacing: 4px;
}

footer {
    background: #000;
    color: #fff;
    font-size: 11px;
}

footer a {
    color: #fff;
}

footer p {
    margin: 10px 0 0;
}


/* Sticky footer styles
  -------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -56px;
}

/* Set the fixed height of the footer here */
footer {
    height: 56px;
    padding-top: 0 !important;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#wrap > .container,
#wrap > .container-fluid {
    padding-top: 200px;
    padding-top: 150px;
}

/*se aplica en el contenedor del grafico de reportes un alto minimo para que funcione el footer fixed en su vista correspondiente */
#container {
    min-height: 300px;
}

.bg-white {
    background: #fff;
    margin-bottom: 9%;
}

.mc-title--editor {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 17px !important;
    color: #182D4B;
    margin-top: 16px;
    padding: 0;
    line-height: 16px !important;
    position: relative;
    top: 2px;
}

.mc-thumbnail {
    max-width: 70px;
    transition: transform .2s;
}

.mc-thumbnail:hover {
  transform: scale(6.5);
}

#mc-table_paginate > .pagination {
 
}

#pagination {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    float: right;
    margin-bottom: 30px;
}

.app #mc-table_wrapper {
    padding-bottom: 0;
}

.icon-align-justify:before {
    font-family: FontAwesome;
}

.mc-all strong {
    font-weight: normal;
    position: relative;
    top: 1px;
}

.send-to .nav-list > li > a {
    font-size: 12px;
}

.mc-active {
    text-decoration: underline;
}

.dt-checkboxes-cell {
    display: none;
}

.mc-sent-date {
    width: 70px;
}

.well.cc-white {
    background-color: #fff;
}

.mc-btn-gray--block {
    display: block;
}

.mc-hide {
    display: none !important;
}

/*checkbox css */

/* The container */
.ccontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.ccontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.ccheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.ccontainer:hover input ~ .ccheckmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ccontainer input:checked ~ .ccheckmark {
  background-color: #1C3553;
}

/* Create the checkmark/indicator (hidden when not checked) */
.ccheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ccontainer input:checked ~ .ccheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ccontainer .ccheckmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cclabel {
    position: relative;
    top: 4px;
}

.pt-0 {
    padding-top: 0;
}

.pt-0 {
    padding-top: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

#schedule-form {
    margin: 0;
}

#mc-faq {
    padding: 15px 30px;
}

#mc-faq  h3 {
    color: #013C5B !important;
    margin-bottom: 8px !important;
}

#mc-faq h2 {
    background: transparent;
    text-transform: initial;
    color: initial;
    font-size: 24px;
}

#mc-faq p {
    font-size: 14px;
    line-height: 20px;
}


.container-items-faq {
    padding: 7px 0 7px 30px;
    background: #D7DCDF;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 17px;
    color: #182D4B;
    align-items: center;
    display: flex;
}

.container-items-faq h2 {
    padding: 0;
    background: transparent;
}

.container-items-faq ul {
    list-style: none;
    margin: 0;
}

.container-items-faq li {
    display: inline;
    margin-left: 10px;
    text-transform: initial;
}

#popup_images .upload-images {
    display: none;
}

@media (max-width: 991px) {
	.mc-selector-lang {
		top: 0;
	}
}


@media print {    
    .no-print {
        display: none !important;
    }

    #wrap > .container, #wrap > .container-fluid {
        padding-top: 0 !important;
    }

    body {
        background: #fff !important;
    }
}


