.ul-padding-panel {
  padding: 1px 0.5px 0.5px!important;
}
.dropdown-left {
  right: 0;
  left: auto;
  padding-left: 1px;
  padding-right: 1px;
}

.div-primary-panel {
  padding-left: 15px !important;
  padding-top: 15px !important;
  border-bottom-width: 0px !important;
}

.div-primary-panel i {
  margin-right: 2px !important;
}

.list-group-panel {
  margin-bottom: 0px !important;
}

.container_outras_informacoes>.container-fluido>.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.container_outras_informacoes>.container-fluido>.row>[class*='col-'] {
  display: flex;
  flex-direction: column;
}



.primary-hover:hover {
  color: white !important;
}


.success:hover {
  background-color: #4CAF50;
  color: white;
}


.info:hover {
  background: #2196F3;
  color: white;
}



.warning:hover {
  background: #ff9800;
  color: white;
}



.danger:hover {
  background: #f44336;
  color: white;
}



.default:hover {
  background: #e7e7e7;
}