#login-overlay{
	/*margin-top: 100px;*/
	z-index: 999999;
}

#sysModalConfirm, #sysModal, #modalDetallePedido, .modal.fade{
    z-index: 999999;
    top:5%;
}
@media (max-width: 1025px) {
#sysModalConfirm, #sysModal, #modalDetallePedido, .modal.fade{
    z-index: 999999;
    top:0%;
}	
#login-overlay{ margin-top:20px;}
}
#modalNuevaDireccion{
    z-index: 99999999;
    top:5%;
}
#modalNuevaDireccion .modal-body {
    padding: 20px 40px 0;
}

#modalNuevaDireccio .modal-header {
    border-bottom: 4px solid #000;
    min-height: 16.43px;
    padding: 10px 15px;
}
#modalNuevaDireccio .form-group {
    margin-bottom: 5px;
}


#modalNuevaDireccion label.control-label {
    color: #111;
    font-weight: 500;
    margin-top: 0px;
}

.loginbtn:disabled, .contactobtn:disabled, .registrobtn:disabled{
    background-color: #bbb;
}


div.pager {
    text-align: center;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #000;
    color: #fff;
    margin-right: 0.5em;
}

div.pager span.active {
    background: #c00;
}

.estadoPedidoAbierto{
    background-color: #32CD32 !important;
}
.estadoPedidoLanzado{
    background-color: #ee3733 !important;
}




.fluid-width-video-wrapper{
    height:338px;
}

#modalDetallePedido th, #modalDetallePedido td{
    border: 1px solid #ddd;
    padding: 2px 4px !important;
}

#modalDetallePedido h5{
    margin-right: 20px;
}



#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: none;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    /*height: 58px;*/
	min-height:58px;
    width: 100%;
    text-align:center;
    background-color: black;
    
}
#infobox3 p {
    line-height:20px;
    font-size:12px;
    text-align:center;
    color: #fff;
	padding:15px;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: none;
}
 