
.nav.radio-pills > li
{
	cursor: pointer;
}

.fixedAlert
{
	display: none;
	margin-bottom: 0px;
	position: fixed;
	width: 99%;
}

.table-bottom-closed > tbody > tr:last-child
{
	border-bottom: 1px solid #ddd;
}

table.table-top-closed > thead > tr > th
{
    border-top: 1px solid #ddd !important;
}

table.table-side-border > tbody > tr > td
{
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

table.table-extra-condensed > tbody > tr > td
{
    padding-top: 2px !important;
    padding-bottom: 1px !important;
    vertical-align: middle;
}

.select2-condensed.select2-container
{
	height: 18px;
}
.select2-condensed.select2-container .select2-selection__rendered
{
	font-size: 10px;
	/*padding-top: 1px;
	padding-bottom: 1px;*/
	line-height: 18px !important;
	max-height: 18px;
}
.select2-condensed.select2-container .select2-selection__arrow,
.select2-condensed.select2-container .select2-selection
{
	max-height: 18px;
}

input.form-control.input-sm + span + .input-group-btn-vertical > .btn
{
	padding: 7px 10px !important;
}

.select2-results__option
{
	/*font-size: 10px;*/
	font-family: Arial;
}	

.inputLoadingGifCenter {
	background:url('../img/carregando_mini.gif') no-repeat center;
}
.inputLoadingGifRight {
	background:url('../img/carregando_mini.gif') no-repeat right center;
}
.inputLoadingGifLeft {
	background:url('../img/carregando_mini.gif') no-repeat left center;
}

/* ------------ center modal -------------- */

.modal.vertical-center {
  text-align: center;
  padding: 0!important;
}

.modal.vertical-center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal.vertical-center .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.label-group>.label:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
}
    
.label-group>.label:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
