/********** GERAL **********/

.pagination {
    margin: 0px 0px;
}

.modal-loading {
    background:url(../img/spinner.GIF) center center no-repeat;
}

.panel-heading-sem-distribuicao .panel-heading {
    background: rgba(128, 0, 0, 0.39)!important;
}
.panel-heading-com-distribuicao .panel-heading {
    background: rgba(10, 128, 0, 0.39)!important;
}
.panel-heading-com-distribuicao-minima .panel-heading {
    background: rgba(242, 252, 5, 0.43)!important;
}
.panel-body-border {
    border:solid;
    border-width:thin;
    border-color: #ddd;
}

.tablesorter-default th.tablesorter-header, .tablesorter-default thead th.tablesorter-headerAsc, .tablesorter-default thead th.tablesorter-headerDesc {
    background-image: none;
    vertical-align: bottom;
    padding: 4px;
}
.tablesorter-default .tablesorter-headerUnSorted .fa.ordenado:before {
    content: "\f0dc";
}
.tablesorter-default th.tablesorter-headerAsc .fa.ordenado:before  {
    content: "\f0de";
}
.tablesorter-default th.tablesorter-headerDesc .fa.ordenado:before {
    content: "\f0dd";
}
.tablesorter-filter-row td {
  background: #eee;
  line-height: normal;
  text-align: center; /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

/* hidden filter row */
.tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  padding: 2px;
  /*** *********************************************** ***/
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* filters */
.tablesorter-filter {
  width: 95%;
  height: inherit;
  margin: 4px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

tr.tablesorter-filter-row input.disabled {
    display: none;
}

tr.filtered {
    display: none;
}
/********* FILTROS *********/
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content
{
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2500;
}


input, textarea {
    text-transform: uppercase;
}
[data-validation="required"], .required .ms-choice {
    background-color: #e2fbde;
    border-color: green;
}