/*Lluert - base estructura v. 1.0 -*/
:root {
  --blue: #42a5f5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff7043;
  --orange: #ff902b;
  --yellow: #ffca28;
  --green: #9ccc65;
  --teal: #20c997;
  --cyan: #26c6da;
  --white: #fff;
  --gray: #cfd8dc;
  --gray-dark: #343a40;
  --primary: #42a5f5;
  --secondary: #cfd8dc;
  --success: #9ccc65;
  --info: #26c6da;
  --warning: #ffca28;
  --danger: #ff7043;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

* {
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

#main {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* prop dawn lluert**/

.dd {
  position: relative;
  display: inline-block;
}

.dd a,
.dd small {
  width: 100%;
}

/* .dd-button {
    display: inline-block;
    border: 1px solid #bdbdbd;
    font-weight: 400;
    color: #75757B;
    border-radius: 4px;
    padding: 2px 20px 3px 5px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
} */

.dd-button {
  /* border: 1px solid #bdbdbd; */
  color: #757575;
  border-radius: 3px;
  padding: 2px 20px 3px 5px;
  font-size: 0.8rem;
  margin-left: 3px;
  padding-left: 0.5rem;
  padding-right: 5px;
  /* background-color: #FFF; */
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
}

.dd-button > i {
  margin-right: 5px;
}

/* .dd-button:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-weight: 900;
    float: right;
    position: absolute;
    right: 10px;
} */

.dd-button:hover {
  border-color: #000;
  color: #000;
}

.dd-input {
  display: none !important;
}

.dd-menu {
  /* display: none; */
  min-width: -webkit-fill-available;
  position: absolute;
  top: 100%;
  right: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
  z-index: 1000;
  white-space: nowrap;
}

.dd-menu.collapsing {
  -webkit-transition: none !important;
  transition: none !important;
}

.dd-item {
  display: flex;
  justify-content: start;
  width: 100%;
  padding: 2px;
}

.dd-menu a.active {
  color: #333;
  border-bottom: 2px solid #97c11f;
}

/* .dd:hover .dd-menu {
    display: block;
} */

/* .dd-input+.dd-menu {
    display: none;
}

.dd-input:checked+.dd-menu {
    display: block;
} */

.dd-menu .show {
  display: block;
}

.dd-menu a {
  gap: 5px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu a:hover {
  background-color: #ffffff;
}

.dd-menu .divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.lluert {
  border: dashed 4px #97c11f !important;
}

.preventDobleClick {
  pointer-events: none;
}

.d-autenticacio {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #37474f;
  background-image: url("https://intranet2.lluert.net/SistemaBase/ImatgesPaginaInici/imatgesPaginaIniciOperacions.php?operacio=imatgesPaginaInici");
  background-size: cover;
  background-repeat: no-repeat;
}

.bootstrap-switch {
  border-radius: 20rem;
}

.card-1,
.card-2,
.card-3,
.card-4 {
  column-count: 1;
}

.cercle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: unset;
  border-radius: 50% !important;
  color: #fff;
}

.border-dotted {
  border-style: dotted;
  border-width: 2px;
}

.border-dashed {
  border-style: dashed;
  border-width: 2px;
}

.d-login {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  /* style="opacity: 0.8;" */
}

.login-card {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.d-credits {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  /* position: absolute; */
  /* width: 100%;
    height: 100%; */
}

.login-logo {
  max-width: 100%;
}

.login-logo > img {
  max-width: 100%;
}

.enMovil {
  display: inline-flex;
}

.list-unstyled {
  /* background-color: yellowgreen; */
  font-size: 0.75rem;
}

.flexColumn {
  display: block;
  flex-direction: contents;
  width: 100%;
}

.enEscritorio {
  display: none;
}

.flex-1 {
  flex: 0;
}

.flex-2 {
  flex: 0;
}

.flex-3 {
  flex: 0;
}

.flex-4 {
  flex: 0;
}

.flex-5 {
  flex: 0;
}

.flex-6 {
  flex: 0;
}

.flex-7 {
  flex: 0;
}

.flex-8 {
  flex: 0;
}

.flex-9 {
  flex: 0;
}

.flex-10 {
  flex: 0;
}

.flex-20 {
  flex: 0;
}

.flex-30 {
  flex: 0;
}

.flex-40 {
  flex: 0;
}

.flex-50 {
  flex: 0;
}

.flex-60 {
  flex: 0;
}

.flex-70 {
  flex: 0;
}

.flex-80 {
  flex: 0;
}

.flex-90 {
  flex: 0;
}

.ir-apajo {
  border-radius: 50%;
  display: none;
  padding: 1px 8px;
  border: 2px solid #97c11f;
  font-size: 30px;
  color: #97c11f;
  cursor: pointer;
  position: fixed;
  top: 150px;
  right: 10px;
  width: 40px;
  height: 40px;
}

.ir-arriba {
  border-radius: 50%;
  display: none;
  padding: 1px 8px;
  border: 2px solid #97c11f;
  font-size: 30px;
  color: #97c11f;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}

body {
  background-color: rgba(0, 0, 0, 0.03);
  /* overflow: hidden; */
  font-size: 13px;
}

h1 {
  font-size: 1.1rem;
}

h2 {
  font-size: 1rem;
}

h3 {
  font-size: 0.9rem;
}

h4 {
  font-size: 0.8rem;
}

h5 {
  font-size: 0.7rem;
}

h6 {
  font-size: 0.6rem;
}

#sideMenu {
  position: fixed;
  transition: width 0.3s;
  width: 0px;
  overflow: hidden;
  height: 100%;
  background-color: #37474f;
  border-right: 0;
  z-index: 2000;
}

.btn-personalizado {
  margin-left: 30px;
  float: left;
  position: relative;
}

.handle {
  cursor: move;
  display: inline-block;
  margin: 0 5px;
}

/* SCROLL */

::-webkit-scrollbar,
::-webkit-scrollbar-button {
  width: 5px !important;
}

::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

::-webkit-scrollbar-thumb {
  _background: #888 !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

.menuFlotant #sideMenu {
  width: 250px;
  overflow-y: auto;
}

#sideMenuBody {
  width: 100%;
  display: block;
  padding: 0px;
}

#sideMenuBody ul {
  list-style: none;
  display: block;
  padding: 0;
  border: 0px solid #546e7a;
}

#sideMenuBody li a {
  background-color: #34515e;
  color: #fff;
  /*color: #546e7a;*/
  /* background-color: #546E7A; */
  border-bottom: 1px solid #718792;
  line-height: normal;
  padding: 10px 5px 10px 15px;
  display: block;
  width: 100%;
}

