@font-face {
    font-family: 'Bree-Regular';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Bree-Regular.otf") format("opentype");

}
@font-face {
    font-family: 'Bree-Bold';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Bree-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Bree-Thin';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Bree-Thin.otf") format("opentype");
}

@font-face {
    font-family: 'XMYekanBold';
    src: url('fonts/XMYEKANBD.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'XMYekanRegular';
    src: url('fonts/Yekan.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
.alerta-img {
    -webkit-animation:shake 3s linear 0s infinite;
    animation:shake 3s linear 0s infinite;
    max-width: 100px;
}

.alerta-img:hover {
    -webkit-animation:none;
    animation:none;	
    transform: translate(0px,3px);
    -ms-transform:translate(0px,3px);
    -webkit-transform:translate(0px,3px);	
}

.panel-tiempo-entrega{
    margin-top: 5px;
    padding: 5px;
    margin-bottom: 5px;
}

.panel-tiempo-entrega > .panel-body{
    padding: 0px;
}


@keyframes shake {
    10%, 90% {
        transform: translate3d(2px, 0, 0);
        transform:rotate(10deg)
    }

    20%, 80% {
        transform: translate3d(-4px, 0, 0);
        transform:rotate(-10deg)
    }

    30%, 50%, 70% {
        transform: translate3d(2px, 0, 0);
        transform:rotate(5deg)
    }

    40%, 60% {
        transform: translate3d(-4px, 0, 0);
        transform:rotate(-5deg)
    }
}

.mainTitle{
    color: #565656;
    font-size: 3em;
}

.change-lang{
    color: white;
    font-size: 1.5em;
}

.cambiaridioma{
    width: 100px;
    margin-top: 50px;
    margin-left: 10px;
    padding: 3px;
    font-size: 14px;
    float: left;
}

.scanqr{
    position: absolute;
    top: 85px;
    right: 22px;
}

.modal-dialog{
    color: black;
    margin-top: 55px;
}

.row {
    margin-right: 0px;
    margin-left: 0px; 
}

.no-padding{
    padding: 0;
}

.modal-header {
    background-color: #f07d00;
    color: white;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-header.incidence{
    background-color: #cc6638;
    color: white;
    text-align: center;
}

button.close.incoming{
    position: absolute;
    right: 7%;
}

.modal-header.save-order{
    background-color: #3d9d55;
    color: white;
    text-align: center;
}

.modal-footer {
    padding: 5px;
    text-align: center;
}

.yesorno{
    min-width: 100px;
    margin: 5px;
    padding: 20px;
    font-size: 16px;
    border-radius: 0px;
    color: #333;
}

.contenedor-manual{
    width: 100%;
    height: 100%;
}

embed{
    width:100%;
    height:100%;
}

body{
    background-image: url(../img/background-pizzagest3.png);
    font-family: 'Bree-Regular','XMYekanRegular';
    font-size: 14px;
    color: white;
    background-color: #f3f3f3;
    -webkit-touch-callout: none;


    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}

.codigo-qr {
    max-width: 107px;
    position: absolute;
    z-index: 1040;
    right: 10px;
    top: 50px;
}


.custom {
    background-color: #4a4a40 !important;
}

.red-background{
    /*    background-color: #a1243d;
        border-color: #a1243d;*/
}
.btn-login{
    display: inline-block;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    width: 55%;
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffdea2,  #fba342); 
    background-image: -moz-linear-gradient(top, #ffdea2,  #fba342);
    background-image: -ms-linear-gradient(top, #ffdea2,  #fba342);
    background-image: -o-linear-gradient(top, #ffdea2,  #fba342);
    background-image: linear-gradient(to bottom, #ffdea2, #fba342);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    /* font-family: Arial; */
    color: white;
    font-size: 20px;
    padding: 9px 15px 5px 15px;
    margin-bottom: 10px;
    text-decoration: none;
    border: 1px solid rgb(240, 125, 0);
}


.btn-login2{
    color: white;
    background-image: -webkit-linear-gradient(top, #ffdea2,  #fba342); 
    background-image: -moz-linear-gradient(top, #ffdea2,  #fba342);
    background-image: -ms-linear-gradient(top, #ffdea2,  #fba342);
    background-image: -o-linear-gradient(top, #ffdea2,  #fba342);
    background-image: linear-gradient(to bottom, #ffdea2, #fba342);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    border: 1px solid rgb(240, 125, 0);
    padding: 6px 12px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    margin-top: 30px;
    min-width: 150px;
}

.pickup-already{
    color: #fff;
    background-color: #9d3d49;
    border: 1px solid #9d3d49;
    display: block;
    border-radius: 20px !important;
    box-shadow: inset 1px 1px 1px rgba(255,255,255,.7), inset 2px 0px 2px rgba(0,0,0,.1), 2px 2px 0px rgba(0,0,0,.1);
}

.order-completed{
    color: #fff;
    background-color: #9d3d49;
    border-color: #9d3d49;
    display: block;
    border-radius: 20px !important;
    box-shadow: inset 1px 1px 1px rgba(255,255,255,.7), inset 2px 0px 2px rgba(0,0,0,.1), 2px 2px 0px rgba(0,0,0,.1);
}


.img-account{
    max-width: 80px;
}

.navbar{
    margin-bottom: 0px;
    background-color: #f5f5f5;
}

.logo-maestro{
    max-height: 38px;
    margin-top: 5px;

}

.box-account span{
    display: block;
    margin-top: 5px;
    color: #a1243d;
    font-size: 16px;
    font-family: 'Bree-Bold','XMYekanBold';
}


.container-address-landscape{
    font-family: bree-bold;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}

.container-address{
    font-family: bree-bold;
    font-size: 16px;
    color: #ffffff;
}

.contrareloj{
    font-size: 20px;
    color: white;
    text-align: center;
    position: absolute;
    right: 10px;
}

.c100 .bar{
    /*    transition: border-color 3s linear;*/
    transition: transform 1s linear;
}

.logo-home{
    max-width: 60px;
}

.contenedor-bottom{
    position: fixed;
    bottom: 0px;

}

.icono-botones{
    font-size: 20px;
    margin: 5px;
}

.menu-inferior{
    background-color: #27262f;
    min-height: 50px;
    border-top: 1px solid black;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-family: bree-thin, XMYekanRegular;
}

.pickupaddress, .deliveryaddress{
    color: #e2ce68;
    margin-bottom: 10px;
}

.deliveryaddress{
    margin-top: 15px;
}

.btn{
    line-height: 2;
}

.btn-md{
    margin-top: 5px;
    margin-bottom: 2px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 2.4;
}

h2.nombre{
    color: #656565;
}


.nopadding{
    padding: 0px;
}

.formulario-login{
    margin-top:20px; 
}


#login-form{

    margin-top:50px;
}

p {
    margin: 10px 0 10px;
    color: #464646;
    font-size:  12px;
    font-family: bree-bold;
}

.iconos-menu{
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: 4px;
}

.contenedor-opcion-menu:hover, .contenedor-opcion-menu:active{
    color: white;
}

.contenedor-alerta{
    overflow: hidden;
}

.menu-superior-ayuda{
    position: absolute;  
    left: 10px; 
    top: 10px; 
    text-align: center;
    color: #ecebeb;
}

.menu-superior-ayuda-arabe{
    position: absolute;  
    right: 10px; 
    top: 10px; 
    text-align: center;
    color: #ecebeb;
}

.menu-superior-pedidos{
    position: absolute;  
    left: 0px; 
    top: 10px; 
    text-align: center;
    color: #ecebeb;
}

.menu-superior-pedidos-arabe{
    position: absolute;  
    right: 0px; 
    top: 10px; 
    text-align: center;
    color: #ecebeb;
}

span.orders,.logout-icon{
    display: block;
}

.logout-container{
    position: absolute; 
    right: 10px; 
    top: 10px; 
    text-align: center; 
    color: #ecebeb
}

.logout-container-arabe{
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    color: #ecebeb
}

#map,#map_online{
    border-radius: 5px;
    width: 100% !important;
    height: 40% !important;
}

.modal-body{
    font-size: 14px;
    padding-bottom: 15px;
}

.order-finished{
    color: white;
    background-color: #4db567;
    border-color: #2f9636;
    display: block;
    border-radius: 20px !important;
    box-shadow: inset 1px 1px 1px rgba(255,255,255,.7), inset 2px 0px 2px rgba(0,0,0,.1), 2px 2px 0px rgba(0,0,0,.1);
}

.botones-save-order{
    color: white;
    background-color: #3d9d55;
    border-color: rgba(28, 108, 34, 0);
    display: block;
    margin-top: 10px;
    white-space:normal;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border-radius: 20px !important;
    box-shadow: inset 1px 1px 1px rgba(255,255,255,.7), inset 2px 0px 2px rgba(0,0,0,.1), 2px 2px 0px rgba(0,0,0,.1);
}

.error-icon{
    display: block;
    font-size: 80px;
    margin-bottom: 10px;
    color: #585858;
}

.contenedor-incidencias{
    font-size: 12px;
    text-align: left;
}

.contenedor-incidencias-arabe{
    font-size: 12px;
    text-align: right;
}
.marker{
    width: 0px;
    height: 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
}


.icono-mapa{
    min-width: 40px;
    width: 40px;
    position: absolute;
    top: -31px;
    /*left: -19px;*/
    z-index: 10;
}

/*.marker:before{
    content: '';
      width: 33px;
  height: 33px;
  background: #2f2f2f;
  position: absolute;
  border-radius: 50%;
  top:4px;
  left: 3px;
}*/

.fondo-marker{
    width: 33px;
    height: 33px;
    position: absolute;
    border-radius: 50%;
    top:-27px;
    left: 3px;
    z-index: 9;
}

.fondo-marker-arabe{
    width: 33px;
    height: 33px;
    position: absolute;
    border-radius: 50%;
    top:-27px;
    right: 3px;
    z-index: 9;
}


.pulse {

    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: -30px;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 56px;
    left: 11px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #89849b;
    box-shadow: 0 0 1px 2px #89849b;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.pulse-arabe {

    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    right:  50%;
    top: -30px;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}
.pulse-arabe:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 56px;
    right: 1px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #89849b;
    box-shadow: 0 0 1px 2px #89849b;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

#reloj, #reloj1{
    box-shadow: #6fade1 0px 0px 20px;
}

.call-client{
    font-size: 16px;
    background-color: #1db54f;
    border: 2px solid #89d964;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    box-shadow: inset 1px 1px 1px rgba(255,255,255,.7), inset 2px 0px 2px rgba(0,0,0,.1), 2px 2px 0px rgba(0,0,0,.1);
}


.fa-clock-o{
    margin-left: 10px;
    margin-right: 10px;
}

.close{
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #a09d9d;
    filter: alpha(opacity=20);
    opacity: .5;
}

.pronto{
    color: #1bcc48;
}

.tarde{
    color:    #ff114a;
}

.formulario-matriculas{
    font-size: 16px;
    color: #4a4a40;
    margin-top: 15px;
}

.formulario-matriculas label{
    margin-top: 25px;
}

#map_online{
    width: 100%;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.row-mapa-online{
    padding: 10px;
}

.button-aceptar-terminos{
    color: #fff;
    background-color: #a1243d;
    border-color: #a1243d;
    border-radius: 0px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    min-width: 150px;
}

.separador{
    max-height: 10px;
}

.info-popup{
    margin-top: 25px;
}

.icono-payment{
    max-height: 40px;
}

.icono-payment-menu{
    max-height: 35px;
    margin-left: 20px;
    margin-top: 8px;
}


.estado-payment{
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-payment{
    font-size: 16px;
}

.imagen-mediana{
    width: 155px; height: 155px;
}

.info-payment-lands{
    margin-top : 35px;
}

.ubicacioncliente{
   width: 100%;

}

.gpsOn {
    background: -webkit-gradient(linear, left top, left bottom, from(#2da927), to(#0df702));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        font-size: 25px;
    top: 13px;
    position: absolute;
    left: 60px;
}
 
.gpsOff{
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4747), to(#8a1f1f));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        font-size: 25px;
    top: 13px;
    position: absolute;
    left: 60px;
}
 
.parpadea {
  animation-name: parpadeo;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
 
  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
 
@-moz-keyframes parpadeo{ 
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
 
@-webkit-keyframes parpadeo { 
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}
 
@keyframes parpadeo { 
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

.informacion-externo{
    color : #000000 !important;
}

#loading{
    display: none;
    z-index: 99999;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: visible;
    height: 100%;
    width: 100%;
    background: rgba(33, 33, 33, 0.7);
}

.loading-icon{
  position: fixed;
  z-index: 999;
  height: 6em;
  width: 6em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.navbar-header{
	    float: none;
}

.fa-map-marker{
    margin-left: 5px;
    margin-right: 5px;
}

.panel-title{
    color: black !important;
}

.panel-body-history{
    padding: 0px;
}


.icono-payment-history{
        width: 39px; 
        height: 39px;
        background-color: aliceblue;
        border-radius: 10px;
        padding: 1px;
        border: 1px solid #dfdfdf;
        margin-top: 4px;
}