/***************************************************************************************
Folha de estilos Sistema Administrativo









 

***************************************************************************************/


/* MasterPage */

* {
	margin:0;
	padding:0;
}

html {
	background:url(images/fundoBody.png) no-repeat right bottom fixed;
	height:100%;
}

body {
	background:url(images/fundoHTML.png) repeat-x top;
	color:#333;
	font-family: Verdana, Tahoma, sans-serif;
	font-size:62.5%;
}

hr {
   margin:1em 0;
}

strong {
	color:#1A2F3D;
}

a {
	color:#333;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.hide {
	display:none;
}

div#hd {
	width:100%;
	min-width:960px;
	margin:0 auto;
	padding-bottom:5px;
}
div#hd #acessibilidade {
    float:right;
	background:#0865C3 url(images/fundoAzul.png) left top repeat-x;
	color:#fff;
    width:100px;
    height:30px;
    padding:0 5px;
    margin-right:20px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}
div#hd #acessibilidade a {
    color:#fff;
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    font-weight:bold;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    text-align:center;
    text-decoration:none;
    margin:5px 0;
}
div#hd #acessibilidade a:hover {
    background:#A5CEF2!important;
    color:#000!important;
}
a.lnkAltoContraste {
    color:#fff;
    background:#000;
    margin-left:5px!important;
    font-size:12px;
}
a.lnkNormal {
    color:#000!important;
    background:#fff;
    margin-left:5px!important;
    font-size:12px;
}
a.lnkDiminuirFonte {
    font-size:10px;
}
a.lnkFonteNormal {
    font-size:12px;
}
a.lnkAumentarFonte {
    font-size:14px;
}
div#hd h1.logo {
	display:inline;
	margin:0 0 0 10px;
	width:220px;
	height:85px;
	line-height:85px;
	vertical-align:middle;
	text-indent:-10000px;
}
div#hd h1.logo img {	
	width:220px;
	height:85px;
	vertical-align:middle;		
}
div#hd h2.logoSistemaAtual {
   display:inline;
   margin-left:25px;
	height:85px;
	line-height:85px;
	vertical-align:middle;
}
div#hd h2.logoSistemaAtual img {
   height:50px;
   vertical-align:middle;
}
div#hd h2.logoInstitiuicao {
   position:absolute;
   right:150px;
   display:inline;
   margin-top:5px;
	height:60px;
	line-height:60px;
	vertical-align:middle;
}
div#hd h2.logoInstitiuicao img {
   height:60px;
   vertical-align:middle;
}
div#hd div.user {
	color:#0865C3;
	text-align:right;
	margin:-15px 20px 0 0;
	font-size:1.2em;
}

div#hd div.user a {
	color:#0865C3;
	text-decoration:none;
	padding:0 5px;
}
div#hd div.user a:hover {
	text-decoration:underline;
}
div#e {
   margin: 0 20px;
}
div#d {
    float:right;
    width:240px;
    height:auto;
    margin-top:10px;
    position:relative;
    display:none;
}
div#f {
    position:absolute;
}

div#dicas, div#infos {
    width:240px;
    height:auto;
    background:#FAF2B6;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    display:none;
}
div#infos {
    margin-top:10px;
}
div#dicas h1, div#infos h1 {
    font-size:1.2em;
    font-weight:bold;
    color:#000;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:5px;
    border-bottom:1px solid #666;
    border-right:1px solid #666;
    cursor:pointer;
    position:relative;
    background:#FFD700 url(images/fundoDicas.png) left top repeat-x;
}
.lnkMaximizar, .lnkMinimizar {
     position:absolute;
     top:50%;
     margin-top:-8px;
     right:10px;
     background:url(images/icomaxMin.gif) no-repeat;
     height:15px;
     width:15px;
}
.lnkMaximizar {
    background-position:right center;
}
.lnkMinimizar {
    background-position:left center;
}
div#dicas .conteudoDicas, div#infos .conteudoInfos {
    padding:5px;
}

/*------------------------------------------*
* 	Menu									*
*	.m = menu, .i = items, .s = submenu 	*
*-------------------------------------------*/
.m {
	background:url(images/fundoMenu.png) right top repeat-x;
	margin:0 0 5px -10px;
	padding:0 0 0 20px;
	height:40px;
	list-style:none;
	position:relative;
	min-width:960px;
	z-index:900;
}

