.editor .language-id { display: none; }

.dashboard h1 {
    float:none;
}

.dashboard h1.items {
    font-size: 25px;
    float: left;
    margin-right: 8px;
}

.dashboard .list-view .list th span.desc {
    background-image: url(../../pencil.resource.core/img/arrowup.png);
    background-size: 18px 28px;
    -webkit-background-size: 18px 28px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left;
}

.dashboard .list-view .list th:not(:first-child) {
    min-width: 108px;
}

.dashboard .list-view .list th:nth-child(5), .dashboard .list-view .list th:nth-child(6) {
    min-width: 130px;
}

.dashboard .list-view .list th span.asc {
    background-image: url(../../pencil.resource.core/img/arrowdown.png);
    background-size: 18px 28px;
    -webkit-background-size: 18px 28px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left;
}

.dashboard.filter .popup {
    background-color: #fff;
    visibility: hidden;
    width: 130px;
    border-radius: 6px;
    padding: 8px 5px;
    position: absolute;
    z-index: 1;
    transform: translateY(-170px);
    margin-left: -94px;
    height: 140px;
    overflow-y: auto;
}
.dashboard.filter .popup.popup_pagefilter{
      width: 230px;
      margin-left: -143px;
}

/*.dashboard.filter .popup::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #fff;
}*/

.dashboard.filter .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.dashboard .btn_reset_filter {
    visibility: hidden;
    float: left;
}

.dashboard .reset_container {
  position: absolute;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
}


/** Dashboard popup **/

.dashboard .project-item {
    display: flex;
    cursor: pointer;
    margin: 20px 100px;
    border-bottom: 2px solid #eee;
    padding: 10px 20px;
    min-height: 100px;
    &:last-child {
      border: none;
    }
}

.dashboard .project-item:hover {
    box-shadow: 0px 2px 8px rgb(234 234 234 / 30%);
}

.dashboard .project-item:hover .chevron{
    color: #f39205;
}

.dashboard .item-desc {
    flex-direction: column;
}

.dashboard .showstopper span{
    background-color: #9b0404;
    color: #FFFFFF;
    background-color: #9b0404;
    padding: 5px;
    margin: -5px;
}

.dashboard .list-view .list td {
    padding: 5px 5px;
}

.dashboard .unread-remarks {
    color: #2B6FB6;
}

/* Popup Chevron */

.dashboard .chevron {
    text-align: right;
    flex-grow: 1;
    font-size: 48px;
    vertical-align: center;
    align-self: center;
    transform: translateY(-8px);
    margin-right: 10px;
    color: lightgray;
}

.dashboard .project-image {
    float: left;
    margin-right: 20px;
    align-self: center;
    /* border-radius: 10px; */
}

.dashboard img.customer-image {
    max-width: 200px;
    margin: auto !important;
    margin: 50px auto 70px auto !important;
    display: flex;
    border-radius: 5px;
}

.dashboard .popup_frame {
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 64px rgba(100, 100, 100, 0.15), 0 1px 10px rgba(100, 100, 100, 0.05);
    width: 1000px;
}

.dashboard .popup_back {
    background-color: rgba(255, 255, 255, 0.9);
}

.dashboard .popup_frame .title {
    text-align: center;
}

.dashboard .popup_frame .closepop {
    position:absolute;
    right: 10px;
}

.dashboard .project-item .project-image {
    width: 100px;
    border-radius: 5px;
}

.dashboard .choose-project {
    display: inline-block;
}

.dashboard .list-view h1, .dashboard .list-view h2 {
    padding-top: 0;
}

