body{
    background-color: #f1f1f1 !important;
}
a:hover {
	text-decoration: none;
}
div#topBarContainer {
    border-top: 2px solid #ff5e00;
    padding: 16px 20px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.26);
    background-color: white;
    padding-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}
img#main_logo {
    width: 100px;
}
#main_logo {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
}
#main_logo:hover {
    -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%); /* FF 35+ */
}
#logoutButton {
    display: inline-block;
    margin-top: 5px;
}
.aliRight{
    text-align: right;
}
a{
    color: #424242;
}
a:hover{
    color: #424242;
}
div#contentContainer {
    margin-top: 145px;
}
.placeContainer {
    background-color: white;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.26);
    position: relative;
    margin-bottom: 20px;
}
.pad20{
    padding: 20px;
}
.padbo0{
    padding-bottom: 0;
}
.placeContainer h2 {
    font-size: 1.5em;
    margin: 0px;
    color: #ff5e00;
}
img.placeImage {
    width: 100%;
}
span.placeCategory {
    float: right;
    display: block;
    top: 5px;
    position: absolute;
    right: 25px;
    font-size: .9em;
    color: gray;
}
.placeOptionsContainer {
    padding: 10px 20px 10px 20px;
    text-align: right;
}
.orangeColor{
    color: #ff5e00 !important;
}
.btn-outline-primary{
    color: #ff5e00 !important;
    border: 1px solid;
}
.placeImageContainer{
    background-image: url(http://cdvictoria.mx/img/detalles/556cbd121278e.jpg);
    height: 320px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.categoryIcon {
    color: #ff5e00;
}
.center{
    text-align: center;
    margin: auto;
}
i.fas.fa-certificate.verified {
    position: absolute;
    top: -12px;
    left: -12px;
    font-size: 2em;
    color: #ff5e00;
}
.page-item.active .page-link {
    background-color: #ff5e00;
    border-color: #ff5e00;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ff5e00;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.bg-light {
    background-color: white !important;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 0;
    margin: 0;
}
div#searchContainer {
    margin-top: 10%;
}
.marbo20{
    margin-bottom: 20px;
}
.footer {
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: white;
    color: #848080;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.46);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.46);
}
body {
    /*position: relative;*/
    margin: 0;
    /*padding-bottom: 15rem;*/
    min-height: 100%;
}
.marri20{
    margin-right: 20px;
}
.social-icon {
    font-size: 1.3em;
    margin-right: 10px;
    color: #ff5e00;
}
.floating-circle-button {
    transition: background-color .5s ease-in-out;
    transition: color .5s ease-in-out;
    background-color: white;
    width: 80px;
    height: 80px;
    color: #ff5e00;
    border: 4px solid;
    position: fixed;
    right: 20px;
    bottom: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 2.3em;
    padding-top: 10px;
    cursor: pointer;
}
.floating-circle-button:hover{
    background-color: #ff5e00;
    color: white;
}
.modal-footer {
    border-top: 1px solid #ff5e00;
}
div.loading{ 
    position: relative;  
    background:#f1f1f1;
    color:#f1f1f1; padding: 5px;
    height: 140px;
    width: 140px;
    margin-top: 170px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    background: url('assets/img/loading_spinner.gif') no-repeat;
}

/*para que el autocomplete no se quede abajo*/
.ui-autocomplete{
    z-index:100 !important;
}

/*badget numero de promos*/
.badget_promos  {
	padding: 5px;
	border-radius: 100px;
	background: #FF4F00;
	border: 3px solid #FFFFFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -6px;
	left: -6px;
	box-sizing: content-box;
	display: inline-block;
    line-height: 1;
	 animation: shake 0.5s;
	animation-iteration-count: 5;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

