﻿.area-info-factura {
    margin: 0px !important;
    padding: 0px !important;
}

.text-aling-center{
    text-align:center!important;
}

#reseña {
    font-size: 14px;
}

#img {
    width: 80%;
}

@media (min-width: 1200px){
    .col-lg-2 {
        width: 13.666667%;
    }
}

.aqua-Button {
    background-color: #5AAB9C !important;
}

table.md-table:not(.md-row-select) td.md-cell:first-child, table.md-table:not(.md-row-select) th.md-column:first-child {
    padding: 0 10px 0 0;
}

table.md-table td.md-cell:last-child, table.md-table th.md-column:last-child {
    padding: 0 10px 0 0;
}

table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
    padding: 0 10px 0 0;
}
@media (max-width: 359px) {
    .md-raised {
    width:93.5%;
    }
    .layout, .layout-column, .layout-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
}
}
@media (max-width: 500px) {
    table.md-table:not(.md-row-select) td.md-cell:first-child, table.md-table:not(.md-row-select) th.md-column:first-child {
        padding: 0 10px 0 10px;
    }
}


md-dialog {
    width: 40%;
    border-radius: 4%;
    max-height: none !important;
}
.iconclose {
    padding: 12.22273px;
   
}
#contenedor {
    border-radius: 4%;
    height: 100%;
}
@media (max-width: 600px) {
    md-dialog {
        width: 80%;
        height:80%;
    }
}
@media (max-height:843px ) {
    md-dialog {
        height: 80%;
    }
}

