﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
.fonteGeral
{
    color:#494949;
    font-weight:bold;
}

.fonteTitulo
{
    Font-size: 9pt;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}


.modalPopup 
{
    background-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:250px;
}

html
{
    background-color:#FFFFFF;	
    margin: 0;
	padding: 0;
    overflow:hidden;	
}

body
{
    position: absolute;
    width: 100%;
    height:100%;   
    font-size: 10pt;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	margin: 0 auto; 
    padding: 0;
    color: #000000;
    background-color:#000000;
    overflow:hidden;
}

textbox
{
    font-size: 10pt;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	
}

a:link
{
    color: #333333;  
    text-decoration: none;
}
a:visited
{
    color: #333333;            
    text-decoration: none;
}
a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
a:active
{
    color: #333333;       
    text-decoration: none;    
}

ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
dl
{
    margin: 0;
    line-height: 1.6em;	
}

select
{
    border: 1px solid #888888 !important;    
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;	
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    margin:0 ;
    font-size: 1.5em;
}

h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
div#logo
{
	position:relative;	
	float:left;	
	width:30%;
	text-align:center;
	vertical-align:middle;	
}

div#title
{
	position:relative;
	float:left;
	width:70%;
	text-align:center;
	vertical-align:middle;		
	padding-top:8px;
	padding-bottom:8px;
}

div#title h1
{
    text-align:inherit;
    font-size: 1.5em !important;    
    padding:0 !important;
}

div#title h2
{
    font-size: .9em !important;    
    padding:0 !important;    
}


#logindisplay
{
    display:inherit;
    padding:10px 20px 0;
    text-align: left;
    color:#FFFFFF;
}

#logindisplay a:link
{
    color:#FFFFFF;
    text-decoration: none;
}

#logindisplay a:visited
{
    color:#FFFFFF;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: #FF0000;
    text-decoration: none;
}


.img_email
{
	float:none;	
	background-image: url(../Content/images/grid-button-email.gif);
	width:16px;	
	height:16px;		
}

.leftheader
{
	float:left;
	background-image: url(../Content/images/canto_esq_box_vermelho.png);
	width:24px;	
	height:24px;		
}

.mainheader
{
    float: left;
    height: 24px;
    min-width: 50px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    background: transparent url(../Content/images/filete_box_vermelho.png) 50% 50% repeat-x;
    color: #FFFFFF;
    line-height: 24px;
}

.rightheader
{
	float:left;	
	width:24px;	
	height:24px;	
	background-image:url(../Content/images/canto_dir_box_vermelho.png);	
}

#header
{
    float:left;
    position: absolute;
    left:0;
    top:0px;    
    margin: 0;
    padding: 0;
    width:100%;
    height:54px;    
	background-color: #FFFFFF;
	text-align:center;
	vertical-align:middle;	        
}

#lmain
{
    float:left;    
	width:100%;
	height:100%;
	color:#FFFFFF;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */	
}

#mainregister
{
    float:left;    
    position:absolute;
    left:0%;
    top:110px;
    width:100%;
    height:75%;
	margin:0 auto;
	background-color: #White;
	overflow-x:hidden;
	overflow-y:auto;	
}

#mainregisteraba
{
    float:left;    
    position:absolute;
    left:0%;
    top:120px;
    width:100%;
    height:80%;
	margin:0 auto;
	overflow-x:hidden;
	overflow-y:auto;	
}

#main
{
    float:left;    
    position:absolute;
    left:25%;
    top:54px;
    width:75%;
    height:95%;
	/*background-color: #000000;*/
	overflow-x:hidden;
	overflow-y:auto;
}

.wrapper
{
    float:left;
    position:relative;
    top:35px;
    left:17px;
    width: 96%;
    min-height:95%;
    margin: 0% 0% 0%;
    padding:0 0 0% 0%;
    background-color:#BBBBBB;
    font-size: 8pt;
}

.registerpagepanel
{
	position:relative;
	margin: 0 auto;
	padding-top:2%;
	width:90%;
}

.pagepanel
{
	width:100%;
	margin:0 0 1% 0;
	float:left;		
}

#menucontainer
{
    float:left;
    position:absolute;
    left:0;
    top:54px;
    width:25%; 
	min-height:86%;
    background-color: #000000;   
}

#footer
{
    float:left;
    position:absolute;
    left:0;
    top:99%;
    width:100%;
    height:1%;
    background-color:#000000;
}

