﻿#hc_note
{
    display: flex;
    height: auto;
    line-height: normal;
    width: 100%;
    margin-bottom: 11px;
    padding-bottom: 4px;
    flex-direction: row;
}

#hc_user
{
    float: left;
    height: auto;
    max-width: 66%;
    padding-bottom: 2px;
}

.hc-add-note
{
    width: 50%;
    height: 40px;
    display: flex;
    flex-direction: row;
}

    .hc-add-note a
    {
        display: inline-block;
        text-decoration: none;
        text-indent: 4px;
        cursor: pointer;
        font-size: 12px;
        line-height: 30px;
    }

#hc_add_note
{
    display: inline-block;
    float: left;
    text-indent: 4px;
    height: 100%;
    width: 200px;
    text-align: left;
    line-height: 30px;
}

.hc-column
{
    display: inline-block;
    float: left;
}

    .hc-column.title
    {
        padding-right: 8px;
        padding-left: 10px;
        text-align: right;
        width: 100px;
    }

        .hc-column.title img
        {
            cursor: pointer;
            opacity: 0.7;
            display: block;
            float: right;
        }

            .hc-column.title img:hover
            {
                opacity: 0.9;
            }

        .hc-column.title > span.hc-date
        {
            font-family: ClearSans-Regular;
            font-size: 14px;
            display: block;
            width: 100%;
            float: right;
            color: #666666;
        }

        .hc-column.title > span.hc-time
        {
            color: #B3B3B3;
            font-size: 10px;
            display: block;
            width: 100%;
            float: right;
        }

    .hc-column.content-note
    {
        margin: 0pt auto;
        background: #fff;
        text-align: left;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        width: calc(100% - 108px);
        padding: 0px 8px 18px 8px;
        box-sizing: border-box;
        position: relative;
        max-height: 120px;
        overflow: hidden;
        transition: all ease 0.5s;
    }

        .hc-column.content-note blockquote
        {
            float: left;
            display: block;
            width: 100%;
            overflow: auto;
            margin: 0;
            padding: 0;
            border-left: none;
            font-size: 12px;
        }

        .hc-column.content-note span
        {
            color: #8DA5A3;
            font-family: ClearSans-Regular;
            font-size: 12px;
        }

            .hc-column.content-note span.visible
            {
                position: absolute;
                top: 2px;
                right: 10px;
                font-size: 12px;
            }

.hc-row
{
    display: block;
    width: 100%;
}

    .hc-row.text-editor
    {
        font-size: 12px;
        max-height: 84px;
        text-align: justify;
        position: relative;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }

        .hc-row.text-editor.list
        {
            margin: 0;
            display: inline-table;
        }

        .hc-row.text-editor p
        {
            margin: 0px;
        }

        .hc-row.text-editor.expanded
        {
            max-height: 600px;
            overflow-x: auto;
        }

.hc-checkbox-view
{
    width: 54px !important;
    display: inline-block;
    float: right;
    height: 20px;
    position: relative;
    width: 84px;
    font-size: 11px;
    line-height: 16px;
}

.hc-checkbox
{
    background: #8DA5A3;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: inline-block;
    float: right;
    height: 20px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    position: relative;
    width: 91px;
    font-size: 12px;
    line-height: 16px;
}

    .hc-checkbox:before
    {
        content: attr(data-public);
        color: #fff;
        left: 8px;
        position: absolute;
        z-index: 0;
        top: 1px;
    }

    .hc-checkbox:after
    {
        content: attr(data-private);
        color: #fff;
        position: absolute;
        right: 5px;
        z-index: 0;
        top: 1px;
    }

    .hc-checkbox input[type=checkbox]
    {
        visibility: hidden;
    }

    .hc-checkbox label
    {
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 40%, #D8D8D8 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        display: block;
        height: 14px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        position: absolute;
        top: 3px;
        left: 3px;
        width: 55px;
        z-index: 1;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }

    .hc-checkbox input[type=checkbox]:checked + label
    {
        left: 53px;
    }

    .hc-checkbox.enabled
    {
        width: 110px;
        float: left;
        margin-top: 10px;
    }

        .hc-checkbox.enabled label
        {
            cursor: pointer;
        }

.hc-title-note
{
    line-height: 30px;
    width: 100%;
    position: relative;
    height: 30px;
    padding-top: 10px;
    overflow: hidden;
}

    .hc-title-note input[type='button']
    {
        float: right;
    }

.hc-title-note-length label
{
    font-size: 11px !important;
}

.hc-info-panel
{
    background: #fbf9ee !important;
    border: 1px solid #D8C035 !important;
    box-shadow: 0 0 1px #ccc !important;
    color: #363636 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-style: normal !important;
    position: absolute !important;
    text-align: center !important;
    width: 380px;
    z-index: 999;
    margin-left: 120px;
    top: 0px;
}

#hc_add_note_form
{
    height: 250px;
    width: 550px;
}

.hc-content-notes
{
    width: 100%;
    max-width: 100%;
    overflow: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hc-text-editor-more
{
    position: absolute;
    top: calc(100% - 18px);
    right: 22px;
    text-decoration: none;
    color: #666666;
}

    .hc-text-editor-more:after
    {
        content: '';
        background: transparent url('../../Images/Pages/arrow_down.png') no-repeat;
        width: 12px;
        height: 10px;
        display: inline-block;
        position: absolute;
        top: 7px;
        right: -16px;
        background-size: 10px 6px;
    }

    .hc-text-editor-more.expanded:after
    {
        background: transparent url('../../Images/Pages/arrow_up.png') no-repeat;
    }

.hc-filter-changes-input
{
    display: flex;
    height: 100%;
    line-height: 30px;
    padding: 6px 8px;
    min-width: 250px;
    flex-direction: row;
    width: 50%;
}

.hc-switch-status
{
    position: relative;
    width: 35px;
    height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    top: 8px;
}

    .hc-switch-status.disabled
    {
        float: right;
        pointer-events: none;
        opacity: 0.9;
    }

.hc-switch-status-label
{
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 18px;
    padding: 0;
    line-height: 16px;
    border: 2px solid #999999;
    border-radius: 16px;
    background-color: #EEEEEE;
    transition: background-color 0.3s ease-in;
}

.content__addNote .hc-switch-status-label
{
    height: 14px;
}

.hc-switch-status-label:before
{
    content: "";
    display: block;
    width: 16px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    border: 2px solid #999999;
    border-radius: 16px;
    transition: all 0.3s ease-in 0s;
}

.button-content.add-note
{
    max-width: 140px;
    min-width: 80px;
    background: #666666;
}

.button-content.secondary
{
    background: #8DA5A3;
    margin-left: 4px;
    min-width: 80px;
}

.icon-note
{
    background-image: url("../../img/note.png");
    width: 32px;
    height: 32px;
    display: inline-block;
}

.history__editor > table
{
    height: 210px;
}

.note__view-more
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
    background-image: linear-gradient(to bottom, transparent, #f2f2f2);
    height: 30px;
    display: none;
    padding: 20px;
    font-size: 12px;
}

.note__expand
{
    max-height: 999px !important;
    transition: all ease 0.5s;
}
