#container {
  height: auto !important;
}
#banner {
  float: none !important;
  margin: 10px 0px !important;
  height: 35px !important;
}
#logo {
  float: left !important;
  margin: 0px !important;
  padding: 0px !important;
}
#banner_links {
  margin: 8px 0px !important;
  max-width: 290px;
}

#banner_links, #banner_links * {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.outlinedBubble {
  border: 1px solid #8DCCD9;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.simpleCaptcha {
  margin: 0px 0px 10px 0px;
}

#intro {
  color: #6E6E6E;
  display: none;
}
#intro h1 {
  color: #242F42;
}

#content {
  line-height: 1;
  width: 420px !important;
  height: 320px;
  min-height: 290px;
  margin-top: 0px;
  background: #edf6f7 !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  float: none !important;
}

#usernameCheck {
  color: #6BA92F;
}

#usernameCheck.error-status {
  color: red;
}

/** Login view **/
#login_form :input[type=text], 
#login_form :input[type=password] {
  margin-bottom: 10px;
}
.clipInlay {
  padding: 10px;
}
#login_form table {
  margin-bottom: 0px;
}

/** Clip view **/

#suggestedTags {
  min-height: 20px;
}

#drawers {
  padding-top: 10px !important;
}
.drawer {
  width: 440px !important;
}
.drawerHandle {
  right: 22px !important;
  bottom: 5px !important;
}

/**
 * NotesSearch
 */
.notelistSearchContainer form {
    margin-bottom: 4px;
}

.notelistSearchContainer label[for=notesSearchQuery] {
    font-size: 12pt;
}

.notelistSearchContainer label[for=notesSearchQuery]:after {
    content: ":";
}

.notelistSearchContainer input[name=notesSearchQuery] {
    font-size: 12pt;
    width: 300px;
}

#notesList,
#notesContextList {
    overflow-y: auto;
    overflow-x: hidden;
    height: 275px;
    border-width: 1px;
    border-style: solid;
    border-color: #769963;
}

#notesList.notesListEmpty,
#notesContextList.notesListEmpty {
    border-width: 0px;
}

#notesListItems,
#notesContextListItems {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.17);
}

.noteListItem {
    border-width: 0px 0px 1px 0px;
    border-color: #769963;
    border-style: solid;
    height: 92px;
    background: none;
    padding: 0px;
    border-color: #769963;
}

.noteListItemTitle {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.noteListItemDate {
    color: #777;
    font-weight: bold;
}

.noteListItemTags {
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4c9ea8;
    font-size: 12px;
}

.noteListItemThumb {
    border-width: 1px 0 0 0;
    border-color: #769963;
    border-style: solid;
}

.noteListItemUrl {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 4px;
    margin-right: 4px;
}
.noteListItemUrl a {
    color: #696969;
    padding: 0 14px 0 0;
    background: url(/images/Drawer/go-arrow-icon.png) no-repeat 2px right;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
.noteListItemUrl a:hover {
    text-decoration: underline;
    opacity: 1;
    filter: alpha(opacity = 100);
}

.noteListItemThumb:FIRST-CHILD {
    border-width: 0px;
    padding-top: 1px;
}

.noteThumb { /*background: white;*/
    float: left;
    width: 90px;
    height: 67px;
    margin: 8px 10px 0px 10px;
    padding: 0px;
    border-width: 4px 6px 9px 6px;
    border-image: url(/images/Drawer/thumb_frame_filled.png) 4 6 9 6 stretch stretch;
    -webkit-border-image: url(/images/Drawer/thumb_frame_filled.png) 4 6 9 6 stretch stretch;
    -moz-border-image: url(/images/Drawer/thumb_frame_filled.png) 4 6 9 6 stretch stretch;
}

.noteListItem .noteThumbPlaceholder {
    width: 16px;
    height: 16px;
    padding: 25px 37px 26px 37px;
    background: white;
    background-clip: padding;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
}

.noteListItemInfo { /*background: #C8E3B4;*/
    background: white;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    height: 75px;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: #769963;
    margin-left: 120px;
    padding: 8px;
}

.noteListItemActions {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
}
.noteListItemActions li {
  display: table-cell;
  padding: 0px 4px 0px 0px;
  margin: 0px;
} 
.noteListItemAction {
  margin: 0px 4px;
  color: #696969;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
.noteListItemAction:hover {
  color: #6BA92F;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity = 100);
}
.noteListItemActionIcon {
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  margin-top: 2px;
}
.noteListItemAction .viewNoteActionIcon {
  background: url(/images/Drawer/drawer_link_icons.png) 0px 0px no-repeat;
}
.noteListItemAction:hover .viewNoteActionIcon {
  background: url(/images/Drawer/drawer_link_icons.png) -13px 0px no-repeat;
}
.noteListItemAction .sourceUrlActionIcon{
  background: url(/images/Drawer/drawer_link_icons.png) -26px 0px no-repeat;
}
.noteListItemAction:hover .sourceUrlActionIcon{
  background: url(/images/Drawer/drawer_link_icons.png) -39px 0px no-repeat;
}

#notesListLoadingContainer,#notesListEmptyContainer {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    background: black;
}

#notesListLoadingIndicator,#notesListEmptyIndicator {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-top: 100px;
}

.notelistSearchTable {
    padding: 0px;
    margin: 0px;
    /*width: 100%;*/
    width: 400px;
    border-spacing: 0px;
}

.notelistSearchTable td {
    padding: 0px 0px 0px 2px;
    margin: 0px;
    text-align: center;
    min-width: 10px;
}

.notelistSearchTable td:first-child {
    text-align: left;
    padding: 0px 2px 0px 0px;
    width: 100%;
}

.notelistSearchTable input[type=submit] {
    font-size: 12pt;
}

.notelistSearchQuery {
    width: 100% !important;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    font-size: 10pt;
    padding: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#notesContextListTitle {
  padding: 2px 0px 10px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11pt;
}

.notelistSearchPrefix {
  position: absolute;
  top: 25px;
  left: 22px;
  max-width: 140px;
  background-color: #fbed73;
  padding: 0px 4px;
  margin: 0px;
  font-size: 10pt;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  /*behavior: url(/js/htc/border-radius.htc);*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.notelistSearchPrefix:after {
  content: ":";
}

/** UNSORTED **/
.drawerContent {
  padding: 10px;
  width: 420px;
  height: 320px;
}
#notesContextListTitle {
  padding: 10px 0px;
}

body.hidedrawer #clipView .formActions {
  padding-bottom: 8px;
}
body.showdrawer #clipView .formActions {
  padding-bottom: 18px;
}
.formProgress {
  display: none;
  font-style: italic;
  background: url(/images/spinner.gif) top left no-repeat;
  padding-left: 20px;
}
.formProgress.inProgress {
  display: inline;
}
