﻿body {
}

.table td, .table th {
    padding: 6px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.button-outline-mp {
    border: 1px solid #ced4da !important;
}

.img-flag {
    margin: 0 !important;
    display: inherit !important;
    height: 15px;
    width: 18px;
}

@media (max-width: 480px) {
    #web-po-desktop {
        display: none;
    }
}

@media (min-width: 480px) {
    #web-po-mobile {
        display: none;
    }
}

.error {
    font-size: 14px;
    color: red;
}

.show-error {
    border: 1px solid red;
}

/* Estilo para borde rojo (has-error) */
.has-error.ng-invalid.ng-touched {
    border: 1px solid pink;
}

.modal-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-content-img {
    max-width: 400px;
    width: 80%;
}

.close-img {
    position: absolute;
    top: 6%;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
