/* Estilo para dar um efeito de card com sombra suave */
.card-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra mais suave e moderna */
    border: none !important; /* Remove borda padrão do ExtJS */
    transition: box-shadow 0.3s;
}

.card-shadow:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); /* Efeito de elevação ao passar o mouse */
}



.x-tab-hide .x-tab-panel-header .x-tab-strip-wrap{
	display:none;
}

.icoButtonExpand {
    background-image: url("/images/down_symbol.png") !important;
}
.icoButtonCollapse {
    background-image: url("/images/up_symbol.png") !important;
}
.icoButtonCheck {
    background-image: url("/images/check.png") !important;
}
.icoButtonUncheck {
    background-image: url("/images/uncheck.png") !important;
}

.reportTable {
     display: inline-table;
     border-collapse: collapse;
}

.reportTable th {
	font-weight: bold;
	font-size: 16px;
	background-color: #e9e8e5;
}


.reportTable .cor1 {
    background-color: #ccccff;
}

.reportTable .cor0 {
    background-color: #f0ffff;
}

.reportTable .cor2 {
    background-color: #d9d9fe;
}

.reportTable .cor3{
    background-color: #ffffcc;
}

.reportTable .cor4{
    background-color: #ffff66;
}

.reportTable .cor5{
    background-color: #e9e8e5;
} 

.reportTable .cor_a{
    background-color: #ccffcc;
}

.reportTable .cor_b{
    background-color: #bbfcbb;    
}

.reportTable td, th {
      text-align: left;
     /*border-style: solid;*/
      border-width: 0;
      padding: 3px;
    }

.icon-user {
    background-image:url('../img/icon-user.png') !important;
}

.x-grid3-row-over .x-grid3-cell-inner {
	font-style: normal;
	font-weight: bold;
}

.tabCadastro {
	background: url(/images/cadastro.png) 0 6px no-repeat !important;
}

.tabTabela {
	background: url(/images/tabela.png) 0 6px no-repeat !important;
}

.tabSistema {
	background: url(/images/sistema.png) 0 6px no-repeat !important;
}

.tabWelcome {
	background: url(/images/welcome.png) 0 6px no-repeat !important;
}

.tabNovo {
	background: url(/images/tabNovo.png) 0 6px no-repeat !important;
}

.tabEditar {
	background: url(/images/editar.png) 0 6px no-repeat !important;
}

.tabMostrar {
	background: url(/images/documento.png) 0 6px no-repeat !important;
}

.tabLista {
	background: url(/images/tabMostrar.png) 0 6px no-repeat !important;
}


#logo_compagny {
	color: #ff9600;
	font-size: 1.6em;
	padding-left: 20px;
	padding-bottom: 30px;
}

#logout {
	color: #ff9600;
	font-size: 0.8em;
}

#edit {
	color: #ff9600;
	font-size: 0.8em;
}

#logo_name {
	color: #999999;
	font-size: 1.6em;
}

#slogan {
	/*float: right;*/
	font-size: 0.8em;
	margin-left: 5px;
}

.btnNovo {
	background:url(/images/new.png) no-repeat left;
	padding-left: 15px;
}

.btnAdicionar {
	background:url(/images/adicionar_arquivo_16.png) no-repeat left;
	padding-left: 15px;
	padding-right: 15px;
}

.btnAbrir {
	background:url(/images/pasta.png) no-repeat left;
	padding-left: 15px;
	padding-right: 15px;
}

.btnPix {
	background:url(/images/pix_icone_16.png) no-repeat left;
	padding-left: 15px;
}

.btnPdf {
	background:url(/images/pdf_16.png) no-repeat left;
	padding-left: 15px;
}

.btnWhatsapp {
	background:url(/images/whatsapp_16.png) no-repeat left;
	padding-left: 15px;
}

.btnRemover {
	background:url(/images/remover.png) no-repeat left;
	padding-left: 15px;
}

.btnPesquisar {
	background:url(/images/filter.png) no-repeat left;
	padding-left: 15px;
}
.btnSalvar {
	background:url(/images/salvar_12.png) no-repeat left;
	padding-left: 20px;
}
.btnCancelar {
	background:url(/images/cancelar_12.png) no-repeat left;
	padding-left: 20px;
}
.btnEdit {
	background:url(/images/edit.png) no-repeat left;
	padding-left: 20px;
}

#header ul {
	float: right;
	font-size: 0.8em;
	margin: 15px 30px 0 0;
}

#header ul li {
	float: right;
	padding: 0 10px;

}

#logoff{
	font-style: normal;
	font-weight: bold;
	/*font-size: 1.0em;
	float: right;*/
	font-size: 0.8em;
}

#home {
	background: url(/images/ico_home.png) no-repeat left;
	padding-left: 20px;
	padding-top: 3px;
	padding-right: 80px;
	float: right;

}

