html{
    height: 100%;
    background: #f4f4f4;
}

body{
    font-size: 1em;
}

body>.row{
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    margin-right: 0 !important;
}

input[type=checkbox]:hover{
    cursor: pointer;
}

label{
    font-weight: 500;
}

label:hover{
    cursor: pointer;
}

select:hover{
    cursor: pointer !important;
}

nav{
    box-shadow: -1px 0 10px 1px #777777;
    position: fixed; width: 100%;
    z-index: 30;
    padding: 1% 1%;
    border-bottom: 1px solid grey;
}

/* DIV */
.divBodyModule{
    height: 100%;
    padding: 10px;
}

/* NAV */
.nav-link{
    border: 2px solid transparent;
}

.nav-link:hover{
    border: 2px solid #0d6efd;
}

.nav-link.active {
    color: #fff !important;
    background-color: #0d6efd;
}

.nav-link.activeOutlined {
    color: #0d6efd !important;
    border: 2px solid #0d6efd;
}

/* CARD */
.card{
    padding: 10px;
    background: white;
    box-shadow: -0 0 4px 0 #777777

}

.card .icn{
    width: 45px;
    height: 45px;
    align-self: center;
}

.cardlink{
    text-decoration: none;
    border: 2px solid transparent;
}

.cardlink:hover{
    border: 2px solid #0d6efd;
}

.card-text{
    font-size: 20px;
    font-weight: bold;
    align-self: center;
}

/* MODULE */
.module{
    margin: 10px 0 0 10px;
    display: block;
    width: 100px;
    height: 100px;
    padding: 5px;
    align-content: center;
    text-align: center;
    text-decoration: none;
    color: black;
}
.module:hover{
    border: 1px solid black;
    border-radius: 8px;
}

.module img{
    width: 90px;
    height: 90px;
}

/* BUTTON */
.deleteButton{
    color: red !important;
}

.deleteButton:hover{
    color: darkred !important;
}

/* Login */
.loginCard{
    background: white;
    padding: 7% 2%;
    vertical-align: middle;
    text-align: center;
    z-index: 10;
    box-shadow: -1px 0 10px 1px #777777
}

#btn-center-top-margin {
    background-color: #0287CF;
    text-align: center;
    width: 100%;
}
