/* general CSS */

sup {
  vertical-align: super;
  font-size: 50%;
}

ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

/* specific cases */

a.button.x-large {
  height: 60px;
  line-height: 30px;
  width: 180px;
  padding-right: 0;
  padding-left: 0;
  font-size: 20px;
  background-image: url(/images/modern/tiles/button_light_xlarge.png);
}

a.button.blue.x-large {
  background-image: url(/images/modern/tiles/button_blue_xlarge.png);
}

/* LM form styles */

form .field {
  margin-left: 180px
}

span.field {
  display: block;
  padding-bottom: 3px;
  clear: both;
}

span.field span.row_controls {

  float: left;
  width: 51px;
}

span.field span.row_controls + label {
  width: 70px;
  padding-right: 0.7em;
  padding-left: 7px;
  clear: none;
}

span.field label {
  float: left;
  text-align: right;
  width: 150px;
  margin-left: -160px;
  margin-top: 7px;
  padding-right: 0.7em;
  font-weight: bold;
}

span.field label.small {
  width: 70px;
  padding-right: 0.4em;
}

span.hint {
  display: block;
  padding-left: 183px;
  margin-top: -10px;
}

.finish_btn {
  float: right;
}

.add_due_date_btn {
  /* margin-left: 35px; */
}

.add_due_date_btn, .access_dates_btn, .add_more_btn, .highlighting_btn {
  font-size: 11px;
}

.dmu_comments-edit .other_btns span.field {
  display: inline-block;
}

#unfavorite_prompt {
  width: 300px;
  min-height: 100px;
}

/* Upload Document */

#doc_upload_form .finish_btn {
  padding: 10px 25px !important;
  margin-top: -6px;
}

#new_doc_section {
  float:left;
  margin-top:10px;
}

.step1, .step2, .step3, .step4, .step5, .step6 {
  overflow:hidden;
  z-index:100;
}

#new_doc_section .step2, #new_doc_section .step3, #new_doc_section .step4, #new_doc_section .step5, .doc_container, .document_folders_input, .doc_landing, .gutter, #new_comment, #new_doc_section .step6 {
  background-color:#F7F7F7;
  /*border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px; */
  border: 1px solid #E5E5E5;
  padding:15px;
  margin-top:10px;
}

#new_doc_section .step1 {
  margin-top: 0;
}

#new_doc_section .step3 {
  margin-bottom:40px;
}

#new_doc_section .text_right {
  text-align:right;
}

#new_doc_section .step_contents {
  width:650px;
}

#new_doc_section .step_contents .cp_only {
  visibility: visible;
}

#new_doc_section .step_contents .field label, .content .inbox .field label {
  text-align:left;
  vertical-align:top;
}

#new_doc_section .field, .content .inbox .field, .sub_text.field {
  margin-left:180px;
}

#new_doc_section .access_area a.button {
  padding: 3px;
}

#new_doc_section .access_area input.button {
  padding: 6px;
}


.document_original_url, .document_title, .document_authors_speakers, .document_video_url, .document_publication_date, .document_doctype {
  width:400px;
}

.sub_text {
  font-size:12px;
  margin-bottom: 10px;
}

#document_access select, #due_date select {
  width: auto;
  display: inline-block;
}

.inactive {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=25);
  -moz-opacity:0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
}

/* end New Document Section */

table.user_list {
  border-collapse: separate;
  border-spacing: 6px 0px;
}

table.user_list span.pending {
  background: #0079b1;
  color: white;
  border-radius: 2px;
  padding: 0 5px;
}

input[type="text"].large, textarea.large {
  width: 400px;
}

fieldset.buttons {
  float: right;
  margin-right: 140px;
}

fieldset.buttons.folder {
  margin-right: 0;
}

fieldset.buttons ol {
  list-style-type: none;
}

fieldset.buttons ol li {
  display: inline-block;
}

#groups_short, #blogs_list {
  padding-left: 10px;
}

#groups_short li, #blogs_list li {
  list-style: none;
  padding-left: 20px;
  background:url(/images/icons/bullet.png) no-repeat;
}

#groups_short li.favorite {
  background:url(/images/icons/star-small.png) no-repeat;
}

#sidebar ul.folders, #sidebar ul.subfolders {
  padding-left: 20px;
  list-style-type: none;
}

