.tableinside td {
width:25% !important;
}

.tablelists table, .tablelists table thead, .tablelists table tbody {

    table-layout: fixed;
}

.tablelists tr td:first-child {
    width: 3% !important;
}

.tolabelfslabel {
    display: inline-block;
    vertical-align: top;
    /* width: 11%; */
    width: 75px;
}
.tolabelfstext {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    padding-left: 0;
    position: relative;
    top: 14px;
}

.lk-section h1.colorgrey {
    color: #585858;
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
}

.lk-section h1.colorblue {
    color: #97BEDB;
}

span.btnstoreport {
    float: right;
    /* width: 46%; */
    text-align: right;
    white-space: nowrap;
}

.btnstoreport a.btnrep {
    max-width: 200px;
    width: 100%;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    color: #0071E5;
    border: 1px solid #0071E5;
    border-radius: 9px;
    padding: 2px 17px;
    font-weight: 400;
    line-height: normal;
}

.tostxta {
    margin-top: 4px;
}

span.lbl {
    display: inline-block;
    vertical-align: middle;
    background-color: #333;
    width: 35px;
    height: 35px;
    background-size: cover;
}
.printreport  span.lbl {
    background-image: url(/local/media/img/print.png);
}
.pdfreport  span.lbl {
    background-image: url(/local/media/img/pdf.png);
}

.titleblocksthogrey {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #6d6d6d;
    text-transform: uppercase;
}

.listreporwhite {
    background-color: white;
    padding: 15px 0;
    font-size:14px !important;
    font-family: Roboto, sans-serif !important;
    color: #6d6d6d !important;
    line-height: 1.5 !important;
    margin-top: 2rem;
}

.titleblocksthogrey + .listreporwhite
{
    margin-top: 0;
    padding-top: 0;
}

.listreporwhite.reportTotal
{
    margin-top: .5rem;
}

.freportlist {
    margin-bottom: 10px;
}

span.labelforreport {
    background-image: url('/local/media/img/reportlist.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
position: relative;
    bottom: 4px;
}

.textofreportlist {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    width: 86%;
    text-align: justify;
}

.tablelists table, .tablelists table thead, .tablelists table tbody {
    /* display: block; */
    width: 100%;
}

.tablelists tr {
    width: 100%;
}

.tablelists .ninecolms tr td {
    /* width: 2.11%; */
}



.tablelists .ninecolms2 tr td {
        width: 12%;
}
.tablelists .ninecolms3 tr td {
    width: 16%;
}

.tablelists tr td {

    text-align: center;
    font-size: 12px;
}

.tablelists tbody td {
    padding: 10px;
    vertical-align: middle;
    color: #6d6d6d;
    border-top: 1px dashed #eee;
    border-left: 1px dashed #eee;
}

.tablelists tbody tr td:first-child {
    border-left: 0;
}

.tablelists tbody tr:first-child td {
    border-top: 0;
}

.tablelists tbody tr.itogo td
{
    font-weight: bold;
}

.tablelists {
    display: block !important;
}

.tablelists thead td {
    background-color: #5776A9;
    color: white;
    padding: 5px ;
}

.tablelists thead tr:first-child td
{
    font-weight: bold;
}

.tablelists td.w3p
{
    width: 3%!important;
}

.whitelabel {
    color:white;
}

span.error.whitelabel {
    display: block;
    font-size: 13px;
}

.report-info-tabs li a {
    color: #959595;
}
.report-info-tabs li.active a, .report-info-tabs li:hover a {
    background: #E1E3E8;
    color: #3B5977;
display:block;
}
img.obosimgmaxw {
    max-width: 120px;
    max-height: 120px;
}


@media(max-width: 768px)
{
    .report-create.reportsblocks h1
    {
        line-height: normal;
    }
    span.btnstoreport
    {
        float: none;
        width: 100%;
        text-align: left;
        display: block;
    }
    .btnstoreport a.btnrep
    {
        margin-top: 1rem;
    }

    .tablelists
    {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .tablelists table, .tablelists table thead, .tablelists table tbody, .tablelists tr
    {
        width: auto;
    }

    .tablelists tr td:first-child,
    .tablelists table td,
    .tablelists td.w3p
    {
        width: auto!important;
    }

    span.labelforreport
    {
        float: left;
    }
}

@media(max-width: 1200px)
{
    span.btnstoreport
    {
        float: none;
        width: 100%;
        text-align: left;
        display: block;
    }
}




.pagebreak {
    display: block;
    page-break-before: always; 
}

@media print {

.pagebreak {
    display: block;
    page-break-before: always; 
}

.lk-section h1 {
      font-size: 8pt;

}

.titleblocksthogrey {

      font-size: 8pt;
}

span.labelforreport {
        -webkit-print-color-adjust: exact; 
float:left;
}

.textofreportlist {

    width: 75%;
    font-size: 13px;
}

.freportlist {
    margin-bottom: 0;
}

thead tr {
        background-color: #1a4567 !important;
        -webkit-print-color-adjust: exact; 
    }


tbody td {
    color: #333;
}

aside.sidebar-left,
.reportsblocks {
    display: none;
}
main {
    padding-left: 0px !important;
height:100%!important;
overflow:visible !important;
}



}