.stickyfooter {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.occupation-icon {
	font-size: 15pt;
}

.modalmundo-element {

}

.roomheader {
	border-bottom: 1px solid #0ebcf2;
}


.item_map {
	max-width: 250px;

	box-shadow: 10px 10px 10px #888888;
}


.item_map img {
	max-width: 250px;
    max-height: 150px;
}

#mostrarmodalmundo > .fa:hover {
		color: #ed8323;
}

#disponibilidadhotel > li > a:hover {
	color: #0ebcf2;
}

.day:hover {
	color: #0ebcf2;
	
}


.remove-occupation {
    margin: 7px;
}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
    text-align: left;
    background-color: #ed8323 !important;
}

.circle-button {
    cursor: pointer;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    padding-left: 11px;
    margin-bottom: 25px;
    margin-left: 5px;
}

.circle-button:hover {
    border-radius: 35px;
}

.circle-button > i {
    margin: 0 0 !important;
}



#mostrarmodalocupacion  {
    padding-left: 9px;
}


#mostrarmodalocupacion:hover {
    color: #ed8323;
}

.bounce:hover {
 position: absolute;
 bottom: 15px;
 width: 30px;
 height: 30px ;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 border-radius:50%;
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-10px);}
 60% {-webkit-transform: translateY(-4px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-10px);}
 60% {-moz-transform: translateY(-4px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-10px);}
 60% {-o-transform: translateY(-4px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-10px);}
 60% {transform: translateY(-4px);}
}


.summary {
    padding: 10px;
    background: rgb(135, 223, 246) none repeat scroll 0% 0%;
}


.summary-header {

}

.summary-group {
    padding: 10px;
}

.summary-amount {
    font-size: 18pt;
    font-weight: 400;
}




/* Preloader */


.preloader {
  position: relative;
  margin: 0px auto;
  display: inline-block;
}

.preloader:not([class*="pl-"]) {
  width: 40px;
}

.preloader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.preloader.pl-xs {
  width: 20px;
}

.preloader.pl-sm {
  width: 30px;
}

.preloader.pl-lg {
  width: 50px;
}

.preloader.pl-xl {
  width: 80px;
}

.preloader.pl-xxl {
  width: 100px;
}

.preloader:not([class*="pls-"]) .plc-path {
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

.preloader[class*="pls-"] .plc-path {
  animation: dash 1.5s ease-in-out infinite;
}

.preloader.pls-red .plc-path {
  stroke: #f44336;
}

.preloader.pls-blue .plc-path {
  stroke: #2196f3;
}

.preloader.pls-green .plc-path {
  stroke: #4caf50;
}

.preloader.pls-yellow .plc-path {
  stroke: #ffeb3b;
}

.preloader.pls-bluegray .plc-path {
  stroke: #607d8b;
}

.preloader.pls-amber .plc-path {
  stroke: #ffc107;
}

.preloader.pls-teal .plc-path {
  stroke: #009688;
}

.preloader.pls-gray .plc-path {
  stroke: #9e9e9e;
}

.preloader.pls-pink .plc-path {
  stroke: #e91e63;
}

.preloader.pls-purple .plc-path {
  stroke: #9c27b0;
}

.preloader.pls-white .plc-path {
  stroke: #fff;
}

.pl-circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.plc-path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%, 0% {
    stroke: #f44336;
  }

  40% {
    stroke: #2196f3;
  }

  66% {
    stroke: #4caf50;
  }

  80%, 90% {
    stroke: #ffc107;
  }
}

@media print {
    @page {
        margin: 0;
        size: auto;
    }
}


/* End preloader */

/* Mobile scrolling */

body {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

