﻿html, body
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: white;
    color: #444444;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

address
{
    font-size: 80%;
    text-align: center;
}

.pagina
{
    background: white;
    min-width: 750px;
    width: 100%;
}

.topo
{
    height: 70px;
    float: none;
    width: 100%;
}

.loading
{
    background-color: rgb(194, 14, 26);
    width: 300px;
    color: white;
    height: 30px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 0px 0px 10px 10px;
    top: 0;
    text-align: center;
    line-height: 30px;
    z-index: 102;
    position: absolute;
    left: 41%;

    -webkit-box-shadow: 2px 2px 2px gray;
    -moz-box-shadow: 2px 2px 2px gray;
    box-shadow: 2px 2px 2px gray;
}

.barra
{
    background: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#999999));
    background: -moz-linear-gradient(top, #e0e0e0, #999999);
    background: -o-linear-gradient(#e0e0e0, #999999);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#e0e0e0', endColorstr='#999999')";
    color: #444444;
    padding: 6px 10px;
}

.lateral
{
    float: left;
    position: absolute;
    width: 220px;
    background-color: rgb(193, 193, 193);
    text-align: center;
}

img
{
    border: none;
}

.lateral a
{
    color: #333333;
    line-height: 45px;
    text-decoration: none;
}

.lateral a:hover
{
    text-decoration: underline;
}

.lateral li
{
    margin-bottom: -10px;
}

.lateral div
{
    width: 100%;
    text-align: center;
    background-color: rgb(193, 193, 193);
}

.lateral div a
{
    text-align: center;
}

.subItens li
{
    margin-left: -15px;
}

.conteudo
{
    margin-left: 260px;
    position: absolute;
}

.conteudo h1
{
    font-size: 140%;
    font-weight: normal;
    margin-left: 20px;
}

.conteudo h2
{
    font-size: 130%;
    font-weight: normal;
    margin-left: 20px;
}

.conteudo input
{
    background: #eeeeee;
    border: 1px solid #999999;
    border-radius: .3em;
    -moz-border-radius: .3em;
    margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
}

.conteudo input:focus
{
    background: white;
    border: 1px solid #0085cc;
}

.conteudo input.wkbutton
{
    background: #eeeeee;
    border: 1px solid #999999;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
    background: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background: -o-linear-gradient(#eeeeee, #cccccc);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#cccccc')";
    border-radius: .3em;
    -moz-border-radius: .3em;
    height: 24px;
    padding: 0px 10px;
}

.conteudo input.wkbutton:hover
{
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
    background: -moz-linear-gradient(top, #ffffff, #dddddd);
    background: -o-linear-gradient(#ffffff, #dddddd);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#dddddd')";
    border: 1px solid #0085cc;
}

.conteudo input.wkbutton:active
{
    background: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));
    background: -moz-linear-gradient(top, #cccccc, #eeeeee);
    background: -o-linear-gradient(#cccccc, #eeeeee);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#cccccc', endColorstr='#eeeeee')";
}

.conteudo p
{
    margin: 20px 0px -8px 40px;
}

.logoWK
{
    margin-top: -300px;
    margin-left: 10px;
}

.logoWK a
{
    vertical-align: text-bottom;
}

.calendarioBtn
{
    vertical-align: text-bottom;
}

.gridConsultaMarcacoes
{
    margin-left: 40px;
}

.colunaGridTimeSpan
{
    text-align: right;
    border-color: inherit;
}

.currentTimeMarcacaoTable
{
    width: 100px;
    text-align: center;
}

.currentTimeMarcacaoLabel
{
    font-size: xx-large;
    font-weight: bold;
}

.mensagemMarcacao 
{
    margin-top: 15px;
}

.trocarSenhaTable
{
    margin-left: 20px;
}

.trocarSenhaButton
{
    width: 70px;
    margin-top: 15px;
}

#menuRecibo #recibomenu, 
#menuComprovante #comprovantederendimentosmenu, 
#menuDadosPessoais #dadospessoaismenu, 
#menuDocumentos #documentosmenu, 
#menuEndereco #endereçomenu, 
#menuConsultaPonto #consultadepontomenu, 
#menuTrocarSenha #trocarsenhamenu,
#menuTrocarSenhaRestrito #trocarsenharestritomenu,
#menuMarcacao #marcaçãomenu,
#menuDependentes #dependentesmenu,
#menurecibodeférias #recibodefériasmenu,
#menucartaoponto #cartãopontomenu
{
    background-color: white;
}

table.tabelaConsultaPonto
{
    border-spacing: 2px;
    border-collapse: collapse;
}
table.tabelaConsultaPonto td, th
{
    border: 1px solid grey;
    background-color: white;
}

table.ui-datepicker-calendar
{
    border-spacing: 2px;
    border-collapse: collapse;
}
table.ui-datepicker-calendar td, th
{
    border: 1px solid grey;
    background-color: white;
    text-align: center;
}

th.ui-datepicker-week-end
{
    background-color: rgb(211, 211, 211);
}
td.ui-datepicker-week-end
{
    background-color: rgb(211, 211, 211);
}

a.ui-state-default
{
    text-decoration: none;
    color: black;
}

a.ui-datepicker-prev
{
    text-decoration: underline;
}
a.ui-datepicker-next
{
    text-decoration: underline;
    margin-left: 50px;
}

div.ui-datepicker-header
{
    background-color: white;
}
div.ui-datepicker-title
{
    margin: auto;
}

#rodapeImpressao
{
    display: none;
}

/*site*/

.content {
    background-color: white;
    min-width: 900px;
}

.logotipoRadar {
    float: left;
    text-align: center;
    margin-left: 50px;
    margin-top: 22px;
}

.logotipoRadarGroup {
    float: right;
    text-align: center;
    margin-top: 10px;
    margin-right: 30px;
}

.bntEmail,
.bntPrint,
.bntSair {
    float: left;
    margin-left: 15px;
}

.logotipo {
    width: 100%;
    z-index: 101;
    position: fixed;
    bottom: 30px;
    left: 30px;
    padding: 5px 0px 0px 5px;
}

.footbar {
    height: 20px;
    width: 100%;
    z-index: 101;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 5px 0px 0px 5px;
    margin: 0px;
    background-color: rgb(193, 193, 193);
}