body {
  /*background-color: #eee;*/
}
.table>thead>tr>th {
  border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
div.cinza{
	background-color: #f6f6f6;
}

div.formulario{
	border-width: 0 1px 1px 1px;
	border-color: #ddd;
	border-style: solid;
}

/*Autocomplete*/
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.ui-autocomplete > li > .ui-menu-item-wrapper {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.ui-autocomplete > li > .ui-menu-item-wrapper:hover,
.ui-autocomplete > li > .ui-menu-item-wrapper:focus{
	cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

a.removeLinha{
  cursor: pointer;
}

/*
BOOTSTRAP
*/

.badge:empty {
  display: none;
}

.badge-default {
  background-color: #636c72;
}

.badge-primary {
  background-color: #0275d8;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-warning {
  background-color: #f0ad4e;
}

.badge-danger {
  background-color: #d9534f;
}

.table-striped>tbody>tr:nth-of-type(odd){
  background-color: #DDD;
}

.btn {
  margin-top: 10px;
}
.btn-group{
	width:8em;
}
.nowrap{
	white-space: nowrap;
}

/*.table-striped>tbody>tr>td{
  border: 1px solid #BBB;
}*/

.error-message {
  text-align: center;
  clear: both;
  color: #fff;
  background: #c43c35;
  /*border: 1px solid rgba(0, 0, 0, 0.5);*/
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
span.required{
  color: #f50000;
  padding-right: .4rem;
  font-family: 'serif';
  font-weight: initial;
}
