﻿@charset "UTF-8";
/* ###################################################################
   ##########################     B A S E    ######################### */
html {
  min-height: 100% !important; }

body {
  min-width: 320px;
  min-height: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  overflow-y: scroll; }
  body > img {
    display: none; }

a,
a:visited,
a:focus,
a:active,
a:hover,
select,
button,
input[type="checkbox"],
:focus,
.focus {
  outline: none !important; }

::-moz-focus-inner {
  border: 0; }

textarea {
  resize: none; }

a {
  cursor: pointer;
  color: #006CA2;
  text-decoration: none; }
  a:hover {
    color: #006CA2; }

.posRight {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px; }
  .posRight.bi-chevron-right {
    margin-right: 0;
    font-size: 10px; }

.d-flex {
  display: flex; }
  .d-flex .flex-grow {
    flex-grow: 1; }
  .d-flex .flex-shrink-1 {
    flex-shrink: 1; }

.box-grey {
  border: 1px solid #CCC;
  border-radius: 5px; }

/* ###################################################################
   ########################    B L O C K S    ######################## */
.e-sidebar,
.e-main {
  padding: 15px; }

.e-sidebar {
  background: #EFF9FD; }

/* #####  DESKTOP  ##### */
@media (min-width: 992px) {
  .e-layout {
    display: grid;
    grid-template-areas: "sidebar main";
    grid-template-columns: 19% auto; } }
  @media (min-width: 992px) and (min-width: 1315px) {
    .e-layout {
      grid-template-columns: 250px auto; } }
@media (min-width: 992px) {
    .e-layout .e-sidebar {
      grid-area: sidebar;
      position: sticky;
      top: 0;
      display: block;
      height: 100vh;
      overflow-y: auto; }
    .e-layout .e-main {
      grid-area: main; }
      .e-layout .e-main #e-content {
        min-height: calc(100% - 30px); } }
    @media (min-width: 992px) and (min-width: 1199px) {
      .e-layout .e-main {
        padding: 15px 20px; } }

@media (min-width: 1400px) {
  body.is-home #e-content {
    margin: 0 auto;
    width: 1090px; } }
/* ###################################################################
########################## E-ACCESS ######################### */

body.e-access,
body.is-home.e-access {
    background-color: #d8dce3 !important;
}

.e-access .e-main {
  position: relative;
  min-height: calc(100vh - 130px);
}

.e-access .e-main::before {
  content: none;
}

.e-access .login-block {
  font-size: 14px;
  position: relative;
}

.e-access .login-block > p {
  margin-bottom: 25px;
  text-align: center;
  color: #374151;
}

