    #title > .col-12{
        padding: 1rem;
    }

    #title > .col-12 > h5{
        margin: 0;
        font-weight: bold;
    }

/*body,html { overflow-x: hidden; }*/

.container {
    max-width: unset;
    margin: 20px auto;
}

#main-container{
padding-bottom: 3rem;
}

#main.container{
    background-color: #f2f2f2;
    border-radius: 11px;
    border: 1px solid #d6d6d6;
}

#tb.container{
    padding: 0;
}
#tb.container > .col-12{
    padding: 0;
}

*.inline-block{
    display: inline-block;
}

.form-check-input {
    position: absolute;
    margin: 0.3rem 0 0;
}

.form-check-label{
    padding-top: 0.1rem;
    margin-left: 1.25rem
}

*.w-full{
    min-width: 100%;
    width: 100%;
}

.label{
    margin: 0;
    font-weight: normal;
    opacity: .7;
    font-size: 12px;
}

#filtro1{
    margin-bottom: 1rem;
}


div.panel {
    background-color: unset;
}

.btn-default {
    background-color: #ccc;
    border-radius: 4px;
}

td {
    padding: 0 0.3rem;
}

div.w-min-td{
    display: block;
    margin:0;
    min-width: 5rem;
}
div.w-min-td span{
    margin-left: .5rem;
}

@media only screen and (max-width: 799px) {
    #main{
        margin-top: 1rem!important;
    }
    .navbar-toggler{
        display: none;
    }
    .navbar-nav.navbar-right.sessions > .fa{
        display: none;
    }

    .bg-danger {
        background-color: rgba(221, 53, 69, 0.44)!important;
    }

    .bg-success {
        background-color: rgba(40, 167, 69, 0.44)!important;
    }


    .tablesorter-default {
        color: #000;
    }

    .num {
        font-family: gv-monofont, monospace;
        text-align: unset;
    }
}

/* REQUIRED CSS: change your reflow breakpoint here (35em below) */
@media ( max-width: 35em ) {

  textarea#note{
    max-width: 20rem;
  }

  table.ui-table-reflow thead { display: none; }
  .tablesorter-filter-row,.rs-hidden{
    display: none;
  }

  .ui-table-reflow tr{
    border-bottom: 2px solid #545454;
  }

  /* css for reflow & reflow2 widgets */
  .ui-table-reflow td,
  .ui-table-reflow th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    /* if not using the stickyHeaders widget (not the css3 version)
     * the "!important" flag, and "height: auto" can be removed */
    width: 100% !important;
    height: auto !important;
  }

  /* reflow widget only */
  .ui-table-reflow tbody td[data-title]:before {
    color: #469;
    font-size: .9em;
    content: attr(data-title);
    float: left;
    width: 25%;
    white-space: pre-wrap;
    text-align: bottom;
    display: inline-block;
  }

  /* reflow2 widget only */
  table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 400;
  }
  table.ui-table-reflow .ui-table-cell-label {
    padding: .4em;
    min-width: 30%;
    display: inline-block;
    margin: -.4em 1em -.4em -.4em;
  }

} /* end media query */

/* reflow2 widget */
.ui-table-reflow .ui-table-cell-label {
  display: none;
}


tr.border-bottom-bold{
    border-bottom: 0.15rem solid #888888 !important;
}
tr.border-top-bold{
    border-top: 0.15rem solid #888888 !important;
}

div.buttons > span.fa{
    margin-left: .3rem;
}
div.buttons {
    min-width: 5rem;
}

.red,.table tbody tr:hover td.red{
    font-weight: bold;
    background-color: #ffc3c3!important;
    color: #ff0000;
}

.green,.table tbody tr:hover td.green{
    font-weight: bold;
    background-color: #c7ffc3!important;
    color: #009500;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: unset!important;
    max-width: 100%;
}

.debug{
    border: 1px solid red;
}

.stickyHeader{
    position: sticky;
    top:0;
}

.table-bordered thead th{
    border: unset!important;
}
