
.dropdown-item.dropdown-header.dropdown-header-text {
  font-size: 15px;
  background: #1f2d3d;
  color: #ffffff;
}
/*.mr-2, .mx-2 {
  width: 20px;
}*/
.mr-2, .mx-2 {
  margin-right: .2rem !important;
}

.mr-3, .mx-3 {
  margin-right: .3rem !important;
}

.mr-4, .mx-4 {
  margin-right: .4rem !important;
}

.mr-5, .mx-5 {
  margin-right: .5rem !important;
}

.nav-item .nav-link img {
  margin-top: -5px;
  height: auto;
  width: 1.9rem;
}

.theme-heart {
	--fa-secondary-opacity: 1.0;
    --fa-primary-color: rgb(234, 41, 0);
    --fa-secondary-color: rgb(108, 108, 108);
    /*rgb(108, 108, 108);*/
}

@keyframes pagerBuzz {
  from { transform: scale3d(1, 1, 1); }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to { transform: scale3d(1, 1, 1); }
}

@keyframes pagerBuzzColor {
  0% { color: rgb(216, 245, 162); }
  40% { color: rgb(116, 184, 22); }
  80% { color: rgb(116, 184, 22); }
  100% { color: rgb(216, 245, 162); }
}

.fa-heart {
  animation: pagerBuzz 1.5s infinite linear;
}

/* currently not working in Safari */
.fa-heart .fa-secondary {
  animation: pagerBuzzColor 1.5s infinite linear;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.color-trans{
  background-color: #fff0 !important;
}

.color-ejem{
  font-size: 80%;
  font-weight: 400;
}



.dataTables_wrapper .dataTables_length {
  margin-right:8px !important;
  float: left;
}
table.dataTable thead th,table.dataTable thead td{
  padding:10px 18px;
  border-bottom:1px solid #111;
}
table.dataTable.no-footer{
  border-bottom:1px solid #111;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
}


.form-controles {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
div.dt-buttons {
  position: relative;
  float: left;
  margin:auto;
  text-align:inherit;
  width:inherit;
}
@media (max-width:641px) {
  div.dt-buttons {
    margin: auto;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .logopanel{
    width: 56% !important;
  }
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .logopanel{
    width: 78% !important;
  }
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 500px) {
  .logopanel{
    width: 100% !important;
  }
}
/**************** callout ******************/
.callout{
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.callout a {
  text-decoration: none !important;
}

