/* 
---------------------------------------
 Overlay Loading con Logo Generali 
---------------------------------------
*/

.overlay {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10 !important;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background: #eee;
  opacity: .75;
  z-index: 998;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 256px;
  height: 256px;
  margin-left: -128px;
  margin-top: -128px;
  z-index: 999;
}

/*
---------------------------------------
*/

/* Tablas */

table.table {
  margin-bottom: 0px !important;
}

.table td {
  vertical-align: middle !important;
}

.table th {
  padding: .5rem !important;
  border-top: 0px !important;
}

.table td {
  padding-top: .6rem !important;
  /*padding-bottom: .3rem !important;*/
}

/*
---------------------------------------
*/

.sticky-bottom {
  position: sticky;
  -webkit-position: -webkit-sticky;
  bottom: 0;
  z-index: 99;
}

/* Imagen de fondo Login */
.bg-login-image {
  background: url('/img/eje_generali_borde.jpg') !important;
  background-position: center !important;
  background-size: cover !important;
}

.vertical-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}


/* --------------------------------------  TIMELINE  -------------------------------------------------- */

.timeline .timeline-item {
  display: flex;
  align-items: flex-start;
}

.timeline .timeline-item .timeline-item-marker {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
  font-size: 0.875rem;
  width: rem;
  color: #A7AEB8;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timeline .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  background-color: #eee;
  border-radius: 100%;
}

.timeline .timeline-item .timeline-item-content {
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 1rem;
  width: 100%;
}

.timeline .timeline-item:last-child .timeline-item-content {
  padding-bottom: 0 !important;
}

@media (min-width: 576px) {
  .timeline .timeline-item .timeline-item-marker {
    flex-direction: row;
    transform: translateX(1.625rem);
    margin-bottom: 0;
  }

  .timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }

  .timeline .timeline-item .timeline-item-content {
    padding-top: 0px;
    padding-bottom: 3rem;
    padding-left: 3rem;
    border-left: solid 0.25rem #A7AEB8;
  }

  .timeline .timeline-item:last-child .timeline-item-content {
    border-left-color: transparent;
  }
}

.timeline.timeline-sm .timeline-item .timeline-item-marker {
  /*transform: translateX(0.875rem);*/
  transform: translateX(1.1rem);
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-text {
  /*width: 3rem;*/
  font-size: 0.7rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  height: 2rem;
  width: 2rem;
  font-size: 0.875rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator .feather {
  height: 0.75rem;
  width: 0.75rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0px;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-marker {
  transform: translateX(0.5625rem);
}

.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-text {
  width: 3rem;
  font-size: 0.7rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  height: 0.875rem;
  width: 0.875rem;
  font-size: 0.875rem;
  border: 0.125rem solid #fff;
  margin-top: -0.125rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0px;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

/* Inicio Ribbon */
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon span::after {
  content: '';
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #79A70A;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.red span {
  background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.red span::before {
  border-left-color: #8F0808;
  border-top-color: #8F0808;
}

.red span::after {
  border-right-color: #8F0808;
  border-top-color: #8F0808;
}

.blue span {
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.blue span::before {
  border-left-color: #1e5799;
  border-top-color: #1e5799;
}

.blue span::after {
  border-right-color: #1e5799;
  border-top-color: #1e5799;
}

/*  Fin Ribbon */

/* Fondos Degradados */
.bg-red {
  background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.bg-red::before {
  border-left-color: #8F0808;
  border-top-color: #8F0808;
}

.bg-red::after {
  border-right-color: #8F0808;
  border-top-color: #8F0808;
}

.bg-blue {
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.bg-blue::before {
  border-left-color: #1e5799;
  border-top-color: #1e5799;
}

.bg-blue::after {
  border-right-color: #1e5799;
  border-top-color: #1e5799;
}

.bg-green {
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
}

.bg-green::before {
  border-left-color: #79A70A;
  border-top-color: #79A70A;
}

.bg-green::after {
  border-right-color: #79A70A;
  border-top-color: #79A70A;
}

.cursiva {
  font-family: 'Dancing Script', cursive;
}

.satisfy {
  font-family: 'Satisfy', cursive;
}

a:hover {
  text-decoration: none;
}

/* Imagen no_data */

#no-data {
  max-height: 250px;
  align-self: center;
}

@media (min-width:320px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */

}

@media (min-width:480px) {
  /* smartphones, Android phones, landscape iPhone */
}

@media (min-width:600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}

@media (min-width:801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) {

  /* big landscape tablets, laptops, and desktops */
  input {
    width: 30%;
  }
}

@media (max-width:1366px) {

  /* big landscape tablets, laptops, and desktops */
  body {
    font-size: .9rem !important;
  }

  .h3 {
    font-size: 24px;
  }

  .card {
    font-size: .9rem !important;

  }

  .card-body {
    padding-left: 9px;
    padding-right: 9px;
  }

  .sidebar {
    width: 12rem !important;
  }

  input,
  select,
  button,
  a {
    font-size: .9rem !important;
  }

  .rapido-font {
    font-size: 24px !important;
  }

  .rapido-font-primas {
    font-size: 20px !important;
  }

  .font-control {
    font-size: .9rem !important;
  }

  .btn {
    font-size: .9rem !important;
  }

  .fa-info-circle:before {
    font-size: 0.8em;
  }

}

@media (min-width:1366px) {
  /* hi-res laptops and desktops */
}

/* Estilo Pink para Cards */
.text-pink {
  color: #d63384 !important;
}

.border-left-pink {
  border-left: .25rem solid #d63384 !important;
}

.bg-pink {
  background-color: #d63384 !important;
}

.badge-pink {
  color: #fff;
  background-color: #d63384;
}

[x-cloak] {
  display: none !important;
}