html,
body {
  color: #636b6f;
  font-family: "arial";
}
body {
  /*afegit per lff 4/07/24*/
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
}
.forgot-password,
.reset-password {
  max-width: 400px;
  margin: 2rem auto;
  padding: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fdfdfd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.forgot-password h2,
.reset-password h2 {
  text-align: center;
  color: #a6193c;
  margin-bottom: 1rem;
}
.titolFormulari {
  color: #fff;
  background-color: #942f69;
  font-size: 0.9rem;
}
ul {
  list-style: none;
}
.table {
  margin-top: 10px;
}
.table a {
  color: #942f69;
  text-decoration: none;
  border: 1px solid;
  padding: 4px;
}

.botoAdmin {
  color: #942f69;
  text-decoration: none;
  border: 1px solid;
  padding: 5px;
  margin-top: 1rem;
  margin-left: 1rem;
}
.table a:hover {
  color: #642348;
  text-decoration: none;
  border: 1px solid;
}
.table thead tr {
  color: #777;
  background-color: #b1b2b5;
}
.table tbody tr {
  color: #777;
  background-color: #f2f2f3;
  border: white 9px solid;
}

.table td {
  padding: 10px;
}
.table .senseformat,
.table .senseformat:hover {
  color: #777;
  border: 0;
}
.odissea {
  margin: 0;
  padding: 0;
}
.logoEns {
  text-align: end;
  /*padding-right: 50px;*/
  padding-right: 10px;
  padding-left: 10px;
}
.imatgeCorporativa {
  /*width:60%;*/
  width: 100%;
}
.semafor {
  /*width: 10px;*/
  width: 20px;
}
.semafor2 {
  width: 10px;
}
.dropdownPerfil {
  margin-left: 10px;
}
.dropdown-item {
  color: #8e969e !important;
}
.dropdown-menu {
  min-width: 37rem;
}
.configuracioBoto {
  margin: 10px;
  font-size: 0.9rem;
  padding: 5px;
}
.btn:hover {
  color: #fff;
  background-color: #642348;
  border-color: #642348;
}
.btn-primary:hover {
  color: #fff;
  background-color: #642348;
  border-color: #642348;
}
.btn3d {
  transition: all 0.08s linear;
  position: relative;
  outline: medium none;
  border: 0px;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  margin-right: 10px;
  margin-top: 15px;
}

.btn3dDept {
  transition: all 0.08s linear;
  position: relative;
  outline: medium none;
  border: 0px;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  margin-right: 5px;
  margin-top: 10px;
}

.btn-lgDept {
  padding: 0.4rem 0.4rem;
  font-size: 0.8rem;
  line-height: 1;
  border-radius: 0.3rem;
}

.button-bar {
  margin: 20px;
}
.selectB {
  color: #fff;
  background-color: #642348;
  border-color: #642348;
}
.btn-success3D {
  box-shadow:
    0 0 0 1px #5cb85c inset,
    0 0 0 2px rgba(255, 255, 255, 0.15) inset,
    0 8px 0 0 #4cae4c,
    0 8px 0 1px rgba(0, 0, 0, 0.4),
    0 8px 8px 1px rgba(0, 0, 0, 0.5);
  background-color: #5cb85c;
}
.justificat {
  text-align: justify;
}
.titleApartat {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #942f69;
  color: #942f69;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 1.3rem;
}
.btn-primary {
  color: #fff;
  background-color: #942f69;
  border-color: #942f69;
}
.btn-enllac {
  color: #942f69;
  border-color: #c1bfbf;
}
.profileEnllac-button {
  background: #c1bfbf;
  box-shadow: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-margin {
  margin-top: 1rem;
  margin-left: 0.8rem;
}
.btn-margin2 {
  margin-top: 1.6rem;
  margin-left: 0.8rem;
}

#portal-breadcrumbs,
#portal-breadcrumbs a {
  font-size: 0.8rem;
  margin: 0;
  font-weight: lighter;
  color: grey;
  margin-left: 20px;
  margin-top: -30px;
}

#breadcrumbs-home {
  text-align: left;
  letter-spacing: 0;
  line-height: 1.5em;
}
#breadcrumbs-current {
  color: #942f69;
}
.breadcrumb-middle {
  line-height: 1.5em;
  color: red;
}
.text-center {
  text-align: center !important;
  margin-bottom: 10px;
}
.text-justify {
  text-align: justify !important;
  margin-bottom: 10px;
}
.text-center b {
  color: #942f69;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.text-center span {
  margin-right: 20px;
}
input[type="checkbox"],
input[type="radio"] {
  margin-top: 10px;
  /*margin-left: -30px;*/
}
a {
  color: #8e969e;
}
.centrar {
  text-align: center;
}
.pagination a {
  color: #ccc;
  float: left;
  padding: 2px 4px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.pagination a.active {
  background-color: #ccc;
  color: white;
}
.pagination a:hover:not(.active) {
  background-color: #642348;
}
.bg-barra1 {
  background-color: #28a745;
}
.bg-barra2 {
  background-color: #4a5561;
}

.bg-barra3 {
  background-color: #6592c2;
}

.bg-barra4 {
  background-color: #dc3545;
}

.bg-barra5 {
  background-color: #f0af23;
}

.bg-barra6 {
  background-color: #6c2f94;
}
.bg-barra7 {
  background-color: #1e8449;
}
.bg-barra8 {
  background-color: #a2da5b;
}
.bg-barra9 {
  background-color: #ff5733;
}
.bg-barra10 {
  background-color: #bcbc49;
}
.bg-barra11 {
  background-color: #7c0404;
}
.bg-barra12 {
  background-color: #3ee6dc;
}
.bg-barra13 {
  background-color: #eba48e;
}
.bg-barra14 {
  background-color: #eb8ee5;
}
.bg-barra15 {
  background-color: #8e7e7e;
}
.bg-barra16 {
  background-color: #7b6d78;
}
.bg-barra17 {
  background-color: #f2e28f;
}
.bg-barra18 {
  background-color: #6f642d;
}
.bg-barra19 {
  background-color: #aad759;
}
.bg-barra20 {
  background-color: #6cee51;
}
.bg-barra21 {
  background-color: #29661d;
}
.bg-barra22 {
  background-color: #368e7e;
}
.bg-barra23 {
  background-color: #cadfdb;
}
.bg-barra24 {
  background-color: #3cb3ce;
}
.bg-barra25 {
  background-color: #1d1580;
}

/*---------------------------------------------------------------
# Aplicacions
-----------------------------------------------------------------*/
.modules-dashboard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  margin-top: 20px;
}

.module-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 140px;
  cursor: pointer;
  text-decoration: none;
  color: #942f69;
}

.module-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background: #fce4f0;
}

.module-card figure {
  margin: 0 0 15px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5e5f0;
}

.module-card figure img,
.module-card i {
  max-height: 50px;
  max-width: 50px;
  object-fit: contain;
  color: #942f69;
}

.module-card span {
  font-weight: 600;
  font-size: 1.1rem;
}
.modules-dashboard-app {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.app-item {
  text-decoration: none;
  color: inherit;
}

.app-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 10px;
  text-align: center;
  transition: all 0.25s ease;
  border: 1px solid #f1f5f9;
  height: 100%;
}

.app-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.app-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 10px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.app-icon i {
  font-size: 22px;
}

.app-label {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  display: block;
}

.app-card:hover .app-icon {
  transform: scale(1.08);
}
.app-card {
  position: relative;
  overflow: hidden;
}

.app-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: currentColor;
  opacity: 0.2;
}
/* drag and drop de programari */
.dropzone {
  border: 2px dashed #ccc;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.3s;
}
.dropzone:hover {
  border-color: #007bff;
  background: #f8f9fa;
}
/*---------------------------------------------------------------
# Capçalera + breadcrumbs
-----------------------------------------------------------------*/
.page-header.wpex-supports-mods {
  background-color: #942f69;
  border-top-color: #942f69;
  border-bottom-color: #942f69;
}
.page-header.wpex-supports-mods {
  background: #942f69;
  background: -moz-linear-gradient(left, #942f69 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #942f69 0%, #fff 100%);
  background: linear-gradient(to right, #942f69 0%, #fff 100%);
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin-bottom: 15px;
  margin-top: 15px; /* lff 22/07/24 */
}
.page-header.wpex-supports-mods .page-header-title {
  color: #ffffff;
}
.page-header .page-subheading {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
h1.page-header-title {
  font-size: 1.6rem;
}
/*h1.page-header-title span {
  font-size:1.2rem;
}*/

.site-breadcrumbs.position-under-title {
  padding-top: 5px;
}
.site-breadcrumbs {
  color: #ffffff;
}
.site-breadcrumbs {
  font-size: 0.9em;
  color: #bcbcbc;
}
.site-breadcrumbs .breadcrumb-trail {
  display: inline-block;
}
.site-breadcrumbs .trail2 {
  font-size: 0.5em;
}
.site-breadcrumbs a {
  color: #ddd;
  font-weight: 600;
  font-size: 0.8rem;
}
.site-breadcrumbs a:hover {
  color: #642348;
}
.site-breadcrumbs {
  color: #ffffff;
}

.heading-bottom-border-w-color {
  padding-bottom: 0;
  border-bottom: 1px solid #e4e4e4;
  color: #942f69;
  border-bottom-color: #942f69;
}
.vcex-heading {
  display: block;
  color: #000;
  font-size: 1.615em;
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 100%;
}
.heading-bottom-border-w-color .heading-inner {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  border-bottom-color: transparent;
  position: relative;
  bottom: -1px;
}
.heading-bottom-border-w-color .heading-inner {
  border-bottom-color: #942f69;
  font-size: 0.8em;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .container {
    width: 100%;
  }
  .containerLlistats {
    /* width:50% !important;*/
    overflow-x: auto;
    display: flex;
  }
  .containerBreadCrumb {
    display: none !important;
  }
  .table {
    overflow-x: auto;
  }
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .table-responsive {
    /*width: 90%;*/
    border-collapse: collapse;
    overflow-x: auto;
  }
  section {
    padding: 0px;
  }

  /*tr { 
      display: flex; 
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0.5em 0;
      border: 1px solid rgba(3,3,3,0.2);
    }
    td, th {
      flex: 1 1 150px;
      border: 0.5px solid rgba(3,3,3,0.2);
    }
   */
}
/*afegit lfff 4/07/24*/
#main {
  display: flex;
  flex: 1;
}
/*--------------------------------------------------------------
# Banner Secció
--------------------------------------------------------------*/
#sectionN {
  position: relative;
  height: 12vh;
}

#sectionN2 {
  position: relative;
  height: 5vh;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #942f69;
  height: 40px;
  font-size: 15px;
  transition: all 0.5s;
  color: rgba(255, 255, 255, 0.6);
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  /*line-height: 1px;*/
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  /*padding: 25px 0;*/
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
  top: 0;
  padding: 15px;
}

#header .logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #942f69;
}
#header .logo p {
  margin-bottom: 2px;
}

#header .logo span {
  color: #8e969e;
  white-space: nowrap;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    padding: 15px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
  .login-box {
    width: 100% !important;
  }
}

#secondary-nav {
  display: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #8e969e;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  padding: 0 3px;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #8e969e;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #942f69;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #942f69;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #942f69;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: arial;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: arial;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

#topbar .social-links :hover {
  text-decoration: none;
}

#topbar .social-links .dropdown-menu.extended a.charRed {
  color: #942f69;
}
.dropdown-toggle .badge {
  background-color: #dc3545;
}
.dropdown-menu.extended {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
}
.dropdown-menu.extended {
  max-width: 300px !important;
  min-width: 160px !important;
  top: 42px;
  width: 235px !important;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
  border: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

#topbar .social-links .dropdown-menu.extended a {
  color: #8e969e;
}
.dropdown-menu.extended li p.red {
  background-color: #942f69;
  color: #fff;
  /*margin:0px;*/
}

#topbar .social-links .dropdown-menu.extended a:hover {
  background-color: #f7f8f9 !important;
  color: #2e2e2e;
  border-bottom: 1px solid #8e969e !important;
  text-decoration: none;
}

.dropdown-menu.extended li a {
  padding: 15px 10px !important;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  color: #6c757d;
}

.dropdown-menu.extended li a {
  border-bottom: 1px solid #ebebeb !important;
  font-size: 12px;
  list-style: none;
}
/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #007aff;
}
.dropdown-menu > li > a {
  color: #797979;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #2b2b2b;
  white-space: nowrap;
}*/

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #942f69;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: arial;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
#banner {
  width: 100%;
  height: 15vh; /* 75vh;*/
  /*background: url("../images/banner2.jpg") top left;
  background-size: cover;
  position: relative;*/
}

