/*
+---------------------------------------------------------------------------------+
  Alteração..: 001
  Autor......: Jean Carlos Cidral                                              
  Data.......: 17/08/2015                                                         
  Solicitação: 338344 - Alterar cadastro GRU
  Mudança....: Permitir transferir atendimentos entre GRUs 
  Solicitante: Luana Kock (Federação SC)                         
+---------------------------------------------------------------------------------+
  Alteração..: 002
  Autor......: Jean Carlos Cidral                                              
  Data.......: 01/09/2016
  Solicitação: 182777 - (JeanCidral) - Utilidades SGU-RESSUS
  Mudança....: Alterar funcionalidades básicas do sistema
               Criar estilo para nome do usuário
  Solicitante: Tatiane Vieira (Federação SC)                         
+---------------------------------------------------------------------------------+
*/
body{
    /*background:transparent url(../images/fundo.gif);*/
    background-color: #005337; 
    font: 62.5% "Trebuchet MS", sans-serif;
}

/** Cabeçalho **/
.nome_emp {
    font-size: 12pt;
    color: white;
    font-style: normal;
    font-weight: bold;
}
.dados_emp {
    color: #E1E1E1;
    font-size: 7pt;
}
.data_emp {
    color: white;
    font-size: 9pt;
}
.nome_sist {
    color: white;
    font-size: 18pt;
    font: "Arial";
    font-style: normal;
    text-transform: uppercase;
    font-weight: normal;
}
.slogan {
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
    color: #E1E1E1;
}
#cabecalho {
    position: relative;
    top: 5px;
    width: auto;
    height: 65px;
}
#agd_proc {
    position: absolute;
    height: 97%;
    background-color: #005337;
}
/** *** */

/** Rodapé **/
div#footer {
	position: relative ;
	bottom:0;
    padding: 5px;
    width:auto;
    text-align: center; 
    font-family: Verdana; 
    font-size: 10px; 
    color: white;
    background-color: transparent;
    margin-top: 2px;
}
/** *** */

/** Botoes **/
.botao { 
    padding: .4em .5em .4em .5em; /*ALT 001*/
    text-decoration: none;
    position: relative;}
.botao span.ui-icon {
    margin: 0 0 0 0; /*ALT 001*/
    position: absolute;
    left: .2em;
    top: 50%;
    margin-top: -8px;
}

/** Definição do Menu Principal **/
div#menu {
    position: relative;
    top:0px;
    background:transparent url(../images/menu/header_bg.gif) repeat-x 0 0;  
}

div#copyright { display: none; }
/** *************************** **/

/** Conteúdo */
div#conteudo {
    position: relative;
    padding: 5px;
    width:auto;
    height: auto;
    background-color: transparent;
}
/** ************* */

/** Formulários */
fieldset {
    border-style:   solid;
    border-width:   2px;
    border-color:   #0f7744;
    padding-left:   10px;
    padding-right:  10px;
    padding-top:    10px;
    padding-bottom: 5px;
}

.hr_field { /*ALT 001*/
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #b8cf1e;
    padding: 0;
    width: 105%;
    margin-left: -10px;
}

.fieldset_int {
    border-style:   solid;
    border-width:   1px;
    border-color:   #b8cf1e;
    padding-left:   10px;
    padding-right:  10px;
    padding-top:    10px;
    padding-bottom: 5px;
    text-align:     left;
}

legend {
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:   11px;
    color: #0f7744;
}

.legend_int {
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:   10px;
    color:       #0f7744;
}

label {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
    color: #000;
	text-decoration: none; 
    padding-right: 2px; 
}

input {
	vertical-align: middle;
	border: 1px solid #BEC0C2;
	color: #000;
	margin: 0;
    margin-bottom: 3px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	background: #fff;
    height: 18px;
}

select {
	vertical-align: middle;
	border: 1px solid #BEC0C2;
	color: #000;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background: #fff;
    height: 22px;
}

textarea {
	vertical-align: middle;
	border: 1px solid #BEC0C2;
	color: #000;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-transform: none;
	background: #fff;
}

input.email {
	vertical-align: middle;
	border: 1px solid #BEC0C2;
	color: #000;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background: #fff;
	text-transform: lowercase;    
}

input:focus, select:focus {
  color:#000;
  background:#E4E4E4;
}

textarea:focus {
  text-transform: none;
  color:#000;
}

