.notes
{
/*
    border-top: 10px solid #771111;
*/
}

.notes_search_input
{
    height: 90px;
    text-align: center;
    background-color: #BBBBBB;
    position: fixed;
/*
    border-bottom: 10px solid #777777;
*/
}

.notes_search_buffer
{
    visibility: hidden;
}

.notes_search_input, .notes_search_output
{
    width: 100vw;
    clear: both;
}

.notes_search_output
{
    border-top: 1px solid #000000;
/*
    height: calc(100vh - 240px);
    overflow-y: scroll;
    background-color: #DDDDDD;
    position: absolute;
    position: fixed;
    bottom: 40px;
    top: 210px;
*/
}

.notes_add_note
{
    border-radius: 50%;
    border: 1px solid #b1b1b1;
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    box-shadow: 0px 0px 20px;
    color: #000000;
}

.notes_input_name, .notes_input_field
{
    float: left;
    margin-top: 10px;
}

.notes_input_name
{
    width: 100px;
}

.notes_input_field
{
    width: calc(90% - 100px);
}

.notes_input_name
{
    clear: left;
    text-align: right;
}

.notes_input_field
{
    text-align: left;
}

.notes_note
{
    clear: both;
    border: 1px solid #b0b0b0;
    overflow: hidden;
    font-size: 14px;
    width: 75%;
    max-width: 800px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.notes_note_body
{
    color: #000000;
}

.notes_note_header
{
    font-size: 20px;
    color: #FFFFFF;
    background-color: #444444;
    background: repeating-linear-gradient(
        135deg,
        #222222,
        #222222 4px,
        #444444 4px,
        #444444 6px
    );
    font-weight: bold;
    overflow: inherit;
}

.notes_note_header_left
{
    background-image: url('SmashBrosSymbol.svg');
    background-size: 48px 48px;
    background-repeat: no-repeat;
    text-align: left;
    width: 10%;
    float: left;
    padding: 0px;
    height: 48px;
}

.notes_note_header_center
{
    text-align: center;
    padding: 5px 0px 10px 0px;
    width: 80%;
    float: left;
}

.notes_note_header_right
{
    text-align: left;
    padding: 5px 0px 10px 0px;
    width: 10%;
    float: left;
}

.notes_note_holder
{
    font-size: 14px;
    padding: 5px;
}

.notes_note_text_holder
{
    font-size: 20px;
}

.notes_search_output
{
    color: #FFFFFF;
}

.notes_note
{
    color: #000000;
}

.notes_search_input
{
    color: #000000;
}

.notes
{
/*
    position: fixed;
    top: 120px;
*/
}

.notes_note_date
{
    float: left;
    width: calc(50% - 10px);
}

.notes_note_edit
{
    float: right;
    width: calc(50% - 10px);
    text-align: right;
}

.notes_category_box
{
    width: 180px;
    max-width: calc(50% - 20px);
    float: left;
    text-align: center;
    font-size: 12px;
/*
    border: 5px solid #000000;
*/
    background-color: #DDDDDD;
    background: repeating-linear-gradient(
        135deg,
        #BBBBBB,
        #BBBBBB 2px,
        #DDDDDD 2px,
        #DDDDDD 6px
    );
    margin: 10px;
    cursor: pointer;
}

.notes_category_checked
{
    background-color: #000000;
    background: #000000;
    color: #FFFFFF;
    font-weight: bold;
}

.notes_categories
{
    width: 50%;
    margin-left: 50%;
}

.notes_category_checkbox
{
    display: none;
}

.notes_note_text
{
    white-space: pre-wrap;
}

.notes_load_more
{
    text-align: center;
}

/****************/
/* mobile stuff */
/****************/

@media (max-width: 1024px)
{

    .notes_note_header, .notes_note_holder
    {
        font-size: 16px;
    }

    .notes_note_header_left
    {
        height: 37px;
    }

    .notes_note
    {
        width: 100%;
    }

}