/*#banner:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#banner .container {
  position: relative;
  padding-top: 132px;
}*/

@media (max-width: 992px) {
  #banner {
    display: none !important;
  }
  #banner .container {
    padding-top: 58px;
  }
}

#banner h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Arial";
}

#banner h1 span {
  color: #942f69;
}

#banner h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  #banner {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #banner {
    height: 100vh;
  }
  #banner h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #banner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #banner {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #faf8f9;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;

  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #942f69;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon {
  font-size: 48px;
  line-height: 1;
  color: #942f69;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.featured-services .icon-box:hover .icon {
  color: #fff;
}
.icon .imagebox {
  width: 65%;
}
/*
.icon{
  position: relative;
}
.s1{
  z-index: -1;
  position: absolute;
  top:0;
  left:0;

}
.s2{
 z-index: -99;
}
.s2:hover{

  position: absolute;
  z-index: 1;

}

.miniatura{
  z-index: 1001;
  text-decoration: none;
  }
  .miniatura img {
  border: 0px;
  }
  .miniatura span {
  position: absolute;
  text-decoration: none;
  visibility: hidden;
  border: 0px;
  top:0px;
  left:0px;
  }
  .miniatura:hover span {
  visibility: visible;
  overflow:visible;
  z-index: 1002;
  }
*/

figure.miniatura {
  color: #942f69;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: transparent;
  text-align: center;
}
figure.miniatura * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.miniatura img {
  opacity: 1;
  width: 50%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.miniatura figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  width: 100%;
  height: 100%;
}
figure.miniatura figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.miniatura h2,
figure.miniatura p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    -webkit-transform 0.35s,
    -moz-transform 0.35s,
    -o-transform 0.35s,
    transform 0.35s;
}
figure.miniatura h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  font-size: 1.5rem;
}

figure.miniatura h2 span {
  font-weight: 800;
}
figure.miniatura p {
  font-weight: 200;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.miniatura a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}

figure.miniatura:hover {
  background-color: rgb(241, 234, 234);
}
figure.miniatura:hover img {
  opacity: 0.15;
}
figure.miniatura:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.miniatura:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.miniatura:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.miniatura2 {
  color: #942f69;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: transparent;
  text-align: center;
}

figure.miniatura2 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.miniatura2 img {
  opacity: 1;
  width: 50%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.miniatura2 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  width: 100%;
  height: 100%;
}
figure.miniatura2 figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.miniatura2 h2,
figure.miniatura2 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    -webkit-transform 0.35s,
    -moz-transform 0.35s,
    -o-transform 0.35s,
    transform 0.35s;
}
figure.miniatura2 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  font-size: 1.3rem;
}

figure.miniatura2 h2 span {
  font-weight: 800;
}
figure.miniatura2 p {
  font-weight: 200;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.miniatura2 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}

figure.miniatura2:hover {
  background-color: rgb(241, 234, 234);
}
figure.miniatura2:hover img {
  opacity: 0.15;
}
figure.miniatura2:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.miniatura2:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.miniatura2:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.featured-services .title:hover {
  color: #8e969e;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #942f69;
}

.featured-services .title a {
  color: #111;
}
.featured-services .icon-box:hover .title a {
  color: #fff;
  text-decoration: none;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# secció notícies
--------------------------------------------------------------*/
.noticies {
  width: 100%;
}
.img-fluid-media {
  width: 100%;
  height: auto;
}
.column {
  flex: 1;
  flex-direction: column;
}

.article {
  background: white;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  color: #666;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-basis: auto;
  margin: 10px;
}

.article:hover,
.article:focus {
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  color: #444;
  text-decoration: none;
}

.article-image {
  background: #eee;
  display: block;
  padding-top: 75%;
  position: relative;
  width: 100%;
}

.article-image img {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.article-image.is-3by1 {
  /* divide 3 by 1 = 3*/
  padding-top: 30%;
}

.article-image.is-3by2 {
  /* divide 2 by 3 = 0.66*/
  padding-top: 66.6666%;
}

.article-image.is-16by9 {
  /* divide 9 by 16 = 0.5625*/
  padding-top: 56.25%;
}

.article-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.article-title {
  color: #942f69;
  flex-shrink: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.article-subtitle {
  color: #942f69;
  flex-shrink: 0;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.2;
  font-weight: bold;
  font-style: italic;
}

.article-content {
  flex: 1;
  margin-top: 5px;
}

.article-info {
  display: flex;
  font-size: 0.85em;
  justify-content: space-between;
  margin-top: 10px;
  color: #942f69;
}
.article-info .mes:hover {
  text-decoration-line: underline;
}

@media screen and (min-width: 800px) {
  .columns,
  .column {
    display: flex;
  }
}

@media screen and (min-width: 1000px) {
  .first-article {
    flex-direction: row;
  }

  .first-article .article-body {
    flex: 1;
  }

  .first-article .article-image {
    height: 200px;
    order: 2;
    padding-top: 0;
    width: 300px;
  }
  .first-articleG {
    flex-direction: row;
    border: 2px solid #942f69;
    /* background: linear-gradient(110deg, #942f69 60%, #975e7e 60%);*/
  }
  .first-articleG .article-body {
    flex: 1;
  }

  .first-articleG .article-image {
    height: 200px;
    order: 2;
    padding-top: 0;
    width: 300px;
  }
  .another-article {
    flex-direction: row;
  }

  .another-article .article-body {
    flex: 1;
  }

  .another-article .article-image {
    height: 200px;
    order: 2;
    padding-top: 0;
    width: 300px;
  }
  .main-column {
    flex: 3;
  }

  .nested-column {
    flex: 2;
  }
  figure.miniatura img {
    opacity: 1;
    width: 35%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  /*#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 5px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }*/
}

.formatText {
  font-weight: 600;
  color: #ffffff;
  background-color: #642348;
  border-color: #642348;
  border-radius: 6px;
}
.formatTextClar {
  font-weight: 600;
  color: #777;
  background-color: #dee2e6;
  border-color: #dee2e6;
  border-radius: 6px;
}

.formatTextGrey {
  font-weight: 600;
  color: #ffffff;
  background-color: grey;
  border-color: grey;
  border-radius: 6px;
}
.formatTextRed {
  font-weight: 600;
  color: #ffffff;
  background-color: #af156c;
  border-color: #af156c;
  border-radius: 6px;
}

/*--------------------------------------------------------------
# Cercador
--------------------------------------------------------------*/
.searchElement {
  text-align: left;
  font-weight: 500;
  margin-bottom: 0.75em;
}
.searchElement h2 {
  color: #942f69;
  font-size: 1.5em;
}
.searchElement a {
  color: #942f69;
}
.searchElement a:active,
a:focus,
a:hover {
  color: #ccc;
  /* color:#942f69;*/
  text-decoration: none;
}
.NumResults {
  background-color: #ddd;
  padding: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.825rem;
}
/*--------------------------------------------------------------
# Formulari
--------------------------------------------------------------*/

.form-signin .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-group button {
  padding: 10px 24px; /* Some padding */
  margin: 0 5px;
}
.tancament {
  color: #942f69;
  font-weight: bold;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.profile-button {
  background: #942f69;
  box-shadow: none;
  border: none;
}

.profile-button:hover {
  background: #642348;
}

.profile-button:focus {
  background: #642348;
  box-shadow: none;
}

.profile-button:active {
  background: #642348;
  box-shadow: none;
}

.back:hover {
  color: #642348;
  cursor: pointer;
}

.labels {
  font-size: 11px;
  margin-top: 10px;
}

.add-experience:hover {
  background: #642348;
  color: #fff;
  cursor: pointer;
  border: solid 1px #642348;
}
.fonsPaginaEdicio {
  background: #ccc !important;
  border: 3px solid aliceblue;
}

.forgetPwd-main {
  width: 30%;
  background: #fff;
  margin: 4em auto 0em;
  border-radius: 5px;
  padding: 3em 2em;
}
.forgetPwd-main h1 {
  text-align: center;
  font-size: 1.5em;
  color: #942f69;
  font-weight: 700;
}
.forgetPwd-main p {
  font-size: 0.8em;
  color: #696969;
  line-height: 1.5em;
  margin: 1.5em 0em;
  text-align: center;
}

.forgetPwd-main input[type="text"] {
  font-size: 1em;
  color: #b0adad;
  padding: 1em 0.5em;
  display: block;
  outline: none;
  margin-bottom: 1em;
  text-align: center;
  border: 1px solid #b9b9b9;
}

.text-center .red-background {
  background-color: #942f69;
  border-color: #642348;
}
.white {
  color: #ffffff;
}

.btn:hover {
  color: #fff;
  background-color: #642348;
  border-color: #642348;
}

.form-label-group {
  color: #942f69;
}
meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter[value="1"]::-webkit-meter-optimum-value {
  background: red;
}
meter[value="2"]::-webkit-meter-optimum-value {
  background: yellow;
}
meter[value="3"]::-webkit-meter-optimum-value {
  background: orange;
}
meter[value="4"]::-webkit-meter-optimum-value {
  background: green;
}

meter[value="1"]::-moz-meter-bar {
  background: red;
}
meter[value="2"]::-moz-meter-bar {
  background: yellow;
}
meter[value="3"]::-moz-meter-bar {
  background: orange;
}
meter[value="4"]::-moz-meter-bar {
  background: green;
}

.feedback {
  color: #9ab;
  font-size: 90%;
  padding: 0 0.25em;
  font-family: arial;
  margin-top: 1em;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  top: -65px;
  padding: 20px;
  width: 25%;
  margin: 0em auto 0em;
}

#message p {
  padding: 0px 0px 0px 35px;
  font-size: 14px;
}
#message h3 {
  font-size: 16px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}
@media (max-width: 992px) {
  .forgetPwd-main {
    width: auto;
  }
}
/*--------------------------------------------------------------
# Perfil
--------------------------------------------------------------*/
#perfil {
  display: block;
  position: relative;
  border: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7499bf', endColorstr='#2969a2',GradientType=0 );
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.img-rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50%;
}

#settingslink:hover {
  background: #fff !important;
}
#settingslink:hover a {
  color: #3f6998;
}

.profilenav {
  position: absolute;
  right: 20px;
}
.profilenav li {
  display: block;
  float: left;
}

.profilenav a {
  display: block;
  line-height: 55px;
  color: #b6cadd;
  font-weight: bold;
  text-decoration: none;
  padding: 0 10px;
}
.profilenav a:hover {
  color: #fff;
}

.profilenav li:hover #settingslist {
  display: block;
  position: absolute;
}

#settingslist {
  background: #fff;
  display: none;
  position: absolute;
  padding-top: 7px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#settingslist .sub {
  background: #fff;
}
#settingslist .sub li {
  font-weight: bold;
  background: #fff;
}
#settingslist .sub li a {
  display: block;
  line-height: 2.3em;
  padding: 3px 6px;
  color: #596774;
  width: 150px;
}
#settingslist .sub li a:hover {
  background: #537db9;
  color: #fff;
}

/*--------------------------------------------------------------
# Software
--------------------------------------------------------------*/
.mainSofware {
  display: block;
  margin: 0 auto;
  max-width: 40rem;
  padding: 1rem;
}
ol.gradient-list-sw > li::before,
ol.gradient-list-sw > li {
  box-shadow:
    0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05),
    0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}
.gradient-list-sw {
  /*counter-reset: gradient-counter;*/
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}

ol.gradient-list-sw > li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
/*--------------------------------------------------------------
# Documentation
--------------------------------------------------------------*/
.notice {
  padding: 15px;
  background-color: #fafafa;
  border-left: 6px solid #942f69;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}
.notice-lg {
  font-size: 1rem;
  text-align: justify;
}
.notice h2 {
  color: #942f69;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  font-weight: 600;
}
#filter {
  /*box-shadow: 0px 0px 4px #aaa !important;
  background-color: #7f2223 !important;
  padding: 20px 10px 5px 30px !important;
  margin-top: 30px !important;
  margin-bottom: 0px !important;
  color: #fff;
  border-radius: 16px;*/
  margin-top: 30px !important;
  width: 100%;
}
.downloadDocument {
  width: 5%;
}
#linkDownload a {
  color: #8e969e !important;
}
#divresultats {
  color: #333 !important;
  padding: 10px 0 20px 20px !important;
  border: none;
}

