﻿@charset "UTF-8";
/*colores*/
/* colores template electoral*/
/*Cambios Gus*/
/*@import '../_fonts';*/
/*@import './_dashboard.scss';*/
/*/@import './_login.scss';*/
/*@import './_exception.scss';*/
/*@import './_landing.scss';*/
/*@import './_compact.scss';*/
/* Compact */
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.card {
  border: solid 1px #D995AC;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  padding: 16px;
  margin-bottom: 16px;
  box-sizing: border-box; }
  .card.card-w-title {
    padding-bottom: 32px; }
  .card h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
    color: #db46a3; }
    .card h1:first-child {
      margin-top: 16px; }
  .card h2 {
    font-size: 22px;
    font-weight: bold;
    color: #db46a3; }
  .card h3 {
    font-size: 20px;
    font-weight: bold; }
  .card h4 {
    font-size: 18px;
    font-weight: bold; }
  .card .text-highlight {
    color: #db46a3; }

.nopad {
  padding: 0; }
  .nopad .ui-panel-content {
    padding: 0; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }

.ui-shadow-1, .layout-wrapper .bar-acciones-flotante .reportes-flotante i, .layout-wrapper .bar-acciones-flotante .ayuda-flotante i {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.ui-shadow-2, .layout-wrapper .bar-acciones-flotante .reportes-flotante i:hover, .layout-wrapper .bar-acciones-flotante .ayuda-flotante i:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.ui-shadow-3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.ui-shadow-4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.ui-shadow-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.ui-g.form-group > div {
  padding: 12px 16px; }

.ui-panelgrid.form-group .ui-panelgrid-cell {
  padding: 12px 16px; }

.ui-selectoneradio.form-group .ui-grid-row > div, .ui-selectmanycheckbox.form-group .ui-grid-row > div {
  padding: 8px 16px; }

html {
  height: 100%; }

body {
  font-family: Roboto,"Helvetica Neue",sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2E333F;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0; }
  body.main-body {
    background-color: #fff; }
  body a {
    text-decoration: none; }

.ui-treetable-scrollable-theadclone {
  height: 0px;
  visibility: hidden;
  border: none;
  position: absolute; }

.layout-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #424242;
  opacity: 0.7;
  top: 0;
  left: 0;
  /*z-index: 999999997;*/ }

.layout-wrapper {
  /* Configuraci�n de responsivo para container
    @media only screen and (max-width: 1000px) {
        .container {
            width: 80%;
            margin: auto;
        }
    }

    @media only screen and (min-width: 1001px)and (max-width: 1449px) {
        .container {
            width: 90%;
            margin: auto;
        }
    }

    @media only screen and (min-width: 1450px) {
        .container {
            width: 90%;
            margin: auto;
        }
    }
    */ }
  .layout-wrapper .id-sistema-header {
    width: 100%;
    height: 75px;
    margin-top: 49px;
    margin-bottom: 0;
    background-color: white;
    /**Estilos para la imagen del sistema**/
    /* Estilos para nombre de sistema */ }
    @media only screen and (min-width: 601px) {
      .layout-wrapper .id-sistema-header img {
        height: 60px;
        float: left;
        margin-right: 15px;
        margin-top: 7px;
        padding: 0 35px; } }
    @media only screen and (max-width: 600px) {
      .layout-wrapper .id-sistema-header img {
        width: 100px;
        height: 38px;
        float: left;
        margin-right: 15px;
        margin-top: 7px; } }
    @media only screen and (min-width: 1100px) {
      .layout-wrapper .id-sistema-header h1 {
        font-weight: bold;
        font-size: 28px;
        padding-top: 23px;
        line-height: 28px;
        color: #2E333F; } }
    @media only screen and (min-width: 601px) and (max-width: 1100px) {
      .layout-wrapper .id-sistema-header h1 {
        font-weight: bold;
        font-size: 24px;
        padding-top: 11px;
        line-height: 25px;
        color: #2E333F; } }
    @media only screen and (max-width: 600px) {
      .layout-wrapper .id-sistema-header h1 {
        font-weight: bold;
        font-size: 20px;
        padding-top: 16px;
        line-height: 20px;
        color: #2E333F; } }
  .layout-wrapper .left {
    float: left;
    display: block;
    margin: 0; }
  .layout-wrapper .right {
    float: right;
    display: block;
    margin: 0; }
  .layout-wrapper .layout-menu {
    overflow: auto;
    position: fixed;
    width: 320px;
    top: 49px;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    z-index: 101;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s; }
    .layout-wrapper .layout-menu .container-colapser {
      cursor: pointer;
      padding: 4px 13px;
      background-color: #db46a3;
      color: white;
      height: 45px; }
    .layout-wrapper .layout-menu .container-colapser:hover {
      cursor: pointer;
      padding: 4px 13px;
      background-color: #bd3289;
      color: white;
      height: 45px;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    .layout-wrapper .layout-menu > .nano > .nano-content.menu-scroll-content {
      display: block;
      height: 100%;
      position: relative;
      overflow: scroll;
      overflow-x: hidden; }
    .layout-wrapper .layout-menu > .nano > .nano-content > ul:last-child {
      margin-top: 16px;
      padding-bottom: 120px; }
    .layout-wrapper .layout-menu > .nano .nano-pane .nano-slider {
      background-color: #aaaaaa;
      opacity: 0.3;
      filter: alpha(opacity=30); }
    .layout-wrapper .layout-menu .ui-fluid {
      background-color: #801260 !important;
      padding: 5px 15px; }
    .layout-wrapper .layout-menu #menu-button {
      color: #212121;
      display: inline-block;
      vertical-align: middle;
      height: 36px;
      margin-right: 10px;
      position: relative;
      left: -16px;
      top: 3px;
      background-color: #ffeb3b;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16); }
      .layout-wrapper .layout-menu #menu-button:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      .layout-wrapper .layout-menu #menu-button i {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        /* Preferred icon size */
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 36px; }
        .layout-wrapper .layout-menu #menu-button i:before {
          content: "chevron_left"; }
      .layout-wrapper .layout-menu #menu-button.menu-button-rotate i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .layout-wrapper .layout-menu .profile {
      box-sizing: border-box;
      padding-top: 30px;
      width: 250px;
      height: 145px;
      text-align: center;
      background: url("") top left no-repeat;
      background-size: 250px 145px;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16); }
      .layout-wrapper .layout-menu .profile .profile-image {
        width: 60px;
        height: 60px;
        margin: 0 auto 5px auto;
        background: url("") top left no-repeat;
        background-size: 60px 60px; }
      .layout-wrapper .layout-menu .profile .profile-name {
        display: inline-block;
        color: #2E333F;
        vertical-align: middle;
        font-size: 16px; }
      .layout-wrapper .layout-menu .profile i {
        color: #2E333F;
        vertical-align: middle;
        -moz-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s; }
      .layout-wrapper .layout-menu .profile.profile-expanded i {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .layout-wrapper .layout-menu #profile-menu {
      margin-top: 16px;
      border-bottom: 1px solid #d6d5d5;
      display: none; }
      .layout-wrapper .layout-menu #profile-menu li:last-child {
        margin-bottom: 16px; }
    .layout-wrapper .layout-menu.layout-menu-dark {
      background-color: #424242; }
      .layout-wrapper .layout-menu.layout-menu-dark .profile {
        background-image: url(""); }
        .layout-wrapper .layout-menu.layout-menu-dark .profile .profile-name {
          color: #ffffff; }
        .layout-wrapper .layout-menu.layout-menu-dark .profile i {
          color: #ffffff; }
      .layout-wrapper .layout-menu.layout-menu-dark #profile-menu {
        border-bottom: 1px solid #676767; }
      .layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a {
        color: #ffffff; }
        .layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a i {
          color: #ffffff; }
        .layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a:hover {
          background-color: #676767; }
      .layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem > a {
        color: #212121;
        background-color: #ffeb3b; }
  .layout-wrapper.menu-layout-overlay .layout-menu {
    margin-left: -250px; }
  .layout-wrapper.menu-layout-overlay .layout-main {
    margin-left: 0px; }
  .layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .layout-menu {
    /*z-index: 999999999;*/
    margin-left: 0px; }
  .layout-wrapper.menu-layout-overlay .topbar {
    z-index: 999999999;
    top: 0; }
    .layout-wrapper.menu-layout-overlay .topbar .topbar-right #menu-button i {
      font-size: 36px !important;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga'; }
      .layout-wrapper.menu-layout-overlay .topbar .topbar-right #menu-button i:before {
        content: "chevron_right"; }
  .layout-wrapper .layout-main {
    padding: 0 0 0 15px;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s; }
  .layout-wrapper .layout-main .card:first-child {
    margin-top: 0;
    /*padding-top: 30px*/ }
  .layout-wrapper .layout-main .ui-g .ui-g-12 .card:first-child {
    margin-top: -32px;
    margin-left: -10px;
    padding-top: 1px; }
  .layout-wrapper .columnaCardPrincipal {
    margin-top: -40px !important; }
  .layout-wrapper .ultima-menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .layout-wrapper .ultima-menu li a {
      font-size: 16px;
      display: block;
      padding: 0;
      color: #2E333F;
      width: 100%;
      box-sizing: border-box;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      overflow: hidden; }
      .layout-wrapper .ultima-menu li a i {
        color: #757575; }
      .layout-wrapper .ultima-menu li a i:first-child {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        font-size: 24px; }
      .layout-wrapper .ultima-menu li a i:last-child {
        float: right;
        font-size: 20px;
        margin-top: 2px;
        margin-right: -3px;
        -moz-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s; }
      .layout-wrapper .ultima-menu li a:hover {
        background-color: #e8e8e8; }
      .layout-wrapper .ultima-menu li a span {
        display: inline-block;
        vertical-align: middle; }
    .layout-wrapper .ultima-menu li.active-menuitem > a {
      color: #3e425b;
      background-color: #e8e8e8; }
      .layout-wrapper .ultima-menu li.active-menuitem > a i:last-child {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .layout-wrapper .ultima-menu li ul {
      display: none;
      padding: 0;
      margin: 0;
      list-style: none; }
      .layout-wrapper .ultima-menu li ul li a {
        padding: 10px 16px 10px 32px;
        font-size: 15px; }
        .layout-wrapper .ultima-menu li ul li a i:first-child {
          display: inline-block;
          vertical-align: middle;
          margin-right: 12px;
          font-size: 20px; }
      .layout-wrapper .ultima-menu li ul li ul li a {
        padding-left: 48px; }
      .layout-wrapper .ultima-menu li ul li ul ul li a {
        padding-left: 64px; }
      .layout-wrapper .ultima-menu li ul li ul ul ul li a {
        padding-left: 80px; }
      .layout-wrapper .ultima-menu li ul li ul ul ul ul li a {
        padding-left: 96px; }
  .layout-wrapper .footer {
    padding: .5em;
    background-color: #212121;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 13px; }
    .layout-wrapper .footer a {
      text-decoration: underline; }
    .layout-wrapper .footer .footer-text-left {
      float: left; }
    .layout-wrapper .footer .footer-text-right {
      color: #fff;
      float: right; }
      .layout-wrapper .footer .footer-text-right span {
        vertical-align: middle;
        display: inline-block; }
    .layout-wrapper .footer a {
      color: #fff;
      font-size: 13px; }

.ajax-loader {
  font-size: 32px;
  color: #ffeb3b; }

@media (min-width: 1025px) {
  .layout-wrapper .topbar-items {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .layout-wrapper .topbar-items > li {
      float: right;
      position: relative;
      margin-left: 8px; }
      .layout-wrapper .topbar-items > li > a {
        position: relative;
        display: block;
        color: #fff;
        padding: 13px 7px 12px 7px; }
        .layout-wrapper .topbar-items > li > a .underline {
          text-decoration: underline; }
        .layout-wrapper .topbar-items > li > a .topbar-item-name {
          display: none; }
        .layout-wrapper .topbar-items > li > a .topbar-badge {
          position: absolute;
          right: -5px;
          top: 7px;
          background-color: #ffeb3b;
          color: #212121;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          padding: 2px 4px;
          display: block;
          font-size: 12px;
          line-height: 12px; }
      .layout-wrapper .topbar-items > li a:hover {
        color: #e5e5e5;
        -moz-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s; }
      .layout-wrapper .topbar-items > li a.user:hover {
        color: #fff;
        cursor: default; }
      .layout-wrapper .topbar-items > li .topbar-icon {
        font-size: 36px;
        color: #ffffff;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        .layout-wrapper .topbar-items > li .topbar-icon:hover {
          color: #e8e8e8; }
      .layout-wrapper .topbar-items > li.profile-item .profile-image {
        width: 36px;
        height: 36px;
        background: url("") top left no-repeat;
        background-size: 36px 36px; }
      .layout-wrapper .topbar-items > li > ul {
        position: absolute;
        top: 55px;
        right: 5px;
        display: none;
        width: 250px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        animation-duration: .5s; }
      .layout-wrapper .topbar-items > li.active-top-menu > ul {
        display: block; }
      .layout-wrapper .topbar-items > li .topbar-message img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px; }
  .layout-wrapper.menu-layout-static .layout-menu {
    margin-left: 0; }
  .layout-wrapper.menu-layout-static .layout-main {
    margin-left: 310px; }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-menu {
    margin-left: -350px; }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-main {
    margin-left: 0px; }
  .layout-wrapper.menu-layout-static .layout-mask {
    display: none; }
  .layout-wrapper.menu-layout-horizontal .topbar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    .layout-wrapper.menu-layout-horizontal .topbar .topbar-left {
      background-color: #3e425b;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
    .layout-wrapper.menu-layout-horizontal .topbar .topbar-right #menu-button {
      display: none; }
  .layout-wrapper.menu-layout-horizontal .layout-menu {
    overflow: visible;
    position: fixed;
    width: 100%;
    top: 75px;
    height: auto;
    background-color: #2E7D32;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
    .layout-wrapper.menu-layout-horizontal .layout-menu > .nano {
      overflow: visible; }
      .layout-wrapper.menu-layout-horizontal .layout-menu > .nano .nano-content.menu-scroll-content {
        display: inherit;
        height: auto;
        position: static;
        overflow: visible;
        overflow-x: visible; }
      .layout-wrapper.menu-layout-horizontal .layout-menu > .nano .nano-content ul:last-child {
        margin-top: 0px;
        padding-bottom: 0px; }
      .layout-wrapper.menu-layout-horizontal .layout-menu > .nano .nano-pane {
        display: none !important; }
    .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu:last-child {
      margin-top: 0; }
    .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li {
      float: left;
      position: relative; }
      .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a {
        color: #ffffff; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a i {
          color: #ffffff; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a:hover {
          background-color: #e8e8e8;
          color: #2E333F; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a:hover i {
            color: #2E333F; }
      .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul {
        z-index: 100;
        position: absolute;
        top: 45px;
        left: 0px;
        display: none;
        width: 250px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li a {
          padding: 0; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul {
          position: static; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul li a {
            padding-left: 32px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul ul li a {
            padding-left: 48px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul ul ul li a {
            padding-left: 64px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul ul ul ul li a {
            padding-left: 80px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul ul ul ul ul li a {
            padding-left: 96px; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li.active-menuitem > a {
          color: #3e425b;
          background-color: #e8e8e8; }
      .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li.active-menuitem > a {
        color: #212121;
        background-color: #ffeb3b; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li.active-menuitem > a i {
          color: #212121; }
    .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark {
      background-color: #424242; }
      .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a {
        color: #ffffff; }
        .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a:hover {
          background-color: #676767; }
          .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a:hover i {
            color: #ffffff; }
      .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem > a {
        color: #212121;
        background-color: #ffeb3b; }
      .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li ul {
        background-color: #424242; }
  .layout-wrapper.menu-layout-horizontal .layout-main {
    padding-top: 140px;
    margin-left: 0px; }
  .layout-wrapper.menu-layout-horizontal .layout-mask {
    display: none; } }

@media (max-width: 1024px) {
  .layout-wrapper .topbar-items {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .layout-wrapper .topbar-items > li {
      float: right;
      position: relative;
      margin-left: 8px; }
      .layout-wrapper .topbar-items > li > a {
        position: relative;
        display: block;
        color: #fff;
        padding: 16px 7px 15px 7px; }
        .layout-wrapper .topbar-items > li > a .topbar-item-name {
          display: none; }
        .layout-wrapper .topbar-items > li > a .topbar-badge {
          position: absolute;
          right: -5px;
          top: 3px;
          background-color: #ffeb3b;
          color: #212121;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          padding: 2px 4px;
          display: block;
          font-size: 12px;
          line-height: 12px; }
      .layout-wrapper .topbar-items > li .topbar-icon {
        font-size: 36px;
        color: #ffffff;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        .layout-wrapper .topbar-items > li .topbar-icon:hover {
          color: #e8e8e8; }
      .layout-wrapper .topbar-items > li.profile-item .profile-image {
        width: 36px;
        height: 36px;
        background: url("") top left no-repeat;
        background-size: 36px 36px; }
      .layout-wrapper .topbar-items > li > ul {
        position: absolute;
        top: 55px;
        right: 5px;
        display: none;
        width: 250px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        animation-duration: .5s; }
      .layout-wrapper .topbar-items > li.active-top-menu > ul {
        display: block; }
      .layout-wrapper .topbar-items > li .topbar-message img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px; }
  .layout-wrapper.menu-layout-static .layout-menu {
    margin-left: 0; }
  .layout-wrapper.menu-layout-static .layout-main {
    margin-left: 310px; }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-menu {
    margin-left: -350px; }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-main {
    margin-left: 0px; }
  .layout-wrapper.menu-layout-static .layout-mask {
    display: none; }
  .layout-wrapper.menu-layout-horizontal .topbar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    .layout-wrapper.menu-layout-horizontal .topbar .topbar-left {
      background-color: #3e425b;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
    .layout-wrapper.menu-layout-horizontal .topbar .topbar-right #menu-button {
      display: none; }
  .layout-wrapper.menu-layout-horizontal .layout-menu {
    overflow: visible;
    position: fixed;
    width: 100%;
    top: 75px;
    height: auto;
    background-color: #2E7D32;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
    .layout-wrapper.menu-layout-horizontal .layout-menu > .nano {
      overflow: visible; }
      .layout-wrapper.menu-layout-horizontal .layout-menu > .nano .nano-content.menu-scroll-content {
        display: inherit;
        height: auto;
        position: static;
        overflow: visible;
        overflow-x: visible; }
      .layout-wrapper.menu-layout-horizontal .layout-menu > .nano .nano-content ul:last-child {
        margin-top: 0px;
        padding-bottom: 0px; }
      .layout-wrapper.menu-layout-horizontal .layout-menu > .nano .nano-pane {
        display: none !important; }
    .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu:last-child {
      margin-top: 0; }
    .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li {
      float: left;
      position: relative; }
      .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a {
        color: #ffffff; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a i {
          color: #ffffff; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a:hover {
          background-color: #e8e8e8;
          color: #2E333F; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > a:hover i {
            color: #2E333F; }
      .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul {
        z-index: 100;
        position: absolute;
        top: 45px;
        left: 0px;
        display: none;
        width: 250px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li a {
          padding: 0; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul {
          position: static; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul li a {
            padding-left: 32px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul ul li a {
            padding-left: 48px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul ul ul li a {
            padding-left: 64px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul ul ul ul li a {
            padding-left: 80px; }
          .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li ul ul ul ul ul li a {
            padding-left: 96px; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li > ul li.active-menuitem > a {
          color: #3e425b;
          background-color: #e8e8e8; }
      .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li.active-menuitem > a {
        color: #212121;
        background-color: #ffeb3b; }
        .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu > li.active-menuitem > a i {
          color: #212121; }
    .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark {
      background-color: #424242; }
      .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a {
        color: #ffffff; }
        .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a:hover {
          background-color: #676767; }
          .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a:hover i {
            color: #ffffff; }
      .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem > a {
        color: #212121;
        background-color: #ffeb3b; }
      .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li ul {
        background-color: #424242; }
  .layout-wrapper.menu-layout-horizontal .layout-main {
    padding-top: 140px;
    margin-left: 0px; }
  .layout-wrapper.menu-layout-horizontal .layout-mask {
    display: none; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .layout-wrapper .topbar .logo {
    background: url("") top left no-repeat;
    background-size: 200px 30px; } }

/*personalizaci�n de propiedades para responsivo*/
.layout-wrapper .instructions {
  background-color: #efefef;
  padding: 5px 10px;
  font-size: 15px;
  border-right: solid 10px #5d5d5c;
  border-left: solid 10px #5d5d5c; }

.layout-wrapper .data-label {
  font-size: 14px;
  color: #7d7d7d; }

.layout-wrapper .emphasis {
  background-color: #eae2e0;
  padding: 4px;
  padding-left: 8px;
  border-left: 2px solid #db46a3; }

.layout-wrapper .modulo-select {
  background-color: #66537c; }
  .layout-wrapper .modulo-select a {
    color: #fff !important; }

.layout-wrapper .h1-title-system {
  color: white;
  font-weight: normal; }
  .layout-wrapper .h1-title-system a {
    color: white; }

.layout-wrapper .topbar-items > li > a.link-id {
  padding: 0;
  height: 49px; }
  .layout-wrapper .topbar-items > li > a.link-id img {
    height: 49px;
    display: block; }

.layout-wrapper .layout-menu {
  top: 60px; }

.layout-wrapper .layout-menu > .nano .nano-pane .nano-slider {
  background-color: #000; }

.layout-wrapper #bar-title {
  background-color: #950054;
  position: fixed;
  width: 100%;
  top: 60px;
  z-index: 99; }
  .layout-wrapper #bar-title.scrolled-form .reportes-btn {
    display: none; }
  .layout-wrapper #bar-title h2 {
    padding-left: 15px;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s; }
  .layout-wrapper #bar-title .form-title {
    color: #fff;
    margin-left: 0px;
    line-height: 42px; }
  .layout-wrapper #bar-title .reportes-btn {
    background-color: #fff;
    font-weight: 600;
    color: #131313;
    margin-left: 10px;
    height: 45px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .layout-wrapper #bar-title .reportes-btn:hover {
    background-color: #bd3289;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }

.layout-wrapper .acciones-container {
  border: none;
  margin-top: 110px;
  margin-left: 0px;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  position: initial; }
  .layout-wrapper .acciones-container.scrolled-form {
    background: none; }
    .layout-wrapper .acciones-container.scrolled-form .menu-acciones {
      z-index: 9;
      border: none;
      background: none;
      position: fixed;
      width: 90%; }
      .layout-wrapper .acciones-container.scrolled-form .menu-acciones ul .active a {
        background-color: #fff;
        border-left: solid 2px #950054;
        border-bottom: solid 2px #950054;
        border-right: Solid 2px #950054;
        border-top: none;
        line-height: 39px; }
      .layout-wrapper .acciones-container.scrolled-form .menu-acciones ul li:last-child.ayuda {
        display: none; }
    .layout-wrapper .acciones-container.scrolled-form .requerido {
      float: right;
      margin-top: 0px;
      margin-right: 100px; }
    .layout-wrapper .acciones-container.scrolled-form .bar-acciones-flotante {
      display: block;
      position: fixed;
      right: 20px;
      top: 300px; }
  .layout-wrapper .acciones-container .requerido {
    font-size: 13px;
    background-color: #f8efae;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s; }

.layout-wrapper .bar-acciones-flotante {
  display: none; }
  .layout-wrapper .bar-acciones-flotante .reportes-flotante {
    text-align: center; }
    .layout-wrapper .bar-acciones-flotante .reportes-flotante i {
      background-color: #950054;
      color: white;
      padding: 5px;
      font-size: 1.5em;
      width: 28px;
      height: 28px;
      line-height: 28px;
      margin: 4px;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      -moz-border-radius: 5;
      -webkit-border-radius: 5;
      border-radius: 5; }
    .layout-wrapper .bar-acciones-flotante .reportes-flotante i:hover {
      background-color: #bd3289;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
  .layout-wrapper .bar-acciones-flotante .ayuda-flotante {
    text-align: center; }
    .layout-wrapper .bar-acciones-flotante .ayuda-flotante i {
      background-color: #5d5d5c;
      color: white;
      padding: 5px;
      font-size: 1.5em;
      width: 28px;
      height: 28px;
      line-height: 28px;
      margin: 4px;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      -moz-border-radius: 5;
      -webkit-border-radius: 5;
      border-radius: 5; }
    .layout-wrapper .bar-acciones-flotante .ayuda-flotante i:hover {
      background-color: #bd3289;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }

.layout-wrapper .menu-acciones {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: solid 2px #950054;
  position: initial; }
  .layout-wrapper .menu-acciones .colapser {
    cursor: pointer;
    margin-left: 30px;
    background-color: #db46a3;
    color: white; }
  .layout-wrapper .menu-acciones .colapser:hover {
    background-color: #bd3289;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .layout-wrapper .menu-acciones ul li {
    list-style-type: none;
    float: left; }
  .layout-wrapper .menu-acciones ul .unactive a {
    margin-right: 1px;
    text-transform: uppercase;
    padding: 11px 15px;
    line-height: 47px;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .layout-wrapper .menu-acciones ul .unactive a:hover {
      background-color: #f8efae;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
  .layout-wrapper .menu-acciones ul .active a {
    padding: 11px 15px;
    line-height: 47px;
    color: #3e425b;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #fff;
    border-left: solid 2px #950054;
    border-top: solid 2px #950054;
    border-right: Solid 2px #950054;
    text-decoration: none;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .layout-wrapper .menu-acciones ul .active a:hover {
      background-color: #f8efae;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }

.layout-wrapper .topbar {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 49px;
  background-color: #212121;
  top: 0; }
  .layout-wrapper .topbar .logo {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    background: url("") top left no-repeat; }
  .layout-wrapper .topbar .topbar-left {
    box-sizing: border-box;
    padding: 0 13px;
    height: 49px;
    width: auto;
    float: left; }
  .layout-wrapper .topbar h2 {
    display: none;
    padding-left: 15px;
    color: white;
    font-size: 23px;
    margin: 0;
    line-height: 49px; }
  .layout-wrapper .topbar .topbar-right {
    box-sizing: border-box;
    padding: 0;
    height: 49px;
    width: auto;
    float: right; }
    .layout-wrapper .topbar .topbar-right .cerrar-sesion {
      background-color: #db46a3;
      padding: 18px 7px 18px 7px; }
    .layout-wrapper .topbar .topbar-right .cerrar-sesion:hover {
      background-color: #bd3289;
      color: white;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    .layout-wrapper .topbar .topbar-right #topbar-menu-button {
      display: none;
      float: right;
      color: #ffffff;
      vertical-align: middle;
      height: 36px;
      margin: 5px 10px 0 0;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .layout-wrapper .topbar .topbar-right #topbar-menu-button i {
        -moz-transition: color 0.5s;
        -o-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        transition: color 0.5s;
        font-size: 36px; }
    .layout-wrapper .topbar .topbar-right .topbar-items .search-item input {
      position: relative;
      top: -10px;
      font-size: 16px;
      background-color: transparent;
      border-width: 0 0 1px 0;
      padding: 2px 2px 1px 2px;
      border-color: #ffffff;
      color: #ffffff; }
      .layout-wrapper .topbar .topbar-right .topbar-items .search-item input:focus {
        outline: 0 none;
        border-bottom-width: 2px; }
    .layout-wrapper .topbar .topbar-right .topbar-items .search-item input:focus ~ label {
      top: -5px;
      font-size: 12px;
      color: #3e425b; }
    .layout-wrapper .topbar .topbar-right .topbar-items .search-item input.ui-state-filled ~ label {
      display: none; }
    .layout-wrapper .topbar .topbar-right .topbar-items .search-item label {
      color: #ffffff;
      top: 8px; }

@media screen and (max-width: 40em) {
  .layout-wrapper .h1-title-system {
    font-size: 14px;
    line-height: 16px; }
  .layout-wrapper .layout-menu {
    top: 60px !important; }
  .layout-wrapper .topbar {
    height: 60px; }
    .layout-wrapper .topbar .topbar-left {
      width: 40%; }
    .layout-wrapper .topbar .topbar-items > li > a.link-id img {
      display: none; }
    .layout-wrapper .topbar .topbar-items > li.id-system {
      display: none; }
  .layout-wrapper .menu-acciones {
    top: 105px;
    width: 100%;
    border-bottom: solid 1px #950054;
    position: initial;
    height: 25px;
    line-height: 25px; }
    .layout-wrapper .menu-acciones ul li {
      list-style-type: none;
      float: left; }
    .layout-wrapper .menu-acciones ul .unactive a {
      /*color: $unactiveTabTextColor;*/
      /*margin-right: 1px;*/
      padding: 5px;
      line-height: 15px;
      height: 15px;
      font-size: 14px;
      /*background-color: $unactiveTabAcciones;*/
      line-height: 15px !important; }
    .layout-wrapper .menu-acciones ul li.unactive:hover {
      background-color: #efefef; }
    .layout-wrapper .menu-acciones ul .active a {
      /*color: $activeTabTextColor;*/
      /*font-weight: 600;*/
      background-color: #fff;
      border-left: solid 1px #950054;
      border-top: solid 1px #950054;
      border-right: Solid 1px #950054;
      padding: 5px;
      line-height: 15px !important;
      font-size: 14px; } }

@media screen and (min-width: 40.063em) {
  .layout-wrapper .h1-title-system {
    font-size: 16px;
    line-height: 18px; }
  .layout-wrapper .topbar {
    height: 60px; }
    .layout-wrapper .topbar .topbar-left {
      width: 46%; }
    .layout-wrapper .topbar .topbar-items > li > a.link-id img {
      display: none; }
    .layout-wrapper .topbar .topbar-items > li.id-system {
      display: none; }
  .layout-wrapper .menu-acciones {
    top: 105px; } }

@media screen and (min-width: 64.063em) {
  .layout-wrapper .h1-title-system {
    font-size: 18px;
    line-height: 20px; }
  .layout-wrapper .layout-menu {
    top: 49px !important; }
  .layout-wrapper .topbar {
    height: 49px; }
    .layout-wrapper .topbar .topbar-left {
      width: auto; }
    .layout-wrapper .topbar .topbar-items > li > a.link-id img {
      display: block; }
    .layout-wrapper .topbar .topbar-items > li.id-system {
      display: block; }
    .layout-wrapper .topbar .topbar-right .cerrar-sesion {
      padding: 13px 7px 12px 7px; }
  .layout-wrapper .acciones-container.layout-menu-static-inactive .requerido {
    margin-left: 0; }
  .layout-wrapper .acciones-container .requerido {
    margin-left: 310px; }
  .layout-wrapper #bar-title {
    top: 49px; }
    .layout-wrapper #bar-title .form-title {
      margin-left: 290px; }
      .layout-wrapper #bar-title .form-title.layout-menu-static-inactive {
        margin-left: 0; }
  .layout-wrapper .menu-acciones {
    top: 93px; } }

.ui-confirm-dialog-message {
  display: block !important;
  margin-top: 0; }

/*para msg alerta*/
.ui-icon-alert {
  color: #ffc107 !important; }

/*para msg error*/
.ui-icon-error {
  color: #e62a10 !important; }

/*para msg informativo*/
.ui-icon-info-outline {
  color: #00B5DE !important; }

/*para msg crítico*/
.ui-icon-warning {
  color: #212121 !important; }

i[class^="icon-menu fa fa-question-circle"]:before {
  font-size: 24px; }

.menu-title {
  font-size: 18px;
  height: 43px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px; }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
  display: block;
  width: 100%;
  margin: 20px 0; }

@media (min-width: 640px) {
  .dividerVertical {
    overflow: hidden;
    background-color: #e0e0e0;
    display: block;
    width: 0.5px;
    margin: 10px -2px;
    padding: 1.5em .05em; } }

@media (max-width: 640px) {
  .dividerVertical {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
    display: block;
    width: 100%;
    margin: 20px 0; } }

/**Bot�n para volver arriba**/
#to-top {
  bottom: 2%;
  clear: both;
  cursor: pointer;
  display: block;
  display: none;
  font-size: 35px;
  height: 46px;
  padding-left: 7px;
  position: fixed;
  right: 2%;
  width: 46px;
  z-index: 7000; }

/**Men� de acciones**/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.geo-combos {
  background-color: white;
  margin-top: 10px; }
  .geo-combos .ui-g-12 {
    padding: 3px;
    background-color: #801260 !important; }
    .geo-combos .ui-g-12 .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
      color: #fff; }
    .geo-combos .ui-g-12 .ui-selectonemenu .ui-selectonemenu-label.ui-inputfield {
      color: #fff; }
    .geo-combos .ui-g-12 .ui-corner-all {
      border-bottom-color: white !important; }
    .geo-combos .ui-g-12 .ui-state-disabled {
      opacity: 1 !important; }
      .geo-combos .ui-g-12 .ui-state-disabled.ui-corner-all {
        border-bottom-color: #747884 !important; }
      .geo-combos .ui-g-12 .ui-state-disabled .ui-selectonemenu-trigger .ui-icon {
        color: #747884 !important; }

.menu-title > h5 {
  margin: auto;
  font-size: 1.20rem;
  font-weight: normal;
  display: inline-block;
  padding-right: 10px; }

.label-junta {
  display: inline-block;
  background-color: white;
  padding: 10px; }

ul.accordion {
  padding-left: 0px;
  font-size: 16px; }

ul.inner {
  padding-left: 0px; }

.accordion {
  padding-bottom: 120px; }

.layout-menu {
  background-color: #424242 !important; }

.accordion li, .inner li {
  list-style-type: none; }

.titulo-menu {
  color: #fc6bcb;
  padding: 10px 15px;
  font-weight: 600; }

.titulo-menu:hover {
  background-color: #6a4a69; }

.titulo-submenu {
  color: #F2C0EB;
  padding: 10px 15px; }

.titulo-submenu:hover {
  background-color: #6a4a69; }

.titulo-modulo {
  padding-left: 15px;
  margin-bottom: 0; }

.titulo-modulo:hover {
  background-color: #6a4a69; }
  .titulo-modulo:hover a {
    color: #fff !important; }

.white-text {
  color: #FFFFFF !important; }

/**Clases que corrigen comportamiento del men� para pantallas peque�as**/
@media (max-width: 1024px) {
  .layout-wrapper.menu-layout-static .layout-menu {
    margin-left: -330px; }
  .layout-wrapper.menu-layout-static .layout-main {
    margin-left: 0px; }
  /*.layout-wrapper.menu-layout-static.layout-menu-static-active .layout-menu {
        //margin-left: 0;
   
    }*/
  .layout-wrapper.menu-layout-static .layout-mask {
    display: block;
    z-index: 11; } }

/**Clases a�adidas para los cards de notificaciones**/
.card-notificacion {
  margin-right: -5%;
  margin-left: 2%; }

div.card-notificacion:first-of-type > .ui-g {
  margin: 0px; }

.notificacion-rango-temporal {
  border-left-color: #955f00;
  border-left-width: 10px;
  border-left-style: solid; }

.notificacion-respuesta-demorada {
  border-left-color: #023f82;
  border-left-width: 10px;
  border-left-style: solid; }

.notificacion-procesos-inconclusos {
  border-left-color: #5b7800;
  border-left-width: 10px;
  border-left-style: solid; }

.notificacion-avance-procesos {
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #ff5c1d; }

.notificacion-validacion-datos {
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #722992; }

.card-graficas {
  border-left-width: 10px;
  border-left-style: solid;
  margin-right: -5%;
  margin-left: 2%;
  border-left-color: #01b83c; }

.notificaciones-button {
  padding-top: 15px !important; }
  .notificaciones-button .material-icons {
    font-size: 21px !important; }

.ui-tree .ui-tree-container {
  margin: 0;
  padding: 3px;
  overflow: auto; }

.ui-tree .ui-treenode-label {
  margin: 2px 0 0 0;
  vertical-align: top;
  padding: 0 3px; }

.no-border {
  background-color: inherit !important;
  border: none !important; }
  .no-border .ui-panel-content {
    padding: 0 !important; }

.wizard-no-back .ui-wizard-navbar .ui-wizard-nav-back {
  display: none !important; }

.ui-autocomplete .ui-autocomplete-dropdown.ui-button.ui-button-icon-only {
  position: absolute;
  right: 0;
  top: 0; }

.ui-autocomplete .ui-autocomplete-dropdown .ui-button-icon-primary {
  color: #db46a3 !important; }

/*
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  /*padding-left: ceil(($grid-gutter-width / 2));
        padding-right: floor(($grid-gutter-width / 2));*/
  padding: 16px 10px;
  box-sizing: border-box; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

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

