/* credits: https://codepen.io/athimannil/pen/wWPYkQ */
.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
  }
  .multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #ededed;
  }
  
  .multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: tomato;
  }
  .multi-steps > li:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: tomato;
    border-radius: 50%;
  }
  .multi-steps > li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: tomato;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
  }
  .multi-steps > li:last-child:after {
    display: none;
  }
  .multi-steps > li.is-active:before {
    background-color: #fff;
    border-color: tomato;
  }
  .multi-steps > li.is-active ~ li {
    color: #808080;
  }
  .multi-steps > li.is-active ~ li:before {
    background-color: #ededed;
    border-color: #ededed;
  }
  
table.paleblack thead th:first-child,
table.paleblack thead td:first-child {
    border-left: none !important;
}

table.paleblack thead th,
table.paleblack thead td {
    background: #FCFCFC url(tables2/img/header-bg.png) left bottom repeat-x;
}

table.paleblack thead th > a:link,
table.paleblack thead th > a:visited {
    color: black;
}

table.paleblack thead th.orderable > a {
    padding-right: 20px;
    background: url(tables2/img/arrow-inactive-up.png) right center no-repeat;
}
table.paleblack thead th.orderable.asc > a {
    background-image: url(tables2/img/arrow-active-up.png);
}
table.paleblack thead th.orderable.desc > a {
    background-image: url(tables2/img/arrow-active-down.png);
}

table.paleblack + ul.pagination {
    background: white url(tables2/img/pagination-bg.gif) left 180% repeat-x;
    overflow: auto;
    margin: 0;
    padding: 10px;
    border: 1px solid #DDD;
    list-style: none;
}

table.paleblack + ul.pagination > li {
    float: left;
    line-height: 22px;
    margin-left: 10px;
}

table.paleblack + ul.pagination > li:first-child {
    margin-left: 0;
}

table.paleblack + ul.pagination > li.cardinality {
    float: right;
    color: #8d8d8d;
}

table.paleblack > tbody > tr > td > span.true,
table.paleblack > tbody > tr > td > span.false {
    background-position: top left;
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    text-indent: -200px;
    width: 10px;
}

table.paleblack > tbody > tr > td > .missing {
    background: transparent url(tables2/img/missing.png) right center no-repeat;
    color: #717171;
    padding-right: 20px;
}

table.paleblack > tbody > tr > td > .missing:hover {
    color: #333;
}

table.paleblack > tbody > tr > td > span.true {
    background-image: url(tables2/img/true.gif);
}

table.paleblack > tbody > tr > td > span.false {
    background-image: url(tables2/img/false.gif);
}


/*    */

table.paleblue {
}

table.paleblue,
table.paleblue +  ul.pagination {
    font: normal 11px/14px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
}

table.paleblue a:link,
table.paleblue a:visited,
table.paleblue + ul.pagination > li > a {
}

table.paleblue a:hover {
}

table.paleblue td,
table.paleblue th {
}

table.paleblue thead th:first-child,
table.paleblue thead td:first-child {
    border-left: none !important;
}

table.paleblue thead th,
table.paleblue thead td {
    background: #FCFCFC url(tables2/img/header-bg.png) left bottom repeat-x;
}

table.paleblue thead th > a:link,
table.paleblue thead th > a:visited {
    color: black;
}

table.paleblue thead th.orderable > a {
    padding-right: 20px;
    background: url(tables2/img/arrow-inactive-up.png) right center no-repeat;
}
table.paleblue thead th.orderable.asc > a {
    background-image: url(tables2/img/arrow-active-up.png);
}
table.paleblue thead th.orderable.desc > a {
    background-image: url(tables2/img/arrow-active-down.png);
}

table.paleblue tr.odd {
}

table.paleblue tr.even {
}

table.paleblue + ul.pagination {
    background: white url(tables2/img/pagination-bg.gif) left 180% repeat-x;
    overflow: auto;
    margin: 0;
    padding: 10px;
    border: 1px solid #DDD;
    list-style: none;
}

table.paleblue + ul.pagination > li {
    float: left;
    line-height: 22px;
    margin-left: 10px;
}

table.paleblue + ul.pagination > li:first-child {
    margin-left: 0;
}

table.paleblue + ul.pagination > li.cardinality {
    float: right;
    color: #8d8d8d;
}

table.paleblue > tbody > tr > td > span.true,
table.paleblue > tbody > tr > td > span.false {
    background-position: top left;
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    text-indent: -200px;
    width: 10px;
}

table.paleblue > tbody > tr > td > .missing {
    background: transparent url(tables2/img/missing.png) right center no-repeat;
    color: #717171;
    padding-right: 20px;
}

table.paleblue > tbody > tr > td > .missing:hover {
    color: #333;
}

table.paleblue > tbody > tr > td > span.true {
    background-image: url(tables2/img/true.gif);
}

table.paleblue > tbody > tr > td > span.false {
    background-image: url(tables2/img/false.gif);
}

/*    */

div.table-container {
    display: inline-block;
}

div.pagination em {
    color: rgb(51, 51, 51);
    font-weight:bold; 
}

div.pagination {
font-size: 11px;
}

.gi-2x{font-size: 1.2em;}

.gi-1x{font-size: 0.8em;}

.mybtn-green {
   color: green;
}
.mybtn-red {
   color: red;
}
.mybtn-orange {
   color: orange;
}
.mybtn-blue {
   color: royalblue;
}@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 1;
    }
    #validacions.card-columns {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 1;
    }
    #validacions.card-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }
    #validacions.card-columns {
        column-count: 2;
    }
}