.m .i {
	display:block;
	float:left;
	position:relative;
}

.m .s {
	position:absolute;
	left:0;
	list-style:none;
}

.m .s .i { float:none; }

.m .s .i .s {
	position:absolute;
	margin-left:200px;
	top:0;
}

/* Menu abre para esquerda*/
.m .l .s {
	right:0;
	left:auto;
}

.m .l .s .i .s {
	margin-right:200px;
	margin-left:auto;
}

.m .i a { /* Menu lvl 1*/
	width:167px;
	background:transparent url(images/fundoLinkMenu.gif) right center no-repeat;
	height:40px;
    font-size:1.2em;
	line-height:40px;
	text-align:center;
	font-weight:bold;
    border:none;
}

.m .s a { /* submenu lvl 1*/
	width:190px;
	color:#fff;
	font-size:1.1em;
	line-height:1.6em;
	font-weight:normal;
	padding:5px;
	border-top:1px solid #A5CEF2;
	border-bottom:1px solid #213b4d;
	background:#0865C3;
	height:auto;
	text-align:left;
}

.m .s .i a {  }/* Menu lvl 2*/

.m .s .i .s a { border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; }/* submenu lvl 2*/

.m .s .i .s .i a {  }/* submenu lvl 3*/

.m .s .i .s .i .s a { }/* submenu lvl 3*/

/* Eventos :hover */
.m .i .s,										/* Esconde submenu lvl1 */
.m .i:hover .s .i .s,							/* Esconde submenu lvl2 quando lvl1 hover */
.m .i .s .i:hover .s .i .s { display:none; } 	/* Esconde submenu lvl3 quando lvl2 hover */

.m .i:hover .s,
.m .i .s .i:hover .s,
.m .i .s .i .s .i:hover .s { display:block; }

.m .dB { display:block!important; } /* display on focus */

/* Padrão links*/
.m a {
	display:block;
	color:#FFF;
	text-decoration:none;
}

.m .l a {
    background-image:none;
}

