﻿html {
    font-family: verdana;
    font-size: 10pt;
    line-height: 25px;
}

table#cockpit-table {
    height: 100%;
    overflow-x: scroll;
    display: block;
}

thead {
    position: fixed;
    background-color: #EFEFEF;
}
/*thead, tbody {
    display: block;
}*/
tbody {
    margin-top: 34px;
    overflow-y: scroll;
    overflow-x: hidden;
}

td:not(.devolution-cell), th:not(.devolution-cell) {
    /*min-width:100px;*/
    /*max-width: 180px;*/
    border: dashed 1px lightblue;
    vertical-align: middle !important;
}

td {
    text-align: center;
}

#content-table-fullscreen thead {
    z-index: 2;
}

#tblBoleto td, #tblBoleto th {
    width: 10vh !important;
}

#tblBoleto thead, #tblBoleto tbody {
    position: static;
}

#cockpit-table .glyphicon.glyphicon-ok-circle {
    color: green;
    font-size: 18px;
}

#cockpit-table .glyphicon.glyphicon-warning-sign {
    color: red;
    font-size: 18px;
}
