/* REBRANDING */

body,
.logo-lg,
.logo-mini {
  font-family: "Red Hat Display", sans-serif;
}

.skin-blue .main-header .navbar {
  background-color: #3a87ad;
}

.skin-blue .main-header .logo {
  background-color: #4298c4;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #2b363b;
}

.skin-blue .sidebar-menu>li>a:hover,
.skin-blue .sidebar-menu>li.active>a {
  border-left-color: #3a87ad;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #fca534 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #db0b27 !important;
}

.label-default {
  background-color: #2b363b !important;
}

.label-success {
  background-color: #2ecc71 !important;
}

.label-new {
  background-color: #ffbf00 !important;
}

.btn-primary {
  background-color: #3a87ad;
}

.btn-success {
  background-color: #2ecc71;
}

.btn-danger {
  background-color: #db0b27;
}

.btn-warning {
  background-color: #fca534;
}

.btn-actions-outline {
  cursor: pointer;
  background-color: #fff;
  font-size: 1.1em;
  padding: 0.15em 0.65em;
}

.btn-actions-info {
  border-color: #337ab7;
  color: #337ab7;
}

.btn-actions-info:hover,
.btn-actions-info:focus {
  background-color: #337ab7;
  color: #fff;
}

.btn-actions-danger {
  border-color: #db0b27;
  color: #db0b27;
}

.btn-actions-danger:hover,
.btn-actions-danger:focus:hover {
  background-color: #db0b27;
  color: #fff;
}

.btn-actions-warning {
  border-color: #fca534;
  color: #fca534;
}

.btn-actions-warning:hover,
.btn-actions-warning:focus:hover {
  background-color: #fca534;
  color: #fff;
}

.btn-actions-success {
  border-color: #2ecc71;
  color: #2ecc71;
}

.btn-actions-success:hover,
.btn-actions-success:focus:hover {
  background-color: #2ecc71;
  color: #fff;
}

.btn-actions-default {
  border-color: #2b363b;
  color: #2b363b;
}

.btn-actions-default:hover,
.btn-actions-default:focus:hover {
  background-color: #2b363b;
  color: #fff;
}

.btn-actions-new {
  border-color: #ffbf00;
  color: #ffbf00;
}

.btn-actions-new:hover,
.btn-actions-new:focus:hover {
  background-color: #ffbf00;
  color: #fff;
}

.btn-actions-primary {
  border-color: #3a87ad;
  color: #3a87ad;
}

.btn-actions-primary:hover,
.btn-actions-primary:focus:hover {
  background-color: #3a87ad;
  color: #fff;
}

.panel-info>.panel-heading {
  color: #3a87ad;
  background-color: #e4eff4;
}

.box.box-solid.box-primary>.box-header {
  background-color: #3a87ad;
}

.progress-bar-warning {
  background-color: #fca534;
}

.progress-bar-sucess {
  background-color: #2ecc71;
}

.box.box-primary {
  border-top-color: #3a87ad;
}

.box.box-solid.box-primary {
  border: #3a87ad;
}

.text-success {
  color: #2ecc71;
}

.text-warning,
.text-yellow {
  color: #fca534 !important;
}

.text-danger {
  color: #db0b27;
}

.text-info {
  color: #3a87ad;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #3a87ad;
  border-color: #3a87ad;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #2ecc71 !important;
}

.input-editable {
  display: inline-block;
  position: relative;
}

.input-editable:after {
  font-family: "FontAwesome";
  content: "\f044";
  position: absolute;
  right: 6px;
  top: 2px;
  opacity: 0.6;
}

.input-editable>input,
.input-editable>input:focus,
.input-editable>input:focus-visible {
  border: none;
  outline: none;
}

.input-editable>input {
  float: left;
  max-width: 80%;
  width: 75%;
}

.movement-animation {
  display: flex;
  justify-content: space-around;
  margin: 4em 0;
}

.movement-animation i {
  font-size: 6em;
}

