@CHARSET "UTF-8";

html,div,body,h1,form,fieldset,legend,ul,ol,li,div,table,tr,td,thead,th
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	border-style: none none none none;
	border-width: 0px 0px 0px 0px;
	color: black;
	vertical-align: middle;	
}

table {
	width: 100%;
}

.div_user table {
	text-align: center;
	color: white;
	width: 100%;
}

span 
{
	vertical-align: middle;
}

body {
	background: #8b8b8b;
	color: #111111;
	padding: 10px;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#a9a9a9', endColorstr =  '#7a7a7a' );
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9),to(#7a7a7a) );
	background: -moz-linear-gradient(top, #a9a9a9, #3a3a3a);
	font-family: "Nimbus Sans L", segoe ui, Arial, sans-serif,"Yanone Kaffeesatz";
	font-size: 1em;
}

h3,h4 {
	text-align: center;
}

.sigaGoogleForm
{
	border-style: solid;
	border-width: 1px;
	padding-right:3px;*/
	margin:0px;
	border-radius: 10px;
	border-color:rgb(126,157,185);
	background-color: white;
	width:195px;
	margin-right:10px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	font-size: 1em;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.sigaGoogleFormBotao 
{
	background:transparent;
	border-style:none;
	background-image:url("../res/search.png");
	background-position: right;
	background-repeat: no-repeat;
}

.sigaGoogleFormTexto 
{
	background:transparent;
	border-style:none;
	border-width: 0px;
	border-color:white;
}


/**
MENU
*/
.ITEMHEADER
{
	color: white;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	font-size:18px;
	vertical-align: top;
	text-shadow:rgba(0,0,0,0.5) 2px 2px 4px;
	text-transform: uppercase;
}
	
.ITEMDIR
{
	background-image: url("../res/subopcao.png");
	background-position:90%;
	background-repeat: no-repeat;
}


.ITEMINFO
{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:12px;
	font-weight:lighter;
	color:gray;
	color:rgba(255,255,255,0.5);
	text-transform: lowercase;
	width: inherit;
}

A
{
	color:inherit;
	font-style: normal;
	text-decoration: none;
}

A .ITEMHEADER
{
	color:white;
}

A .ITEMHEADER:hover
{
	color:yellow;
}
A .ITEMINFO
{
	color:gray;
	color:rgba(255,255,255,0.5);
}

.MENUBAR
{
	width: 10px;
	height: 0px;
	
}

.MENUBAR:hover
{
	background: none;
	background-color: transparent;
}

.MENUNOBORDER
{
	border-width: 0px;
	border-style: hidden;
	border-color: white;
}
	
.SUBMENU
{
	text-align: left;
	width: 220px;
}
	
ul.sidemenu
{
	list-style: none;
	width: 100%;
	vertical-align: top;
	border-style:hidden;
}

ul.sidemenu li
{
	vertical-align: top;
	text-align: right;
	padding:3px;
	border-style:hidden;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-color:rgb(255,255,0);
	border-bottom-color:rgba(255,255,0,0.8);
	border-bottom-width:0px;
	position:relative;
	float:left;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
ul.sidemenu .MENUMOVE
{
	border-top-style:hidden;
	border-top-color:black;
	border-left-style:hidden;
	border-left-color:black;
	border-right-style:hidden;
	border-right-color:black;
		
	border-bottom-style:hidden;
	height: 50px;
	-webkit-transition: background-color 0.5s linear;		
	-moz-transition: background-color 0.5s linear;		
}

ul.sidemenu .MENUMOVE:hover
{
	background-color: rgb(126,157,185);
	
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:black;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:black;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:black;
	
	border-bottom-style:solid;
	color:white;	
}

ul.sidemenu li:hover > .ITEMHEADER
{
	color:white;	
}


ul.sidemenu li:hover > ul
{
	display: block;	
	border-width: 1px;
	border-color:rgb(26,57,85);
	border-color: rgba(26,57,85,0.5);
	border-style: solid;
}

ul.sidemenu li
{
	text-align: left;	
	-webkit-transition: background-color 0.5s linear;	
	-moz-transition: background-color 0.5s linear;	
	
}


ul.sidemenu li:hover
{
	background-color: rgb(126,157,185);
}

ul.sidemenu li ul
{
	position:absolute;
	float:bottom;
	display: none;
	list-style: none;
	left:-1px;
	top:52px;
	background-color:rgb(30,30,30);
	background-color: rgba(0,0,0,0.8);	
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}

ul.sidemenu li ul li ul
{
	position:absolute;
	display: none;
	list-style: none;
	float:bottom;
	left:220px;
	top:0px;
	width:220px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);	
}

ul.sidemenu li ul li ul li
{
	width:214px;
}

ul.sidemenu li ul li:hover > ul
{
	display: block;
	width:220px;
	top:-1px;
}

.divUserListMainWindow
{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	font-size:18px;
	vertical-align: top;
	color: rgb(250,250,250);
	text-shadow:rgba(0,0,0,0.5) 2px 2px 4px;
	text-transform: uppercase;
	position: fixed;
	bottom:38px;
	right: 30px;
	display:none;
	list-style: none;
	list-style-image:none;
	background-color:rgb(30,30,30);
	background-color: rgba(0,0,0,0.8);	
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
	z-index: 99;
	border-color: white;
	border-style: solid;
	border-radius:5px;
	border-width: 1px;
	padding:5px;
	max-height: 80%;
	overflow: hidden;
	max-width: 50%;
}

.divSistemaListMensagensWindow
{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:14px;
	vertical-align: top;
	color: rgb(20,20,30);
	position: fixed;
	bottom:38px;
	left: 5px;
	display:none;
	text-transform: uppercase;
	list-style: none;
	list-style-image:none;
	background-color:rgb(230,230,230);
	background-color: rgba(250,250,250,0.8);	
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
	z-index: 99;
	border-color: gray;
	border-style: solid;
	border-radius:5px;
	border-width: 1px;
	padding:5px;
	max-height: 50%;
	overflow: auto;
	max-width: 50%;
}

.dlRascunhoGuardado
{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	font-size:18px;
	vertical-align: top;
	color: rgb(250,250,250);
	text-shadow:rgba(0,0,0,0.5) 2px 2px 4px;
	text-transform: uppercase;
	position: fixed;
	bottom:38px;
	left: 30px;
	display:none;
	list-style: none;
	list-style-image:none;
	background-color:rgb(230,30,30);
	background-color: rgba(250,0,0,0.8);	
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
	z-index: 99;
	border-color: orange;
	border-style: solid;
	border-radius:5px;
	border-width: 1px;
	padding:5px;
	max-height: 80%;
	overflow: hidden;
	max-width: 50%;	
}

.divUserServerOff
{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	font-size:18px;
	vertical-align: middle;
	text-align:center;
	color: rgb(250,250,250);
	text-shadow:rgba(0,0,0,0.5) 2px 2px 4px;
	text-transform: uppercase;
	position: fixed;
	top:25%;
	left: 25%;
	display:none;
	list-style: none;
	list-style-image:none;
	background-color:rgb(230,30,30);
	background-color: rgba(250,0,0,0.8);	
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
	z-index: 99;
	border-color: orange;
	border-style: solid;
	border-radius:5px;
	border-width: 1px;
	padding:5px;
	overflow: hidden;
	width: 50%;	
}


div.div_cabecalho {
	background: #a9cc5c;
	background: rgba(173, 222, 63, 0.7);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(103, 162, 3, 0.7) ), to(rgba(173, 222, 63, 0.7) ) ); /* for webkit browsers */
	background: -moz-linear-gradient(rgba(103, 162, 3, 0.7), rgba(173, 222, 63, 0.7) );
	border-color: #e3ebc3;
	border-color: rgba(255, 255, 255, .6);
	border-style: solid;
	border-width: 2px 2px 0px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-bottom: 0px;
	width: 100%;
	-webkit-box-shadow: 2px 0px 7px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 0px 7px rgba(0, 0, 0, .3);
	box-shadow: 2px 0px 7px rgba(0, 0, 0, .3);
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-stretch: condensed;
	z-index: 99;
}

