@CHARSET "ISO-8859-1";

/* autocomplete scrollbar */
.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

/* Renata - 04/08/2011 - formatado para busca pública por área de conhecimento */
.ui-widget { font-family: Verdana, Arial, sans-serif !important; font-size: 8pt !important;}
.ui-widget .ui-widget { font-size: 8pt !important; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif !important; font-size: 1.1em; }

/* 15/12/2011 */
/* Alterado por Renata - adicionar height:18px; ao .ui-jqgrid-titlebar  */
/* se não fizer isso, qdo a grid for usada em uma página normal, a barra de título ficará super larga */
.ui-jqgrid .ui-jqgrid-titlebar {padding: .3em .2em .2em .3em !important; position: relative !important; border-left: 0px none !important;border-right: 0px none !important; border-top: 0px none !important; height:18px !important;}


/* 15/12/2011 */
/* Alterado por Renata - adicionar height:18px; ao .ui-jqgrid-sortable  */
/* se não fizer isso, qdo a grid for usada a partir da janela modal, a fonte fica grande - linha de cabeçalho */
.ui-jqgrid .ui-jqgrid-sortable {cursor:pointer !important; font-size:8pt !important;}


/* 15/12/2011 */
/* Alterado por Renata - adicionar height:18px; ao .ui-jqgrid-btable */
/* se não fizer isso, qdo a grid for usada a partir da janela modal, a fonte fica grande - linha de detalhe */
.ui-jqgrid .ui-jqgrid-btable {table-layout:fixed !important; margin:0em !important; outline-style: none !important; font-size:8pt !important;}

/* 19/01/2015 */
/* adicionado por Renata para que a altura das abas seja renderizada corretamente */
.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/* Na grid, mostrar mais de uma linha quando coluna possuir texto longo */
.ui-jqgrid tr.jqgrow td {
	white-space: normal !important;
	padding: 3px;	
}



/*******************************************************************************************/

/*importado de gpc_home.css*/


/* Links */

/* Patch para Firefox */
table a:link    {font-family: verdana; font-size: 10px; color: olive; text-decoration: none}
table a:visited {font-family: verdana; font-size: 10px; color: olive; text-decoration: none}
table a:hover   {font-family: verdana; font-size: 10px; color: gray; text-decoration: underline}

a:link    {font-family: verdana; font-size: 10px; color: olive; text-decoration: none}
a:visited {font-family: verdana; font-size: 10px; color: olive; text-decoration: none}
a:hover   {font-family: verdana; font-size: 10px; color: gray; text-decoration: underline}

a.menu_link:link    {font-family: verdana; color: black; text-decoration: none;}
a.menu_link:visited {font-family: verdana; color: black; text-decoration: none;}
a.menu_link:hover   {font-family: verdana; color: gray; text-decoration: underline;}

/* webMenu */

.menu_item{
	padding: 2px;
	margin-left: 2px;
	list-style-type: none;
}

.menu_grupo{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #cccccc;
	width: 100%;
	padding: 4px;
	margin-top: 5px;
}

.menu_grupo a:link   {color: white}
.menu_grupo a:visited{color: white}
.menu_grupo a:hover  {color: gray}

/* Aplicados a todos objetos HTML */
input {
	font-family: verdana;
	font-size: 11px;	
}

textarea {
	font-family: verdana;
	font-size: 11px;	
}

select {
	font-family: verdana;
	font-size: 11px;
}

body {	
	font-family: verdana; 
	font-size: 10px;
}

p{
	font-family: verdana;
	font-size: 10px;
}

td {	
	font-family: verdana; 
	font-size: 10px;	
}

hr{
	color: Gray;
	height: 1px;
}

/* Opcionais */

li.lista{
	padding: 4px;	
	list-style-type: none;
}

p.linha{
	width: 100%;
	font-weight: bold;
	text-align: left;
	color: Maroon;
	padding-bottom: 3px;
	border: 1px;
	margin-top: 25px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}

p.center{
	text-align: center;
}

select.limitado {
	width: 100%;
}

input.label {	
    font-size: 10px;
	color : #666666;	
	border-style: none;	
	background-color: White;
}

input.right {	
	text-align: right;	
}

ul.none{
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	list-style-type: none;
}

table.spacing tr td {
    padding: 3px;
}

table.normal tr td {
    line-height: 16px;
	font-family: verdana; 
	font-size: 10px;
	border:0;
}

