
  .at-input.validating * {
    cursor: progress;
  }/********** CALENDARIO **********
  ******************************
  ******************************/
  .calendario-wrapper {
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    color: inherit;
    color: #000;
    justify-content: space-around;
    margin-bottom: 2em;
    padding: 2%;
    max-width: 600px; }
    .calendario-wrapper > * {
      margin-top: 1em;
      margin-bottom: 1em; }
  
  .calendario {
    flex-grow: 1; }
    .calendario .datepicker--day-name {
      color: navy; }
    .calendario .datepicker--cell.-current- {
      color: #000080;
      font-weight: bold; }
  
  .datepickers-container {
    min-width: 300px; }
  
  .datepicker {
    box-sizing: border-box !important; }
  
  .datepicker--time {
    display: none !important; }
  
  .input-group.datetimepicker {
    margin: auto;
    max-width: 360px; }
  
  .wrapper-time {
    display: flex;
    width: 130px;
    align-items: center;
    margin: 1em 4%; }
    .wrapper-time div:nth-child(2) {
      font-size: 2em;
      padding: 0 10px; }
    .wrapper-time button, .wrapper-time input {
      width: 52px; }
    .wrapper-time button {
      text-align: center; }
    .wrapper-time input {
      margin: 15px 0;
      font-size: 2em;
      padding: 0;
      text-align: center;
      min-height: 1.8em; }.capturar--actionButtons-wrapper,
  .capturar--camaraButtons-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    .capturar--actionButtons-wrapper li,
    .capturar--camaraButtons-wrapper li {
      list-style-type: none;
      display: block;
      width: 100%;
      max-width: 320px;
      padding: 2px 0px;
      margin-bottom: 2px; }
      .capturar--actionButtons-wrapper li a,
      .capturar--camaraButtons-wrapper li a {
        width: 100%;
        text-decoration: none;
        padding: 10px;
        display: block;
        color: white;
        border: 2px solid rgba(0, 0, 0, 0.2);
        text-align: left;
        border-radius: 5px; }
        .capturar--actionButtons-wrapper li a.capturar,
        .capturar--camaraButtons-wrapper li a.capturar {
          background: #0b9092; }
  
  .avoidWordSeparation {
    white-space: nowrap; }
  
  
  .salasChat--insertPage-wrapper input, .salasChat--insertPage-wrapper textarea {
    resize: none; }
  
  .salasChat--insertPage-wrapper .alreadySelectedUsersWarning {
    width: calc(100% - 40px); }
  
  .salasChat--insertPage-wrapper .panel-body .active .highlight {
    color: #000000; }
  
  .salasChat--item-wrapper {
    border-bottom: 1px solid #37a9d8;
    padding-top: 10px; }
    .salasChat--item-wrapper:first-of-type {
      border-top: 1px solid #37a9d8; }
    .salasChat--item-wrapper .texto h1 {
      font-size: 22px;
      margin: 0 0 .5em 0; }
    .salasChat--item-wrapper .texto .creador {
      font-size: .7em;
      color: gray;
      text-align: right;
      line-height: 1;
      margin-bottom: 5px; }
  
  .salasChat--viewPage-wrapper .botones {
    white-space: nowrap;
    float: right;
    margin-left: 10px; }
  
  .salasChat--listaParticipantes-wrapper p {
    padding: 6px 1.7vw;
    margin: 0;
    display: flex;
    align-items: baseline; }
    .salasChat--listaParticipantes-wrapper p:nth-child(odd) {
      background: #f4fcff; }
    .salasChat--listaParticipantes-wrapper p > a {
      margin-left: auto; }
  
  .salasChat--button-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%; }
    .salasChat--button-wrapper a.btn {
      cursor: pointer; }
    .salasChat--button-wrapper .btn {
      width: 100%;
      display: flex;
      justify-content: center;
      height: 100%;
      max-width: 250px;
      white-space: normal;
      min-height: 64px;
      margin: 1em;
      padding: 0;
      cursor: auto; }
      .salasChat--button-wrapper .btn span {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 60px;
        margin: 0;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 4px 0 0 4px; }
      .salasChat--button-wrapper .btn p {
        margin: 0;
        width: calc(100% - 60px);
        align-self: center;
        padding: 10px; }
      .salasChat--button-wrapper .btn.js-saveNewSelectionParticipantesSalaChat {
        max-width: 400px; }
    .salasChat--button-wrapper div.btn-primary:focus, .salasChat--button-wrapper div.btn-primary.focus, .salasChat--button-wrapper div.btn-primary:hover, .salasChat--button-wrapper div.btn-primary.hover {
      color: #fff;
      background-color: #C2175C;
      border-color: #0a797a; }
  
  .salasChat--usuariosSeleccionados-wrapper {
    padding: 0;
    width: 100%;
    max-height: 76px;
    min-height: 2.166667em;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto; }
    .salasChat--usuariosSeleccionados-wrapper span {
      padding: 7px 10px 7px 0px;
      border: 1px solid #37a9d8;
      border-radius: 5px;
      margin: 3px;
      display: inline-block;
      line-height: 1em; }
      .salasChat--usuariosSeleccionados-wrapper span em {
        cursor: pointer;
        padding: 0px 5px 0px 15px; }
  
  .mensajesChat--insertPage-wrapper {
    height: 100vH;
    height: calc(var(--app-height, 1vh) * 100 + 50px);
    flex-direction: column;
    text-align: left;
    font-family: Raleway, "sans-serif";
    font-size: 14px; }
    .mensajesChat--insertPage-wrapper input, .mensajesChat--insertPage-wrapper textarea {
      color: #333333; }
    .mensajesChat--insertPage-wrapper input:focus, .mensajesChat--insertPage-wrapper textarea:focus, .mensajesChat--insertPage-wrapper button:focus {
      outline: 0px !important;
      -webkit-appearance: none; }
    .mensajesChat--insertPage-wrapper > header {
      margin-bottom: 8px;
      box-shadow: 0px 5px 5px 0px #c5c5c5;
      border-bottom: 1px solid #009093;
      background: #5dbbc1;
      position: fixed;
      width: 100%; }
      .mensajesChat--insertPage-wrapper > header > h1 {
        color: #FFFFFF;
        padding: 3px 4vW;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        font-weight: bold;
        background: #009093; }
        .mensajesChat--insertPage-wrapper > header > h1 i {
          margin-right: 8px; }
      .mensajesChat--insertPage-wrapper > header > ul {
        margin: 3px;
        display: flex;
        flex-wrap: nowrap;
        min-height: 2em; }
        .mensajesChat--insertPage-wrapper > header > ul li {
          margin: 0 1px;
          list-style: none;
          width: 50%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .mensajesChat--insertPage-wrapper > header > ul li a {
            width: 100%;
            font-size: 12px;
            height: 100%;
            padding: 6px 4px;
            position: relative; }
          .mensajesChat--insertPage-wrapper > header > ul li:nth-child(1) {
            max-width: 37px; }
            .mensajesChat--insertPage-wrapper > header > ul li:nth-child(1) a {
              display: flex;
              justify-content: center;
              flex-direction: column; }
          .mensajesChat--insertPage-wrapper > header > ul li:nth-child(n+1) i:nth-child(2) {
            position: absolute;
            left: 16vw;
            top: calc(50% - 12px); }
    .mensajesChat--insertPage-wrapper .mensaje-wrapper {
      text-align: right;
      word-break: break-word;
      margin-left: 15vW;
      margin-bottom: 1em;
      border: 1px solid #009093;
      border-radius: 8px;
      width: calc(100% - 15vw);
      padding: 5px; }
      .mensajesChat--insertPage-wrapper .mensaje-wrapper span {
        display: block;
        font-size: .75em;
        color: #505050; }
      .mensajesChat--insertPage-wrapper .mensaje-wrapper:nth-child(1) {
        margin-top: auto; }
      .mensajesChat--insertPage-wrapper .mensaje-wrapper.yoSoySender {
        border: 1px solid #58bbc2;
        margin-left: auto;
        margin-right: 15vW;
        text-align: left; }
    .mensajesChat--insertPage-wrapper .dropdown-form-wrapper {
      max-width: 450px;
      margin: auto; }
    .mensajesChat--insertPage-wrapper .dropdown-menu-wrapper {
      position: relative; }
      .mensajesChat--insertPage-wrapper .dropdown-menu-wrapper .switch {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
    .mensajesChat--insertPage-wrapper .dropdown-menu .dropdown-header {
      color: #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      margin-bottom: 5px;
      display: block !important;
      font-weight: bold;
      letter-spacing: 0.5px; }
    .mensajesChat--insertPage-wrapper .dropdown-menu > li > a {
      color: #FFFFFF; }
    .mensajesChat--insertPage-wrapper .dropdown-menu {
      display: block;
      width: 96%;
      margin: 0 2%;
      top: -5px;
      height: calc((var(--app-height, 1vh) * 100) - 70px - 60px);
      border: 1px solid #00797a;
      overflow: scroll;
      background: #009093;
      color: #FFFFFF; }
      .mensajesChat--insertPage-wrapper .dropdown-menu li {
        width: 100%; }
        .mensajesChat--insertPage-wrapper .dropdown-menu li.dropdown-header:hover {
          background: transparent !important; }
        .mensajesChat--insertPage-wrapper .dropdown-menu li:not(.dropdown-footer) {
          display: flex; }
          .mensajesChat--insertPage-wrapper .dropdown-menu li:not(.dropdown-footer):hover {
            background: #f5f5f5; }
          .mensajesChat--insertPage-wrapper .dropdown-menu li:not(.dropdown-footer):nth-child(even) {
            background: rgba(255, 255, 255, 0.2); }
            .mensajesChat--insertPage-wrapper .dropdown-menu li:not(.dropdown-footer):nth-child(even):hover {
              background: #f5f5f5; }
          .mensajesChat--insertPage-wrapper .dropdown-menu li:not(.dropdown-footer) a:hover {
            background: transparent; }
          .mensajesChat--insertPage-wrapper .dropdown-menu li:not(.dropdown-footer) a:nth-child(1) {
            flex-grow: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 6px 20px; }
          .mensajesChat--insertPage-wrapper .dropdown-menu li:not(.dropdown-footer) a:nth-child(2) {
            margin-left: auto; }
      .mensajesChat--insertPage-wrapper .dropdown-menu .dropdown-header {
        padding: 20px;
        min-height: 60px;
        font-size: 1.125em;
        text-align: center; }
      .mensajesChat--insertPage-wrapper .dropdown-menu .dropdown-footer {
        border-bottom: none;
        border-top: 1px solid #FFFFFF;
        padding: 20px 0 0 0;
        margin-top: 5px; }
  
  .mensajesChat--mensajes-wrapper {
    height: 100vH;
    height: calc(var(--app-height, 1vh) * 100);
    overflow: scroll;
    margin: 0;
    padding: 78px 4vw 66px;
    display: flex;
    flex-flow: column nowrap;
    background: white; }
  
  .mensajesChat--mensajesInput-wrapper, .mensajesChat--disabledSalaMessage-wrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin-top: 8px;
    box-shadow: 0px -5px 5px 0px #c5c5c5;
    min-height: 66px;
    border-top: 1px solid #009093;
    background: #5dbbc1; }
  
  .mensajesChat--disabledSalaMessage-wrapper {
    padding: 20px 4vw;
    font-size: 1.25em;
    font-weight: bold;
    color: #FFFFFF; }
  
  .mensajesChat--mensajesInput-wrapper {
    display: flex; }
    .mensajesChat--mensajesInput-wrapper p {
      width: 100%; }
    .mensajesChat--mensajesInput-wrapper textarea {
      flex-grow: 1;
      border: 1px solid gray;
      width: 100vW;
      margin: 5px 0 5px 5px;
      min-height: 55px;
      border-radius: 5px 0px 0px 5px;
      resize: none; }
    .mensajesChat--mensajesInput-wrapper button {
      margin: 5px 5px 5px 0;
      min-height: 55px;
      border-radius: 0px 5px 5px 0px; }.navbar-header {
    align-items: center; }
  
  
  .avoidWordSeparation {
    white-space: nowrap; }
  
  .navbar-brand.timeFarma {
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    flex-grow: 1;
    height: auto; }
    .navbar-brand.timeFarma img {
      width: 100%;
      max-width: 263px;
      float: left; }

      article,
  aside,
  footer,
  header,
  nav,
  section,
  main {
    display: block; }
  
  dl,
  dt,
  dd,
  ol,
  ul,
  li {
    margin: 0;
    padding: 0;
    border: 0; }
  
  html {
    font-size: 62.5%;
    color: #505050; }
  
  body {
    font-size: 1.6rem;
    line-height: 1.4; }
  
  * {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  
  * {
    box-sizing: border-box; }
  
  *:before,
  *:after {
    box-sizing: inherit; }
  
  body {
    padding: 0px;
    margin: 0px;
    font-family: Raleway,sans-serif; }
  
  #cotejoRecetasWrapper {
    max-width: 900px;
    margin: auto;
    padding: 1vW 4vW;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 88.88888889%;
    font-family: Raleway,sans-serif; }
    #cotejoRecetasWrapper #mainHeader h1 {
      font-size: 1.8em; }
    #cotejoRecetasWrapper h1 {
      font-size: 1.5em;
      font-weight: 700; }
    #cotejoRecetasWrapper .container-2-cols {
      display: flex;
      justify-content: center;
      flex-wrap: nowrap; }
      #cotejoRecetasWrapper .container-2-cols > section {
        width: 50%;
        margin: 0 3%;
        padding: 0 15px 10px;
        border: 1px solid #daf2fb;
        border-radius: 5px;
        background: #f4fcff; }
        #cotejoRecetasWrapper .container-2-cols > section h1 {
          text-align: center; }
        #cotejoRecetasWrapper .container-2-cols > section textarea {
          height: calc(100vH - 410px);
          min-height: 320px;
          width: 100%;
          border-radius: 5px;
          border: 1px solid #d4d4d4;
          padding: 5px 10px;
          line-height: 1.7;
          letter-spacing: 1px;
          color: #505050; }
    #cotejoRecetasWrapper #resultado {
      min-height: 600px;
      padding-bottom: 300px; }
      #cotejoRecetasWrapper #resultado .ubicacionCodigoWrapper {
        border: 1px solid #d9f2fb;
        border-radius: 5px;
        padding: .5em 1vW 0; }
      #cotejoRecetasWrapper #resultado p {
        margin: 0 0 .5em 0; }
      #cotejoRecetasWrapper #resultado ul {
        margin: 10px 20px;
        border: 1px solid #daf2fb;
        border-radius: 5px; }
      #cotejoRecetasWrapper #resultado li {
        padding: 20px;
        list-style: none; }
        #cotejoRecetasWrapper #resultado li h1 {
          margin-bottom: .5em;
          margin-top: 0;
          font-size: 1.3em; }
        #cotejoRecetasWrapper #resultado li strong {
          text-transform: capitalize;
          padding-left: 0.7em; }
        #cotejoRecetasWrapper #resultado li small {
          text-transform: lowercase;
          font-size: .8em;
          font-style: italic; }
        #cotejoRecetasWrapper #resultado li:nth-child(2n) {
          background-color: #f4fcff; }
    #cotejoRecetasWrapper button {
      padding: .5em 1em;
      font-size: 18px;
      border-radius: 5px;
      margin: 1em auto;
      display: block;
      background: #186f94;
      color: #FFFFFF; }.foto-mapa {
    margin-bottom: 1.3em; }
  
  @media (max-width: 420px) {
    .bootstrap-datetimepicker-widget.dropdown-menu {
      max-width: 270px;
      left: 0 !important; } }
  
  .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table td span {
    width: 40px !important;
    height: auto !important;
    line-height: 1 !important;
    padding-left: 0;
    padding-right: 0; }
  
  .bootstrap-datetimepicker-widget table td.separator {
    width: auto !important; }
  
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    font-size: 1em !important; }
  
  #farmacias_update_horario_form > .row, #farmacias_update_horario_especial_form > .row, #farmacias_update_horario_festivos_form > .row {
    padding-left: 0;
    padding-right: 0; }
  
  .paginaHorarioWrapper {
    margin: auto 5%; }
    .paginaHorarioWrapper h5 {
      font-size: 28px; }
      .paginaHorarioWrapper h5:not(:nth-child(1)) {
        margin-top: 2em; }
      .paginaHorarioWrapper h5 span {
        font-size: 22px;
        display: block; }
    .paginaHorarioWrapper h6 {
      font-size: 22px;
      text-align: center;
      margin-top: 1em; }
    .paginaHorarioWrapper p {
      padding-left: 5%;
      font-size: 20px; }
    .paginaHorarioWrapper ul {
      font-size: 20px; }
      .paginaHorarioWrapper ul li {
        margin-bottom: .6em; }
  
  #horario-panel-body .nav-tabs > li > a {
    font-size: 1.25em; }
  
  #horario-panel-body .nav-tabs > li.active > a {
    font-weight: bold; }
  
  #horario-panel-body .js-activate-insert-horario-especial {
    margin-bottom: 1em; }
  
  .panel-ubicacion-farmacia .panel-body {
    padding: 1px; }
  
  .panel-ubicacion-farmacia .btn {
    margin: 1em auto;
    white-space: normal; }
  
  table.horario {
    min-width: 500px;
    width: calc(200px + 150px * 5);
    margin: auto; }
    table.horario > thead > tr > th {
      text-align: center; }
    table.horario.continuo {
      width: calc(250px + 150px * 2); }
    table.horario.lun-vie-igual > tbody > tr:nth-child(2),
    table.horario.lun-vie-igual > tbody > tr:nth-child(3),
    table.horario.lun-vie-igual > tbody > tr:nth-child(4),
    table.horario.lun-vie-igual > tbody > tr:nth-child(5) {
      display: none; }
    table.horario > thead > tr > th:first-child {
      width: 200px; }
    table.horario > thead > tr > th:not(:first-child) {
      width: 150px; }
    table.horario .js-toggle-specialWeekend {
      background: #196e93;
      display: inline-block;
      padding: 5px 10px;
      position: absolute;
      bottom: 5px;
      left: 5px;
      z-index: 10;
      font-size: 0.85em;
      color: white;
      border-radius: 5px; }
      table.horario .js-toggle-specialWeekend i {
        font-size: 1em;
        padding-left: 5px; }
    table.horario .specialWeekend td {
      padding: 0 !important;
      border-top: none !important; }
    table.horario .specialWeekend .specialWeekendDefinitions {
      max-height: 0;
      overflow: hidden;
      transition: all 0.5s ease-out; }
    table.horario .show.specialWeekend {
      display: table-row !important; }
      table.horario .show.specialWeekend td {
        padding: 8px; }
      table.horario .show.specialWeekend .specialWeekendDefinitions {
        max-height: 350px;
        overflow: scroll;
        padding: 1em 15px; }
        table.horario .show.specialWeekend .specialWeekendDefinitions .form-control {
          display: inline-block;
          width: auto;
          max-width: 100%; }
    table.horario > tbody > tr.disabled > td:nth-child(2),
    table.horario > tbody > tr.disabled > td:nth-child(3),
    table.horario > tbody > tr.disabled > td:nth-child(4),
    table.horario > tbody > tr.disabled > td:nth-child(5),
    table.horario > tbody > tr.disabled > td:nth-child(6), table.horario > thead > tr.disabled > td:nth-child(2),
    table.horario > thead > tr.disabled > td:nth-child(3),
    table.horario > thead > tr.disabled > td:nth-child(4),
    table.horario > thead > tr.disabled > td:nth-child(5),
    table.horario > thead > tr.disabled > td:nth-child(6) {
      display: none;
      transition: all 200ms ease; }
    table.horario > tbody > tr:not(.specialWeekend) > td {
      vertical-align: inherit;
      height: 160px;
      width: 150px; }
      table.horario > tbody > tr:not(.specialWeekend) > td:nth-child(1) {
        width: 250px;
        font-weight: bold;
        cursor: pointer;
        text-align: left;
        position: relative; }
        table.horario > tbody > tr:not(.specialWeekend) > td:nth-child(1) span {
          display: inline-block;
          width: 150px; }
          table.horario > tbody > tr:not(.specialWeekend) > td:nth-child(1) span small.totalPeriodHours, table.horario > tbody > tr:not(.specialWeekend) > td:nth-child(1) span small.totalDayHours {
            position: absolute;
            font-size: 0.7em;
            color: grey; }
      table.horario > tbody > tr:not(.specialWeekend) > td > div {
        margin: auto; }
    table.horario > thead > tr > th {
      height: auto; }
      table.horario > thead > tr > th:nth-child(1) {
        padding-bottom: 0;
        padding-top: 20px;
        text-align: left; }
      table.horario > thead > tr > th input.cmn-toggle-round + label span {
        width: 200px;
        height: 2em; }
      table.horario > thead > tr > th input.cmn-toggle-round + label span:after {
        content: 'Cerrar'; }
      table.horario > thead > tr > th input.cmn-toggle-round:checked + label span:after {
        content: 'Abrir'; }
    table.horario input.cmn-toggle-round:not(:checked) + label:before {
      background-color: red; }
    table.horario input.cmn-toggle-round + label + span {
      position: absolute; }
    table.horario input.cmn-toggle-round + label + span:after {
      content: 'Cerrado';
      color: red;
      font-size: .85em;
      width: 60px;
      text-align: center;
      font-weight: bold;
      transition: all 200ms ease;
      position: absolute;
      top: -0.2em; }
    table.horario input.cmn-toggle-round:checked + label + span:after {
      content: 'Abierto';
      color: green;
      position: absolute;
      top: -3.6em; }
  
  table.horario.horarioFestivos {
    width: calc(370px + 150px * 5); }
    table.horario.horarioFestivos.continuo {
      width: calc(370px + 150px * 2); }
    table.horario.horarioFestivos > thead > tr > th:first-child {
      width: 370px; }
    table.horario.horarioFestivos > tbody > tr > td:nth-child(1) {
      width: 370px; }
    table.horario.horarioFestivos > tbody > tr > td:nth-child(1) span {
      width: calc(310px - 60px);
      white-space: normal; }
  
  table.horario > tbody > tr > td.disabled,
  table.horario.continuo > tbody > tr > td:nth-child(4),
  table.horario.continuo > thead > tr > th:nth-child(4),
  table.horario.continuo > tbody > tr > td:nth-child(5),
  table.horario.continuo > thead > tr > th:nth-child(5),
  table.horario.continuo > tbody > tr > td:nth-child(6),
  table.horario.continuo > thead > tr > th:nth-child(6) {
    display: none;
    opacity: 0; }
  
  .catchAttentionBlink {
    -webkit-animation-name: catchAttentionBlink;
            animation-name: catchAttentionBlink;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-iteration-count: 3;
            animation-iteration-count: 3;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  
  @-webkit-keyframes fadingInvalid {
    0% {
      border-color: transparent; }
    5% {
      border-color: red; }
    95% {
      border-color: red; }
    100% {
      border-color: transparent; } }
  
  @keyframes fadingInvalid {
    0% {
      border-color: transparent; }
    5% {
      border-color: red; }
    95% {
      border-color: red; }
    100% {
      border-color: transparent; } }
  
  @-webkit-keyframes fadingWarning {
    0% {
      border-color: transparent; }
    5% {
      border-color: orange; }
    95% {
      border-color: orange; }
    100% {
      border-color: transparent; } }
  
  @keyframes fadingWarning {
    0% {
      border-color: transparent; }
    5% {
      border-color: orange; }
    95% {
      border-color: orange; }
    100% {
      border-color: transparent; } }
  
  @-webkit-keyframes catchAttentionBlink {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1); }
    50% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1); } }
  
  @keyframes catchAttentionBlink {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1); }
    50% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1); } }
  
  td.tm .popover.top {
    margin-top: -30px; }
  
  td.tm .time {
    transition: all 200ms ease;
    border-color: transparent;
    border-style: solid;
    border-width: 3px;
    border-radius: 7px !important; }
    td.tm .time.invalid {
      -webkit-animation: fadingInvalid 10s 1;
              animation: fadingInvalid 10s 1; }
    td.tm .time.warning {
      -webkit-animation: catchAttentionBlink 0.75s 3, fadingWarning 10s 1;
              animation: catchAttentionBlink 0.75s 3, fadingWarning 10s 1; }
    td.tm .time .extendsToDays {
      color: #ed143d;
      position: absolute;
      top: -3em;
      left: 0;
      text-align: center;
      width: 100%;
      font-size: .85em; }
  
  td.tm .input-group .form-control {
    width: 2.5em;
    float: none;
    padding-left: 5px;
    padding-right: 5px; }
  
  td.tm .dos-puntos {
    float: left;
    font-size: 1.5em;
    margin: 0 .1em; }
  
  td.tm .minuto-container input {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    text-align: center; }
  
  td.tm .hora-container input {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    text-align: center; }
  
  td.tm .hora-container, td.tm .minuto-container {
    position: relative;
    float: left; }
    td.tm .hora-container .hora-mas, td.tm .hora-container .hora-menos, td.tm .hora-container .minuto-mas, td.tm .hora-container .minuto-menos, td.tm .minuto-container .hora-mas, td.tm .minuto-container .hora-menos, td.tm .minuto-container .minuto-mas, td.tm .minuto-container .minuto-menos {
      position: absolute;
      top: -1.4em;
      left: 0em;
      text-align: center;
      width: 3em; }
    td.tm .hora-container .hora-menos, td.tm .hora-container .minuto-menos, td.tm .minuto-container .hora-menos, td.tm .minuto-container .minuto-menos {
      top: 2.4em; }
  
  .mapTitle {
    font-size: 1.15em; }.FEFARCANSponsor {
    background: #FFFFFF;
    padding-bottom: 2em; }
    .FEFARCANSponsor .container {
      padding: 3em 2.5em 0; }
      .FEFARCANSponsor .container h1, .FEFARCANSponsor .container small {
        color: #000000; }
    .FEFARCANSponsor .logo img {
      max-width: 350px;
      width: 90%;
      margin: auto; }footer.webFooter {
    width: 100%;
    clear: both; }
    footer.webFooter .terms ul {
      padding: 0;
      margin: 0; }
    footer.webFooter .terms li {
      list-style: none; }
    footer.webFooter .bottom-bar {
      padding: 3px 20px;
      font-size: .85em;
      text-align: center;
      background: #186f94;
      color: #FFFFFF; }
      footer.webFooter .bottom-bar a {
        color: #FFFFFF; }
      footer.webFooter .bottom-bar span {
        white-space: nowrap; }
    footer.webFooter .credits {
      padding-top: 1.5em; }
    @media (min-width: 900px) {
      footer.webFooter .terms {
        float: left; }
        footer.webFooter .terms li {
          display: inline-block;
          margin-right: 1em; }
      footer.webFooter .bottom-bar {
        text-align: right; }
      footer.webFooter .credits {
        padding-top: 0; } }.cargosList {
    padding: 1em 0;
    border: 1px solid #186f94;
    border-radius: 5px; }
    .cargosList > li {
      padding: .5em;
      display: flex;
      flex-wrap: wrap; }
      .cargosList > li:nth-child(even) {
        background: #f4fcff; }
      .cargosList > li > *:first-child {
        max-width: calc(100% - 60px); }
      .cargosList > li > .btn-wrapper {
        margin-left: auto; }
      .cargosList > li > form {
        min-width: 100%; }
  
  .cargoHasta-btn {
    width: 100%; }
    .cargoHasta-btn .btn[id^="cargoHasta-btn_"] {
      width: calc(100% - 10px); }
    .cargoHasta-btn > ul {
      width: calc(100% + 41px); }.panel-body div[data-momentum]:nth-child(even) .row {
    background: #f4fcff; }
  
  .panel-body .row address {
    margin-bottom: 0; }
  
  @media (min-width: 600px) {
    .panel-body .row {
      padding: 0.5em 1em 1em; }
      .panel-body .row .pull-left {
        width: calc(100% - 44px - 2rem); } }
  
  .panel-body .row .pull-left {
    margin-bottom: 1em; }
  
  .listado_farmacias .panel-body .row, .listado_usuarios .panel-body .row {
    padding: 2%;
    border-bottom: 1px solid #C2175C;
    cursor: pointer; }
  
  @media (min-width: 600px) {
    .hidden-600 {
      display: none; } }
  
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */.inlineEmailWrapper {
    border: 1px solid #C2175C;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #CCC, -5px -5px 5px #CCC;
    z-index: 10;
    background: white;
    padding: 2%;
    width: calc(100vW - 8vw - 4px);
    margin-top: 65px;
    z-index: 9999;
    position: absolute;
    left: 0; }
    .inlineEmailWrapper h3 {
      margin-top: 0;
      line-height: 44px;
      padding-left: 1.5vW; }
  
  .inline-usuario-externo-form-wrapper {
    width: calc(100% - 30px);
    margin: auto; }
  
  .panel-body {
    position: relative; }
  
  #emailMsgSimpleForm h3 {
    margin-top: 0;
    line-height: 44px; }
  
  #emailMsgSimpleForm .container {
    padding: 0; }
  
  .mensaje_simple_form .drop-zone {
    background: #FFFFFF;
    color: #C2175C;
    border-radius: 7px;
    border: 2px dotted #C2175C;
    padding: 1em; }
  
  .mensaje_simple_form .js-drop-file-container {
    margin: 1em; }
  
  .mensaje_simple_form .ql-editor p, .mensaje_simple_form .ql-editor ol, .mensaje_simple_form .ql-editor ul, .mensaje_simple_form .ql-editor h1, .mensaje_simple_form .ql-editor h2, .mensaje_simple_form .ql-editor h3, .mensaje_simple_form .ql-editor h4 {
    margin: 0 0 0.7em 0 !important; }
  
  .mensaje_simple_form .emailOptionsButtonRow {
    position: relative;
    background-color: #e7f8ff;
    display: flex;
    margin: 15px 0px;
    border-radius: 7px; }
    .mensaje_simple_form .emailOptionsButtonRow .btn-group {
      position: unset; }
    .mensaje_simple_form .emailOptionsButtonRow .itemsWithLinkAndBtn {
      left: 0;
      top: 2.6em; }
    .mensaje_simple_form .emailOptionsButtonRow > * {
      margin: 10px 1.1vW; }
    .mensaje_simple_form .emailOptionsButtonRow button i.fa {
      width: 16px; }
  
  .mensaje_simple_form .row {
    margin-left: 0px;
    margin-right: 0px; }
    .mensaje_simple_form .row .form-group {
      padding: 0em 1em 0em; }
  
  .mensaje_simple_form .flex {
    flex-wrap: wrap;
    height: 100%; }
  
  .mensaje_simple_form label.destinatarios {
    order: 1; }
    .mensaje_simple_form label.destinatarios + span {
      order: 4;
      text-overflow: ellipsis;
      padding-right: 10px;
      overflow: hidden;
      white-space: nowrap;
      width: 100%; }
  
  .mensaje_simple_form .destinatariosCount {
    margin-left: auto;
    order: 2;
    white-space: nowrap;
    line-height: 1.6; }
  
  @media (min-width: 420px) {
    .mensaje_simple_form label.destinatarios + span {
      order: 2;
      width: calc(100% - 190px); }
    .mensaje_simple_form .destinatariosCount {
      order: 3; } }
  
  .mensaje_simple_form .dropdown-menu-grupoDestinatarios {
    max-width: 90vw; }
  
  .mensaje_simple_form label.destinatarios span {
    white-space: nowrap; }
  
  .mensaje_simple_form label.destinatarios + small {
    white-space: nowrap; }
  
  .mensaje_simple_form .destinatario-no-encontrado-wrapper {
    margin: 2%;
    background: #e7f8ff;
    padding: 2%;
    border-radius: 5px; }
    .mensaje_simple_form .destinatario-no-encontrado-wrapper .btn {
      display: block;
      margin: 1em auto;
      white-space: normal; }
  
  .mensaje_simple_form .js-removeUsuarioFromArray {
    cursor: pointer;
    font-style: normal; }
  
  .mensaje_simple_form .ql-toolbar.ql-snow {
    background: #FFFFFF;
    position: relative;
    z-index: 9;
    border-radius: 4px 4px 0 0; }
  
  .mensaje_simple_form .ql-container {
    min-height: 200px;
    margin-top: -5px;
    z-index: 1;
    position: relative;
    font-size: 1em !important;
    font-family: "Georgia, Times, serif" !important; }
  
  #collapsibleAttachmentWrapper {
    display: none; }
  
  .js-removeAttachment {
    cursor: pointer; }
  
  ul.js-uploaded-attachments {
    margin: 0;
    border: 1px solid #cccccc;
    padding: 0 0 5px 1em;
    border-radius: 5px; }
    ul.js-uploaded-attachments li {
      margin-top: 10px;
      display: flex; }
      ul.js-uploaded-attachments li i {
        width: 46px;
        text-align: left; }
      ul.js-uploaded-attachments li a {
        flex-grow: 1;
        margin-left: 15px; }
  
  .unread {
    background-color: #FFFFFF;
    -webkit-filter: sepia(100%) hue-rotate(260deg);
            filter: sepia(100%) hue-rotate(260deg); }
  
  .row.first-loop .col-xs-offset-1.col-xs-11 {
    margin-left: 1.33333%;
    width: 98.66667%;
    padding-right: 0;
    position: initial; }
  
  #sendLaterFieldGroup {
    max-width: 270px;
    margin: 1em  auto; }
  
  .msg-body {
    width: 100%; }
    .msg-body * {
      font-family: Catamaran, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-size: 1em !important; }
      .msg-body * * {
        font-family: Catamaran, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 1em !important; }
  
  .bandejasBtnContainer {
    display: flex; }
    .bandejasBtnContainer > button {
      margin-right: 1em;
      font-size: 1.65em; }
      @media (min-width: 768px) {
        .bandejasBtnContainer > button {
          font-size: 1em; } }
      .bandejasBtnContainer > button.search {
        margin-left: auto;
        margin-right: 0; }
  
  .mensaje_simple_form .dropdown-menu {
    display: block; }
  
  .mensaje_simple_form .emailOptionsButtonRow button.btn {
    background: #C2175C;
    color: #FFFFFF; }
    .mensaje_simple_form .emailOptionsButtonRow button.btn:focus {
      outline: none; }
    .mensaje_simple_form .emailOptionsButtonRow button.btn.expanded {
      box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.3); }
  
  .mensaje_simple_form .gruposDestinatarios-list-wrapper {
    max-width: 100%;
    top: auto;
    padding: 10px;
    min-width: 308px;
    margin-top: -7px;
    border-radius: 5px;
    z-index: 10;
    background: #006d96;
    color: #FFFFFF;
    border-top: none; }
    .mensaje_simple_form .gruposDestinatarios-list-wrapper.dropdown-menu > li > a:hover, .mensaje_simple_form .gruposDestinatarios-list-wrapper .dropdown-menu > li > a:focus {
      color: #FFFFFF;
      text-decoration: none;
      background-color: #006d96; }
    .mensaje_simple_form .gruposDestinatarios-list-wrapper.dropdown-menu > li > a {
      color: #FFFFFF; }
    .mensaje_simple_form .gruposDestinatarios-list-wrapper .dropdown-header {
      color: white;
      border-bottom-color: #FFFFFF; }
    .mensaje_simple_form .gruposDestinatarios-list-wrapper li {
      display: flex;
      width: 100%; }
      .mensaje_simple_form .gruposDestinatarios-list-wrapper li:nth-child(even) {
        background-color: #4a9abb; }
      .mensaje_simple_form .gruposDestinatarios-list-wrapper li.wholeRow {
        flex-direction: column;
        padding: 10px 20px; }
        .mensaje_simple_form .gruposDestinatarios-list-wrapper li.wholeRow textarea {
          color: black;
          border: 1px solid #FFFFFF; }
        .mensaje_simple_form .gruposDestinatarios-list-wrapper li.wholeRow button {
          border: 1px solid #FFFFFF; }
      .mensaje_simple_form .gruposDestinatarios-list-wrapper li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-grow: 1; }
  
  .mensaje_simple_form .flex-grow-0 {
    flex-grow: 0 !important; }
  
  .mensajesLimitAndSearchRow {
    margin: 1em 0; }
    .mensajesLimitAndSearchRow > div:not(:last-child) {
      margin-bottom: 1em; }
    .mensajesLimitAndSearchRow > div:last-child {
      min-height: 39px; }
    .mensajesLimitAndSearchRow input:-webkit-autofill#threadMsg {
      background-color: #FFFFFF !important;
      box-shadow: 0 0 0px 1000px #fff inset;
      border-color: #ccc; }
    .mensajesLimitAndSearchRow .fieldWithAdjacentButtons-wrapper textarea {
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .mensajesLimitAndSearchRow .fieldWithAdjacentButtons-wrapper textarea + button {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        background: #046fa0;
        color: #fff;
        margin: auto;
        border: 1px solid #046fa0; }
    .mensajesLimitAndSearchRow .fieldWithAdjacentButtons-wrapper .js-clearInputField {
      border-width: 2px;
      border-left-width: 0;
      border-right-width: 0;
      border-top-color: #ccc;
      border-bottom-color: #ccc; }
  
  .list-group-item p {
    display: flex;
    flex-wrap: wrap;
    font-size: .85em;
    cursor: pointer;
    height: 100%; }
  
  .list-group-item .nombre, .list-group-item .subject {
    order: 1;
    width: calc(100% - 100px - 1em);
    text-overflow: ellipsis;
    padding-right: 0;
    overflow: hidden;
    white-space: nowrap; }
  
  .list-group-item .subject {
    order: 4;
    width: 100%; }
  
  .list-group-item .adjuntos {
    width: 1em;
    order: 3; }
  
  .list-group-item .recibidoDt {
    order: 2;
    width: 100px;
    text-align: right;
    font-size: .85em; }
  
  @media (min-width: 420px) {
    .list-group-item p {
      font-size: 1em;
      margin: 0; }
    .list-group-item .nombre {
      width: calc(100% - 100px - 1em); }
    .list-group-item .subject {
      width: 100%;
      order: 4; }
    .list-group-item .adjuntos {
      order: 3; } }
  
  @media (min-width: 769px) {
    .list-group-item .nombre {
      width: 35%;
      order: 1;
      margin-right: 1em; }
    .list-group-item .subject {
      width: calc(65% - 100px - 3em);
      order: 2;
      margin-right: 1em; }
    .list-group-item .recibidoDt {
      width: 100px;
      order: 3; }
    .list-group-item .adjuntos {
      order: 4; } }
  
  /* ============================================================
    COMMON
  ============================================================ */
  .switch {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  
  .cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden; }
  
  .cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  
  /* ============================================================
    SWITCH 1 - ROUND
  ============================================================ */
  input.cmn-toggle-round + label {
    padding: 2px;
    width: 60px;
    height: 30px;
    background-color: #dddddd;
    border-radius: 30px; }
  
  input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: ""; }
  
  input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 30px;
    transition: background 0.4s; }
  
  input.cmn-toggle-round + label:after {
    width: 28px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s; }
  
  input.cmn-toggle-round:checked + label:before {
    background-color: #C2175C; }
  
  input.cmn-toggle-round:checked + label:after {
    margin-left: 30px; }
  
  div.token-wrapper {
    padding: 0;
    width: 100%;
    max-height: 76px;
    min-height: 2.166667em;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto; }
  
  .token {
    display: inline-block;
    background: #C2175C;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 5px 5px;
    margin: 4px 2px;
    line-height: 1;
    font-size: 16px; }
    .token.js-destinatarios-autocomplete {
      background: #FFFFFF;
      color: #000000; }
      .token.js-destinatarios-autocomplete:focus {
        outline: none; }
  
  .js-autocomplete-results {
    padding-top: 3px;
    margin-top: -3px;
    border: 1px solid #CCC;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 5px 5px; }
    .js-autocomplete-results > p {
      margin: 5px 0px;
      padding: 0 15px;
      white-space: nowrap;
      overflow-x: scroll; }
      .js-autocomplete-results > p::-webkit-scrollbar {
        display: none; }
      .js-autocomplete-results > p.selected {
        background: #C2175C;
        color: #FFFFFF; }.navbar-nav .at-form .dropdown.open .user-access-btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    position: relative;
    z-index: 5; }
  
  .navbar-nav .at-form .dropdown.open .dropdown-menu {
    padding: 0px 25px 15px;
    z-index: 1; }
  
  @media (min-width: 768px) {
    .navbar-nav .at-form .dropdown.open .dropdown-menu {
      padding: 51px 25px 15px; } }
  
  .navbar-nav .at-form .dropdown .user-access-btn {
    cursor: pointer;
    padding: .5rem 2rem; }
  
  @media (min-width: 768px) {
    .navbar-nav .at-form .dropdown .user-access-btn {
      background-color: #46d2c3;
      border: 1px solid #036154;
      border-radius: 0 0 10px 10px;
      border-top: 0px;
      color: #036154;
      padding: .5rem 1rem; }
    .navbar-nav .at-form .dropdown .dropdown-menu {
      border-top: none;
      border-radius: 0 0 10px 10px;
      margin: 0px;
      top: 0; }
      .navbar-nav .at-form .dropdown .dropdown-menu .at-pwd-form {
        width: 300px; } }
  
  .wrapper-auth .at-form, .wrapper-auth .alert {
    max-width: 500px;
    margin: auto; }
  .tempacioMapa {
    min-height: 100vH;
    text-align: center;
    background: #1b769e; }
  
  @-webkit-keyframes growAndShrink {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1); }
    50% {
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
    100% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); } }
  
  @keyframes growAndShrink {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1); }
    50% {
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
    100% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); } }
  
  @-webkit-keyframes growAndShrinkV2 {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); } }
  
  @keyframes growAndShrinkV2 {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); } }
  
  .mapMenu {
    z-index: 20; }
    .mapMenu .btn-primary {
      background-color: #1d88b5; }
  
  .mapMsgBox {
    color: #FFFFFF;
    width: calc(100vW - 70px);
    padding: 7px 60px 0 0px;
    z-index: 10;
    position: absolute;
    width: 100%;
    background: #1b769e; }
    .mapMsgBox .growAndShrink {
      opacity: 0;
      -webkit-animation: growAndShrinkV2 1s 2s 3 forwards;
              animation: growAndShrinkV2 1s 2s 3 forwards;
      display: inline-block;
      padding: 0 10px; }
    .mapMsgBox .mapTimeDistanceBox em {
      margin-right: .5em;
      font-style: normal; }
      .mapMsgBox .mapTimeDistanceBox em.btn-primary {
        background-color: #1d88b5; }
    .mapMsgBox .mapTimeDistanceBox strong {
      white-space: nowrap; }
    .mapMsgBox .js-map-mostrarIndicaciones {
      cursor: pointer; }
    .mapMsgBox .fa.fa-i-cursor.fa-rotate-90 {
      -webkit-transform-origin: 0% 30%;
              transform-origin: 0% 30%;
      font-weight: bolder; }
    @media (max-width: 412px) {
      .mapMsgBox .mapTimeDistanceBox {
        padding: 0; }
        .mapMsgBox .mapTimeDistanceBox .fa {
          display: none; } }
  
  @-webkit-keyframes loadingMap {
    0%, 100% {
      content: 'DESPLEGANDO EL MAPA'; }
    33% {
      content: 'ENVIANDO A LOS BYTES Y MEGAHERZIOS A BUSCAR FARMACIAS'; }
    66% {
      content: 'ALLÁ VAMOS...'; } }
  
  @keyframes loadingMap {
    0%, 100% {
      content: 'DESPLEGANDO EL MAPA'; }
    33% {
      content: 'ENVIANDO A LOS BYTES Y MEGAHERZIOS A BUSCAR FARMACIAS'; }
    66% {
      content: 'ALLÁ VAMOS...'; } }
  
  .loadingMap:after {
    -webkit-animation: loadingMap 9s infinite;
            animation: loadingMap 9s infinite;
    content: ''; }
  
  .map-canvas div.gm-style button[title="Toggle fullscreen view"], .map-canvas div.gm-style button[title="Cambiar a la vista en pantalla completa"] {
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important; }
    .map-canvas div.gm-style button[title="Toggle fullscreen view"] > img, .map-canvas div.gm-style button[title="Cambiar a la vista en pantalla completa"] > img {
      left: -300px !important; }
      .map-canvas div.gm-style button[title="Toggle fullscreen view"] > img.map-expanded, .map-canvas div.gm-style button[title="Cambiar a la vista en pantalla completa"] > img.map-expanded {
        left: -52px !important; }
  
  .btn.js-closeRoute {
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: 10;
    width: calc(100vW - 50px);
    margin-left: 6px; }
    @media (min-width: 768px) {
      .btn.js-closeRoute {
        font-size: 1.5em; } }
  
  .mapFarmacias {
    height: calc(100vH - 52px);
    top: 0px;
    position: relative; }
    .mapFarmacias .red {
      color: red; }
    .mapFarmacias address {
      margin-bottom: 6px;
      text-align: left; }
    .mapFarmacias .mapTitle {
      text-align: left;
      font-size: 1.15em;
      margin-bottom: 5px;
      margin-top: 10px;
      color: #000; }
    .mapFarmacias .getDirectionsContainer {
      text-align: left; }
      .mapFarmacias .getDirectionsContainer p {
        margin: 0;
        padding: 15px 0;
        cursor: pointer; }
      .mapFarmacias .getDirectionsContainer .getDirectionsButtonsContainer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out; }
        .mapFarmacias .getDirectionsContainer .getDirectionsButtonsContainer.show {
          max-height: 50px;
          overflow: scroll; }
        .mapFarmacias .getDirectionsContainer .getDirectionsButtonsContainer a {
          padding: 10px 5px;
          display: inline-block !important;
          font-size: 1.1em; }
    .mapFarmacias p.estadoApertura {
      margin: 1em 0;
      font-size: 1.1em;
      font-weight: bold; }
  
  .map-text-block {
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #186f94, #0c709a 60%, #60b1b5 100%);
    color: #ffffff;
    width: 100%;
    z-index: 21;
    min-height: 100vH;
    transition: all 200ms ease-in; }
    .map-text-block.hidden {
      width: 0;
      overflow: hidden;
      padding: 0;
      display: block !important; }
    .map-text-block > div {
      padding: 0.5em 0.5em; }
    .map-text-block > .pull-right {
      margin-left: 0.4em; }
    .map-text-block h1 {
      font-size: 2em;
      margin: 0.5em 0 0.7em 0;
      width: calc(100vW - 70px); }
      @media (min-width: 768px) {
        .map-text-block h1 {
          margin: 1.5em 0 1em 0; } }
    .map-text-block a, .map-text-block a:hover, .map-text-block a:focus {
      color: #f2dede; }
    .map-text-block .map-farmaciasListItem {
      margin: 0 3%;
      padding: 1em 3%;
      text-align: left; }
      .map-text-block .map-farmaciasListItem:nth-child(even) {
        background: #5398b5;
        border-top: 1px solid white; }
      .map-text-block .map-farmaciasListItem:nth-child(even) {
        background: #1b789e;
        border-top: 1px solid white; }
      @media (min-width: 768px) {
        .map-text-block .map-farmaciasListItem {
          margin: 0 10%; } }
      .map-text-block .map-farmaciasListItem address {
        margin-bottom: 0; }
  
  #map-directionsPanel .adp, #map-directionsPanel .adp table {
    font-family: Catamaran, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: left;
    margin: auto; }
  
  #map-directionsPanel .adp-step, #map-directionsPanel .adp-substep {
    padding: 0.6em 8px 0.6em 8px !important; }
    #map-directionsPanel .adp-step:nth-child(1), #map-directionsPanel .adp-substep:nth-child(1) {
      vertical-align: middle !important; }
  
  #map-directionsPanel .adp-placemark {
    display: none; }
  
  #map-directionsPanel .adp-summary {
    font-size: 22px;
    text-align: center;
    padding: 0.6em 8px 0.6em 8px !important; }
  
  #map-directionsPanel .adp-substep .adp-stepicon .adp-maneuver {
    -webkit-filter: contrast(3) invert(1);
            filter: contrast(3) invert(1); }
  
  #map-directionsPanel .adp-legal {
    color: #FFFFFF;
    font-size: .7em;
    padding-top: 2em; }
  
  #map-directionsPanel .adp-warnbox > div:not(.warnbox-content) {
    display: none; }
  
  #map-directionsPanel .warnbox-content {
    background: #fff1a8;
    color: #000;
    padding: 10px 12px !important;
    border-radius: 5px;
    margin: auto;
    max-width: 600px; }
  
  .fa.on {
    text-shadow: 1px 1px 1px red; }#threadsSelectedInTabs {
    width: 100vW;
    min-height: 100vH; }
    #threadsSelectedInTabs p {
      word-wrap: break-word; }
    #threadsSelectedInTabs a[data-toggle="tab"] {
      padding: 0 20px 0 0;
      max-width: 210px;
      text-overflow: ellipsis;
      padding-right: 10px;
      overflow: hidden;
      white-space: nowrap; }
      #threadsSelectedInTabs a[data-toggle="tab"] .fa-times {
        cursor: pointer; }
      #threadsSelectedInTabs a[data-toggle="tab"] span {
        max-width: calc(210px - 60px);
        display: inline-block; }
    #threadsSelectedInTabs h4 {
      font-weight: bold; }
    #threadsSelectedInTabs .msg-wrapper {
      border-top: 1px solid grey;
      padding-top: 1em;
      display: flex;
      flex-wrap: wrap; }
      #threadsSelectedInTabs .msg-wrapper .msg-sender {
        font-weight: bold; }
      #threadsSelectedInTabs .msg-wrapper .msg-date {
        margin-top: -1em;
        color: grey;
        font-size: .75em; }
      #threadsSelectedInTabs .msg-wrapper .msg-header {
        width: calc(100% - 70px); }
      #threadsSelectedInTabs .msg-wrapper .msg-actions {
        margin-left: auto; }
  
  .threadsList {
    margin: 1em 0; }
    .threadsList .list-group-item:nth-child(even) {
      background-color: #f4fcff; }
  
  .setAvisos-wrapper {
    border: 3px solid #C2175C;
    border-radius: 7px;
    width: 75%;
    min-width: 260px;
    max-width: 500px;
    padding: 4%;
    margin: 2em auto; }
    .setAvisos-wrapper .avisosButton-wrapper {
      text-align: center; }
    .setAvisos-wrapper .js-userDeniesGentlePermission {
      text-align: center;
      display: block;
      font-size: 0.85em;
      text-decoration: underline; }
  
  .destinatariosTable tr th:nth-last-of-type(1), .destinatariosTable tr td:nth-last-of-type(1),
  .destinatariosTable tr th:nth-last-of-type(2), .destinatariosTable tr td:nth-last-of-type(2),
  .destinatariosTable tr th:nth-last-of-type(3), .destinatariosTable tr td:nth-last-of-type(3),
  .destinatariosTable tr th:nth-last-of-type(4), .destinatariosTable tr td:nth-last-of-type(4),
  .destinatariosTable tr th:nth-last-of-type(5), .destinatariosTable tr td:nth-last-of-type(5),
  .destinatariosTable tr th:nth-last-of-type(6), .destinatariosTable tr td:nth-last-of-type(6) {
    width: 58px;
    text-align: right; }
  
  .destinatariosTable tr th {
    white-space: nowrap; }
  
  .destinatariosTable .sortBySelect[data-sortbyselect="recipient_apellidos"] {
    padding-left: 2em; }
  
  .destinatariosTable .badge.badge-verde {
    background-color: #55d400; }
  
  .destinatariosTable .badge.badge-cian {
    background-color: #00bed4; }
  
  .destinatariosTable .badge.badge-turquesa {
    background-color: #00d4aa; }
  
  .destinatariosTable .badge.badge-amarillo {
    background-color: #ffff00; }
  
  .destinatariosTable .badge.badge-naranja {
    background-color: #ff6300; }
  
  .destinatariosTable .badge.badge-rojo {
    background-color: #ff0000; }
  
  body > .popover {
    max-width: 170px; }.tt-menu {
    width: 100%;
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }input[type=file] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    cursor: pointer; }
  
  .js-drop-file-container .drop-zone {
    white-space: inherit;
    margin-bottom: 0;
    transition: all 500ms ease-in;
    position: relative; }
    .js-drop-file-container .drop-zone.hover {
      min-height: 200px; }
      .js-drop-file-container .drop-zone.hover span {
        min-height: 200px;
        display: inline-flex;
        align-items: center; }.btn-group.cargoDesde-btn {
    width: 100%; }
    .btn-group.cargoDesde-btn .btn {
      width: 100%;
      text-align: left; }
    .btn-group.cargoDesde-btn ul.dropdown-menu {
      width: 100%; }
  
  .email-wrapper {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }
    .email-wrapper .email {
      white-space: nowrap; }
  
  .panel.listado_usuarios .panel-body, .panel.listado_farmacias .panel-body {
    padding: 0 15px; }
  
  .panel.listado_usuarios .row.active, .panel.listado_farmacias .row.active {
    background: #C2175C;
    color: #FFFFFF;
    border-bottom: 1px solid #3eaad6; }
  
  .limitAndSearchRow > div:not(:last-child) {
    margin-bottom: 1em; }
  
  .limitAndSearchRow > div:last-child {
    min-height: 39px; }
  
  .selectAllUsersCheckbox.listItemCheckBoxContainer,
  .selectAllFarmaciasCheckbox.listItemCheckBoxContainer {
    border: 1px solid #ddd;
    border-radius: 3px; }
  
  #usuariosSelectedInTabs h3 {
    margin-top: 0.3em; }
  
  #usuariosSelectedInTabs .emailYTelf span {
    white-space: nowrap; }
    #usuariosSelectedInTabs .emailYTelf span:not(:first-child) {
      margin-left: 1em; }
  
  #usuariosSelectedInTabs .emailYTelf .fa {
    width: 1.342857em; }
  
  #usuariosSelectedInTabs img.foto-usuario {
    margin: 1em auto 2em;
    max-width: 250px;
    max-height: 250px; }
    @media (min-width: 768px) {
      #usuariosSelectedInTabs img.foto-usuario {
        margin: 0em auto 2em;
        padding: 0 1.5em; } }
  
  #usuariosSelectedInTabs > ul {
    clear: both;
    margin-top: 20px; }
  
  .alreadySelectedUsersWarning, .alreadySelectedFarmaciasWarning {
    width: calc(100% - 11em - 40px);
    display: inline-block;
    padding-left: 15px !important;
    margin-left: 40px;
    margin-bottom: 0 !important; }
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  
  body {
    margin: 0; }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block; }
  
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline; }
  
  audio:not([controls]) {
    display: none;
    height: 0; }
  
  [hidden],
  template {
    display: none; }
  
  a {
    background-color: transparent; }
  
  a:active,
  a:hover {
    outline: 0; }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; }
  
  b,
  strong {
    font-weight: bold; }
  
  dfn {
    font-style: italic; }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  
  mark {
    background: #ff0;
    color: #000; }
  
  small {
    font-size: 80%; }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  
  sup {
    top: -0.5em; }
  
  sub {
    bottom: -0.25em; }
  
  img {
    border: 0; }
  
  svg:not(:root) {
    overflow: hidden; }
  
  figure {
    margin: 1em 40px; }
  
  hr {
    box-sizing: content-box;
    height: 0; }
  
  pre {
    overflow: auto; }
  
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  
  button {
    overflow: visible; }
  
  button,
  select {
    text-transform: none; }
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  
  button[disabled],
  html input[disabled] {
    cursor: default; }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  
  input {
    line-height: normal; }
  
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  
  legend {
    border: 0;
    padding: 0; }
  
  textarea {
    overflow: auto; }
  
  optgroup {
    font-weight: bold; }
  
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  td,
  th {
    padding: 0; }
  
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  @media print {
    *,
    *:before,
    *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      box-shadow: none !important; }
    a,
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
    abbr[title]:after {
      content: " (" attr(title) ")"; }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: ""; }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    thead {
      display: table-header-group; }
    tr,
    img {
      page-break-inside: avoid; }
    img {
      max-width: 100% !important; }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3; }
    h2,
    h3 {
      page-break-after: avoid; }
    .navbar {
      display: none; }
    .btn > .caret,
    .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    .label {
      border: 1px solid #000; }
    .table {
      border-collapse: collapse !important; }
      .table td,
      .table th {
        background-color: #fff !important; }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #ddd !important; } }
  
  @font-face {
    font-family: "Glyphicons Halflings";
    src: url("fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
  
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  
  .glyphicon-asterisk:before {
    content: "\002a"; }
  
  .glyphicon-plus:before {
    content: "\002b"; }
  
  .glyphicon-euro:before,
  .glyphicon-eur:before {
    content: "\20ac"; }
  
  .glyphicon-minus:before {
    content: "\2212"; }
  
  .glyphicon-cloud:before {
    content: "\2601"; }
  
  .glyphicon-envelope:before {
    content: "\2709"; }
  
  .glyphicon-pencil:before {
    content: "\270f"; }
  
  .glyphicon-glass:before {
    content: "\e001"; }
  
  .glyphicon-music:before {
    content: "\e002"; }
  
  .glyphicon-search:before {
    content: "\e003"; }
  
  .glyphicon-heart:before {
    content: "\e005"; }
  
  .glyphicon-star:before {
    content: "\e006"; }
  
  .glyphicon-star-empty:before {
    content: "\e007"; }
  
  .glyphicon-user:before {
    content: "\e008"; }
  
  .glyphicon-film:before {
    content: "\e009"; }
  
  .glyphicon-th-large:before {
    content: "\e010"; }
  
  .glyphicon-th:before {
    content: "\e011"; }
  
  .glyphicon-th-list:before {
    content: "\e012"; }
  
  .glyphicon-ok:before {
    content: "\e013"; }
  
  .glyphicon-remove:before {
    content: "\e014"; }
  
  .glyphicon-zoom-in:before {
    content: "\e015"; }
  
  .glyphicon-zoom-out:before {
    content: "\e016"; }
  
  .glyphicon-off:before {
    content: "\e017"; }
  
  .glyphicon-signal:before {
    content: "\e018"; }
  
  .glyphicon-cog:before {
    content: "\e019"; }
  
  .glyphicon-trash:before {
    content: "\e020"; }
  
  .glyphicon-home:before {
    content: "\e021"; }
  
  .glyphicon-file:before {
    content: "\e022"; }
  
  .glyphicon-time:before {
    content: "\e023"; }
  
  .glyphicon-road:before {
    content: "\e024"; }
  
  .glyphicon-download-alt:before {
    content: "\e025"; }
  
  .glyphicon-download:before {
    content: "\e026"; }
  
  .glyphicon-upload:before {
    content: "\e027"; }
  
  .glyphicon-inbox:before {
    content: "\e028"; }
  
  .glyphicon-play-circle:before {
    content: "\e029"; }
  
  .glyphicon-repeat:before {
    content: "\e030"; }
  
  .glyphicon-refresh:before {
    content: "\e031"; }
  
  .glyphicon-list-alt:before {
    content: "\e032"; }
  
  .glyphicon-lock:before {
    content: "\e033"; }
  
  .glyphicon-flag:before {
    content: "\e034"; }
  
  .glyphicon-headphones:before {
    content: "\e035"; }
  
  .glyphicon-volume-off:before {
    content: "\e036"; }
  
  .glyphicon-volume-down:before {
    content: "\e037"; }
  
  .glyphicon-volume-up:before {
    content: "\e038"; }
  
  .glyphicon-qrcode:before {
    content: "\e039"; }
  
  .glyphicon-barcode:before {
    content: "\e040"; }
  
  .glyphicon-tag:before {
    content: "\e041"; }
  
  .glyphicon-tags:before {
    content: "\e042"; }
  
  .glyphicon-book:before {
    content: "\e043"; }
  
  .glyphicon-bookmark:before {
    content: "\e044"; }
  
  .glyphicon-print:before {
    content: "\e045"; }
  
  .glyphicon-camera:before {
    content: "\e046"; }
  
  .glyphicon-font:before {
    content: "\e047"; }
  
  .glyphicon-bold:before {
    content: "\e048"; }
  
  .glyphicon-italic:before {
    content: "\e049"; }
  
  .glyphicon-text-height:before {
    content: "\e050"; }
  
  .glyphicon-text-width:before {
    content: "\e051"; }
  
  .glyphicon-align-left:before {
    content: "\e052"; }
  
  .glyphicon-align-center:before {
    content: "\e053"; }
  
  .glyphicon-align-right:before {
    content: "\e054"; }
  
  .glyphicon-align-justify:before {
    content: "\e055"; }
  
  .glyphicon-list:before {
    content: "\e056"; }
  
  .glyphicon-indent-left:before {
    content: "\e057"; }
  
  .glyphicon-indent-right:before {
    content: "\e058"; }
  
  .glyphicon-facetime-video:before {
    content: "\e059"; }
  
  .glyphicon-picture:before {
    content: "\e060"; }
  
  .glyphicon-map-marker:before {
    content: "\e062"; }
  
  .glyphicon-adjust:before {
    content: "\e063"; }
  
  .glyphicon-tint:before {
    content: "\e064"; }
  
  .glyphicon-edit:before {
    content: "\e065"; }
  
  .glyphicon-share:before {
    content: "\e066"; }
  
  .glyphicon-check:before {
    content: "\e067"; }
  
  .glyphicon-move:before {
    content: "\e068"; }
  
  .glyphicon-step-backward:before {
    content: "\e069"; }
  
  .glyphicon-fast-backward:before {
    content: "\e070"; }
  
  .glyphicon-backward:before {
    content: "\e071"; }
  
  .glyphicon-play:before {
    content: "\e072"; }
  
  .glyphicon-pause:before {
    content: "\e073"; }
  
  .glyphicon-stop:before {
    content: "\e074"; }
  
  .glyphicon-forward:before {
    content: "\e075"; }
  
  .glyphicon-fast-forward:before {
    content: "\e076"; }
  
  .glyphicon-step-forward:before {
    content: "\e077"; }
  
  .glyphicon-eject:before {
    content: "\e078"; }
  
  .glyphicon-chevron-left:before {
    content: "\e079"; }
  
  .glyphicon-chevron-right:before {
    content: "\e080"; }
  
  .glyphicon-plus-sign:before {
    content: "\e081"; }
  
  .glyphicon-minus-sign:before {
    content: "\e082"; }
  
  .glyphicon-remove-sign:before {
    content: "\e083"; }
  
  .glyphicon-ok-sign:before {
    content: "\e084"; }
  
  .glyphicon-question-sign:before {
    content: "\e085"; }
  
  .glyphicon-info-sign:before {
    content: "\e086"; }
  
  .glyphicon-screenshot:before {
    content: "\e087"; }
  
  .glyphicon-remove-circle:before {
    content: "\e088"; }
  
  .glyphicon-ok-circle:before {
    content: "\e089"; }
  
  .glyphicon-ban-circle:before {
    content: "\e090"; }
  
  .glyphicon-arrow-left:before {
    content: "\e091"; }
  
  .glyphicon-arrow-right:before {
    content: "\e092"; }
  
  .glyphicon-arrow-up:before {
    content: "\e093"; }
  
  .glyphicon-arrow-down:before {
    content: "\e094"; }
  
  .glyphicon-share-alt:before {
    content: "\e095"; }
  
  .glyphicon-resize-full:before {
    content: "\e096"; }
  
  .glyphicon-resize-small:before {
    content: "\e097"; }
  
  .glyphicon-exclamation-sign:before {
    content: "\e101"; }
  
  .glyphicon-gift:before {
    content: "\e102"; }
  
  .glyphicon-leaf:before {
    content: "\e103"; }
  
  .glyphicon-fire:before {
    content: "\e104"; }
  
  .glyphicon-eye-open:before {
    content: "\e105"; }
  
  .glyphicon-eye-close:before {
    content: "\e106"; }
  
  .glyphicon-warning-sign:before {
    content: "\e107"; }
  
  .glyphicon-plane:before {
    content: "\e108"; }
  
  .glyphicon-calendar:before {
    content: "\e109"; }
  
  .glyphicon-random:before {
    content: "\e110"; }
  
  .glyphicon-comment:before {
    content: "\e111"; }
  
  .glyphicon-magnet:before {
    content: "\e112"; }
  
  .glyphicon-chevron-up:before {
    content: "\e113"; }
  
  .glyphicon-chevron-down:before {
    content: "\e114"; }
  
  .glyphicon-retweet:before {
    content: "\e115"; }
  
  .glyphicon-shopping-cart:before {
    content: "\e116"; }
  
  .glyphicon-folder-close:before {
    content: "\e117"; }
  
  .glyphicon-folder-open:before {
    content: "\e118"; }
  
  .glyphicon-resize-vertical:before {
    content: "\e119"; }
  
  .glyphicon-resize-horizontal:before {
    content: "\e120"; }
  
  .glyphicon-hdd:before {
    content: "\e121"; }
  
  .glyphicon-bullhorn:before {
    content: "\e122"; }
  
  .glyphicon-bell:before {
    content: "\e123"; }
  
  .glyphicon-certificate:before {
    content: "\e124"; }
  
  .glyphicon-thumbs-up:before {
    content: "\e125"; }
  
  .glyphicon-thumbs-down:before {
    content: "\e126"; }
  
  .glyphicon-hand-right:before {
    content: "\e127"; }
  
  .glyphicon-hand-left:before {
    content: "\e128"; }
  
  .glyphicon-hand-up:before {
    content: "\e129"; }
  
  .glyphicon-hand-down:before {
    content: "\e130"; }
  
  .glyphicon-circle-arrow-right:before {
    content: "\e131"; }
  
  .glyphicon-circle-arrow-left:before {
    content: "\e132"; }
  
  .glyphicon-circle-arrow-up:before {
    content: "\e133"; }
  
  .glyphicon-circle-arrow-down:before {
    content: "\e134"; }
  
  .glyphicon-globe:before {
    content: "\e135"; }
  
  .glyphicon-wrench:before {
    content: "\e136"; }
  
  .glyphicon-tasks:before {
    content: "\e137"; }
  
  .glyphicon-filter:before {
    content: "\e138"; }
  
  .glyphicon-briefcase:before {
    content: "\e139"; }
  
  .glyphicon-fullscreen:before {
    content: "\e140"; }
  
  .glyphicon-dashboard:before {
    content: "\e141"; }
  
  .glyphicon-paperclip:before {
    content: "\e142"; }
  
  .glyphicon-heart-empty:before {
    content: "\e143"; }
  
  .glyphicon-link:before {
    content: "\e144"; }
  
  .glyphicon-phone:before {
    content: "\e145"; }
  
  .glyphicon-pushpin:before {
    content: "\e146"; }
  
  .glyphicon-usd:before {
    content: "\e148"; }
  
  .glyphicon-gbp:before {
    content: "\e149"; }
  
  .glyphicon-sort:before {
    content: "\e150"; }
  
  .glyphicon-sort-by-alphabet:before {
    content: "\e151"; }
  
  .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"; }
  
  .glyphicon-sort-by-order:before {
    content: "\e153"; }
  
  .glyphicon-sort-by-order-alt:before {
    content: "\e154"; }
  
  .glyphicon-sort-by-attributes:before {
    content: "\e155"; }
  
  .glyphicon-sort-by-attributes-alt:before {
    content: "\e156"; }
  
  .glyphicon-unchecked:before {
    content: "\e157"; }
  
  .glyphicon-expand:before {
    content: "\e158"; }
  
  .glyphicon-collapse-down:before {
    content: "\e159"; }
  
  .glyphicon-collapse-up:before {
    content: "\e160"; }
  
  .glyphicon-log-in:before {
    content: "\e161"; }
  
  .glyphicon-flash:before {
    content: "\e162"; }
  
  .glyphicon-log-out:before {
    content: "\e163"; }
  
  .glyphicon-new-window:before {
    content: "\e164"; }
  
  .glyphicon-record:before {
    content: "\e165"; }
  
  .glyphicon-save:before {
    content: "\e166"; }
  
  .glyphicon-open:before {
    content: "\e167"; }
  
  .glyphicon-saved:before {
    content: "\e168"; }
  
  .glyphicon-import:before {
    content: "\e169"; }
  
  .glyphicon-export:before {
    content: "\e170"; }
  
  .glyphicon-send:before {
    content: "\e171"; }
  
  .glyphicon-floppy-disk:before {
    content: "\e172"; }
  
  .glyphicon-floppy-saved:before {
    content: "\e173"; }
  
  .glyphicon-floppy-remove:before {
    content: "\e174"; }
  
  .glyphicon-floppy-save:before {
    content: "\e175"; }
  
  .glyphicon-floppy-open:before {
    content: "\e176"; }
  
  .glyphicon-credit-card:before {
    content: "\e177"; }
  
  .glyphicon-transfer:before {
    content: "\e178"; }
  
  .glyphicon-cutlery:before {
    content: "\e179"; }
  
  .glyphicon-header:before {
    content: "\e180"; }
  
  .glyphicon-compressed:before {
    content: "\e181"; }
  
  .glyphicon-earphone:before {
    content: "\e182"; }
  
  .glyphicon-phone-alt:before {
    content: "\e183"; }
  
  .glyphicon-tower:before {
    content: "\e184"; }
  
  .glyphicon-stats:before {
    content: "\e185"; }
  
  .glyphicon-sd-video:before {
    content: "\e186"; }
  
  .glyphicon-hd-video:before {
    content: "\e187"; }
  
  .glyphicon-subtitles:before {
    content: "\e188"; }
  
  .glyphicon-sound-stereo:before {
    content: "\e189"; }
  
  .glyphicon-sound-dolby:before {
    content: "\e190"; }
  
  .glyphicon-sound-5-1:before {
    content: "\e191"; }
  
  .glyphicon-sound-6-1:before {
    content: "\e192"; }
  
  .glyphicon-sound-7-1:before {
    content: "\e193"; }
  
  .glyphicon-copyright-mark:before {
    content: "\e194"; }
  
  .glyphicon-registration-mark:before {
    content: "\e195"; }
  
  .glyphicon-cloud-download:before {
    content: "\e197"; }
  
  .glyphicon-cloud-upload:before {
    content: "\e198"; }
  
  .glyphicon-tree-conifer:before {
    content: "\e199"; }
  
  .glyphicon-tree-deciduous:before {
    content: "\e200"; }
  
  .glyphicon-cd:before {
    content: "\e201"; }
  
  .glyphicon-save-file:before {
    content: "\e202"; }
  
  .glyphicon-open-file:before {
    content: "\e203"; }
  
  .glyphicon-level-up:before {
    content: "\e204"; }
  
  .glyphicon-copy:before {
    content: "\e205"; }
  
  .glyphicon-paste:before {
    content: "\e206"; }
  
  .glyphicon-alert:before {
    content: "\e209"; }
  
  .glyphicon-equalizer:before {
    content: "\e210"; }
  
  .glyphicon-king:before {
    content: "\e211"; }
  
  .glyphicon-queen:before {
    content: "\e212"; }
  
  .glyphicon-pawn:before {
    content: "\e213"; }
  
  .glyphicon-bishop:before {
    content: "\e214"; }
  
  .glyphicon-knight:before {
    content: "\e215"; }
  
  .glyphicon-baby-formula:before {
    content: "\e216"; }
  
  .glyphicon-tent:before {
    content: "\26fa"; }
  
  .glyphicon-blackboard:before {
    content: "\e218"; }
  
  .glyphicon-bed:before {
    content: "\e219"; }
  
  .glyphicon-apple:before {
    content: "\f8ff"; }
  
  .glyphicon-erase:before {
    content: "\e221"; }
  
  .glyphicon-hourglass:before {
    content: "\231b"; }
  
  .glyphicon-lamp:before {
    content: "\e223"; }
  
  .glyphicon-duplicate:before {
    content: "\e224"; }
  
  .glyphicon-piggy-bank:before {
    content: "\e225"; }
  
  .glyphicon-scissors:before {
    content: "\e226"; }
  
  .glyphicon-bitcoin:before {
    content: "\e227"; }
  
  .glyphicon-btc:before {
    content: "\e227"; }
  
  .glyphicon-xbt:before {
    content: "\e227"; }
  
  .glyphicon-yen:before {
    content: "\00a5"; }
  
  .glyphicon-jpy:before {
    content: "\00a5"; }
  
  .glyphicon-ruble:before {
    content: "\20bd"; }
  
  .glyphicon-rub:before {
    content: "\20bd"; }
  
  .glyphicon-scale:before {
    content: "\e230"; }
  
  .glyphicon-ice-lolly:before {
    content: "\e231"; }
  
  .glyphicon-ice-lolly-tasted:before {
    content: "\e232"; }
  
  .glyphicon-education:before {
    content: "\e233"; }
  
  .glyphicon-option-horizontal:before {
    content: "\e234"; }
  
  .glyphicon-option-vertical:before {
    content: "\e235"; }
  
  .glyphicon-menu-hamburger:before {
    content: "\e236"; }
  
  .glyphicon-modal-window:before {
    content: "\e237"; }
  
  .glyphicon-oil:before {
    content: "\e238"; }
  
  .glyphicon-grain:before {
    content: "\e239"; }
  
  .glyphicon-sunglasses:before {
    content: "\e240"; }
  
  .glyphicon-text-size:before {
    content: "\e241"; }
  
  .glyphicon-text-color:before {
    content: "\e242"; }
  
  .glyphicon-text-background:before {
    content: "\e243"; }
  
  .glyphicon-object-align-top:before {
    content: "\e244"; }
  
  .glyphicon-object-align-bottom:before {
    content: "\e245"; }
  
  .glyphicon-object-align-horizontal:before {
    content: "\e246"; }
  
  .glyphicon-object-align-left:before {
    content: "\e247"; }
  
  .glyphicon-object-align-vertical:before {
    content: "\e248"; }
  
  .glyphicon-object-align-right:before {
    content: "\e249"; }
  
  .glyphicon-triangle-right:before {
    content: "\e250"; }
  
  .glyphicon-triangle-left:before {
    content: "\e251"; }
  
  .glyphicon-triangle-bottom:before {
    content: "\e252"; }
  
  .glyphicon-triangle-top:before {
    content: "\e253"; }
  
  .glyphicon-console:before {
    content: "\e254"; }
  
  .glyphicon-superscript:before {
    content: "\e255"; }
  
  .glyphicon-subscript:before {
    content: "\e256"; }
  
  .glyphicon-menu-left:before {
    content: "\e257"; }
  
  .glyphicon-menu-right:before {
    content: "\e258"; }
  
  .glyphicon-menu-down:before {
    content: "\e259"; }
  
  .glyphicon-menu-up:before {
    content: "\e260"; }
  
  * {
    box-sizing: border-box; }
  
  *:before,
  *:after {
    box-sizing: border-box; }
  
  html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  body {
    font-family: Catamaran, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff; }
  
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  
  a {
    color: #C2175C;
    text-decoration: none; }
    a:hover, a:focus {
      color: #980942;
      text-decoration: underline; }
    a:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  
  figure {
    margin: 0; }
  
  img {
    vertical-align: middle; }
  
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
  
  .img-rounded {
    border-radius: 6px; }
  
  .img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }
  
  .img-circle {
    border-radius: 50%; }
  
  hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #eeeeee; }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  
  [role="button"] {
    cursor: pointer; }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    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: 400;
      line-height: 1;
      color: #777777; }
  
  h1, .h1,
  h2, .h2,
  h3, .h3 {
    margin-top: 25px;
    margin-bottom: 12.5px; }
    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: 12.5px;
    margin-bottom: 12.5px; }
    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: 20px; }
  
  h5, .h5 {
    font-size: 18px; }
  
  h6, .h6 {
    font-size: 16px; }
  
  p {
    margin: 0 0 12.5px; }
  
  .lead {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .lead {
        font-size: 27px; } }
  
  small,
  .small {
    font-size: 88%; }
  
  mark,
  .mark {
    padding: .2em;
    background-color: #fcf8e3; }
  
  .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: #C2175C; }
  
  a.text-primary:hover,
  a.text-primary:focus {
    color: #086263; }
  
  .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: #C2175C; }
  
  a.bg-primary:hover,
  a.bg-primary:focus {
    background-color: #086263; }
  
  .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: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #eeeeee; }
  
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 12.5px; }
    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-right: 5px;
      padding-left: 5px; }
  
  dl {
    margin-top: 0;
    margin-bottom: 25px; }
  
  dt,
  dd {
    line-height: 1.428571429; }
  
  dt {
    font-weight: 700; }
  
  dd {
    margin-left: 0; }
  
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " "; }
  
  .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; }
  
  .initialism {
    font-size: 90%; }
  
  blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-size: 22.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.428571429;
      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;
    text-align: right;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    .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: 25px;
    font-style: normal;
    line-height: 1.428571429; }
  
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    .container:before, .container:after {
      display: table;
      content: " "; }
    .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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    .container-fluid:before, .container-fluid:after {
      display: table;
      content: " "; }
    .container-fluid:after {
      clear: both; }
  
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      display: table;
      content: " "; }
    .row:after {
      clear: both; }
  
  .row-no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .row-no-gutters [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  
  .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-right: 15px;
    padding-left: 15px; }
  
  .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.3333333333%; }
  
  .col-xs-2 {
    width: 16.6666666667%; }
  
  .col-xs-3 {
    width: 25%; }
  
  .col-xs-4 {
    width: 33.3333333333%; }
  
  .col-xs-5 {
    width: 41.6666666667%; }
  
  .col-xs-6 {
    width: 50%; }
  
  .col-xs-7 {
    width: 58.3333333333%; }
  
  .col-xs-8 {
    width: 66.6666666667%; }
  
  .col-xs-9 {
    width: 75%; }
  
  .col-xs-10 {
    width: 83.3333333333%; }
  
  .col-xs-11 {
    width: 91.6666666667%; }
  
  .col-xs-12 {
    width: 100%; }
  
  .col-xs-pull-0 {
    right: auto; }
  
  .col-xs-pull-1 {
    right: 8.3333333333%; }
  
  .col-xs-pull-2 {
    right: 16.6666666667%; }
  
  .col-xs-pull-3 {
    right: 25%; }
  
  .col-xs-pull-4 {
    right: 33.3333333333%; }
  
  .col-xs-pull-5 {
    right: 41.6666666667%; }
  
  .col-xs-pull-6 {
    right: 50%; }
  
  .col-xs-pull-7 {
    right: 58.3333333333%; }
  
  .col-xs-pull-8 {
    right: 66.6666666667%; }
  
  .col-xs-pull-9 {
    right: 75%; }
  
  .col-xs-pull-10 {
    right: 83.3333333333%; }
  
  .col-xs-pull-11 {
    right: 91.6666666667%; }
  
  .col-xs-pull-12 {
    right: 100%; }
  
  .col-xs-push-0 {
    left: auto; }
  
  .col-xs-push-1 {
    left: 8.3333333333%; }
  
  .col-xs-push-2 {
    left: 16.6666666667%; }
  
  .col-xs-push-3 {
    left: 25%; }
  
  .col-xs-push-4 {
    left: 33.3333333333%; }
  
  .col-xs-push-5 {
    left: 41.6666666667%; }
  
  .col-xs-push-6 {
    left: 50%; }
  
  .col-xs-push-7 {
    left: 58.3333333333%; }
  
  .col-xs-push-8 {
    left: 66.6666666667%; }
  
  .col-xs-push-9 {
    left: 75%; }
  
  .col-xs-push-10 {
    left: 83.3333333333%; }
  
  .col-xs-push-11 {
    left: 91.6666666667%; }
  
  .col-xs-push-12 {
    left: 100%; }
  
  .col-xs-offset-0 {
    margin-left: 0%; }
  
  .col-xs-offset-1 {
    margin-left: 8.3333333333%; }
  
  .col-xs-offset-2 {
    margin-left: 16.6666666667%; }
  
  .col-xs-offset-3 {
    margin-left: 25%; }
  
  .col-xs-offset-4 {
    margin-left: 33.3333333333%; }
  
  .col-xs-offset-5 {
    margin-left: 41.6666666667%; }
  
  .col-xs-offset-6 {
    margin-left: 50%; }
  
  .col-xs-offset-7 {
    margin-left: 58.3333333333%; }
  
  .col-xs-offset-8 {
    margin-left: 66.6666666667%; }
  
  .col-xs-offset-9 {
    margin-left: 75%; }
  
  .col-xs-offset-10 {
    margin-left: 83.3333333333%; }
  
  .col-xs-offset-11 {
    margin-left: 91.6666666667%; }
  
  .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.3333333333%; }
    .col-sm-2 {
      width: 16.6666666667%; }
    .col-sm-3 {
      width: 25%; }
    .col-sm-4 {
      width: 33.3333333333%; }
    .col-sm-5 {
      width: 41.6666666667%; }
    .col-sm-6 {
      width: 50%; }
    .col-sm-7 {
      width: 58.3333333333%; }
    .col-sm-8 {
      width: 66.6666666667%; }
    .col-sm-9 {
      width: 75%; }
    .col-sm-10 {
      width: 83.3333333333%; }
    .col-sm-11 {
      width: 91.6666666667%; }
    .col-sm-12 {
      width: 100%; }
    .col-sm-pull-0 {
      right: auto; }
    .col-sm-pull-1 {
      right: 8.3333333333%; }
    .col-sm-pull-2 {
      right: 16.6666666667%; }
    .col-sm-pull-3 {
      right: 25%; }
    .col-sm-pull-4 {
      right: 33.3333333333%; }
    .col-sm-pull-5 {
      right: 41.6666666667%; }
    .col-sm-pull-6 {
      right: 50%; }
    .col-sm-pull-7 {
      right: 58.3333333333%; }
    .col-sm-pull-8 {
      right: 66.6666666667%; }
    .col-sm-pull-9 {
      right: 75%; }
    .col-sm-pull-10 {
      right: 83.3333333333%; }
    .col-sm-pull-11 {
      right: 91.6666666667%; }
    .col-sm-pull-12 {
      right: 100%; }
    .col-sm-push-0 {
      left: auto; }
    .col-sm-push-1 {
      left: 8.3333333333%; }
    .col-sm-push-2 {
      left: 16.6666666667%; }
    .col-sm-push-3 {
      left: 25%; }
    .col-sm-push-4 {
      left: 33.3333333333%; }
    .col-sm-push-5 {
      left: 41.6666666667%; }
    .col-sm-push-6 {
      left: 50%; }
    .col-sm-push-7 {
      left: 58.3333333333%; }
    .col-sm-push-8 {
      left: 66.6666666667%; }
    .col-sm-push-9 {
      left: 75%; }
    .col-sm-push-10 {
      left: 83.3333333333%; }
    .col-sm-push-11 {
      left: 91.6666666667%; }
    .col-sm-push-12 {
      left: 100%; }
    .col-sm-offset-0 {
      margin-left: 0%; }
    .col-sm-offset-1 {
      margin-left: 8.3333333333%; }
    .col-sm-offset-2 {
      margin-left: 16.6666666667%; }
    .col-sm-offset-3 {
      margin-left: 25%; }
    .col-sm-offset-4 {
      margin-left: 33.3333333333%; }
    .col-sm-offset-5 {
      margin-left: 41.6666666667%; }
    .col-sm-offset-6 {
      margin-left: 50%; }
    .col-sm-offset-7 {
      margin-left: 58.3333333333%; }
    .col-sm-offset-8 {
      margin-left: 66.6666666667%; }
    .col-sm-offset-9 {
      margin-left: 75%; }
    .col-sm-offset-10 {
      margin-left: 83.3333333333%; }
    .col-sm-offset-11 {
      margin-left: 91.6666666667%; }
    .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.3333333333%; }
    .col-md-2 {
      width: 16.6666666667%; }
    .col-md-3 {
      width: 25%; }
    .col-md-4 {
      width: 33.3333333333%; }
    .col-md-5 {
      width: 41.6666666667%; }
    .col-md-6 {
      width: 50%; }
    .col-md-7 {
      width: 58.3333333333%; }
    .col-md-8 {
      width: 66.6666666667%; }
    .col-md-9 {
      width: 75%; }
    .col-md-10 {
      width: 83.3333333333%; }
    .col-md-11 {
      width: 91.6666666667%; }
    .col-md-12 {
      width: 100%; }
    .col-md-pull-0 {
      right: auto; }
    .col-md-pull-1 {
      right: 8.3333333333%; }
    .col-md-pull-2 {
      right: 16.6666666667%; }
    .col-md-pull-3 {
      right: 25%; }
    .col-md-pull-4 {
      right: 33.3333333333%; }
    .col-md-pull-5 {
      right: 41.6666666667%; }
    .col-md-pull-6 {
      right: 50%; }
    .col-md-pull-7 {
      right: 58.3333333333%; }
    .col-md-pull-8 {
      right: 66.6666666667%; }
    .col-md-pull-9 {
      right: 75%; }
    .col-md-pull-10 {
      right: 83.3333333333%; }
    .col-md-pull-11 {
      right: 91.6666666667%; }
    .col-md-pull-12 {
      right: 100%; }
    .col-md-push-0 {
      left: auto; }
    .col-md-push-1 {
      left: 8.3333333333%; }
    .col-md-push-2 {
      left: 16.6666666667%; }
    .col-md-push-3 {
      left: 25%; }
    .col-md-push-4 {
      left: 33.3333333333%; }
    .col-md-push-5 {
      left: 41.6666666667%; }
    .col-md-push-6 {
      left: 50%; }
    .col-md-push-7 {
      left: 58.3333333333%; }
    .col-md-push-8 {
      left: 66.6666666667%; }
    .col-md-push-9 {
      left: 75%; }
    .col-md-push-10 {
      left: 83.3333333333%; }
    .col-md-push-11 {
      left: 91.6666666667%; }
    .col-md-push-12 {
      left: 100%; }
    .col-md-offset-0 {
      margin-left: 0%; }
    .col-md-offset-1 {
      margin-left: 8.3333333333%; }
    .col-md-offset-2 {
      margin-left: 16.6666666667%; }
    .col-md-offset-3 {
      margin-left: 25%; }
    .col-md-offset-4 {
      margin-left: 33.3333333333%; }
    .col-md-offset-5 {
      margin-left: 41.6666666667%; }
    .col-md-offset-6 {
      margin-left: 50%; }
    .col-md-offset-7 {
      margin-left: 58.3333333333%; }
    .col-md-offset-8 {
      margin-left: 66.6666666667%; }
    .col-md-offset-9 {
      margin-left: 75%; }
    .col-md-offset-10 {
      margin-left: 83.3333333333%; }
    .col-md-offset-11 {
      margin-left: 91.6666666667%; }
    .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.3333333333%; }
    .col-lg-2 {
      width: 16.6666666667%; }
    .col-lg-3 {
      width: 25%; }
    .col-lg-4 {
      width: 33.3333333333%; }
    .col-lg-5 {
      width: 41.6666666667%; }
    .col-lg-6 {
      width: 50%; }
    .col-lg-7 {
      width: 58.3333333333%; }
    .col-lg-8 {
      width: 66.6666666667%; }
    .col-lg-9 {
      width: 75%; }
    .col-lg-10 {
      width: 83.3333333333%; }
    .col-lg-11 {
      width: 91.6666666667%; }
    .col-lg-12 {
      width: 100%; }
    .col-lg-pull-0 {
      right: auto; }
    .col-lg-pull-1 {
      right: 8.3333333333%; }
    .col-lg-pull-2 {
      right: 16.6666666667%; }
    .col-lg-pull-3 {
      right: 25%; }
    .col-lg-pull-4 {
      right: 33.3333333333%; }
    .col-lg-pull-5 {
      right: 41.6666666667%; }
    .col-lg-pull-6 {
      right: 50%; }
    .col-lg-pull-7 {
      right: 58.3333333333%; }
    .col-lg-pull-8 {
      right: 66.6666666667%; }
    .col-lg-pull-9 {
      right: 75%; }
    .col-lg-pull-10 {
      right: 83.3333333333%; }
    .col-lg-pull-11 {
      right: 91.6666666667%; }
    .col-lg-pull-12 {
      right: 100%; }
    .col-lg-push-0 {
      left: auto; }
    .col-lg-push-1 {
      left: 8.3333333333%; }
    .col-lg-push-2 {
      left: 16.6666666667%; }
    .col-lg-push-3 {
      left: 25%; }
    .col-lg-push-4 {
      left: 33.3333333333%; }
    .col-lg-push-5 {
      left: 41.6666666667%; }
    .col-lg-push-6 {
      left: 50%; }
    .col-lg-push-7 {
      left: 58.3333333333%; }
    .col-lg-push-8 {
      left: 66.6666666667%; }
    .col-lg-push-9 {
      left: 75%; }
    .col-lg-push-10 {
      left: 83.3333333333%; }
    .col-lg-push-11 {
      left: 91.6666666667%; }
    .col-lg-push-12 {
      left: 100%; }
    .col-lg-offset-0 {
      margin-left: 0%; }
    .col-lg-offset-1 {
      margin-left: 8.3333333333%; }
    .col-lg-offset-2 {
      margin-left: 16.6666666667%; }
    .col-lg-offset-3 {
      margin-left: 25%; }
    .col-lg-offset-4 {
      margin-left: 33.3333333333%; }
    .col-lg-offset-5 {
      margin-left: 41.6666666667%; }
    .col-lg-offset-6 {
      margin-left: 50%; }
    .col-lg-offset-7 {
      margin-left: 58.3333333333%; }
    .col-lg-offset-8 {
      margin-left: 66.6666666667%; }
    .col-lg-offset-9 {
      margin-left: 75%; }
    .col-lg-offset-10 {
      margin-left: 83.3333333333%; }
    .col-lg-offset-11 {
      margin-left: 91.6666666667%; }
    .col-lg-offset-12 {
      margin-left: 100%; } }
  
  table {
    background-color: transparent; }
    table col[class*="col-"] {
      position: static;
      display: table-column;
      float: none; }
    table td[class*="col-"],
    table th[class*="col-"] {
      position: static;
      display: table-cell;
      float: none; }
  
  caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left; }
  
  th {
    text-align: left; }
  
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px; }
    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
      padding: 8px;
      line-height: 1.428571429;
      vertical-align: top;
      border-top: 1px solid #ddd; }
    .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #ddd; }
    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
      border-top: 0; }
    .table > tbody + tbody {
      border-top: 2px solid #ddd; }
    .table .table {
      background-color: #fff; }
  
  .table-condensed > thead > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > th,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > th,
  .table-condensed > tfoot > tr > td {
    padding: 5px; }
  
  .table-bordered {
    border: 1px solid #ddd; }
    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
      border: 1px solid #ddd; }
    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
      border-bottom-width: 2px; }
  
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  
  .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  
  .table > thead > tr > td.active,
  .table > thead > tr > th.active,
  .table > thead > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr > td.active,
  .table > tbody > tr > th.active,
  .table > tbody > tr.active > td,
  .table > tbody > tr.active > th,
  .table > tfoot > tr > td.active,
  .table > tfoot > tr > th.active,
  .table > tfoot > tr.active > td,
  .table > tfoot > tr.active > th {
    background-color: #f5f5f5; }
  
  .table-hover > tbody > tr > td.active:hover,
  .table-hover > tbody > tr > th.active:hover,
  .table-hover > tbody > tr.active:hover > td,
  .table-hover > tbody > tr:hover > .active,
  .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }
  
  .table > thead > tr > td.success,
  .table > thead > tr > th.success,
  .table > thead > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr > td.success,
  .table > tbody > tr > th.success,
  .table > tbody > tr.success > td,
  .table > tbody > tr.success > th,
  .table > tfoot > tr > td.success,
  .table > tfoot > tr > th.success,
  .table > tfoot > tr.success > td,
  .table > tfoot > tr.success > th {
    background-color: #dff0d8; }
  
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover,
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr:hover > .success,
  .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }
  
  .table > thead > tr > td.info,
  .table > thead > tr > th.info,
  .table > thead > tr.info > td,
  .table > thead > tr.info > th,
  .table > tbody > tr > td.info,
  .table > tbody > tr > th.info,
  .table > tbody > tr.info > td,
  .table > tbody > tr.info > th,
  .table > tfoot > tr > td.info,
  .table > tfoot > tr > th.info,
  .table > tfoot > tr.info > td,
  .table > tfoot > tr.info > th {
    background-color: #d9edf7; }
  
  .table-hover > tbody > tr > td.info:hover,
  .table-hover > tbody > tr > th.info:hover,
  .table-hover > tbody > tr.info:hover > td,
  .table-hover > tbody > tr:hover > .info,
  .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }
  
  .table > thead > tr > td.warning,
  .table > thead > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr > td.warning,
  .table > tbody > tr > th.warning,
  .table > tbody > tr.warning > td,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr > td.warning,
  .table > tfoot > tr > th.warning,
  .table > tfoot > tr.warning > td,
  .table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }
  
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover,
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr:hover > .warning,
  .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }
  
  .table > thead > tr > td.danger,
  .table > thead > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > tbody > tr > td.danger,
  .table > tbody > tr > th.danger,
  .table > tbody > tr.danger > td,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr > td.danger,
  .table > tfoot > tr > th.danger,
  .table > tfoot > tr.danger > td,
  .table > tfoot > tr.danger > th {
    background-color: #f2dede; }
  
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover,
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr:hover > .danger,
  .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }
  
  .table-responsive {
    min-height: .01%;
    overflow-x: auto; }
    @media screen and (max-width: 767px) {
      .table-responsive {
        width: 100%;
        margin-bottom: 18.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd; }
        .table-responsive > .table {
          margin-bottom: 0; }
          .table-responsive > .table > thead > tr > th,
          .table-responsive > .table > thead > tr > td,
          .table-responsive > .table > tbody > tr > th,
          .table-responsive > .table > tbody > tr > td,
          .table-responsive > .table > tfoot > tr > th,
          .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap; }
        .table-responsive > .table-bordered {
          border: 0; }
          .table-responsive > .table-bordered > thead > tr > th:first-child,
          .table-responsive > .table-bordered > thead > tr > td:first-child,
          .table-responsive > .table-bordered > tbody > tr > th:first-child,
          .table-responsive > .table-bordered > tbody > tr > td:first-child,
          .table-responsive > .table-bordered > tfoot > tr > th:first-child,
          .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0; }
          .table-responsive > .table-bordered > thead > tr > th:last-child,
          .table-responsive > .table-bordered > thead > tr > td:last-child,
          .table-responsive > .table-bordered > tbody > tr > th:last-child,
          .table-responsive > .table-bordered > tbody > tr > td:last-child,
          .table-responsive > .table-bordered > tfoot > tr > th:last-child,
          .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0; }
          .table-responsive > .table-bordered > tbody > tr:last-child > th,
          .table-responsive > .table-bordered > tbody > tr:last-child > td,
          .table-responsive > .table-bordered > tfoot > tr:last-child > th,
          .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0; } }
  
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    font-size: 27px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700; }
  
  input[type="search"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; }
  
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
    input[type="radio"][disabled], input[type="radio"].disabled,
    fieldset[disabled] input[type="radio"],
    input[type="checkbox"][disabled],
    input[type="checkbox"].disabled,
    fieldset[disabled]
    input[type="checkbox"] {
      cursor: not-allowed; }
  
  input[type="file"] {
    display: block; }
  
  input[type="range"] {
    display: block;
    width: 100%; }
  
  select[multiple],
  select[size] {
    height: auto; }
  
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  
  output {
    display: block;
    padding-top: 7px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #555555; }
  
  .form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
    .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .form-control::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .form-control:-ms-input-placeholder {
      color: #999; }
    .form-control::-webkit-input-placeholder {
      color: #999; }
    .form-control::-ms-expand {
      background-color: transparent;
      border: 0; }
    .form-control[disabled], .form-control[readonly],
    fieldset[disabled] .form-control {
      background-color: #eeeeee;
      opacity: 1; }
    .form-control[disabled],
    fieldset[disabled] .form-control {
      cursor: not-allowed; }
  
  textarea.form-control {
    height: auto; }
  
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
      line-height: 39px; }
    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    input[type="month"] {
      line-height: 36px; }
    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg
    input[type="month"] {
      line-height: 53px; } }
  
  .form-group {
    margin-bottom: 15px; }
  
  .radio,
  .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
    .radio.disabled label,
    fieldset[disabled] .radio label,
    .checkbox.disabled label,
    fieldset[disabled]
    .checkbox label {
      cursor: not-allowed; }
    .radio label,
    .checkbox label {
      min-height: 25px;
      padding-left: 20px;
      margin-bottom: 0;
      font-weight: 400;
      cursor: pointer; }
  
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px; }
  
  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px; }
  
  .radio-inline,
  .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer; }
    .radio-inline.disabled,
    fieldset[disabled] .radio-inline,
    .checkbox-inline.disabled,
    fieldset[disabled]
    .checkbox-inline {
      cursor: not-allowed; }
  
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }
  
  .form-control-static {
    min-height: 43px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0; }
    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
      padding-right: 0;
      padding-left: 0; }
  
  .input-sm, .input-group-sm > .form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .btn {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px; }
  
  select.input-sm, .input-group-sm > select.form-control,
  .input-group-sm > select.input-group-addon,
  .input-group-sm > .input-group-btn > select.btn {
    height: 36px;
    line-height: 36px; }
  
  textarea.input-sm, .input-group-sm > textarea.form-control,
  .input-group-sm > textarea.input-group-addon,
  .input-group-sm > .input-group-btn > textarea.btn,
  select[multiple].input-sm,
  .input-group-sm > select.form-control[multiple],
  .input-group-sm > select.input-group-addon[multiple],
  .input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto; }
  
  .form-group-sm .form-control {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px; }
  
  .form-group-sm select.form-control {
    height: 36px;
    line-height: 36px; }
  
  .form-group-sm textarea.form-control,
  .form-group-sm select[multiple].form-control {
    height: auto; }
  
  .form-group-sm .form-control-static {
    height: 36px;
    min-height: 41px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.5; }
  
  .input-lg, .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 53px;
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.3333333;
    border-radius: 6px; }
  
  select.input-lg, .input-group-lg > select.form-control,
  .input-group-lg > select.input-group-addon,
  .input-group-lg > .input-group-btn > select.btn {
    height: 53px;
    line-height: 53px; }
  
  textarea.input-lg, .input-group-lg > textarea.form-control,
  .input-group-lg > textarea.input-group-addon,
  .input-group-lg > .input-group-btn > textarea.btn,
  select[multiple].input-lg,
  .input-group-lg > select.form-control[multiple],
  .input-group-lg > select.input-group-addon[multiple],
  .input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto; }
  
  .form-group-lg .form-control {
    height: 53px;
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.3333333;
    border-radius: 6px; }
  
  .form-group-lg select.form-control {
    height: 53px;
    line-height: 53px; }
  
  .form-group-lg textarea.form-control,
  .form-group-lg select[multiple].form-control {
    height: auto; }
  
  .form-group-lg .form-control-static {
    height: 53px;
    min-height: 48px;
    padding: 11px 16px;
    font-size: 23px;
    line-height: 1.3333333; }
  
  .has-feedback {
    position: relative; }
    .has-feedback .form-control {
      padding-right: 48.75px; }
  
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    pointer-events: none; }
  
  .input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
  .input-group-lg + .form-control-feedback,
  .form-group-lg .form-control + .form-control-feedback {
    width: 53px;
    height: 53px;
    line-height: 53px; }
  
  .input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
  .input-group-sm + .form-control-feedback,
  .form-group-sm .form-control + .form-control-feedback {
    width: 36px;
    height: 36px;
    line-height: 36px; }
  
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline,
  .has-success.radio label,
  .has-success.checkbox label,
  .has-success.radio-inline label,
  .has-success.checkbox-inline label {
    color: #3c763d; }
  
  .has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .has-success .form-control:focus {
      border-color: #2b542c;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
  
  .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d; }
  
  .has-success .form-control-feedback {
    color: #3c763d; }
  
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline,
  .has-warning.radio label,
  .has-warning.checkbox label,
  .has-warning.radio-inline label,
  .has-warning.checkbox-inline label {
    color: #8a6d3b; }
  
  .has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .has-warning .form-control:focus {
      border-color: #66512c;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
  
  .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b; }
  
  .has-warning .form-control-feedback {
    color: #8a6d3b; }
  
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline,
  .has-error.radio label,
  .has-error.checkbox label,
  .has-error.radio-inline label,
  .has-error.checkbox-inline label {
    color: #a94442; }
  
  .has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .has-error .form-control:focus {
      border-color: #843534;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  
  .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442; }
  
  .has-error .form-control-feedback {
    color: #a94442; }
  
  .has-feedback label ~ .form-control-feedback {
    top: 30px; }
  
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
  
  .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
  
  @media (min-width: 768px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-static {
      display: inline-block; }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
      .form-inline .input-group .input-group-addon,
      .form-inline .input-group .input-group-btn,
      .form-inline .input-group .form-control {
        width: auto; }
    .form-inline .input-group > .form-control {
      width: 100%; }
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .radio,
    .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .form-inline .radio label,
      .form-inline .checkbox label {
        padding-left: 0; }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0; }
  
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 32px; }
  
  .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px; }
    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
      display: table;
      content: " "; }
    .form-horizontal .form-group:after {
      clear: both; }
  
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right; } }
  
  .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
  
  @media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 23px; } }
  
  @media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 16px; } }
  
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .btn:hover, .btn:focus, .btn.focus {
      color: #333;
      text-decoration: none; }
    .btn:active, .btn.active {
      background-image: none;
      outline: 0;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn.disabled, .btn[disabled],
    fieldset[disabled] .btn {
      cursor: not-allowed;
      filter: alpha(opacity=65);
      opacity: 0.65;
      box-shadow: none; }
  
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none; }
  
  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
    .btn-default:focus, .btn-default.focus {
      color: #333;
      background-color: #e6e5e5;
      border-color: #8c8c8c; }
    .btn-default:hover {
      color: #333;
      background-color: #e6e5e5;
      border-color: #adadad; }
    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
      color: #333;
      background-color: #e6e5e5;
      background-image: none;
      border-color: #adadad; }
      .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
      .open > .btn-default.dropdown-toggle:hover,
      .open > .btn-default.dropdown-toggle:focus,
      .open > .btn-default.dropdown-toggle.focus {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default.focus {
      background-color: #fff;
      border-color: #ccc; }
    .btn-default .badge {
      color: #fff;
      background-color: #333; }
  
  .btn-primary {
    color: #fff;
    background-color: #C2175C;
    border-color: #0a797a; }
    .btn-primary:focus, .btn-primary.focus {
      color: #fff;
      background-color: #086263;
      border-color: #000505; }
    .btn-primary:hover {
      color: #fff;
      background-color: #086263;
      border-color: #054142; }
    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #086263;
      background-image: none;
      border-color: #054142; }
      .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
      .open > .btn-primary.dropdown-toggle:hover,
      .open > .btn-primary.dropdown-toggle:focus,
      .open > .btn-primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #054142;
        border-color: #000505; }
    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus {
      background-color: #C2175C;
      border-color: #0a797a; }
    .btn-primary .badge {
      color: #C2175C;
      background-color: #fff; }
  
  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
    .btn-success:focus, .btn-success.focus {
      color: #fff;
      background-color: #449d44;
      border-color: #255625; }
    .btn-success:hover {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #449d44;
      background-image: none;
      border-color: #398439; }
      .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
      .open > .btn-success.dropdown-toggle:hover,
      .open > .btn-success.dropdown-toggle:focus,
      .open > .btn-success.dropdown-toggle.focus {
        color: #fff;
        background-color: #398439;
        border-color: #255625; }
    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus {
      background-color: #5cb85c;
      border-color: #4cae4c; }
    .btn-success .badge {
      color: #5cb85c;
      background-color: #fff; }
  
  .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
    .btn-info:focus, .btn-info.focus {
      color: #fff;
      background-color: #31b0d5;
      border-color: #1b6d85; }
    .btn-info:hover {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
      color: #fff;
      background-color: #31b0d5;
      background-image: none;
      border-color: #269abc; }
      .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
      .open > .btn-info.dropdown-toggle:hover,
      .open > .btn-info.dropdown-toggle:focus,
      .open > .btn-info.dropdown-toggle.focus {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85; }
    .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus {
      background-color: #5bc0de;
      border-color: #46b8da; }
    .btn-info .badge {
      color: #5bc0de;
      background-color: #fff; }
  
  .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
    .btn-warning:focus, .btn-warning.focus {
      color: #fff;
      background-color: #ec971f;
      border-color: #985f0d; }
    .btn-warning:hover {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
      color: #fff;
      background-color: #ec971f;
      background-image: none;
      border-color: #d58512; }
      .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
      .open > .btn-warning.dropdown-toggle:hover,
      .open > .btn-warning.dropdown-toggle:focus,
      .open > .btn-warning.dropdown-toggle.focus {
        color: #fff;
        background-color: #d58512;
        border-color: #985f0d; }
    .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus {
      background-color: #f0ad4e;
      border-color: #eea236; }
    .btn-warning .badge {
      color: #f0ad4e;
      background-color: #fff; }
  
  .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
    .btn-danger:focus, .btn-danger.focus {
      color: #fff;
      background-color: #c9302c;
      border-color: #761c19; }
    .btn-danger:hover {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #c9302c;
      background-image: none;
      border-color: #ac2925; }
      .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
      .open > .btn-danger.dropdown-toggle:hover,
      .open > .btn-danger.dropdown-toggle:focus,
      .open > .btn-danger.dropdown-toggle.focus {
        color: #fff;
        background-color: #ac2925;
        border-color: #761c19; }
    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus {
      background-color: #d9534f;
      border-color: #d43f3a; }
    .btn-danger .badge {
      color: #d9534f;
      background-color: #fff; }
  
  .btn-link {
    font-weight: 400;
    color: #C2175C;
    border-radius: 0; }
    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
    fieldset[disabled] .btn-link {
      background-color: transparent;
      box-shadow: none; }
    .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
      border-color: transparent; }
    .btn-link:hover, .btn-link:focus {
      color: #064a4b;
      text-decoration: underline;
      background-color: transparent; }
    .btn-link[disabled]:hover, .btn-link[disabled]:focus,
    fieldset[disabled] .btn-link:hover,
    fieldset[disabled] .btn-link:focus {
      color: #777777;
      text-decoration: none; }
  
  .btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.3333333;
    border-radius: 6px; }
  
  .btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px; }
  
  .btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px; }
  
  .btn-block {
    display: block;
    width: 100%; }
  
  .btn-block + .btn-block {
    margin-top: 5px; }
  
  input[type="submit"].btn-block,
  input[type="reset"].btn-block,
  input[type="button"].btn-block {
    width: 100%; }
  
  .fade {
    opacity: 0;
    transition: opacity 0.15s linear; }
    .fade.in {
      opacity: 1; }
  
  .collapse {
    display: none; }
    .collapse.in {
      display: block; }
  
  tr.collapse.in {
    display: table-row; }
  
  tbody.collapse.in {
    display: table-row-group; }
  
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease; }
  
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  
  .dropup,
  .dropdown {
    position: relative; }
  
  .dropdown-toggle:focus {
    outline: 0; }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 18px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    .dropdown-menu .divider {
      height: 1px;
      margin: 11.5px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.428571429;
      color: #333333;
      white-space: nowrap; }
      .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5; }
  
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #C2175C;
    outline: 0; }
  
  .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777; }
  
  .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  
  .open > .dropdown-menu {
    display: block; }
  
  .open > a {
    outline: 0; }
  
  .dropdown-menu-right {
    right: 0;
    left: auto; }
  
  .dropdown-menu-left {
    right: auto;
    left: 0; }
  
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #777777;
    white-space: nowrap; }
  
  .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990; }
  
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9; }
  
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  
  @media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
  
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .btn-group > .btn,
    .btn-group-vertical > .btn {
      position: relative;
      float: left; }
      .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
      .btn-group-vertical > .btn:hover,
      .btn-group-vertical > .btn:focus,
      .btn-group-vertical > .btn:active,
      .btn-group-vertical > .btn.active {
        z-index: 2; }
  
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  
  .btn-toolbar {
    margin-left: -5px; }
    .btn-toolbar:before, .btn-toolbar:after {
      display: table;
      content: " "; }
    .btn-toolbar:after {
      clear: both; }
    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
      float: left; }
    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
      margin-left: 5px; }
  
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  
  .btn-group > .btn:first-child {
    margin-left: 0; }
    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  
  .btn-group > .btn:last-child:not(:first-child),
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  
  .btn-group > .btn-group {
    float: left; }
  
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  
  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  
  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  
  .btn-group .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle {
    outline: 0; }
  
  .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px; }
  
  .btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px; }
  
  .btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-group.open .dropdown-toggle.btn-link {
      box-shadow: none; }
  
  .btn .caret {
    margin-left: 0; }
  
  .btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }
  
  .dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px; }
  
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group,
  .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
  
  .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    display: table;
    content: " "; }
  
  .btn-group-vertical > .btn-group:after {
    clear: both; }
  
  .btn-group-vertical > .btn-group > .btn {
    float: none; }
  
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  
  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  
  .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
      display: table-cell;
      float: none;
      width: 1%; }
    .btn-group-justified > .btn-group .btn {
      width: 100%; }
    .btn-group-justified > .btn-group .dropdown-menu {
      left: auto; }
  
  [data-toggle="buttons"] > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn input[type="checkbox"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
    .input-group[class*="col-"] {
      float: none;
      padding-right: 0;
      padding-left: 0; }
    .input-group .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0; }
      .input-group .form-control:focus {
        z-index: 3; }
  
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell; }
    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
      border-radius: 0; }
  
  .input-group-addon,
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  
  .input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px; }
    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
      padding: 5px 10px;
      font-size: 16px;
      border-radius: 3px; }
    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
      padding: 10px 16px;
      font-size: 23px;
      border-radius: 6px; }
    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
      margin-top: 0; }
  
  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  
  .input-group-addon:first-child {
    border-right: 0; }
  
  .input-group .form-control:last-child,
  .input-group-addon:last-child,
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group-btn:first-child > .btn:not(:first-child),
  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  
  .input-group-addon:last-child {
    border-left: 0; }
  
  .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
    .input-group-btn > .btn {
      position: relative; }
      .input-group-btn > .btn + .btn {
        margin-left: -1px; }
      .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
        z-index: 2; }
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
      margin-right: -1px; }
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
      z-index: 2;
      margin-left: -1px; }
  
  .tab-content > .tab-pane {
    display: none; }
  
  .tab-content > .active {
    display: block; }
  
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  
  
  .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
    .label:empty {
      display: none; }
    .btn .label {
      position: relative;
      top: -1px; }
  
  a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  
  .label-default {
    background-color: #777777; }
    .label-default[href]:hover, .label-default[href]:focus {
      background-color: #5e5e5e; }
  
  .label-primary {
    background-color: #C2175C; }
    .label-primary[href]:hover, .label-primary[href]:focus {
      background-color: #086263; }
  
  .label-success {
    background-color: #5cb85c; }
    .label-success[href]:hover, .label-success[href]:focus {
      background-color: #449d44; }
  
  .label-info {
    background-color: #5bc0de; }
    .label-info[href]:hover, .label-info[href]:focus {
      background-color: #31b0d5; }
  
  .label-warning {
    background-color: #f0ad4e; }
    .label-warning[href]:hover, .label-warning[href]:focus {
      background-color: #ec971f; }
  
  .label-danger {
    background-color: #d9534f; }
    .label-danger[href]:hover, .label-danger[href]:focus {
      background-color: #c9302c; }
  
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px; }
    .badge:empty {
      display: none; }
    .btn .badge {
      position: relative;
      top: -1px; }
    .btn-xs .badge, .btn-group-xs > .btn .badge,
    .btn-group-xs > .btn .badge {
      top: 0;
      padding: 1px 5px; }
    .list-group-item.active > .badge,
    .nav-pills > .active > a > .badge {
      color: #C2175C;
      background-color: #fff; }
    .list-group-item > .badge {
      float: right; }
    .list-group-item > .badge + .badge {
      margin-right: 5px; }
    .nav-pills > li > a > .badge {
      margin-left: 3px; }
  
  a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  
  .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee; }
    .jumbotron h1,
    .jumbotron .h1 {
      color: inherit; }
    .jumbotron p {
      margin-bottom: 15px;
      font-size: 27px;
      font-weight: 200; }
    .jumbotron > hr {
      border-top-color: #d5d5d5; }
    .container .jumbotron,
    .container-fluid .jumbotron {
      padding-right: 15px;
      padding-left: 15px;
      border-radius: 6px; }
    .jumbotron .container {
      max-width: 100%; }
    @media screen and (min-width: 768px) {
      .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px; }
        .container .jumbotron,
        .container-fluid .jumbotron {
          padding-right: 60px;
          padding-left: 60px; }
        .jumbotron h1,
        .jumbotron .h1 {
          font-size: 81px; } }
  
  .alert {
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 4px; }
    .alert h4 {
      margin-top: 0;
      color: inherit; }
    .alert .alert-link {
      font-weight: bold; }
    .alert > p,
    .alert > ul {
      margin-bottom: 0; }
    .alert > p + p {
      margin-top: 5px; }
  
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 35px; }
    .alert-dismissable .close,
    .alert-dismissible .close {
      position: relative;
      top: -2px;
      right: -21px;
      color: inherit; }
  
  .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .alert-success hr {
      border-top-color: #c9e2b3; }
    .alert-success .alert-link {
      color: #2b542c; }
  
  .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .alert-info hr {
      border-top-color: #a6e1ec; }
    .alert-info .alert-link {
      color: #245269; }
  
  .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .alert-warning hr {
      border-top-color: #f7e1b5; }
    .alert-warning .alert-link {
      color: #66512c; }
  
  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .alert-danger hr {
      border-top-color: #e4b9c0; }
    .alert-danger .alert-link {
      color: #843534; }
  
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0; }
    to {
      background-position: 0 0; } }
  
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0; }
    to {
      background-position: 0 0; } }
  
  .progress {
    height: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  
  .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background-color: #C2175C;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease; }
  
  .progress-striped .progress-bar,
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px; }
  
  .progress.active .progress-bar,
  .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
  
  .progress-bar-success {
    background-color: #5cb85c; }
    .progress-striped .progress-bar-success {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  
  .progress-bar-info {
    background-color: #5bc0de; }
    .progress-striped .progress-bar-info {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  
  .progress-bar-warning {
    background-color: #f0ad4e; }
    .progress-striped .progress-bar-warning {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  
  .progress-bar-danger {
    background-color: #d9534f; }
    .progress-striped .progress-bar-danger {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  
  .media {
    margin-top: 15px; }
    .media:first-child {
      margin-top: 0; }
  
  .media,
  .media-body {
    overflow: hidden;
    zoom: 1; }
  
  .media-body {
    width: 10000px; }
  
  .media-object {
    display: block; }
    .media-object.img-thumbnail {
      max-width: none; }
  
  .media-right,
  .media > .pull-right {
    padding-left: 10px; }
  
  .media-left,
  .media > .pull-left {
    padding-right: 10px; }
  
  .media-left,
  .media-right,
  .media-body {
    display: table-cell;
    vertical-align: top; }
  
  .media-middle {
    vertical-align: middle; }
  
  .media-bottom {
    vertical-align: bottom; }
  
  .media-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  
  .media-list {
    padding-left: 0;
    list-style: none; }
  
  .list-group {
    padding-left: 0;
    margin-bottom: 20px; }
  
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
    .list-group-item:first-child {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
    .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
      color: #777777;
      cursor: not-allowed;
      background-color: #eeeeee; }
      .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit; }
      .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777777; }
    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
      z-index: 2;
      color: #fff;
      background-color: #C2175C;
      border-color: #C2175C; }
      .list-group-item.active .list-group-item-heading,
      .list-group-item.active .list-group-item-heading > small,
      .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
      .list-group-item.active:hover .list-group-item-heading > small,
      .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
      .list-group-item.active:focus .list-group-item-heading > small,
      .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit; }
      .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #76f2f4; }
  
  a.list-group-item,
  button.list-group-item {
    color: #555; }
    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
      color: #333; }
    a.list-group-item:hover, a.list-group-item:focus,
    button.list-group-item:hover,
    button.list-group-item:focus {
      color: #555;
      text-decoration: none;
      background-color: #f5f5f5; }
  
  button.list-group-item {
    width: 100%;
    text-align: left; }
  
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8; }
  
  a.list-group-item-success,
  button.list-group-item-success {
    color: #3c763d; }
    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
      color: inherit; }
    a.list-group-item-success:hover, a.list-group-item-success:focus,
    button.list-group-item-success:hover,
    button.list-group-item-success:focus {
      color: #3c763d;
      background-color: #d0e9c6; }
    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
    button.list-group-item-success.active,
    button.list-group-item-success.active:hover,
    button.list-group-item-success.active:focus {
      color: #fff;
      background-color: #3c763d;
      border-color: #3c763d; }
  
  .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7; }
  
  a.list-group-item-info,
  button.list-group-item-info {
    color: #31708f; }
    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
      color: inherit; }
    a.list-group-item-info:hover, a.list-group-item-info:focus,
    button.list-group-item-info:hover,
    button.list-group-item-info:focus {
      color: #31708f;
      background-color: #c4e3f3; }
    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
    button.list-group-item-info.active,
    button.list-group-item-info.active:hover,
    button.list-group-item-info.active:focus {
      color: #fff;
      background-color: #31708f;
      border-color: #31708f; }
  
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3; }
  
  a.list-group-item-warning,
  button.list-group-item-warning {
    color: #8a6d3b; }
    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
      color: inherit; }
    a.list-group-item-warning:hover, a.list-group-item-warning:focus,
    button.list-group-item-warning:hover,
    button.list-group-item-warning:focus {
      color: #8a6d3b;
      background-color: #faf2cc; }
    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:focus {
      color: #fff;
      background-color: #8a6d3b;
      border-color: #8a6d3b; }
  
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede; }
  
  a.list-group-item-danger,
  button.list-group-item-danger {
    color: #a94442; }
    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
      color: inherit; }
    a.list-group-item-danger:hover, a.list-group-item-danger:focus,
    button.list-group-item-danger:hover,
    button.list-group-item-danger:focus {
      color: #a94442;
      background-color: #ebcccc; }
    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:focus {
      color: #fff;
      background-color: #a94442;
      border-color: #a94442; }
  
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }
  
  .panel {
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  
  .panel-body {
    padding: 15px; }
    .panel-body:before, .panel-body:after {
      display: table;
      content: " "; }
    .panel-body:after {
      clear: both; }
  
  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel-heading > .dropdown .dropdown-toggle {
      color: inherit; }
  
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    color: inherit; }
    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
      color: inherit; }
  
  .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  
  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
  
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }
  
  .list-group + .panel-footer {
    border-top-width: 0; }
  
  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
    margin-bottom: 0; }
    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
      padding-right: 15px;
      padding-left: 15px; }
  
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px; }
      .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px; }
  
  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
      .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px; }
      .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px; }
  
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }
  
  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }
  
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0; }
    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
      border-bottom: 0; }
    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; }
  
  .panel > .table-responsive {
    margin-bottom: 0;
    border: 0; }
  
  .panel-group {
    margin-bottom: 25px; }
    .panel-group .panel {
      margin-bottom: 0;
      border-radius: 4px; }
      .panel-group .panel + .panel {
        margin-top: 5px; }
    .panel-group .panel-heading {
      border-bottom: 0; }
      .panel-group .panel-heading + .panel-collapse > .panel-body,
      .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top: 1px solid #ddd; }
    .panel-group .panel-footer {
      border-top: 0; }
      .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd; }
  
  .panel-default {
    border-color: #ddd; }
    .panel-default > .panel-heading {
      color: #333333;
      background-color: #f5f5f5;
      border-color: #ddd; }
      .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd; }
      .panel-default > .panel-heading .badge {
        color: #f5f5f5;
        background-color: #333333; }
    .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ddd; }
  
  .panel-primary {
    border-color: #C2175C; }
    .panel-primary > .panel-heading {
      color: #fff;
      background-color: #C2175C;
      border-color: #C2175C; }
      .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #C2175C; }
      .panel-primary > .panel-heading .badge {
        color: #C2175C;
        background-color: #fff; }
    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #C2175C; }
  
  .panel-success {
    border-color: #d6e9c6; }
    .panel-success > .panel-heading {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
      .panel-success > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #d6e9c6; }
      .panel-success > .panel-heading .badge {
        color: #dff0d8;
        background-color: #3c763d; }
    .panel-success > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #d6e9c6; }
  
  .panel-info {
    border-color: #bce8f1; }
    .panel-info > .panel-heading {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
      .panel-info > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #bce8f1; }
      .panel-info > .panel-heading .badge {
        color: #d9edf7;
        background-color: #31708f; }
    .panel-info > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #bce8f1; }
  
  .panel-warning {
    border-color: #faebcc; }
    .panel-warning > .panel-heading {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
      .panel-warning > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #faebcc; }
      .panel-warning > .panel-heading .badge {
        color: #fcf8e3;
        background-color: #8a6d3b; }
    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #faebcc; }
  
  .panel-danger {
    border-color: #ebccd1; }
    .panel-danger > .panel-heading {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
      .panel-danger > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ebccd1; }
      .panel-danger > .panel-heading .badge {
        color: #f2dede;
        background-color: #a94442; }
    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ebccd1; }
  
  .close {
    float: right;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2; }
    .close:hover, .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
      filter: alpha(opacity=50);
      opacity: 0.5; }
  
  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; }
  
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Catamaran, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 16px;
    filter: alpha(opacity=0);
    opacity: 0; }
    .tooltip.in {
      filter: alpha(opacity=90);
      opacity: 0.9; }
    .tooltip.top {
      padding: 5px 0;
      margin-top: -3px; }
    .tooltip.right {
      padding: 0 5px;
      margin-left: 3px; }
    .tooltip.bottom {
      padding: 5px 0;
      margin-top: 3px; }
    .tooltip.left {
      padding: 0 5px;
      margin-left: -3px; }
    .tooltip.top .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
    .tooltip.top-left .tooltip-arrow {
      right: 5px;
      bottom: 0;
      margin-bottom: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
    .tooltip.top-right .tooltip-arrow {
      bottom: 0;
      left: 5px;
      margin-bottom: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
    .tooltip.right .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
    .tooltip.left .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }
    .tooltip.bottom .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
    .tooltip.bottom-left .tooltip-arrow {
      top: 0;
      right: 5px;
      margin-top: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
    .tooltip.bottom-right .tooltip-arrow {
      top: 0;
      left: 5px;
      margin-top: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }
  
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Catamaran, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 18px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .popover.top {
      margin-top: -10px; }
    .popover.right {
      margin-left: 10px; }
    .popover.bottom {
      margin-top: 10px; }
    .popover.left {
      margin-left: -10px; }
    .popover > .arrow {
      border-width: 11px; }
      .popover > .arrow, .popover > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid; }
      .popover > .arrow:after {
        content: "";
        border-width: 10px; }
    .popover.top > .arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: #999999;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0; }
    .popover.right > .arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: #999999;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0; }
    .popover.bottom > .arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: #999999;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff; }
    .popover.left > .arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: #999999;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff; }
  
  .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
  
  .popover-content {
    padding: 9px 14px; }
  
  .clearfix:before, .clearfix:after {
    display: table;
    content: " "; }
  
  .clearfix:after {
    clear: both; }
  
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: 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; } }
  
  .avoidExponentialChangeTrigger {
    background: red !important; }
  
  .reboticapp-welcome-jumbotron {
    border-radius: 0px !important;
    background: linear-gradient(-45deg, #f55f60 0%, #c2175c 100%);
    margin-left: calc((30px) / 2 * -1);
    margin-right: calc((30px) / 2 * -1);
    margin-top: -30px;
    padding-top: 60px; }
    @media (min-width: 768px) {
      .reboticapp-welcome-jumbotron {
        margin-left: calc((100vw - 750px + 30px) / 2 * -1);
        margin-right: calc((100vw - 750px + 30px) / 2 * -1); } }
    @media (min-width: 992px) {
      .reboticapp-welcome-jumbotron {
        margin-left: calc((100vw - 970px + 30px) / 2 * -1);
        margin-right: calc((100vw - 970px + 30px) / 2 * -1); } }
    @media (min-width: 1200px) {
      .reboticapp-welcome-jumbotron {
        margin-left: calc((100vw - 1170px + 30px) / 2 * -1);
        margin-right: calc((100vw - 1170px + 30px) / 2 * -1); } }
    .reboticapp-welcome-jumbotron h1 {
      color: #FFF;
      text-shadow: #000 1px 1px 1px, #000 -2px 3px 1px; }
      .reboticapp-welcome-jumbotron h1 span {
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis; }
  
  .mapSetLocation {
    min-height: 320px;
    height: calc(100vH - 50px - 95px - 40px); }
  
  .indexPageBoxContainer {
    width: 100%;
    justify-content: space-around;
    flex-flow: row wrap; }
    .indexPageBoxContainer > section {
      margin: 20px 3%;
      min-width: 280px;
      width: 40%;
      text-align: center; }
      .indexPageBoxContainer > section > a:hover {
        text-decoration: none; }
      .indexPageBoxContainer > section h1 {
        padding-left: 44px;
        font-size: 32px;
        position: relative;
        display: inline-block; }
        .indexPageBoxContainer > section h1 i:nth-child(1) {
          font-size: 48px;
          position: absolute;
          top: -26px;
          left: -26px; }
        .indexPageBoxContainer > section h1 i:nth-child(2) {
          font-size: 18px;
          position: absolute;
          top: 9px;
          left: 18px; }
        .indexPageBoxContainer > section h1 i.fa-map-marker-alt {
          left: -16px; }
      .indexPageBoxContainer > section p {
        text-align: center; }
  
  .navbar-fixed-top {
    background-color: #FFFFFF;
    box-shadow: 0px 5px 10px 0px #cdcdcd; }
  
  .navbar-header {
    display: flex;
    flex-direction: row-reverse; }
  
  .navbar-brand.reboticapp {
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    flex-grow: 1;
    height: auto; }
    .navbar-brand.reboticapp img {
      width: 100%;
      max-width: 249px; }
  
  @media (min-width: 768px) {
    .navbar > .container-fluid .navbar-brand.reboticapp {
      margin-left: -10px; } }
  
  @media (max-width: 768px) {
    .navbar-fixed-top .navbar-collapse {
      max-height: calc(100vH - 55px); } }
  
  .dropdown-menu-wrapper > .btn.expanded {
    padding-bottom: 21px; }
  
  .dropdown-menu-wrapper a {
    white-space: nowrap;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px 0;
    display: block; }
  
  .display-none {
    display: none !important; }
  
  .fieldWithAdjacentButtons-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .fieldWithAdjacentButtons-wrapper input, .fieldWithAdjacentButtons-wrapper textarea {
      resize: none;
      border: 1px solid #ccc;
      border-radius: 5px;
      flex-grow: 1;
      width: 150px;
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .fieldWithAdjacentButtons-wrapper button {
      min-width: 38px; }
    .fieldWithAdjacentButtons-wrapper button:first-of-type {
      border-radius: 0; }
    .fieldWithAdjacentButtons-wrapper button:last-of-type {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
  
  span.sq {
    width: 16px;
    height: 16px;
    border: 1px solid #C2175C;
    border-radius: 3px; }
  
  span.sq-check {
    width: 16px;
    height: 16px;
    border: 1px solid white;
    border-radius: 3px;
    position: relative; }
  
  span.sq-check::after {
    content: "×";
    line-height: 1;
    position: absolute;
    top: -5px;
    left: 2px;
    font-size: 1.3em; }
  
  html.fixed {
    max-height: 100vH;
    overflow: hidden; }
    html.fixed .wrapperSelectedInTabs {
      overflow: scroll;
      max-height: 100vh; }
  
  .bert-alert > .bert-container > .bert-content p {
    font-size: 1em !important;
    line-height: 1.6em !important; }
  
  .withAsterisk::after {
    content: "*";
    position: absolute;
    top: 0px;
    right: 12px; }
  
  .highlight {
    background: yellow; }
  
  .baja {
    -webkit-filter: contrast(75%) opacity(50%);
            filter: contrast(75%) opacity(50%); }
  
  .translucid {
    opacity: 0.2; }
  
  span.ojo {
    position: relative; }
  
  span.ojo:before {
    content: "·";
    position: absolute;
    left: 0.3em; }
  
  span.ojo:after {
    content: "·";
    position: absolute;
    right: 0.3em; }
  
  .bootstrap-datetimepicker-widget table td span.month {
    padding: 10px; }
  
  .bootstrap-datetimepicker-widget table td span.year {
    padding: 10px 2px; }
  
  .bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1em !important;
    margin-bottom: 1em;
    padding: 10px 0px;
    width: 52px !important; }
    .bootstrap-datetimepicker-widget .datepicker-decades .decade :last-child {
      margin-bottom: 0; }
  
  .tooltip {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    box-shadow: 0px 0px 5px 2px #FFF; }
  
  .tooltip > .tooltip-inner {
    background-color: #196e93;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
  
  .tooltip > .tooltip-arrow {
    border-top-color: #196e93 !important; }
  
  form .panel-body .row {
    padding: 0 1em; }
  
  .btn-floated-icon {
    position: relative;
    padding-right: 70px;
    margin: 40px 15px; }
    .btn-floated-icon span {
      float: left;
      max-width: calc(256px - 70px);
      white-space: normal;
      padding-right: 20px; }
    .btn-floated-icon i {
      margin: 0;
      position: absolute;
      /* 2 */
      top: 50%;
      /* 3 */
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    @media (min-width: 479px) {
      .btn-floated-icon span {
        max-width: 380px; } }
  
  img.logoInForm {
    max-height: 250px;
    max-width: 180px;
    margin: auto;
    padding-top: 3rem; }
  
  .input-group select.form-control {
    margin-left: -4px;
    width: calc(100% + 4px) !important; }
  
  .input-group .input-group-addon.primary {
    color: #FFFFFF;
    background-color: #C2175C;
    border: 1px solid #274352;
    z-index: 5;
    position: relative; }
  
  .panel-ficha .panel-body .flex {
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
    padding-bottom: 10px;
    align-items: center; }
    .panel-ficha .panel-body .flex h4 {
      margin: 0;
      width: 100%; }
      .panel-ficha .panel-body .flex h4 + .btn-group .btn {
        width: 52px;
        height: 52px; }
    @media (min-width: 768px) {
      .panel-ficha .panel-body .flex h4 {
        line-height: 1.7em; }
        .panel-ficha .panel-body .flex h4 + .btn-group .btn {
          font-size: 18px;
          width: 43px;
          height: 43px; } }
  
  .container > h1 {
    margin-top: 0; }
  
  .container > h2 {
    margin-top: 0; }
  
  .container > h3 {
    margin-top: 0; }
  
  .flex {
    display: flex; }
    .flex h1 + .btn-group, .flex h1 + .btn {
      margin-left: auto; }
    .flex h2 + .btn-group, .flex h2 + .btn {
      margin-left: auto; }
    .flex h3 + .btn-group, .flex h3 + .btn {
      margin-left: auto; }
    .flex h4 + .btn-group, .flex h4 + .btn {
      margin-left: auto; }
  
  .row {
    position: relative; }
  
  .dropdown-menu li.dropdown-header {
    text-align: center;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid gray;
    margin-bottom: .6em;
    display: inline-block; }
  
  .dropdown-menu.itemsWithLinkAndBtn {
    min-width: 280px; }
    .dropdown-menu.itemsWithLinkAndBtn li a:nth-child(1) {
      display: inline-block;
      width: calc(100% - 56px);
      text-overflow: ellipsis;
      padding-right: 0;
      overflow: hidden;
      padding: 10px; }
    .dropdown-menu.itemsWithLinkAndBtn li a:nth-child(2) {
      float: right;
      padding: 10px 20px; }
    .dropdown-menu.itemsWithLinkAndBtn li.wholeRow {
      flex-direction: column; }
      .dropdown-menu.itemsWithLinkAndBtn li.wholeRow a:nth-child(1) {
        width: calc(100% - 0px); }
  
  .row.first-loop {
    padding: 0 2%;
    position: initial; }
  
  .input-group.inputWithAdjacentWhiteAddon input {
    border-right: none; }
    .input-group.inputWithAdjacentWhiteAddon input:focus {
      border-color: #ccc;
      outline: 0;
      box-shadow: none; }
  
  .input-group.inputWithAdjacentWhiteAddon .input-group-addon.special {
    border-left: none;
    background: #FFFFFF; }
  
  .listItemCheckBoxContainer + *, .listItemCheckBoxContainer + .tooltip + * {
    padding-left: 40px; }
  
  .listItemCheckBoxContainer {
    position: absolute;
    color: #ccc;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 100%;
    border-right: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .listItemCheckBoxContainer input {
      display: none; }
    .listItemCheckBoxContainer.active {
      background: #C2175C;
      color: #FFF; }
  
  .opacity03 {
    opacity: 0.3; }
  
  .room4Btn {
    width: calc(100% - 52px);
    display: inline-block; }
  
  .float-right {
    float: right;
    margin-left: 10px; }
  
  .content-overlay {
    visibility: hidden;
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: darkseagreen;
    opacity: 0.5; }
  
  a,
  [class^="btn-"],
  [class*=" btn-"],
  .webIndex {
    transition: all 200ms ease-in; }
  
  a[href^="tel"], a[href^="mailto"] {
    white-space: nowrap; }
  
  i.fa.fa-fw {
    width: 2.14285714em; }
  
  input.form-control.invalid, select.form-control.invalid, .btn.invalid {
    border: 1px solid red;
    border-left: 5px solid red; }
  
  .form-control:focus:invalid {
    box-shadow: none; }
  
  .btn small {
    display: block; }
  
  .padding-top-for-navBar {
    padding-top: 70px; }
  
  .no-underline:hover, .no-underline:hover {
    text-decoration: none !important; }
  
  .webIndex {
    min-height: 100vH;
    padding: 10px;
    background-image: linear-gradient(to bottom, #186f94, #0ec0dc 100%); }
    .webIndex .jumbotron {
      background-color: transparent;
      margin-bottom: 0px;
      padding-top: 15px; }
      .webIndex .jumbotron #at-pwd-form {
        color: #FFFFFF; }
        .webIndex .jumbotron #at-pwd-form h1.title-auth {
          color: #FFFFFF;
          font-size: 32px;
          font-weight: bold; }
      .webIndex .jumbotron h1:not(.title-auth) {
        color: #FFFFFF;
        font-size: 36px;
        margin-top: 0px; }
        .webIndex .jumbotron h1:not(.title-auth) small {
          color: #FFFFFF;
          font-weight: 200;
          display: block;
          line-height: 1.65;
          margin-top: 1em; }
      .webIndex .jumbotron #at-forgotPwd {
        color: #FFFFFF;
        font-size: 16px;
        margin-left: -1em;
        margin-right: -1em;
        text-align: center;
        font-weight: 400; }
      .webIndex .jumbotron .container {
        background-color: transparent; }
      @media (min-width: 660px) {
        .webIndex .jumbotron h1:not(.title-auth) {
          font-size: 54px; } }
      @media (min-width: 992px) {
        .webIndex .jumbotron h1:not(.title-auth) {
          font-size: 60px; }
          .webIndex .jumbotron h1:not(.title-auth) small {
            padding-top: 25px;
            display: block;
            line-height: 1.5; } }
    .webIndex .sponsor {
      background: #FFFFFF;
      padding: 3rem;
      box-shadow: 0px -10px 5px -7px #a5efda; }
      .webIndex .sponsor .img-responsive {
        margin-left: auto;
        margin-right: auto; }
  
  .map-container, .reserva-container {
    width: 800px;
    max-width: 100%;
    height: 500px;
    max-width: 96%;
    position: absolute;
    border-radius: 7px;
    border: 1px solid #C2175C;
    padding: 0.1em 0.1em 2.3em 0.1em;
    background-color: #C2175C;
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: calc(100vH);
    transition: all 200ms ease;
    z-index: 999999; }
    .map-container h4, .reserva-container h4 {
      color: #C2175C;
      margin: 0 0 10px; }
    .map-container *, .reserva-container * {
      transition: none; }
  
  .wrapperSelectedInTabs {
    width: 100vW;
    min-height: 100vH;
    background-color: #FFF;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 2vw;
    z-index: 1040;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 7px;
    box-shadow: 3px 3px 3px #CCC; }
    .wrapperSelectedInTabs * {
      transition: visibility 0ms ease; }
    .wrapperSelectedInTabs > ul {
      clear: both;
      margin-top: 20px; }
    .wrapperSelectedInTabs address {
      margin-bottom: 0; }
    .wrapperSelectedInTabs .tab-content {
      padding: 2vw;
      border: 1px solid #dddddd;
      top: -4px;
      position: relative;
      border-radius: 5px;
      border-top: 4px solid #ddd; }
    .wrapperSelectedInTabs a[data-toggle="tab"] {
      padding: 0 20px 0 0;
      max-width: 210px;
      text-overflow: ellipsis;
      padding-right: 10px;
      overflow: hidden;
      white-space: nowrap; }
    .wrapperSelectedInTabs .nav-tabs {
      border-bottom: 0px;
      display: flex;
      width: 100%;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-scroll-snap-type: x mandatory;
          -ms-scroll-snap-type: x mandatory;
              scroll-snap-type: x mandatory;
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* IE 10+ */ }
      .wrapperSelectedInTabs .nav-tabs::-webkit-scrollbar {
        height: 0; }
      .wrapperSelectedInTabs .nav-tabs > li {
        float: left;
        margin-bottom: 0px;
        scroll-snap-align: start; }
        .wrapperSelectedInTabs .nav-tabs > li .js-removeUsuarioFromArray, .wrapperSelectedInTabs .nav-tabs > li .js-removeThreadFromArray {
          padding: 16px 0;
          min-width: 57px;
          display: inline-block;
          text-align: center;
          cursor: pointer; }
        .wrapperSelectedInTabs .nav-tabs > li.active {
          margin-bottom: -1px;
          position: relative;
          top: 3px;
          z-index: 1; }
          .wrapperSelectedInTabs .nav-tabs > li.active.inactive {
            display: none; }
  
  .panel-default > .panel-heading {
    background-color: #dbf7f1;
    border-bottom: 3px solid #009093;
    border-top: 2px solid #009093; }
  
  .panel-heading {
    position: relative; }
    .panel-heading .btn.pull-right {
      position: absolute;
      top: 2px;
      right: 5px; }
  
  .panel-title {
    position: relative;
    padding-right: 60px;
    min-height: 44px; }
    .panel-title .btn.pull-right {
      position: absolute;
      top: 0;
      right: 0; }