div.div_menu {
	background: #424b2e;
	background: rgba(50, 60, 27, 0.85);
	
	background-color:rgb(30,30,30);
	background-color: rgba(0,0,0,0.8);
		
	border-color: #e3ebc3;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 1em;
	box-shadow: 0 5px 7px rgba(0, 0, 0, .3);
	color: white;
	font-weight: bold;
	height: 57px;
	overflow: visible;
	z-index:99;
	position:relative;
}

div.div_rodape,div.div_detalhado {
	background: #a9cc5c;
	background: rgba(173, 222, 63, 0.7);
	border-color: #e3ebc3;
	border-color: rgba(255, 255, 255, .6);
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	margin-bottom: 0px;
	width: 100%;
	font-size: 11px;
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 5px 7px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 7px rgba(0, 0, 0, .3);
	z-index:89;
}

div.div_detalhado {
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

div.div_rodape {
	text-align: center;
	vertical-align: middle;
	border-width: 0px 2px 2px 2px;
	
}

div.div_user {
	background: #424b2e;
	background: rgba(50, 60, 27, 0.85);
	background-color:rgb(30,30,30);
	background-color: rgba(0,0,0,0.8);	
	text-align: center;
	border-color: #e3ebc3;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 11px;
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 5px 7px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 7px rgba(0, 0, 0, .3);
	color: white;
	font-weight: bold;
	height: 34px;
	z-index:89;
}

.logo_reflex {
	-webkit-box-reflect: below -0px	-webkit-gradient(linear, 0 0, 0 100%, from(transparent),	color-stop(.85, transparent), to(rgba(250, 0, 0, 0.5) ) );
	-moz-box-reflect: below -0px	-moz-gradient(linear, 0 0, 0 100%, from(transparent),	color-stop(.85, transparent), to(rgba(250, 0, 0, 0.5) ) );
	box-reflect: below -0px gradient(linear, 0 0, 0 100%, from(transparent),	color-stop(.85, transparent), to(rgba(250, 0, 0, 0.5) ) );
}

.texto_reflex {
	-webkit-box-reflect: below -10px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.3, transparent), to(rgba(250, 0, 0, 0.5) ) );
	-moz-box-reflect: below -10px	-moz-gradient(linear, 0 0, 0 100%, from(transparent),	color-stop(.3, transparent), to(rgba(250, 0, 0, 0.5) ) );
	box-reflect: below -10px gradient(linear, 0 0, 0 100%, from(transparent),	color-stop(.3, transparent), to(rgba(250, 0, 0, 0.5) ) );
}