#more_results {
  padding: 5px;
  text-align: center;
}
#show_more {
  color: #fff;
  background-color: grey;
  border-color: grey;
}
#gotop {
  color: #fff;
  background-color: #942f69;
  border-color: #942f69;
}

/*--------------------------------------------------------------
# IMATGE CORPORATIVA
--------------------------------------------------------------*/

#titlebreads h3 {
  font-weight: bold;
  color: #942f69;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  text-transform: none;
}
.liniaGrey {
  border-bottom: 3px solid grey;
}
.block-cards .card-title {
  line-height: 1.2;
  font-size: 1em;
  color: #6d6c6c;
  text-transform: uppercase;
}
.block-cards .card {
  border: 1px solid #ededed !important;
  margin-bottom: 0.5rem !important;
}
.box-card .card {
  border-radius: 0;
}
.card-text {
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #8e969e;
}
.box-card p {
  font-size: 0.9rem;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pl-sm-3,
.px-sm-3 {
  padding-left: 1rem !important;
}
.blocPdf {
  margin-top: 0.8rem;
}

.gridICorporativa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr;
}
.gridICorporativa > div {
  text-align: center;
  padding: 20px 0;
  /*box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);*/
}
.gridICorporativa .ic1 .textIC {
  font-weight: bold;
  font-size: 1em;
  text-align: justify;
  margin-left: 10px;
  color: #942f69;
}
.grid-containerIC {
  display: grid;
}
.sizeIC {
  width: 60%;
  margin-bottom: 10px;
}
.fieldFile {
  text-align: justify;
  margin-left: 10px;
  margin-bottom: 10px;
}
.esquerra {
  float: left;
}
.form-IC {
  padding: 10px;
  margin-top: 5px;
}
.form-element-IC {
  text-align: justify;
  float: left;
  color: #942f69;
  font-weight: bold;
}
.form-check-label {
  text-align: justify;
  color: #942f69;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 5px;
}
.form-button-IC {
  margin-top: 10px;
  clear: both;
}
.form-check-input {
  position: relative;
  float: left;
}
.form-check {
  float: left;
}