.dashboard .list-view span.filter-title {
    display: none;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.dashboard .filtered-items {
    display: inline-block;
}

.dashboard .filtered-item {
    height: 30px;
    background-color: rgba(0,0,0,0.02);
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 5px;
    display: inline-block;
    margin-right: 10px;
}

.dashboard .remove-filter {
    width: 30px;
    height: 30px;
    background: url(../../pencil.resource.core/img/close_popup.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.editor .option .explanation {
    font-style: italic;
}

.editor_hide {
    display: none;
}

.editor .remarks-title {
    float: none;
    cursor: auto !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

/** Styling general fine-tuning**/

.lastEdit {
    text-align: right;
    padding-top: 5px;
    color:lightslategray;
}

.editor_simpletext .prefix {
    padding-top: 15px;
}

.collect {
    margin-top: 2px!important;
}

select {
    padding-left: 5px;
}

.remove {
    margin-top: 3px!important;
    margin-left: 10px!important;
}

.editor_simpletext .prefix {
    padding-top: 15px;
    padding-left: 5px;
}


.issue .editor_simpletext .prefix {
    position: initial;
    margin-right: 10px;
    width: auto !important;
}

.unselectedbox_toggler {
    margin-top: 3px !important;
}

.list-search {
    margin-top: 13px;
    margin-left: 10px;
}

.editor-left, .issue .editor_multifile.editor_multiimage{
    float: left;
    width: 49%;
    clear: both;
}

.editor_multiimage img {
    transition: 0.5s;
    height: 160px;
    width: 160px;
    position: relative;
    object-fit: cover;
    z-index: 0;
}

.issue .editor_multifile .item > .content {
    display: inherit;
    overflow: visible;
}

.issue .popup_frame {
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 64px rgba(100, 100, 100, 0.15), 0 1px 10px rgba(100, 100, 100, 0.05);
    width: 700px;
}

.issue .popup_back {
    background-color: rgba(255, 255, 255, 0.9);

}
.issue .succ-message {
  visibility: hidden;
}
.issue .popup_item {
    display: flex;
    flex-direction: column;
}
.issue .popup_frame .popup_item {
    display: flex;
    margin: 20px 100px;
    border: 5px solid rgba(100, 100, 100, 0.15);
    border-radius: 10px;
    padding: 10px 20px;
    min-height: 100px;
}

.issue .popup_frame .popup_item:hover {
    box-shadow: 0px 2px 8px rgb(234 234 234 / 30%);
}

.issue .popup_frame .title{
    text-align: center;
}

.issue .popup_frame .center{
    text-align: center;
}
.issue .popup_frame .floatr .btn_light{
  float: left;
}
.issue .popup_frame .floatr .btn_dark{
  float: right;
}


.issue .popup_frame .closepop {
    position:absolute;
    right: 10px;
}


.issue .editor_multifile .editable .item .actions .icon.download  { background: url(../../pencil.resource.core/img/download.png) no-repeat center; background-size: contain; margin-left:0px; }
.issue .editor_multiimage .editable .item .actions { padding: 0; }
.issue .editor_multifile .editable .item .actions a { float: right; }
.issue .editor_multifile .editable .item .actions .icon.drag { float: right; }
.issue .editor_multifile .editable .item .actions .icon.edit { margin-left: 0px; }

.editor-right, .issue .editor_multifile {
    float: right;
    width: 49%;
    clear: none;
}

#box_issue__priority__

/** Issues > remarks **/

.editor_remarks_history .lang {
    cursor: pointer;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
}

.editor_remarks_history .lang:hover {
    text-decoration: underline;
}

.can-be-hidden {
    margin-bottom: 10px;
}

.remark-box {
    margin-bottom: 10px;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
}

.remark-box .remark-time, .remark-box .remark-user {
    color: #777777
}

.remark-box .remark-content {
    font-style: italic;
    padding-top: 5px;
    white-space: pre-line;
}

/** Dashboard **/

.intro div{
    padding-bottom: 20px;
}

.dashboard.filter {
    padding: 0 5px;
    margin-left: 5px !important;
    color: white;
    cursor: pointer;
    background-color: lightgray;
    border-radius: 5px
}

/* .dashboard .filter:hover:not(popup) {
       background-color: #f39205;
} */

.dashboard .popup.show {
    color: #333333 !important;
    padding: 10px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.dashboard .popup.show input {
    height: 15px !important;
    margin-top: 1px !important;
    float: left;
    margin-right: 5px;
    /* color: #f39205 !important; */
}

.custom_header {
    position: absolute;
    font-size: 20px;
    display: inline-block;
    top: 26px;
    margin-left: -31px;
    font-weight: bold;
}

.dashboard .customer-title {
    font-size: 20px !important;
    margin-bottom: 20px;
}

.dashboard .project-name-body {
    font-size: 40px;
    display: inline-block;
}

.choose-project {
    margin-left: 0px;
    transform: translateY(-10px) !important;
}

.choose-project{
    margin-left: 0px;
    text-decoration: none;
    /* margin-left: 5px */
}

.choose-project span{
    text-decoration: none;
    color: #333333;
}

.choose-project:hover *{
    color: #f39205;
}

.edit-icon {
    margin-left: 20px;
    height: 35px;
    width: 35px;
    opacity: 0.7;
    background-image: url(../../pencil.resource.core/img/edit.png);
    background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    vertical-align: middle;
}

.choose-project:hover .edit-icon {
    margin-left: 20px;
    opacity: 0.4;
    filter: hue-rotate(180deg);
}

.dashboard .numberblock h1, .dashboard .numberblock p {
    display: inline-block;
    margin-right: 10px
}

.dashboard .message-btn {
    margin-right: 100px;
}

.dashboard .issue-count, .dashboard .message-count {
    font-size: 40px;
}

.dashboard .issue-count + p, .dashboard .message-count + p, .dashboard .numberblock p{
    transform: translateY(-10px);
}

.dashboard .numberblock .btn_small {
    width: 60px;
    padding: 0;
    border-radius: 5px;
    min-width: 40px;
    margin-top: 0 !important;
    transform: translateY(-10px);
}

.add-item-button {
    right: 0;
    transform: translateY(-50px);
}

.dashboard .list-search {
    margin-top: 0px;
}

.dashboard .relax-icon{
    background-image: url(../../pencil.resource.custom/relax.png);
    background-size: 149px 130px;
    -webkit-background-size: 149px 130px;
    padding: 20px 20px;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    vertical-align: middle;
    width: 149px;
    height: 130px;
}


/** Issue **/

/* .issue .editor_optionlist div { */
.editor_optionlist .editable {
    display: flex !important;
/*  flex-flow: row wrap; */
    gap: 10px;
    clear: both;
}

.editor_optionlist .editable {
    flex-direction: row;
    justify-content: space-between;
}

.editor_optionlist .editable .option {
    float: unset !important;
    border: solid 1px lightgray;
    background-color: white;
    border-radius: 5px;
    padding: 15px 10px 10px;
    flex-grow: 1;
    flex-basis: 50%;
/*     max-width: 20% !important; */
}

.editor_optionlist .editable .option label {
  flex-grow: 1;
  display: block;
}

.editor_optionlist .option label {
  padding-left: 20px;
  text-indent: -20px;
}
.editor_optionlist .uneditable .option {float:none; min-height:inherit;}
.editor_optionlist .uneditable .option input { display: none;}
.editor_optionlist .uneditable .option input + strong{ display: none;}
.editor_optionlist .uneditable .option input ~ i { display: none;}
.editor_optionlist .uneditable .option input ~ br { display: none;}
.editor_optionlist .uneditable .option input:checked + strong { display: block; font-weight: normal;}

div[id^="box_issue__reproduce_steps"] .uneditable::after{
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  clear: both;
  content: " ";
  padding-top: 20px;
}
/** Header lang, time **/

.post-menu  {
   margin-left: 5px !important;
}

.post-menu.timezone {
   transform: translateX(-10px) !important;
}

.items {
   font-size: 20px !important
}

.popup_frame {
   overflow: auto !important;
}