﻿.container {
    padding-top: 0px;
}
#btnSalir {
    margin-right: 20px;
    color: #F6F6F6;
    font-size: 12px;
    text-decoration: none;
}
.btnheader {
    margin-right: 20px;
    color: #F6F6F6;
    font-size: 12px;
    text-decoration: none;
}
body {
    font-family: 'Roboto Mono', monospace;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14px;
}
.row {
    padding-top: 10px;
}

h1 {
    margin-left: 80px;
}
h4 {
    margin-bottom: 1rem;
    color: #191264;
}
h3 {
margin-left:5rem;

}

hr {
    margin-bottom: 3rem;
}
.hr_header {
    margin-bottom: 0.5rem;
}
#razonsocial {
    opacity: 0.5;
    margin-left: 10px;
    font-size: 12px;
}
.head-nav {
    background-color: #0F0C61;
    color: #F6F6F6;
}

.buttonprimary {
    background-color: #142596;
    color: #EAEAEA;
    border: 2px solid #142596;
    width: 30%;
    border-radius: 3px;
    width: 10rem;
    margin-top: 5px;
    height: 40px;
}
.buttonprimary {
    transition-duration: 0.4s;
}
.buttonprimary:hover {
    background-color: #0F0C61; /* Green */
    color: white;
 }

.buttonclear {
    background-color: #FFFFFF;
    color: #FF5733;
    border: 1px solid #B61010;
    width: 30%;
    border-radius: 3px;
    width: 10rem;
    margin-top: 5px;
    height: 40px;
}
.buttonclear {
    transition-duration: 0.4s;
}

    .buttonclear:hover {
        background-color: #cc2a41; /* Green */
        color: #FFFFFF;
    }



.buttonsucces {
    background-color: white;
    color: #28A745;
    border: 1px solid #28A745;
    width: 30%;
    border-radius: 3px;
    width: 10rem;
    margin-top: 5px;
    height: 40px;
}

.buttonsucces {
    transition-duration: 0.4s;
}

    .buttonsucces:hover {
        background-color: #28A745; /* Green */
        color: #FFFFFF;
    }



.buttonback {
    background-color: #FFFFFF;
    color: #0F0C61;
    border: 1px solid #0F0C61;
    width: 30%;
    border-radius: 3px;
    width: 10rem;
    margin-top: 5px;
    height: 40px;
}

.buttonback {
    transition-duration: 0.4s;
}

    .buttonback:hover {
        background-color: #0F0C61; /* Green */
        color: #FFFFFF;
    }

.fondo-div {
    background-color: #E8E5E5; /* Green */
}
.div-imagen {
    margin: 0;
    position: relative;
    top: -2147483648px;
    left: 0%;
    right:0%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity:1;
    height:431px;
    width:29%;
}
.vl {
    border-right: 1px solid #EBE7E7;
    height: 100%;
}
hr.vertical {
    width: 0px;
    height: 100%;
    /* or height in PX */
}

#txtClaveTicket {
    width: 20px;
}

.labels {
    height: 30px;
    background-color: #F1F7F5;
    color: #5956B6;
    padding-top: 5px;
    margin-left: 0px;
    border: 1px;
    border-color: #E2E2E2;
}
#btnRegitrar {
    Width: 200px;
}
#datoscliente {
    border-left: 1px solid #EBE7E7;
    margin-top:2rem;
}
#div_right {
    text-align: right;
}
.div_buttonscontinuar {
    margin-bottom: 40px;
    text-align: center;
    
}

.border-container {
background-color:aliceblue;
border:1px;

}
.texboxcliente {
    border-radius: 3px;
    color: #0F0C61;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left:10px;
    
}



.labelClaveCte {
    color: #525252;
}


.dropDownListClientes {
    color: #0A0909;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    width: 100%;
    font-weight: normal;
}

#divpasos div {
    margin-bottom: 0rem;
    padding-top: 0px;
    color: #EAE8E8;
    margin-top: 0rem;
    background-color: #0F0C61;
}
.pdescripcion {
    color: #949593;
}

.notasventa {
margin-bottom:10px;
margin-top:10px;

}

#p-finalizar {
    text-align: right;
    color: #142596;
    margin-bottom: 20px;
    margin-top: 20px;
}
#btnDescargaPDF {
    text-align: center;
}
.btn-right {
    text-align: right;
}

.btnCrearNuevaFactura {
    background-color: #142596;
    color: #EAEAEA;
    border: 1px solid #0F0C61;
    border-radius: 3px;
    width:15rem;
    margin-top: 5px;
    margin-bottom:10px;
    text-align:center;
}

.btnCrearNuevaFactura {
    transition-duration: 0.4s;
}

    .btnCrearNuevaFactura:hover {
        background-color: #0F0C61; 
        color: white;
    }


#hrespaldo {
    margin-right: 1px;
    font-size: 30px;
    text-align: center;
    
}
#container {
    padding-top: 20px;
}

/*Loadin page*/

.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}

    .overlayContent h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .overlayContent img {
        width: 80px;
        height: 80px;
    }

.card-facturacion {
    padding: 10px;
}

#aestrellaleyenda1 {
    margin-bottom:10px;
    margin-top:10px;
}

.fa-solid, .fas {
    font-weight: 900;
    color: #0F0C61;
    margin-bottom: 20px;
}
div#ContentPlaceHolder1_updateProgress {
    text-align: center;
}


.row-cliente {
    padding-top: 0px;
}