* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

a {
  color: inherit; }
  a:hover {
    text-decoration: none;
    color: inherit; }

body {
  margin: 0;
  font-family: 'Roboto'; }

ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

.table {
  margin: 0; }

.header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #0d4fc9), color-stop(60%, transparent), to(transparent));
  background: -webkit-linear-gradient(#0d4fc9 60%, transparent 60%, transparent 100%);
  background: -o-linear-gradient(#0d4fc9 60%, transparent 60%, transparent 100%);
  background: linear-gradient(#0d4fc9 60%, transparent 60%, transparent 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .header.noFilter {
    background: #0d4fc9;
    min-height: 90px; }

.header-logo {
  height: 65px;
  padding: 5px 5px 0; }
  .header-logo svg {
    height: 100%; }
  .header-logo path {
    fill: #FFF; }

@media (min-width: 992px) {
  .header-menu {
    position: relative;
    z-index: 100;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 15px;
    padding-bottom: 5px; }
    .header-menu > li {
      margin-right: 1rem;
      position: relative;
      color: #FFF;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      padding: 2px 5px;
      border-bottom: 2px solid transparent; }
      .header-menu > li.closeMenu {
        display: none; }
      .header-menu > li .perfil {
        position: absolute;
        top: -10px;
        right: 20px;
        font-size: 10px; }
      .header-menu > li.dropmenu {
        cursor: pointer; }
        .header-menu > li.dropmenu:after {
          font-family: 'Font Awesome 5 Free';
          content: '\f078'; }
        .header-menu > li.dropmenu > ul {
          background: #fff;
          min-width: 170px;
          border: 1px solid #ccc;
          color: #0d4fc9; }
      .header-menu > li.active {
        border-bottom: 2px solid #FFF; }
      .header-menu > li.right {
        margin-left: auto;
        position: relative; }
      .header-menu > li > ul {
        position: absolute;
        display: none;
        top: 100%;
        background: #0d4fc9;
        border-radius: 5px; }
        .header-menu > li > ul a {
          display: block;
          padding: 5px 15px; }
  .responsive-tools {
    display: none; } }

@media (max-width: 991px) {
  .responsive-table{
    overflow: scroll;
  }
  .header {
    background: #0d4fc9; }
    .header.noFilter {
      min-height: auto; }
  .header-logo {
        margin-top: -10px; }
  .header-menu {
    position: fixed;
    z-index: 800;
    background: rgba(74, 99, 110, 0.92);
    width: 100vw;
    max-width: 250px;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    left: -100vw;
    -webkit-transition: left ease .3s;
    -o-transition: left ease .3s;
    transition: left ease .3s;
    padding: 0;
    color: #FFF;
    overflow-y: scroll; }
    .header-menu li {
      color: #FFF;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      min-height: 25px;
      margin-bottom: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 10px; }
      .header-menu li .perfil {
        display: none; }
      .header-menu li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%; }
      .header-menu li.closeMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 30px;
        padding: 15px;
        text-align: right; }
    .header-menu .dropmenu ul {
      margin-top: 15px; }
    .header-menu .dropmenu li {
      padding-left: 15px; }
      .header-menu .dropmenu li a:before {
        margin-right: 5px; }
    .header-menu.active {
      left: 0; }
  .responsive-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .responsive-tools i {
      margin-right: 20px;
      color: #FFF;
      font-size: 20px;
      height: 20px;
      width: 20px; } }

.filter-tool {
  width: 100%;
  margin: 15px;
  background: #FFF;
  padding: 15px 15px 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 2px 0px #ccc;
  box-shadow: 0px 2px 2px 0px #ccc;
  border-radius: 5px; }
  .filter-tool .closeMenu {
    display: none; }

@media (max-width: 991px) {
  .filter-tool {
    position: fixed;
    z-index: 800;
    margin-top: 0;
    margin-right: 0;
    border: none;
    border-radius: 0;
    width: 100vw;
    max-width: 350px;
    height: 100vh;
    top: 0;
    right: -100vw;
    -webkit-transition: right ease .3s;
    -o-transition: right ease .3s;
    transition: right ease .3s;
    background: rgba(255, 255, 255, 0.92);
    overflow-y: scroll; }
    .filter-tool .closeMenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 30px;
      margin-bottom: 15px;
      color: #0d4fc9; }
    .filter-tool.active {
      right: 0; } }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  .form-group > label, .form-group > .labelDisabled {
    font-weight: bold;
    font-size: 10px;
    color: #0d4fc9;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .form-group > input, .form-group > .inputDisabled, .form-group > textarea {
    border: none;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    background: transparent;
    padding: 1px 7px 2px; }
  .form-group > textarea {
    resize: none; }
  .form-group > .message {
    position: absolute;
    font-size: 10px;
    bottom: -14px; }
  .form-group > .inputDisabled {
    border-bottom: 1px solid transparent; }
  .form-group.error > label {
    color: red; }
  .form-group.error > input {
    border-bottom-color: red; }
  .form-group.error .selectBtn {
    border-bottom-color: red; }

.input-group-addon, .input-group-btn {
  display: none; }

.form-control.multiselect-search {
  width: 100%; }

.bootstrap-datetimepicker-widget {
  list-style: none; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em; }
    .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
      content: '';
      display: inline-block;
      position: absolute; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      top: -7px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      top: -6px;
      left: 8px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #ccc;
      border-top-color: rgba(0, 0, 0, 0.2);
      bottom: -7px;
      left: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid white;
      bottom: -6px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
      left: auto;
      right: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
      left: auto;
      right: 7px; }
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0; }
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0; }
    .bootstrap-datetimepicker-widget a[data-action]:active {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0; }
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px; }
  .bootstrap-datetimepicker-widget .glyphicon {
    color: #0d4fc9; }
  .bootstrap-datetimepicker-widget .btn.btn-primary {
    background-color: #0d4fc9;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .bootstrap-datetimepicker-widget .btn.btn-primary:hover {
      top: -2px;
      -webkit-box-shadow: 0px 2px 2px 1px #aaa;
      box-shadow: 0px 2px 2px 1px #aaa; }
    .bootstrap-datetimepicker-widget .btn.btn-primary:active {
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95); }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"; }
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"; }
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center; }
    .bootstrap-datetimepicker-widget .picker-switch::after {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
      content: "Toggle Date and Time Screens"; }
    .bootstrap-datetimepicker-widget .picker-switch td {
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      line-height: inherit; }
      .bootstrap-datetimepicker-widget .picker-switch td span {
        line-height: 2.5;
        height: 2.5em;
        width: 100%; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
    font-size: 12px; }
    .bootstrap-datetimepicker-widget table td {
      text-align: center;
      border-radius: 4px; }
    .bootstrap-datetimepicker-widget table th {
      text-align: center;
      border-radius: 4px;
      height: 20px;
      line-height: 20px;
      width: 20px;
      color: #0d4fc9; }
      .bootstrap-datetimepicker-widget table th.picker-switch {
        width: 145px; }
      .bootstrap-datetimepicker-widget table th.disabled {
        background: none;
        color: #777777;
        cursor: not-allowed; }
        .bootstrap-datetimepicker-widget table th.disabled:hover {
          background: none;
          color: #777777;
          cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table th.prev::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Previous Month"; }
      .bootstrap-datetimepicker-widget table th.next::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Next Month"; }
    .bootstrap-datetimepicker-widget table thead tr:first-child th {
      cursor: pointer; }
      .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #eeeeee; }
    .bootstrap-datetimepicker-widget table td {
      height: 54px;
      line-height: 54px;
      width: 54px; }
      .bootstrap-datetimepicker-widget table td.cw {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #777777; }
      .bootstrap-datetimepicker-widget table td.day {
        height: 20px;
        line-height: 20px;
        width: 20px; }
        .bootstrap-datetimepicker-widget table td.day:hover {
          background: #eeeeee;
          cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
        background: #eeeeee;
        cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
        color: #777777; }
      .bootstrap-datetimepicker-widget table td.today {
        position: relative; }
        .bootstrap-datetimepicker-widget table td.today:before {
          content: '';
          display: inline-block;
          border: solid transparent;
          border-width: 0 0 7px 7px;
          border-bottom-color: #0d4fc9;
          border-top-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 4px;
          right: 4px; }
      .bootstrap-datetimepicker-widget table td.active {
        background-color: #0d4fc9;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td.active:hover {
          background-color: #0d4fc9;
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td.active.today:before {
          border-bottom-color: #fff; }
      .bootstrap-datetimepicker-widget table td.disabled {
        background: none;
        color: #777777;
        cursor: not-allowed; }
        .bootstrap-datetimepicker-widget table td.disabled:hover {
          background: none;
          color: #777777;
          cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 4px; }
        .bootstrap-datetimepicker-widget table td span:hover {
          background: #eeeeee; }
        .bootstrap-datetimepicker-widget table td span.active {
          background-color: #0d4fc9;
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td span.old {
          color: #777777; }
        .bootstrap-datetimepicker-widget table td span.disabled {
          background: none;
          color: #777777;
          cursor: not-allowed; }
          .bootstrap-datetimepicker-widget table td span.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed; }
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px; }
  .bootstrap-datetimepicker-widget.wider {
    width: 21em; }
  .bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

select {
  display: none; }

.btn-group {
  width: 100%; }

.selectBtn {
  border: none;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  padding: 1px 7px 2px;
  background: transparent;
  text-align: left;
  width: 100%;
  display: block;
  height: 20px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

span.multiselect-native-select {
  position: relative;
  height: 21px; }
  span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px; }

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .multiselect-container .input-group {
    margin: 5px; }
  .multiselect-container > li {
    padding: 0; }
    .multiselect-container > li > a.multiselect-all label {
      font-weight: 700; }
    .multiselect-container > li.multiselect-group label {
      margin: 0;
      padding: 3px 20px 3px 20px;
      height: 100%;
      font-weight: 700; }
    .multiselect-container > li.multiselect-group-clickable label {
      cursor: pointer; }
    .multiselect-container > li > a {
      padding: 0; }
      .multiselect-container > li > a > label {
        margin: 0;
        height: 100%;
        cursor: pointer;
        font-weight: 400;
        padding: 3px 20px 3px 40px; }
        .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
          margin: 0; }
        .multiselect-container > li > a > label > input[type=checkbox] {
          margin-bottom: 5px; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0; }

.btn-group .selectBtn span {
  width: calc(100% - 10px);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.btn-group .selectBtn .caret {
  position: absolute;
  top: 8px;
  right: 5px; }

.btn-group .selectBtn + ul a > label {
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  font-size: 12px; }

.table > thead > tr > th {
  vertical-align: middle !important; }

.table > thead a {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  cursor: pointer !important; }
  .table > thead a i {
    position: absolute;
    top: -2px;
    left: -2px; }

.table > tbody > tr > td {
  vertical-align: middle !important; }

.table i {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px; }
  .table i.disabled {
    color: #ccc; }
  .table i.free {
    color: #0d4fc9; }

.table.actions tr th:last-child, .table.actions tr td:last-child {
  width: 100px;
  text-align: center; }

.badge {
  margin: 0px 5px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .badge.info {
    background-color: #CCC;
    color: #FFF; }
  .badge.danger {
    background-color: #F00;
    color: #FFF; }
  .badge.warning {
    background-color: #FF0;
    color: #000; }
  .badge.success {
    background-color: #006a46;
    color: #FFF; }
  .badge.infoInverse {
    background-color: #FFF;
    color: #0d4fc9; }

.tabla-inicioCol1 th {
  font-size: 10px;
  text-transform: uppercase; }

.tabla-inicioCol1 th, .tabla-inicioCol1 td {
  text-align: center; }
  .tabla-inicioCol1 th:first-child, .tabla-inicioCol1 td:first-child {
    border-right: 1px solid #ccc;
    width: 70px; }
  .tabla-inicioCol1 th:first-child, .tabla-inicioCol1 th:last-child, .tabla-inicioCol1 td:first-child, .tabla-inicioCol1 td:last-child {
    font-weight: bold; }

.tabla-inicioCol1.firstLeft th:first-child, .tabla-inicioCol1.firstLeft td:first-child {
  text-align: left; }

#tabla-referidos thead th:nth-last-child(2), #tabla-referidos thead th:nth-last-child(3), #tabla-referidos thead th:nth-last-child(4), #tabla-referidos thead th:nth-last-child(5) {
  border-left: 1px solid #ccc;
  text-align: center; }

#tabla-referidos tbody td:nth-last-child(2), #tabla-referidos tbody td:nth-last-child(3), #tabla-referidos tbody td:nth-last-child(5), #tabla-referidos tbody td:nth-last-child(7) {
  border-left: 1px solid #ccc; }

#tabla-referidos tbody td:nth-last-child(-n + 7) {
  text-align: center; }

#tabla-estaticaDatosProspecto th:first-child, #tabla-estaticaDatosProspecto td:first-child {
  width: 120px;
  font-weight: bold; }

#tabla-controlReuniones th:nth-last-child(-n + 4), #tabla-controlReuniones td:nth-last-child(-n + 4) {
  border-left: 1px solid #ccc;
  text-align: center;
  width: 100px; }

#tabla-controlReuniones .badge:first-child {
  margin-bottom: 5px; }

#tabla-liberacionesVendedor th:last-child, #tabla-liberacionesVendedor td:last-child {
  width: 100px;
  text-align: center; }

#tabla-listadoPorteos th:nth-last-child(7), #tabla-listadoPorteos th:nth-last-child(6), #tabla-listadoPorteos th:nth-last-child(5), #tabla-listadoPorteos th:nth-last-child(4), #tabla-listadoPorteos th:nth-last-child(2), #tabla-listadoPorteos td:nth-last-child(7), #tabla-listadoPorteos td:nth-last-child(6), #tabla-listadoPorteos td:nth-last-child(5), #tabla-listadoPorteos td:nth-last-child(4), #tabla-listadoPorteos td:nth-last-child(2) {
  text-align: center; }

#tabla-listadoTurnos th:nth-last-child(-n + 6), #tabla-listadoTurnos td:nth-last-child(-n + 6) {
  text-align: center; }

#tabla-listadoPosicionesVirtuales th:nth-last-child(-n + 6), #tabla-listadoPosicionesVirtuales td:nth-last-child(-n + 6) {
  text-align: center; }

.mapa {
  background: url("../img/mapa.png");
  height: 400px; }

span.lt {
  text-decoration: line-through; }

.tabla-checkbox td:first-child {
  width: 10px; }

#tabla-resumenJefe thead th {
  text-align: center; }

#tabla-resumenJefe thead tr:nth-child(1) th:first-child {
  text-align: left; }

#tabla-resumenJefe thead tr:nth-child(1) th:nth-child(n + 3) {
  border-left: 1px solid #ccc; }

#tabla-resumenJefe thead tr:nth-child(2) th:nth-child(3n + 4) {
  border-left: 1px solid #ccc; }

#tabla-resumenJefe td:nth-child(n + 2) {
  width: 100px;
  text-align: center; }

#tabla-resumenJefe td:nth-child(3n + 1) {
  font-weight: bold; }

#tabla-resumenJefe td:nth-child(3n + 5) {
  border-left: 1px solid #ccc; }

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 15px;
  min-height: 70px; }

.sbtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  color: #FFF !important;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  .sbtn.submit {
    background: #0d4fc9; }
  .sbtn.danger {
    background: #F00; }
  .sbtn.cancel {
    background: #AAA; }
  .sbtn.alternative {
    background: #3daddf; }
  .sbtn:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

.cbtn {
  height: 50px;
  width: 50px;
  background: #3daddf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF !important;
  border-radius: 50%;
  position: fixed;
  z-index: 50;
  bottom: 50px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  .cbtn:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

.pagination > li > a, .pagination > li > span {
  color: #0d4fc9; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #0d4fc9 !important;
  border: 1px solid #0d4fc9 !important; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: rgba(0, 106, 70, 0.4); }

.pagination + p {
  text-align: right; }

.modal-title {
  color: #0d4fc9;
  text-transform: uppercase;
  font-weight: bold; }

.modalTitle {
  color: #0d4fc9;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #0d4fc9;
  padding-right: 15px; }

.modalConfirmation {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #BBB; }

.pageTitle {
  margin-bottom: 15px;
  font-size: 30px;
  border-left: 10px solid #0d4fc9;
  padding-left: 10px;
  text-transform: uppercase; }

.chartTitle {
  color: #0d4fc9;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold; }

.actionTd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .actionTd .nextAction, .actionTd .nextDate {
    font-weight: bold; }
  .actionTd .date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

.infoBox {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px; }
  .infoBox > .title {
    position: relative;
    border-bottom: 1px solid #ccc;
    background: #0d4fc9;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px 4px 0px 0px; }
    .infoBox > .title .right {
      position: absolute;
      right: 5px; }
  .infoBox .content {
    padding: 15px; }
    .infoBox .content.height200 {
      height: 200px;
      overflow-y: scroll; }
    .infoBox .content.height240 {
      height: 240px;
      overflow-y: scroll; }

.empty:before, .emptyCustom:before {
  content: 'No existen registros para desplegar';
  display: block;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  margin: 30px 0px;
  font-weight: bold;
  color: #bbb; }

.empty.custom:before, .emptyCustom.custom:before {
  content: var(--message); }

.scheduleRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .scheduleRow .scheduleElement {
    background: #00976d;
    padding: 5px 10px;
    margin: 0 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    border-radius: 5px;
    color: #FFF;
    position: relative; }
    .scheduleRow .scheduleElement.danger {
      background: rgba(255, 0, 0, 0.7); }
    .scheduleRow .scheduleElement.current {
      background: #3daddf; }

.indexItemSaler {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 120px;
  margin-bottom: 15px;
  cursor: pointer; }
  .indexItemSaler .title {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    color: #0d4fc9;
    text-transform: uppercase;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
  .indexItemSaler .index {
    width: 100%;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px; }
  .indexItemSaler.danger .index {
    color: red; }
  .indexItemSaler.warning .index {
    color: #cccc00; }
  .indexItemSaler.success .index {
    color: #00976d; }

.indexItemChiefs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-bottom: transparent;
  position: relative;
  cursor: pointer;
  background: #FFF;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  .indexItemChiefs .title {
    padding: 0 10px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #0d4fc9;
    font-weight: bold; }
    .indexItemChiefs .title .value {
      display: block;
      font-size: 12px; }
  .indexItemChiefs .index {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50px;
    flex: 1 1 50px;
    text-align: right;
    padding: 10px;
    font-size: 30px; }
  .indexItemChiefs.danger .index {
    color: red; }
  .indexItemChiefs.warning .index {
    color: #cccc00; }
  .indexItemChiefs.success .index {
    color: #00976d; }
  .indexItemChiefs.selected {
    -webkit-box-shadow: 0px 2px 2px 2px #ccc;
    box-shadow: 0px 2px 2px 2px #ccc;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    z-index: 2; }
  .indexItemChiefs:hover {
    -webkit-box-shadow: 0px 1px 1px 1px #ccc;
    box-shadow: 0px 1px 1px 1px #ccc;
    -webkit-transform: scale(1.005);
    -ms-transform: scale(1.005);
    transform: scale(1.005);
    z-index: 1; }
  .indexItemChiefs:first-child {
    border-radius: 5px 5px 0 0; }
  .indexItemChiefs:last-child {
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 5px 5px; }

.errorContent {
  height: calc(100vh - 105px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #999; }
  .errorContent svg {
    fill: #999;
    width: 200px; }
  .errorContent .title {
    font-size: 100px; }
  .errorContent p {
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 20px;
    text-align: center; }
  @media (max-width: 991px) {
    .errorContent {
      height: calc(100vh - 90px); }
      .errorContent .title {
        font-size: 60px; } }

.dayIndexes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .dayIndexes .dayIndex {
    width: 50%; }
    .dayIndexes .dayIndex * {
      text-align: center;
      width: 100%; }
    .dayIndexes .dayIndex .title {
      font-weight: bold; }
    .dayIndexes .dayIndex .currentValue {
      font-size: 40px;
      color: #0d4fc9; }
    .dayIndexes .dayIndex .nextValue {
      padding: 0px 30px;
      font-size: 10px;
      margin-top: 20px; }
      .dayIndexes .dayIndex .nextValue input {
        border-color: transparent;
        border-bottom: 1px solid #ccc; }