/* Documents table */

.document_table th {
  text-align:left;
  min-width:30px;
}

.document_table th {
  min-width: 0px;
}

.documents-index td.title, .folders-all td.title {
  /*padding-right:10px;
  padding-bottom:10px;  */
  max-width:250px;
}

.folders-all td {
  max-width:250px;
  word-wrap: break-word;
}

.icon_td {
  min-width:40px;
  white-space: nowrap;
}

/*.doc_container tr {
  height:40px;
  background-color:#0CC;
}*/

.documents-index .icon_td, .folders-all .icon_td {
  text-align:center;
  width: 60px;
}

.document_table .tbl_counter {
  text-align:center;
}

.document_table .counter span {
  color: #0079B1;
  border: solid 2px #0079B1;
  width:100px;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: 1px 6px 1px;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

/* Document Table */

.document_table_container {
  background-color: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding-bottom: 5px;
}

.document_table {
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-collapse: collapse;
  width: 100%;
}

.document_table thead {
  background-color: #069;

  /*background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(0,121,177)),
    color-stop(1, rgb(62,130,189))
  );

  background: -moz-linear-gradient(
    center bottom,
    rgb(0,121,177) 0%,
    rgb(62,130,189) 100%
  );

  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e82bd', endColorstr='#0079B1');*/
}

.document_table tbody tr td {
  padding: 8px 3px;
  line-height: 120%;
  border-right: 1px solid white;
}

.document_table tbody.alternate tr {
  background-color: #EAEAEA;
}

.document_table tbody.alternate tr td {
  border-right: 1px solid #EAEAEA;
}

.document_table tbody:hover tr {
  background-color: #ffff87 !important;
}

.document_table tbody:hover tr td {
  border-right: 1px solid #ffff87 !important;
}

.document_table thead th {
  padding: 8px 18px 0px 5px;
  color: #FFF;
  height: 24px;
  font-size: 18px;
  text-align: left;
}

.document_table thead th.comments_subhead {
  font-size: 12px;
  line-height: 11px;
  padding: 0px 18px 10px 5px;
  height: auto;
  background-position: right top;
}

.document_table thead th.owner {
  white-space: nowrap;
}

.document_table thead th.comments_subhead.total {
  border: none;
}

.document_table thead th.comments_header {
  cursor: auto !important;
}

.document_table thead th img {
  padding-left: 8px;
}

.document_table .small {
  padding-left: 6px;
  padding-right: 6px;
}

.document_table tbody tr {
  height: 32px;
}

/*.document_table tbody tr:hover {
  background-color: #F8F8F8;
}*/

.document_table thead th.tbl_head {
  border: none;
  cursor: pointer;
}

.document_table thead th.tbl_head, .document_table thead th.small.select {
  border-right: 1px solid #A0BBD6;
}

.document_table td.icon_td a.doc_list_options_btn {
  padding-right: 11px;
  background: url(/images/newdesign/toolbar_dropdown_arrow.png) no-repeat right;
}

.document_table .failure {
  /* border-color: #ECECEC; */
  color:#999;
}

.document_table tr.new {
  font-weight: bold;
}

.document_table tr.new .document_options_menu {
  font-weight: normal;
}

.document_table img.blog_icon {
  padding-right: 2px;
  position: relative;
  top: 2px;
}

.toolbar_button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #FFF;
  border: 1px solid #BBB;
  cursor: pointer;
  margin: 5px;
  margin-right: 3px;
  padding-left: 3px;
  display: inline-block;
}

.toolbar_button .tag_input {
  display: inline-block;
  width: 100px;
  height: 16px;
  padding: 1px;
}

.documents-index table, .folders-all table {
  border-collapse:collapse;
}

.document_table tr.failure td {
  /* border-color: #ECECEC; */
}

.document_table tbody tr.processing,
.document_table tbody tr.extracted {
  background-color:#ffe5e5;
}

.document_table tbody tr.processing td,
.document_table tbody tr.extracted td {
  border-right: 1px solid #ffe5e5;
}

.inbox .pagination {
  margin-top: 15px;
  text-align: center;
}

ul.horiz_options {
  padding: 0;
  margin: 0;
}

ul.horiz_options li {
  display: inline;
  margin: 0 9px;
}