.homepage
{
    width: 100%; 
	height: 100%;
}

.login
{
	float:left;
	position: relative;
	margin: 30% 0% 0% 10%;
	display:block;
	width:80%;    
}

.changepassword
{
	float:none;
	position:absolute;
	margin: 10% 10% 10% 10%;
	display:block;
	width:100%;    
}

.centralpanel_changepassword
{
	float:left;	
    position:absolute;
    top:10%;    
	left:5%;
	width:50%;
	height: 89%;
    background-color: #000000;	
    text-align:left;
}

.login_changepassword
{
    top:0;
	float:left;
	position:relative;
	margin: 0% 0% 0% 0%;
	display:block;
	width:80%;    
}

#loginbox_changepassword
{
    
    width:100%;
    display:block;
    float:left;
    padding:1%;
    background-color:#D8D8D8;
    text-align:left;
    margin:0 auto;
    position:inherit;
}


#loginbox
{
    width:94%;
    display:block;
    float:left;
    padding:3%;
    background-color:#D8D8D8;
    text-align:center;
    margin:0 auto;
    position:relative;
}

.toploginbar
{
	position: absolute;
	top:-15%;
	left:0;
	margin:0 3%;
	padding: 0 47%;
	height:25px;
	background-color:#D8D8D8;	
}

.bottomloginbar
{
	position: absolute;
	bottom:-15%;	
	left:0;	
	margin:0 3%;
	padding: 0 47%;
	height:25px;
	background-color:#D8D8D8;	
}

.topleftcorner
{
	position: absolute;
	top:-15%;
	left:0px;
	width:28px;
	height:28px;
	background-image:url(../Content/images/canto_sup_esq_cinza.png);
}

.toprightcorner
{
	position: absolute;
	top:-15%;
	right:0;
	width:28px;
	height:28px;
	background-image:url(../Content/images/canto_sup_dir_cinza.png);
}

.bottomleftcorner
{
	position:absolute;
	bottom:-15%;
	left:0px;
	width:28px;
	height:28px;
	background-image:url(../Content/images/canto_inf_esq_cinza.png);
}

.bottomrightcorner
{
	position:absolute;
	bottom:-15%;
	right:0;
	width:28px;
	height:28px;
	background-image:url(../Content/images/canto_inf_dir_cinza.png);
}

.centralpanel
{
	float:left;	
    position:absolute;	
    top:54px;    
	left:25%;
	width:50%;
	height:100%;
	background-color: #000000;	
}

.sidepanelleft
{
    float:left;
    position:absolute;
    top:54px;
    left:0;
    width:25%; 
	height:100%;
    background-color: #CECECE;   
}

.sidepanelright
{
	float:left;
    position:absolute;
    top:54px;
    right:0;
    width:25%; 
	height:100%;
    background-color: #CECECE;   
}

/* TAB MENU   
----------------------------------------------------------*/


ul#menu
{
    margin: 0;
    padding:2% 5%;
}



ul#menu li
{
    display: list-item;
    list-style-type:none;
    list-style-image:none;
    list-style-position:inherit;
    border-bottom:2px solid #ffffff;
    text-align:left;
    padding:0 10px 0 10px;
}


ul#menu li a
{
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    line-height: 2.8em;
    color: #FFFFFF;
}

ul#menu li a:hover
{
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    line-height: 2.8em;
    color: #000000;
}

ul#menu li:hover
{
    background-color: #C0C0C0;
    text-decoration: none;
}

ul#menu li:active
{
    background-color: #CECECE;
    text-decoration: none;
}

