﻿    #tablaPagos {
        font-family: Arial, Helvetica, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }

        #tablaPagos td, #tablaPagos th {
            border: 1px solid #ddd;
            padding: 8px;
        }

        #tablaPagos tr:nth-child(even) {
            background-color: white;
        }

        #tablaPagos tr:hover {
            background-color: #ddd;
        }

        #tablaPagos th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #6c0c27;
            color: white;
        }

        @@media (min-width: 800px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:14.3px;
         width: 100%;
    }
}

    @@media (min-width: 800px) {
        .form-horizontal .form-group-sm .control-label {
            padding-top: 6px;
             width: 100%;
        }
    }

    div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #6a1c32;
    color: #fff;
    font-size: 1em;
}
        /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
/*@@media screen and (max-width: 500px) {
  .col-25, .col-75, input {
    width: 100%;
    margin-top: 0;
  }
}*/