.btn-selected {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.ui-datepicker-trigger{
    vertical-align: baseline !important;
    border: 0px none;
    padding-left: 5px;
    cursor: pointer;
}

#table_content{
    float: left; 
    width: 100%;
}

#table-container{
    -moz-box-shadow: 0 0 7px #a29c91;
    -webkit-box-shadow: 0 0 7px #A29C91;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e3f3f8;
    margin: 10px;
    overflow-x: hidden;
    padding: .4%;
}

.tab-filter{
    padding: 15px; 
    border-bottom: 1px solid #ddd; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px;
}

.tab-filter-item{
    background-color: transparent; 
    border-color: #4D4D4D transparent #4D4D4D #4D4D4D;
}

.tab-filter-content{
    min-height: 100px; 
    padding-left: 18px; 
    border-width: 1px; 
    border-style: solid; 
    border-color: #4D4D4D;
}

.div-navegacao{
    float: left; 
    clear: both; 
    width: 100%;    
}

div.title {
    background-color: #A7BCC7;
    clear:both;
    float:left;
/*    padding:0 1% 0 0;*/
    width: 100%;
    border:1px solid #e9e9e9;
    border-bottom:1px solid #d0d0d0;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #809EAD 0%, #A7BCC7 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #809EAD 0%, #A7BCC7 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #809EAD 0%, #A7BCC7 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #809EAD), color-stop(1, #A7BCC7));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #809EAD 0%, #A7BCC7 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #809EAD 0%, #A7BCC7 100%);   
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A7BCC7', endColorstr='#809EAD', GradientType=0);
}

div.title h2,div.title h4{
	color:#333;
	display:block;
	font-family:"Trebuchet MS",Tahoma,Helvetica,Arial,sans-serif;
	font-weight:700;
	line-height:36px;
	margin:0;
	padding:0 10px
}

div.title h2 a {
    color: black;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    cursor: default;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    margin: 0;
    text-decoration: none;
/*    text-transform: uppercase;*/
    letter-spacing: -1px;

}

div.title h2 a:first-letter{
/*    font-size: 25px;*/
/*    color: #6B8FA0;*/
}


#applied-search {
/*    background: #DDF4FB;*/
    border: 1px solid #CCC;
    clear: both;
    float: left;
    margin-bottom: 5px;
    padding: 4px;
    width: 99.2%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#applied-search .clean-search {
    float: right;
    margin: 5px;
}

#applied-search p{
    float: left;
    margin: 5px;
}

#table #nav{
    
    
}

#applied-filter {
    background-color: white;
    border: 1px solid #CCC;
    clear: both;
    float: left;
    margin-bottom: 5px;
    padding: 4px;
    width: 99.2%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#applied-filter .filter-title {
    color: #333;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 5px;
}

#applied-filter .clean-filter {
    float: right;
    margin: 5px;
}

#applied-filter > div > ul {
    width: 100%;
    clear: both;
}

#applied-filter > div > ul > li {
    float: left;
    margin: 5px 10px 5px 0;
}

#applied-filter > div > ul > li > div {
    font-weight: bold;
    margin: 3px;
}

#applied-filter > div > ul > li ul {
    width: auto;
}

#applied-filter > div > ul > li ul > li {
    float: left;
    margin: 2px 15px 0 0;
    border: none!important;
    list-style: none outside none;
}

#applied-filter > div > ul > li ul > li > div {
    float: left;
    color: black;
    padding: 4px;
    font-weight: normal!important;
}

.applied-filter > div > ul > li ul > li a {
    line-height: 26px;
    float: left;
    color: red;
    padding: 0 3px;
    text-decoration: none;
}

.hidden-filter{
    display: none;
}


.tab-background{
background: #BEE4A9;    
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #BEE4A9 50%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #BEE4A9 50%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #BEE4A9 50%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(0.5, #BEE4A9));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #BEE4A9 50%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #BEE4A9 50%);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BEE4A9', endColorstr='#FFFFFF', GradientType=0);


}

.search-background{
    background-color: #CCCCCC;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #CCCCCC));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF', GradientType=0);
}

.status-icon{
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #909394;
    background-color: #aeb3b1;
    vertical-align: middle;

}

.status-icon-1{
    border-color: #0B6E3E;
    background-color: #179b5e;
}

.status-icon-2{
    border-color: #F09300;
    background-color: #f4b400;
}

.status-icon-3{
    border-color: #BA0900;
    background-color: #f35045;
}

.legendaBox .span3{
    margin-left: 0px;
}

.legendaItem{
    line-height: 25px;
    padding-left: 5px;
}

#table_content tr td{
    vertical-align: middle;
}