.lblcb {
    cursor: pointer;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.buttonmyicons {
    padding: 0.3em;
    border-radius: 50%;
    height: 2.2em;
    width: 2.2em;
    text-align: center;
    margin: 0 0.7em;
    -webkit-appearance: none;
    appearance: none;
    outline-style: none;
    outline-color: transparent;
}

.redbutton {
    -webkit-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-decoration: none;
    background-color: rgb(200, 0, 0);
    color: white;
    min-width: 4.5em;
    padding: 0.5em 1em;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-family: NotoSans, Arial, 'Arial Unicode MS', sans-serif;
    font-size: inherit;
    transition: 0.1s;
    outline-color: transparent;
    outline-offset: 2px;
    outline-width: 2px;
    outline-style: solid;
}

.redbutton:hover {
    background-color: rgb(160, 0, 0);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.redbutton:focus {
    background-color: rgb(160, 0, 0);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.notcurrentmeeting {
    border-radius: 0.4em;
    margin: 3px 0;
    border: 2px solid transparent;
    min-width: 12em;
    text-align: center;
    padding: 3px;
}

.schedule_label_type {
    color: inherit;
    height: 34px;
    line-height: 34px;
    font-size: 80%;
    text-align: center;
}

.schedule_label_type_big {
    display: none;
}

.schedule_label_types {
    width: 80px;
    min-width: 80px;
    padding-top: 9px;
}

.schedule_meeting {
    border-radius: 0.4em;
    margin: 3px 0;
    min-width: 12em;
    text-align: center;
    padding: 3px;
    border: 2px solid transparent;
}

.colpreptaskdesc {
    width: 5em;
    min-width: 5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prepdatecol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 0.1em;
    min-width: 9em;
    max-width: 9em;
    font-size: 90%;
    padding: 0.5em;
}

.printprepdatecolumn {
    width: 10em;
    text-align: center;
}

.printpreptypecolumn1 {
    width: 9em;
    text-align: center;
}

.printpreptypecolumn2 {
    width: 6em;
    text-align: center;
}

.printprepnamecolumn {
    text-align: center;
}

@media only screen and (min-width: 800px) {
    .schedule_label_type {
        font-size: 100%;
    }

    .schedule_label_type_small {
        display: none;
    }

    .schedule_label_type_big {
        display: block;
    }

    .schedule_label_types {
        width: 168px;
        min-width: 168px;
        padding-top: 7px;
    }

    .colpreptaskdesc {
        width: 9em;
        min-width: 9em;
    }

    .prepdatecol {
        min-width: 11em;
        max-width: 11em;
        font-size: 100%;
    }
}