.e-access .login-block .form-horizontal {
  padding: 24px 40px 32px;
  border-radius: 18px;
  background-color: #ffffff;
  border: 1px solid #d0dbe9;
  -webkit-box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.e-access .login-block .form-horizontal .form-group {
  display: block;
  margin-bottom: 14px;
}

.e-access .login-block .form-horizontal .form-group label {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  color: #4b5563;
}

.e-access .login-block .form-horizontal .form-group input {
  width: 100%;
  background-color: #f3f6ff;
  border-radius: 8px;
}

.e-access .login-block .form-horizontal .form-group .toggleSeePassword {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background-color: transparent;
  color: #006ca2;
}

.e-access .login-block .form-horizontal .form-group .toggleSeePassword i.bi-eye-slash-fill {
  position: absolute;
  top: 1px;
  left: 5px;
  display: none;
}

.e-access .login-block .form-horizontal .form-group .toggleSeePassword.active i.bi-eye-fill {
  display: none;
}

.e-access .login-block .form-horizontal .form-group .toggleSeePassword.active i.bi-eye-slash-fill {
  display: block;
}

.e-access .login-block .btn {
  width: 100%;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #006ca2 0, #0094c7 45%, #00b2cf 100%);
  color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 10px 22px rgba(0, 108, 162, 0.4);
  box-shadow: 0 10px 22px rgba(0, 108, 162, 0.4);
}

.e-access .e-header {
  height: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.e-access .e-header .logo {
  margin: 0 auto;
  flex: 0 0 auto;
}

.e-access .e-header .logo img {
  width: 300px;
  max-width: 100%;
  display: block;
  margin: 20px auto 0;
}

.e-access .e-main .container {
  max-width: 480px;
}

.e-access .e-main .divRedondeado {
  max-width: 480px;
  margin: 0 auto;
}

.e-access .footer {
  height: 30px;
  padding-top: 5px;
}

@media (max-width: 991px) {
  body.e-access,
  body.is-home.e-access {
    background-color: #f5f7fb;
  }
}
#####################
   ########################    E-CONTENT    ######################## */
@media (min-width: 768px) {
  .e-titleGroupLinks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
@media (min-width: 991px) {
  .e-titleGroupLinks {
    min-height: 40px;
    margin: 11px 0; } }
.e-titleGroupLinks .e-title {
  font-size: 18px;
  line-height: 1.3em;
  color: #006CA2; }
  .e-titleGroupLinks .e-title small,
  .e-titleGroupLinks .e-title span {
    display: block; }
  .e-titleGroupLinks .e-title span {
    padding-top: 13px; }
  .e-titleGroupLinks .e-title small {
    font-size: 12px;
    line-height: 1.2; }
    .e-titleGroupLinks .e-title small ~ span {
      padding-top: 0; }
  .e-titleGroupLinks .e-title p {
    font-size: 11px; }
@media (min-width: 991px) {
  .e-titleGroupLinks {
    margin: -2px 0 11px; } }
.e-titleGroupLinks .e-groupLinks {
  margin-top: 10px; }
  .e-titleGroupLinks .e-groupLinks a,
  .e-titleGroupLinks .e-groupLinks button {
    margin-top: 4px; }

.e-titleGroupLinks ~ div.table-container .dataTables_info h4 {
  display: none; }

.group-title h2 {
  display: inline-block;
  margin: 5px 0;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 500;
  color: #CCC; }
  .group-title h2 > div {
    padding-top: 5px; }

.group-links {
  margin-top: 20px;
  text-align: right; }
  .group-links .subgroup-links {
    padding-right: 24px; }

/* ###################################################################
   #######################      H E A D E R     ###################### */
.e-sidebar i {
  font-size: 14px;
  margin-right: 3px; }
.e-sidebar .logo img {
  width: 130px; }

.logo-guiral {
  display: inline-block;
  width: 120px;
  height: 68px;
  background: url("Img/logo-guiral.png") no-repeat center top;
  background-size: auto 136px;
  font-size: 9px;
  color: #999;
  font-style: italic;
  text-align: right; }
  .logo-guiral:hover {
    color: #333;
    background-position: center bottom; }

button.navbar-toggler {
  width: 50px;
  height: 40px;
  padding: 4px 8px;
  margin-left: 10px;
  border-color: #006CA2;
  background-color: #006CA2;
  box-shadow: none !important; }
  button.navbar-toggler span {
    position: relative;
    margin-top: -4px;
    width: 26px;
    height: 2px;
    background: white; }
    button.navbar-toggler span:after, button.navbar-toggler span:before {
      position: absolute;
      top: -7px;
      left: 0;
      content: '';
      width: 26px;
      height: 2px;
      background-color: white; }
    button.navbar-toggler span:before {
      top: 7px; }
  button.navbar-toggler.collapsed {
    background-color: white; }
    button.navbar-toggler.collapsed span {
      background: #006CA2; }
      button.navbar-toggler.collapsed span:after, button.navbar-toggler.collapsed span:before {
        background-color: #006CA2; }

.link-profile {
  position: relative;
  display: block;
  padding: 8px 12px 8px 2px;
  border-radius: 5px; }
  .link-profile.active {
    padding: 8px 20px 8px 10px;
    color: white;
    background: #006CA2; }
    .link-profile.active .posRight {
      right: 6px; }

.profile-activities {
  max-width: calc(100% - 200px); }
  @media (min-width: 991px) {
    .profile-activities {
      max-width: 100%; } }

.activities {
  position: relative;
  background: rgba(255, 255, 255, 0.5); }
  .activities .bi {
    position: absolute;
    top: 50%;
    color: #006CA2; }
  .activities .bi.bi-diagram-3 {
    left: 6px;
    margin-top: -13px;
    transform: rotate(-90deg);
    font-size: 20px; }
  .activities .bi.bi-chevron-expand {
    right: 8px;
    margin-top: -9px;
    font-size: 15px; }
  .activities select.form-control {
    width: 100%;
    height: 40px;
    padding: 20px 22px 4px 30px;
    background-color: transparent;
    background-image: none;
    border-color: #006CA2;
    color: #006CA2;
    cursor: pointer; }
    .activities select.form-control:focus {
      box-shadow: none;
      border-color: #006CA2;
      color: #006CA2;
      background-color: transparent; }
    @media (min-width: 991px) {
      .activities select.form-control {
        height: 48px; } }
  .activities label {
    position: absolute;
    top: 9px;
    left: 32px;
    font-size: 11px;
    color: #006CA2; }

.menuBottom {
  position: absolute;
  bottom: 7px;
  width: calc(100% - 30px); }
  .menuBottom a,
  .menuBottom div {
    position: relative;
    display: block;
    padding: 8px 12px 8px 2px;
    border-top: 1px solid #006CA2;
    letter-spacing: .5px; }
    .menuBottom a:first-child,
    .menuBottom div:first-child {
      border-top: 0; }

/*
select#Actividad {
    &:after {
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        width: 24px;
        height: 24px;
        margin-top: -8px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\' fill=\'currentColor\'><path fill-rule=\'evenodd\' d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708\'/></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
    }
}
*/
/* ###################################################################
   #######################      M  E  N  U     ####################### */
.navbar-toggler {
  margin-left: 15px; }

.navbar ul.nav-tabs {
  display: block;
  width: 100%;
  border-bottom: none; }
  .navbar ul.nav-tabs li {
    display: block; }
    .navbar ul.nav-tabs li a {
      display: block;
      padding: 5px 5px 5px 10px;
      border-radius: 5px;
      color: #333; }
      .navbar ul.nav-tabs li a:hover {
        color: #006CA2; }
      .navbar ul.nav-tabs li a.active {
        color: white;
        background: #006CA2; }

.nav-accordion {
  width: 100%; }
  @media (min-width: 992px) {
    .nav-accordion {
      height: calc(100vh - 315px);
      overflow-y: auto; } }
  .nav-accordion ul {
    position: relative;
    list-style-type: none;
    padding-left: 1.2rem;
    margin: .5rem 0; }

.nav-accordion-item .nav-accordion-header {
  margin-bottom: .1rem; }
  .nav-accordion-item .nav-accordion-header .nav-accordion-button {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 10px;
    border: 0;
    border-radius: 5px;
    font-size: 12px;
    color: white;
    text-align: left;
    background: #006CA2; }
    .nav-accordion-item .nav-accordion-header .nav-accordion-button.collapsed {
      color: #333;
      background: transparent; }
.nav-accordion-item .nav-accordion-collapse ul:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.75rem;
  content: '';
  width: 1px;
  height: calc(100% - 24px);
  margin: 12px 0;
  background: #006CA2; }
.nav-accordion-item .nav-accordion-collapse ul li > span,
.nav-accordion-item .nav-accordion-collapse ul li a {
  display: block;
  padding: 5px 5px 5px 10px;
  border-radius: 5px;
  color: #333; }
  .nav-accordion-item .nav-accordion-collapse ul li > span.active,
  .nav-accordion-item .nav-accordion-collapse ul li a.active {
    color: #006CA2; }

/* ###################################################################
   #########################    T E X T S    ######################### */
h1 {
  font-size: 27px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 19px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 15px; }

/* ###################################################################
   #######################    B U T T O N S    ####################### */
.inline-block {
  display: inline-block; }

.btn {
  position: relative;
  padding: 0.33em 0.66em 0.25em;
  font-size: 1em;
  line-height: 1.3em;
  color: #006CA2;
  background-color: white;
  border-color: #006CA2; }
  .btn.btn-search {
    color: #666;
    border-color: #666;
    margin: 3px 0 0 3px; }

.btn:hover,
.btn.focus,
.btn:focus,
.btn.btn-active {
  color: #FFF;
  background: #006CA2;
  border-color: #006CA2; }
  .btn:hover.btn-search,
  .btn.focus.btn-search,
  .btn:focus.btn-search,
  .btn.btn-active.btn-search {
    background: #666;
    border-color: #666; }

.btn:before {
  position: absolute;
  top: 4px;
  left: 6px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 1;
  vertical-align: -.125em; }

.btn-new,
.btn-edit,
.btn-cancel,
.btn-save,
.btn-fast,
.btn-mail,
.btn-excel,
.btn-print,
.btn-pdf,
.btn-duplicate,
.btn-delete,
.btn-rectificativa,
.btn-preview,
.btn-alias,
.btn-signal,
.btn-chart,
.btn-list,
.btn-import {
  padding-left: 25px; }

.btn-new:before {
  content: "\f37d"; }

.btn-edit:before {
  content: "\F4CA"; }

.btn-cancel:before {
  content: "\F622"; }

.btn-save:before {
  content: "\F7D8"; }

.btn-fast:before {
  content: "\F7F1"; }

.btn-mail:before {
  content: "\F32F"; }

.btn-excel:before {
  content: "\F368"; }

.btn-print:before {
  content: "\F501"; }

.btn-pdf:before {
  content: "\F756"; }

.btn-duplicate:before {
  content: "\F759"; }

.btn-delete:before {
  content: "\F5DE"; }

.btn-rectificativa:before {
  content: "\F4C9"; }

.btn-preview:before {
  content: "\F310"; }

.btn-alias:before {
  content: "\F155"; }

.btn-import:before {
  content: "\F297"; }

.btn-signal:before {
  content: "\F604"; }

.btn-chart:before {
  content: "\F673"; }

.btn-list:before {
  content: "\F473"; }

.btn.btn-highlighted {
  font-size: 1.1em;
  letter-spacing: .1em;
  padding: 0.4em 0.8em 0.34em 30px;
  background-color: #006CA2;
  border-color: #006CA2;
  color: white; }
  .btn.btn-highlighted:before {
    top: 6px;
    left: 8px; }
  .btn.btn-highlighted + .btn {
    margin-left: 15px; }

.btn.btn-delete {
  background-color: #FFF;
  border-color: #db6f6f;
  color: #db6f6f; }

.btn.btn-delete:hover {
  background-color: #C33;
  border-color: #C33;
  color: #FFF; }

.btn-cancel {
  border-color: #999;
  color: #999; }

.btn-icon {
  padding: 0;
  border: 0;
  font-size: 1.75em;
  line-height: 1.2em;
  color: #006CA2;
  background: none; }

.linkPdf {
  margin-left: .8rem; }
  .linkPdf i {
    font-size: 16px;
    vertical-align: middle; }
    .linkPdf i.bi {
        font-size: 23px;
    }

.bell-active i.bi-bell,
.bell-active i.bi-bell-fill {
  position: relative; }
  .bell-active i.bi-bell:after,
  .bell-active i.bi-bell-fill:after {
    position: absolute;
    top: 1px;
    right: -2px;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #9B1F2E; }

/* ###################################################################
   #######################     M A R G I N     ####################### */
.marginTop0 {
  margin-top: 0 !important; }

.marginTop5 {
  margin-top: 5px !important; }

.marginTop10 {
  margin-top: 10px !important; }

.marginTop20 {
  margin-top: 20px !important; }

.marginTop30 {
  margin-top: 30px !important; }

.marginRight30 {
  margin-right: 30px !important; }

.marginBottom10 {
  margin-bottom: 10px !important; }

.marginBottom20 {
  margin-bottom: 20px !important; }

.marginBottom30 {
  margin-bottom: 30px !important; }

/* ###################################################################
   ######################    I N F O - I M G    ###################### */
/* ###################################################################
   #######################    M  O  D  A  L    ####################### */
.modal-content .modal-header,
.modal-content .modal-body {
  padding: 15px 25px 10px; }
.modal-content .loading {
  height: 200px;
  padding: 80px 30px;
  text-align: center; }
  .modal-content .loading span {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 0 7px 45px;
    font-size: 25px;
    background: #FFF url("../Img/ajax-loader.gif") no-repeat left center; }

/* ###################################################################
   #########################    T  A  B  S    ######################## */
/* ### TABS ### */
.tabs-container .nav-tabs a,
.tabs-container .nav-tabs a:hover {
  color: #006CA2; }
.tabs-container .tab-content {
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #dee2e6; }
  .tabs-container .tab-content .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px; }
    .tabs-container .tab-content .title h3 {
      margin-bottom: 0;
      font-size: 15px; }

/* ###################################################################
   ##################    I N F O    B L O C K S    ################### */
.infoBlock {
  margin: 5px 0;
  padding: 10px 12px 8px;
  border: 1px solid #CCC;
  border-radius: 5px; }
  .infoBlock span {
    display: block;
    min-width: 130px;
    padding: 12px 0 8px;
    font-size: 17px;
    line-height: 1.2em;
    color: #333 !important; }
  .infoBlock p {
    margin: 0;
    text-align: left; }
  .infoBlock small {
    display: block;
    text-align: center; }

/* ###################################################################
   #######################    E R R O R S    ######################### */
/* ### ERROR ### */
.validation-container .validation-summary-errors {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #93352d;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #efd7d7; }
  .validation-container .validation-summary-errors ul {
    padding-left: 20px;
    margin-bottom: 0; }
    .validation-container .validation-summary-errors ul li {
      color: #da2631;
      padding-top: 3px; }

.group-gray > .form-horizontal > .validation-container > .validation-summary-errors {
  margin-top: 20px; }

.validation-container-green {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #9dca00;
  color: #9dca00;
  letter-spacing: 2px;
  background: #f4f7ee; }

.container-gris {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #555;
  color: #555;
  letter-spacing: 2px;
  background: #ddd; }

/* ### GUARDADO OK ### */
.msgOk {
  margin-bottom: 20px;
  padding: 15px 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #9dca00;
  font-size: 16px;
  color: #9dca00;
  letter-spacing: 2px;
  background: #f4f7ee; }
  .msgOk span {
    display: block;
    padding: 11px 5px 9px 40px;
    background: url("Img/msg-ok-green.png") no-repeat left center;
    background-size: auto 36px; }

.msgRed {
  margin-bottom: 20px;
  padding: 15px 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid red;
  font-size: 16px;
  color: red;
  letter-spacing: 2px;
  background: #f4f7ee; }
  .msgRed span {
    display: block;
    padding: 11px 5px 9px 40px;
    background-size: auto 36px; }

.msgOkRapido {
  margin-bottom: 20px;
  padding: 15px 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #9dca00;
  font-size: 16px;
  color: #9dca00;
  letter-spacing: 2px;
  background: #f4f7ee; }
  .msgOkRapido span {
    display: block;
    padding: 11px 5px 9px 40px;
    background: url("Img/msg-ok-green.png") no-repeat left center;
    background-size: auto 36px; }

/****** jQuery Autocomplete CSS *************/
.ui-corner-all {
  -webkit-border-radius: 0;
  border-radius: 0; }

.ui-menu {
  font-size: 13px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.ui-menu .ui-menu-item {
  display: block;
  /* border-top: 1px solid #CCC; */ }

.ui-menu .ui-menu-item:first-child {
  border-top: none; }

.ui-menu .ui-menu-item a {
  display: inline-block;
  width: 100%;
  padding: 8px 6px 6px;
  color: #666;
  background: #FFF; }

.ui-menu .ui-menu-item:nth-child(even) a {
  background: #efefef; }

.ui-menu .ui-menu-item a.ui-state-active {
  margin: 0 !important;
  border: none !important;
  color: highlighttext !important;
  background-color: highlight !important; }

.ui-menu .ui-menu-item a div.m-help {
  position: relative;
  padding-top: 3px;
  font-size: 12px; }

.ui-menu .ui-menu-item a div.m-help:before {
  display: none;
  position: absolute;
  top: 1px;
  left: 0;
  content: "?";
  width: 14px;
  height: 14px;
  padding-top: 2px;
  font-size: 11px;
  line-height: 1em;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  background: #999;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

.ui-menu .ui-menu-item a.ui-state-active div.m-help:before {
  color: highlight;
  background: #FFF; }

.input-search {
  position: relative; }

.input-search input {
  padding-right: 30px; }

.input-search:after {
  position: absolute;
  top: 3px;
  right: 3px;
  content: "\e003";
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1; }

@media print {
  a[href]:after {
    content: none; } }
.textRojo {
  color: red; }

/* ####################################################################
   #####################   F O R M    S E A R C H   ################### */
.form-search {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #F5F5F5; }
  .form-search .form-group {
    margin-bottom: 0;
    padding: 3px 0; }
    .form-search .form-group label {
      padding: 4px 10px 4px 0;
      color: #666; }
      @media (min-width: 768px) {
        .form-search .form-group label {
          padding-left: 10px; } }
  .form-search:before, .form-search:after {
    content: " ";
    display: table; }
  .form-search:after {
    clear: both; }
  .form-search .form-control {
    max-width: 120px; }
  .form-search .checkbox {
    padding-top: 3px; }
    .form-search .checkbox input[type="checkbox"] {
      vertical-align: top; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .form-group label {
      white-space: nowrap; } }
/* ####################################################################
   ########################    F O R M   U P    ####################### */
.group-gray .item-gray hr {
  margin: 25px 0 15px;
  border-color: #CCC; }
.group-gray .item-gray h3 {
  margin: 5px 0 15px;
  font-size: 18px;
  line-height: 1.3em;
  color: #006CA2; }
.group-gray .item-gray .form-group .title-form,
.group-gray .item-gray .form-group .title-form ~ div {
  padding-top: 11px; }
.group-gray.condiciones-legales {
  margin: 30px 0;
  padding: 25px 35px 15px;
  background: #FFF; }
  .group-gray.condiciones-legales .title-form * {
    margin-top: 0; }
.group-gray .form-group label {
  vertical-align: middle; }

/* ####################################################################
   ###############    F O R M   H O R I Z O N T A L    ################ */
.form-horizontal.border {
  padding: 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.15); }
  .form-horizontal.border > .marginBottom30 {
    margin-bottom: 0; }
.form-horizontal h4 {
  font-size: 15px;
  color: #006CA2; }
.form-horizontal .control-label {
  padding: 5px 10px 0;
  margin-bottom: 0;
  text-align: right; }

.form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .form-group .form-inline {
    display: flex; }
    .form-group .form-inline input ~ .btn,
    .form-group .form-inline select ~ .btn {
      margin-left: 5px; }

.form-2-columns .position-relative {
  padding-right: 25px; }
  .form-2-columns .position-relative .bi.bi-tooltip[data-bs-toggle="tooltip"] {
    right: 0; }
@media (min-width: 768px) {
  .form-2-columns > .col-md-6:first-child, .form-2-columns > .borderRight {
    border-right: 1px solid #006CA2; }
  .form-2-columns > .col-md-6:last-child, .form-2-columns > .borderLeft {
    border-left: 1px solid #006CA2;
    margin-left: -1px; }
  .form-2-columns > .col-md-6 .row-form-group:first-child {
    margin-top: 0; } }

.row-form-group {
  margin-top: 10px; }
  .row-form-group label {
    padding-bottom: 5px; }

.child-d-inline-block > * {
  display: inline-block;
  vertical-align: top; }

.address-container select {
  width: 145px;
  margin-right: 10px; }
.address-container input {
  width: 100%; }

@media (max-width: 639px) {
  .form-horizontal .form-group {
    display: block; }
    .form-horizontal .form-group .control-label {
      display: block;
      padding: 7px 3px 2px;
      text-align: left; }
    .form-horizontal .form-group input[type="checkbox"] {
      margin: 5px 0; }
    .form-horizontal .form-group .position-relative {
      margin-right: 25px; } }
.titleSubTable {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px; }
  .titleSubTable h3,
  .titleSubTable h4 {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    line-height: 1.3em;
    color: #006CA2; }
  .titleSubTable button {
    margin-left: 5px; }

.divTotal {
  margin: 27px 0 15px;
  padding: 10px 15px;
  background-color: #CCE2EC;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .divTotal .dl-horizontal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0; }
  .divTotal dt {
    line-height: 34px; }
  .divTotal dd {
    width: 120px;
    padding: 4px 0;
    line-height: 26px;
    text-align: right; }
    .divTotal dd input {
      display: inline-block; }
  .divTotal .divEmpresa {
    margin-top: 0; }
    .divTotal .divEmpresa .dl-horizontal dt {
      width: 235px; }
  .divTotal .form-control:disabled,
  .divTotal .form-control[readonly="true"] {
    background-color: #CCE2EC !important;
    border-color: transparent; }

/* ####################################################################
   ##################    F O R M   A C T I O N S    ################### */
/*
.e-titleGroupLinks {
    .e-groupLinks {
        .btn.btn-cancel {
            float: left;
            margin-right: 10px;
        }
    }
}
*/
/* ####################################################################
   #####################    F A S T    F O R M    ##################### */
.title-form {
  font-size: 18px;
  line-height: 1.3em;
  color: #006CA2; }

.recFraFast {
  position: relative;
  padding: 20px 20px 10px;
  margin: 10px 0 20px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #F5F5F5; }
  .recFraFast:after {
    position: absolute;
    top: -8px;
    right: 65px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #F5F5F5 transparent; }
  .recFraFast .firstLink:after {
    left: 65px; }
  .recFraFast .fraLinesFooter {
    margin-top: 15px;
    padding: 5px 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    font-size: 14px; }
    .recFraFast .fraLinesFooter label {
      font-weight: 600; }
    .recFraFast .fraLinesFooter input[readonly="true"],
    .recFraFast .fraLinesFooter input[readonly="true"]:focus {
      border-color: transparent;
      background-color: #f9f9f9; }

/* ####################################################################
   ###################    INFO / LABEL / TOOLTIP    ################### */
.labelgris {
  position: relative;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FFE054; }
  .labelgris:after {
    position: absolute;
    top: -6px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #FFE054 transparent; }

.labelgrisflojo {
  position: relative;
  padding: 5px 10px;
  border-radius: 5px;
  background: #e9edf0; }

.form-iban label {
  padding: 0 7px; }

.info-img {
  position: relative; }
  .info-img > img {
    position: absolute;
    top: 5px;
    right: -22px;
    z-index: 2; }
  .info-img > a {
    position: absolute;
    top: 5px;
    z-index: 2; }

.bi.bi-tooltip[data-bs-toggle="tooltip"] {
  position: absolute;
  top: 3px;
  right: -22px;
  z-index: 2;
  font-size: 15px; }

.bi-tooltip-normal {
  font-size: 15px; }

.tooltip .tooltip-inner {
  font-size: 12px; }

/* ####################################################################
   ##########################    I N P U T    ######################### */
.form-control {
  padding: 0.4em;
  font-size: 1em;
  line-height: 1.3em; }
  .form-control:not(textarea) {
    height: 2.2em; }
  .form-control:focus {
    border-color: #006CA2;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control.datepicker {
    width: 100px;
    background: #FFF url("Img/calendario.jpg") no-repeat right 5px center; }
  .form-control.auto {
    width: auto;
    max-width: 100%; }
  .form-control::placeholder {
    color: #CCC; }
  .form-control.autocompletar {
    padding-left: 20px;
    background: #FFF url("Img/search.svg") no-repeat left 5px center;
    background-size: 12px auto; }

.form-control.text2 {
  width: 30px; }

.form-control.text3 {
  width: 38px; }

.form-control.text4 {
  width: 45px; }

.form-control.text5 {
  width: 50px; }

.form-control.text10 {
  width: 88px; }

.form-control.text11 {
  width: 100%;
  max-width: 136px; }

.form-control.text20 {
  /* width: 170px; */
  max-width: 100%; }

.textarea200 {
  height: 200px;
  min-height: 200px;
  max-height: 200px; }

.text-end .form-control.auto,
.euro input {
  display: inline-block;
  max-width: 100%; }

.euro {
  white-space: nowrap; }
  .euro input {
    max-width: calc(100% - 15px); }

span.symbol-porc,
span.symbol-euro {
  position: relative;
  display: inline-block; }
  span.symbol-porc input,
  span.symbol-euro input {
    padding-right: 16px; }
  span.symbol-porc:after,
  span.symbol-euro:after {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -6px;
    content: "%";
    font-size: 12px;
    line-height: 1em;
    color: #555; }

span.symbol-euro:after {
  content: "€";
  right: 6px; }

/* ####################################################################
   #########################    S E L E C T    ######################## */
select.form-control {
  padding: 5px 18px 5px 6px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 8px; }

/* ####################################################################
   #######################    C H E C K B O X    ###################### */
input[type="text"] ~ input[type="checkbox"] {
  margin-top: 7px; }

.checkbox label {
  line-height: 14px; }
.checkbox input[type="checkbox"] {
  margin-top: 0;
  min-height: 15px;
  vertical-align: -6%; }

input[readonly="true"],
input[readonly="true"]:focus {
  border-color: #F5F5F5;
  background-color: #F5F5F5; }

/* ####################################################################
   ###########################    TEXTAREA    ######################### */
textarea {
  resize: vertical !important; }

/* ####################################################################
   ##########################    E R R O R    ######################### */
.input-validation-error {
  border-color: #C33; }

/* ###################################################################
   ########################     T A B L E S     ###################### */
div.table-responsive {
  margin: 20px auto 0; }

.max-width-960 {
  max-width: 984px;
  margin-left: auto;
  margin-right: auto; }

.table-title > * {
  padding-bottom: 10px; }
@media (min-width: 768px) {
  .table-title {
    display: flex;
    justify-content: space-between; }
    .table-title > * {
      padding-bottom: 5px; } }
.table-title h4 {
  margin: 0;
  font-size: 1rem;
  color: #006CA2; }

.dataTables_wrapper .top {
  opacity: 0.5;
  display: none; }
  .dataTables_wrapper .top > div {
    float: none;
    margin-bottom: 5px;
    font-weight: 400;
    color: #555; }
  .dataTables_wrapper .top h4 {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    color: #006CA2; }
  .dataTables_wrapper .top span {
    display: inline-block;
    float: right;
    padding-top: 4px; }
.dataTables_wrapper .bottom > div {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-bottom: 5px;
  padding-top: 3px;
  font-weight: 400;
  color: #555; }
  .dataTables_wrapper .bottom > div.dataTables_paginate {
    width: 70%;
    text-align: right; }
.dataTables_wrapper .dataTables_length label {
  font-weight: 400; }
.dataTables_wrapper select {
  display: inline-block;
  width: auto;
  height: 22px;
  padding: 3px;
  font-size: 12px;
  line-height: 1.3;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .dataTables_wrapper select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

table.table {
  border-bottom: none !important;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  table.table.dataTable {
    border: 0; }
  table.table thead,
  table.table tbody {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  table.table thead tr.trHeadHigh th {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  table.table thead th {
    padding: 5px !important;
    border-bottom: none;
    font-size: 13px;
    line-height: 1.1em;
    font-weight: 400;
    vertical-align: middle;
    background-color: #CCE2EC !important; }
    table.table thead th:first-child, table.table thead th.first {
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      border-left: none !important; }
    table.table thead th:last-child, table.table thead th.last {
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      border-right: none !important; }
  table.table thead .sorting,
  table.table thead .sorting_asc,
  table.table thead .sorting_desc {
    cursor: pointer;
    background-image: none !important; }
    table.table thead .sorting > span,
    table.table thead .sorting_asc > span,
    table.table thead .sorting_desc > span {
      position: relative;
      display: inline-block;
      padding: 2px 20px 2px 0; }
      table.table thead .sorting > span:after,
      table.table thead .sorting_asc > span:after,
      table.table thead .sorting_desc > span:after {
        position: absolute;
        top: 50%;
        right: 4px;
        margin-top: -4px;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        font-size: 11px;
        line-height: 1;
        vertical-align: -.125em;
        content: "\F282";
        opacity: 0.6; }
  table.table thead .sorting_asc > span:after {
    content: "\F286";
    opacity: 1; }
  table.table thead .sorting_desc > span:after {
    opacity: 1; }
  table.table tr th:first-child,
  table.table tr td:first-child,
  table.table tr td.td.first {
    padding-left: 10px;
    border-left: 1px solid #CCE2EC; }
  table.table tr th:last-child,
  table.table tr td:last-child,
  table.table tr td.last {
    padding-right: 10px;
    border-right: 1px solid #CCE2EC; }
  table.table tr td,
  table.table tr th {
    padding: 10px 5px;
    border-top: none;
    border-color: #CCE2EC;
    font-size: 12px;
    line-height: 1.3em; }
  table.table tr td {
    vertical-align: middle; }
  table.table tr.text-danger td {
    color: #9B1F2E; }
  table.table tbody tr.odd td, table.table tbody tr.even td, table.table tbody tr:nth-child(odd) td, table.table tbody tr:nth-child(even) td {
    background: transparent; }
  table.table tbody tr:hover {
    background-color: #EFF9FD; }
  table.table tbody#tableLineas tr td {
    border-color: transparent !important; }
  table.table tfoot tr:last-child th:first-child,
  table.table tfoot tr:last-child th.first {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  table.table tfoot tr:last-child th:last-child,
  table.table tfoot tr:last-child th.last {
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  table.table.table-right thead th,
  table.table.table-right tbody td {
    text-align: right; }
  table.table input[type="checkbox"] {
    margin: 0 5px; }

.bgcolor {
  background-color: #CCE2EC !important;
  color: white;
  padding: 10px 10px 10px 0; }

.divpager .pager a.apager,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 4px 7px 3px;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
  color: #555 !important;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px; }

.divpager .pager a.apager:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #dddddd;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5195d4+0,38659c+100 */
  background: #CCE2EC;
  /* Old browsers */
  background: -moz-linear-gradient(top, #CCE2EC 0%, #006CA2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #CCE2EC 0%, #006CA2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #CCE2EC 0%, #006CA2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-table', endColorstr='$color',GradientType=0 );
  /* IE6-9 */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  border-color: #dddddd !important;
  color: #777 !important;
  background-color: #ffffff !important;
  cursor: not-allowed; }

.divpager .pager:first-child a.apager,
.dataTables_wrapper .dataTables_paginate .paginate_button:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.divpager .pager:last-child a.apager,
.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.dataTables_wrapper .dataTables_paginate span .paginate_button {
  border-radius: 0 !important; }

table.table.table-explotacion tbody td {
  background-color: #ecf3f9;
  border-bottom: 1px solid #FFF !important; }

table.table.table-explotacion span.glyphicon {
  font-size: 13px; }

/* ### TABLE EDIT ### */
table.table-edit {
  width: 100%; }

table.table-edit td {
  width: 83.3333%;
  padding-bottom: 10px; }

table.table-edit td.label {
  width: 16.6666%;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-align: right; }

/* ### COBORS & PAGOS ### */
.trTd-color-1 {
  background-color: rgba(155, 31, 46, 0.25) !important; }

.trTd-color-2 {
  background-color: rgba(96, 152, 38, 0.25) !important; }

.trTd-color-3 {
  background-color: rgba(0, 108, 162, 0.25) !important; }

/* ###################################################################
   ##########################     H O M E     ######################## */
.checkbox-activity {
  padding: 5px 6px;
  border-radius: 3px;
  line-height: 1.2;
  background-color: #e9edf0; }
  .checkbox-activity input[type="checkbox"] {
    vertical-align: middle; }

#myPieChart {
  max-width: 100%;
  text-align: center; }
  #myPieChart > div {
    display: inline-block; }
  #myPieChart * {
    max-width: 100%; }

.home-cli {
  margin-top: 20px;
  text-align: center; }
  .home-cli h3 {
    margin: 10px 0 20px;
    font-size: 18px;
    line-height: 1.3em;
    color: #006CA2;
    text-align: left; }
  .home-cli .box-grey {
    padding: 20px 20px 0; }
  .home-cli .infoTotals div {
    padding: 7px; }
    .home-cli .infoTotals div.color-1 small:before {
      background: #CCC; }
    .home-cli .infoTotals div.color-1 span {
      color: #CCC; }
    .home-cli .infoTotals div.color-2 small:before {
      background: #9B1F2E; }
    .home-cli .infoTotals div.color-2 span {
      color: #9B1F2E; }
    .home-cli .infoTotals div.color-3 small:before {
      background: #609826; }
    .home-cli .infoTotals div.color-3 span {
      font-weight: 600;
      color: #609826; }
  .home-cli .infoTotals small {
    font-size: 13px; }
    .home-cli .infoTotals small:before {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 6px 1px;
      content: "";
      background: #e9edf0;
      border-radius: 50%; }
  .home-cli .infoTotals span {
    display: block;
    min-width: 130px;
    padding-top: 5px;
    font-size: 17px;
    line-height: 1.2em;
    color: #333 !important; }
  .home-cli .infoTotals.withBorder {
    margin-left: -10px; }
    .home-cli .infoTotals.withBorder div {
      width: calc(50% - 10px);
      margin: 0 0 10px 10px;
      padding: 12px;
      border: 1px solid #CCC;
      border-radius: 5px; }
      .home-cli .infoTotals.withBorder div small {
        display: block;
        text-align: left; }
      .home-cli .infoTotals.withBorder div span {
        text-align: right; }
      .home-cli .infoTotals.withBorder div.color-3 {
        width: 100%;
        background-color: #F5F5F5; }

table.tableState {
  width: 100%; }
  table.tableState thead {
    display: none; }
  table.tableState tbody tr td {
    padding: 15px 10px;
    border-top: 1px solid #CCE2EC;
    text-align: center; }
    table.tableState tbody tr td:first-child {
      text-align: left; }
    table.tableState tbody tr td:last-child {
      text-align: right; }
    table.tableState tbody tr td i {
      font-size: 16px;
      color: #CCC; }
  table.tableState tbody tr:first-child td {
    border-top: none; }

/* ###################################################################
   ##########################     INVOICE    ######################### */
/* ### LINEA DE LA FACTURA & SU TABLA ### */
.lineasDoc {
  margin: 20px 0 15px; }
  .lineasDoc .table-title h4 {
    font-size: 1.15rem; }
  .lineasDoc table.table thead th,
  .lineasDoc table.table tbody td {
    padding: 6px 2px;
    text-align: center; }
  .lineasDoc table.table th.td-concepto {
    padding-left: 6px !important; }
  .lineasDoc table.table th.td-iva {
    padding-right: 6px !important; }
  .lineasDoc table.table .td-concepto {
    width: 45%;
    min-width: 150px;
    text-align: left !important; }
  .lineasDoc table.table .td-importe {
    width: 10%;
    min-width: 75px;
    text-align: right !important; }
  .lineasDoc table.table .td-iva {
    width: 7.5%;
    min-width: 55px;
    text-align: right !important; }
  .lineasDoc table.table .td-delete {
    width: 4%;
    min-width: 40px; }
    .lineasDoc table.table .td-delete .btn {
      min-height: 26px; }
      .lineasDoc table.table .td-delete .btn:before {
        left: 0;
        right: 0; }

/* ### FACTURA VIEW ### */
.factura-view {
  position: relative;
  padding: 20px 20px 10px;
  margin: 10px 0 20px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f7f7f7; }

.addres-view {
  display: block; }
  .addres-view * {
    display: inline-block !important;
    width: auto !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-weight: normal !important; }

.factura-title {
  margin: 10px 0 10px;
  font-size: 53px;
  line-height: 1.1em;
  font-weight: 700;
  color: #CCC; }

.factura-recibida {
  display: inline-block;
  margin: 0;
  text-align: left; }

.factura-num {
  margin-bottom: 20px; }

/* ###################################################################
   ############################    CAJA    ########################### */
#dias-contain {
  margin: 10px 0 0;
  padding: 10px;
  border: 1px solid #e7e7e7;
  background-color: #e9edf0;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  #dias-contain h3 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #555; }
  #dias-contain table {
    width: 100%;
    margin: 0 -5px; }
    #dias-contain table th,
    #dias-contain table td {
      vertical-align: top;
      width: 14%; }
  #dias-contain table.dia-semana div,
  #dias-contain table.dias th div {
    margin: 0 5px 10px;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.2em;
    color: #555;
    text-align: center;
    background: #d4dbe5; }
  #dias-contain table.dias th div {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0; }
    #dias-contain table.dias th div a {
      color: #555;
      font-weight: 400; }
  #dias-contain table.dias td {
    padding-bottom: 10px; }
    #dias-contain table.dias td a.dia-importe {
      display: block;
      position: relative;
      margin: 0 5px;
      padding: 5px 2px 14px;
      background: #FFF;
      font-size: 16px;
      line-height: 1.2em;
      font-weight: 700;
      text-align: center;
      color: #5195d4; }
    #dias-contain table.dias td .dia-importe:first-child {
      padding-top: 10px; }
    #dias-contain table.dias td .dia-importe:after {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 14px;
      height: 14px;
      content: "-";
      font-size: 14px;
      line-height: 1em;
      color: #FFF;
      text-align: center;
      background-color: #5195d4; }
    #dias-contain table.dias td .dia-importe.collapsed:after {
      content: "+"; }
  #dias-contain .dia-importe-mas {
    margin: 0 5px;
    padding: 5px 8px;
    background: #FFF; }
    #dias-contain .dia-importe-mas > div {
      margin: 5px 0;
      padding: 10px 0 5px;
      border-top: 1px solid #EEE; }
  #dias-contain .dia-footer {
    margin-top: 5px;
    text-align: right; }

#footListaImpuestos {
  padding-top: 10px; }

/* ###################################################################
   ######################    ADM > PAGINATION    ##################### */
.divpager {
  text-align: right;
  padding-top: 8px; }
  .divpager .pager {
    display: inline-block;
    margin: 0;
    vertical-align: top; }

/* ###################################################################
   ######################     PREVIOUS TAXES     ##################### */
.container-previousTaxes h3 {
  text-align: center;
  margin-bottom: 10px; }
.container-previousTaxes .home-cli {
  max-width: 680px;
  margin: 20px auto 0;
  padding: 10px 15px 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); }

/* ###################################################################
   ########################     MY PROFILE     ####################### */
.container-imgLogo {
  width: 100%; }
  .container-imgLogo img {
    max-width: 100%; }
  @media (min-width: 575px) {
    .container-imgLogo {
      width: inherit;
      min-height: 125px;
      min-width: 350px; } }

/* ###################################################################
   ########################    F O O T E R    ######################## */
.footer {
  padding-top: 15px;
  text-align: center; }
  .footer p {
    margin: 5px 0; }
  @media (min-width: 479px) {
    .footer p {
      display: inline-block;
      margin: 0 10px 0 0;
      padding-right: 10px;
      border-right: 1px solid #333; } }

/*# sourceMappingURL=style.css.map */

.noactividad {
    display: inline-block;
    margin: 0 0 2px 0;
    padding: 0 0 0 0;
    background: #f27d7d;
    color: white;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
