/* Menu lateral */
 
.menu_sub {
  color:#333333 !important;
  text-shadow: 0 0 1px #eaeaea;
}
.subitens:hover{
  color:#333333 !important;
  filter: brightness(125%);
}

.navbar-default {
  background-color: #5C1B5F !important;
}

.nav > li.active, .nav > li.active:hover {
  background-color: #eaeaea!important;
  border: none!important;
}

.nav > li.active > a {
  color: #333333 !important;
}

.nav > li > a {
  color: #F2F2F2;
}

.canvas-menu.mini-navbar .nav-second-level {
  background: #5C1B5F;
}

.navbar-default .nav > li > a:hover {
  background-color: #eaeaea;
  color: #333;
}

.navbar-default .nav > li > a:focus {
  background-color: #eaeaea;
  color: #333;
}

ul.nav-second-level {
  background: #f1efef !important;
}

ul.nav-second-level > li > a {
  color: #333;
}

.nav-header {
  background-color: transparent;
  background-image: none;
}

body.mini-navbar .nav-header {
  background-color: none !important;
}

.btn-primary {
  background-color: #5C1B5F !important;
  border-color: #eaeaea !important;
}

.page-item.active .page-link {
  background-color: #5C1B5F;
  border-color: #5C1B5F;
}

/* #5c1b5f
#eaeaea */

#whatsapp {
  position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	text-align:center;
  font-size:30px;
  z-index:100;
}

.img-button:hover {
  opacity: 0.5;

  transition: opacity 0.3s;
}

.table-header {
  /* display: flex; */
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  align-items: center;

  color: #5C1B5F;
}

.table > tbody > tr > td {
  vertical-align: middle!important;

  font-size: 15.1946px;
  line-height: 21px;

  color: #747474;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border: none;
}

.row-datatable-footer {
  display: flex;
  justify-content: space-between;
}

.btn-search {
  width: 137px;
  height: 41px;

  background: #5C1B5F;
  font-weight: 700;
  font-size: 17px;
  line-height: 15px;

  border-radius: 0px;

  color: #ffffff;

  margin-top: -4px;
  margin-left: -7px;
}

.search-input {
  height: 41px;
  width: 400px!important;

  border: 1px solid #5C1B5F;
}

.ibox {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.ibox-title {
  background: #5C1B5F;

  padding: 15px!important;

  color: #FFFFFF;
}

.h2-title {
  font-weight: 800;
}

.h4-title {
  font-weight: 700;
  line-height: 22px;

  color: #676A6C;
}

