/*File Creation CSS Sheet*/
.sub-detail-card
{
    border-radius: 1.2em !important;
    min-height: 80vh;
    min-width:15vw;
    margin:0.75rem;
}
.sub-card
{
    border-radius: 1.2em !important;
    min-height: 80vh;
    min-width:65vw;
    margin: 0.75rem;
}
.main-card
{
    border-radius: 1.2em !important;
    min-height: 80vh;
    min-width:82vw;
}

.card-background{
    background-image: url("/mqa-registers/javax.faces.resource/contourLineBackground.svg.xhtml?ln=images") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.card-min-length
{
    min-height: 65vh;
}

.card-height-75
{
    height: 75vh;
}

.card-width-30
{
    width: 30vw;
}

.card-width-20
{
    width: 20vw;
}

.card-width-50
{
    width: 70vw;
}

.card-gray
{
    background-color: lightgrey !important;
}

/*Common CSS Sheet*/
.details-list
{
    margin-bottom:0;
    font-size: .8rem;
    margin-top: 1rem;
    color: #6c757d;
}

.table-header
{
    text-align: center !important;
}

.menu-badge
{
    margin-right: 15%;

}

.notification-card
{
    border-radius: 4px !important;
    background-color: #f3f5fb;
    border: 1px dashed #D3D3D3 !important;
    box-shadow: none !important;
}

body .notification-card .ui-card-content
{
    padding: 0 !important;
    word-wrap: break-word;
}

.minute-subject-header {
    text-transform: uppercase;
    font-size: 0.785rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.75rem;
    color: darkslateblue;
}

.minute-ref-header{
    text-transform: uppercase;
    font-size: 0.785rem;
    font-weight: 700;
    text-align: center;
    color:black;
}

.priority-row
{
    background-color: #FFCCCB !important;
    background-image: none !important;
    /*color: #ffffff !important;*/

}

.custom-marker {
    display: flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    z-index: 1;
}

.ui-chronoline-event-content,
.ui-chronoline-event-opposite {
    line-height: 1;
}

.customized-chronoline .ui-card {
    margin-top: 1rem;
}

.postDisplay
{
    font-weight: 700;
}

.postCreated
{
    font-weight: 500;
    color: black;
}