/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */


.my-navbar-bg {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: #20353a;
    /* background-color: #2c4a99; */
    /* background-color: #61bead; */
    z-index: -1; }

    /* tener cuidado al modificar estilo .main-sidebar, altera funcionamiento responsive sm menu */
   

    .background-login {
        background-image: url('../img/background/background-login1.jpg');
        background-size: cover;
        background-repeat:  no-repeat;
        min-height: 1000%;
    }
        
        
      
        .field-required {

            color: red;
            font-weight: bold;
            font-size: smaller;
        }

        label.required::after{
            content: " *";
            color: #e73d4a;
        }

        .main-sidebar .sidebar-menu li ul.dropdown-menu {
            padding: 0;
            margin: 0;
            display: block;
            position: static;
            float: block;
            width: 100%;
            box-shadow: block;
            background-color: transparent; }


            /* Tabla inicio personalizada */
            .table-color{
                color:#212529;
            }
            .table-th{
                background-color:rgb(244, 246, 249);
            }
            .table-header{
                background-color: #2c4a99;
            }

            .table.table-bordered td,
            .table.table-bordered th {
              border-color: #2c4a99 }
                .error{
                    color: red;
                    align-items: center;
                }

            /* Fin tabla personalizada */