/* Notes Meta Box Front End */
#wp-admin-bar-notes:hover > div {
    background: none !important;
}
#wp-admin-bar-notes .note-box {
    display: none;
    background: #E3E3E3;
    overflow: hidden;
    padding: 0 10px;
    cursor: move;
}
#wp-admin-bar-notes .ui-draggable {
    position: absolute !important;
}
#wp-admin-bar-notes textarea {
    width: 90%;
    min-width: 157px;
    padding: 0 5%;
    height: 120px;
    min-height: 120px;
    margin: 10px 0 !important;
    line-height: normal;
}
#wp-admin-bar-notes .note-box input[type="submit"] {
    width: 100%;
}
#wp-admin-bar-notes .note-box label {
    color: #000;
}
#wp-admin-bar-notes .note-box label input[type="checkbox"] {
    position: relative;
    top: 2px;
}
#sn_status {
    display: block;
    width: 100%;
    position: absolute;
    top: 30%;
    left: 0;
    padding: 5px 0;
    background-color: rgba(16, 255, 0, 0.6);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
.ui-resizable-se {
    width: 12px !important;
    height: 12px !important;
    position: inherit !important;
}
.ui-resizable-e {
    width: 7px !important;
    height: 100% !important;
    position: initial !important;
}
.ui-resizable-s {
    height: 7px !important;
    width: 100% !important;
}
.ui-resizable-handle {
    position: absolute !important;
}
.ui-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: -20px !important;
    min-width: 157px;
    min-height: 122px;
}
.refresh-busy {
    font-size: 6em !important;
    box-shadow: 0 0 0 2500px rgba(0, 0, 0, 0.7);
    background: rgba(0,0,0,0.7);
    color: #fff;
    position: absolute !important;
    z-index: 999999;
    left: 50%;
    top: 45%;
    margin-left: -40px !important;
}
#wp-admin-bar-notes #toggle-note {
    color: #000;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-appearance: button;
    max-height: 20px !important;
    padding: 0px 10px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#wp-admin-bar-notes .no-note { 
    background: #e6e6e6;
}
#wp-admin-bar-notes .have-note {
    background: rgb(252,234,187);
    background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1)));
    background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
    background: -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
    background: -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
    background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
}
#wp-admin-bar-notes .fa {
    font-family: FontAwesome !important;
}