/* TABELA */
.table_consulta {
	border-spacing: 0px;
	font-family: "Yanone Kaffeesatz";
	font-size: 1.1em;
}

.table_consulta th {
	background-color: #f5f3e5;
	font-size: 1.3em;
	padding-left: 1px;	
}

.table_consulta tr {
	color: #234334;
	vertical-align: middle;
}

.table_consulta td 
{
	font-size: 1.1em;
	text-decoration: none;
	font-stretch: normal;
	color:rgb(20,20,20);
	padding-left: 3px;	
}

.table_consulta tr:hover {
	color: black;
	text-shadow: 0 2px 3px black;
}

.table_consulta tr:nth-of-type(2n+1) {
	background-color: #dcdcdc;
}

.table_consulta .celulapar {
	background-color: #dcdcdc;
	font-size: 1.1em;
	margin: 0px;
	width: 2em;
}

.table_consulta .celulaimpar {
	font-size: 1em;
	margin: 0px;
	width: 2em;
}

.table_consulta tr+tr td div#extradiv {
	background-color: rgba(100, 100, 100, 0.9);
	color: white;
	float: none;
	display: block;
	position: relative;
	visibility: hidden;
	height: auto;
}

.botao_invisivel {
	background: none;
	color: white;
	border: none;
	border-style: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	height: auto;
	cursor: pointer;
	vertical-align: top;
}

label {
	float: left;
	font-weight: bold;
	font-size: 11px;
	width: 15em;
	text-align: right;
	text-transform: uppercase;
}

// Mostrar os Tooltips
.span_infhelp , .span_inferror  {
	position:fixed;
	display: none;
	visibility: hidden;
	bottom:53px;
	left:5%; 
	width:90%; 
	z-index:99; 
	opacity:60%; 
	max-height: 50%;	
	font-family: "Yanone Kaffeesatz";
	font-size: 1em;    
}

.span_infhelp  {
	max-width:50%; 
	max-height: 50%;
	right:5%;	
}

.div_infhelp
{
	width:100%;
    margin:3px 3px 3px 3px;
    padding:3px 3px 3px 3px;
	background: #0000ff;
/*    background: rgba(77,122,253,0.9);*/
    background: rgba(77,70,80,0.9);
  
    border-color: #e3ebc3;
    border-color: rgba(200,200,200,.6);
/*    border-color: rgba(0,0,255,.6); */
    border-style: solid;
    border-width: 2px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    margin-bottom: 5px;
    font: 11px "Nimbus Sans L", Tahoma, "Times New Roman", Times, serif;

    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);
    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);
    box-shadow: 0px 5px 7px rgba(0, 0, 0, .5);
    text-transform: none;
    text-align: center;
    z-index: 110;
    color: white;
    
}

.photoshow
{
    margin:3px 3px 3px 3px;
    padding:3px 3px 3px 3px;
	background: #0000ff;
    background: rgba(77,122,253,0.9);
    color:black;
	
    border-style: none;
    border-width: 0px;

    margin-bottom: 5px;

    z-index: 110;	
}