#sideMenuBody li a.collapsed {
  color: #b8c7ce;
  background-color: #546e7a;
}

#sideMenuBody li a > i {
  width: 20px;
}

#sideMenuBody .collapse a,
#sideMenuBody .collapsing a {
  padding-left: 15px;
  background-color: #cfd8dc;
  color: #546e7a;
}

#sideMenuBody li a.active {
  color: #333;
  border-left: 3px solid #97c11f;
}

#sideMenuBody a:hover:not(.collapse) {
  color: #000;
}

.fletxaDown::after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  float: right;
  padding-right: 5px;
}

.fletxaDown.collapsed::after {
  content: "\f107";
  font-weight: 900;
}

#sideMenuHead {
  display: flex;
  justify-content: space-between;
  min-height: 90px;
}

#llistat {
  overflow: auto;
  max-height: 100%;
  /* transition: padding 1s; */
  margin-left: 0px;
  padding-top: 35px;
  width: 100%;
  min-height: 100%;
  /*box-sizing: unset !important;*/
  box-sizing: border-box;
  background-color: #eceff1;
  margin-bottom: 30px;
}

.menuFlotant #llistat {
  display: block;
}

.menuFlotant #userBox {
  display: flex;
}

#userBox .dropdown-menu {
  overflow: hidden;
  position: absolute;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.5);
}

.dropdown-menu {
  font-size: 1em;
}

