﻿.note {
    color: #777;
}

    .note input[type=button],
    .note .button {
        font-size: 0.9em;
        padding: 6px 10px;
        border: 1px solid #CCC;
        border-radius: 6px;
        background: #fefefe; /* Old browsers */
        background: -moz-linear-gradient(top, #fefefe 0%, #eeeeee 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fefefe 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fefefe 0%,#eeeeee 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fefefe 0%,#eeeeee 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fefefe 0%,#eeeeee 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    }

    .noteSelect,
    .noteInput,
    .note input[type=text],
    .note input[type=password] {
        border: 1px solid #CCC;
        width: 100%;
        border-radius: 6px;
        padding: 4px;
        font-size: 1.00em;
        text-decoration: none;
        outline: none;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

.vbox .noteInput {
    margin-bottom: 8px;
    /* width: 98%;*/
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.15);
}

.vbox .readOnly{
    margin:8px 0 0 0;
}

.vbox hr {
    margin-bottom: 16px;
    margin-top: 16px;
    border: 1px solid #ccc;
}

.noteSelect {
    margin-top: 8px;
    width: 100%;
}

.note h1 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

.vbox h2,
.note h2 {
    font-size: 1.05em;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
}

.disabled {
    color: #AAA;
}

.table-button {
    margin: 0px;
    width: auto;
    display: table-cell;
    border: 1px solid #AAA;
    cursor: pointer;
    background: #f0f0f0;
    padding: 0px 8px;
}

    .table-button:hover {
        background: #fff;
    }

.floatContainer {
    width: 100%;
    overflow-y: auto;
}
