    #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;
}


