.lb-edit-btn-popup {
  position: absolute;
  background: url(../images/fast-edit.gif) no-repeat 100% 0px;
  padding-left: 10px;
  display: none;
  box-shadow: 0 0 5px rgba(0,0,0, 0.5);
  background-color: #fff;
  background-position: center;
  border-radius: 4px;
  right: -3px;
  top: 1px;
}

.admin-menu-luxury-buttons-graph {
  background-image: url(../images/ok_button_icon.png);
}

.admin-menu-luxury-buttons-templates-comments{
  background-image: url(../images/templates_comments.png);
}

.icon-inform {
  background-image: url(../images/inform.png);
}

.I {
  display: none;
}

.fast_edit_submit {
  margin: 0;
}


#fast-edit-block {
  position: absolute;
  display: none;
  z-index: 39;
}

#fast-edit-block > a {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  border: 0;
  box-shadow: 0 0 5px rgba(0,0,0, 0.5);
  padding: 0;
  background-color: #fff;
  background-position: center;
  border-radius: 4px;
}

#modal-fast-edit-link input,
#modal-fast-edit-link button,
#modal-fast-edit-link select,
#modal-fast-edit-link textarea {
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 15px;
  font-size: 13px;
  vertical-align: top;
  border: 1px solid #DDD;
  margin: 1px 0;
}

#modal-fast-edit-link img.ui-datepicker-trigger {
  margin-top: 4px;
}
#modal-fast-edit-link [type="submit"],
#modal-fast-edit-link button {
  padding-left: 4px;
  padding-right: 4px;
  border-color: #AAA;
  background-color: #EEE;
}
#modal-fast-edit-link select[multiple] {
  height: 80px;
}
#modal-fast-edit-link input,
#modal-fast-edit-link select,
#modal-fast-edit-link button {
  height: 23px;
}
#modal-fast-edit-link textarea {
  display: block;
  margin-bottom: 10px;
}

/*#grabbed_fields{
  border-bottom: none;
}
*/

/* === watchers style ==== */

#grabbed_fields .watchers {
  overflow: hidden;
  margin: 5px 0;
  padding: 0;
  margin-left: 180px;
  list-style-type: none;
}

#grabbed_fields .watchers > li {
  box-sizing: border-box;
  float: left;
  margin-right: 25px;
}

#grabbed_fields .watchers > li img.gravatar {
  margin-right: 8px;
}

#grabbed_fields .watchers > li a.delete {
  border-bottom: none;
}

#grabbed_fields .watchers > li a.delete img {
  margin-bottom: -3px;
}

#lb-watchers {
  margin-top: -5px;
  margin-bottom: 10px;
}

#lb-watchers label {
  margin-left: 0;
}

.lb-user-watcher {
  margin: 2px 0;
}

/*=============================*/

div.issue .lb-field-data > img.gravatar {
  height: 16px;
  width: 16px;
  padding: 1px;
  float: left;
  margin: 0 0.5em 0 0;
}

.lb-field-name {
  width: 140px;
  min-width: 120px;
  float: left;
}

.lb-field-data {
  min-width: 150px;
  /*float: left;*/
  margin-left: 140px;
}

.lb-block-data {
  overflow: hidden;
  padding: 8px 0;
  padding-left: 3px;
  margin: 0;
  background-color: inherit;
}

.lb-block-data:empty {
  padding: 0 !important;
  display: none !important;
}

.lb-users .lb-block-data,
.lb-dates .lb-block-data,
.lb-other .lb-block-data {
  padding-bottom: 3px;
  padding-top: 3px;
}

.lb-block-data > ul.checklist-index {
  margin: 0;
}

.lb-block-data p:first-of-type {
  margin-top: 0;
}
.lb-block-data p:last-of-type {
  margin-bottom: 0;
}


.lb-block-data a {
  line-height: 16px;
}

div.lb-issue-block {
  min-width: 300px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: inherit;
}

div.lb-users, div.lb-dates, div.lb-other {
  width: 32.333%;
  float: left;
}

.lb-attributes div.lb-issue-block {
  margin-right: 5px;
}
.lb-attributes div.lb-issue-block:last-child {
  padding-right: 0;
}
/*.lb-hidden-block > .lb-block-data {
  display: none;
}*/

.lb-attributes {
  padding: 0;
  padding-top: 7px;
  width: 100%;
  overflow: hidden;
  background-color: inherit;
}

.lb-block-header {
  position: relative;
  border-top: 1px solid #ccc;
  padding-top: 0.5em;
  margin-top: 0.55em;
  background-color: inherit;
}
.lb-block-header:before {
  content: attr(data-header);
  position: absolute;
  color: #666;
  top: -0.65em;
  padding-right: 3px;
  background-color: inherit;
  font-size: 0.9em;
}
.lb-field+.lb-block-header {
  margin-top: 10px;
}
.lb-block-header+.lb-field {
  padding-top: 5px;
}

