body{
    background-color: #f3f6f9;
    min-height: 100% !important;
    padding-top: 56px;
}

.sticky-top { top: 70px; }

.divCategorias{
    margin-bottom: 20px;
    border-top: 2px dashed #D58A27;
    border-bottom: 2px dashed #D58A27;
    padding-top: 10px;
    padding-bottom:10px;
}

.divPlatillos{
    margin-bottom: 10px;
    border-bottom: 2px dashed #C9D527;
    padding-top: 10px;
    padding-bottom:10px;
}

.divCategoriasExtras{
    margin-bottom: 5px;
    border-bottom: 2px dashed #27D58A;
    padding-top: 10px;
    padding-bottom:10px;
}

.divExtras{
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom:10px;
}

#divMapa{
    height: 350px;
}

#formRestaurante input[type=file]{
    display: none;
}

#divFlPortada{
    position: relative;
    width: 100%;
    height: 134px;
    background-color: rgba(213,138,39,0.5);
    border: 1px dashed #018fa1;
    border-radius: 5px;
}

#divFlPortada .contenido{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#divFlPortada .contenido img{
    max-width: 200px;
    max-height: 70px;
}

#formLogin{
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.titulocard{
    font-weight: bold;
    font-size: 22px;
}

hr{
    margin-top:.8rem !important;
    margin-bottom: .8rem !important;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display:none;
	background: url(../img/loader.gif) center no-repeat rgba(255,255,255,0.6);
}

.footer{
    background-color: #f5f5f5;
}

.linkNaranja{
    color:#D58A27;
    font-weight: bold;
    text-decoration: none;
}

.linkNaranja:hover{
    color:#01b6bc;
    font-weight: bold;
    text-decoration: none;
}

.linkMenu{
    display: block;
    padding: .5rem 1rem;
}

.linkRojo{
    color:#01b6bc;
    font-weight: bold;
    text-decoration: none;
}

.linkRojo:hover{
    color:#018fa1;
    font-weight: bold;
    text-decoration: none;
}

.btnRojo{
    color: #fff;
    background-color: #01b6bc;
    border-color: #01b6bc;
}

.btnRojo:hover{
    color: #fff;
    background-color: #018fa1;
    border-color: #018fa1;
}

.btnAzul{
    color: #fff;
    background-color: #01b6bc;
    border-color: #01b6bc;
}

.btnAzul:hover{
    color: #fff;
    background-color: #018fa1;
    border-color: #018fa1;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 61px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.bgRojo{
    background:#01b6bc;
}

.bgAqua{
    background:#6ce5dc;
}

.borderless{
    border: none !important;
}

.texto-Rojo{
    color:#01b6bc;
}

.texto-aqua{
    color:#6ce5dc;
}

.texto-grisoscuro{
    color:#333333;
}

/*ELEMENTOS BOOTSTRAP*/

label{
    font-size: 15px;
}

.form-row{
    margin-bottom: 10px;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
  
.form-label-group > input,
.form-label-group > label {
    height: 3.125rem;
    padding: .75rem;
}
  
.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
  
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}
  
.form-label-group input:-ms-input-placeholder {
    color: transparent;
}
  
.form-label-group input::-ms-input-placeholder {
    color: transparent;
}
  
.form-label-group input::-moz-placeholder {
    color: transparent;
}
  
.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
    display: none;
    }
    .form-label-group input::-ms-input-placeholder {
    color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
    display: none;
    }
    .form-label-group input:-ms-input-placeholder {
    color: #777;
    }
}
/* FIN ELEMENTOS BOOTSTRAP */
  