html, body {
    font-size: 13px;
}

.form-group {
    margin-bottom: 12px;
}

.block-header {
    padding: 10px 18px;
}

.alert {
    margin-bottom: 10px;
}

.content-side-user {
    height: 132px;
}

.is-invalid, .is-invalid.form-control:focus, .is-invalid + span.select2 span.selection span.select2-selection {
    border-color: #d26a5c;
}

div.input.file.error + label.custom-file-label, div.input.file.error + label.custom-file-label::after {
    border-color: #d26a5c;
    color: #d26a5c;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-family: 'Font Awesome 5 Free';
}

table.table thead a:after, table.table thead a.asc:after, table.table thead a.desc:after {
    font-family: "Font Awesome 5 Free";
    float: right;
    color: #646464;
    opacity: .85;
    left: 0px;
}

table.table thead a[href$='direction=asc']:not(.desc):after {
    opacity: .25;
    content: "\f0dc";
}

table.table thead a.asc:after {
    content: "\f106";
}

table.table thead a.desc:after {
    content: "\f107";
}

tbody.sortable tr td:not(.actions) {
    cursor: move;
}

.custom-file-label::after {
    content: "Procurar";
}

.is-invalid label {
  color: #d26a5c;
}

.form-group .select2-container--default {
    width: 100% !important;
}

.chart-js {
    width: 100%;
    min-height: 450px;
}

.nav-pendencies {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-pendencies > li:last-child > a {
  border-bottom: none;
}

.nav-pendencies a {
  position: relative;
  padding: 12px 8px 8px 50px;
  display: block;
  min-height: 62px;
  font-weight: 600;
  border-bottom: 1px solid #f0f2f5;
}
    
.nav-pendencies a > span {
    position: absolute;
    left: 15px;
    top: 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

.nav-pendencies a:hover {
  background-color: #f6f7f9;
}

.menu .accordion-heading {
    position: relative;
}

.menu .accordion-heading .edit {
    position: absolute;
    top: 8px;
    right: 30px;
}

[data-toggle="collapse"][aria-expanded="true"] > .rotate-if-collapsed
{
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}

.accordion-heading.red {
    border-left: 4px solid #d26a5c;
}

.accordion-heading.green {
    border-left: 4px solid #46c37b;
}

.accordion-heading.blue {
    border-left: 4px solid #5c90d2;
}

.accordion-heading .collapse.in {
    overflow: visible;
}

.accordion + .accordion {
    margin-top: 10px;
}

.accordion-group {
    padding: 5px 5px 5px 14px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px;
    border-top: 1px solid #e5e5e5;
}

@media screen and (min-width: 1200px) {
  .block-content.block-content-narrow {
    padding-left: 10%;
    padding-right: 10%;
  }
}


.block.block-mode-loading-clean {
  position: relative;
  overflow: hidden;
}

.block.block-mode-loading-clean > .block-header,
.block.block-mode-loading-clean > .block-content,
.block.block-mode-loading-clean > .nav-tabs {
  opacity: .05;
}

.block.block-mode-loading-clean::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
  content: " ";
}

.block.block-mode-loading-clean::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #343a40;
  font-size: 18px;
  text-align: center;
  z-index: 2;
  content: '';
}

.block.block-mode-loading-clean > .block-header, .block.block-mode-loading-clean > .block-content, .block.block-mode-loading-clean > .nav-tabs {
    opacity: 0.5;
}

@media all and (max-width:768px) {
    .btn-block-xs-only {
        display: block;
        width: 100%;
    }
    .btn-block-xs-only + .btn-block-xs-only {
        margin-top: 5px;
    }
}