*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}

body {
    width: 100%;
    height: 100vh;
    overflow:hidden;
    overflow-y:auto;
    margin: 0px;
    margin-bottom: 50px;
    font-family: sans-serif;
    font-size: 12px;
    color: #333;
    background-color: rgba(150, 150, 150,0.25);
    border: 0px;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: none;
        color: #ffcc00;
    }


th {
    font-weight: normal;
    background: transparent url(img/gh_01.gif) repeat-x;
    line-height: 16px;
    color: #000;
}


table [id^="grd"] {
    border: 1px solid #999;
}

    table [id^="grd"] td {
        border: none;
        border: 1px solid #999;
        padding: 4px;
    }

    table [id^="grd"] tr:nth-child(odd) td {
        background-color: #fff;
        color: #333;
    }

    table [id^="grd"] tr:nth-child(even) td {
        background-color: #fbfbfb;
        color: #333;
    }

    table [id^="grd"] tr:hover td {
        background-color: rgb(221, 231, 243);
        color: #111;
    }


textarea, input {
    font-size: 13px;
    color: #000;
    background-color: #fff;
    border: solid 1px transparent;
    padding: 4px;
    vertical-align: middle;
}

    textarea[disabled], input[disabled] {
        color: #000;
        background-color: #eee;
        vertical-align: middle;
    }

select {
    padding-left: 0px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
}

.form-topo {
    top: 0px;
    padding: 0px;
    width: 100%;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #333 url(img/top_header.png) repeat-x;
    color: #fff;
}

.form-emp {
    top: 0px;
    padding: 0px;
    height: 18px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.form-cab {
    font-size: 1.5em;
    height: 18px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.box {
    width: 100%;
    padding: 5px;
    vertical-align: middle;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.tabela {
    top: 0px;
    padding: 2px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9f9f9;
    color: #333;
    margin: 0px;
    border: none;
}

.cab-menu {
    top: 0px;
    padding: 0px;
    width: 100%;
    height: 73px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #333 url('img/top/topo-logo-dir.jpg') no-repeat top center;
}

.login-topo {
    top: 0px;
    padding: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #333 url('img/login/login_topo_fundo.jpg') repeat-x;
}

.login-rodape {
    box-sizing: border-box;
    position: fixed;
    clear: both;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    height: 1.4em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #f2f2f2;
    font-size: 9px;
    font-weight: 300;
    background: rgba(0,0,0,0.50);
}

.wait {
    z-index: 9999;
    padding-top: 2em;
    position: fixed;
    clear: both;
    top: 40%;
    left: 45%;
    font-size: 1em;
    background: #eee;
    text-align: center;
    width: 250px;
    height: 97px;
    color: #333;
}

.wait_bg {
    z-index: 9998;
    background: #333;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
}

.login-tab {
    margin-top: 8em;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #fff;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #ccc;
}

.janela {
    z-index: 100;
    position: fixed;
    clear: both;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #fff;
    border: 4px solid #eee;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

.menu-cab {
    padding-left: 10px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    vertical-align: middle;
    background-color: #999;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 0px 0px 20px;
}

.menu-topo {
    padding: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    background: #333;
}

.menu-topo_1 {
    top: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 30px;
    text-align: center;
    background: transparent url('img/menu/menu_fundo.jpg') repeat-y top right;
}

.menu-fundo {
    top: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 550px;
    text-align: center;
    background: transparent url('img/menu/menu_fundo.jpg') repeat-y top right;
}

.ed_01 {
    color: #000000;
    text-align: left;
    padding: 4px;
}

.ed_01c {
    color: #000000;
    text-decoration: none;
    text-align: center;
    padding: 4px;
}

.ed_dt {
    color: #000000;
    text-decoration: none;
    text-align: left;
    background: #eee url(img/bt_date.png) no-repeat right center;
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 7em;
}

.cb_01 {
    color: #000000;
    text-decoration: none;
    border: none;
    border: 1px solid #999;
    cursor: pointer;
}

.bt_01, .bt_home, .bt_pesq, .bt_exec, .bt_plus, .bt_minus, .bt_conf, .bt_next, .bt_save {
    font-size: 13px;
    padding: 4px;
    background-color: #eee;
    color: #222;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    cursor: pointer;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}


    .bt_01:hover, .bt_exec:hover {
        font-size: 13px;
        background-color: rgba(0, 41, 83, 0.85);
        color: #fff;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #ccc;
        cursor: pointer;
        -moz-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        -moz-box-shadow: 0px 0px 5px #333;
        -webkit-box-shadow: 0px 0px 5px #333;
    }

.bt_red {
    display: inline-block;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .bt_red:hover {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

.bt_close {
    background-color: #f2f2f2;
    background-image: url(img/bt_close.png);
    background-repeat: no-repeat;
    text-align: center;
    border: 1px solid gray;
    padding: 4px;
    padding-left: 20px;
    height: 20px;
}

.lb_01 {
    color: #333;
}

.lb_02 {
    color: #fff;
}

.lb_03 {
    color: #3366cc;
    font-size: 1.5em;
}

.lb_04 {
    color: #1B7AE0;
}

/*ToolTip com Span*/
a.tp_01 {
    position: relative;
    z-index: 24;
    background-color: #ccc;
    color: #000;
    text-decoration: none;
}

    a.tp_01:hover {
        z-index: 25;
        background: #fff url(img/tooltip.png) no-repeat;
    }

    a.tp_01 span {
        display: none;
    }

    a.tp_01:hover span {
        font: bold Helvetica, Tahoma;
        display: block;
        position: absolute;
        top: 1em;
        left: 0em;
        width: 370px;
        height: 194px;
        background: transparent url(img/tooltip.png) no-repeat;
        color: #000;
        text-align: left;
        padding-top: 1.5em;
        padding-left: 2.5em;
    }

.highlight {
    background-color: #34FF6D;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f9f9f9;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(141, 96, 6, 0.75)
    }