.m .s .i .s .p a {
    border-top:none;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.m .l .s .i .s .p a {
    border-top:none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
}

.m .s .u a,
.m .s .i .s .u a {
    border-bottom:none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.m a:hover,
.m a:active,
.m a:focus { 
	background:#A5CEF2!important;
	color:#000!important;
	border-bottom-color:#A5CEF2;
}

.i:hover > a {
	background:#A5CEF2!important;
	color:#000!important;
	border-bottom-color:#A5CEF2;
}

.m .dDA { /* Drop Down Arrow*/
    line-height: inherit;
    display: inline-block;
    margin-left: 15px;
    font-size: 0.6em;
}
.m .s .dDA {
    float:right;
    margin-right: 5px;
    margin-left: 0;
}

div.breadCrumb {
	margin:10px 0  0 20px;
	font-size:1.2em;
}

div.breadCrumb a {
	color:#333;
	text-decoration:underline;
	margin:0 5px;
}

div.breadCrumb a:hover {
	text-decoration:none;
}

div#bd {
   width:100%;
	min-width: 960px;
	height:auto;
	margin:0 auto;
	padding:20px 0 10px 0;
	position:relative;
	font-size:1.2em;
}

/* Menu Sistemas */

.menuSistemas { 
    display: inline-block;
    position:relative;
   z-index:901;
}
.menuSistemas .spUl {
   position:absolute;
   list-style:none;
   display:none;
   width:690px;
   padding:10px 10px 35px 10px;
   right:0;
	background:#f8f8f8;
   border:1px solid #ddd;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow:1px 1px 5px #444;
   -moz-box-shadow:1px 1px 5px #444;
   z-index:901;
   font-size:1.2em;
} 

.menuSistemas .spUl .spLi {
   float:left;
   margin:10px;
   width:150px;
   height:150px;
   vertical-align:middle;
}
.menuSistemas .spUl .spLi a {
   display:block;
   padding:5px!important;
   text-align:center;
   border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   vertical-align:middle;
   cursor:pointer;
   text-decoration:none;
}
.menuSistemas .spUl .spLi a:hover {
   text-decoration:none!important;
}
.menuSistemas .spUl .spLi a img {
    width: 80px;
    height: 80px;
    min-height: 80px;
    object-fit: contain;
}
.fecharSistemas {
   position: absolute;
   bottom: 10px;
   right: 20px;
   float:none!important;
   margin:0!important;
   width:auto!important;
   height:auto!important;
}

.hplSistemas {
    cursor: pointer;
}

/* Formulários */

fieldset {
	border:1px solid #ddd;
	background:#f4f4f4;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:20px;
	display:block;
	padding:15px 10px 10px 10px;
}

fieldset fieldset {
  	background:#ddd;
}

fieldset fieldset fieldset {
  	background:#f4f4f4;
}

legend {
   font-size:1.2em;
	border:none;
	background:#0865C3 url(images/fundoAzul.png) left top repeat-x;
	padding:5px 10px!important;
	font-weight:bold;
	color:#FFF;
	margin-left:-10px;
	margin-right: -10px;
	width:100%;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}


label {
	display:block;
	width:auto;
	clear:both;
}

div.right {
	text-align:right;
	margin:10px -10px 0px -10px;
	padding:10px 10px 5px 10px;
	background:#E9E9E9;
	border-top:1px solid #DDD;
	-webkit-border-bottom-right-radius: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -moz-border-radius-bottomright: 5px;
   -moz-border-radius-bottomleft: 5px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
}

select.lista {
	width:195px;
	height:195px;
}


input,
select,
textarea {
	color:#333;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:18px;
	border:1px solid #CCC;
	margin-bottom:5px;
	padding:2px;
	font-size:1em;
}

input:focus,
textarea:focus,
select:focus {
	background:#FDFBDF;
	border:1px solid #E8B909;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	width:685px;
	height:150px;
	line-height:normal;
}

input.btn {
	line-height:normal!important;
	height:auto!important;
	background: #1A2F3D;
	color: #fff!important;
	font-size:1em;
	font-weight:normal!important;
	border:1px solid #1A2F3D!important;
	padding:3px 10px;
	width:auto!important;
	cursor:pointer;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    display: inline-block;
    overflow:visible;
}

input.btn:hover,
input.btn:focus,
input.btn:active {
	background:#A5CEF2;
	color:#000!important;
}

input.text2C, select.text2C {
	width:30px;
}

input.text10C, select.text10C {
	width:90px;
}

input.text15C, select.text15C {
	width:120px;
}

input.text20C, select.text20C {
	width:180px;
}

input.text30C, select.text30C {
	width:240px;
}

input.text60C, select.text60C {
	width:480px;
}

textarea.text30C {
	width:240px;
	height:48px;
}
textarea.text30C {
	width:240px;
	height:48px;
}

textarea.text60C {
	width:480px;
	height:100px;
}

.checkbox,
.radio {
	display:block;
	margin-bottom:5px;
}

.checkbox input,
.radio input {
	clear:both;
	float:left;
	height:auto;
	border:none;
	margin:2px 5px 0 0;
}

.checkbox label,
.radio label {
	display:inline;
	clear:none;
	width:auto;
}

.invalido {
	background:#FFFBFD;
	border:1px solid #FF8864;
}
.freezePanel {
    position:relative;
}
.freezePanel div {
    float:left;
     width:30%;
  
}
.grid {
	border:none;
	width:100%;
	color:#333;
	margin-bottom:10px;
}
.gridChild {
    border:none;
	color:#333;
	width:97.5%;
	margin-bottom:10px;
	margin-left:2.5%;
}
.gridChild td {
    border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:3px;
}
.freeze {
    margin-bottom:0;
    padding:0;
    border-collapse:collapse;
    border:none!important;
    position:relative;
}
.freeze td, .freeze th {
    height:30px!important;
}
.scroll {
    background:#ddd;
    overflow:auto;
    width:69%!important;
    position:relative;
    float:none!important;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.scroll div {
   float:none;
   width:auto;
}
.scroll .grid {
    width:130px;
    margin-bottom:0;
    padding:0;
    table-layout:fixed;
    border-collapse:collapse;
    border:none!important;
}
.scroll td, .scroll th {
    width:130px;
    padding:0;
    margin:0;
    height:30px!important;
}
.scroll th , .freeze th {
    height:45px!important;
}
.scroll select {
    margin-bottom:0!important;
    width:60px!important;
    height:auto!important;
}
.scroll input {
    margin-bottom:0!important;
    width:30px!important;
    height:auto!important;
}

.proximo,
.anterior {
    position:absolute;
	background:#0865C3 url(images/fundoAzul.png) left top repeat-x;
	color:#FFF;
	display:none;
	height:30px;
	width:10px;
	line-height:30px;
	text-decoration:none;
	font-size:1.2em;
	text-align:center;
	top:50px;
}
#slider {
    position:absolute;
    bottom:10px;
    width:370px;
    right:25px;
}

.grid td {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:3px;
}

.gridHeader th {
	border-right:1px solid #A2C2E2;
	border-left:1px solid #A2C2E2;
	height:20px;
	background:#0865C3 url(images/fundoAzul.png) left top repeat-x;
	color:#FFF;
	text-align:left;
	padding:3px;
}
.gridHeader th.center {
   text-align:center;
}
/*.gridRow {
	background:#fff;
}*/

.gridAlternatingRow {
	background:#f4f4f4;
}

.gridRow:hover,
.gridAlternatingRow:hover,
.gridSelectedRow,
.gridHover {
	background:#F8F7CB;
}

.gridPager {
	text-align:center;
}

.gridPager table {
	margin:10px auto;
}

.gridPager td {
	border:none;
}

.gridPager span {
	color:#666;
	display:block;
	padding:2px 5px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border:1px solid #666;
	font-weight:bold;
	text-decoration:underline;
}

.gridPager a {
	color:#aaa;
	display:block;
	padding:2px 5px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border:1px #aaa;
	font-weight:bold;
	text-decoration:none;
}

.gridPager a:hover {
	border-color:#666;
	color:#666;
	text-decoration:underline;
}

.btExcluir, .btExcluirSemMensagem, .btExcluirMatriculaConfiguracaoEscola {
	height:15px;
	width:15px;
	padding:5px;
	margin:0 auto;
	display:block;
}

.btExcluirTurno {
	float:right;
	height:10px;
	width:10px;
	padding:0;
	margin:0 auto;
	display:block;
}

.bt_pesquisar {
	margin-bottom:-7px;
   padding:0!important;
   width:23px!important;
}

.bt_limpar {
	margin-bottom:-7px;
	width:35px;
}

.bt_desfazer {
	width:20px;
}

#ft {
	width: 100%;
	min-width:960px;
	height:20px;
	text-align: center;
	color:#333;
	clear:both!important;

}