.offline {
  color: var(--danger);
  padding: 5px;
}
.online {
  color: var(--success);
  padding: 5px;
}

/* #userBox .dropdown-menu.show {
    overflow: hidden;
    position: absolute;
    box-shadow: 0 1em 2em rgba(0, 0, 0, .5);
    transform: rotateY(-90deg);
} */

.menuFlotant #button_menuFlotant {
  display: block;
}

#button_menuFlotant {
  /*width:fit-content;*/
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  background-color: #fff;
  padding: 5px;
}

#button_menuFlotant:hover {
  color: #fff;
}

/**
    *nav 
    */

.nav-link {
  display: initial;
}

.nav-tabs .nav-item {
  margin-bottom: 7px;
}

.barraSuperior {
  width: 100%;
  min-height: 17px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px -1px 1px 0px #ccc;
  -moz-box-shadow: inset 0px -1px 1px 0px #ccc;
  box-shadow: inset 0px -1px 1px 0px #ccc;
  overflow: auto;
  /* padding-bottom: 5px; */
}

.barraSuperior .nav-link {
  white-space: nowrap;
}

.barraSuperior ul {
  flex-wrap: nowrap;
}

.select2 {
  width: 100%;
}

.select2-container {
  z-index: 1056;
  width: 100%;
}

#llistat .select2-container {
  z-index: 1050;
}

#llistat > .barraSuperior > .titolApartat:first-of-type,
#llistat > .navbar > .barraSuperior > .titolApartat:first-of-type {
  font-size: 1.3rem;
  padding: 10px 10px 0 10px;
  background-color: #fff;
}

.menuVistes {
  padding-left: 0;
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 7px;
}

.menuVistes a.active span {
  color: #37474f;
  padding-bottom: 9px;
  -webkit-box-shadow: inset 0px -2px 0px 0px #97c11f;
  -moz-box-shadow: inset 0px -2px 0px 0px #97c11f;
  box-shadow: inset 0px -2px 0px 0px #97c11f;
}

.menuVistes a:hover:not(.active) span {
  color: #424242;
  padding-bottom: 9px;
  -webkit-box-shadow: inset 0px -2px 0px 0px #424242;
  -moz-box-shadow: inset 0px -2px 0px 0px #424242;
  box-shadow: inset 0px -2px 0px 0px #424242;
}

.menuOperacions {
  justify-content: flex-end !important;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-flow: row nowrap;
  padding: 0.5rem 1rem;
}

.menuOperacions a.nav-link:not(.btn),
.menuOperacions .btn-group,
.menuOperacions .dd,
.menuOperacions input {
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 3px;
  font-size: 0.8rem;
  margin-left: 3px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.menuOperacions .dd {
  padding: 0px;

  font-size: 0.8rem;
}

.menuOperacions .input-group-text {
  font-size: 0.8rem;
}

.menuOperacions .btn {
  border-radius: 3px;
  padding: 3px;
  font-size: 0.8rem;
  margin-left: 3px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.menuOperacions a.nav-link:hover {
  border: 1px solid #616161;
}

.menuOperacions .nav-link i {
  padding-right: 5px;
}

#finestra1,
#finestra2,
#finestra3 {
  /*igual que modal*/
  margin: 0 auto;
  background-color: #fcfcfc;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 2px;
  position: absolute;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
  display: none;
  border-radius: 10px;
  overflow: auto;
}

/* modal */

/* #finestra1 {
    z-index: 1051;
}

#finestra2 {
    z-index: 1052;
}

#finestra3 {
    z-index: 1053;
} */
#finestra1,
#finestra2,
#finestra3 {
  z-index: 1062;
}

#popup_modal,
.modal {
  z-index: 1074;
}

#finestra1 .barraSuperior,
#finestra2 .barraSuperior,
#finestra3 .barraSuperior {
  padding: 0.75rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#finestra1 > .barraSuperior,
#finestra2 > .barraSuperior,
#finestra3 > .barraSuperior {
  z-index: 1054;
}

/*swal alert*/

.swal2-container {
  z-index: 1080;
}

