﻿/* Historico */
#hc_note {
    display: inline-block;
    height: auto;
    line-height: normal;
    width: 100%;
    margin-bottom: 11px;
    padding-bottom: 4px;
}

    #hc_note .font-bold {
        font-family: 'ClearSans-Bold';
        color: #7b7b7b;
    }

#hc_user {
    float: left;
    height: auto;
    max-width: calc(100% - 80px);
    padding-bottom: 2px;
}

.hc-add-note {
    height: auto;
    display: block;
    float: left;
    text-align: right;
    margin-bottom: 10px;
    width: 95%;
}

    .hc-add-note a {
        color: #F5846F;
        display: inline-block;
        text-decoration: none;
        text-indent: 4px;
        cursor: pointer;
    }

#hc_add_note {
    background-position: 0px -87px;
    display: inline-block;
}

.hc-column {
    display: inline-block;
    float: left;
}

    .hc-column.title {
        padding-right: 8px;
        padding-left: 10px;
        text-align: right;
        width: 20%;
    }

        .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;
        }

        .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; /*-moz-box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 6px;     -webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 6px;     box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 6px;*/ /* border: 1px solid rgba(0, 0, 0, 0.2); */
        width: 72%;
        padding: 0px 8px 18px 8px;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-flow: column;
    }

        .hc-column.content-note blockquote {
            float: left;
            margin: 0;
            display: block;
            width: 100%;
            overflow: auto;
        }

        .hc-column.content-note span:hover {
           text-decoration: underline;   
        }

        .hc-column.content-note span {
            color: #8DA5A3;
            font-family: ClearSans-Regular;
        }

            .hc-column.content-note span.visible {
                color: #F5846F;
                position: absolute;
                top: 2px;
                right: 10px;
                font-size: 12px;
            }

.hc-rich-text {
    font-size: 9pt;
    cursor: pointer;        
}

.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;
            top: 6px;
        }

        .hc-row.text-editor p {
            margin: 0px;
        }

        /*.hc-row.text-editor:hover, */ .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); /* margin: 20px auto; */
    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; /*cursor: pointer;*/
        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 {
    display: block;
    line-height: 22px;
    width: 60%;
    color: #666666 !important;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

    .hc-title-note input[type='button'] {
        float: right;
    }

.hc-title-note-length label {
    font-size: 11px !important;
}

.hc-note-input {
    border: 1px solid #1E8880 !important;
    border-radius: 4px;
    background-color: #F5846F;
    color: #fff;
    cursor: pointer;
    height: 34px;
    margin-top: 4px;
    margin-left: 11px;
    padding: 8px 15px 10px 15px;
    width: 80px;
}

.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_rich_text {
    height: 250px;
    width: 550px;
}

.hc-content-notes {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    height: 100%;
}

.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-tab-changes {
    width: calc(100% - 16px);
    border-bottom: 1px solid #F5846F;
    margin: 16px 0px 10px 16px;
    padding: 0;
    height: 22px;
}

    .hc-tab-changes li {
        text-transform: uppercase;
        display: inline-block;
        padding: 4px 12px;
        float: left;
        color: #F5846F;
        border-radius: 12px 12px 0px 0px;
        font-size: 10px;
        text-align: center;
        margin: 0px 12px 0px 0px;
        cursor: pointer;
    }

        .hc-tab-changes li.selected {
            background-color: #F5846F;
            color: #fff;
        }

.hc-filter-changes-input {
    float: right;
    display: block;
    top: -10px;
    position: relative;
}

.hc-label-status {
    display: inline-block;
}

    .hc-label-status label {
        color: #8DA5A3;
        font-size: 13px;
        padding-right: 8px;
    }

        .hc-label-status label.active {
            color: #F5846F;
        }

.hc-switch-status {
    position: relative;
    width: 42px;
    -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.disabled .hc-switch-status-inner:before {
            color: #ffffff;
        }

.hc-switch-status-checkbox {
    display: none;
}

.hc-switch-status-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 16px;
    padding: 0;
    line-height: 16px;
    border: 2px solid #F5846F;
    border-radius: 16px;
    background-color: #F5846F;
    transition: background-color 0.3s ease-in;
    color: #ffffff;
    font-size: 10px;
}

    .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 #F5846F;
        border-radius: 16px;
        transition: all 0.3s ease-in 0s;
        right: 0;
    }

.hc-switch-status-checkbox:checked + .hc-switch-status-label {
    background-color: #EEEEEE;
}

    .hc-switch-status-checkbox:checked + .hc-switch-status-label, .hc-switch-status-checkbox:checked + .hc-switch-status-label:before {
        border: 2px solid #999999;
    }

        .hc-switch-status-checkbox:checked + .hc-switch-status-label:before {
            left: 0px;
        }

        .hc-switch-status-checkbox:checked + .hc-switch-status-label > .hc-switch-status-inner:before {
            content: '';
        }

.hc-switch-status-checkbox:not(:checked) + .hc-switch-status-label > .hc-switch-status-inner:after {
    content: '';
    display: block;
}

.hc-switch-status-inner:before {
    content: attr(data-public);
    display: flex;
    justify-content: center;
    width: 22px;
}

.hc-switch-status-inner:after {
    content: attr(data-private);
    color: #666;
    display: flex;
    position: absolute;
    width: 20px;
    left: 17px;
    justify-content: flex-end;
}

.hc-switch-status-inner {
    font-size: 10px;
    text-transform: uppercase;
}

.tkc-form-main .hc-add-note {
    float: right;
    margin-right: 40px;
}

.tkc-form-main .hc-filter-changes-input {
    margin-right: 33px;
}

/* Fin Historico*/
