.my-container{
    width:100%;
}

.logo img{
    height: auto;
    width: 50px;
}

.my-navbar{
    background-color:rgb(163, 1, 1);
    border-radius:0;
}

.my-navbar a {
    font-size: 14px;
    color: white;
}

.my-navbar a.active {
    background-color: red;
    color: white;
}

.custom-centered{
    margin:100 auto;
    width:500px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    background-color: #f5f5f5;
}

.my-table-list{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.my-table-list th {
    background-color: #04AA6D;
    color: white;
    /* cabecera de tabla fija al hacer scroll */
    position: sticky;
    top: 0;
    /* cabecera de tabla fija al hacer scroll */
}


/* Bootstrap 3 text input with search icon */

.main {
    width: 50%;
    margin: 20px auto;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

/* Bootstrap 3 text input with search icon */

.noHover{    
    color: white;
    pointer-events: none;
}