/* Elementos para animacion de moverlos*/
.moving {
  animation: moving 3s ease-in-out 0.2s infinite;
  position: absolute;
  left: 25%;
  opacity: 0;
  /* font-size: 3em;
  line-height: 3em; */
  width: 2em;
  transform: scale(0.5);
}

.moving-inverse {
  animation: moving-inverse 3s ease-in-out 0.2s infinite;
  position: absolute;
  left: 73%;
  opacity: 0;
  /* font-size: 3em;
  line-height: 3em; */
  width: 2em;
  transform: scale(0.5);
}

.element1 {
  animation: moving 3s ease-in-out 0.5s infinite;
  position: absolute;
  left: 20%;
  transition: all 2s;
}

.element2 {
  animation: moving-inverse 3s ease-in-out 2.5s infinite;
  position: absolute;
  left: 78%;
  transition: all 2s;
}

.element3 {
  animation: moving 3s ease-in-out 2s infinite;
  position: absolute;
  left: 20%;
  transition: all 2s;
}

.element4 {
  animation: moving-inverse 3s ease-in-out 4s infinite;
  position: absolute;
  left: 78%;
  transition: all 2s;
}

/*Animacion para moverlo a la derecha del contenedor*/
@keyframes moving {
  0% {
    opacity: 0;
    font-size: 1em;
    top: 40%;
  }

  50% {
    opacity: 1;
    left: 45%;
    font-size: 4em;
    top: 15%;
  }

  100% {
    opacity: 0;
    left: 70%;
    font-size: 1em;
    top: 40%;
  }
}

@keyframes moving-inverse {
  0% {
    opacity: 0;
    font-size: 1em;
    top: 40%;
  }

  50% {
    opacity: 1;
    left: 35%;
    font-size: 4em;
    top: 50%;
  }

  100% {
    opacity: 0;
    left: 20%;
    font-size: 1em;
    top: 40%;
  }
}

.icon-observacion {
  cursor: pointer;
}

.icon-observacion.danger {
  color: #db0b27;
  font-size: 1.2em;
}

.icon-observacion.warning {
  color: #fca534;
  font-size: 1em;
}

div.tools a {
  cursor: pointer;
}

#btnBackToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #3a87ad;
  color: white;
  cursor: pointer;
  padding: 15px;
  padding-bottom: 19px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
}

#btnBackToTop:hover {
  background-color: #555;
}

#btnBackToTop.visible {
  display: block;
  animation: fadeIn 0.5s;
  transition: display 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#btnBackToTop.hidden {
  display: none;
  animation: fadeOut 0.5s;
  transition: display 0.5s;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.input-group-info {
  font-size: 0.8em;
  font-style: italic;
  padding-left: 1em;
  color: #3a87ad;
}

.help-block {
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
}

.form-group.has-error .help-block {
  color: #db0b27;
}

.form-group.has-success .help-block {
  color: #2ecc71;
}

.businesscards {
  background-color: white;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  color: black;
}

.small-box-footer {
  background-color: rgb(78, 121, 167) !important;
}

.small-box:hover {
  color: black !important;
}

.progress-bar-orangecustom {
  background-color: #fca534 !important;
}

.progress-bar-greencustom {
  background-color: #2ecc71 !important;
}

.progress-bar-total {
  background-color: rgb(78, 121, 167) !important;
}

.descarga-step-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-evenly !important;
  align-items: center !important;
}

.wizard li.active span.round-tab {
  background-color: #3a87ad !important;
  border-color: #3a87ad !important;
  color: white;
}

.wizard li.active:after {
  border-bottom-color: #3a87ad !important;
  left: 47% !important;
}

.descarga-step-text {
  font-size: 0.5em;
  line-height: 0.5em;
  font-weight: 600;
}

.descarga-step-number {
  padding: 0;
  line-height: 0;
  font-weight: 900;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.dotsLoader {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.dot {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
  animation: bounce 0.5s infinite alternate;
}

.dot:nth-child(2) {
  animation-delay: 0.1s;
}

.dot:nth-child(3) {
  animation-delay: 0.2s;
}