* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.label2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120px;
	margin-top: 30px;
	position: relative;    
} 


.color-white {
    background-color: white; 
}

.color-blue
{
    background-color: #a7c1d1;
}

.color-navy
{
    background-color: #3e779d;
}

.color-orange
{
    background-color: #fecf55;
}

.btn-report {
    width: 74px;
    height: 74px;
    border-bottom: hidden;
    border-right: hidden;
    border-color: white;    
}

.btn-report-image1 {
    background: url('../Imagens/icones_72/report_darf.png') no-repeat center 
}

.btn-report-image2 {
    background: url('../Imagens/icones_72/report_dashboard.png') no-repeat center 
}

.btn-report-image3 {
    background: url('../Imagens/icones_72/report_issued.png') no-repeat center 
}

ul.form {
    position:relative;
    background:url('../Imagens/menu.png') repeat center;
    width:175px;
    margin-left:1px;
    padding:0;
    list-style: none;
    overflow:hidden;
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
 
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.1);
}

.form li a {
    width:245px;
    padding-left:20px;
    height:50px;
    line-height:50px;
    display:block;
    overflow:hidden;
    position:relative;
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
    color: white;
 
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.form li a:hover {
    background:#efefef;
    color: black; 
}
 
.form li.selected a {
    background:#ebb621;
}

.form li a.home {
    border-left:5px solid #a7c1d1;
}

.form li a.calendar {
    border-left:5px solid #008747;
}

.form li a.metas {
    border-left:5px solid #fecf54;
}

.form li a.reports {
    border-left:5px solid #ea4f35;
}

.form li a.grafico {
    border-left:5px solid #3e779d;
}

.form li:first-child a:hover, .form li:first-child a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
 
.form li:last-child a:hover, .form li:last-child a {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.form i {
    margin-right:15px;
 
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
 
.form li a:hover i {
    color:#ea4f35;
}

.form em {
    font-size: 10px;
    background: #ea4f35;
    padding: 3px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-style: normal;
    color: #fff;
    margin-top: 17px;
    margin-right: 15px;
    line-height: 10px;
    height: 10px;
    float:right;
}

.form-table
{
   margin-left: 2px; 
   border: 1px solid #a7c1d1;
   padding: 3.5px 7px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
    border-radius: 8px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   font-size: 12px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;

   }

.form-table:hover
{   
     box-shadow: 5px 5px 15px 5px #36648B; 
}

.form-retangle
{
   margin-left: 2px; 
   border: 1px solid #778899;

   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   font-size: 12px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   box-shadow: 5px 5px 15px 5px #36648B;
   }

.header
{
    padding: 4px 4px 4px 20px;
    margin:0px 0px 0 0px;
    width:100%;
    font-size: 1.0em;
    font-family:'Raleway', sans-serif;
    text-align:center;  
	position: relative;
	top: 0px;
    vertical-align:top; 
}

.blue {
    background: #48b1e1;
    color: #eee; 
}

.red {
    background: #f00;
    color: #eee; 
}

.green {
    background: #26a41c;
    color: #eee; 
}

.gray {
    background: #728BA1;
    color: #eee; 
}

.orange {
    background: #ff6a00;
    color: #eee; 
}

.navy {
    color: #3e779d; 
}

.x-my-list .x-form-text {
    font-family: Arial, Helvetica, sans-serif, Verdana;
    background-color: #ffffff;
    border: 1px solid #ccc;
   -webkit-border-top-right-radius: 2px;
   -moz-border-right-radius: 2px;
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
   -webkit-border-top-left-radius: 7px;
   -moz-border-left-radius: 7px;
   border-top-left-radius: 7px;
   border-bottom-left-radius: 7px;
    border-color: #778899;
    overflow: hidden;
    padding:4px;
    font-size: 16px;    
    height: 26px !important;
}

.x-boundlist
{
    border: 1px solid #ccc;
    -webkit-border-top-right-radius: 7px;
    -moz-border-right-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

/* To change items in list box */
.x-boundlist-item {
    font-size: 16px;
}

/* Styles for the template */
.x-boundlist-item .even {
    color: #008000;
}

.x-boundlist-item .odd {
    color: blue;
}

.date-field {
    border: 1px solid #ccc;
   background: #ffffff;
   -webkit-border-top-right-radius: 2px;
   -moz-border-right-radius: 2px;
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
   -webkit-border-top-left-radius: 7px;
   -moz-border-left-radius: 7px;
   border-top-left-radius: 7px;
   border-bottom-left-radius: 7px;
    border-color: #778899;
    overflow: hidden;
    padding:4px;
    font-size: 16px;    
    height: 26px !important;

   }

.text-align-right
{
    text-align: right;  
}