@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;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.ancho300 {
    max-width: 300px;
}

.colapso .ancho480 {
    max-width: 640px;
}

.textCentered {
    text-align: center;
}

.centrados {
    align-items: center;
}

.fixedWidth{
    width:640px;
}
.btnFixedWidth {
    width: 640px;
    
    font-size: 0.8em;
}

.fixText {
    font-size: 1rem;
}

.colapso {
    width: 640px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}



.colapsoStart {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 0.9em;
}

.btnContact {
    min-width: 150px;
    max-width: 150px;
}

.btnMap {
    border: none;
    padding: 0;
    background: none;
}

#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;
    }


.total {
    text-align: right;
    background-color: lightgrey;
}

table {
    border-collapse: collapse;
    padding: 10px;
    margin: 5px auto 4px auto;
    font-size: 0.7rem;
    border-radius: 5px;
    overflow: hidden;
    width: 640px;
}

th, td {
    padding: 5px;
}



    td[gray] button {
        width: 100%;
    }

.hide {
    display: none;
}

.showInfo {
    display: flex;
}

.show {
    display: table-row;
}

.btn-toggle {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    font-size: 20px;
    outline: 0;
}

    .btn-toggle[aria-expanded=true] i {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

.servicio {
    text-align: left;
}

.meses {
    text-align: left;
    background-color: wheat;
}

.totalMeses {
    text-align: right;
    background-color: burlywood;
}

.ventasTotal {
    background-color: #21BED1;
    text-align: right;
}

.ventasDetalle {
    background-color: lightblue;
    text-align: left;
}

.ventasTotalDolar {
    background-color: #00996B;
    text-align: right;
}

.ventasDetalleDolar {
    background-color: lightgreen;
    text-align: left;
}

.totalGeneral {
    font-weight: bold;
    background-color: coral;
    text-align: right;
}

.tableHeader {
       color: white;
    font-weight: bold;
}

.no-padding {
    padding: 0;
}

.bordeTop {
    border-top: 1px solid #1A1A1A;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxDiv {
    width: 640px;
}

.showButton{
    display: none;
}
.btnPago {
  
    box-shadow: 6px 6px 6px rgba(110, 44, 0, 0.6);
    color: white;
    margin-bottom:3px;
}

    .btnPago:hover {
        transform: translateY(-3px);
        color: white;
    }

@media screen and (max-width: 992px) {
    table {
        font-size: 0.5rem;
        width: 400px;
    }

    .boxDiv {
        width: 400px;
    }

    .noDeuda {
        width: 400px;
    }

    .btnFixedWidth {
        width: 400px;
    }

    .colapso{
        width:400px;
    }

    .fixedWidth{
        width:400px;
    }

    .fixText {
        font-size: 0.7rem;
    }
  
}






/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.showMain {
    display: block
}

.spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.noDeuda {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    width: 640px;
}

.botonesTop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 15px 1px 1px 5px;
}

.logo{

     margin-top:10px;
    margin-bottom:10px;
}

input[type="checkbox"]:disabled {
    background: red;
    color: linen;
    opacity: 1;
}

.spans{
    cursor:pointer;
}

.spans::before{
    cursor:help;
}