.card {
    box-shadow: 3px 2px 4px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    display: table;
    background-color: white;
    /* border-radius: 3px; */
    border-radius: 1rem !important;
    margin: 5px;
}

.col-sm-12 > .card {
    border-radius: 1rem !important;
}

.card.full-width {
    width: 100%;
}

/* .card:hover {
    box-shadow: 3px 2px 8px 0 rgba(0, 0, 0, 0.34);
} */

/* .card .card-container {
    padding: 5px 10px;
} */

.card-container .title-panel {
    /* background-color: #0277BD; */
    background-color: #039BE5;
    color: #FFF;
    padding: 0.6rem 2rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    font-weight: bold;
}
@media screen and (max-width:649px) {
    .bottom-panel {
        margin-bottom: 60px;
    }   
    .card-container .bottom-menu{
        background-color: #039BE5;
        /* color: #FFF; */
        padding: 0.6rem 2rem;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        margin-top: 25px;
        z-index: 99;
    }
    .card-container .bottom-menu-public{
        color: #FFFFFF;
        height: 69px;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        margin-top: 20px;
        z-index: 99;
        background: #015999;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 69px;
        justify-content: center;
        width: 100%;
        border: 0px solid;
    }

    
}


.title-panel h1 {
    margin: 0;
}

.container-morfeo {
    position: relative;
    /* top: 3vh; */
    padding-top: 1rem;
    left: 2vw;
    width: 94vw;
    margin-bottom: 25px;
}

.container-morfeo .title-panel {
    margin-top: 0px;
}

.container-morfeo .title-panel h1 {
    margin-top: 0px;
    margin-left: 2rem;
}

.container-morfeo thead {
    background: unset !important;
    border-top: 2px solid #eee;
}

.container-morfeo .title-panel a {
    color: white;
    font-weight: bold;
}

.container-morfeo .table > :not(:first-child) {
    border-width: 0px;
}

.container-morfeo table tr th:first-child,
.container-morfeo table tr td:first-child {
    padding-left: 40px;
}

.container-morfeo table tr th:last-child,
.container-morfeo table tr td:last-child {
    padding-right: 40px;
    min-width: 200px;
}

/* Added to not affect the p-calendar table in the authorization letter */

.container-authorization-letter {
    position: relative;
    /* top: 3vh; */
    padding-top: 1rem;
    left: 2vw;
    width: 94vw;
    margin-bottom: 25px;
}

.container-authorization-letter .title-panel {
    margin-top: 0px;
}

.container-authorization-letter .title-panel h1 {
    margin-top: 0px;
    margin-left: 2rem;
}

.container-authorization-letter .title-panel a {
    color: white;
    font-weight: bold;
}