table.table_list {
	border-collapse: collapse;	
	font-family: verdana; 
	font-size: 10px;
}

table.table_list tr td {
	border:1px solid #DCDCDC;
	padding: 3px;
}

tr.table_list_header {
	font-weight: bold;
	color: Black;
	background-color: #EFEFEF;
	padding: 2px;
}

table.gpusp {
	font-family: Verdana; 
	font-size: 10px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.gpusp tr td {
	border:1px solid gray;
	padding: 4px;
	background-color: white;
}

table.gpusp thead tr th {
	border:1px solid gray;
	padding: 4px;
	font-weight: bold;
	background-color: #EFEFEF;	
}

/* Layout */
#web_cabecalho{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	width: 100%;
}

#web_cabecalho_mensagem{
	padding: 8px;
	color: Red;
	font-size: 10px;
	border: 1px solid #DCDCDC;
	background-color: #FFFFEE;
	text-align: center;
}

#web_rodape_voltar{
	padding-top: 20px;
	text-align: left;
	width: 100%;
}

#web_rodape_creditos{
    padding-top: 5px;
	text-align: center;
	width: 100%;
}

#web_mensagem{
    color: Maroon;   
    text-align: center;
}

*.ocultar{
	display:none;
}

/*css para o Helpers*/
/*div {width: 170px; font-size: 62.5%;}*/
.tip {
	word-wrap: break-word;
	width: 170px;
	/*font-family: verdana, helvetica, sans-serif;
	/*font-size: 1em;*/
	font-weight: normal;
    color: #00698C !important;
    background:rgba(255, 255, 242, 0.85);
    display:none; /*--Hides by default--*/
    padding:10px;
    position:fixed;    
    z-index:1000;
   	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border: 1px solid #999;
	-webkit-box-shadow: 5px 7px 15px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 5px 7px 15px 0px rgba(0,0,0,0.55);
	box-shadow: 5px 7px 15px 0px rgba(0,0,0,0.55);
	
}	

.quad {
	color: #fff;
	/*border: 1px solid #666;*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	/*width: 28px;
	heigth: 20px;*/
	font-weight: bold;
	background-color: #fff;
	/*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor:help;
    box-shadow: inset -10px -10px 10px #FDB525, inset 3px 3px 5px #FFF;
}

.quad:before{
	content: "?";
}

.videotutoriaislink {
	color:red !important;
	font-weight:bold;
	font-size:2em;
	text-align:left;	
}

fieldset {
	border: 1px solid gray;
    margin-bottom: 18px;
}

legend {
	font-weight:bold;
}

.card-principal {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.partial-blue-color-card {
    background-image: linear-gradient(to bottom, #1094ab 20%, #f8f9fa 10%);
}

.auxilio-card {
  padding: .1rem;
  
  .auxilio {
    color: #1094ab;
    margin: 0;
    font-weight: bolder;
    font-size: .8rem !important;
   }
   
  .processo {
    color: #64c4d2;
    margin: 0;
    font-weight: bolder;
    font-size: .8rem !important;
   }
   
   .titulo {
   	display: block;
	-webkit-transition: .5s ease-in-out;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .5s ease-in-out;
	font-weight: 500;
	white-space: nowrap;
	margin: 0;
	margin-bottom: .2rem;
	font-size: .9rem !important;
   }
   
   .info {
   	margin: 0;
    font-size: .7rem !important;
   }
   
   .infoDestaque {
   	margin: 0;
   	margin-right: .25rem;
   	padding: .1rem;
   	padding-left: .2rem;
   	padding-right: .2rem;
   	color: white;
   	text-align: center;
   	font-size: .7rem !important;
   }

   
}

.auxilio-card a {
	text-decoration: none !important;
	color: inherit !important;
}

.auxilio-card a:hover {
	text-decoration: none !important;
	color: inherit !important;
}

@media screen and (min-width: 770px) {
  .auxilio-card {
    display: flex;
    align-items: center;
    flex-direction: row !important;
  }
}

.tela-completa {
  width: 100vw;
  height: 100vh;
  padding: 0 !important;
  margin: 0 !important;
}

.fixed-rodape {
  position: absolute !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 4.5rem !important;
}

.select-container {
  display: flex !important;
  align-items: center !important;
}
.select-container select {
  flex-grow: 1 !important;
}
.select-container button {
  margin-left: 5px !important;
}

.modal-principal {
	z-index: 1040;
}