.pointer {
    cursor: pointer;
}

.notes-box{

    height: 100%;     /* full height of the content box */
    max-height: 350px;
    border: #cccccc 1px solid;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 10px;
    background-color: #fff;
    overflow-y: scroll;
}

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 550px;
    overflow-y: auto;
}

.note-row:nth-child(odd) {
    background-color: #fff;
}

.note-row:nth-child(even) {
    background-color: lightgrey;
}

.datepicker {
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    direction: ltr;
}