/* Login */

body.login #bd {
   position:static;
   padding-top:0;
}

div#login {
	width:235px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-120px 0 0 -117.5px;
	padding-bottom:10px;
	background:#0865c3 url(images/fundoLogin.png) center top no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div#login fieldset {
	border:none;
	width:215px;
	margin:0 auto;
	padding:10px 0 0 0;
	background:none;
}

div#login label {
	color:#FFF;
	font-weight:bold;
	margin-bottom:0;
	margin-top:15px;
	margin-left:10px;
}

div#login legend {
	display:none;
}

div#login input, div#login select {
	width:180px;
	border:none;
	margin-left:10px;
}

div#login input.btn {
	float:right;
	margin-top:10px;
	padding: 3px 8px;
	margin-left:0;
	display:inline;
	top:0;
}

div#login a {
   display:block;
   margin-top:15px;
   margin-left:10px;
   color:#fff;
   font-size: 0.9em;
   min-height: 1px;
}
div#login #msgLogin {
   position:absolute;
   top:-80px;
   width:235px;
}
.ui-state-error {
	padding:15px;
	margin-bottom:10px;
	color:#CD0A0A!important;
}

/* Mensagem de alerta amarelo, os outros sobrescreve atraves do utilBO */
.summary {
	display:block;
	background-position:15px 7px!important;
	padding:10px;
	padding-left:50px;
	margin-bottom:20px;
	border:1px solid #E8B909;
	background-color: #FFFCDF!important;
	color: #363636!important;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-weight:bold;
	width:auto;
	word-wrap: break-word;
}

