/*************************************************
 project.css
 v 1.1.0

**************************************************/

/***************************************
  Project
****************************************/
.red{color:#ea4026;}
.blue{color:#3ca0f6;}
.green{color:#56bf3e;}
.purple{color:#673ab7;}
.number{font-weight: 600; font-size: 1.1em;}
.info-logo-modal{height: 50px;width: auto;}
.info-logo-modal-ghost{
    float: left;
    position: fixed;
    width: 70px;
    height: auto;
    right: 40px;
}

.bg-red{background-color: #ea4026 !important;}

.uxsmap-logo-modal{height: 40px;}

/***************************************
  UXSMAP
****************************************/
#uxmap_controls{
  margin-top:24px !important;
  margin-left: 24px;
}

/*Controls*/
.fab-icon-open, .fab-icon-close{
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}



#modal_map_info .modal-body{
  overflow-y: scroll;
  max-height: 600px;
}


/***************************************
  speech-bubble
****************************************/
.speech-bubble {
  margin: 3em;
  width: 190px;
  padding: 10px;
  background-color:rgb(255, 255, 255,0.95);
  color: #222;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 4px solid rgba(200,0,0,1);
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 888;
}

.speech-bubble:before{
  content: "";
  border: solid 20px transparent; /* set all borders to 10 pixels width */
  border-top: 0; /* we do not need the top border in this case */
  border-bottom-color:rgb(200, 0, 0,0.95);
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  position: relative;
  top: -30px; /* border-width of the :after element + padding of the root element */
  margin-left: 55px;
}

.speech-bubble p {
  margin-top: -15px;
  font-size: 1.2em;
  color: #444;
  font-weight: 600;
}
.speech-bubble p small {
  font-size: 0.85em;

}


/***************************************
 NAVIDAD
****************************************/
@keyframes santa_float {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

.santa-centered{
   position: absolute;
   left: 45%;
   top: 50%;
   height: 75px;
   z-index: 999;
}
.sombra-centered{
   position: absolute;
   left: 45%;
   top: 44%;
   height: 75px;
   z-index: 999;
}

.santa-floating{
  animation: santa_float 1.5s ease-in-out infinite alternate !important;
  -webkit-animation: santa_float 1.5s ease-in-out infinite alternate !important;

}

.sombra-floating{
  animation: santa_float 1.5s ease-in-out infinite alternate !important;
  -webkit-animation: santa_float 1.5s ease-in-out infinite alternate !important;
}

.santa_info_window{
  margin:0px;
  border:5px solid #ea4026;
}


/***************************************
 WIZARD
****************************************/
.wizard > .steps > ul > li.done .number {
    background-color: #2196F3;
    border-color: #2196F3;
}
.wizard > .steps > ul > li:before, .wizard > .steps > ul > li:after {
    background-color: #2196F3;
}
.wizard > .steps > ul > li.current .number {
    border-color: #2196F3;
    color: #2196F3;
}
.wizard > .steps > ul > li.current .number:after {
    content: '\ea82';
    font-family: 'icomoon';
}

.wizard .panel-heading {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wizard > .step {
  min-height: 400px;
}

#modal_map_call .modal-body{
  padding: 10px !important;
}

#wizard_call_name{
  margin-top: -10px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0;
  font-weight: bolder;
  font-size: 2.3em;
  float: left;
  width: 100%;
  text-decoration: underline;
  text-decoration-style: double;
  color: #444444;

}

.wizard-content{
  font-weight: 600;
  font-size: 1.1em;
}

.timeline-container:after {
    z-index: 1 !important; /*Sino desaparece la línea*/
}
.timeline-row {
    z-index: 2 !important; /*Sino desaparece la línea*/
}


/***************************************
 GIFT
****************************************/
.control-label{
  font-weight: bold;
}


/***************************************
 LANG
****************************************/
.lang-selector{
  position: absolute;
  right: 20px;
  top: 20px;
  float: right;
  z-index: 99999 !important;
}

.language-switch{
  background-color: #eee !important;
  border-radius: 15px;;
}

/***************************************
 SIZES
****************************************/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .wizard > .steps > ul > li {
      width: 25%;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .wizard > .steps > ul > li {
      width: 25%;
  }

  .lang-selector{
    position: absolute;
    right: 10px;
    top: 10px;
    float: right;
    z-index: 99999 !important;
  }
  
  .language-switch{
    background-color: #eee !important;
    border-radius: 15px;
  }

  .language-switch .btn{
    padding: 5px !important;
  }


}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  #uxmap_controls{
    margin-top:12px !important;
    margin-left: 12px;
  }

}