#capaMantenerConectado {
  display: flex;
  z-index: 2001;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  /*igual que modal*/
  margin: 0 auto;
  background-color: #fcfcfc;
  min-width: 10%;
  max-width: 100%;
  position: absolute;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
  display: none;
  border-radius: 10px;
}

#carregant {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #fcfcfc;
  min-width: 10%;
  max-width: 95%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
  border-radius: 10px;
  transition: 1s all;
}

.card-body {
  padding: 1rem;
}

#finestra1 .card-body,
#finestra2 .card-body,
#finestra3 .card-body {
  padding: 10px;
}

.card-header {
  padding: 0.4rem 0.9rem;
}

#finestra1 .barraSuperior > .titolApartat:first-of-type,
#finestra2 .barraSuperior > .titolApartat:first-of-type,
#finestra3 .barraSuperior > .titolApartat:first-of-type {
  margin-left: 0px;
  padding: 0px !important;
  font-weight: bold;
}

.llistatContingut {
  padding-top: 10px;
  /* pel titol flotant */
}

.menuFlotant .titolApartat:first-of-type {
  margin-left: 0px;
}

#menuSuperior {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#userBox {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-content: flex-end;
  padding: 3px;
  background-color: #fff;
  z-index: 1031;
  min-width: 50px;
  justify-content: flex-end;
  width: 100%;
}

/*top menu bloque2---*/

#nav_menuSuperior {
  display: flex;
  flex-direction: column;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #757575;
}

a:hover {
  text-decoration: none;
  color: #1b1b1b;
}

#menuOperaciones {
  display: none;
}

.menuFlotant #botonResponsive {
  position: absolute;
  top: 60px;
  display: flex;
  align-content: flex-end;
  transition: right 2s;
  right: -60px;
  display: flex;
  justify-content: flex-end;
}

#botonResponsive {
  position: absolute;
  top: 60px;
  right: 0;
  display: flex;
  align-content: flex-end;
  padding-right: 5px;
  display: flex;
  justify-content: flex-end;
}

p {
  padding-right: 8px;
  color: grey;
}

.box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.info-box {
  display: flex;
  flex-wrap: wrap;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.info-box:first-child {
  margin-left: 0px;
}

.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  flex: 30;
  float: left;
  text-align: center;
  /* font-size: 45px; */
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  color: #fff;
}

.info-box-content {
  flex: 70;
  padding: 5px 10px;
}

.info-box-text {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 24px;
}

/*---menu Scroll-----*/

#scrollmenu {
  box-sizing: border-box;
  width: 250px;
  overflow: auto;
  white-space: nowrap;
}

#scrollmenu a {
  display: inline-block;
  color: grey;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

#scrollmenu a:hover {
  background-color: rgb(201, 198, 198);
}

/*---menu Scroll-----*/

table {
  font-size: 12px;
  border-collapse: collapse;
  /* margin-top:3px !important; */
  background-color: #fff;
  /* margin-left: 10px; */
  border-radius: 3px;
  /* border: 1px solid #ced4da; */
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th,
th.day {
  height: 15px !important;
  line-height: 15px !important;
  width: 15px !important;
}

.table th,
.table td {
  padding: 0.4em;
}

.form-control {
  padding: 2px 5px;
  font-size: 1em;
  height: 2.3em;
}

.content-heading {
  height: 75px;
}

.content-heading button {
  margin-left: 0px;
  margin-right: -10px;
  min-width: 80px;
  height: 55px;
  border-left: 1px solid #bbb !important;
  border-right: 1px solid #bbb !important;
}

.content-heading a {
  padding-top: 10px;
  margin-left: 0px;
  margin-right: -10px;
  min-width: 80px;
  height: 55px;
  border-left: 1px solid #bbb !important;
  border-right: 1px solid #bbb !important;
}

.content-wrapper {
  padding: 0px;
}

label {
  font-size: 1em;
  font-weight: 600;
  padding-left: 5px;
  color: #333 !important;
}

input,
select {
  font-size: 1em !important;
  font-weight: 500;
  color: #555 !important;
}

.input-group-text {
  padding: 0px 10px;
}

.separador {
  display: flex;
  align-items: center;
  text-align: center;
}

.separador::before,
.separador::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000;
}

