﻿@charset "utf-8";

/************* TEMA GLOBAL **************

PREFEITURA MUNICIPAL DE VITÓRIA - PMV
PROJETO: INTERFACE GRÁFICA SUBTI
AUTOR: DIRCEU FLAVIO MACEDO [Designer Subti]
CONTATO: dfmacedo@vitoria.es.gov.br
Original SGE: 14-01-2011
Revisão (01): 21-12-2011
Revisão (02): 23-02-2012
Revisão (03): 06-05-2012 - estilos CSS3
Revisão (04): 09-10-2013 - design responsivo
Revisão (05): 25-02-2014 - aumento largura do canvas

.seletor/classe {
    [fonte e propriedades de texto]
    [plano de fundo]
    [tamanho]
    [bordas]
    [espaçamentos]
    [posicionamento]
}

/* RESET
//////////////////////////////////////////////////////*/

* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:middle;
	border:0}
html, body, form {height:100%;}
body {
    text-align:center;
    font-family:Arial, sans-serif;
    font-size:62.5%
}
* html #login form, * html #geral {height:100%}

a {color:#1D5696; text-decoration:none}
a:hover {text-decoration:none; color:#F97B00}


/* ESTRUTURAÇÃO MASTER PAGE
//////////////////////////////////////////////////////*/

#geral {
    margin:0 auto;
    width:100%;
    min-height:100%;
    position:relative;
    padding-bottom:50px;
}
#topo{
    background:#fff url(../../Recursos/Imagens/bg-topo.png) 0 0 repeat-x;
    text-align:left;
    width:100%;
    border-top:1px solid #fff;
    border-bottom:1px solid #ccc;
    margin-bottom:30px;
    float:left}
#conteudo{
    margin: 0 auto;
    font-size:1.2em;
    text-align:left;
    _text-align:left;
    width:940px;
    display:table}
#rodape{
    text-align:center;
    font-size:1.1em;
    color:#777;
    width:100%;
    float:left;
    position:absolute;
	bottom:0; left:0; right:0}


/* GRID'S POSICIONAMENTO
//////////////////////////////////////////////////////*/

.esq {float:left !important}
.dir {float:right !important}
.block {display:table}
.iblock {display:inline-block}
.clear {clear:both}

.col-100, .col-75, .col-70, .col-65, .col-60, .col-50, .col-40, .col-33, .col-30, .col-25, .col-20, .col-15, .col-10{
	float:left;
    display:block;
	/*display:table;*/
	margin-bottom:12px;
	text-align:left;
	min-height:10px; *min-height:45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right:1%}

.col-100{width:100%; margin-right:0 !important}
.col-75 {width:74%}
.col-70 {width:69%}
.col-65 {width:64%}
.col-60 {width:59%}
.col-50 {width:49%}
.col-40 {width:39%}
.col-33 {width:32.6%;margin-right: 0.7% !important} /* Alterado por Bruno */
.col-30 {width:29%}
.col-25 {width:24%}
.col-20 {width:19%}
.col-15 {width:14%}
.col-10 {width:9%}

div.dir {margin-right:0 !important}

/* GERAL
//////////////////////////////////////////////////////*/

.gersis {background-color:#f1f1f1}


/* TOPO
//////////////////////////////////////////////////////*/

#inicio {
    text-align:left;
    margin:0 auto;
    width:940px;
	height:50px;
	padding:0;
	list-style:none;
	vertical-align:top;
	border:0}
	
/* Título
:::::::::::::::::::::::::::::::::*/
#titulo {
    width:40%;
    padding:8px 0 8px 0;
    float:left}
#titulo a {
    font:1.8em "Lucida Sans Unicode", Arial;
    letter-spacing:-1px;
    text-decoration:none;
    color:#A80000;
    display:inline-block}
#titulo a:hover {
    color:#c00;
    border-bottom:1px solid #ccc}
/*#titulo a span {
    color:#c00;
    letter-spacing:-1px}*/

/* Título: com imagem no topo
:::::::::::::::::::::::::::::::::*/
#titulo h1 {float:left}
#titulo h1 a.logosistema span {display:none !important}

/* Info. usuário
:::::::::::::::::::::::::::::::::*/
#info {
    width:55%;
    text-align:right;
    height:30px;
    margin-top:6px; 
    float:right}
#info a {
    background: #fff url(../../Recursos/Imagens/btn-sair.png) 0 0 repeat-x;
    height:17px;
    cursor: pointer;
    padding: 0 4px 0 45px;
    display:inline-block;
    float:right}
