@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.e-play-icon::before {
    content: '\e75d';
}

.e-factura::before {
    content: '\f50e';
}

.e-papelera::before {
    content: '\f5dd';
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.SepadorVertical {
    height: 40px;
}

.forfacturas {
    width: 100% !important;
    max-width: 1024px !important;
}

.forMD {
    width: 100% !important;
    max-width: 700px !important;
}

.forSM {
    width: 100% !important;
    max-width: 400px !important;
}

.forLG {
    width: 100% !important;
    max-width: 1200px !important;
} 

.forDetallefacturas {
    width: 100% !important;
    max-width: 400px !important;
}

.e-custom-height {
    height: 400px !important;
    background-color: aqua;
}

.e-control-wrapper {
    margin-bottom: 10px !important;
}

.myControl {

}

.myBoton {
   /* height:25px;*/
    margin-bottom: 10px;
    border-color: rgba(0, 0, 0, 0.2);
    border-start-start-radius: 3px !important;
    border-end-start-radius: 3px !important;
    background-color: white;
}

.e-Pago {
    content: '\e7da';

}

.e-Factur {
    content: '\f637';
}

.ScrollFoto {
    height: auto;
    width: 100%;
    overflow-y: auto;
    align-items: center;
margin-bottom:20px;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    left: -2rem !important;
    width: 1.4rem !important;
    height: 1.4rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1rem !important;


   
}