th.active_sort.ASC {
  background: url(/images/icons/arrow-270.png) no-repeat right;
}

th.active_sort.DESC {
  background: url(/images/icons/arrow-090.png) no-repeat right;
}

th.active_sort.loading {
  background-image:url(/images/blue_on_grey_spinner.gif);
}

/* Icons */

.icon {
  padding-left: 22px !important;
}

.icon.add {
  background:url(/images/newdesign/plus-button.png) no-repeat;
}

.icon.move {
  background:url(/images/icons/folder-import.png) no-repeat;
}

.icon.delete,.icon.undelete {
  background:url(/images/icons/minus-white.png) no-repeat;
}

.icon.remove {
  background:url(/images/icons/minus-white.png) no-repeat;
}

.icon.delete.disabled {
  color: silver;
  background:url(/images/icons/minus-white-grayscale.png) no-repeat;
}

.icon.star_full {
  background:url(/images/icons/star.png) no-repeat;
}

.icon.star_empty {
  background:url(/images/icons/star-empty.png) no-repeat;
}

.icon.copy {
  background:url(/images/icons/document-copy.png) no-repeat;
}


.icon.copy.disabled {
  color: silver;
  background:url(/images/icons/document-copy-disabled.png) no-repeat;
}

.icon.report {
  background:url(/images/icons/report.png) no-repeat;
}

.icon.report.disabled {
  color: silver;
  background:url(/images/icons/report-grayscale.png) no-repeat;
}

.icon.print {
  background:url(/images/icons/printer.png) no-repeat;
}

.icon.append {
  background:url(/images/icons/document--plus.png) no-repeat;
}

.icon.append.disabled {
  color: silver;
  background:url(/images/icons/document--plus-disabled.png) no-repeat;
}

.icon.subscribe {
  background:url(/images/icons/feed--plus.png) no-repeat;
}

.icon.unsubscribe {
  background:url(/images/icons/feed--minus.png) no-repeat;
}

.icon.feed {
  background: url(/images/icons/feed.png) no-repeat;
}

.document_table .icon.star_empty {
  background: none;
  padding-left: 0px !important;
}

.delete_button {
  margin-top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(/images/icons/cross-circle.png) no-repeat;
}

.edit_button {
  margin-top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(/images/icons/pencil.png) no-repeat;
}

.remove_button {
  margin-top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(/images/icons/minus-white.png) no-repeat;
}

.icon_td table td {
  min-width: 16px;
  padding-left: 2px;
}
/*.icon_td .icon {*/
  /*padding-left: 0 !important;*/
/*}*/
.icon.blank {}

.icon.edit {
  background:url(/images/icons/pencil.png) no-repeat;
}

.icon.edit.disabled {
  color: silver;
  background:url(/images/icons/pencil-grayscale.png) no-repeat;
}

.icon.share {
  background:url(/images/icons/user--plus.png) no-repeat;
}

.icon.share.disabled {
  color: silver;
  background:url(/images/icons/user--plus-grayscale.png) no-repeat;
}

.icon.info {
  background:url(/images/icons/information-grey.png) no-repeat;
}

.icon.view {
  background:url(/images/icons/magnifier.png) no-repeat;
}

.icon.view.disabled {
  color: silver;
  background:url(/images/icons/magnifier-grayscale.png) no-repeat;
}

.icon.doc_icon {
  background:url(/images/icons/document--plus.png) no-repeat;
}

.icon.group_icon {
  background:url(/images/icons/users_grey.png) no-repeat;
}

.icon.group_colour {
  background:url(/images/icons/users.png) no-repeat;
}

.icon.folder_icon {
  background:url(/images/icons/folder-horizontal-grey-plus2.png) no-repeat;
}

.icon.blog_add {
  background:url(/images/icons/blog--plus.png) no-repeat;
}

.icon.folder_add {
  background:url(/images/icons/blue-folder--plus.png) no-repeat;
}

.icon.folder_remove {
  background:url(/images/icons/blue-folder--minus.png) no-repeat;
}

.folder_icon_large {
  background:url(/images/icons/32x32px/folder-horizontal-grey.png) no-repeat;
  background-position:left;
  padding-left:39px;
}