.separador::before {
  margin-right: 0.25em;
}

.separador::after {
  margin-left: 0.25em;
}

select {
  color: #555 !important;
  padding-top: 4px !important;
}

.modal {
  overflow: hidden;
}

.btn-sm {
  border-radius: 3px;
  padding: 3px;
  font-size: 0.8rem;
  margin-left: 3px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-height: 25px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.mb {
  margin-bottom: 10px;
}

.ml {
  margin-left: 10px;
}

.mt {
  margin-top: 10px;
}

.mr {
  margin-right: 10px;
}

.mb-5px {
  margin-bottom: 5px;
}

.ml-5px {
  margin-left: 5px;
}

.mt-5px {
  margin-top: 5px;
}

.mr-5px {
  margin-right: 5px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

/* LLISTATS (Colors) */
#llistat .badge,
#finestra1 .badge,
#finestra2 .badge,
#finestra3 .badge {
  font-size: 100%;
}

.bg-success,
.badge-success {
  background-color: #4caf50 !important;
}

.bg-primary,
.badge-primary {
  background-color: #039be5 !important;
}

.bg-warning,
.badge-warning {
  background-color: #ffb74d !important;
}

.bg-danger,
.badge-danger {
  background-color: #e53935 !important;
}

.bg-light,
.badge-light {
  background-color: #eeeeee !important;
}

.titol {
  min-height: 25px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #97c11f !important;
  font-size: 1.1em;
}

.blPrimPrimary {
  border-left: 1px solid #5d9cec !important;
}

.brPrimPrimary {
  border-right: 1px solid #5d9cec !important;
}

.btPrimPrimary {
  border-top: 1px solid #5d9cec !important;
}

.bbPrimPrimary {
  border-bottom: 1px solid #5d9cec !important;
}

.bPrimPrimary {
  border: 1px solid #5d9cec !important;
}

.blGruiPrimary {
  border-left: 3px solid #5d9cec !important;
}

.brGruiPrimary {
  border-right: 3px solid #5d9cec !important;
}

.btGruiPrimary {
  border-top: 3px solid #5d9cec !important;
}

.bbGruiPrimary {
  border-bottom: 3px solid #5d9cec !important;
}

.bGruiPrimary {
  border: 3px solid #5d9cec !important;
}

.blPrimSucces {
  border-left: 1px solid #2e7d32 !important;
}

.brPrimSucces {
  border-right: 1px solid #2e7d32 !important;
}

.btPrimSucces {
  border-top: 1px solid #2e7d32 !important;
}

.bbPrimSucces {
  border-bottom: 1px solid #2e7d32 !important;
}

.bPrimSucces {
  border: 1px solid #2e7d32 !important;
}

.blGruiSucces {
  border-left: 3px solid #2e7d32 !important;
}

.brGruiSucces {
  border-right: 3px solid #2e7d32 !important;
}

.btGruiSucces {
  border-top: 3px solid #2e7d32 !important;
}

.bbGruiSucces {
  border-bottom: 3px solid #2e7d32 !important;
}

.bGruiSucces {
  border: 3px solid #2e7d32 !important;
}

.blPrimWarning {
  border-left: 1px solid #ff8517 !important;
}

.brPrimWarning {
  border-right: 1px solid #ff8517 !important;
}

.btPrimWarning {
  border-top: 1px solid #ff8517 !important;
}

.bbPrimWarning {
  border-bottom: 1px solid #ff8517 !important;
}

.bPrimWarning {
  border: 1px solid #ff8517 !important;
}

.blGruiWarning {
  border-left: 3px solid #ff8517 !important;
}

.brGruiWarning {
  border-right: 3px solid #ff8517 !important;
}

.btGruiWarning {
  border-top: 3px solid #ff8517 !important;
}

.bbGruiWarning {
  border-bottom: 3px solid #ff8517 !important;
}

.bGruiWarning {
  border: 3px solid #ff8517 !important;
}

.blPrimDanger {
  border-left: 1px solid #ee3d3d !important;
}

.brPrimDanger {
  border-right: 1px solid #ee3d3d !important;
}

.btPrimDanger {
  border-top: 1px solid #ee3d3d !important;
}

.bbPrimDanger {
  border-bottom: 1px solid #ee3d3d !important;
}

.bPrimDanger {
  border: 1px solid #ee3d3d !important;
}

.blGruiDanger {
  border-left: 3px solid #ee3d3d !important;
}

.brGruiDanger {
  border-right: 3px solid #ee3d3d !important;
}

.btGruiDanger {
  border-top: 3px solid #ee3d3d !important;
}

.bbGruiDanger {
  border-bottom: 3px solid #ee3d3d !important;
}

.bGruiDanger {
  border: 3px solid #ee3d3d !important;
}

.blPrimInfo {
  border-left: 1px solid #23b7e5 !important;
}

.brPrimInfo {
  border-right: 1px solid #23b7e5 !important;
}

.btPrimInfo {
  border-top: 1px solid #23b7e5 !important;
}

.bbPrimInfo {
  border-bottom: 1px solid #23b7e5 !important;
}

.bPrimInfo {
  border: 1px solid #23b7e5 !important;
}

.blGruiInfo {
  border-left: 3px solid #23b7e5 !important;
}

.brGruiInfo {
  border-right: 3px solid #23b7e5 !important;
}

.btGruiInfo {
  border-top: 3px solid #23b7e5 !important;
}

.bbGruiInfo {
  border-bottom: 3px solid #23b7e5 !important;
}

.bGruiInfo {
  border: 3px solid #23b7e5 !important;
}

input[required]:valid,
textarea[required]:valid {
  border: 1px solid #0180ad;
}

input[required]:invalid,
textarea[required]:invalid {
  border: 1px solid red;
}

select[required]:valid,
textarea[required]:valid {
  border: 1px solid #0180ad;
}

select[required]:invalid,
textarea[required]:invalid {
  border: 1px solid red;
}

textarea .disabled,
input .disabled,
select .disabled {
  border: 0px solid #d9dde0;
}

.textTransparent {
  border: 0px solid #d8d8d8;
}

.tablaAdaptativa {
  flex-wrap: wrap;
  overflow: auto;
}

.tablaAdaptativa .row {
  flex-wrap: wrap;
  border-bottom: solid 1px #dee2e6;
}

.tablaAdaptativa .col-md {
  padding-right: 5px;
  padding-left: 5px;
}

.tminw-50,
.tminw-100,
.tminw-200,
.tminw-300,
.tminw-400,
.tminw-500 {
  min-width: auto;
}

.tmaxw-50,
.tmaxw-100,
.tmaxw-200,
.tmaxw-300,
.tmaxw-400,
.tmaxw-500 {
  max-width: auto;
}

.table-stripped .row:nth-of-type(odd):not(.thead) div {
  background: rgba(0, 0, 0, 0.03);
}

.table-stripped .row:nth-of-type(even):not(.thead) div {
  background: rgba(255, 255, 255, 1);
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.1rem 0.5rem;
}

.connectedSortablePrioritat .btnConnectedSortable {
  visibility: hidden;
}

.connectedSortablePrioritat:hover .btnConnectedSortable {
  visibility: visible;
}

.btnConnectedSortable::after {
  font-family: "Font Awesome 5 Free";
  content: "\f142 \f142";
  font-weight: 900;
  float: left;
  padding: 0px;
  width: 20px;
  color: #bdbdbd !important;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  padding: 0px;
  margin-left: 2px;
  cursor: pointer;
}

/***
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, .ui-button.ui-state-disabled:active
*/
/* #calendariPetit .ui-state-highlight {
    border-bottom: red solid 2px;
    background: transparent !important;
} */
.ui-datepicker {
  width: auto;
  max-width: 15em;
  max-width: 40em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-widget.ui-widget-content {
  /* width: 100%; */
  border: 0px solid #c5c5c5;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #97c11f;
  font-weight: bold;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 0px solid #fff;
  border-bottom: 2px solid #97c11f;
  background: transparent;
  color: #000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #f1f1f1;

  background: transparent;
  font-weight: normal;
  color: #000;
  border-radius: 4px;
  padding: 5px 6px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-button.ui-state-disabled:active {
  border: 1px solid #f1f1f1;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  font-size: 12px;
  border-radius: 4px;
  padding: 5px 6px;
}

.ui-button.ui-state-disabled:hover {
  color: #424242;
  background: #f6f6f6;
  -webkit-box-shadow: inset 0px -2px 0px 0px #424242;
  -moz-box-shadow: inset 0px -2px 0px 0px #424242;
  box-shadow: inset 0px -2px 0px 0px #424242;
}

.ui-widget-content .ui-state-active {
  border-top: 2px solid #424242;
}

input:-moz-read-only,
select:-moz-read-only,
textarea:-moz-read-only {
  /* background: #fefefe !important; */
}

input:read-only,
select:read-only,
textarea:read-only {
  /* background: #fefefe !important; */
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox input[type="checkbox"] + label {
  color: #97c11f;
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.checkbox input[type="checkbox"]:checked + label {
  background: #fff;
}

.checkbox input[type="checkbox"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  line-height: 20px;
  text-align: center;
  align-items: center;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-family: "Font Awesome 5 Solid";
}

.checkbox input[type="checkbox"]:checked + label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: relative;
  left: 2px;
}

/* PROGRESS-CIRCLE */

.progress-circle {
  width: 100px;
  height: 100px;
  background: none;
  position: relative;
}

.progress-circle::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-circle > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-circle .progress-left {
  left: 0;
}

.progress-circle .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-circle .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress-circle .progress-right {
  right: 0;
}

.progress-circle .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress-circle .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}
.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
  z-index: 2000;
}
/*--------------CIERRA #llistat----------------------------------------*/

/**********************************************************************@media Query********************************************************/

/**********************************************************************@media Query********************************************************/

@media (min-width: 992px) {
  #llistat > .barraSuperior > .titolApartat:first-of-type,
  #llistat > .navbar > .barraSuperior > .titolApartat:first-of-type {
    font-size: 1.3rem;
    padding: 10px 10px 0 60px;
    position: fixed;
    top: 0;
    z-index: 1054;
    background-color: #fff;
  }

  .d-autenticacio {
    display: flex;
    flex-direction: row;
    position: fixed;
  }

  .d-login {
    display: flex;
    flex: 30;
    padding-bottom: 230px;
  }

  .d-credits {
    display: flex;
    flex: 70;
  }

  #menuOperaciones {
    display: flex;
    justify-content: flex-end;
  }

  #botonResponsive {
    display: none;
  }

  .enEscritorio {
    display: inline-flex;
  }

  .box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: initial;
  }

  .info-box {
    margin-left: 15px;
  }

  .flexColumn {
    display: flex;
    flex-direction: row;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-2 {
    flex: 2;
  }

  .flex-3 {
    flex: 3;
  }

  .flex-4 {
    flex: 4;
  }

  .flex-5 {
    flex: 5;
  }

  .flex-6 {
    flex: 6;
  }

  .flex-7 {
    flex: 7;
  }

  .flex-8 {
    flex: 8;
  }

  .flex-9 {
    flex: 9;
  }

  .flex-10 {
    flex: 10;
  }

  .flex-20 {
    flex: 20;
  }

  .flex-30 {
    flex: 30;
  }

  .flex-40 {
    flex: 40;
  }

  .flex-50 {
    flex: 50;
  }

  .flex-60 {
    flex: 60;
  }

  .flex-70 {
    flex: 70;
  }

  .flex-80 {
    flex: 80;
  }

  .flex-90 {
    flex: 90;
  }

  .enMovil {
    display: none;
  }

  /*------#llistat-------------*/
  #llistat {
    width: calc(100% - 250px);
    display: block;
    transition: margin 1s;
    padding-top: 35px;
    margin-left: 250px;
    padding-left: 0px;
    box-sizing: border-box !important;
  }

  .menuFlotant #llistat {
    /* transition: padding .1s linear; */
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    transition: margin 1s;
    display: block;
  }

  #button_menuFlotant {
    display: none;
  }

  .menuFlotant #button_menuFlotant {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }

  #llistat > .barraSuperior > .titolApartat:first-of-type,
  #llistat > .navbar > .barraSuperior > .titolApartat:first-of-type {
    padding: 10px 0px 0px 10px;
    position: fixed;
    top: 0;
    z-index: 1054;
  }

  .barraSuperior > .titolApartat {
    margin-left: 0px;
  }

  #llistat .barraSuperior > .titolApartat {
    font-size: 1.2rem;
    padding: 5px;
  }

  .menuFlotant .titolApartat:first-of-type {
    margin-left: 55px;
  }

  /* .menuVistes {
                    position: fixed;
                    background-color: #FFF;
                    width: 100%;
                } */
  #userBox {
    width: 100%;
  }

  .menuFlotant #llistat .barraSuperior > .titolApartat:first-of-type {
    padding-top: 10px;
  }

  .menuFlotant #userBox {
    display: flex;
  }

  /*------#llistat--------------*/
  /**
        card 
        */
  .card {
    border: 0px solid rgba(0, 0, 0, 0.125);
  }

  .card-1 {
    column-count: 1;
  }

  .card-2 {
    column-count: 2;
  }

  .card-3 {
    column-count: 3;
  }

  .card-4 {
    column-count: 4;
  }

  /*------#sideMenu-------------*/
  .menuFlotant #sideMenu {
    width: 0px;
    overflow: hidden;
    border-right: 0;
  }

  #sideMenu {
    width: 250px;
    overflow-y: auto;
    transition: width 1s;
    border-right: 1px solid #37474f;
  }

  #sideMenuBody {
    width: 250px;
  }

  #scrollmenu {
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
  }

  #scrollmenu {
    box-sizing: border-box;
    width: 250px;
    overflow: unset;
    white-space: nowrap;
  }

  #scrollmenu a {
    display: inline-block;
    color: grey;
    text-align: center;
    text-decoration: none;
  }

  #finestra1,
  #finestra2,
  #finestra3 {
    /*igual que modal*/
    margin: 0 auto;
    background-color: #fcfcfc;
    min-width: 40%;
    max-width: 75%;
    /* min-height: 40%;*/
    max-height: 75%;
    height: auto;
    left: 8px;
    top: 75px;
    position: fixed;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    display: none;
    border-radius: 10px;
    overflow: auto;
  }

  #finestra1 {
    z-index: 1051;
  }

  #finestra2 {
    z-index: 1052;
  }

  #finestra3 {
    z-index: 1053;
  }

  .positionAuto {
    left: 50% !important;
    /*top: 50% !important;*/
    -ms-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -webkit-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
  }

  #finestra1 > .barraSuperior > .titolApartat:first-of-type,
  #finestra2 > .barraSuperior > .titolApartat:first-of-type,
  #finestra3 > .barraSuperior > .titolApartat:first-of-type {
    margin-left: 0px;
    padding: 0px 10px;
  }

  .tablaAdaptativa {
    flex-wrap: nowrap;
  }

  .tablaAdaptativa .row {
    flex-wrap: nowrap;
    border-bottom: none;
  }

  .tminw-50 {
    min-width: 50px;
  }

  .tminw-100 {
    min-width: 100px;
  }

  .tminw-200 {
    min-width: 200px;
  }

  .tminw-300 {
    min-width: 300px;
  }

  .tminw-400 {
    min-width: 400px;
  }

  .tminw-500 {
    min-width: 500px;
  }

  .tmaxw-50 {
    max-width: 50px;
  }

  .tmaxw-100 {
    max-width: 100px;
  }

  .tmaxw-200 {
    max-width: 200px;
  }

  .tmaxw-300 {
    max-width: 300px;
  }

  .tmaxw-400 {
    max-width: 400px;
  }

  .tmaxw-500 {
    max-width: 500px;
  }
}