ul#menu li.selected
{
    background-color: #ffffff;
    color: #000000;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="submit"] {margin:0;width:auto;text-align:left;}
input[type="button"] {padding-left:0;padding-right:0;margin:0;width:auto;}
input[type="text"] {border: 1px solid #888888;}
input[type="password"] {border: 1px solid #888888;}

.select-50  {width:50px;}
.select-75  {width:75px;}
.select-100 {width:100px;}
.select-150 {width:150px;}
.select-175 {width:175px;}
.select-200 {width:200px;}
.select-250 {width:250px;}
.select-275 {width:275px;}
.select-300 {width:300px;}
.select-400 {width:400px;}
.select-600 {width:600px;}

.visibleFalse{ visibility:hidden;}

.text-box-25  {width:25px;}
.text-box-30  {width:30px;}
.text-box-50  {width:50px;}
.text-box-75  {width:75px;}
.text-box-100 {width:100px;}
.text-box-115 {width:115px;}
.text-box-150 {width:150px;}
.text-box-175 {width:175px;}
.text-box-200 {width:200px;}
.text-box-250 {width:250px;}
.text-box-275 {width:275px;}
.text-box-300 {width:300px;}
.text-box-300-font
 {
        width:300px;
        Font-size: 10pt;
        font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
}
.text-box-400 {width:400px;}
.text-box-500 {width:500px;}
.text-box-600 {width:600px;}
.text-box-750 {width:750px;}
.text-box-600-font 
{
    width:600px; 
    Font-size: 10pt;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
 }

.text-box-700 {width:700px;}
.text-box-800 {width:800px;}

.text-box-800-font 
{
    width:800px; 
    Font-size: 10pt;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
 }

.button-ie-70 {#min-width:70px !important;}
.button-ie-80 {#min-width:80px !important;}
.button-ie-90 {#min-width:90px !important;}
.button-ie-110 {#min-width:110px !important;}
.button-ie-120 {#min-width:120px !important;}
.button-ie-130 {#min-width:130px !important;}
.button-ie-140 {#min-width:140px !important;}
.button-ie-150 {#min-width:150px !important;}
.button-ie-220 {#min-width:220px !important;}
.button-ie-330 {#min-width:330px !important;}

/* TABLE
----------------------------------------------------------*/
#tblGrid
{
	width:100% !important;	
	float:left;	
}

.grid 
{
	width:100% !important;	
	margin:0px 0 5px 0;	
}

table 
{
  border: 0;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #333333;
    border-bottom: 2px solid #F00000;
    color: #E0E0DA;
    border-bottom-color: #760000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.row {display:block;float:left;width:99.3% !important;padding:0.3%;}

.column {float:left;}
.columnR {float:right;}
.column5{width:5%;}
.column10{width:10%;}
.column15{width:15%;}
.column20{width:20%;}
.column25{width:25%;}
.column30{width:30%;}
.column35{width:35%;}
.column40{width:40%;}
.column45{width:45%;}
.column50{width:50%;}
.column55{width:55%;}
.column60{width:60%;}
.column65{width:65%;}
.column70{width:70%;}
.column75{width:75%;}
.column80{width:80%;}
.column85{width:85%;}
.column90{width:90%;}
.column95{width:95%;}
.column100{width:100%;}


.hr {float:left;height:1px;width:90%;border-bottom: 1px solid #760000;margin:1% 5%}
.registerpagepanel .hr {float:left;height:1px;width:100%;border-bottom: 1px solid #760000;margin:1% 0%}

.button-right{float:right;}
.button-left{float:left;}

.icon-sucess
{
	background-image: url(../Content/images/icon-message-sucess.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.icon-info
{
	background-image: url(../Content/images/icon-message-info.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

.icon-error
{
	background-image: url(../Content/images/icon-message-erro.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.icon-alert
{
	background-image: url(../Content/images/icon-message-alert.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

.head  
{
	width:inherit;
	margin:5px 0 0 0;
	padding: 6px 5px;
	text-align: left;
	background-color: #333333; 
	border-bottom: 2px solid #F00000; 
	color:#FFFFFF;	  
}

.searchcriteria
{
	float:left;
	width:inherit;
	background-color:#333333;
	color:#FFFFFF;	
	font-weight:bold;
	font-size:7pt;
	margin: 0 0 1% 0;
	width:100%;
}

.grayhighlightedpanel
{
	float: left;
	background-color: #CCCCCC;
	width: 90%;
	margin: 1% 5% 2%;
}

.topgrayhighlightedpanel
{
	/* background-color:#ECECEC; */
	width:100%;
	height:25px;
	padding-top:15px;
	padding-bottom:15px;	
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-filter {float:left;text-align:right;padding-top:5px;}
.editor-filter {float:left;text-align:left;}

.display-label, .editor-label{display:block;margin: 0.2em;font-weight:bold;}
.display-field, .editor-field{display:block;margin: 0.2em;} 

.display-label{color:#000000;}
.display-field{color:#333333;}
.editor-label{color:#494949;}
.editor-field{color:#333333;}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.button-email-image
{
	float:left;
	display:block;
	width:21px;
	height:27px; 
	margin:0 auto !important;	
	background-repeat:no-repeat;
	background-image: url(../Content/images/email.png);
}

.button-left-image
{
	float:left;
	display:block;
	width:21px;
	height:27px; 
	margin:0 auto !important;	
	background-repeat:no-repeat;
	background-image: url(../Content/images/botao_canto_esq.png);
}

.button-right-image
{
	float:left;
	display:block;
	width:23px;
	height:27px;
	margin:0 auto !important;
	background-repeat:no-repeat;
	background-image: url(../Content/images/botao_canto_dir.png);
}

.button-middle-image,  .button-middle-image a:link
{
	border:0;
	float:left;
	padding: 0 0 4px !important;
	margin:0 auto !important;	
	height:27px;
	background: transparent url(../Content/images/botao_filete.png) repeat-x;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;	
	font-size:8pt;
	font-family:Tahoma;
}

a.button-middle-image,  .button-middle-image a:link
{
	padding-top: 6px !important;	
    color: #000000;	
	text-decoration: none;
}

a.button-middle-image:visited
{
	padding-top: 6px !important;	
    color: #000000;	
	text-decoration: none;	
}

a.button-middle-image:hover, .button-middle-image a:hover
{
	padding-top: 6px !important;	
    color: #000000;	
	text-decoration: none;	 	
}

a.button-middle-image:active
{
	padding-top: 6px !important;	
    color: #000000;	
	text-decoration: none;	 	
}

.pagination
{
	text-align:center;
	float:left;
	width:100%;
	margin: 2px;
}

.pagination span
{
	border:0; margin:0 auto; padding:0;
	font-size:11px;
	margin-right:2px;
}

.pagination span.total
{
	border:0; margin:0 auto; padding:0;
	font-size:11px;
	margin:2px;
	float:right;
}

.pagination a{
	border:solid 1px #B0B0B0;
	margin-right:2px;
}

.pagination .previous-off, .pagination .next-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}

.pagination .next a, .pagination .previous a {	font-weight:bold;}

.pagination .active{
	background:#333333;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}

.pagination a:link, .pagination a:visited {
	color:#333333;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}

.pagination a:hover{border:solid 1px #333333}

.gridviewhelper
{
    text-align: left;
    font-weight: bold;
    color: #fff;  
    background-color: #83827e;
}


#myLink { background-image: url('../../Content/images/email.png'); }

div#caixaAba {display: inline-block; width: 100%; height: 100%; background-color:#e0e0da; padding-left:6px; padding-right:6px; padding-top:7px;}
div#patrimonio {display: inline-block; width: 100%; color: White; text-align:left; margin-left:20px; vertical-align:middle; padding-top:15px; }
div#caixaAba p#abas {display: inline-block; font-size: 11px; font-weight: bold; color: #888888; text-decoration: none; background-color:#e0e0da;  text-align:left; margin:0; padding:0; }
/*Letra */
div#caixaAba p#abas a {display: inline-block; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none; background-color:#e0e0da;  text-align:left; margin:0; padding:0;}
/* Selecao */
div#caixaAba p#abas a:hover {background-color: #999; color: white; }
/* Selecionado */
div#caixaAba p#abas a.selected {background-color: #760000; color: #fff; }
div#caixaAba ul#conteudos { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden;}
div#caixaAba ul#conteudos li { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden;}
div#caixaAba pa#abasSair {display: inline-block; width: auto; height: auto; margin: 0 0px 0 0px; padding: 0; vertical-align: bottom;}


/* div message*/

.BoxTableGrid
{
	background-color: #ffffff;
	border: solid 1px #ffffff;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	display: block;
	vertical-align: top;
	position: inherit;
	font-family: Verdana;
	font-weight: bold;
}


.BackgroundWaiting
{
	position: absolute;
	padding: 0px;
	right: 0px;
	top:0px;
	left:0px;
	bottom: 0px;
	z-index: 1;
	background-repeat: repeat;
	background-color: #EAEAEA; 
	filter: alpha(opacity=70); 
	opacity: 0.7; /*Isso serve somente para Mozzila*/ 
	cursor: wait;
	
}


.BoxPopUpEventos
{    
	position: absolute; 
	z-index: 1000000;  
	margin: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
}

/* Calendar */

.Calendar .ajax__calendar_container
{
   border: 1px solid #000000;
   background-color: #ffffff;
   color: #000000;

}

.Calendar .ajax__calendar_header
{
   border-bottom: 1px solid #909090;
   color:White;
   font-weight:bolder;
   background-color:#760000;
}

.Calendar .ajax__calendar_footer
{
   border: 1px solid #909090;
   background-color: #ffffff;
}

.Calendar .ajax__calendar_active .ajax__calendar_day
{
   background-color: #760000;
   border: 1px solid #760000;
   color: #CCCCCC;
}
.Calendar .ajax__calendar_active .ajax__calendar_month
{
   background-color: #760000;
   border: 1px solid #760000;
   color: #CCCCCC;
}
.Calendar .ajax__calendar_active .ajax__calendar_year
{
   background-color: #760000;
   border: 1px solid #760000;
   color: #CCCCCC;
}

.Calendar .ajax__calendar_other .ajax__calendar_day
{
   background-color: #FFFFFF;
   color: #C0C0C0;
   font-weight: normal;
}
.Calendar .ajax__calendar_other .ajax__calendar_year
{
   background-color: #FFFFFF;
   color: #C0C0C0;
   font-weight: normal;
}

.Calendar .ajax__calendar_hover .ajax__calendar_day
{
   background-color: #DDDDDD;
   border-color: #DDDDDD;
   color: #760000;
}
.Calendar .ajax__calendar_hover .ajax__calendar_month
{
   background-color: #DDDDDD;
   border-color: #DDDDDD;
   color: #760000;
}
.Calendar .ajax__calendar_hover .ajax__calendar_year
{
   background-color: #DDDDDD;
   border-color: #DDDDDD;
   color: #760000;
}

.Calendar .ajax__calendar_hover .ajax__calendar_title
{
   background-color: #ffffff;
   color: #0066cc;
}
.Calendar .ajax__calendar_hover .ajax__calendar_today
{
   background-color: #E2EBED;
   color: #0066cc;
}        

textarea:focus, input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}   


/*AutoComplete*/

autocomplete_list
{
    width:600px;
    background-color:white;
    border:1px solid #000;
    margin: 0px 0px 0px 0px !important;
	padding: 2px 2px 2px 2px !important;
    overflow: auto;
	font-family: Tahoma;
	font-size: 12px;    
	color: #000000;    
	position:relative;
}

.autocomplete_highlighted_listitem
{
    list-style-type:none;
    margin: -10px 0px 0px -40px !important;
	padding: 5px 5px 5px 5px !important;
	background-color: #14293E;
	font-weight: bold;
	color: #FFFFFF;     
    height:26px;   
}


.autocomplete_listitem
{
    list-style-type:none;
    margin: -10px 0px 0px -40px !important;
	padding: 5px 5px 5px 5px !important;
    cursor:pointer;    
    background-color: #ffffff;   
    height:auto;   
}

.modal
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
	z-index: 100;
	-moz-opacity: 0.8;
	min-height: 100%;
}
#divImage
{
	display: none;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	height: 600px;
	width: 800px;
	padding: 3px;
	background-color: White;
}
* html #divImage
{
	position: absolute;
}

.style2
{
    width: 750px;    
}


.odd { } 
.even { background-color: #EFEFEF; } 

.botaoFiltro 
{
 border-style:solid;
 border-color:#DEDEDE;
 border-width:thin;
 background-color: transparent; 
 font-size: 8pt;
 font-family: Verdana, Helvetica, Sans-Serif; 
 margin-bottom: 2px !important;
 cursor:pointer;
}

input[disabled].botaoFiltro 
{
 font-weight:bold !important;
 color:Black !important;
 cursor:default;
 font-style:normal;
}

/**** Estilos usados tela consulta solicitação ****/
.paginator
{
    border: 1px solid gray;
}
        
.paginator a
{
    list-style-type: none;
    display: inline-block;
    padding: 2px;
    margin: 4px;            
    text-align:center;
}
        
.paginator a:hover
{
    text-decoration:none;
}
        
a.paginaAtual
{
    font-size: small;
    font-weight:bold;                        
    background-color: #1D5987;            
    border-radius: 5px;
    border: 1px solid gray;
    min-width:25px;
    width:auto;
    color:#ffffff;
}

/*
    Loader
*/
#jquery-loader.blue-with-image-2{
    border:none;
    padding-top:35px;
    background-color: transparent;
    text-align: center;
    background-image: url(../../Content/images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
 
}