.doc_icon_large_multi {
  background:url(/images/icons/32x32px/document-multi.png) no-repeat;
  background-position:left;
  padding-left:39px;
}

.trash_icon_large {
  background:url(/images/icons/32x32px/trash.png) no-repeat;
  background-position:left;
  padding-left:39px;
}

.plus_folder_icon_large {
  background:url(/images/icons/32x32px/folder-horizontal-grey-plus.png) no-repeat;
  background-position:left;
  padding-left:39px;
}

.edit_folder_icon_large {
  background:url(/images/icons/32x32px/folder-horizontal-grey-edit.png) no-repeat;
  background-position:left;
  padding-left:39px;
}

.icon.lock {
  background:url(/images/icons/lock.png) no-repeat;
}

.icon.open_lock {
  background:url(/images/icons/lock-unlock.png) no-repeat;
}

.icon.email {
  background:url(/images/email.png) no-repeat;
}

.icon.envelope {
  background:url(/images/icons/envelope.png) no-repeat;
}

.icon.trash {
  background:url(/images/icons/trash_small.png) no-repeat;
}

.icon.all_doc_small {
  background:url(/images/icons/document_all_small.png) no-repeat;
}

.icon.user_created_folder {
  background:url(/images/icons/blue-folder-open-document-text.png) no-repeat;
}

.icon.recent_docs {
  background:url(/images/icons/document-clock.png) no-repeat;
}

.icon.public_docs {
  background:url(/images/icons/document-globe.png) no-repeat;
}

.icon.many_folders {
  background:url(/images/icons/blue-folders-stack.png) no-repeat;
}

.icon.folder_search {
  background:url(/images/icons/blue-folder-search-result.png) no-repeat;
}

.icon.balloon-ellipsis {
  background:url(/images/icons/balloon-ellipsis.png) no-repeat;
}

.tag_icon {
  background-image :url(/images/icons/tag.png);
  background-repeat: no-repeat;
  padding-left:26px;
}

.my_tag .tag_icon, .my_tag.tag_icon {
  background:url(/images/icons/tag_yellow.png) no-repeat;
  background-position:left;
  padding-left:26px;
}

.address_not_found_icon {
  background:url(/images/icons/32x32px/exclamation.png) no-repeat;
  background-position:left;
  padding-left:39px;
}

.group_icon_large {
  background:url(/images/icons/32x32px/users_grey.png) no-repeat;
  background-position:left;
  padding-left:39px;
}

.edit_group_icon {
  background:url(/images/icons/32x32px/users_grey_edit.png) no-repeat;
  background-position:left;
  padding-left:39px;
}

.user_icon_large {
  background:url(/images/icons/32x32px/user_grey_edit.png) no-repeat;
  background-position:left;
  padding-left:39px;
}

.edit_comment_icon {
  background:url(/images/icons/32x32px/balloon_grey_edit.png) no-repeat;
  background-position:left;
  padding-left:39px;
}

.header_title {
  background:url(/images/icons/32x32px/document.png) no-repeat;
  background-position:left;
  padding-left:39px;
}

#loading.icon {
  background:url(/images/loading1.gif) no-repeat;
  background-position:left;
  padding-left:39px;
}

#favoriter .disabled {
  color: silver;
}

/* Groups page */

.doc_btns {
  display:inline-block;
  text-indent:-9999px;
  background-repeat:no-repeat;
  background-position:center !important;
}

a.unfavorite_group, a.favorite_group, a.join_group, a.leave_group {
  padding-left: 22px;
  line-height: 20px
}

a.unfavorite_group {
  background:url(/images/icons/star.png) no-repeat;
}

a.favorite_group {
  background:url(/images/icons/star-empty.png) no-repeat;
}

a.join_group {
  background:url(/images/icons/user--plus.png) no-repeat;
}

a.leave_group {
  background:url(/images/icons/user--minus.png) no-repeat;
}

/* Group Inviting */

#group_invitation #search_results, #group_invitation #users_to_invite {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#group_invitation #users_to_invite li {
  min-height: 20px;
}

#group_invitation #users_to_invite .item_info {
  width: 384px;
}

#group_invitation ul {
  width: 400px;
}

#group_invitation li .remove_button {
  float:right;
}

#group_invitation #search_results li {
  padding: 5px;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