#info a:hover {background-color:#FFD2D2}
#info a:focus {background-color:#fc6}

.usuario, .versao, .local {
    background:url(../../Recursos/Imagens/elementos.png) no-repeat;
    font-size:1.1em;
    color:#999;
    margin-right:10px;
    padding:2px 0 0 18px;
    display:inline-block}
.usuario{background-position:6px -241px}
.versao {background-position:4px -271px}
.local  {background-position:5px -298px; color:#A80000}

/* Tarja ambiente
:::::::::::::::::::::::::::::::::*/
.tarja {
    background:url(../../Recursos/Imagens/bg-tarja-homolog.png) 0 0 no-repeat;
    width:149px;
    height:149px;
    display:block;
    position:absolute;
    top:0;
    left:0}
    

/* CONTEUDO
//////////////////////////////////////////////////////*/

fieldset{
    background:#eee url(../../Recursos/Imagens/bg-fieldset.png) center top repeat-x;
    float:left;
    display:block;
    /*display:table;*/
    padding:10px 10px 15px 10px;
    margin:0 0 5px 0;
    width:100%;
    border-top:solid 1px #E5E5E5;
    border-left:solid 1px #E5E5E5;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    -moz-border-radius:4px; 
    -webkit-border-radius:4px;
    -ms-border-radius:4px;
    border-radius:4px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box}
	
fieldset fieldset {
    padding-left:4px;
    padding-right:4px;
    margin:5px 0 20px 0;
    border:1px solid #ccc}

legend{color:#7D0000; margin:0; padding:0}
/*@media all and (min-width:0){legend{position:relative\0/; top:-18px\0/; float:left\0/; display:block\0/; width:100%\0/; background-color:#ffffff\0/} }  IE9 */

hr {border-top:1px dashed #ccc; margin-bottom:10px; width:100%; display:block; float:left}

fieldset h1 {
    font-size:1.1em;
    font-weight:normal}
fieldset h2 {
    font:1.8em Arial;
    height:25px; width:97%;
    margin-bottom:5px;
    vertical-align:middle;
    color:#000;
    letter-spacing:-1px;
    float:left}
	
/* Barra Auxiliar
:::::::::::::::::::::::::::::::::*/
#barra-auxiliar {
    background:url(../../Recursos/Imagens/elementos.png) 0 -47px no-repeat;
    font:1.6em Arial;
    height:25px;
    width:97%;
    margin-bottom:5px;
    padding-left:3%;
    vertical-align:middle;
    float:left}
#barra-auxiliar span, .sub-nav {
    color:#C40A16;
    letter-spacing:-1px;
    float:left;
    display:block}
#barra-auxiliar .btn {float:right}
.sub-nav {
    background:url(../../Recursos/Imagens/elementos.png) right -332px no-repeat;
    text-decoration:underline;
    color:#999;
    padding-right:12px;
    margin-right:8px}
.sub-nav:hover {color:#C40A16}


/* RODAPÉ
//////////////////////////////////////////////////////*/

address {font-style:normal}

.rodsis {
    background-color:#f9f9f9;
    height:100px;
    border-top:1px solid #ccc;
    margin-top:30px;
    padding-top:30px}

#rod-info {
    margin:0 auto;
    width:940px}
	
	
/* DEFAULT - PÁGINA INICIAL
//////////////////////////////////////////////////////*/

/* Login
:::::::::::::::::::::::::::::::::*/
#login {
    margin:0 auto;
    /*width:45%;*/
    padding:0}
#login fieldset {
    margin:0 auto;
    float:none; padding:30px 50px;
    width:80% !important}
*div#login fieldset {width:200px !important} /* ->>> IE7 <<<-*/
#login label {
    font-weight:bold;
    font-size:12px;
    /*color:#555;*/
    width:99%} 
#login input[type="text"], #login input[type="password"]{
    display:block;
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
#login input[type="submit"]{margin:0}
#login select{width:100%; margin-bottom:10px}	
	
/* Entrada sistemas
:::::::::::::::::::::::::::::::::*/
.box-default {}
.box-default-img {float:left}

.box-default-text {
    padding-top:50px;
    float:right}
.box-default-text p {
    color: #999;
    font: 1.8em "Lucida Sans Unicode", Arial;
    letter-spacing: -1px;
    line-height: 25px;
    padding: 5px 0}


/* BARRA INSTITUCIONAL PMV
//////////////////////////////////////////////////////*/

