body{
    background-color: #d9e0e7 !important;
}

.row-title{
    margin-top: 20px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.barra-idioma{
    font-weight: bold !important;
    margin-left: 1.7em !important;
}

.content-idioma{
    width: 400px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    font-weight: 300;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.note-personal{
    border-left: none !important;
    margin: 4px !important;
}

.space-top{
    margin-top:100px;
}

.modalEdit{
    margin-top:50px
}

.border-none{
    border: none;
}

.botonsDisabled{
    cursor: auto;
    color: lightgray;
}
.vue-form-wizard .wizard-card-footer{
    margin-top:20px !important;
}

.nomRecurs{
    text-align: center;
    height: 50px !important;
}

.numberCircle{
    background: #f30009 !important;
    font-size: 20px;
    color: white !important;
}

.divNumberCircle{
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: center;
}


.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 5em;
    line-height: 4em;
    vertical-align: middle;
    height: 30px;
  }
  .icon-stack-1x,
  .icon-stack-2x,
  .icon-stack-3x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .icon-stack-1x {
    margin-top: 4px;
  }
  .icon-stack-2x {
    font-size: 1.5em;
  }
  .icon-stack-3x {
    font-size: 2em;
  }
  .tooltip {
    position: relative;
    display: inline-block;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
  }

  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .timeline  img {
    max-width: 300%;
    display: unset !important;
  }


  .faCircle {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;

  }

  .dropdown-toggle-no-caret{
    padding: 0px !important;
  }

  .btnHorari{
    background: transparent !important;
    font-size: 35px !important;
    padding: 0px !important;
    border: none !important;
    margin-top: -9px !important;
}

  #highlighter {
    position: relative
  }

  #nested {
    position: absolute;
    top: -5px;
    left: -4px;
    font-size: 150%;

  }
  .nav.nav-tabs .nav-item{
    margin-bottom: -2px !important;
  }

  .nav.nav-tabs .nav-item .nav-link {
    padding-top: 7px !important;
    padding-bottom: 2px !important;
    color: #358fd3;
  }

  .tabTitleClassDisabled{
    color: #bec2c5 !important;
  }

.test{opacity:0}
.link:hover ~use{opacity:1}

.uniqueClassName {
    text-align: center;
}

.row {
    /* margin-top: 10px; */
    justify-content: left !important;
    margin-left: -10px !important;
}

.btn {
    margin-top: 5px !important;
}

#mitoast {
  visibility: hidden;
  position: fixed;
  z-index: 0;
  right: 1%;
  top: 5%;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: .25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
  max-width: 300px;
  width: 300px;
  background-color: rgba(255,255,255,.95);
  opacity: 1;
  z-index: 99999;
}

.btn-toast{
  margin-top: 25%;
  margin-right: 30%;
  font-size: 200%;
}
.toast-header{
  background-color: transparent !important;
  color: black !important;
  padding: 0.30rem .75rem !important
}

#mitoast {
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  right: 1%;
  top: 3%;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: .25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
  max-width: 310px;
  width: 310px;
  background-color: #ffffff;
  opacity: 1;
}

#mitoast.mostrar {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.6s;
  animation: fadein 0.5s, fadeout 0.5s 4.6s;
}

@-webkit-keyframes fadein {
  from {right: 0; opacity: 0;}
  to {right: 2.5%; opacity: 1;}
}

@keyframes fadein {
  from {right: 0; opacity: 0;}
  to {right: 1%; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {right: 1%; opacity: 1;}
  to {right: 0; opacity: 0;}
}

@keyframes fadeout {
  from {right: 1%; opacity: 1;}
  to {right: 0; opacity: 0;}
}

#mitoast.cerrar {
  /* visibility: visible; */
  -webkit-animation: fadeout 0.5s 4.8s;
  animation: fadeout 0.5s 4.8s;
}

@-webkit-keyframes fadeout {
  from {right: 1%; opacity: 1;}
  to {right: 0; opacity: 0;}
}

@keyframes fadeout {
  from {right: 1%; opacity: 1;}
  to {right: 0; opacity: 0;}
}

.panellContent{
    padding-left:25px;
    padding-right:25px;
}