.boxLogo {
  padding: 5px;
  background-color: #dee2e6;
  padding: 15px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.boxLogo > img {
  min-width: 50%;
}
.margeSuperior {
  margin-top: 0.75rem;
}
.background-red {
  background-color: #942f69 !important;
  min-height: 50px;
}
.textManual {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  padding: 0.75rem;
}
.pb-4 {
  line-height: 1.5;
  font-weight: 300;
  font-size: 1em;
}
.pb-4 p {
  margin-top: 0.75rem;
  text-align: justify;
  padding: 0.75rem;
}
.buttonICRed {
  background-color: #942f69;
  color: #fff;
  border-color: #fff;
  border-radius: 3px;
}
@media screen and (min-width: 980px) {
  .col {
    flex: 1;
  }
}

/*--------------------------------------------------------------
# SOFTWARE
--------------------------------------------------------------*/
.container .titolSoftware {
  border-radius: 0;
  border-bottom: 3px solid #942f69;
  padding: 20px 30px 0px 10px;
}
.titolSoftware h3 {
  margin-bottom: 10px;
}
.grid-containerSoftware {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
  /*background-color: #942f69;*/
  padding: 10px;
}

.grid-containerSoftware > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.categoryHeader {
  padding: 12px;
}
.software-categoryHeader h3 {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
}
/*.software-categoryHeader:hover h3 {
  color:#8e969e;
}*/
.icon-browsers:hover {
  color: #8e969e;
}
.software-base--bordered {
  border: 1px solid #e0e0e0;
}
.software-base {
  position: relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
}
.software-baseHeader {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.software-baseBody {
  width: 100%;
}

.software-categoryHeader {
  display: table;
  width: 100%;
  padding: 6px 12px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  color: #942f69;
}

.list-apps {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  padding: 0px;
  margin-bottom: 0px;
}
.list-apps-item {
  border-bottom: 1px solid #e0e0e0;
}
.list-apps-link {
  display: block;
  padding: 6px 12px;
  background-color: #fff;
  padding: 12px;
}

.media-app {
  table-layout: fixed;
}
.media {
  display: table;
  width: 100%;
}
.media-app__image {
  width: 44px;
}
.media-app__image > img,
.media-app__image > a img {
  width: 32px;
  height: 32px;
}
.media__image > img {
  display: block;
}
.media__image {
  display: table-cell;
  vertical-align: middle;
}
.media__body {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.media-app__title--small {
  font-size: 0.79rem;
}

.media-app__title--small--justify {
  font-size: 0.79rem;
  text-align: justify;
}
.media-app__title--truncate {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.media-app__title--interactive {
  color: #942f69;
}
.media-app__title {
  margin-bottom: 3px;
  color: #8e969e;
  font-weight: 500;
  font-size: 1rem;
  text-align: justify;
}
.software-baseFooter {
  margin-top: -1px;
}
.software-categoryFooter {
  display: block;
  padding: 12px;
  font-weight: 700;
  font-size: 0.889rem;
  text-align: center;
  text-decoration: underline;
  background-color: #f5f5f5;
  color: #942f69;
}
.software-baseFooter:hover a {
  text-decoration: underline;
  color: #8e969e;
}
.downloadSft {
  display: inline-block !important;
}

@media (max-width: 500px) {
  .featured-services {
    padding: 90px 0;
  }
  .grid-containerSoftware {
    display: grid;
    width: 100%;
    margin: 0 auto;

    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 10px;
  }
  #secondary-nav {
    position: fixed;
    right: 22px;
    top: 40px;
    z-index: 9998;
    display: block;
  }

  .mr-auto,
  .mx-auto {
    margin-right: 20px !important;
  }
  /*section {
  padding: 100px 0;
  overflow: hidden;
}*/
}

/*--------------------------------------------------------------
# DETAIL SOFTWARE
--------------------------------------------------------------*/
.grid-containerDetailSoft {
  display: inline-grid;
  grid-template-columns: auto auto auto auto;
  background: #fff;
  padding: 20px;
  grid-gap: 20px;
}

.grid-itemDetailSoft {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 1.5rem;
  text-align: center;
}
.card-immg-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-base {
  width: 100%;
}
.card-footer {
  display: block;
  padding: 12px 12px 0;
  border-top: 1px solid #e0e0e0;
  background-color: transparent;
  /*background-color: rgba(255, 255, 255, 0.8);*/
}
.card-applink {
  position: static;
  display: block;
  width: inherit;
}

.display-app {
  display: block;
  width: 100%;
  padding: 6px 12px;
  text-align: center;
}
.display-app h3 {
  margin-top: 10px;
  color: #942f69;
}
.display-logo {
  display: inline-block;
  margin: 12px;
  text-align: center;
  background: #fff;
}
.display-header {
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  color: #0288d1;
  font-size: 0.889rem;
}
.display-text {
  position: relative;
  height: 3em;
  overflow: hidden;
  margin: 0 10% 18px;
  color: #8e969e;
  font-size: 0.79rem;
}
.card-footer {
  display: block;
  padding: 12px 12px 0;
  border-top: 1px solid #e0e0e0;
}

a.download {
  position: relative;
  padding: 12px 30px 15px 60px;
  cursor: pointer;
  color: #999292 !important;
  text-align: left;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
  display: inline-block !important;
  font:
    700 17px "Arial",
    Helvetica,
    Clean,
    sans-serif;
  margin: 0px 0px 20px 10px;
  position: relative;
  text-decoration: none;
  transition:
    background-position 0.2s ease,
    margin 0.1s ease;
  -webkit-transition:
    background-position 0.2s ease,
    margin 0.1s ease;
  -moz-transition:
    background-position 0.2s ease,
    margin 0.1s ease;
  background-repeat: repeat-x;
}

a.download:hover {
  background-position: 0 10px;
  color: #ffffff !important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}

a.download:active {
  -webkit-box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, 0.3);
  margin: 2px 0 20px 10px;
}

a.download span.bar {
  width: 1px;
  height: 30px;
  position: absolute;
  background: black;
  top: 5px;
  left: 50px;
}

a.download div.arrow {
  position: absolute;
  left: 20px;
  top: 14px;
}

a.download div.arrow span.top {
  position: absolute;
  width: 6px;
  height: 9px;
  background: #999292;
  top: 0;
  left: 3px;
}

a.download div.arrow span.bottom,
div.arrow span.bottomShadow {
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #999292;
  top: 9px;
  left: -2px;
  z-index: 2;
}

a.download div.arrow span.bottomShadow {
  z-index: 1;
  left: -1px;
}
a.grey {
  background-color: #ccc;
  background-image: -webkit-linear-gradient(top, #ccc, #fdfcfc);
  background-image: -moz-linear-gradient(top, #ccc, #fdfcfc);
  background-image: -ms-linear-gradient(top, #ccc, #fdfcfc);
  background-image: -o-linear-gradient(top, #ccc, #fdfcfc);
  background-image: linear-gradient(top, #ccc, #fdfcfc);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  border-top: 1px solid #aaa;
}

a.grey span.bar {
  -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

a.grey div.arrow span.top {
  -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

a.grey div.arrow span.bottomShadow {
  border-top: 8px solid rgba(255, 255, 255, 0.2);
}

a.blue {
  background-color: #00aeef;
  background-image: -webkit-linear-gradient(top, #00aeef, #00587a);
  background-image: -moz-linear-gradient(top, #00aeef, #00587a);
  background-image: -ms-linear-gradient(top, #00aeef, #00587a);
  background-image: -o-linear-gradient(top, #00aeef, #00587a);
  background-image: linear-gradient(top, #00aeef, #00587a);
  text-shadow: 1px 1px 1px #23aaff;
  border-top: 1px solid #23ccff;
}

a.blue span.bar {
  -webkit-box-shadow: 1px 1px 1px #23aaff;
  -moz-box-shadow: 1px 1px 1px #23aaff;
  box-shadow: 1px 1px 1px #23aaff;
}

a.blue div.arrow span.top {
  -webkit-box-shadow: 1px 1px 1px #23aaff;
  -moz-box-shadow: 1px 1px 1px #23aaff;
  box-shadow: 1px 1px 1px #23aaff;
}

a.blue div.arrow span.bottomShadow {
  border-top: 8px solid #23aaff;
}

.contentSoftware {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentSoftware-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.content2colums {
  display: grid;
  /*grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);*/
  /*grid-template-columns: repeat(5, 1fr);*/
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 0px;
  grid-column-gap: 10px;
}

/*.grid-content2colums > div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
  }*/
.div1 {
  grid-area: 1 / 2 / 2 / 4;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.div2 {
  grid-area: 1 / 4 / 2 / 5;
  padding: 18px;
  background: #eee;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-top: 15px;
}
/*.div3 { grid-area: 1 / 3 / 3 / 4; } */

.titleParagraphBold {
  font-weight: 700;
  letter-spacing: 0.3em;
  font-size: 0.8rem;
  line-height: 1.4;
}
.iconaSoftware {
  width: 80px;
  height: 80px;
}

.div1 h1 {
  font-size: 2rem;
}
.listDetails {
  padding: 5px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.listDetails > li {
  margin-bottom: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.listDetails-title {
  margin-bottom: 3px;
  font-size: 0.889rem;
}
.listDetails-description {
  display: inline-block;
  font-weight: 700;
  font-size: 0.889rem;
  word-break: break-word;
}
.buttonProcediment {
  color: #642348;
  text-decoration: none;
  border: 1px solid;
  padding: 5px;
  background-color: transparent;
  display: inline-block;
}
.optionsProcediment {
  margin-top: 20px;
  margin-left: 15px;
}
#buttonLine {
  float: left;
  margin-right: 10px;
}

/*grid-area: grid-row-start / grid-column-start / grid-row-end / grid-column-end | itemname;*/
@media (max-width: 900px) {
  .content2colums {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr;
    grid-gap: 10px;
  }
  .div1 {
    grid-area: 1/1;
  }
  .div2 {
    grid-area: 2/1;
  }
}
/*--------------------------------------------------------------
# SUPPORT
--------------------------------------------------------------*/

.box.home {
  padding-bottom: 20px;
  text-align: center;
}
.box {
  /*  border-radius: 0;*/
  background: #f5f5f5;
  border-top: 3px solid #942f69;
  padding: 0 30px 60px;
  padding-bottom: 60px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.boxer {
  display: flex;
  flex-wrap: wrap;
}
#welcome-support-list {
  padding: 20px;
}
.boxer .intro-box {
  display: table-cell;
  float: left;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 60px;
}
.box,
.box-body,
.box-header {
  position: relative;
  float: left;
  width: 100%;
}
.boxer .intro-box .a1 {
  text-align: center;
  text-shadow:
    -1px 0 black,
    0 1px black,
    1px 0 black,
    0 -1px black;
  color: #942f69;
}
.first-sel .a1 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.first-sel .a2 {
  font-size: 22px;
  font-weight: 200;
  text-shadow:
    -0px 0 black,
    0 0px black,
    0px 0 black,
    0 -0px black;
  padding-bottom: 0;
  padding-top: 20px;
  color: #942f69;
}
.a3 a {
  color: #636b6f;
  text-decoration: none;
  background-color: transparent;
}
.a3 a:hover {
  color: #942f69;
  text-decoration: none;
  background-color: transparent;
  font-style: italic;
}
.a2 {
  font-weight: 500;
  text-shadow:
    -1px 0 black,
    0 1px black,
    1px 0 black,
    0 -1px black;
  color: #942f69;
  font-size: 15px;
}
.first-sel .a3 {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 10px;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.box.home .x-close {
  position: absolute;
  top: 40px;
  right: 0;
  width: 24px;
}
.box.home h3.box-title {
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.2rem;
  margin-top: 10px;
}
h3.box-title {
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 33px;
}
.post-topBanner {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 40px 25px;
}
.space-bottom-40 {
  margin-bottom: 40px !important;
}
.post-topBanner h2,
.post-topBanner h3,
.topBanner h1 {
  margin-bottom: 20px;
}
.post-topBanner h2 {
  font-size: 30px;
  margin-top: 0;
  font-weight: 300;
  color: #942f69;
}
.post-topBanner input.search-box {
  background-position: right 20px center;
  background-size: 14px;
  background-repeat: no-repeat;
  padding-right: 40px;
  padding-left: 20px;
  font-size: 15px;
  font-style: italic;
}

.form-control {
  display: block;

  /*height: 36px;*/
  padding: 6px 12px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccd0d2;
  border-radius: 4px;
  /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.form-control input {
  width: 100%;
}
.amplada {
  width: auto;
}
.entry-content {
  padding: 10px;
  color: grey;
  text-align: justify;
}
.searchElement .despublicat {
  color: #ddd;
  font-style: italic;
}
.searchElement .despublicat a:hover {
  color: #942f69;
}
.textDespublicat {
  font-style: italic;
  color: #942f69;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 3px;
}
.greyColor a {
  color: #ddd;
}
@media (max-width: 900px) {
  .flex-container {
    flex-direction: column;
  }
  .first-sel .a1 {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
  }

  .first-sel .a2 {
    font-size: 1rem;
    font-weight: 200;
    text-shadow:
      -0px 0 black,
      0 0px black,
      0px 0 black,
      0 -0px black;
    padding-bottom: 0;
    padding-top: 20px;
    color: #942f69;
  }
  .boxer .intro-box .a1 {
    text-align: justify;
  }
  .btn {
    margin-top: 10px;
  }
  .text-left {
    text-align: right !important;
  }
  /*section {
  position:relative;
  top:50px;
}*/
  .post-topBanner {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# PORTAL WEB SUPORT
--------------------------------------------------------------*/
#m1 {
  margin-left: -10px;
}
.center-text {
  text-align: justify;
}

img.blancnegre {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

img.blancnegre:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}

/*-----------------------------------------------------------
# PROJECTES
------------------------------------------------------------*/

.Typography--h3.Typography {
  font-size: 24px;
  line-height: 32px;
}
.Typography--s.Typography {
  font-size: 12px;
  line-height: 18px;
}
.Typography--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Typography--h6.Typography {
  font-size: 14px;
  line-height: 20px;
}

.entry-title {
  display: block;
  font-size: 1.077em;
  margin: 0 0 5px;
  font-weight: 600;
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.entry-description {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 4em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.entry-description:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.entry-description:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.software-baseBody .descriptionProject {
  font-size: 13px;
  text-align: justify;
  margin: 5px;
  padding: 5px;
}
.software-baseHeader h2 {
  font-size: 18px;
  color: #942f69;
}
.software-baseHeader h4 {
  font-size: 14px;
  color: grey;
}
.software-baseBody .stateProject {
  font-size: 0.8rem;
  color: #942f69;
  font-weight: 600;
  text-align: right;
  margin-right: 10px;
}
.stateText {
  font-style: italic;
  color: #777;
}
#cercle {
  height: 15px;
  width: 15px;
  background: green;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  float: right;
  margin-left: 5px;
  margin-top: 2px;
}
#cercleTancat {
  height: 15px;
  width: 15px;
  background: rgb(0, 89, 255);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  float: right;
  margin-left: 5px;
  margin-top: 2px;
}
.cercle2 {
  width: 22px;
  height: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #8e969e;
  text-align: center;
  color: #fff;
  padding-left: 4px;
}
.textProfile {
  margin-left: 1rem;
  color: #8e969e !important;
  display: inline-block;
}
.textProfile span {
  font-weight: 700;
}
hr.project {
  border: 3px solid #6d6c6c;
  border-radius: 3px;
}

.grid-containerProject {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 20px;
  /*background-color: #942f69;*/
  padding: 10px;
}

.grid-containerProject > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.spacing {
  margin-left: -15px !important;
}

/*-----------------------------------
# DETAILS PROJECTE
-------------------------------------*/
#titlebreads h1 {
  font-weight: bold;
  color: #942f69;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  text-transform: none;
}
.contentProject {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.itemProject {
  margin-right: 15px;
  margin-left: 15px;
}
.contentProject h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.contentProject p {
  line-height: 1.1rem;
  text-align: justify;
}
.bg-grey {
  background-color: #f3f3f3;
}
.cursiveText {
  font-style: italic;
}
.contentProject .datesProject {
  font-size: 0.8em;
}
/*-------------------------------------
# AUTOCOMPLETE FIELD
---------------------------------------*/

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: block;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
textarea {
  background-color: #f1f1f1;
  width: 100%;
  border: 1px solid transparent;
}
input[type="text"] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type="submit"] {
  background-color: #942f69;
  color: #fff;
}
.autocomplete-items {
  position: absolute; /*absolute*/
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #942f69 !important;
  color: #ffffff;
}

/*-----------------------------------------
# SOL.LICITUDS TICKETS
----------------------------------*/
.select-css {
  display: block;
  font-size: 14px; /*0.8rem;
  font-weight: 400;*/
  color: #444;
  /*line-height: 1.3;*/
  padding: 0.4em 1.4em 0.3em 0.8em;
  width: 100%; /*400px;*/
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); /*0 1px 0 1px rgba(0,0,0,.03);*/
  border-radius: 4px; /*.3em;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image:
    url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  background-repeat: no-repeat, repeat;
  background-position:
    right 0.7em top 50%,
    0 0;
  background-size:
    0.65em auto,
    100%;
}
/*.botoTicket{
  width:50%;
}*/
#daysweek {
  margin: 20px 10px;
  text-align: center;
  position: relative;
}

.dbgOuter {
  /*border: solid 1px #888;*/
  border-radius: 4px;
  padding: 3px 8px 0px 14px;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 10.5pt;
}
.dbgCont {
  display: inline-block;
  height: 24px;
  /*margin-left: 6px;*/
}
/* Base for label styling */
.dbgCheck:not(:checked),
.dbgCheck:checked {
  position: absolute;
  left: -9999px;
}
.dbgCheck:not(:checked) + label,
.dbgCheck:checked + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
.dbgCheck:not(:checked) + label:before,
.dbgCheck:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
}
/* checkmark aspect */
.dbgCheck:not(:checked) + label:after,
.dbgCheck:checked + label:after {
  content: "✔";
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 14px;
  color: #942f69;
  transition: all 0.2s;
}
/* checked mark aspect changes */
.dbgCheck:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.dbgCheck:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.dbgCheck:disabled:not(:checked) + label:before,
.dbgCheck:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.dbgCheck:disabled:checked + label:after {
  color: #999;
}
.dbgCheck:disabled + label {
  color: #aaa;
}
/* accessibility */
.dbgCheck:checked:focus + label:before,
.dbgCheck:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

.dbgCheck {
  display: inline-block;
  width: 90px;
  height: 24px;
  margin: 1em;
}

/*.smGlobalBtn{ 
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 2px #999;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 2em;
  border-radius: 25px;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
}*/
.containerRadio {
  margin-left: 10px;
}
.containerRadio .radio {
  margin: 0.5rem;
}
.containerRadio .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 11px;
}
.containerRadio .radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.containerRadio .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #942f69;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.containerRadio .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #942f69;
}
.containerRadio .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.containerRadio .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.myDiv {
  display: none;
  padding: 10px;
}
#showdia {
  border: 1px solid #ccc;
}
#showsetmana {
  border: 1px solid #ccc;
}
#showmes {
  border: 1px solid #ccc;
}
#showany {
  border: 1px solid #ccc;
}
input[type="number"] {
  padding: 5px;
}
/*.weekBtn1,.weekBtn2,.weekBtn3,.weekBtn4,.weekBtn5,.weekBtn6,.weekBtn7{
  background: #80868b;
}

.weekBtn1:hover,.weekBtn2:hover,.weekBtn3:hover,.weekBtn4:hover,.weekBtn5:hover,.weekBtn6:hover,.weekBtn7:hover{
  color: #942f69;
  background: #fff;
}
.weekBtn1:focus,.weekBtn2:focus{
  background-color:orange;
  color:#fff;
}*/
/*.customcb {
  width: 17px;
  height: 17px;
  margin: 2px 0 2px 0;
  background: #ddd;
  border-radius: 100%;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}
.customcb label.inner {
  display: block;
  width: 12.75px;
  height: 12.75px;
  border-radius: 100px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  top: 2.125px;
  left: 2.125px;
  z-index: 1;
  background: #eee;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5)
}
.customcb label.outer {
  margin-left: 25px;
}
.customcb [type=checkbox] {
  display: none
}
.red.customcb input[type=checkbox]:checked+label.inner {
  background: red
}
.orange.customcb input[type=checkbox]:checked+label.inner {
  background: #d61
}
.green.customcb input[type=checkbox]:checked+label.inner {
  background: green
}

.purple.customcb input[type=checkbox]:checked+label.inner {
  background: purple
}

input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  font-size:0.8rem;
}*/

/*input[type=checkbox] {
  display: none;
}*/
#sform input[type="checkbox"] {
  display: inline;
  margin-top: 10px;
}

/***input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #aaa;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  margin-top: 2.5em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #942f69;
  border-color: #942f69;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
****/
/*---------------------------------------
# BÚSTIA TICKETS
-----------------------------------------*/
.bustia {
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.row-fluid {
  width: 100%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span8 {
  width: 65.81196581196582%;
}
.row-fluid [class="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.564102564102564%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-box {
  /*margin-bottom: 20px;*/
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  text-decoration: none !important;
  padding: 25px 0;
  padding: 5px 0;
  margin: 0 0 30px;
  margin-left: 0px;
  position: relative;
  background-color: #f9f6f6;
}

.btn-box.small i {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
}
.btn [class^="icon-"],
.btn-box [class^="icon-"],
.btn [class*=" icon-"],
.btn-box [class*=" icon-"] {
  min-width: 16px;
  text-align: center;
  display: inline-block !important;
}
.btn-box i,
.btn-box b {
  display: block;
}
.row-fluid .span4 {
  width: 31.623931623931625%;
}
.btn-box.small i {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
}
.btn-box.small b {
  font-size: 11px;
}
.btn-box b {
  color: #444;
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  text-shadow: 0 1px 0 #fff;
}
.btn-box:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
.widget-usage {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  text-decoration: none !important;
}
.widget-usage li {
  padding: 5px;
}
.widget-usage p {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 13px;
}
.pull-right {
  float: right;
}
.widget .progress {
  margin-bottom: 0;
}
.progress.tight {
  height: 10px;
}
.progress {
  border-radius: 3px;
  background: #f6f6f6;
}
.progress {
  overflow: hidden;
  /*margin-bottom: 20px;*/
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.progress .bar {
  border-radius: 2px;
  background-color: #17a2b8;
}
.progress .bar-success,
.progress-success .bar {
  border-color: #28a745;
  background-color: #28a745;
}
.progress .bar-warning,
.progress-warning .bar {
  border-color: #ffc107;
  background-color: #ffc107;
}
.progress .bar-danger,
.progress-danger .bar {
  border-color: #dc3545;
  background-color: #dc3545;
}
.progress .bar-orange,
.progress-orange .bar {
  border-color: #f88b3a;
  background-color: #f88b3a;
}
.progress .bar-lilac,
.progress-lilac .bar {
  border-color: #570897;
  background-color: #570897;
}
.progress .bar-grey,
.progress-grey .bar {
  border-color: #858386;
  background-color: #858386;
}
.progress .bar-pink,
.progress-pink .bar {
  border-color: #f42cc9;
  background-color: #f42cc9;
}
.progress .bar {
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 0.75rem;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  /* background-image: linear-gradient(to bottom, #149bdf, #0480be);*/
  background-repeat: repeat-x;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  transition: width 0.6s ease;
  background-size: 1rem 1rem;
  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
  );
}
.btn-box .label {
  position: absolute;
  top: -5px;
  right: -5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 5px;
  border: 2px solid #ddd;
}

.labelExternes {
  position: absolute;
  top: -5px;
  right: 20px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 5px;
  border: 2px solid #ddd;
}

.labelInternesET {
  position: absolute;
  top: 20px;
  right: 20px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 5px;
  border: 2px solid #ddd;
}

.labelExternesET {
  position: absolute;
  top: 20px;
  right: -5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 5px;
  border: 2px solid #ddd;
}

.btn-box span {
  display: block;
}
.label-blue {
  background-color: #17a2b8;
  color: white;
  font-weight: bold;
}
.label-greenLight {
  background-color: #6aa778;
  color: white;
  font-weight: bold;
}
.label-blueLight {
  background-color: #88adb3;
  color: white;
  font-weight: bold;
}
.label-green {
  background-color: #28a745;
  color: white;
  font-weight: bold;
}
.label-danger {
  background-color: #dd4b39;
}

.widget-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
}
.bg-white {
  color: #ccc !important;
}
.bg-corporative {
  color: #642348;
}
.btn-box .perfilBustia {
  width: 30%;
  height: 30%;
  border-radius: 50%;
}
.btn-box:hover {
  background-color: #ece6ea;
}

.btn-box:focus {
  background-color: #ece6ea;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-left: 15px;
}
.panel-danger {
  border-color: #eed3d7;
}

.panel-blue {
  border-color: #e5f3fa;
}
.panel-lilac {
  border-color: #f1e0fd;
}
.panel-orange {
  border-color: #ee5e08;
}
.panel-grey {
  /* border-color: #f5f5f5;*/
  border-color: #cccaca;
}
.panel-green {
  border-color: #dff0d8;
}
.panel-turquesa {
  border-color: #00d1b2;
}
.panel-turquesa > .panel-heading {
  color: #00d1b2;
  background-color: #aefff3;
  border-color: #aefff3;
}
.panel-orange > .panel-heading {
  color: #f88b3a;
  background-color: #fae0cb;
  border-color: #b9e4fa;
}
.panel-blue > .panel-heading {
  color: #75cdf8;
  background-color: #e5f3fa;
  border-color: #e5f3fa;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-lilac > .panel-heading {
  color: #570897;
  background-color: #f1e0fd;
  border-color: #f1e0fd;
}
.panel-grey > .panel-heading {
  color: grey;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.panel-green > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #dff0d8;
}
.panel-headingComment {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-headingComment {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-bottom-color: transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.blocPanel {
  margin-top: 15px;
  margin-left: -15px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/*.formAmpliat{
  display: block;
  height: 36px;
  padding: 6px 12px;
    padding-right: 12px;
    padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccd0d2;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/
.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 5px;
}

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
  /*background: url("../images/wp_132.jpg") no-repeat fixed center; */
}
.panel-footerChat {
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.panel-footerChat > div {
  position: relative;
  padding: 10px;
}
.panel-footerChat > div:nth-child(2) {
  margin-right: 20px;
  width: 20%;
}
.panel-body {
  padding: 15px;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #b3a9a9;
}

.pull-left {
  float: left !important;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.pull-right {
  float: right !important;
}

.pull-rightT {
  float: right !important;
  margin-right: 10px;
}
.chat li .chat-body p {
  margin: 0;
  color: #8e969e;
  font-size: 0.8rem;
}
.img-circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
/*.elementLlista{
  justify-content: center;
  align-items: center;
}*/
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
  /*display:flex;*/
}
.list-group p {
  color: #ccc;
}
.list_group span {
  color: green;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  font-size: 0.8rem;
}
.numTicket {
  color: #75cdf8;
  font-weight: bold;
}
.numTicketRed {
  color: #b94a48;
  font-weight: bold;
}
.numTicketCorporatiu {
  color: #942f69;
  font-weight: bold;
}
.numTicketOrange {
  color: #f88b3a;
  font-weight: bold;
}
.numTicketLilac {
  color: #570897;
  font-weight: bold;
}

.numTicketGrey {
  color: grey;
  font-weight: bold;
}
.lletraComentari {
  font-size: 0.5rem;
}

.priorityTicket {
  font-style: italic;
  color: grey;
  font-size: 0.7rem;
}
.normal {
  color: green;
  font-weight: bold;
}
.baixa {
  color: #570897;
  font-weight: bold;
}
.baixaUser {
  color: #f1130c;
}
.principalUser {
  color: #fff;
  background-color: #9b778c !important;
}
.urgent {
  color: #cf4615;
}
.critic {
  color: red;
}
.userTicket {
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  background-color: #75cdf8;
  margin-right: 5px;
}
.userTicketOrange {
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  background-color: #f88b3a;
  margin-right: 5px;
}

.userTicketRed {
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  background-color: #b94a48;
  margin-right: 5px;
}
.userTicketLilac {
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  background-color: #570897;
  margin-right: 5px;
}
.userTicketGrey {
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  background-color: grey;
  margin-right: 5px;
}
.TicketRed {
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  background-color: #942f69;
  margin-right: 5px;
}

.btn-blue {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-red {
  color: #942f69;
  border-color: #942f69;
}
.btn-lilac {
  color: #570897;
  border-color: #570897;
}

.btn-grey {
  color: grey;
  border-color: grey;
}
.btn-orange {
  color: #f88b3a;
  border-color: #f88b3a;
}
.btnTicketsOrange:hover {
  color: white;
  border-color: #f88b3a;
  background-color: #f88b3a;
}
.btnTicketsGrey:hover {
  color: white;
  border-color: grey;
  background-color: grey;
}
.btnTicketsGreen:hover {
  color: white;
  border-color: #468847;
  background-color: #468847;
}
.btnTickets:hover {
  color: white;
  border-color: #17a2b8;
  background-color: #17a2b8;
}
.btnTicketsRed:hover {
  color: white;
  border-color: #942f69;
  background-color: #942f69;
}
.btnTicketsRed {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-color: #468847;
  font-size: 0.8rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.btnTicketsGreen {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-color: #468847;
  font-size: 0.8rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.btnTicketsOrange {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-color: #f88b3a;
  font-size: 0.8rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.btnTicketsLilac:hover {
  color: white;
  border-color: #f1e0fd;
  background-color: #570897;
}
.btnTicketsGrey {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-color: grey;
  font-size: 0.8rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.moureA {
  border: 2px solid #ccc;
}
.btnTicketsLilac {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-color: #570897;
  font-size: 0.8rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.btnTickets {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.8rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-color: #17a2b8;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.primary-font {
  font-size: 0.9rem;
}
/****.group .form-control .input-group-btn, .input-group {
  display: table-cell;
}*****/

.group .form-control .input-group-btn {
  display: table-cell;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.btnChat {
  color: #468847;
  border-color: #468847;
}
#btn-input {
  border-color: #468847;
  margin: 0;
}
.btnChat-success:hover,
.btnChat-success:focus,
.btnChat-success:active,
.btnChat-success.active {
  color: #ffffff;
  background-color: #d6e9c6;
  border-color: #468847;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.select-css[required]:focus {
  border-color: #07c;
  box-shadow:
    0px 1px 3px rgba(0, 0, 0, 0.05) inset,
    0px 0px 8px #07c;

  /*border-color: red !important;*/
}

.bubble {
  position: relative;
  background: #9e71c9;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  line-height: 120px;
  text-align: center;
  width: 250px;
  height: 120px;
  border-radius: 10px;
  padding: 0px;
}
.bubble:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #9e71c9 transparent;
  border-width: 20px 20px 0;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}
.alert {
  padding: 20px;
  background-color: #20c1b2;
  color: white;
}
.status-pagat {
  background: #f4e3fd;
  color: #791378;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.info-panel {
  margin-top: 15px;
}
.buttonTicket {
  border: none;
  color: white;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8em;
}
.buttonTicket1 {
  background-color: #e5f3fa;
  color: #008cba;
  /* border: 2px solid #008CBA;*/
}
.buttonTicket2 {
  background-color: #eed3d7;
  color: #b94a48;
  /* border: 2px solid #b94a48;*/
}
.buttonTicket3 {
  background-color: #e8e8e8;
  color: grey;
  /* border: 2px solid #b94a48;*/
}
/******************
* Notifications
*****************/
.notify {
  display: block;
  background: #f9f9f9;
  padding: 12px 18px;
  /* max-width: 400px;*/
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 1.5) 1px 1px 2px 0.5px;
}
.notify h1 {
  margin-bottom: 6px;
  font-size: 1em;
}
.notify .alerticon {
  margin-bottom: 5px;
}
/* Success */
.success h1 {
  color: #678361;
}
.success h1:before,
.success h1:after {
  background: #cad8a9;
}
.success:hover h1 {
  /* background-color: #fff;*/
  color: #8e969e;
}
.success:hover {
  color: #fff;
  background-color: #f5f5dc;
}
/* Error */
.error h1 {
  color: #6f423b;
}
.error h1:before,
.error h1:after {
  background: #d6b8b7;
}
.error:hover h1 {
  background-color: #fff;
}
.error:hover {
  color: #fff;
  background-color: #e47c68;
}

/* Success */
.success h1 {
  color: #eda93b;
}
.success h1:before,
.success h1:after {
  background: #eda93b;
}
.success:hover h1 {
  background-color: #fff;
}
.success:hover {
  color: #fff;
  background-color: #eda93b;
}
/* Warning */
.warning h1 {
  color: #eda93b;
}
.warning h1:before,
.warning h1:after {
  background: #eda93b;
}
.warning:hover h1 {
  background-color: #fff;
}
.warning:hover {
  color: #fff;
  background-color: #eda93b;
}
/* Info */
.info h1 {
  color: #6cc8d4;
}
.info h1:before,
.info h1:after {
  background: #6cc8d4;
}
.info:hover h1 {
  background-color: #fff;
}
.info:hover {
  color: #fff;
  background-color: #6cc8d4;
}
/*************************************
* RECOVERY FORM
*******************************/
.messageRecovery {
  background: #f1f1f1;
  color: #000;
  position: relative;
  /*top: -65px;*/
  margin-left: 20px;
  padding: 20px;
  width: 25%;
  margin: 0em auto 0em;
}
#messageRecovery p {
  padding: 0px 0px 0px 35px;
  font-size: 14px;
}
#messageRecovery h3 {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}
.login-box {
  /*position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  padding: 40px;
  transform: translate(-50%, -50%);
  background: rgba(115, 115, 115, 0.5);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0,0,0,.6);
  border-radius: 10px;*/
  width: 30%;
  background: #fff;
  margin: 4em auto 0em;
  border-radius: 5px;
  padding: 3em 2em;
}

.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #942f69; /*#fff;*/
  text-align: center;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #942f69; /*#fff;*/
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #b0adad; /*#fff;*/
  outline: none;
  background: #f1f1f1; /*transparent;*/
}
.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #942f69; /*#fff;*/
  pointer-events: none;
  transition: 0.5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #942f69;
  font-size: 12px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  /* color: #03e9f4;*/
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 4px;
}

.login-box a span {
  position: absolute;
  display: block;
}

@media (max-width: 400px) {
  .login-box {
    top: 60%;
  }
  .post-topBanner h2 {
    font-size: 22px;
    margin-top: 0;
    font-weight: 300;
    color: #942f69;
  }
  .form-control2 {
    font-size: 10px !important;
  }
}

/************************************
* FILTERS
**************************/
.panel-default {
  border-color: #ddd;
}
.panelFilter {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.form-inline .form-control2 {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-control2 {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  display: block;
}
/*.form-control2 input{
  width: 100%;
}*/
/*.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}

.form-inline input.search-box {
  background-position: right 20px center;
  background-size: 14px;
  background-repeat: no-repeat;
  padding-right: 40px;
  padding-left: 20px;
  font-size: 15px;
  font-style: italic;
  width:100%;
}*/

/***********************
REPORTS
***************************/

.flex-containerReports {
  display: flex;
  justify-content: center;
}

.reports-board {
  display: grid;
  /* min-height: 659px;*/
  min-height: 300px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  grid-template-columns: repeat(3, calc(33.3333% - 13px));
  grid-gap: 25px;
}
.box {
  background: #4c5961;
  border: 1px solid #555;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px;
}
.u-icon-circle {
  border-radius: 50%;
}
.u-icon {
  display: block;
  height: 48px;
  width: 48px;
  margin: 0 auto;
  color: #8e969e !important;
}
.u-text {
  word-wrap: break-word;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 20px 0 0;
}
.u-title {
  color: #8e969e !important;
}
.u-link {
  color: #fff;
}
.icofont-gear {
  font-size: 50px;
}
.u-text-12 {
  font-size: 1rem;
  font-weight: 700;
  margin: 20px 0 0;
}
.u-container-layout {
  position: relative;
  flex: 1;
  max-width: 100%;
  text-align: center;
}

.reports__table {
  margin: 24px 15vw 56px 0;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px 0 rgba(38, 40, 42, 0.1);
  padding: 12px;
}

@media (max-width: 600px) {
  .reports-board {
    grid-template-columns: repeat(auto-fill, 18em);
  }
}

/***
** news
**/
.containerNews {
  display: flex;
  justify-content: center;
  align-items: center;
}
.columnNews {
  flex: 33.33%;
  height: 200px;
  padding: 10px;
  margin: 5px;
  background-color: #cccccc;
  text-align: center;
}
/***********************
EQUIP
***************************/
.reportsEquip {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
}
.childEquip {
  flex: 1;
  box-sizing: border-box;
  /*background: #f4f4f4;*/
  color: #626262;
  padding: 10px;
}
.pds-flex {
  display: flex !important;
}
.pds-items-center {
  align-items: center !important;
}
.forma {
  display: block;
  margin: 5px;
  font-size: 3rem;
}
#miniQuadrat {
  width: 24px;
  height: 24px;
  background: #942f69;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  vertical-align: middle;
}
.miniForma {
  display: inline-block;
  padding: 2px;
}
#quadrat {
  width: 80px;
  height: 80px;
  background: #942f69;
  text-align: center;
  color: #fff;
}
.equipPerfil {
  color: #8e969e;
}
.equipPerfil h4 {
  font-size: 1.2em;
  font-weight: 700;
}
.equipPerfil span {
  font-weight: 500;
  font-size: 0.8em;
  margin: 0px;
  display: block;
}
.equipDepartament {
  display: flex;
}
.requadreBenestar {
  border: 1px solid #b6b6b6;
  border-radius: 6px;
  padding: 16px !important;
}
.team-member-project-hours {
  width: 100%;
}
.pdsf-row {
  display: flex;
  flex-wrap: wrap;
}
.pds-nowrap {
  white-space: nowrap;
}
.pdsf-column-4 {
  flex: 0 0 46.5%;
  max-width: 46.4%;
  margin-right: 10px;
}
.pds-card-shadow-sm {
  box-shadow: 0 2px 3px #0000001a;
}
.pds-mr-xs {
  margin-right: 4px !important;
}
.pds-card {
  background-color: #fff;
  border: 1px solid #b6b6b6;
  border-radius: 6px;
  position: relative;
}
.pds-p-md {
  padding: 16px !important;
}
.pds-mb-lg {
  margin-bottom: 24px !important;
}
.pds-text-center {
  text-align: center !important;
}
.pds-text-right {
  text-align: right !important;
}
.pds-mb-md {
  margin-bottom: 16px !important;
}
.pds-mb-sm {
  margin-bottom: 8px !important;
}
.pds-h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 0px;
}
.pds-justify-between {
  justify-content: space-between !important;
}
.pds-stat-label {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}
.pds-stat-block-data {
  font-size: 26px;
  line-height: 1.25;
  margin: 0;
  font-weight: 600;
  text-align: center;
}
.pds-stat-block-dataReduit {
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  font-weight: 600;
  text-align: center;
}
.pds-stat-blockTotal {
  border-top: 3px solid #95607e;
  margin-top: 5px;
  border-bottom: 3px solid #95607e;
}
.capBenestar {
  background-color: #95607e;
  color: white;
  font-size: 1em;
  padding: 4px;
}
.taulaEquipTasquesDiaries {
  display: block;
}

.tableInform {
  table-layout: fixed;
  min-width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border: 3px solid #942f69;
}
.groupTable {
  margin: 15px;
  text-align: center;
  text-transform: uppercase;
}
.fillField {
  background-color: #942f69;
  color: white;
  font-size: 1em;
  padding: 8px;
  margin-bottom: 15px;
}
.fillField2 {
  background-color: #95607e;
  color: white;
  font-size: 0.8em;
  padding: 4px;
}
.tableInform th {
  background: #c6c2c2;
  font-size: 0.8em;
  font-weight: 500;
  color: #fff;
}

.tableInform th,
.tableInform td {
  border-bottom: 1px solid #b6b6b6;
  border-top: 1px solid #b6b6b6;
  box-sizing: content-box;
  line-height: 1.25;
  padding: 8px;
  text-align: left;
  font-size: 1em;
}
.tableInform td {
  line-height: 1.25;
  text-align: left;
  height: 28px;
}
.tableInform-total {
  font-weight: 900;
}
.tableInformBloc {
  background-color: #eceaea;
}
.pds-table th {
  background: #c6c2c2;
  font-size: 0.8em;
  font-weight: 500;
  color: #fff;
}
.pds-table th,
.pds-table td {
  border-bottom: 1px solid #b6b6b6;
  border-top: 1px solid #b6b6b6;
  box-sizing: content-box;
  line-height: 1.25;
  padding: 8px;
  text-align: left;
  font-size: 1em;
}

.pds-table {
  min-width: 100%;
  table-layout: auto;
}
.pds-table td {
  line-height: 1.25;
  text-align: left;
  height: 28px;
}
.totsProjectes {
  margin-right: 10px;
  margin-left: 5px;
  font-size: 0.8rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.project-client {
  margin-bottom: 3px;
  font-size: 0.8em;
}
.projectLine {
  color: #626262;
}
.team-member-timers table {
  margin-bottom: 32px;
}
.taulaEquipTasquesDiaries .project-client {
  margin-bottom: 3px;
}
.taulaEquipTasquesDiaries .project-client {
  max-width: 390px;
  word-wrap: break-word;
}
.team-member-timers .task-notes {
  color: #626262;
}
.team-member-timers .task-notes .task {
  float: left;
  font-size: 0.8em;
}
.taulaEquipTasquesDiaries .col-hours {
  font-size: 16px;
  text-align: right;
}
.pds-button:hover {
  background: linear-gradient(#f7f7f7, #e8e8e8);
}
.pds-button-sm {
  font-size: 13px;
  height: 28px;
  line-height: 27px;
  padding: 0 8px;
}
.pds-mb-xl {
  margin-bottom: 32px !important;
}
.pds-flex {
  display: flex !important;
}
.pds-button {
  align-items: center;
  background: linear-gradient(#fff, #f0f0f0);
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #22222240;
  color: #545454;
  display: inline-flex;
  font-size: 15px;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  line-height: 34px;
  padding: 0 16px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.pds-valign-middle {
  vertical-align: middle !important;
}
.clickable-row-link {
  background-color: #fff;
  bottom: 0;
  cursor: pointer;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pds-stat-inline {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: space-between;
}
.pds-mt-xs {
  margin-top: 4px !important;
}
.pds-flex-nowrap {
  flex-wrap: revert !important;
}
.pds-items-baseline {
  align-items: baseline !important;
}
.pds-stat-label {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}

.team-member-project-hours .projectfill1 {
  background: #28a745;
  fill: #28a745;
}
.team-member-project-hours .projectfill2 {
  background: #4a5561;
  fill: #4a5561;
}
.team-member-project-hours .projectfill3 {
  background: #6592c2;
  fill: #6592c2;
}
.team-member-project-hours .projectfill4 {
  background: #dc3545;
  fill: #dc3545;
}
.team-member-project-hours .projectfill5 {
  background: #f0af23;
  fill: #f0af23;
}
.team-member-project-hours .projectfill6 {
  background: #6c2f94;
  fill: #6c2f94;
}
/*.team-member-project-hours .projectfill6 {
  background-color:#1e8449;
  fill: #1e8449 ;
}*/
.team-member-project-hours .projectfill7 {
  background-color: #a2da5b;
  fill: #a2da5b;
}

.team-member-project-hours .projectfill8 {
  background-color: #ff5733;
  fill: #ff5733;
}
.team-member-project-hours .projectfill9 {
  background-color: #bcbc49;
  fill: #bcbc49;
}
.team-member-project-hours .projectfill10 {
  background-color: #7c0404;
  fill: #7c0404;
}
.team-member-project-hours .projectfill11 {
  background-color: #3ee6dc;
  fill: #3ee6dc;
}
.team-member-project-hours .projectfill12 {
  background-color: #857ad2;
  fill: #857ad2;
}
.team-member-project-hours .projectfill13 {
  background-color: #32e18f;
  fill: #32e18f;
}
.team-member-project-hours .projectfill14 {
  background-color: #2da4a4;
  fill: #2da4a4;
}
.team-member-project-hours .projectfill15 {
  background-color: #861e71;
  fill: #861e71;
}

.team-member-project-hours .projectfill16 {
  background-color: #7b6d78;
  fill: #7b6d78;
}
.team-member-project-hours .projectfill17 {
  background-color: #f2e28f;
  fill: #f2e28f;
}
.team-member-project-hours .projectfill18 {
  background-color: #6f642d;
  fill: #6f642d;
}
.team-member-project-hours .projectfill19 {
  background-color: #aad759;
  fill: #aad759;
}
.team-member-project-hours .projectfill20 {
  background-color: #6cee51;
  fill: #6cee51;
}
.team-member-project-hours .projectfill21 {
  background-color: #29661d;
  fill: #29661d;
}
.team-member-project-hours .projectfill22 {
  background-color: #368e7e;
  fill: #368e7e;
}
.team-member-project-hours .projectfill23 {
  background-color: #cadfdb;
  fill: #cadfdb;
}
.team-member-project-hours .projectfill24 {
  background-color: #3cb3ce;
  fill: #3cb3ce;
}
.team-member-project-hours .projectfill25 {
  background-color: #1d1580;
  fill: #1d1580;
}

.pds-stat-inline-data {
  font-size: 14px;
  font-weight: 600;
}
.pds-stat-key {
  border-radius: 3px;
  display: inline-block;
  height: 1em;
  position: relative;
  top: 0.15em;
  width: 1em;
}
.middleHr {
  border: 1px solid #942f69;
  margin-right: 50%;
}
.pds-weight-normal {
  font-weight: 400 !important;
  font-size: 0.8em;
}
.this-week-label {
  font-weight: 800px !important;
  font-size: 0.8em;
}
.pdsf-column {
  padding-left: 16px;
  padding-right: 16px;
}
.pdf-total {
  font-weight: 900;
}
.has-clickable-table-rows .clickable-row td {
  position: relative;
}
@media (max-width: 800px) {
  .pdsf-column-4 {
    flex: 1;
    max-width: 100%;
  }
}

/* Panel*/
.containerPanel {
  display: flex;
  flex-wrap: wrap;
}
.ticket-summary {
  display: flex;
  gap: 10px;
  width: 100%;
}
.ticket-summary > div {
  padding: 0 16px 10px 0;
  width: 25%;
}

.ticket-summary-score-result {
  display: block;
  color: inherit;
  border-radius: 4px;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #cfd7df;
  text-decoration: none;
  letter-spacing: 0.2px;
  border: 2px solid #cfd7df;
}

.text--semibold {
  font-weight: 500;
}
.text--bold {
  font-weight: 700;
  font-size: 24px;
}
.item-text {
  display: block;
  transition: color 0.2s ease-in-out;
}
.mb-8 {
  margin-bottom: 8px;
}
.text--dark {
  color: #183247;
}
.resultsGraph {
  width: 98%;
  margin: 0;
}
.resultsGraphDept {
  width: 98%;
  margin: 0;
}
.ticket-summaryAjs {
  display: flex;
  gap: 5px;
  width: 100%;
  flex-wrap: wrap;
  /*justify-content: space-evenly;
  align-items: stretch;
  align-content: stretch;*/
}

.ticket-summary-scoreAjs {
  display: flex;
  width: 12%;
  justify-content: space-between;
}

.ticket-summary-score-resultAjs {
  display: block;
  color: inherit;
  border-radius: 4px;
  padding: 12px;
  box-shadow: 0 1px 0 0 #942f69;
  text-decoration: none;
  letter-spacing: 0.2px;
  border: 2px solid #cfd7df;
  background-color: #dfddddab;
  width: 100%;
}
.item-textAjs {
  display: block;
  transition: color 0.2s ease-in-out;
  text-align: center;
  color: #942f69;
  font-size: 14px;
}

.ticket-summaryEns {
  display: flex;
  gap: 5px;
  width: 100%;
  margin-top: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  /*align-items: stretch;
  align-content: stretch;*/
}

.ticket-summary-scoreEns {
  display: flex;
  width: 30%;
}
/*
.ticket-summaryEns>div{
  padding: 0 6px 5px 0;
}*/

.ticket-summary-score-resultEns {
  display: block;
  color: inherit;
  border-radius: 4px;
  padding: 12px;
  box-shadow: 0 1px 0 0 #942f69;
  text-decoration: none;
  letter-spacing: 0.2px;
  border: 2px solid #cfd7df;
  background-color: #dfddddab;
  width: 100%;
}
.item-textEns {
  display: block;
  transition: color 0.2s ease-in-out;
  text-align: center;
  color: #a65a85;
  font-size: 14px;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 0.9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */

  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;

  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/* taules edificis*/
.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 1em;
  min-width: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
  background-color: #642348;
  color: #ffffff;
  text-align: middle;
}
.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #dddddd;
}
.styled-table td {
  color: #888484;
}

/* ÀMBITS D'ACTUACIÓ */
.AmbitsActuacioRequadre {
  text-transform: lowercase;
  font-size: 0em;
  font-style: oblique !important;
}
.accordion-body h1 {
  font-size: 1.8em;
  color: #942f69;
}
.accordion {
  width: 80%;
  margin: auto;
  color: black;
  background-color: white;
  padding: 45px 45px;
}

.accordion .containerAmbits {
  position: relative;
  margin: 10px 10px;
}
.linkAmbits {
  color: #942f69;
}
.linkAmbits a:hover {
  color: #ccc;
}

.accordion .label {
  position: relative;
  padding: 10px 0;
  font-size: 1.2em;
  color: black;
  cursor: pointer;
  letter-spacing: 0.08em;
  word-spacing: 0.15em;
}

.accordion .label::before {
  content: "+";
  color: black;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 1.2em;
  transform: translateY(-50%);
}

.accordion .contentAmbits {
  position: relative;
  background: white;
  height: 0;
  font-size: 1em;
  font-style: oblique;
  text-align: justify;
  width: 780px;
  overflow: hidden;
  transition: 0.5s;
}

.accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}

.accordion .containerAmbits.active .contentAmbits {
  height: 150px;
}

.accordion .containerAmbits.active .label::before {
  content: "-";
  font-size: 30px;
}
.titolVideoAmbitActuacio {
  font-weight: bold;
  font-size: 1.2em;
}
.deuresIntervencio h1 {
  font-size: 1.2em;
  text-align: justify;
  padding: 10px 0 10px 0;
}

.sorting {
  background-color: #d4d4d4;
}

.asc:after {
  content: " ↑";
}

.desc:after {
  content: " ↓";
}

/*pestanyes*/
.tabs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 680px;
  height: 360px;
  padding: 30px 20px;
  background: #f5f5f5;
  box-shadow: 5px 5px 10px 5px #ccc;
  overflow: hidden;
}
.tabs .tab-header {
  float: left;
  width: 180px;
  height: 100%;
  border-right: 1px solid #ccc;
  padding: 50px 0px;
}
.tabs .tab-header > div {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  padding-left: 10px;
}
.tabs .tab-header > div:hover,
.tabs .tab-header > div.active {
  color: #00acee;
}
.tabs .tab-header div i {
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
}
.tabs .tab-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.tabs .tab-content > div > i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #555;
  color: #f5f5f5;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}
.tabs .tab-content > div {
  position: absolute;
  text-align: center;
  padding: 40px 20px;
  top: -200%;
  transition: all 500ms ease-in-out;
}
.tabs .tab-content > div.active {
  top: 0px;
}

.tabs .tab-indicator {
  position: absolute;
  width: 4px;
  height: 50px;
  background: #00acee;
  left: 198px;
  top: 80px;
  transition: all 500ms ease-in-out;
}

.social {
  display: flex;
}
.social ul {
  list-style: none;
}
.social ul li {
  display: flex;
}
.social ul li a {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; /* Establecemos una transición a todas las propiedades */
}

.social ul li .icon-dept1 {
  background: #942f69;
} /* Establecemos los colores de cada red social, aprovechando su class */
.social ul li .icon-dept2 {
  background: #b6b6b6;
}
.social ul li .icon-dept3 {
  background: #9683b9;
}
.social ul li .icon-dept4 {
  background: #20c997;
}

.social ul li a:hover {
  /* 	background: #bb97ac;  Cambiamos el fondo cuando el usuario pase el mouse */
  padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}
.socialSpanText {
  text-align: justify;
  margin-left: 5px;
}
.socialTextFosc {
  font-weight: bold;
  color: #942f69;
}

/*chat*/

.cardChat {
  width: 100px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
}
.globoChat {
  border-radius: 25px;
  padding: 12px;
  background: gray;
  color: white;
  padding: 10px;
  position: relative;
  width: 200px;
  margin: 0 auto;
  font-family: sans-serif;
  z-index: 1;
}
.globoChat::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80px;
  background: transparent;
  width: 0px;
  height: 0px;
  border-bottom: 40px solid gray;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  transform: rotate(90deg);
  z-index: -1;
}
.imagenChat {
  width: 141px;
  border-radius: 50%;
  border: 8px double #f5e8e8;
  width: 100px;
}

.imessage {
  /*background-color: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 0.25rem;*/
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  /*font-family: "SanFrancisco";
  font-size: 1.25rem;
  margin: 0 auto 1rem;
  max-width: 600px;
  padding: 0.5rem 1.5rem;*/
}

.imessage p {
  border-radius: 0.4rem;
  line-height: 1.25;
  max-width: 75%;
  padding: 0.5rem 0.875rem;
  position: relative;
  word-wrap: break-word;
}

.imessage p::before,
.imessage p::after {
  bottom: -0.1rem;
  content: "";
  height: 1rem;
  position: absolute;
}

p.from-me {
  align-self: flex-end;
  background-color: #dff0d8;
  color: #6c6b6b;
}
.ImageText {
  display: flex;
  margin: 5px;
}
.contenidorData {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cercleData {
  padding: 8px;
  background: #f4f4f9;
  border-radius: 10px;
  width: 30%;
  color: #a0a0a6;
  text-align: center;
}
.img-circleChat {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

/*p.from-me> img {
  border-radius:50%;
  position:absolute;
  top:-15px;
}*/

p.from-me::before {
  border-bottom-left-radius: 0.8rem 0.7rem;
  border-right: 1rem solid #dff0d8;
  right: -0.35rem;
  transform: translate(0, -0.1rem);
}

p.from-me::after {
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  right: -40px;
  transform: translate(-30px, -2px);
  width: 10px;
}

p[class^="from-"] {
  margin: 0.5rem 0;
  width: fit-content;
}

p.from-me ~ p.from-me {
  margin: 0.25rem 0 0;
}

p.from-me ~ p.from-me:not(:last-child) {
  margin: 0.25rem 0 0;
}

p.from-me ~ p.from-me:last-child {
  margin-bottom: 0.5rem;
}

p.from-them {
  align-items: flex-start;
  background-color: #f0f0f4;
  color: #6c6b6b;
}
.p.from-them div {
  font-size: 0.5rem;
  color: green;
}
p.from-them:before {
  border-bottom-right-radius: 0.8rem 0.7rem;
  border-left: 1rem solid #f0f0f4;
  left: -0.35rem;
  transform: translate(0, -0.1rem);
}

p.from-them::after {
  background-color: #fff;
  border-bottom-right-radius: 0.5rem;
  left: 20px;
  transform: translate(-30px, -2px);
  width: 10px;
}

.margin-b_none {
  margin-bottom: 0 !important;
}

.margin-b_one {
  margin-bottom: 1rem !important;
}

.margin-t_one {
  margin-top: 1rem !important;
}

.blocApps {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}
.formblocApps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.itemApp {
  border-style: 1 solid grey;
  width: 100%;
  overflow-x: hidden;
}
.searchApp {
  border-bottom-color: #942f69;
  flex: 1 1 auto;
  display: block;
  margin-bottom: 10px;
  margin-right: 8px;
  padding: 4px;
  margin-top: -4px;
  margin-left: 15px;
  color: #777;
}
#l2 {
  float: left;
}
#l2 li {
  display: inline;
}

.friend {
  height: 70px;
  position: relative;
}
/*.friend:hover{
  background:#f1f4f6;
  cursor:pointer;
}*/
.friend img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  /*border-radius:50%;
  margin:15px;
  float:left;*/
}
.boxElements {
  display: flex;
  flex-wrap: wrap;
  border-collapse: collapse;
  margin-top: 10px;
}
.divBlocFriend {
  padding: 15px 0 15px 0;
  float: left;
  width: 100%;
  /*border-bottom:2px solid #e7ebee;   */
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eff0f2;
  border-radius: 0.8rem;
  margin-top: 15px;
}
.divBlocFriend strong {
  font-weight: 600;
  font-size: 15px;
  color: #942f69;
}
.divBlocFriend span {
  font-size: 13px;
  font-weight: 400;
  color: #aab8c2;
}
.divFriend {
  display: flex;
  padding: 5px;
}

.btn-primaryFriend {
  color: #fff;
  background-color: #942f69;
  border-color: #942f69;
  margin-top: 10px;
}

.btn-primaryFriend:hover {
  color: #fff;
  background-color: #642348;
  border-color: #642348;
}
.btnFriend-lg {
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.tallarText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*finestres pop-up*/
.modal-confirm {
  color: #636363;
  width: 400px;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
}
.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px;
}
.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
}
.modal-confirm .modal-body {
  color: #999;
}
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
  color: #999;
}
.modal-confirm .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #942f69;
}
.modal-confirm .icon-box i {
  color: #942f69;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px;
}
.btn-dangerMont {
  background-color: #942f69;
}
.modal-confirm .btn,
.modal-confirm .btn:active {
  color: #fff;
  border-radius: 4px;
  background: #60c7c1;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 5px;
}
.modal-confirm .btn-secondary {
  background: #c1c1c1;
}
.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
  background: #a8a8a8;
}
.modal-confirm .btn-dangerMont {
  background: #942f69;
}
.modal-confirm .btn-dangerMont:hover,
.modal-confirm .btn-dangerMont:focus {
  background: #642348;
}
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}
.triggerSimple-btn {
  display: inline-block;
}

.table-responsive {
  overflow-x: hidden !important;
  min-height: 600px;
}
/*.titleRacklink{
     box-shadow: inset 0 0 0 0 var(--main-color);
    color: var(--main-color);
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}*/

/* BLOC RACKS*/
/*
.serviceBox{
  color: #e85c90;
  font-family:arial;
  text-align: center;
  position: relative;
  z-index: 1;
}
.serviceBox .title{
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 10px;
  margin: 0 0 30px;
  border: 3px solid #e85c90;
  display: inline-block;
}
.serviceBox .service-content{
  color:#fff;
  background: #e85c90;
  padding: 15px;
  margin: 0 0 40px;
  border-radius: 30px;
  border: 10px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.serviceBox .description{
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
.serviceBox .service-icon{
  background: #e85c90;
  font-size: 40px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
} 
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
  content: "";
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.serviceBox .service-icon:after{
  background: #e85c90;
  width: 3px;
  height: 40px;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
  left: 0;
  right: 0;
  top: -40px;
}
.serviceBox.blue{ color: #6b9fe3; }
.serviceBox.blue .title{ border-color: #6b9fe3; }
.serviceBox.blue .service-content,
.serviceBox.blue .service-icon,
.serviceBox.blue .service-icon:after{
  background: #6b9fe3;
}
.serviceBox.cyan{ color: #31bfc4; }
.serviceBox.cyan .title{ border-color: #31bfc4; }
.serviceBox.cyan .service-content,
.serviceBox.cyan .service-icon,
.serviceBox.cyan .service-icon:after{
  background: #31bfc4;
}
.serviceBox.purple{ color: #8746ae; }
.serviceBox.purple .title{ border-color: #8746ae; }
.serviceBox.purple .service-content,
.serviceBox.purple .service-icon,
.serviceBox.purple .service-icon:after{
  background: #8746ae;
}

@media only screen and (max-width: 990px){
  .serviceBox{ margin: 0 0 40px; }
}

@media (max-width: 1200px) {
  .containerBox {
    width: 1170px;
  }
}
@media (max-width: 992px) {
  .containerBox {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .containerBox {
    width: 450px;
  }
}
.containerBox {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
  */
a.titleRacklink {
  color: var(--main-color);
  text-decoration: none;
}
/*a.titleRacklink:hover {
     
      background:
       linear-gradient(
         to right,
         var(--main-color) 0%,
         var(--main-color) 5px,
         transparent
       );
       color: #fff;
    }*/
a.titleRacklink:hover {
  color: transparent;
  -webkit-text-stroke: 2px var(--main-color);
}
@supports not (-webkit-text-stroke: 2px red) {
  a.titleRacklink:hover {
    text-shadow:
      3px 3px 0 var(--main-color),
      -1px -1px 0 var(--main-color),
      1px -1px 0 var(--main-color),
      -1px 1px 0 var(--main-color),
      1px 1px 0 var(--main-color);
  }
}

.titleRacklink {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  color: var(--main-color);
  padding: 0 0.25rem;
  margin: 0 -0.25rem;
}

.serviceBox {
  color: #fff;
  background-color: #fcfcfc;
  text-align: center;
  padding: 25px 15px 35px;
  border: 5px solid #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.serviceBox:before {
  content: "";
  width: calc(100% + 10px);
  height: 40px;
  border-radius: 0 0 30px 30px;
  border: 5px solid var(--main-color);
  border-top: none;
  position: absolute;
  bottom: -5px;
  left: -5px;
  display: flex;
  justify-content: center;
}
.serviceBox .service-icon {
  background: var(--main-color);
  font-size: 40px;
  line-height: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin: 0 auto 15px;
}
.serviceBox:hover .service-icon {
  transform: rotate(360deg);
}
.serviceBox .service-iconBox {
  background: var(--main-color);
  font-size: 35px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  border-radius: 10px 30px 10px 10px;
  display: flex;
  justify-content: center;
  margin: 0px 10px 0px 0px;
}
.serviceBox .title {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
.serviceBox .description {
  color: #555;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 24px;
  margin: 0 0 10px;
}

.iconPers {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.ip-edifici {
  width: 75%;
  margin-top: 12px;
}
.imatgeCorporativaLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px auto;
}
.blocImatgeRacks {
  display: flex;
  justify-content: center;
}
.containerBox {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.service-iconBox :hover {
  background: var(--main-color2);
  opacity: 0.8;
  text-decoration: none;
  border-radius: 10px 30px 10px 10px;
}

.serviceBox.granate {
  --main-color: #942f69;
  --main-color2: #957688;
}
.serviceBox.green {
  --main-color: #10be81;
}
.serviceBox.pink {
  --main-color: #f1679a;
}
.serviceBox.blue {
  --main-color: #02a7b6;
}
.peticionariTitol {
  color: grey;
  font-weight: bold;
  font-size: 0.9rem;
  background-color: #ccc;
}
.peticionari {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #f7f3f5;
}
.peticionari span {
  font-size: 0.9rem;
}
.peticionari .negre {
  font-weight: bold;
}
.dataPeticionari {
  text-align: center;
  float: right;
  margin-right: 5px;
}
.peticioTabla {
  font-size: 14px;
  table-layout: fixed;
  border-collapse: collapse;
}

.peticioTabla thead {
  background: #d4d4d4;
}

.peticioTabla th {
  padding: 20px 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.peticioTabla td {
  padding: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.peticioTabla tbody tr {
  background: rgba(242, 207, 231, 0.4);
}
.leyenda {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 200px;
  color: white;
}

.item-leyenda {
  display: flex;
  align-items: center;
  gap: 10px;
}

.color-cuadro {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.avatar-inicials {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0bbf9c, #00d4c3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 2px solid #fff;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.azul {
  background-color: #97c0ec;
}
.verde {
  background-color: #94d7a4;
}

@media only screen and (max-width: 1199px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}

@media (max-width: 1200px) {
  .containerBox {
    width: 1170px;
  }
}
@media (max-width: 992px) {
  .containerBox {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .containerBox {
    width: 450px;
  }
}

/*documentació Conca digital*/

/* Header */
.header-apartat {
  background: linear-gradient(90deg, #642348 0%, #942f69 100%);
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Títol */
.header-apartat h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

/* === Breadcrumb moderno === */
.breadcrumb-pro {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 5px 12px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.15);

  /* Animación */
  opacity: 0;
  transform: translateY(-8px);
  animation: fadeSlideIn 0.6s ease forwards;
  animation-delay: 0.2s;
}

/* Links */
.breadcrumb-pro a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
}

.breadcrumb-pro a:hover {
  color: #ffd9ec;
}

/* Separador */
.breadcrumb-pro span {
  color: #f3c7dc;
  font-size: 0.9rem;
}

/* Página actual */
.breadcrumb-pro .current {
  color: #f8eaf2;
  font-weight: 600;
}

/* === Animació === */
@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* === ENS amb gradient i destacat === */
.ens-card {
  background: linear-gradient(90deg, #f0e5f1 0%, #f7eff7 100%);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.ens-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.ens-card h3 {
  font-size: 2rem;
  color: #942f69;
  font-weight: 800;
  border-bottom: 3px solid #d17ca3;
  padding-bottom: 6px;
  margin-bottom: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* === Carpetes amb gradient suau i borda de color === */
.carpeta-card {
  background: linear-gradient(90deg, #ffffff 0%, #fbe6f5 100%);
  border-radius: 8px;
  margin: 12px 0;
  padding: 14px 20px;
  border-left: 6px solid #942f69;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

/*.carpeta-card:hover {
    background: linear-gradient(90deg, #fff0f8 0%, #f5cce8 100%);
    box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}*/

.carpeta-header h4 {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  color: #5b0b3a;
  font-size: 1.2rem;
}

.toggle-icon {
  float: right;
  font-size: 18px;
  font-weight: bold;
}

/* === Contingut de la carpeta amb més contrast === */
.carpeta-content {
  /*    background: linear-gradient(180deg, #fdf5fb 0%, #f9e6f5 100%);*/
  border-radius: 6px;
  padding: 14px 18px;
  margin-top: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.carpeta-content ul.documents li {
  padding: 12px 10px;
  border-bottom: 1px solid #f3d5eb;
  border-radius: 4px;
  transition: background 0.2s;
}

.carpeta-content ul.documents li:last-child {
  border-bottom: none;
}

.carpeta-content ul.documents li:hover {
  background-color: #dce4ea; /* Hover clar per documents */
}

.carpeta-content .desc {
  font-size: 0.95em;
  color: #555;
  margin-top: 4px;
  line-height: 1.5;
}

.carpeta-content a.btn {
  font-size: 0.85em;
}

/* === Documents sense carpeta / buits === */
.buit {
  font-style: italic;
  color: #888;
  margin: 10px 0;
}
/* accessos aplicacions */

.admin-container-app {
  padding: 20px;
}

.admin-container-app h1 {
  margin-bottom: 20px;
  color: #333;
}

.filter-form-app {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.filter-group-app {
  flex: 1 1 180px;
}

.filter-group-app label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.filter-group-app select,
.filter-group-app input {
  width: 100%;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.search-group-app {
  flex: 2 1 280px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.btn-app {
  padding: 6px 12px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.btn-primary-app {
  background: #942f69;
  color: white;
}

.btn-secondary-app {
  background: #6c757d;
  color: white;
}

.user-cards-app {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

/* CARD */
.card-small-app {
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  font-size: 0.9em;
}
.user-title-app {
  font-size: 1rem;
  font-weight: 900;
  color: #942f69;
  background: rgba(148, 47, 105, 0.1);
  padding: 6px 10px;
  border-radius: 6px;
  margin-bottom: 6px;
  display: inline-block;
}

/*.card-small-app h4 {
  margin: 0 0 5px 0;
  color: #8e969e;
  font-size: 1.2rem;
  font-weight: 700;
}*/

/*.card-small-app p {
  margin: 0 0 8px 0;
  color: #555;
  font-weight: 700;
}*/

.card-small-app h5 {
  margin: 6px 0 4px 0;
  font-size: 1em;
  color: #942f69;
  font-weight: 700;
}
.app-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 700;
  margin: 12px 0 6px;
  color: #333;
}

.app-badge {
  /*background: #97547a;
  color: white;*/
  background: rgba(148, 47, 105, 0.1);
  color: #942f69;
  font-size: 0.65rem;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
}
.user-header-app {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

/* Avatar */
.user-avatar-app {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #942f69;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(148, 47, 105, 0.25);
}

/* Contenedor info */
.user-info-app {
  display: flex;
  flex-direction: column;
}

/* Nombre principal */
.user-title-app {
  font-size: 1.05rem;
  font-weight: 900;
  color: #942f69;
  margin: 0;
  line-height: 1.2;
}

/* ENS */
.user-ens-app {
  font-size: 0.8rem;
  font-weight: 600;
  color: #942f69;
  margin: 2px 0 0 0;
  opacity: 0.85;
}

/* Username */
.user-username-app {
  font-size: 0.75rem;
  color: #666;
  margin: 0;
  opacity: 0.75;
}
.user-username-app {
  font-size: 0.8rem;
  font-weight: 500;
  color: #666;
  margin: 2px 0 8px;

  opacity: 0.8;
}
.user-ens-app {
  font-size: 0.85rem;
  font-weight: 600;
  color: #942f69;
  margin: 2px 0;
  opacity: 0.85;
}
.permissions-app {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
}

.permission-btn-app {
  width: 100%;
  border-radius: 5px;
  padding: 4px 6px;
  text-align: left;
  font-size: 0.8em;
  cursor: pointer;
}

.permission-on-app {
  background: #e6f4ea;
  color: #2e7d32;
  border: 1px solid #2e7d32;
}

.permission-off-app {
  background: #fdecea;
  color: #c62828;
  border: 1px solid #c62828;
}

.no-results-app {
  grid-column: 1 / -1;
  text-align: center;
  color: #666;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
/* bloqueo click mientras guarda */
.permission-btn-app.loading-app {
  opacity: 0.6;
  pointer-events: none;
}

/* animación click OK */
.permission-btn-app.success-app {
  transform: scale(1.03);
  transition: 0.15s;
}

/* error shake */
.permission-btn-app.error-app {
  animation: shake 0.3s;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  75% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}

.icon-app {
  font-weight: bold;
  margin-right: 6px;
}
/* fi accessos aplicacions*/

.app-body-main-contentMaquinari {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .app-body-main-contentMaquinari {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .terminal-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .terminal-search {
    flex-direction: column;
    align-items: stretch;
  }

  .terminal-search input[type="search"] {
    max-width: 100%;
    width: 100%;
  }

  .buttonSai {
    width: 100%;
    text-align: center;
  }
}
.terminal-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.buttonTerminal {
  background: #942f69;
  color: white;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
}

.terminal-search {
  display: flex;
  gap: 12px;
  align-items: center;
  flex: 1;
}

.terminal-search input[type="search"] {
  width: 100%;
  max-width: 450px;
  min-width: 280px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.terminal-search button {
  white-space: nowrap;
}

.check-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.terminal-table-wrapper {
  max-height: 65vh;
  min-width: 100%;
  overflow-y: auto;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
}

.terminal-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.terminal-table th,
.terminal-table td {
  padding: 8px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.terminal-table {
  min-width: 100%;
}
.terminal-table th:first-child,
.terminal-table td:first-child {
  width: 40px;
  text-align: center;
  padding: 6px 4px;
}
/*.terminal-table th:nth-child(7),
.terminal-table td:nth-child(7) {
  width: 70px;
  text-align: center;
}*/
.terminal-table thead th {
  background: #777;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.status-dot--free {
  background: #2ecc71;
}

.status-dot--busy {
  background: #e74c3c;
}

.row-lliure {
  background: #f6fff8;
}

.row-baixa {
  opacity: 0.5;
}

.row-assignada {
  background: #fffaf3;
}
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  user-select: none;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  background: #fff;
}

.custom-checkbox input:checked + .checkmark {
  background: #1f6feb;
  border-color: #1f6feb;
}

.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox:hover .checkmark {
  border-color: #1f6feb;
}
