@charset "UTF-8";
/* CSS Personalizado */
@import url("https://fonts.googleapis.com/css?family=Roboto");
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.smaller {
  font-size: 70%; }

.normal-weight {
  font-weight: 300; }

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

.m-t-0 {
  margin-top: 0 !important; }

.m-t-s {
  margin-top: 5px; }

.m-t {
  margin-top: 20px; }

.m-t-l {
  margin-top: 40px; }

.m-t-xl {
  margin-top: 80px; }

.m-t-xxl {
  margin-top: 160px; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-b-s {
  margin-bottom: 5px; }

.m-b {
  margin-bottom: 20px; }

.m-b-l {
  margin-bottom: 40px; }

.m-b-xl {
  margin-bottom: 80px; }

.m-b-xxl {
  margin-bottom: 160px; }

.m-l-0 {
  margin-left: 0 !important; }

.m-l-s {
  margin-left: 5px; }

.m-l {
  margin-left: 20px; }

.m-l-l {
  margin-left: 40px; }

.m-l-xl {
  margin-left: 80px; }

.m-l-xxl {
  margin-left: 160px; }

.m-r-0 {
  margin-right: 0 !important; }

.m-r-s {
  margin-right: 5px; }

.m-r {
  margin-right: 20px; }

.m-r-l {
  margin-right: 40px; }

.m-r-xl {
  margin-right: 80px; }

.m-r-xxl {
  margin-right: 160px; }

.p-t-0 {
  padding-top: 0 !important; }

.p-t-s {
  padding-top: 5px; }

.p-t {
  padding-top: 20px; }

.p-t-l {
  padding-top: 40px; }

.p-t-xl {
  padding-top: 80px; }

.p-t-xxl {
  padding-top: 160px; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-b-s {
  padding-bottom: 5px; }

.p-b {
  padding-bottom: 20px; }

.p-b-l {
  padding-bottom: 40px; }

.p-b-xl {
  padding-bottom: 80px; }

.p-b-xxl {
  padding-bottom: 160px; }

.p-l-0 {
  padding-left: 0 !important; }

.p-l-s {
  padding-left: 5px; }

.p-l {
  padding-left: 20px; }

.p-l-l {
  padding-left: 40px; }

.p-l-xl {
  padding-left: 80px; }

.p-l-xxl {
  padding-left: 160px; }

.p-r-0 {
  padding-right: 0 !important; }

.p-r-s {
  padding-right: 5px; }

.p-r {
  padding-right: 20px; }

.p-r-l {
  padding-right: 40px; }

.p-r-xl {
  padding-right: 80px; }

.p-r-xxl {
  padding-right: 160px; }

.c-main-xl {
  color: #6dd1ff; }

.c-main-l {
  color: #3cc1ff; }

.c-main {
  color: #0bb2ff; }

.c-main-d {
  color: #098ecc; }

.c-main-xd {
  color: #076b99; }

.c-gr-xxxxl {
  color: #f6f6f6; }

.c-gr-xxxl {
  color: #ededed; }

.c-gr-xxl {
  color: #dbdbdb; }

.c-gr-xl {
  color: #cacaca; }

.c-gr-l {
  color: #b8b8b8; }

.c-gr {
  color: #a6a6a6; }

.c-gr-d {
  color: #858585; }

.c-gr-xd {
  color: #646464; }

.c-gr-xxd {
  color: #424242; }

.c-gr-xxxd {
  color: #212121; }

.c-gr-xxxxd {
  color: #111111; }

.bg-c-gr-xxxxl {
  background-color: #f6f6f6; }

.bg-c-gr-xxxl {
  background-color: #ededed; }

.bg-c-gr-xxl {
  background-color: #dbdbdb; }

.bg-c-gr-xl {
  background-color: #cacaca; }

.bg-c-gr-l {
  background-color: #b8b8b8; }

.bg-c-gr {
  background-color: #a6a6a6; }

.bg-c-gr-d {
  background-color: #858585; }

.bg-c-gr-xd {
  background-color: #646464; }

.bg-c-gr-xxd {
  background-color: #424242; }

.bg-c-gr-xxxd {
  background-color: #212121; }

.bg-c-gr-xxxxd {
  background-color: #111111; }

.c-r,
.red,
.rojo {
  color: #d0021b !important; }

.c-y-d {
  color: #cc9e00 !important; }

.c-gn,
.green,
.verde {
  color: #7ed321 !important; }

.bg-c-r {
  background-color: #d0021b; }

.bg-c-y {
  background-color: #ffc600; }

.bg-c-gn {
  background-color: #7ed321; }

.alerta {
  border: 2px solid #ffc600;
  background-color: #ffedaf;
  padding: 10px; }

.border-top {
  border-top: 1px solid #cacaca; }

.border-bottom {
  border-bottom: 1px solid #cacaca; }

.btn {
  text-transform: uppercase; }
  .btn.disabled {
    background-color: #a6a6a6; }
  .btn.btn-linea {
    background-color: rgba(255, 255, 255, 0.9);
    color: #0bb2ff;
    border: 1px solid #0bb2ff; }
    .btn.btn-linea:hover {
      background-color: white;
      color: black;
      border: 1px solid black; }
    .btn.btn-linea.disabled {
      background-color: rgba(255, 255, 255, 0.9);
      color: #a6a6a6;
      border: 1px solid #a6a6a6; }
    .btn.btn-linea.btn-danger {
      color: #d0021b;
      border-color: #d0021b; }
  .btn.btn-primary, .btn.btn-default {
    background-color: #0bb2ff;
    color: white;
    border-color: #0bb2ff; }
    .btn.btn-primary:hover, .btn.btn-default:hover {
      background-color: black;
      color: white;
      border-color: black; }
    .btn.btn-primary.btn-danger, .btn.btn-default.btn-danger {
      background-color: #d0021b;
      border-color: #d0021b; }
  .btn.btn-texto, .btn.btn-link {
    background-color: transparent;
    color: #0bb2ff; }
    .btn.btn-texto:hover, .btn.btn-link:hover {
      background-color: transparent;
      color: black; }
    .btn.btn-texto.disabled, .btn.btn-link.disabled {
      background-color: transparent;
      color: #a6a6a6; }
  .btn.btn-icon-circle {
    border-radius: 200px;
    padding: 20px; }
    .btn.btn-icon-circle span {
      float: left; }
  .btn.btn-xs {
    font-size: 10px;
    padding: 6px 12px; }
  .btn.btn-icon {
    border: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    border-radius: 2px; }
    .btn.btn-icon:hover {
      background-color: #ededed; }
    .btn.btn-icon img,
    .btn.btn-icon svg,
    .btn.btn-icon .glyphicon {
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 18px;
      display: block;
      color: inherit !important; }
  .btn.btn-icon-fit {
    padding: 0;
    font-size: 18px; }
    .btn.btn-icon-fit:hover, .btn.btn-icon-fit:focus {
      text-decoration: none; }
    .btn.btn-icon-fit .glyphicon {
      display: block;
      color: inherit !important; }

.btn-back {
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block; }

.item-details,
.grey-sm-txt,
.desc_peq {
  color: #a6a6a6;
  font-size: 12px;
  margin-bottom: 5px; }
  .item-details.small,
  .grey-sm-txt.small,
  .desc_peq.small {
    font-size: 10px; }

.upper-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700 !important; }
  .upper-title.sm {
    font-size: 10px; }
  .upper-title.lg {
    font-size: 14px; }
  .upper-title.grey {
    font-weight: 400;
    color: #a6a6a6; }

.container-xl,
.container-full {
  width: 100%; }

.container-sm {
  max-width: 850px; }

.page-container {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 992px; }
  .page-container > .container:last-child {
    margin-bottom: 180px; }

.messages-container {
  width: 100%;
  padding-top: 20px; }

body.bando {
  background-repeat: no-repeat;
  font-weight: 400;
  font-family: "Roboto", Helvetica, "sans-serif" !important;
  min-width: 992px; }
  body.bando .titular {
    font-weight: 700;
    font-size: 20px; }
  body.bando h1 {
    font-weight: 700;
    font-size: 20px;
    border-bottom: 0; }
  body.bando h3 {
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700; }
  body.bando h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0px; }
  body.bando .sidebar {
    margin: 0 0 20px 0; }
    body.bando .sidebar h1 {
      margin-top: 10px; }
    body.bando .sidebar ul {
      margin-left: 0px; }
      body.bando .sidebar ul a {
        font-size: 14px;
        color: #a6a6a6;
        padding-left: 10px; }
        body.bando .sidebar ul a .glyphicon {
          margin-right: 10px; }
  body.bando hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  body.bando .mensajes {
    border-right: 1px #eee solid; }
  body.bando .main .row {
    margin: 20px 20px 0 20px; }
  body.bando .main {
    margin-top: 20px; }
  body.bando .estado-borrador,
  body.bando .estado-publicado,
  body.bando .estado-programado,
  body.bando .estado-cancelado,
  body.bando .status-green,
  body.bando .status-grey,
  body.bando .status-draft,
  body.bando .status-published,
  body.bando .status-black,
  body.bando .status-scheduled,
  body.bando .status-red,
  body.bando .status-canceled,
  body.bando .status-archived,
  body.bando .status-outline {
    background-color: #b8b8b8;
    color: white;
    letter-spacing: 1px;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 100px;
    margin-right: 2px;
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    body.bando .estado-borrador.status-sm,
    body.bando .estado-publicado.status-sm,
    body.bando .estado-programado.status-sm,
    body.bando .estado-cancelado.status-sm,
    body.bando .status-green.status-sm,
    body.bando .status-grey.status-sm,
    body.bando .status-draft.status-sm,
    body.bando .status-published.status-sm,
    body.bando .status-black.status-sm,
    body.bando .status-scheduled.status-sm,
    body.bando .status-red.status-sm,
    body.bando .status-canceled.status-sm,
    body.bando .status-archived.status-sm,
    body.bando .status-outline.status-sm {
      font-size: 9px;
      padding: 2px 10px; }
  body.bando .status-grey,
  body.bando .status-draft {
    color: #333;
    text-shadow: none; }
  body.bando .estado-publicado,
  body.bando .status-green,
  body.bando .status-published {
    background-color: #65a91a; }
  body.bando .status-black {
    background-color: black; }
  body.bando .estado-programado,
  body.bando .status-scheduled {
    background-color: #314d8b; }
  body.bando .estado-cancelado,
  body.bando .status-red,
  body.bando .status-canceled {
    background-color: #d0021b; }
  body.bando .status-archived,
  body.bando .status-outline {
    background-color: white;
    color: #a6a6a6;
    border: 1px solid #a6a6a6;
    text-shadow: none; }
  body.bando .navbar-nav {
    margin: 0; }
    body.bando .navbar-nav > li {
      float: left; }
  body.bando .navbar-header {
    float: left; }
  body.bando .user-profile-menu {
    float: right; }
  body.bando .channel-navbar {
    min-width: 992px; }
    body.bando .channel-navbar a {
      line-height: 55px;
      height: 55px;
      padding-top: 0;
      padding-bottom: 0; }
  body.bando .channel-selector .institucion-header {
    max-width: 200px;
    display: inline-block;
    vertical-align: bottom;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 20px;
    white-space: nowrap;
    margin-left: 40px; }
  body.bando .channel-selector .dropdown-menu a {
    padding-bottom: 15px;
    padding-top: 15px; }
  body.bando .channel-selector .channel-avatar {
    margin-right: 10px; }
  body.bando .channel-selector .channel-actual {
    position: relative;
    padding: 15px;
    padding-right: 20px;
    line-height: 25px;
    display: inline-block;
    color: white;
    font-size: 14px;
    border-right: 1px solid #3cc1ff; }
    body.bando .channel-selector .channel-actual:hover, body.bando .channel-selector .channel-actual:focus {
      border-right-color: #3cc1ff; }
    body.bando .channel-selector .channel-actual .channel-avatar {
      position: absolute;
      top: 12px;
      left: 12px; }
  body.bando .navbar-inverse {
    background-color: #0bb2ff;
    border-radius: 0;
    border: none;
    margin-bottom: 0px;
    color: white; }
    body.bando .navbar-inverse li.logo a {
      padding: 10px; }
    body.bando .navbar-inverse a.dropdown-toggle {
      color: white;
      font-size: 12px; }
    body.bando .navbar-inverse a.menu_option {
      text-transform: uppercase;
      color: #cef0ff;
      font-size: 12px;
      padding-left: 8px;
      padding-right: 8px; }
    body.bando .navbar-inverse.superadmin li.active a,
    body.bando .navbar-inverse li.active a {
      color: white;
      background-color: transparent;
      box-sizing: border-box; }
      body.bando .navbar-inverse.superadmin li.active a:before,
      body.bando .navbar-inverse li.active a:before {
        content: "";
        background-color: #ffc600;
        height: 5px;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0; }
      body.bando .navbar-inverse.superadmin li.active a:hover, body.bando .navbar-inverse.superadmin li.active a:focus,
      body.bando .navbar-inverse li.active a:hover,
      body.bando .navbar-inverse li.active a:focus {
        background-color: transparent;
        outline: none; }
    body.bando .navbar-inverse .navbar-nav > .open > a, body.bando .navbar-inverse .navbar-nav > .open > a:hover, body.bando .navbar-inverse .navbar-nav > .open > a:focus {
      background-color: #098ecc; }
    body.bando .navbar-inverse.superadmin {
      background-color: #232d41;
      min-height: 40px; }
      body.bando .navbar-inverse.superadmin a.menu_option,
      body.bando .navbar-inverse.superadmin a.dropdown-toggle {
        color: #ccdaf9;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px; }
        body.bando .navbar-inverse.superadmin a.menu_option:hover,
        body.bando .navbar-inverse.superadmin a.dropdown-toggle:hover {
          color: white; }
      body.bando .navbar-inverse.superadmin .navbar-nav > .open > a, body.bando .navbar-inverse.superadmin .navbar-nav > .open > a:hover, body.bando .navbar-inverse.superadmin .navbar-nav > .open > a:focus {
        background-color: #314d8b; }
  body.bando .navbar-right {
    margin-right: 0px; }
  body.bando .channel-navbar,
  body.bando .superadmin {
    position: absolute;
    width: 100%;
    z-index: 5;
    min-width: 992px;
    top: 0; }
  body.bando .superadmin {
    z-index: 10; }
  body.bando.is_superadmin .page-container {
    top: 40px; }
  body.bando.current_channel .page-container {
    top: 55px; }
  body.bando.is_superadmin.current_channel .channel-navbar {
    top: 40px; }
  body.bando.is_superadmin.current_channel .page-container {
    top: 95px; }
  body.bando .submenu {
    margin-bottom: 40px; }
    body.bando .submenu .nav {
      margin-bottom: 0; }
    body.bando .submenu ul {
      border-bottom: 1px solid #a6a6a6;
      margin-bottom: 20px;
      margin-left: 0px; }
    body.bando .submenu li {
      border: none; }
    body.bando .submenu a {
      padding-bottom: 5px;
      text-transform: uppercase;
      color: #a6a6a6;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 3px solid transparent;
      font-size: 12px; }
      body.bando .submenu a:hover, body.bando .submenu a:focus {
        background-color: transparent;
        color: #314d8b; }
  body.bando .nav-tabs > li > a {
    border: none; }
  body.bando .nav-tabs > li.active > a {
    border-bottom: 3px solid #314d8b;
    color: #314d8b; }
    body.bando .nav-tabs > li.active > a:focus, body.bando .nav-tabs > li.active > a:hover {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 3px solid #314d8b;
      color: #314d8b; }
  body.bando .breadcrumbs {
    font-size: 12px; }
  body.bando .modal {
    text-align: center;
    padding: 0 !important; }
    body.bando .modal:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -4px; }
  body.bando .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  body.bando .modal-title {
    font-weight: 700; }
  body.bando .icon_normal {
    width: 20px; }
  body.bando .panelborder {
    padding: 40px; }
  body.bando form label {
    font-weight: 400; }
  body.bando .contenido-desplegado-radio {
    margin-top: 20px; }
  body.bando .btn-file {
    position: relative;
    overflow: hidden; }
    body.bando .btn-file input[type=file] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 100px;
      text-align: right;
      filter: alpha(opacity=0);
      opacity: 0;
      outline: none;
      background: white;
      cursor: inherit;
      display: block; }
  body.bando .btn-dragdrop {
    background-color: transparent;
    color: #0bb2ff;
    border: 1px dashed #a6a6a6;
    text-align: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 0; }
  body.bando .pagination > .active > a, body.bando .pagination > .active > a:focus, body.bando .pagination > .active > a:hover, body.bando .pagination > .active > span, body.bando .pagination > .active > span:focus, body.bando .pagination > .active > span:hover {
    background-color: #0bb2ff;
    border-color: #0bb2ff;
    color: white; }
  body.bando .pagination > li > a, body.bando .pagination > li > span {
    color: #0bb2ff; }

.main-header {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white; }
  .main-header .page-title {
    margin: 0 !important;
    font-size: 28px;
    font-weight: normal; }
  .main-header .main-header-buttons {
    float: right;
    text-align: right; }
  .main-header .editable-input {
    margin-left: -5px; }
  .main-header .btn-back {
    position: absolute;
    top: -20px;
    left: 15px; }

.bando .publish-content .switch {
  font-weight: 300; }
.bando .publish-content .publish-optional {
  display: none; }
.bando .publish-content .bordered {
  position: relative;
  padding: 40px 40px 0 40px;
  border: 1px solid #cacaca;
  margin: 0; }
  .bando .publish-content .bordered h4 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 28px; }
  .bando .publish-content .bordered .buttons-block {
    position: absolute;
    top: 40px;
    right: 40px; }
  .bando .publish-content .bordered label {
    font-weight: 300; }
  .bando .publish-content .bordered .bordered-content {
    margin-bottom: 40px; }

.main-header.fixed {
  position: fixed;
  width: 100%;
  top: 40px;
  z-index: 5;
  padding-bottom: 30px;
  -webkit-box-shadow:  0 0 0 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow:  0 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow:  0 0 0 0 rgba(0, 0, 0, 0.4);
  -moz-transition: box-shadow 0.1s linear;
  -o-transition: box-shadow 0.1s linear;
  -webkit-transition: box-shadow 0.1s linear;
  -ms-transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear; }
  .main-header.fixed + .container {
    padding-top: 140px; }
  .main-header.fixed.scrolled {
    -webkit-box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.4);
    -moz-transition: box-shadow 0.1s linear;
    -o-transition: box-shadow 0.1s linear;
    -webkit-transition: box-shadow 0.1s linear;
    -ms-transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear; }

.fixed-aside-right,
.fixed-aside-left {
  position: fixed !important;
  height: 100%;
  z-index: 4;
  top: 40px;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 0;
  max-width: 80vw;
  background-color: white;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out; }
  .fixed-aside-right .fixed-aside-container,
  .fixed-aside-left .fixed-aside-container {
    width: 500px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.fixed-aside-right {
  right: 0;
  border-left: 1px solid #dbdbdb; }

.fixed-aside-left {
  left: 0;
  border-right: 1px solid #dbdbdb; }

.left-aside-open .fixed-aside-left {
  width: 500px; }

.right-aside-open .fixed-aside-right {
  width: 500px; }

.current_channel .main-header.fixed {
  top: 55px; }
.current_channel .fixed-aside-right,
.current_channel .fixed-aside-left {
  top: 55px; }

.is_superadmin.current_channel .main-header.fixed {
  top: 95px; }
.is_superadmin.current_channel .fixed-aside-right,
.is_superadmin.current_channel .fixed-aside-left {
  top: 95px; }

.loading-block::before {
  content: "";
  background-color: rgba(204, 218, 249, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }
.loading-block::after {
  font-family: 'Glyphicons Halflings';
  content: "\e031";
  position: absolute;
  line-height: 54px;
  height: 50px;
  width: 50px;
  top: calc( 50% - 25px );
  left: calc( 50% - 25px );
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  z-index: 2;
  font-size: 50px; }

/* rules */
.data {
  margin-bottom: 0; }
  .data dt {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0; }
  .data dd {
    font-size: 18px; }
  .data.large-data dd {
    font-size: 28px; }

.container_regla,
.container_rule {
  background-color: #ededed;
  border-radius: 5px;
  border-left: 6px solid #314d8b;
  padding: 8px 40px 8px 40px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative; }
  .container_regla .rule-icon,
  .container_rule .rule-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    font-size: 18px; }
  .container_regla .rule-delete, .container_regla .rule-right-icon,
  .container_rule .rule-delete,
  .container_rule .rule-right-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
    padding: 0;
    width: 25px;
    height: 25px;
    position: absolute; }
  .container_regla form,
  .container_rule form {
    margin: 0; }
  .container_regla .form-group,
  .container_rule .form-group {
    display: inline-block;
    max-width: 100%; }
    .container_regla .form-group .form-control,
    .container_rule .form-group .form-control {
      max-width: 100%; }
  .container_regla .txt-inline,
  .container_rule .txt-inline {
    color: #858585;
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px; }
  .container_regla.interaction-rule .row,
  .container_rule.interaction-rule .row {
    margin-left: 0;
    margin-right: 0; }
  .container_regla.interaction-rule .interaction-select,
  .container_rule.interaction-rule .interaction-select {
    max-width: 250px; }
  .container_regla .child-rule,
  .container_rule .child-rule {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 2px 30px 2px 5px;
    background-color: #dbdbdb;
    border-radius: 5px; }

.modal-body #map {
  height: 300px; }

.modal-list {
  width: 450px; }
  .modal-list .modal-body {
    height: 300px; }
  .modal-list .results {
    line-height: 2;
    padding-left: 10px; }
  .modal-list .enter-list textarea {
    resize: none;
    width: 100%;
    height: 150px; }

.bando select.form-control + .chosen-container-multi .chosen-choices {
  padding: 0 3px; }
  .bando select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
    padding: 2px 24px 2px 5px;
    margin: 3px 6px 0 0; }
    .bando select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      top: 6px; }
  .bando select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding: 7px 0 0 7px; }

.bando .container_regla.lista,
.bando .container_rule.lista {
  border-left: 6px solid #ffc600;
  padding-bottom: 10px; }

.bando .container_regla.interaccion,
.bando .container_rule.interaccion {
  border-left: 6px solid #d0021b; }

.rules {
  margin-top: 60px; }
  .rules .form-grouṕ {
    display: inline-block !important; }
    .rules .form-grouṕ span {
      color: #858585; }
  .rules .input-narrow {
    width: 100px; }
  .rules .inline-txt {
    font-size: 12px;
    color: #858585; }

.rules-header h4 {
  margin: 0 0 5px 0; }
.rules-header p {
  font-size: 12px;
  opacity: 0.7;
  margin: 0 0 5px 0; }
.rules-header strong {
  text-transform: uppercase; }
.rules-header.exclude h4,
.rules-header.exclude strong {
  color: #0bb2ff; }

/* Publications */
.narrow-container {
  max-width: 600px;
  margin: 40px auto; }

#edit_notification .bordered {
  border: 1px solid #ededed;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  min-height: 120px; }
  #edit_notification .bordered.has-error {
    border-color: #a94442; }
  #edit_notification .bordered.dashed {
    color: #a6a6a6;
    border: 1px dashed #ededed; }
  #edit_notification .bordered > label {
    font-weight: 400;
    color: #a6a6a6;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    top: -8px;
    right: 10px;
    background-color: white;
    padding: 1px 10px;
    border-radius: 10px;
    z-index: 10; }
  #edit_notification .bordered:hover, #edit_notification .bordered:focus, #edit_notification .bordered.active {
    border-radius: 5px 0 0 5px;
    border-color: #a6a6a6; }
    #edit_notification .bordered:hover.has-error, #edit_notification .bordered:focus.has-error, #edit_notification .bordered.active.has-error {
      border-color: #a94442; }
    #edit_notification .bordered:hover > label, #edit_notification .bordered:focus > label, #edit_notification .bordered.active > label {
      border-color: #a6a6a6; }
    #edit_notification .bordered:hover > .block-tools, #edit_notification .bordered:focus > .block-tools, #edit_notification .bordered.active > .block-tools {
      display: block; }
    #edit_notification .bordered:hover .hover-buttons, #edit_notification .bordered:focus .hover-buttons, #edit_notification .bordered.active .hover-buttons {
      opacity: 1;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -webkit-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
  #edit_notification .bordered.no-tools:hover, #edit_notification .bordered.no-tools:focus, #edit_notification .bordered.no-tools.active {
    border-radius: 5px; }
#edit_notification .no-border {
  border: none; }
#edit_notification .notification-error {
  margin-top: 10px !important;
  margin-left: 10px; }
#edit_notification .block-tools {
  border: 1px solid #a6a6a6;
  display: none;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -30px;
  width: 31px;
  background-color: white;
  border-radius: 0 5px 5px 0; }
  #edit_notification .block-tools .btn {
    padding: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 2px; }
  #edit_notification .block-tools .block-up {
    top: 2px; }
  #edit_notification .block-tools .block-down {
    top: 30px; }
  #edit_notification .block-tools .block-delete {
    bottom: 2px; }
  #edit_notification .block-tools .block-duplicate {
    bottom: 30px; }
#edit_notification .notification-header-img,
#edit_notification .optional-data-group-img {
  padding: 0; }
  #edit_notification .notification-header-img .img_wrapper,
  #edit_notification .optional-data-group-img .img_wrapper {
    border-radius: 5px;
    overflow: hidden; }
  #edit_notification .notification-header-img img,
  #edit_notification .optional-data-group-img img {
    width: 100%;
    min-height: 150px;
    border-radius: 5px; }
  #edit_notification .notification-header-img .hover-buttons,
  #edit_notification .optional-data-group-img .hover-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    text-align: center;
    border-radius: 5px;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #edit_notification .notification-header-img .hover-buttons .btn,
    #edit_notification .optional-data-group-img .hover-buttons .btn {
      position: relative;
      top: 50%;
      margin-top: -17px; }
      #edit_notification .notification-header-img .hover-buttons .btn.btn-sm,
      #edit_notification .optional-data-group-img .hover-buttons .btn.btn-sm {
        margin-top: -15px; }
      #edit_notification .notification-header-img .hover-buttons .btn.btn-lg,
      #edit_notification .optional-data-group-img .hover-buttons .btn.btn-lg {
        margin-top: -23px; }
#edit_notification .notification-title {
  min-height: auto;
  padding: 0; }
  #edit_notification .notification-title #notification_title {
    font-size: 20px;
    font-weight: 700;
    min-height: none;
    padding: 15px 20px;
    height: auto; }
#edit_notification .notification-description,
#edit_notification .optional-data-group-txt {
  padding: 0px; }
#edit_notification .notification_desc,
#edit_notification .notification_txt {
  width: 100% !important;
  max-width: 100%;
  min-height: 300px;
  border: none;
  box-shadow: none;
  overflow: hidden;
  border-radius: 5px;
  padding: 10px; }
#edit_notification .notification_desc {
  min-height: 120px; }
#edit_notification .map {
  height: 200px; }
#edit_notification .optional-data-group-img .image-preview {
  display: inline-block;
  min-width: 100px;
  margin-right: 30px; }
#edit_notification textarea {
  resize: vertical; }

#notification-interactions .container-interaction {
  margin-bottom: 20px;
  border: 1px solid #ededed;
  padding: 10px 40px 10px 10px;
  border-radius: 5px;
  position: relative;
  min-height: 120px; }
  #notification-interactions .container-interaction > label {
    font-weight: 400;
    color: #a6a6a6;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    top: -8px;
    right: 10px;
    background-color: white;
    padding: 1px 10px;
    border-radius: 10px; }
  #notification-interactions .container-interaction:hover, #notification-interactions .container-interaction:focus {
    border-radius: 5px 0 0 5px;
    border-color: #a6a6a6; }
    #notification-interactions .container-interaction:hover > .block-tools, #notification-interactions .container-interaction:focus > .block-tools {
      display: block; }
#notification-interactions .interaction_fields {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 0 0; }
  #notification-interactions .interaction_fields .row,
  #notification-interactions .interaction_fields .col-sm-12,
  #notification-interactions .interaction_fields .form-group {
    margin-left: 0;
    margin-right: 0; }
  #notification-interactions .interaction_fields .bordered {
    padding: 10px; }
#notification-interactions .interaction.active .interaction-options {
  display: block; }
#notification-interactions .interaction-options {
  display: none; }
  #notification-interactions .interaction-options .switchers {
    padding-bottom: 10px; }
  #notification-interactions .interaction-options label {
    font-weight: 300;
    font-size: 12px;
    color: #858585; }
#notification-interactions .interaction-option {
  display: none;
  padding: 10px 20px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }
  #notification-interactions .interaction-option label {
    font-weight: 300; }
#notification-interactions .interaction-button {
  background-color: #ededed;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
  font-weight: 700;
  border: none;
  padding: 15px 20px; }
#notification-interactions .file-field {
  border: 1px dashed #a6a6a6;
  text-align: right;
  padding: 10px; }
  #notification-interactions .file-field p {
    float: left;
    margin: 20px 0 0 10px; }
  #notification-interactions .file-field .btn,
  #notification-interactions .file-field .btn:hover {
    border-color: #a6a6a6; }
    #notification-interactions .file-field .btn span,
    #notification-interactions .file-field .btn:hover span {
      color: #a6a6a6; }
#notification-interactions .list-options .form-group {
  position: relative;
  margin-bottom: 5px;
  border-radius: 3px; }
  #notification-interactions .list-options .form-group:hover {
    background-color: #f6f6f6; }
    #notification-interactions .list-options .form-group:hover .option-buttons {
      display: block; }
#notification-interactions .list-options .option-buttons {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px; }
  #notification-interactions .list-options .option-buttons .btn {
    font-size: 12px;
    padding: 6px 10px; }
#notification-interactions .list-options label {
  float: left;
  width: 34px;
  font-size: 12px; }
#notification-interactions .list-options input {
  border: none;
  box-shadow: none;
  margin-left: 40px;
  background-color: transparent;
  width: 85%; }
#notification-interactions .optional-data-group-radio-options .list-options label {
  color: transparent;
  position: relative; }
  #notification-interactions .optional-data-group-radio-options .list-options label:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    right: 5px;
    top: 10px;
    border: 1px solid #a6a6a6; }
#notification-interactions .optional-data-group-checkbox-options .list-options label {
  color: transparent;
  position: relative; }
  #notification-interactions .optional-data-group-checkbox-options .list-options label:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 5px;
    top: 10px;
    border: 1px solid #a6a6a6; }

.init-hide {
  display: none; }

.citizens-header p {
  font-size: 24px; }

.publication-record p {
  font-size: 10px;
  margin-bottom: 5px; }

.mobile-frame {
  width: 250px;
  height: 450px;
  max-width: 100%;
  position: relative;
  border-radius: 20px;
  border: 1px solid #a6a6a6;
  background-color: #ededed; }
  .mobile-frame:before, .mobile-frame:after {
    content: "";
    position: absolute;
    border-radius: 100px;
    border: 1px solid #a6a6a6;
    background-color: #b8b8b8; }
  .mobile-frame:before {
    top: 4%;
    left: 40%;
    width: 20%;
    height: 7px; }
  .mobile-frame:after {
    bottom: 3%;
    left: 42%;
    width: 16%;
    height: 25px; }
  .mobile-frame .mobile-content {
    border: 1px solid #a6a6a6;
    border-radius: 2px;
    position: absolute;
    top: 10%;
    left: 5%;
    height: 80%;
    width: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white; }

.editable-input {
  position: relative; }
  .editable-input:hover:before {
    font-family: 'Glyphicons Halflings';
    content: "\270f";
    color: #a6a6a6;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px); }
  .editable-input input,
  .editable-input textarea {
    border: none;
    box-shadow: none; }
    .editable-input input:hover,
    .editable-input textarea:hover {
      background-color: #f6f6f6; }
    .editable-input input:focus,
    .editable-input textarea:focus {
      background-color: #f6f6f6;
      outline: none;
      -webkit-box-shadow:  0px 0px 3px 0 rgba(0, 0, 0, 0.4);
      -moz-box-shadow:  0px 0px 3px 0 rgba(0, 0, 0, 0.4);
      box-shadow:  0px 0px 3px 0 rgba(0, 0, 0, 0.4); }

.limit-options .dependace-field {
  display: none; }
  .limit-options .dependace-field.active {
    display: inline-block; }
.limit-options .date {
  width: 150px; }
.limit-options .time {
  width: 100px; }

#upload_options_modal textarea {
  width: 100%;
  min-height: 200px;
  resize: vertical; }

.icons-row {
  font-size: 30px;
  color: #a6a6a6; }

.tab-audience {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dbdbdb; }

/* edit buttons */
#add_content_buttons {
  right: 20px;
  bottom: 100px;
  position: fixed; }

.btn-fixed {
  font-size: 8px;
  text-transform: uppercase;
  color: #a6a6a6;
  margin-bottom: 5px;
  text-align: right;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  background-color: white;
  -webkit-box-shadow:  0 2px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow:  0 2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow:  0 2px 2px 0 rgba(0, 0, 0, 0.4);
  width: 50px;
  overflow: hidden;
  border-radius: 100px;
  position: relative;
  float: right;
  clear: both;
  border: 1px solid #a6a6a6;
  cursor: pointer; }
  .btn-fixed .txt {
    height: 50px;
    padding-right: 52px;
    padding-left: 20px;
    letter-spacing: 1px;
    line-height: 50px;
    float: right; }
  .btn-fixed .icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    margin: auto;
    float: right; }
    .btn-fixed .icon img {
      display: block; }
  .btn-fixed:hover {
    width: auto;
    color: #333;
    -moz-transition: width 0.1s ease-in-out;
    -o-transition: width 0.1s ease-in-out;
    -webkit-transition: width 0.1s ease-in-out;
    -ms-transition: width 0.1s ease-in-out;
    transition: width 0.1s ease-in-out;
    transition-delay: 0; }

#notification_inputs .form-group.location {
  background-image: url(../img/marker_placement.png);
  background-repeat: no-repeat;
  background-position: top left; }

.bando a.remove {
  display: inline-block;
  margin-top: 5px; }

.bando .administrador .seccion {
  border: 1px solid #a6a6a6;
  margin-top: 10px;
  padding: 20px;
  border-radius: 5px; }

.bando .administrador .canal {
  background-color: #ededed;
  border-radius: 5px;
  padding: 10px 0 12px 0; }

.bando .administrador img {
  margin: 0 10px; }

.bando select.txt_select {
  color: #0bb2ff;
  border-top: none;
  border-left: none;
  border-right: none;
  border: none;
  -webkit-box-shadow:  0 0 0 0 0;
  -moz-box-shadow:  0 0 0 0 0;
  box-shadow:  0 0 0 0 0; }

.bando .notif-op-av {
  margin-top: 10px; }

.bando #contenedor-switch {
  margin-top: 10px; }

.bando #contenedor-interaccion {
  margin-top: 10px; }

.bando #titulo {
  margin-top: 10px; }

.bando #descripcion_div {
  margin: 10px 0px 10px 0px; }

.bando select#tipo_interaccion .seccion-1 {
  background-color: #ccdaf9; }
.bando select#tipo_interaccion .seccion-2 {
  background-color: #ffedaf; }
.bando select#tipo_interaccion .seccion-3 {
  background-color: #ccdaf9; }
.bando select#tipo_interaccion .seccion-4 {
  background-color: #ffedaf; }
.bando select#tipo_interaccion .seccion-5 {
  background-color: #ccdaf9; }

.bando .audiencia .row {
  margin-right: 0;
  margin-left: 0; }

.bando .audiencia .columna-principal {
  padding-left: 10px;
  padding-right: 0; }

.bando .audiencia .columna {
  padding-left: 0; }

.bando .audiencia .columna .remove {
  padding-right: 10px; }

.bando .audiencia .columna .form-control {
  height: 100%; }

.fullscreen-modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.fullscreen-modal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0; }

.bando .container .datos {
  margin-top: 20px; }

.bando .info_edit {
  cursor: pointer;
  padding-top: 5px;
  margin-bottom: 5px; }

.bando .info_edit:hover {
  background-color: #ededed; }

.no-margin {
  margin: 0px !important; }

body > div.container-fluid > div > div.col-sm-3.col-md-2.sidebar > ul > li:hover > nav > div > div.collapse.navbar-collapse > span {
  display: block; }

.three-dots {
  border: none;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle; }
  .three-dots .dropdown-toggle {
    border-radius: 2px;
    display: block;
    padding: 5px; }
    .three-dots .dropdown-toggle:hover {
      background-color: #ededed; }
    .three-dots .dropdown-toggle img {
      display: block; }

.tabla-datos,
.data-table {
  margin-top: 20px; }
  .tabla-datos table,
  .data-table table {
    border-bottom: 1px solid #dbdbdb; }
  .tabla-datos table > tbody > tr > td, .tabla-datos table > tbody > tr > th,
  .data-table table > tbody > tr > td,
  .data-table table > tbody > tr > th {
    padding: 15px;
    position: relative; }

.table.middle > tbody > tr > td {
  vertical-align: middle; }
.table.table-vertical-m td {
  vertical-align: middle; }
.table th {
  text-transform: uppercase;
  vertical-align: middle;
  padding: 10px 8px;
  font-weight: 400;
  font-size: 10px;
  border-top: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
  color: #a6a6a6; }
.table .table-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #dbdbdb; }
.table tr.active td {
  background-color: #ccdaf9 !important; }

.channels-table p,
.summary-table p,
.notifications-table p,
.threads-table p,
.audiences-table p {
  margin-bottom: 0; }
.channels-table .item-buttons,
.summary-table .item-buttons,
.notifications-table .item-buttons,
.threads-table .item-buttons,
.audiences-table .item-buttons {
  width: 240px;
  position: relative;
  text-align: right;
  padding-right: 15px; }
  .channels-table .item-buttons .btn,
  .summary-table .item-buttons .btn,
  .notifications-table .item-buttons .btn,
  .threads-table .item-buttons .btn,
  .audiences-table .item-buttons .btn {
    margin-right: 5px; }
  .channels-table .item-buttons .dropdown-toggle,
  .summary-table .item-buttons .dropdown-toggle,
  .notifications-table .item-buttons .dropdown-toggle,
  .threads-table .item-buttons .dropdown-toggle,
  .audiences-table .item-buttons .dropdown-toggle {
    padding: 4px !important;
    margin-left: 0; }
  .channels-table .item-buttons .dropdown,
  .summary-table .item-buttons .dropdown,
  .notifications-table .item-buttons .dropdown,
  .threads-table .item-buttons .dropdown,
  .audiences-table .item-buttons .dropdown {
    display: inline-block; }
.channels-table .item-title,
.summary-table .item-title,
.notifications-table .item-title,
.threads-table .item-title,
.audiences-table .item-title {
  font-weight: bold;
  font-size: 16px; }
  .channels-table .item-title a,
  .summary-table .item-title a,
  .notifications-table .item-title a,
  .threads-table .item-title a,
  .audiences-table .item-title a {
    color: #333; }
  .channels-table .item-title.small,
  .summary-table .item-title.small,
  .notifications-table .item-title.small,
  .threads-table .item-title.small,
  .audiences-table .item-title.small {
    font-size: 12px; }
.channels-table .large-data,
.summary-table .large-data,
.notifications-table .large-data,
.threads-table .large-data,
.audiences-table .large-data {
  font-size: 18px; }

.table-tools .table-order-tool label {
  font-size: 70%;
  font-weight: 300; }

.notifications-table table > tbody > tr > td {
  padding-top: 25px;
  padding-bottom: 25px; }

.stats-content {
  border-radius: 5px;
  border: 1px solid #a6a6a6;
  height: 400px;
  position: relative;
  overflow: hidden; }

.stats-data-list {
  position: absolute;
  width: 30%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #a6a6a6; }
  .stats-data-list ul, .stats-data-list li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .stats-data-list a {
    padding: 20px;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
    color: #333; }
    .stats-data-list a:hover {
      background-color: #f6f6f6;
      text-decoration: none; }
    .stats-data-list a.active {
      background-color: #ededed; }
  .stats-data-list form {
    margin: 5px; }

.stats-info {
  position: absolute;
  width: 70%;
  height: 100%;
  right: 0; }

.stats-info-header {
  padding: 20px 20px 0 20px;
  height: 65px; }
  .stats-info-header p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 150px 0 0;
    font-size: 18px;
    line-height: 34px; }
  .stats-info-header .buttons-block {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 17px;
    background-color: white; }
    .stats-info-header .buttons-block .btn {
      font-size: 20px;
      line-height: 20px;
      padding: 4px !important;
      color: #a6a6a6 !important; }
      .stats-info-header .buttons-block .btn:hover {
        color: #a6a6a6 !important; }
      .stats-info-header .buttons-block .btn.active {
        color: #0bb2ff !important; }
        .stats-info-header .buttons-block .btn.active:hover {
          color: #0bb2ff !important; }

.stat-tab {
  display: none;
  position: absolute;
  top: 75px;
  right: 10px;
  left: 10px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto; }
  .stat-tab.active {
    display: block; }

.stats-info-table {
  border-top: 1px solid #dbdbdb; }
  .stats-info-table .table {
    margin: 0; }
    .stats-info-table .table tr:first-child td {
      border-top: none; }
    .stats-info-table .table td, .stats-info-table .table th {
      vertical-align: middle;
      text-align: right; }
    .stats-info-table .table .stat-name {
      text-align: left; }
    .stats-info-table .table .stat-audience {
      width: 100px;
      font-size: 16px; }
    .stats-info-table .table .stat-val {
      width: 65px;
      font-size: 16px;
      color: #a6a6a6; }
    .stats-info-table .table .stat-buttons {
      width: 40px; }
      .stats-info-table .table .stat-buttons .dropdown-toggle {
        margin-left: 0; }
    .stats-info-table .table .stat-bar {
      width: 100px; }
      .stats-info-table .table .stat-bar div {
        width: 100px;
        position: relative;
        height: 20px;
        background-color: #f6f6f6; }
        .stats-info-table .table .stat-bar div span {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          background-color: #0bb2ff;
          width: attr(data-width);
          font-size: 0;
          color: transparent; }

.stats-interacion-block .stats-data-list {
  width: 30%; }
.stats-interacion-block .stats-info {
  width: 70%; }

.stats-singledata-block .stats-data-list {
  width: 20%; }
  .stats-singledata-block .stats-data-list a {
    padding: 10px 20px;
    font-size: 12px; }
.stats-singledata-block .stats-info {
  width: 100%; }

.stats-cross-block .stats-info {
  width: 100%; }
.stats-cross-block .item-details {
  display: inline-block;
  min-width: 40px; }

.quick-filters.with-search {
  line-height: 35px; }

.quick-filter {
  text-transform: uppercase;
  font-size: 10px;
  color: #a6a6a6;
  margin-right: 20px; }
  .quick-filter:hover, .quick-filter:focus {
    text-decoration: none;
    color: #333;
    outline: none; }
  .quick-filter.active {
    color: #0bb2ff; }

#advance-filters-rules {
  display: none; }

/* The switch - the box around the slider */
.switch-wrapper .switch {
  float: left;
  margin-right: 0; }
.switch-wrapper .switch-txt {
  margin-left: 50px; }

.switch {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  margin-right: 30px;
  cursor: pointer;
  font-size: 12px;
  min-height: 17px;
  margin-bottom: 0;
  vertical-align: text-bottom; }

.switch input {
  display: none; }

.slider {
  height: 17px;
  width: 30px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #AD003A; }

input:focus + .slider {
  box-shadow: 0 0 1px #AD003A; }

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px); }

/* Rounded sliders */
.slider.round {
  border-radius: 17px; }

.slider.round:before {
  border-radius: 50%; }

.image-thumbnail {
  height: auto;
  display: block;
  background-position: center;
  background-size: cover;
  background-image: url(../img/img-default.png);
  width: 100%;
  min-height: 300px; }
  .image-thumbnail img {
    border: 1px solid #dbdbdb;
    width: 100%;
    max-width: 100%;
    background-color: white; }
  .image-thumbnail.avatar {
    background-image: url(../img/avatar.png);
    width: 250px;
    height: 250px;
    min-height: 250px; }
    .image-thumbnail.avatar img {
      height: 250px;
      width: 250px;
      max-width: 100%; }

.channel-avatar,
.small-avatar {
  height: 30px; }

.optional-data-group {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 10px 50px 10px 10px;
  position: relative; }
  .optional-data-group label {
    font-weight: 400;
    color: #858585; }
  .optional-data-group .buttons-block {
    position: absolute;
    right: 0px;
    top: 5px; }
  .optional-data-group .lock {
    color: #b8b8b8;
    padding: 6px 12px; }

.optional-data-field .map {
  width: 100%;
  height: 240px; }

.fav-star {
  opacity: 0.5;
  color: #a6a6a6 !important; }
  .fav-star:hover, .fav-star:focus {
    opacity: 0.7; }

.isfav .fav-star {
  opacity: 1;
  color: #cc9e00 !important; }

#incidents .bordered {
  position: relative;
  padding: 20px;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  min-height: 290px;
  margin-bottom: 20px; }

.incident-data {
  float: left;
  width: 20%; }

.incident-item-graph .filter-buttons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white; }
.incident-item-graph .dropdown-menu a {
  font-size: 12px; }

.incident-list-overview .incident-id {
  font-size: 10px; }
.incident-list-overview #selection-info {
  display: none;
  padding: 10px;
  line-height: 30px;
  background-color: #ffedaf; }
.incident-list-overview #table-wrapper {
  position: relative;
  width: 100%;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out; }
  .incident-list-overview #table-wrapper table {
    margin-bottom: 0; }
  .incident-list-overview #table-wrapper .fav-star {
    padding-left: 0;
    padding-right: 0; }
  .incident-list-overview #table-wrapper td {
    padding: 4px; }
.incident-list-overview .incident-side-header {
  margin-bottom: 30px; }
  .incident-list-overview .incident-side-header .incident-id {
    line-height: 30px; }
  .incident-list-overview .incident-side-header .buttons-block {
    float: right;
    margin-right: -5px; }
    .incident-list-overview .incident-side-header .buttons-block > .dropdown, .incident-list-overview .incident-side-header .buttons-block > .btn {
      display: inline-block; }
.incident-list-overview .incident-side-geo #map {
  height: 150px; }
.incident-list-overview .incident-side-history {
  font-size: 12px; }
  .incident-list-overview .incident-side-history > * {
    margin-right: 10px; }
.incident-list-overview #page-content-wrapper {
  position: relative;
  margin: 0 15px; }

.side-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

.mini_map {
  width: 150px !important;
  height: 150px !important;
  margin-left: 15px; }

#markersUI, #heatmapUI {
  background-color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  float: left;
  margin-bottom: 22px;
  text-align: center; }

.incident-map {
  height: 500px; }

#map-wrapper {
  margin-bottom: 20px; }

#channel-start-audience {
  padding-top: 20px; }

.bando #contador {
  background-color: #0bb2ff;
  color: #fff;
  position: fixed;
  width: 700px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px; }

.bando #contador input {
  background-color: #0bb2ff; }

@media (max-width: 920px) and (min-width: 768px) {
  .institucion-header {
    display: none; } }
@media (max-width: 992px) {
  .nav-sidebar li {
    display: inline-block; } }
@media (max-width: 1199px) {
  body.bando table {
    font-size: 80%; }
  body.bando .main-header {
    padding-top: 35px;
    padding-bottom: 35px; }
  body.bando .submenu {
    margin-top: -15px;
    margin-bottom: 20px; } }
@media (min-width: 992px) {
  .bando .channel-navbar,
  .bando .superadmin {
    position: fixed; }
  .bando .navbar-inverse a.menu_option {
    padding-left: 15px;
    padding-right: 15px; }
  .bando .left-aside-open {
    left: 500px; }
  .bando .right-aside-open {
    right: 500px; } }
@media (min-width: 1400px) {
  .container {
    width: 100%;
    max-width: 1350px; } }
@media (min-width: 1600px) {
  .container-xl {
    width: 100%;
    max-width: 1550px; }

  .main-header {
    padding-top: 60px; } }
@media (min-width: 1800px) {
  .container-xl {
    width: 100%;
    max-width: 1650px; } }

/*# sourceMappingURL=style.css.map */
