
.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;
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25)); } }

.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;
}

.card-body-rol {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.coldt{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.coldt div.col-sm-4{
  text-align: right;
  font-weight: 700;
}

dl .callout{
  width: 100%;
  margin-bottom: 5px;
}

dl .callout .form-group{
  margin-bottom: 0px;
}

dl .callout .form-group div.col-sm-12{
padding-top: 2px;
padding-bottom: 2px;
}

dl .callout .form-group div.col-sm-6{
  padding-top: 2px;
  padding-bottom: 2px;
}

dl .callout div.col-sm-4{
  text-align: right;
  font-weight: 700;
}

.modal .modal-content .modal-body .card {
  margin-bottom: 0rem;
}

.modal .modal-content .modal-body .card .card-body .callout .card{
  margin-bottom: 0rem;
}

.modal .modal-content .modal-body .card .card-body .callout a{
  color: #007bff;
}
.modal .modal-content .modal-body .card .card-body .callout a:hover{
  color: #0056b3;
}

.modal .modal-content .modal-body .card .card-body .callout .card .card-body{
  padding-top: 5px;
  padding-bottom: 5px;
}

.modal .modal-content .modal-body .card .card-body .callout .card .card-body .row{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal .modal-dialog .modal-content .modal-body .row .file-input .file-preview button.fileinput-remove{
  display: none;
}

.badge {
  line-height: 1.25 !important;
}

/*Cancel*/
.swal2-cancel{
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.swal2-cancel:active {
  color: #fff !important;
  background-color: #bd2130 !important;
  border-color: #b21f2d !important;
}

.swal2-cancel:hover {
  color: #fff !important;
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}

/*Confirm*/
.swal2-confirm{
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.swal2-confirm:active {
  color: #fff !important;
  background-color: #1e7e34 !important;
  border-color: #1c7430 !important;
}

.swal2-confirm:hover {
  color: #fff !important;
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}

/*deny*/
.swal2-deny{
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.swal2-deny:active {
  color: #fff !important;
  background-color: #0062cc !important;
  border-color: #005cbf !important;
}

.swal2-deny:hover {
  color: #fff !important;
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}

.input-group > .select2-container--bootstrap {
  width: auto;
  flex: 1 1 auto;
}

.input-group > .select2-container--bootstrap .select2-selection--single {
  height: 100%;
  line-height: inherit;
  padding: 0.5rem 1rem;
}

.swal2-content
{
  z-index: 2!important;
}

.btn-filter{
  margin-left: 30px;
  margin-right: 5px;
  margin-right: 25px;
}

.modal-body .form-group .select2-container {
  width: inherit !important;
}

.loader-ini {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('logo.png') 50% 50% no-repeat rgb(249,249,249);
  opacity: 1;
  -webkit-animation: rotation 3s infinite linear;
  -moz-animation: rotation 3s infinite alternate;
  -o-animation: rotation 3s infinite linear;
  animation: rotation 3s infinite ease-out;
}

.loader {
  position: fixed;
  z-index: 25000;
  background: rgb(255, 255, 255);
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:all .3s ease;
}

.loader::before {
  background: url(../img/logo_gob.png) 50% 50% no-repeat rgb(249,249,249);
  content: "";
  position: absolute;

  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-sizing: border-box;
  border-left: 2px solid rgba(50, 150, 176,0);
  border-top: 2px solid rgba(50, 150, 176,0);
  animation: rotarload 2s linear infinite;
  transform: rotate(0deg);
}

@keyframes rotarload {
  0%   {transform: rotate(0deg)}
  100% {transform: rotate(360deg)}
}

.alert-lit-success {
  background-image: linear-gradient(to left, rgba(35, 147, 61, 0.02), #28a745, rgb(35, 147, 61, 0.02));
  text-align: center;
}

.alert-lit-warning {
  background-image: linear-gradient(to left, rgba(35, 147, 61, 0.02), #ffc107, rgb(35, 147, 61, 0.02));
  text-align: center;
}

.alert-lit-danger {
  background-image: linear-gradient(to left, rgba(35, 147, 61, 0.02), #dc3545, rgb(35, 147, 61, 0.02));
  text-align: center;
}

.lineaappend{
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
}

.toggle-activo-disabled {
  background-color: #e9ecef;
  color: #495057;
}

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