/* Mensagem de alerta amarelo, os outros sobrescreve atraves do utilBO */
.summaryMensagem {
	display:block;
	background: #fff url(images/warning.png) no-repeat 45px 50%;
	background-position:15px 7px!important;
	padding:10px;
	padding-left:50px;
	margin-bottom:20px;
	border:1px solid #E8B909;
	background-color: #FFFCDF!important;
	color: #363636!important;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-weight:bold;
	width:auto;
	word-wrap: break-word;
}

/* Mensagem de alerta amarelo, os outros sobrescreve atraves do utilBO */
.summarySemIcone {
	display:block;
	padding:10px;
	margin-bottom:20px;
	border:1px solid #E8B909;
	background-color: #FFFCDF!important;
	color: #363636!important;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-weight:bold;
	width:auto;
	word-wrap: break-word;
}



.summary td {
	border:none;
}

.ui-datepicker-trigger {
	width:20px;
	height:20px;
	margin-left:5px;
	margin-bottom:-5px;
}

.ui-datepicker {
	z-index:999999!important;
}

.ui-state-error ul {
	list-style:none;
}


body.sistemas #bd fieldset { 
   background: none!important;
   border: none!important;
   margin:0 150px;
}


.listaSistemas span {
	display:block;
	width:150px;
	height:150px;
	text-align:center;
	float:left;
}

.listaSistemas span a {
	display:block;
	text-decoration:none;
}

.listaSistemas span a:hover {
text-decoration:underline;
}

.listaSistemas span img {
	border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-border-radius:3px;
}

.listaSistemas span span {
	width:auto;
	height:auto;
	display:inline;
	width:150px;
	text-align:center;
}

div#divSelectGrupo input.btn {
	width:400px!important;
}

.ui-tabs {
	background:transparent!important;
	border:none!important;
	font-size:1em!important;
}

.ui-tabs .ui-tabs-panel {
	padding:0!important;
	border: 1px solid #4282E0;
	background:#f4f4f4;
}

.ui-tabs .ui-tabs-nav {
	background:transparent;
	border:none;
	padding:0!important;
   border-bottom: 5px solid #4282E0;
   border-radius:0;
   -webkit-border-radius:0;    
   -moz-border-radius:0;    
}

.ui-tabs .ui-tabs-nav .ui-state-default {
    background:#4282E0;
    border-color:#4282E0;
}
.ui-tabs .ui-tabs-nav .ui-state-default a {
    color:#fff;
}


.ui-tabs .ui-tabs-nav .ui-state-active,
.ui-tabs .ui-tabs-nav .ui-state-active.ui-state-hover {
    background:#F4F4F4!important;
    border-color:#ddd!important;
    padding-bottom:6px!important;
    margin-bottom:-6px!important;
    border-bottom:0!important;
    z-index:10;
}
.ui-tabs .ui-tabs-nav .ui-state-active a,
.ui-tabs .ui-tabs-nav .ui-state-active.ui-state-hover a {
    color:#4D4D4D!important;
}


.ui-tabs .ui-tabs-nav .ui-state-hover {
    background:#0965C3!important;
    border-color:#0965C3!important;
    color:#fff!important;
}
.ui-tabs .ui-tabs-nav .ui-state-hover  a{
    color:#fff!important;
}
.ui-tabs .ui-tabs-panel { outline:none; }

.ui-dialog fieldset { width:auto!important; }

/* jQuery Dialog - colocado MaxHeigth */
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; max-height: 450px; overflow: auto; zoom: 1; }

.divEfetivacao {
    width:680px;
    overflow:auto;
    /*background:#dedede;*/
}
.divEfetivacao .gridHeader th {
    background:#666;
}
.divEfetivacao fieldset 
{
	background:#dedede;
}
.divEfetivacao .grid {
    table-layout:fixed;
    width:150px;
    margin-bottom:5px;
}
.divEfetivacao .gridHeader th, .divEfetivacao .gridHeader td {
    width:150px!important;
    text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

#divRelatorio input, #divRelatorio select {
    margin:0!important;
}
.clear {
    clear:both;
}