.lb-field {
  clear: both;
  line-height: 1.8em;
  overflow: hidden;
}

.lb-block-header > .contextual {
  background-color: inherit;
  position: absolute;
  right: 0;
  top: -0.65em;
  padding-left: 3px;
  font-size: 0.9em;
  margin: 0;
}

.lb-block-header > .contextual .rm-icon:before {
  padding: 0;
  margin: 0;
}

.lb-field-block {
  margin: 5px 0;
  overflow: hidden;
}

.lb-field-block label {
  display: block;
  float: left;
  min-width: 90px;
  line-height: 20px;
}

.lb-field-block label.in_line {
  display: inline;
  float: none;
}

input.autocomplete,
#relation_issue_to_id {
  padding-bottom: 1px;
  padding-top: 1px;
}

#issue_tree table.rmp-relations,
table.rmp-relations {
  border: 0;
  width: auto;
  padding: 0;
  margin: 0;
  border-spacing: 0;
}

table.rmp-relations tr:hover {
  background-color: #FFC;
}

table.rmp-relations td {
  text-align: left;
  padding: 2px 5px;
  border-right: 1px solid #EAEAD9;
  border-bottom: 1px solid #EAEAD9;
}
table.rmp-relations tr:first-child td {
  border-top: 1px solid #EAEAD9;
}

table.rmp-relations td:first-child {
  border-left: 1px solid #EAEAD9;
}

table.rmp-relations td.buttons {
  text-align: right;
}

table.rmp-relations td.rel-type {
  width: 170px;
}

table.rmp-relations td.date_range {
  width: 160px;
}

table.rmp-relations td.status {
  width: 170px;
}

#issue_tree table.rmp-relations td.subject .lb-ajax-expander {
  background: url(../images/plus.gif) no-repeat 0;
  padding-left: 10px;
  margin: 0 5px;
}
#issue_tree table.rmp-relations td.subject .lb-ajax-expander.open {
  background-image: url(../images/minus.gif);
}
#issue_tree table.rmp-relations td.subject .lb-idnt-spacer.child {
  padding-left: 20px;
  background: url(../../../../images/bullet_arrow_right.png) no-repeat 0 50%;
}

/* ============================================== */


div.box.lb-invisi-box {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
div.box.lb-invisi-box.fileover {
  background-color: lavender;
}

.lb-block-data .attachments {
  margin: 0;
  display: block;
  width: 100%;
  overflow: hidden;
}

.lb-block-data .thumbnails {
  float: left;
  margin-top: 5px;
}

.lb-attach-list {
  float: left;
  margin-right: 40px;
}

.lb-attach-list table {
  margin-left: -3px;
}

.lb-attach-cont {
  /*box-sizing: border-box;*/
  padding: 3px;
  margin: 0;
  overflow: hidden;
}

.lb-attach-cont > div.lb-attach-bg {
  background-position: center center;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  width: 84px;
  height: 84px;
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.lb-attach-bg a {
  opacity: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.lb-attach-list a.icon-us-download-all {
  margin-top: 5px;
  display: block;
}
.preview_link_img {
  background-image: url(../images/preview.png);
  background-position: 3px 50%;
  background-repeat: no-repeat;
  padding-left: 24px;
  float: right;
}
.lb-custom-preview {
  font-size: 8pt;
  padding: 2px 0 2px 24px;
}
.modal_window .lu_form_bottom_buttons {
  margin-bottom: 0;
}
.modal_window div.lb-trimmed-item {
  padding: 2px 0;
}
.modal_window div.lb-trimmed-item:first-child {
  padding-top: 0;
}
.modal_window div.lb-trimmed-item:last-child {
  padding-bottom: 0;
}
.lb-notes-hook {
  margin: 10px 0;
}
.lb-issue-form-pending {
  pointer-events: none;
  opacity: 0.7;
}
.lb-issue-form-pending > * {
  opacity: 0.7;
}

.templates_comments{
  float: right;
  font-size: 8pt;
  background-image: url(../images/templates_comments.png);
  background-position: 3px 50%;
  background-repeat: no-repeat;
  padding: 2px 0 2px 24px;
  margin-right: 5px;
}

.fs_lu_templates_comments td, .fs_lu_templates_comments_modal td{
  cursor: pointer;
}

.fs_lu_templates_comments, .fs_lu_templates_comments_modal{
  padding-top: 15px;
}

.fs_lu_templates_comments td > span, .fs_lu_templates_comments_modal td > span{
  color: #295200;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

.fs_lu_templates_comments > legend, .fs_lu_templates_comments_modal > legend{
  font-size: 12px;
  padding-bottom: 5px;
}

.hint--lb:after {
  background-color: #F8F8CC;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  border-radius: 2px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  color: #000;
}
.hint--lb:before {
  border-right-color: #F8F8CC;
}