#group_invitation #search_results .highlighted {
  background-color: #81B2E1;
}

#group_invitation #search{
  position: relative;
  word-wrap: break-word;
}

#group_invitation #search #search_box, #group_invitation #search #search_results_container {
  width: 400px;
}

#group_invitation #search #search_results_container {
  position: absolute;
  top: 34px;
  left: 10px;
  background-color:#FFF;
  color: #000;
}

#group_invitation #message {
  width: 400px;
  height: 100px;
}

#group_invitation #search_results_container {
  box-shadow: 6px 6px 12px #a9a9a9;
  -webkit-box-shadow: 0px 6px 12px #a9a9a9;
  -moz-box-shadow: 6px 6px 12px #a9a9a9;
}


/* End Group Inviting */

/* Document Sharing */

.add_to.share_list {
  min-height: 28px;
}

.share_list {
  margin: 30px 0 0;
}

.share_list h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.share_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


.share_list ul li {
  min-height: 20px;
  width:520px;
  display: block;
  position:relative;
  margin-bottom: 2px;
}

.share_list ul li[data-class="course"] {
  width: 500px;
  padding-left: 20px;
  background: url(/images/icons/users_grey.png) no-repeat left top
}

.share_list ul li .remove_button {
  float:right;
}

.share_list ul li.hover, .share_list ul li:hover {
  background-color: #EEF;
}

.share_list ul input {
  display: none;
}

.share_list .item_info {
  width: 484px;
}

.modaltipContents {
  display: none;
}

/* Login nav */

#login_options {
  float: right;
  height: 35px;
  margin-top: 1em;
}

#login_nav {
  color: white;
}

#login_nav > li.dropdown {
  height: 35px;
  margin-top: 7px;
}

#login_nav li.welcome {
  opacity: 0.7;
  margin-top: 7px;
}

#login_nav a.profile_photo {
  padding: 0;
  opacity: 1;
  background: none;
}

#login_nav a.users_name {
  padding-right: 10px;
}

#login_nav a.users_name.not_self {
  color: #F44 !important;
  opacity: 1 !important;
}

/* Logging in */

#login_with_facebook {
  display: inline-block;
  width: 71px;
  height: 22px;
  background: url(/images/fb_login_small.png);
}

#google_login_button {
  display: inline-block;
  vertical-align: middle;
  width: 71px;
  height: 22px;
  cursor: pointer;
  margin-right: 5px;
}

#signinWait {
  display: none;
  color: white;
  opacity: 0.7;
  margin-top: 25px;
  width: 258px;
  text-align: center;
}

#help_subnav {
  top: 35px;
  visibility: visible;
  display: none;
}

#help_subnav .quickref.highlighted {
  background-color: #0079b1;
}

#help_subnav .quickref.highlighted a {
  color: white;
}

/* Document properties */

#document_properties_options {
  padding:0px;
  margin:0 0 20px;
  list-style: none;
  clear:both;
  z-index: 15;
  position: relative;
  top: -10px;
  /* font-size: 16px; */
}

#document_properties_options li {
  margin-bottom: 12px;
  display: inline-block;
  margin-right: 20px;
}

#document_properties_options li a {
  background-position: 0 center;
}

.documents-properties label {
  display: inline;
}

.documents-properties ul.downloads {
  list-style-type: none;
}

/* User card */

.small_user {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  vertical-align: top;
  margin-right: 260px;
  background-color: #fff;
  padding: 5px;
  width: 250px;
  clear:both;
  min-height: 60px;
  -webkit-box-shadow: inset 0px 0px 5px #AAA;
  margin-bottom: 10px;
}

.small_user strong {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-left: 77px;
}

.small_user .stats {
  margin-left: 77px;
}

.small_user .comment_number {
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
}

.small_user .comment_header {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 0.75em;
  text-align: center;
  text-shadow: white 0px 1px 1px;
}

.documents-properties #commenter_container h2 {
  margin-bottom: 14px;
}

.small_user a {
  text-align: center;
}

.small_user:hover {
  background-color: #F9F9F9;
}