#barra-logo {
    text-align:left;
    width:940px;
    margin:0 auto}
#barra-pmv, #barra-pmv-min {background-color:#fff}

/* Tela de acesso
:::::::::::::::::::::::::::::::::*/
#barra-pmv {
    height:46px;
    border-bottom:2px solid #A80000}
#barra-pmv h1 a {
    background:url(../../Recursos/Imagens/pmv-brasao.png) center left no-repeat;
    height:39px;
    width:130px;
    margin-top:4px;
    cursor:pointer;
    float:left}
#barra-pmv h1 a span {display:none}

#barra-chanfro {
    background: #C72E29 url(../../Recursos/Imagens/bg-chanfro.png) no-repeat; /* Old browsers */
    background: url(../../Recursos/Imagens/bg-chanfro.png) no-repeat,-moz-linear-gradient(top, #E04040 0%, #BA251D 100%); /* FF3.6+ */
    background: url(../../Recursos/Imagens/bg-chanfro.png) no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#E04040), color-stop(100%,#BA251D)); /* Chrome,Safari4+ */
    background: url(../../Recursos/Imagens/bg-chanfro.png) no-repeat,-webkit-linear-gradient(top, #E04040 0%,#BA251D 100%); /* Chrome10+,Safari5.1+ */
    background: url(../../Recursos/Imagens/bg-chanfro.png) no-repeat,-o-linear-gradient(top, #E04040 0%,#BA251D 100%); /* Opera 11.10+ */
    background: url(../../Recursos/Imagens/bg-chanfro.png) no-repeat,-ms-linear-gradient(top, #E04040 0%,#BA251D 100%); /* IE10+ */
    background: url(../../Recursos/Imagens/bg-chanfro.png) no-repeat, linear-gradient(to bottom, #E04040 0%,#BA251D 100%); /* W3C */
    height:30px;
    width:360px;
    position:absolute;
    top:16px;
    right:0}

/* Tela interna
:::::::::::::::::::::::::::::::::*/
#barra-pmv-min {
    height:33px;
    border-bottom:2px solid #A80000}
#barra-pmv-min h1 a{
    background:url(../../Recursos/Imagens/pmv-brasao-min.png) top left no-repeat;
    height:22px;
    width:78px;
    margin-top:6px;
    float:left}   
#barra-pmv-min h1 a span {display:none}  
#barra-chanfro-min {
    background: #C72E29 url(../../Recursos/Imagens/bg-chanfro.png) no-repeat; /* Old browsers */
    background: url(../../Recursos/Imagens/bg-chanfro.png) no-repeat,-moz-linear-gradient(top, #E04040 0%, #BA251D 100%); /* FF3.6+ */
    background: url(../../Recursos/Imagens/bg-chanfro.png) no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#E04040), color-stop(100%,#BA251D)); /* Chrome,Safari4+ */
    background: url(../../Recursos/Imagens/bg-chanfro.png) no-repeat,-webkit-linear-gradient(top, #E04040 0%,#BA251D 100%); /* Chrome10+,Safari5.1+ */
    background: url(../../Recursos/Imagens/bg-chanfro.png) no-repeat,-o-linear-gradient(top, #E04040 0%,#BA251D 100%); /* Opera 11.10+ */
    background: url(../../Recursos/Imagens/bg-chanfro.png) no-repeat,-ms-linear-gradient(top, #E04040 0%,#BA251D 100%); /* IE10+ */
    background: url(../../Recursos/Imagens/bg-chanfro.png) no-repeat, linear-gradient(to bottom, #E04040 0%,#BA251D 100%); /* W3C */
    height:28px;
    width:360px;
    position:absolute;
    top:5px;
    right:0}

/* MENSAGEM SISTEMA
//////////////////////////////////////////////////////*/

/* formatação geral */
.msgbox {
    font-size:0.13in;
    color:#000;
    border:1px solid #ccc;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    clear:both;
    margin:10px 0;
    padding:8px 0 9px 45px;
    display:block}

/* tipos de mensagens */
.tipo-alerta {background:#FFF9D7 url(../../Recursos/Imagens/ico-alerta.png) 10px 3px no-repeat; border:1px solid #F9CA74}
.tipo-erro   {background:#FFEBE8 url(../../Recursos/Imagens/ico-erro.png) 10px 3px no-repeat; border:1px solid #EE7474}
.tipo-sucesso{background:#EBF3D6 url(../../Recursos/Imagens/ico-sucesso.png) 10px 3px no-repeat; border:1px solid #A1CF52}
.tipo-info   {background:#E2F0FA url(../../Recursos/Imagens/ico-info.png) 10px 3px no-repeat; border:1px solid #7BBAE4}

/* botão fechar */
.msgbox-fechar {
    cursor:pointer;
    margin:0 5px 20px 5px;
    float:right}

/* formatação de elementos HTML */
.msgbox p{
    font-size:1em;
    margin-bottom:10px}
.msgbox ul {margin-left:15px}
.msgbox ul li{
    list-style-type:disc;
    margin-bottom:10px}
.msgbox a {
    font-size:11px; 
    text-decoration:none;
    color:#039;
    border-bottom:2px dotted #f03;
    cursor:pointer}
.msgbox h1{
    font:bold 1.8em Arial;
    color:#000;
    letter-spacing:-1px;
    margin:0; padding:0;
    text-transform:capitalize}


/* GRID VIEW
//////////////////////////////////////////////////////*/

.gridview {
    font-size:1em;
    clear:both;
    margin:10px 0;
    width:100%;
    display:table}
    
.gridview tr td {
    vertical-align:top;
    padding:3px;
    border-left:1px dashed #ccc}
.gridview thead tr, .grid-rodape {
    vertical-align:middle;
    text-decoration:none;
    text-align:center}

/* Header style
:::::::::::::::::::::::::::::::::*/
.gridview thead tr   {
    background:#fff url(../../Recursos/Imagens/bg-header-grid.png) bottom repeat-x;
    color:#333;
    vertical-align:middle;
    height:25px}
.gridview thead tr th{
    border-top:1px solid #E2E6E6;
    border-bottom:3px solid #E5E5E5;
    vertical-align:middle}
.gridview thead tr a {
    background:url(../../Recursos/Imagens/ico-ordem.gif) left no-repeat;
    color:#333;
    padding:0 0 0 10px;
    text-decoration:underline; 
    vertical-align:middle}
.gridview thead tr a:hover{
    background:url(../../Recursos/Imagens/ico-ordem-hover.gif) left no-repeat;
    color:#06c}

/* Footer style
:::::::::::::::::::::::::::::::::*/
.grid-rodape {
    text-align:center;
    height:20px;
    width:auto;
    margin:0 auto;
    padding:5px 5px 10px 5px;
    display:table}
.grid-rodape a, .grid-rodape span {
    padding:2px 6px 2px 6px;
    text-decoration:none;
    display:inline-block;
    margin-bottom:2px}
.grid-rodape a {
    border:1px solid #bcbcbc;
    background:#F1F1F1 url(../../Recursos/Imagens/bg-pg.png) bottom repeat-x;
    color:#555}
.grid-rodape a:hover {
    background-color:#fff;
    background-image:none;
    color:#C40B17;
    border:1px solid #890812}
.grid-rodape a:focus {background-image:none}
.grid-rodape span {
    color:#fff;
    background:#94221F url(../../Recursos/Imagens/bg-pg-focus.png) 0 0 repeat-x;
    border:1px solid #890812}

/* Grid
:::::::::::::::::::::::::::::::::*/
.grid, .grid-alternada, .grid-destacada, .grid-valorMenor, .grid-valorMaior {text-align:left; text-align:center; vertical-align:middle}
.grid:hover, .grid-alternada:hover, .grid-destacada:hover, .grid-destacada {
    background:#D4E5F6 url(../../Recursos/Imagens/bg-dia.png) 0 0 repeat-x;
    color:#000}

.grid {background-color:#fff}				           /*RowStyle*/
.grid-alternada {background-color:#eee}			       /*AlternatingRowStyle*/
.grid-destacada {background-color:#ffe082; color:#333} /*SelectedRowStyle - EditRowStyle*/
.grid-valorMenor {background-color:#ffe082; color:#333} /*SelectedRowStyle - EditRowStyle*/
.grid-valorMaior {background-color:#ffc1b1; color:#333} /*SelectedRowStyle - EditRowStyle*/

/* Link Grid
:::::::::::::::::::::::::::::::::*/
.grid a, .grid-alternada a, .grid-destacada a, .grid-valorMenor a, .grid-valorMaior a {color:#384249; text-decoration:none}
.grid a:hover, .grid-alternada a:hover, .grid-destacada a:hover, .grid-valorMenor a:hover, .grid-valorMaior a:hover{color:#000; text-decoration:underline}

.gridfoto img { width:50px; height:70px}


/* TREE VIEW
//////////////////////////////////////////////////////*/

div.treeview {
    text-align:left;
    margin:0;
    padding:0;
    margin-top:20px;
    display:inline-block}
div.treeview table, div.treeview {
    text-align:left;
    width:100%;
    display:inline-block;
    float:left}
div.treeview table tr td{text-align:left}
div.treeview table a:hover{color:#06f}

.node {color:#555; font-size:1em}                           /*NodeStyle*/
.node-pai {color:Maroon; font-size:1.1em; font-weight:bold} /*RootNodeStyle*/
.node-filho {color:#333; font-weight:bold; cursor:pointer}  /*ParentNodeStyle*/
.node-selecionado {color:#D11A21; font-weight:bold}         /*SelectedNodeStyle*/


/* CALENDÁRIO
//////////////////////////////////////////////////////*/

.calendar {
    font-size:1em;
    width:100%;
    border-collapse:collapse;
    margin:10px 0}
    
/* Dia padrão
:::::::::::::::::::::::::::::::::*/
.calendar tr td{
    background:#fff url(../../Recursos/Imagens/bg-dia.png) 0 0 repeat-x;
    width:24px; height:24px;
    border:1px solid #eee;
    vertical-align:middle}

/* --->>> TOPO MÊS <<<---*/
.calendar table {margin:0; padding:0}
.calendar table tr td{background:#fff url(../../Recursos/Imagens/bg-header-grid.png) bottom repeat-x; text-align:center}
.calendar table tr td a {color:#D7403F !important; text-decoration:none; font-weight:bold}

/* -->>> TOPO SEMANA <<<--*/
.calendar tr th {border:1px solid #eee; padding:4px}
    
/* --->>> DIA OUTRO MES <<<---*/
.dia-outro-mes{background-color:#ddd !important}
.dia-outro-mes a{color:#999 !important}

/* --->>> DIA SELECIONADO <<<---*/
.dia-selecionado {background-color:#FFCC00 !important}
.dia-selecionado a{color:#000 !important; font-weight:bold}

/* --->>> DIA ATUAL <<<---*/
.dia-atual {color:#fff !important; background-color:#D7403F !important}
.dia-atual a{color:#fff !important; font-weight:bold}

/* --->>> DIA FINAL DE SEMANA <<<---*/
.dia-fds {background-color:#DEF2FF !important}
.dia-fds a{color:#666 !important}


/* BOTÕES SISTEMA
//////////////////////////////////////////////////////*/

.btnExistenciaVaga {
    background: #efefef url(../../Recursos/Imagens/bg-btn.png) 0px -483px repeat-x;
    font: bold 11px tahoma, arial;
    text-decoration: none;
    text-transform: capitalize;
    height: 19px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    vertical-align: top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 0 5px;
    padding: 4px 4px 0 30px;
    cursor: pointer;
    display: inline-block;
    outline: none
}
input.btnExistenciaVaga[type="submit"], input.btnExistenciaVaga[type="reset"] {
    padding-bottom: 19px
}

*input.btnExistenciaVaga[type="submit"], *input.btnExistenciaVaga[type="reset"] {
    height: 27px;
    border: 1px solid #999;
    padding: 0 0 0 15px
}
/* ->>> IE7 <<<-*/
.btnExistenciaVaga:link, .btnExistenciaVaga:visited {
    text-decoration: none;
    color: #666
}

.btnExistenciaVaga:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    text-decoration: none
}

.btnExistenciaVaga:active {
    border-top: 1px solid #777;
    border-left: 1px solid #777;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-decoration: none;
    background-color: #ddd;
    color: #000
}

button.btnExistenciaVaga {
    height: 23px;
    padding: 0 4px 3px 30px
}


.btn {
    font: bold 11px tahoma, arial;
    text-decoration: none;
    text-transform: capitalize;
    background: #efefef url(../../Recursos/Imagens/bg-btn.png) 0 0 repeat-x;
    height: 19px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    vertical-align: top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 0 5px;
    padding: 4px 4px 0 30px;
    cursor: pointer;
    display: inline-block;
    outline: none
}

input.btn[type="submit"], input.btn[type="reset"] {
    padding-bottom: 19px
}

*input.btn[type="submit"], *input.btn[type="reset"] {
    height: 27px;
    border: 1px solid #999;
    padding: 0 0 0 15px
}
/* ->>> IE7 <<<-*/
.btn:link, .btn:visited {
    text-decoration: none;
    color: #666
}

.btn:hover, .bt:focus {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    background-position: 0 -23px;
    text-decoration: none
}

.btn:active {
    border-top: 1px solid #777;
    border-left: 1px solid #777;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-position: 0 -46px;
    text-decoration: none;
    background-color: #ddd;
    color: #000
}

button.btn {
    height: 23px;
    padding: 0 4px 3px 30px
}
input::-moz-focus-inner {
    border: 0
}

.btn2 {
    font: bold 9px tahoma, arial;
    text-decoration: none;
    background: #efefef url(../../Recursos/Imagens/bg-btn2.png) 0 0 repeat-x;
    height: 19px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    vertical-align:top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 0 5px;
    padding: 4px 4px 0 30px;
    cursor: pointer;
    display: inline-block;
    outline: none
}

.ico {padding-left:18px; width:0}
a.ico {padding-left:20px}

.desabilitado{
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
   filter: gray !important; /* IE6-9 */
   -webkit-filter: grayscale(100%) !important;
   background-color:#eee !important;
   cursor:default !important;
   color: #999 !important}

/* -------->>> SALVAR/APROVAR <<<-----------*/
.btsalvar {background-position:0 -69px}
.btsalvar:hover, .btsalvar:focus {background-position:0 -92px}
.btsalvar:active{background-position:0 -115px}
               
/* -------->>> EXCLUIR/CANCELAR <<<---------*/
.btexcluir {background-position:0 -138px}
.btexcluir:hover, .btexcluir:focus {background-position:0 -161px}
.btexcluir:active{background-position:0 -184px}

/* -------------->>> NOVO <<<---------------*/
.btnovo {background-position:0 -207px}
.btnovo:hover, .btnovo:focus {background-position:0 -230px}
.btnovo:active{background-position:0 -253px}

/* ------------>>> RELATORIO <<<------------*/
.btrelatorio {background-position:350px 0}
.btrelatorio:hover, .btrelatorio:focus {background-position:350px -23px}
.btrelatorio:active{background-position:350px -46px}
             
/* ----------->>> PESQUISAR <<<-------------*/
.btpesquisar {background-position:0 -276px}
.btpesquisar:hover, .btpesquisar:focus {background-position:0 -299px}
.btpesquisar:active{background-position:0 -322px}

/* ------------>>> IMPRIMIR <<<-------------*/
.btimprimir {background-position:0 -345px}
.btimprimir:hover, .btimprimir:focus {background-position:0 -368px}
.btimprimir:active{background-position:0 -391px}

/* -------------->>> VOLTAR <<<-------------*/
.btvoltar {background-position:0 -414px}
.btvoltar:hover, .btvoltar:focus {background-position:0 -437px}
.btvoltar:active{background-position:0 -460px}

/* -------------->>> AJUDA <<<--------------*/
.btajuda {background-position:350px -69px; margin-left:20px; color:#004891}
.btajuda:hover, .btajuda:focus {background-position:350px -92px; color:#004891}
.btajuda:active{background-position:350px -115px; color:#004891}

/* ------------->>> EXPANDIR <<<------------*/
.btexpandir {background-position:350px -138px; background-color:#FFF4C9}
.btexpandir:hover, .btexpandir:focus {background-position:350px -161px; background-color:#FFF4C9}
.btexpandir:active {background-position:350px -184px; background-color:#FFF4C9}

/* ------------->>> AVANÇAR <<<------------*/
.btavancar {background-position:350px -207px}
.btavancar:hover, .btavancar:focus {background-position:350px -230px}
.btavancar:active {background-position:350px -253px}

/* ------------->>> LISTAR <<<------------*/
.btlistar {background-position:350px -276px}
.btlistar:hover, .btlistar:focus {background-position:350px -299px}
.btlistar:active {background-position:350px -322px}

/* ------------->>> BLOQUEAR <<<------------*/
.btbloquear {background-position:350px -345px}
.btbloquear:hover, .btbloquear:focus {background-position:350px -368px}
.btbloquear:active {background-position:350px -391px}

/* ------------->>> ATUALIZAR <<<------------*/
.btatualizar {background-position:350px -414px}
.btatualizar:hover, .btatualizar:focus {background-position:350px -437px}
.btatualizar:active {background-position:350px -460px}

/* ------------->>> PUBLICAR <<<------------*/
.btPublicar {background-position:0px -483px}
.btPublicar:hover, .btatualizar:focus {background-position:0px -483px}
.btPublicar:active {background-position:0px -483px}

/* ------------->>> OCULTAR <<<------------*/
.btOcultar {background-position:0px -552px}
.btOcultar:hover, .btatualizar:focus {background-position:0px -552px}
.btOcultar:active {background-position:0px -552px}


/* ÍCONES
//////////////////////////////////////////////////////*/

.ico-excluir, .ico-editar, .ico-adicionar, .ico-ativar, .ico-buscar,
.ico-salvar, .ico-cancelar, .ico-selecionar, .ico-detalhe, .ico-atualizar,
.ico-calendario, .ico-duplicar, .ico-setadir, .ico-setaesq  {
    background-image:url(../../Recursos/Imagens/icones.png);
    height:16px; width:16px; display:inline-block}
    
.ico-editar    {background-position:0 0}         /* --->>> EDITAR <<<---*/
.ico-excluir   {background-position:-16px 0}     /* --->>> EXCLUIR <<<---*/   
.ico-adicionar {background-position:-32px 0}     /* --->>> ADICIONAR <<<---*/
.ico-ativar    {background-position:-48px 0}     /* --->>> ATIVAR <<<---*/  
.ico-buscar    {background-position:-64px 0}     /* --->>> BUSCAR <<<---*/ 
.ico-salvar    {background-position:-80px 0}     /* --->>> SALVAR <<<---*/ 
.ico-cancelar  {background-position:-96px 0}     /* --->>> CANCELAR <<<---*/ 
.ico-detalhe   {background-position:0 -16px}     /* --->>> DETALHE <<<---*/ 
.ico-atualizar {background-position:-16px -16px} /* --->>> ATUALIZAR <<<---*/  
.ico-calendario{background-position:-32px -16px} /* --->>> CALENDARIO <<<---*/     
.ico-duplicar  {background-position:-48px -16px} /* --->>> DUPLICAR <<<---*/
.ico-selecionar{background-position:-64px -16px} /* --->>> SELECIONAR <<<---*/
.ico-setadir   {background-position:-80px -16px} /* --->>> SETA DIREITA <<<---*/
.ico-setaesq   {background-position:-96px -16px} /* --->>> SETA ESQUERDA <<<---*/


/* SELETORES FORMULÁRIO
//////////////////////////////////////////////////////*/

input[type="text"], input[type="password"], input[type="file"], textarea, select {
    width:99%;
    background-color:#fff;
    font:inherit;
    font-size:11px;
    padding:4px 0 4px 1%;
    border:solid 1px #ccc;
    margin:1px;
    color:#666;
    
    /* Rounded Corners */
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
    
    /* Box Shadow */
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);}
    
input[type="text"], input[type="password"] {height:17px}
    
input[type="checkbox"], input[type="radio"] {/*///nada declarado////*/}

input[type="file"] {font-size: 12px; padding:4px}
    
select {height:27px; padding:3px 2px}

*select {height:29px}
    
label {display:inline; vertical-align:top; margin:0 10px 0 2px}
    
#conteudo label {margin-right:10px}


/* BOX FLUTUANTE
//////////////////////////////////////////////////////*/

#boxFlutuante{
    width:100%;
    clear:both;
    margin:0;
    position:fixed;
    text-align:center;
    top:0;
    padding-top:0;
    z-index:99999999}


/* ESTILO CURSORES
//////////////////////////////////////////////////////*/

.pointer-ajuda {cursor:help}
.pointer {cursor:pointer}


/* CARREGANDO
//////////////////////////////////////////////////////*/

.StatusAnimation {
    position:fixed;
    width:90px; height:90px;
    top: 50%; left: 50%;
    margin-left: -45px; margin-top: -45px;
    z-index:9999999999999999}
    
#ctl00_updateProgress, #updateProgress {
    width:100%; height:100%;
    background-color:#000; top:0; left:0;
    z-index:60000; position:absolute;
    opacity:0.3; filter:alpha(opacity=30); /* For IE8 and earlier */}


/* PANEL MAPA [GEO]
//////////////////////////////////////////////////////*/

#PanelMapa, #PanelRelatorio{
    background:#D11A21 url(../../Recursos/Imagens/bg-dia.png) 0 0 repeat-x;
    height:70%; width:92%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    position:absolute;
    top:12%; left:4%;
    z-index:5000}
  
 #PanelMapa span, #PanelRelatorio span {
    color:#fff;
    font-weight:bold;
    margin:4px 0 0 5px}
    
#btnRecebeDadosDoMapa {width:1px; background-color:#F7F7F7}

.paneltit {padding:5px 5px 0 5px}


/* POPUP PANEL
//////////////////////////////////////////////////////*/

.pop-panel {
    border:6px solid #FFE687;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -ms-border-radius:10px;
    border-radius:10px;
    background:#EAEAEA url(../../Recursos/Imagens/bg-fieldset.png) repeat-x;
    float:left;
    display:inline-block;
    width:500px}
.pop-panel > div {margin-bottom:0}
.pop-panel > table {margin:0}
#pop-tit, #pop-tit2{
    background: #FFE687 url(../../Recursos/Imagens/bg-dia.png) 0 0 repeat-x;
    text-align:left;
    padding:3px 3px 8px 3px}
#pop-tit .btn, #pop-tit2 .btn{float:right}
#pop-tit span, #pop-tit2 span{color:#900; font-size:1.4em}


.ModalPopupBG {
    background-color: #333333;
    filter: alpha(opacity=50);
    -moz-opacity: 0.7;
    opacity: 0.7
    
}
	

/* ACESSIBILIDADE
//////////////////////////////////////////////////////*/

a:focus, input:focus, textarea:focus, select:focus {
    background-color:#F9EDBE;
    border:inherit solid #F0C36D !important}
    
.btn-dica {
    background:url(../../Recursos/Imagens/elementos.png) 0 -200px;
    padding-left:12px; width:12px; height:12px; 
    cursor:pointer; vertical-align:top; display:inline-block}
    
 .nao_visivel {
    height:1px;
    left:-1000px;
    overflow:hidden;
    position:absolute;
    width:1px}
    
.esconder {display:none}

/* Barra acessibilidade
:::::::::::::::::::::::::::::::::*/

.menu-acessibilidade {float:left; width:40%; margin:7px 0 15px 0; color:#1669B2}
.menu-acessibilidade ul {float:left; width:100%; vertical-align:baseline; margin-top:10px}
.menu-acessibilidade ul li {float:left; display:block; margin:0px 10px 0px 0px; font-size:12px}
.menu-acessibilidade ul li a {
    background:url(../../Recursos/Imagens/separador.gif) no-repeat right -1px;
    width:14px; height:14px;
    padding:0px 10px 0px 0px}
.menu-acessibilidade ul li a.igual {}
.menu-acessibilidade ul li a.menos {}
.menu-acessibilidade ul li a.mais {}
.menu-acessibilidade ul li a.styleswitch {background-image:none}


/* ACCORDION
//////////////////////////////////////////////////////*/

.acc-fechado, .acc-aberto {
     box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 3px;
    cursor:pointer;
    padding:10px 10px 10px 40px;
    font-size:1.1em;
    font-weight:bold;
    line-height:14px;
    border: 1px solid #E1E1E1}

.acc-fechado {
    /* imagem caso o browser não aceite a feature */
    background:#eee url(../../Recursos/Imagens/bg-acc-fechado.png) 4px center no-repeat;
    background: url(../../Recursos/Imagens/bg-acc-fechado.png) 4px center no-repeat,
                #eee url(../../Recursos/Imagens/bg-accordion.png) top left repeat-x;
    color:#444}

.acc-aberto {
    /* imagem caso o browser não aceite a feature */
    background:#FFF4C9 url(../../Recursos/Imagens/bg-acc-aberto.png) 4px center no-repeat;
    background:url(../../Recursos/Imagens/bg-acc-aberto.png) 4px center no-repeat,
               #FFF4C9 url(../../Recursos/Imagens/bg-accordion.png) top left repeat-x;
    color:#000}

.acc-conteudo {
    padding: 10px 10px 20px 10px;
    background-color:#FFFDF4;
    border-left:1px solid #FFF5C6;
    border-right:1px solid #FFF5C6;
    overflow-x:hidden}

.acc-conteudo > div > fieldset {
    background:none; padding:20px 11px 0 5px}


/* AutoCompleteExtender
//////////////////////////////////////////////////////*/

.autocomplete {height:150px; overflow:auto}


/* IMPRESSAO [FUTURA FOLHA DE ESTILOS PRINT.CSS]
//////////////////////////////////////////////////////*/
@media print {
    input[type="text"], input[type="password"], input[type="file"], textarea, select {

    /* Rounded Corners */
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
    
    /* Box Shadow */
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none}
}


/* FONTES ESPECIAIS
//////////////////////////////////////////////////////*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../../../Recursos/Scripts/ext/OpenSansLight.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../../../Recursos/Scripts/ext/OpenSans.woff) format('woff');
}