#divCategoria {
    width:710px;
    overflow:auto;
    margin-bottom:20px;
}

#divCategoria .catD, #divCategoria .catE {
    width:345px;
    float:left;
}
#divCategoria .catD {
    margin-left:20px;
}

#divCategoria h1 {
    color:#A5CEF2;
    font-size:4em;
    font-weight:bold;
}
#divCategoria h2 {
    font-size:1.4em;
    font-weight:bold;
    color:#549C00;
    text-indent:1em;
    padding:10px 0;
}
#divCategoria a {
    display:block;
    padding:5px;
    text-decoration:none;
    border-bottom:1px solid #ddd;
}
#divCategoria a:hover h2 {
    text-decoration:underline;
}
#divCategoria p {
    text-align:justify;
    text-indent:1em;
    font-size:1em;
    line-height:1.6em;
    color:#333;
}

.maskHora {
    text-align:right!important;
}


.DragCheckBox,
.DragCheckBox *,
.DropCheckBox,
.DropCheckBox *,
.DragLabel,
.DragLabel * {
    cursor:pointer;
}

/* Ajax Loader */
.loader
{
    position: absolute; 
    background: #E8E8E8 url(images/ajax-loader.gif) center center no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    opacity:0.50;
	filter:alpha(opacity=50);
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly] 
{ 
 cursor: default; 
 background: #EEE;
 color:#666!important;
}

.tbEndereco input[readOnly1="readOnly"]
{
    color: #767676 !important;
}

.tbEndereco table td
{
    padding-right: 20px;
}


.tbEndereco .tbNovoEndereco_incremental
{
    margin-left: 5px;
    position: absolute;
}

.tbEndereco .botoes
{
    margin-left: 5px;
    margin-top: 5px;
}

.gridViewRow {
    background:#fff;
}

#SiteMap {
   text-align: center;
   margin-top:100px;
}
#SiteMap .listaMenu {
   display: inline-block;
   margin: 0 auto;
   list-style:none;
   width:620px;
}
#SiteMap .txtMenu {
   display: none;
}
#SiteMap .txtSubMenu {
   display: inline-block;
   width: 150px;
   height: 150px;
   vertical-align: bottom;
}


#SiteMap a.link {
   vertical-align: bottom;
   display: block;
   padding-top: 75px;
   color:#2995D9;
   font-size:1.4em;
   text-decoration:none;
   position:relative;
   background: center top no-repeat;
}
#SiteMap a.link.verde { background-image: url(images/logos/iconeMenu-azul.png) }
#SiteMap a.link.rosa { background-image: url(images/logos/iconeMenu-azul.png) }
#SiteMap a.link.azul { background-image: url(images/logos/iconeMenu-azul.png) }
#SiteMap a.link.laranja { background-image: url(images/logos/iconeMenu-azul.png) }
#SiteMap a.link.vermelho { background-image: url(images/logos/iconeMenu-azul.png) }

#SiteMap a.link .linkHover {
   background:url(images/sistema-selecionado.png) center -3px no-repeat;
   position: absolute;
   height: 85px;
   width: 150px;
   top: 0px;
   left:0;
	-webkit-transition: opacity 0.5s ease-in-out;
	opacity:0;
	filter:alpha(opacity=0);
	cursor:pointer;
}
#SiteMap a.link:hover .linkHover, #SiteMap a.link:focus .linkHover {
  opacity:1;
  filter:none;
}

.txtHelpDesk {
   font-size: 1.2em;
   font-weight: bold;
   color: white;
   position: absolute;
   top: -22px;
   right:0;
   text-shadow: 1px 1px 1px black;
   text-decoration: none !important;
}

.ui-dialog
{
    font-size:1.2em !important;
}

.hplHelp
{
    position: absolute;
    right: 25px;
    top: 140px;
    z-index:2;
}

.hplHelp img
{
    width: 32px;
    height: 32px;
}


.checkboxlist label {
    text-align: right;
    clear: both;
    float: right;
    margin-left: 5px;
    margin-right: 10px;
}