.small_user .profile_photo {
  float: left; vertical-align: top;
  margin: 5px 10px;
  height: 50px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

li.small_user {
  list-style-type: none;
}

table.horizpadd td, th {
  padding-right: 1em;
}

form.formtastic li {
  list-style-type: none;
}

/* Flash */

#flash_close, #announcement_close {
  color: #000;
  float: right;
  height: 20px;
  line-height: 20px;
}

.flash, .doc_loading, .system_announcement {
  font-size: 14px;
  clear: both;
  background-color:#FF9;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 1px solid #CCC;
  padding: 8px;
  margin-top: 10px;
  margin-bottom:10px;
  -webkit-box-shadow: inset -1px 1px 3px #a9a9a9;
  -moz-box-shadow: inset -1px 1px 3px #a9a9a9;
  text-align:center;
}

.flash p, .doc_loading p, .system_announcement p {
  margin: 0;
}

.flash .error {
  color:#C00;
}

.system_announcement {
  background-color: #ffe5e5;
  /* background-color: #fbf9fa; */
}

#browse_window .browsing_container {
  overflow-y: auto;
  overflow-x: none;
  word-wrap: break-word;
  height: 400px;
  cursor: default;
  border: 1px solid #E5E5E5;
}

#browse_window .browsing_container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50%;
}

#browse_window ul {
  list-style: none;
  margin:0;
  padding:0;
}

#browse_window ul.user_list, #browse_window ul.groups_list {
  padding-top: 5px;
  padding-bottom: 5px;
}

#browse_window ul.groups_list li {
  padding-left: 20px;
  background: url(/images/icons/users_grey.png) no-repeat left top
}

#browse_window .browsing_container li {
  margin-bottom: 10px;
  font-size: 11px;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 25px;
}

#browse_window .browsing_container .user_list li:hover, #browse_window .browsing_container .groups_list li:hover {
  background-color: #0079B1;
  color:#FFF;
}

#browse_window .browsing_container li .remove_button {
  display:none;
}

#browse_window .browsing_container li input {
  display:none;
}

form.document_invitation textarea {
  min-height: 0;
  width: 500px;
}

form.document_invitation textarea.addresses {
  position: relative;
}

form.document_invitation textarea#message {
  margin-bottom: 0;
}

form.document_invitation .buttons {
  width: 520px;
  text-align: right;
}

/* Comment editing */

.dmu_comments-edit #add_comment .comment_chars {
  float: right;
  margin-right: 38px;
}

.dmu_comments-edit #add_comment .comment_chars #comment_length {
  font-size: 10px;
}

.dmu_comments-edit label.disabled {
  color: #CCC;
}

.dmu_comments-edit label {
  display: inline-block;
}

.dmu_comments-edit #comment_summary {
  min-height: 0;
}

/* Doc importance */

.documents-properties #doc_importance {
  float: right;
  border: 1px solid black;
  min-width: 123px;
  margin-bottom: 1em;
  padding: 0 .3em .3em .3em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius:10px;
  background: #B0B0B0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#B0B0B0));
  background: -moz-linear-gradient(top,  #f0f0f0,  #B0B0B0);
}

.documents-properties #doc_importance h3 {
  font-size: smaller;
  text-align: center;
  padding: 0;
  margin: 0;
}

.documents-properties #doc_importance span.importance {
  font-size: 48pt;
  line-height: 48pt;
  display: block;
  text-align: center;
}

.documents-properties #doc_importance span.calculated_importance {
  font-size: 10pt;
  display: block;
}

.documents-properties #doc_importance span.position {
  font-size: 10pt;
  display: block;
  text-align: center;
}

#login_options .login_buttons {
  color: white;
  font-size: 90%;
  font-weight: bold;
  position: relative;
  top: -5px;
}

#login_options .login_buttons a {
  color: white;
  text-transform: uppercase;
  opacity: 0.7;
}

#login_options .login_buttons a:hover {
  opacity: 1;
}

a.tooltip img, img.email_disabled {
  position: relative;
  top: 5px;
}

.other_btns {
  float: right;
  margin-right: 36px;
}

.other_btns span.field {
  margin-left: 0;
}

.other_btns span.field label {
  display: none;
}

#mysearch input[type="search"] {
  width: 150px;
}

#message_box #message_length {
  width: 520px;
  text-align: right;
}

/* Fixes silly JS problem in IE9 when inviting users to a document */
.share_list ul li {
  background-color: white;
}

