.hidden {
    display: none;
}

.pointer, .actions__item {
    cursor: pointer;
}

.w-100 {
  width:100%;
}

.bg-grey {
  background: #838280;
}

.border-top {
  border-top: 1px solid black;
}

.border-bottom {
  border-bottom: 1px solid black;
}

table thead tr th{
  border-bottom: 1px solid black;
}

.pt-5 {
  padding-top: 5px
}

.pt-10 {
  padding-top: 10px
}

.pb-5 {
  padding-bottom: 5px
}
.pb-10 {
  padding-bottom: 10px
}

table tfoot tr td {
  border-top: 1px solid black;
}

.listview__content {
      -webkit-box-flex: 1;
}

.listview__content {
-webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
min-width: 0; }
.listview__item.closed  .listview__content .listview__heading{
text-decoration: line-through;
}

table.w-100 thead tr th, table.w-100 tbody tr td{
  text-align:left;
  min-width:160px;
  vertical-align: baseline;
} 

table.w-100 tbody tr td, table.w-100 tbody tr th{
  min-width:160px;

}

.center {
  text-align: center !important;
}

.listview__item {
    display: flex;
padding: 0.45rem 0.4rem;
transition: background-color 300ms;
-webkit-user-select: text !important;
-moz-user-select: text !important;;
-ms-user-select: text !important;;
user-select: text !important;;
}

.listview__content > p {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #8e9499;
margin-bottom: 0; }

.listview__heading {
position: relative;
font-size: 14px;
font-weight: 800;
max-width: 100%;
overflow: hidden;
}
.listview__heading > small {
float: right;
color: rgb(66, 82, 110);
font-weight: 500;
font-size: 12px;
margin-top: 0.1rem; }
.listview__heading + p {
margin: 0.2rem 0 0;
font-size: 0.95rem; }

.listview__attrs {
-webkit-box-flex: 1;
  -ms-flex: 1 100%;
      flex: 1 100%;
      margin-top: 0.5rem;
      margin-bottom: 0.7rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.listview__attrs > span {
padding: 0.55rem 0.7rem;
border: 1px solid #e9ecef;
display: inline-block;
line-height: 100%;
font-size: 0.9rem;
margin: 0.2rem 0.25rem 0.055rem 0;
background-color: #FFFFFF; }


.card--inverse .listview__attrs {
-webkit-box-flex: 1;
  -ms-flex: 1 100%;
      flex: 1 100%;
margin-top: 0.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.card--inverse .listview__attrs > span {
padding: 0.55rem 0.7rem;
border: 1px solid #e9ecef;
display: inline-block;
line-height: 100%;
font-size: 0.9rem;
margin: 0.2rem 0.25rem 0.055rem 0;
 }

.listview__checkbox {
  max-width: 40px;
margin-right: 0.5rem; }

.listview:not(.listview--inverse).listview--hover .listview__item:hover {
background-color: #f9f9f9; }

.listview:not(.listview--inverse).listview--striped .listview__item:nth-child(even) {
background-color: #f9f9f9; }

.listview:not(.listview--inverse) .listview__item--active {
background-color: #f9f9f9; }

.listview:not(.listview--inverse).listview--bordered .listview__item + .listview__item {
border-top: 1px solid #c2c2c2;
/* border: 1px solid #c2c2c2;*/
}

listview__item.border {
/*border-top: 1px solid rgba(66, 82, 110, 0.28);*/
border: 1px solid #c2c2c2;
}

.listview--inverse.listview--striped .listview__item:nth-child(even) {
background-color: rgba(255, 255, 255, 0.1); }



.listview--inverse.listview__item .listview__content .listview__heading {
color: #fff;
}

.listview--inverse.listview__item .listview__content > p {
color: #fff;
}

.listview__actions.button {
  color: white;
  fill: white;
}

.listview__actions {
margin-left: auto;
-ms-flex-item-align: start;
  align-self: flex-start;
}

/* SWEET ALERT  */
.swal2-popup {
  /* transform: scale(1.3); */
}

.swal2-popup .swal2-styled:focus {
  box-shadow: 0 0 0 0px #fff, 0 0 0 0px rgb(50 100 150 / 40%); 
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .0em solid transparent !important;
}

.swal2-popup .swal2-styled.swal2-confirm, .swal2-popup .swal2-styled.swal2-confirm:active, .swal2-popup .swal2-styled.swal2-confirm:hover {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #7077b5;
  color: #fff;
  font-size: 1.0625em;
}