.div_inferror
{
	width:100%;
    margin:3px 3px 3px 3px;
    padding:3px 3px 3px 3px;
	background: #0000ff;
    background: rgba(177,0,0,0.9);
  
    border-color: #e3ebc3;
    border-color: rgba(255,0,0,.6);
    border-style: solid;
    border-width: 2px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    margin-bottom: 5px;
    font: 11px "Nimbus Sans L", Tahoma, "Times New Roman", Times, serif;

    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);
    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);
    box-shadow: 0px 5px 7px rgba(0, 0, 0, .5);
    text-transform: none;
    text-align: center;
    z-index: 110;
}

div.singleselect
{
	background-image:url("../res/singleselect.png");
	width: 16px;
	height: 16px;
	background-repeat:no-repeat;
	background-position: center center;
	display:inline-block;
	visibility: hidden;
	position: relative;
}
div.multiselect
{
	background-image:url("../res/multiselect.png");
	width: 16px;
	height: 16px;
	background-repeat:no-repeat;
	background-position: center center;
	display:inline-block;
	visibility: visible;
	position: relative;
}



.alertas  {
	position:fixed;
	left:5%;
	top:55px; 
	width:90%; 
	opacity:60%; 
	margin:5px;	
    font: 1em "Yanone Kaffeesatz",  "Nimbus Sans L", Tahoma, "Times New Roman", Times, serif;
    z-index: 98;
    box-shadow:5px 5px 5px rgba(0,0,0,0.5);
}

.showShare  {
	position:absolute;
	right:10px;
	opacity:60%; 
	width:73px;
    font: 11px "Nimbus Sans L", Tahoma, "Times New Roman", Times, serif;
    z-index: 110;
    box-shadow:5px 5px 5px rgba(0,0,0,0.5);
    text-align: center;
}


.ui-autocomplete-category {
	font-weight: bold;
	padding: .2em .4em;
	margin: .8em 0 .2em;
	line-height: 1.5;
	color:green;
	border-bottom-color: darkgreen;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.ui-autocomplete
	{
		max-height: 400px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 5px;
	}
.ui-autocomplete-loading { background: white url('./south-street/ui-anim_basic_16x16.gif') right center no-repeat; }


:invalid {
    border-color: #e88;
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
  }

textarea:focus ,  input[type="email"]:focus , input[type="time"]:focus , input[type="text"]:focus , input[type="number"]:focus {
    background-color: #FAFFB3;
    border-color: black;
}

textarea ,  input[type="email"] , input[type="time"] , input[type="text"] , input[type="number"] {
    border-color: #AAAAAA;
	border-width: 1px;
	border-style: solid;
}

span.obrigatorio
{
	color:red;
}

.linkusername
{
	text-decoration:none;
	color: white;
}

.linkuserinfo
{
	color:white;
}
	
.linkusername:HOVER 
{
	color:yellow;	
}

.printHtmlTitulo
{
	font-weight:bolder;
	width: 200px;
	text-align: right;
	vertical-align: top;
	font: 1.4em 'Yanone Kaffeesatz';
}

.printHtmlSubTitulo
{
	font-style:italic;
	color:#444;	
	text-align: left;
	vertical-align: top;
	font: 1.3em 'Yanone Kaffeesatz';
}

.ad_meu
{
	height: 100px;
	margin:10px;
	width: inherit;
	border: 1px;
	border-style: solid;
	border-color:gray;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	text-align:center;
    background-color: white;
}

.ad_meu:HOVER
{
	cursor:pointer;
}

.ad_list
{
	width:90%;
	background-color:aqua;
	text-align: center:
}

.ad_list > li
{
	display: none;
	position: absolute;
	list-style: none;
	width: 100%;
	height:100px;
	text-align: center;
}

.gfi h2
{
	
	color:gray;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.gfi h1
{
	
	color:white;
	font-weight:bold;
	font-size: 16px;
	text-align: center;
}




/**
	MEDIA QUERIES
*/
.MenuDireitaToggle {
	display: none;
}
.MenuDireitaUnidadesOrganicas {
  	display:inline;
  	float: right;
  	overflow: visible;
}

.MenuToggleMenu {
  	background-image: url("../res/changemenus.png");
  	background-repeat:no-repeat;
  	width: 30px;
  	height: 40px;
  	float: right;
  	display: block;
  	margin-right: 10px;
  	margin-top:10px;
}



@media screen and (max-width: 1090px) {
	.MenuDireitaUnidadesOrganicas {
		display: none;
		text-align: left;
		float: left;
	}
	.MenuDireitaToggle {
		display: inline;
		float: right;
	}
}



@media screen and (max-width: 820px) {
	.MenuDireitaUnidadesOrganicas {
		display: none;
	}
	.MenuDireitaToggle {
		display: inline;
		float: right;
	}
	
	.ITEMINFO {
	display: none;
	}
	label {
		display: block;
		width: 100%;
		text-align: left;
	}
	
	
}