ul.upload_hint li, ol.upload_hint li {
  margin-bottom: 0;
}

ul.notes.upload_hint {
  margin-top: 0;
}

.pagetitle .pagetitleextra {
  float: left;
  clear: both;
}

body.courses-show .pagetitlebg, body.courses-show .pagetitle, body.courses-favorite .pagetitlebg,
body.courses-favorite .pagetitle, body.documents-properties .pagetitlebg, body.blogs-show .pagetitlebg, body.blogs-show .pagetitle,
body.folders-show .pagetitlebg, body.folders-show .pagetitle, body.users-show .pagetitlebg, body.users-show .pagetitle {
  height: 80px;
}

body.courses-show .pagetitleholder h1, body.courses-favorite .pagetitleholder h1, body.folders-show .pagetitleholder h1,
body.users-show .pagetitleholder h1 {
  margin-bottom: 10px
}

body.courses-show .observer_heading, body.courses-show .guest-heading {
  display: inline-block;
}

body.courses-show form.group_comment_toggle {
  display: inline-block;
  margin-left: 10px;
}

p.duplicate_email_address {
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
}

p.duplicate_email_address span.email {
  color: #0079b1;
}

div.qtip .flyout_style td a {
  color: white !important;
}

div.qtip .flyout_style td label {
  padding-right: 20px;
}

.commenting_closed_icon {
  vertical-align: top;
  width: 20px;
  margin-left: 3px;
}

.document_failed_icon {
  vertical-align: top;
  margin-left: 3px;
  position: relative;
  top: -1px;
}

.print_only {
  display: none;
}

body.reports-usage .field, body.reports-user_demographics .field, body.reports-email_list .field {
  display: inline-block;
  margin: 0 10px 0 0;
}

body.reports-usage .field select {
  width: auto;
  height: 35px;
}

body.reports-usage input[type="text"], body.reports-user_demographics input[type="text"], body.reports-email_list input[type="text"] {
  width: 100px;
}

body.reports-usage table.totals th {
  text-align: left;
}

body.reports-usage td .doc_title {
  width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body.reports-usage .container.main {
  overflow-x: auto;
}

.formatting_hints ul {
  margin-left: 0;
}

body.domain_codes-index .eleven.columns {
  overflow-x: auto;
}

body.domain_codes-index .domain_codes_table_wrapper {
  overflow-x: auto;
  width: 100%;
}

table.domain_codes {
  width: 1500px;
}

table.domain_codes th, table.domain_codes td {
  padding: 0 20px 0 0;
}

table.domain_codes td.region {
  width: 50px;
}

#user_menu {
  position: absolute;
  top: 0;
  right: 0;
}

#choose_columns_wrapper {
  width: 100%;
  overflow: auto;
}

#choose_columns_wrapper select {
  width: auto;
}

#choose_columns_wrapper td {
  padding: 2px 10px 2px 0;
}

#choose_columns_wrapper tr.headers {
  background-color: #f7f7f7;
}

#choose_columns_wrapper tr.highlighted {
  background-color: #ffff87;
}

tr.alternate {
  background-color: #EAEAEA;
}

form.add_contact .buttons {
  width: 422px;
  text-align: right;
}

.prompt_buttons {
  text-align: right;
}

.prompt_buttons form {
  display: inline-block;
}

.float_right {
  float: right;
}

form.document_invitation .buttons a {
  padding: 3px 5px;
  margin: 2px;
  line-height: 16px;
  position: relative;
  top: 1px;
}

#hidden_google_plus {
  display: none;
}

table#usage_report td, table#usage_report th {
  padding-right: 10px;
  white-space: nowrap;
}

form.advanced_features ul {
  margin-bottom: 30px;
  list-style-type: none;
}

.documents-review .buttons a, .documents-review .buttons span {
  width: 150px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  display: block;
}

.file_type_warning.red {
  color: red;
  margin-top: 6px;
}

#edit_document_form .finish_btn {
  padding: 10px 25px;
}

.button.medium {
  padding: 5px 15px;
}

.documents-review .dmu_timestamp {
  display: none;
}

#upload_form label {
  font-size: 15px;
  line-height: normal;
}

#upload_form #document_title {
  width: 428px;
}

p.copy_groups_list label {
  display: inline;
}