﻿body
{
    background-color: #f0f0f0;
    color: #444444;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0px;
}

.wkbg
{
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#f0f0f0));
    background: -moz-linear-gradient(top, #cccccc, #f0f0f0);
    background: -o-linear-gradient(#cccccc, #f0f0f0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#cccccc', endColorstr='#f0f0f0')";
    height: 250px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -999;
}

div.exterior
{
    background-image: url(../Content/Imagens/Radar.png);
    background-position-x: center;
    background-repeat: no-repeat;
    height: 286px;
    margin: auto;
    margin-bottom: -70px;
    margin-top: 100px;
    padding-top: 70px;
    width: 342px;
}

div.exteriorQuiosque
{
    background-image: url(../Content/Imagens/Radar.png);
    background-size: 200px 28px;
    background-position-x: center;
    background-repeat: no-repeat;
    height: 360px;
    margin: auto;
    margin-bottom: -70px;
    margin-top: 100px;
    padding-top: 40px;
    width: 342px;
}

div.exteriorLogin {
    background-image: url(../Content/Imagens/Radar.png);
    background-position-x: center;
    background-repeat: no-repeat;
    height: 358px;
    margin: auto;
    margin-bottom: -70px;
    margin-top: 100px;
    padding-top: 70px;
    width: 342px;
}

div.login 
{
    background-color: White;
    margin: auto;
	border: 1px solid #999999;
	border-radius: .7em;
	-moz-border-radius: .7em;
    height: 350px;
    width: 340px;
}

div.quiosque
{
    background-color: White;
    margin: auto;
	border: 1px solid #999999;
	border-radius: .7em;
	-moz-border-radius: .7em;
    height: 370px;
    width: 340px;
}

input
{
    background-color: #eeeeee;
    border: 1px solid #999999;
    border-radius: .3em;
    -moz-border-radius: .3em;
    width: 150px;
    padding-left: 2px;
    padding-right: 2px;
}

input:focus
{
    background-color: white;
    border: 1px solid #0085cc;
}

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;
    width: 80px;
    margin-left: 75px; 
    margin-top: 10px;
}

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;
}

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')";
}

.login p
{
    margin: 20px 0px -8px 85px;
}

.quiosque p
{
    margin: 20px 0px -8px 45px;
}

.login select
{
    margin-top: 0px;
    width: 150px;
}

.quiosque select
{
    margin-top: 0px;
    width: 150px;
}

.addressQuiosque
{
    color: #666666;
    font-size: 80%;
    margin-top: 60px;
    text-align: center;
}

.addressLogin
{
    color: #666666;
    font-size: 80%;
    margin-top: 40px;
    text-align: center;
}

address
{
    color: #666666;
    font-size: 80%;
    margin-top: 60px;
    text-align: center;
}

.currentTimeMarcacaoLabel
{
    font-size: xx-large;
    font-weight: bold;
    margin-left: 0px !important;
    text-align: center;
}

#empregado {
    width: auto;
}

#contribuinteIndividual{
    width: auto;
}

#dvLogin{
    width: 250px; 
    margin: auto;
}

#dvEsqueciSenha{
    margin: initial;
    margin-top: 10px;
    float: right;
    padding-right: 40px;
}

.radio_inline{
   width: auto;
}