input.email:focus {
  text-transform: lowercase;
  color:#000;
  background:#E4E4E4;
}

/* Icones Padrões */
.add /* Novo */
{
	background: url(../images/ico/add.png) no-repeat;
    padding-left: 18px;
}
.alt /* Alterar */
{
	background: url(../images/ico/alt.png) no-repeat;
    padding-left: 18px;
}
.del /* Excluir */
{
	background: url(../images/ico/exc.png) no-repeat;
    padding-left: 18px;
}
.sal /* Salvar */
{
	background: url(../images/ico/sal.png) no-repeat;
    padding-left: 18px;
}
.filtrar /* Filtrar */
{
	background: url(../images/ico/ler.png) no-repeat;
    padding-left: 18px;
}
.exp /* Exportar */
{
	background: url(../images/ico/exp.png) no-repeat;
    padding-left: 18px;
    line-height: 16px;
    vertical-align: middle;
}
.imp /* Exportar */
{
	background: url(../images/ico/imp.png) no-repeat;
    padding-left: 18px;
}
.prt /* Imprimir */
{
	background: url(../images/ico/prt.png) no-repeat;
    padding-left: 18px;
}


/* Notes */

.note{
	width:148px;
	height:152px;
	padding:23px 0px 0px 12px;
	position:absolute;
	overflow:hidden;
	cursor:move;
	
	font-family: 'Comic Sans MS',Textile,cursive;
    line-height: 18px;
	font-size:15px;
	
	/* Adding a CSS3 shadow below the note, in the browsers which support it: 
	-moz-box-shadow:2px 2px 0 #DDDDDD;
	-webkit-box-shadow:2px 2px 0 #DDDDDD;
	box-shadow:2px 2px 0 #DDDDDD;*/
}

#fancy_ajax .note{	cursor:default; }

/* Three styles for the notes: */

.yellow{
    background:transparent url(../images/stickynote-medium.png) no-repeat top left;
	/*background-color:#FDFB8C;
	border:1px solid #DEDC65;	*/
}

.blue{
    background:transparent url(../images/stickynote-medium-blue.png) no-repeat top left;
	/*background-color:#A6E3FC;
	border:1px solid #75C5E7;	*/
}

.green{
    background:transparent url(../images/stickynote-medium-green.png) no-repeat top left;
	/*background-color:#A5F88B;
	border:1px solid #98E775;*/	
}

/* Each note has a data span, which holds its ID */
span.data{	display:none; }

.fechar{
	/* The author name on the note: */
	top:0px;
	color:#666666;
	position:absolute;
	right:0px;
}

h3.popupTitle{
	border-bottom:1px solid #DDDDDD;
	color:#666666;
	font-size:24px;
	font-weight:normal;
	padding:0 0 5px;
}

#noteData{
	/* The input form in the pop-up: */
	margin:30px 0 0 200px;
}

.note-form label{
	display:block;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-bottom:3px;
}

.note-form textarea, .note-form input[type=text]{
	background-color:#FCFCFC;
	border:1px solid #AAAAAA;
	font-family:Arial,Verdana,sans-serif;
	font-size:16px;
	height:80px;
	padding:5px;
	width:150px;
	margin-bottom:10px;
}

.note-form input[type=text]{	height:auto; }

.color{
	/* The color swatches in the form: */
	cursor:pointer;
	float:left;
	height:30px;
	margin:0 5px 0 0;
	width:30px;
}

#note-submit{	margin:20px auto; }

/* The styles below are only necessary for the demo page */

h1{
	background:#f0f0f0;
	border-bottom:1px solid #eaeaea;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:15px;
	padding:15px;
	text-align:center;
}

h2 {
	font-size:0.9em;
	font-weight:normal;
	padding-right:40px;
	position:relative;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:-48px;
}

p.tutInfo{
	/* The tutorial info on the bottom of the page */
	padding:10px 0;
	text-align:center;
	position:fixed;
	bottom:0px;
	background:#f0f0f0;
	border-top:1px solid #eaeaea;
	width:100%;
	z-index:15;
}

h1,h2,p.tutInfo{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

/* *** FIM Notes */	
/*ALT 001*/
.noclose .ui-dialog-titlebar-close
{
    display:none;
}

/*Alt 002*/
a.UsrName {
	text-decoration: none;
    color: white;
    font-size: 10pt;
}
}

a.UsrName:hover {
	text-decoration: underline;
}
/*Alt 002*/