#search {
	background:url(/images/ico_search.gif) no-repeat left;
	padding-left: 20px;
	padding-top: 3px;
	padding-right: 50px;
	float: right;
}

#map {
	background:url(/images/ico_map.gif) no-repeat left;
	padding-left: 20px;
	padding-top: 3px;
	padding-right: 50px;
	float: right;
}
a#logoff:link, a#logoff:visited,
a#home:link, a#home:visited,
a#search:link, a#search:visited,
a#map:link, a#map:visited {
	text-decoration: none;
	color: #999999;
}
a#logoff:hover, a#logoff:active,
a#home:hover, a#home:active,
a#search:hover, a#search:active,
a#map:hover, a#map:active {
	text-decoration: none;
	color: #ff9600;
}


/****************************************  HEADER END ****************************/



/**************************************** MENU ****************************/

#menu {
	margin-top: 10px;
	float: left;
}

#menu li {
	border-bottom: solid 1px #eae9e9;
	border-right: solid 1px #eae9e9;
	text-align: right;
	margin-bottom: 2px;
	font-size: 0.8em;
}

#menu_img {
	background: url(/images/img_menu_ixhdz.jpg) no-repeat;
	width: 666px;
	height: 195px;
	margin-top: 10px;
	margin-right: 15px;
	float: right;
}

#menu_img p {
	padding-top: 135px;
	padding-left: 400px;
	color: #FFFFFF;
	font-size: 1em;
}


/****************************************  MENU END ****************************/


/**************************************** CONTENT ****************************/

#content {
	background: url(/images/bottom_menu.gif) repeat-x top;
	width: 980px;
	margin-top: 10px;
	border-bottom: solid 5px #eae9e9;
	padding-bottom: 20px;
}

#photo_entreprise {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

#left {
	float:left;
	width: 690px;
}

#welcome, #title_bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}

#left p {
	width: 490px;
	float: right;
}

#left li {
	display: inline;
	float: left;
	width: 185px;
	margin: 0 20px;
}

.top_frame {
	overflow: hidden;
	background: url(/images/top_frame.gif) no-repeat;
	height: 10px;
}

.middle_frame {
	padding: 5px 0;
	background: url(/images/middle_frame.gif) repeat-y;
	width: 100%;
}

.middle_frame span, .middle_frame a {
	display: block;
	margin: 0 10px;
}

.bottom_frame {
	overflow: hidden;
	background: url(/images/bottom_frame.gif) no-repeat;
	height: 10px;
}

.title_bottom {
	padding-top: 20px;
	background: url(/images/bottom_menu.gif) repeat-x top;
	width: 100%;
}

#left span {
	font-size: 0.7em;
}


#right {
	float:right;
	width: 270px;
}

#right div {
	padding-top: 20px;
}

#right p {
	margin: 10px 0;
}

.input {
	background: url(/images/input_text.gif) no-repeat;
	border:none;
	font-size: 0.8em;
	height: 20px;
	width: 250px;
	padding-top: 5px;
	margin-left: 5px;
	padding-left: 10px;
}

.button {
	float: right;
	background: url(/images/button.gif) no-repeat;
	color: #FFFFFF;
	width: 62px;
	height: 22px;
	border: none;
	font-size: 0.8em;
	margin: 5px 5px 0 0 ;
}
/**************************************** Resolution ****************************/

#resol {

    font-family:Verdana, Arial, Helvetica, sans-serif;
	position:fixed;
	-position:absolute;
	font-size: 10px;
	width:230px;
	top:0;
	left:1280px;
	margin:0 auto;
	background:#bfc6d9;
	text-align:center;
}
#resol h1 {
	background:none;
	font-size: 15px;
	letter-spacing:3px;
	padding:0;
	margin:0;
	border: 0;
}
#resol h2 {
	font-size:10px;
	letter-spacing:3px;
	padding:0;
	margin:0;
	border:0;
	background:none;
}

/**************************************** CONTENT END ****************************/

/**************************************** FOOTER ****************************/

#footer {
	margin-top: 10px;
	background: url(/images/footer_bg.gif) repeat-x bottom;
	width: 980px;
	height: 50px;
	font-size: 0.8em;
	margin-bottom:10px;
}

#footer_terms {
width: 100%; bottom: 0; left: 0; position: absolute; height: 40px;
}
#footer_terms h1 {
	padding: 60px 0 0 0; color: #c6c6c6;
	text-align:right;
	border:0;
	font-variant:normal;font-size: 0.8em;font-weight: normal;
	text-decoration:none;background: none;
}

#footer_terms a  { text-decoration: underline;}

#footer_terms strong,#footer_terms a {
	color: #c6c6c6;
	font-weight: normal;
	background: none;
}

#holder {
	min-height: 100%; position: relative; margin:0 auto;
}
/**************************************** FOOTER END ****************************/
