#logo{
    max-height: 80px;
}

.nav-button-item {
    -webkit-transition: background 1s;
    transition: background 1s;
}

.nav-button-item:hover{
    background: #1b589e;
}

#intro-image{
      max-width: 40%;
}

.hr-white{
    color: white;
    background-color: white;
}

.bg-animation{
    background-color: #2780E3;
    -webkit-transition: background 1s;
    transition: background 1s;
}

.bg-animation:hover{
    background: #1b589e;
}

#username{
    color: white;
    font-weight: bold;
}

.breadButton{
    font-weight: bold;
    color: #2780E3 !important;
    text-decoration: #2780E3 !important;
}

.activityBtn{
    color: white !important;
}

.notvisible{
    display: none;
}

.upfile{
    color: white !important;
}


table.table tbody tr td,
table.table thead tr th,
table.table thead {
    border-left: 1px solid #DEE2E6;
    border-right: 1px solid #DEE2E6;
}



/*DEJAR FIJO LA PRIMERA COLUMNA*/
table {
      font-family: arial, sans-serif;
      border-collapse: collapse;
      width: 100%;
}

td, th {
      border: 1px solid #dddddd;
      text-align: left;
      padding: 8px;
}

th
{
      background-color:white;
}

th:first-child, td:first-child
{
      position:sticky;
      left:0px;

}
td:first-child
{
      background-color:grey;
      color: white;
}
