/* layout */

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font: 10pt/150% Verdana, Sans-Serif;
  color: #1e1f21;
  background: #ffffff;
}

#header {
  position: relative;
  width: 100%;
}

#header .header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  height: 50px;
  background: #0078D4;
}

.click_logo_menu  {
  display: flex;
  align-items: center;
}

#site-logo {
  height: 40px;
}

#site-name {
  position: absolute;
  left: 57px;
  top: 22px;
  font-weight: bold;
  font-size: 170%;
  color: #ffffff;
  text-shadow: 1px 1px #444444;
}

#header-right {
  text-align: right;
  color: #dddddd;
  font-size: 10pt;
}

#header-right a {
  color: #f2f2f2;
}

#header-right a:hover, #header-right a:active {
  color: #ffffff;
}

.header_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  background: #6A8491;
  height: 30px;
  color: #ffffff;
}

#infobar-left {
  flex: 1;
}

#infobar-right {

}

#infobar-left a, #infobar-right a {
  color: #ffffff;
}

#infobar-left a:hover, #infobar-left a:active, #infobar-right a:hover, #infobar-right a:active {
  color: #eeeeee;
}

#body {
  width: 100%;
  max-height: calc(100vh - 80px);
}

.fixed-block {
  position: relative;
  margin: 25px auto 20px auto;
  padding: 0.75em;
  border: 1px solid #d0d0d0;
  min-width: 800px;
  max-width: 90%;
}

.message-block {
  position: relative;
  margin: 75px auto 20px auto;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  width: 400px;
}

.message-block .block_header {
  background: #d0d0d0;
  color: #555;
  font-weight: bold;
  padding: 10px 15px;
}

.message-block .block_body{
  padding: 15px;
}

.debug {
  margin: 25px 10px 0 10px;
  font-size: 0.9em;
}

/* general elements */

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: Verdana, 'DejaVu Sans', Sans-Serif;
}

h1 {
  font-size: 150%;
  line-height: 130%;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 130%;
  line-height: 130%;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 120%;
  line-height: 130%;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 100%;
  line-height: 130%;
}

p {
  margin: 0.4em 0 0.8em;
  padding: 0;
  text-align: left;
}

a:link, a:visited {
  color: #076cba;
  text-decoration: none;
}

a:hover {
  color: #fb9337;
}

a:active {
  color: #5895be;
}

a.anchor {
  text-decoration: none;
  color: #494949;
}

dl {
  margin: 0.5em 0 1em 2em;
}

dl dt {
  margin: 1em 0 0.5em 0;
}

dl dd {
  margin: 0 0 0 3em;
}

ul {
  list-style-type: circle;
}

/* forms */

form {
  margin: 0;
  padding: 0;
}

input, button, select, textarea {
  font: 10pt/150% Verdana, Sans-Serif;
  color: #494949;
}

textarea {
  width: 100%;
  padding: 3px;
  white-space: pre-wrap;
}

.form-fieldset textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #cfcbcb;
}

.form-field {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}

.form-field input {
  border: 1px solid #cfcbcb;
  background: #ffffff;
  font-size: 14px;
  width: 100%;
  border-radius: 6px;
  display: block;
  padding: 6px 12px;
  box-sizing: border-box;
}

.form-field input:focus {
  border-color: #4573D2;
  outline: 0;
}



.form-field select {
  margin: 0.2em 0 0;
  border-radius: 6px;
  border: 1px solid #cfcbcb;
  height: 1.85em;
}

.form-field select:focus {
  border-color: #4573D2;
  outline: 0;
}

.form-fieldset {
  margin: 1.8em 0 0.8em 0;
  border: 1px solid #d0d0d0;
  padding: 20px 15px 15px 15px;
  position: relative;
  background: #fcf8f2;
}

.form-legend, .form-fieldset legend {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  font-weight: bold;
  color: #494949;
  padding: 0 0.5em;
  position: absolute;
  top: -9px;
  left: 0.5em;
}

.form-fieldset dl {
  margin-left: 1.25em;
}

.form-radio {
  margin: 0.2em 0;
}

.form-radiogroup {
  margin: 0.4em 0 0.8em 0;
}

.form-checkbox {
  margin: 0.4em 0 0.8em 0;
}

.form-checkgroup {
  margin: 0.4em 0 0.8em 0;
}

.form-checkgroup .form-checkbox {
  margin: 0.2em 0;
}

.form-submit {
  margin: 1.5em 0 0 0;
  text-align: right;
}

.form-button {
  height: 2.25em;
  margin: 0 0 0 0.75em;
  font-size: 0.8rem;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid  #cfcbcb;
  border-radius: 4px;
  font-weight: bold;
}

.form-button:hover {
  background:#f9f8f8;
}

.form-inline {
}

form.form-inline {
  display: flex;
  align-items: center;
}

.form-inline .form-field {
  display: inline;
}

.form-inline .form-field label {
  display: inline;
}

.form-inline .form-checkbox {
  display: inline;
}

.form-inline .form-button {
  width: auto;
  height: auto;
  margin: 0 0 0 0.5em;
}

.form-inline td {
  vertical-align: top;
}

.form-inline td p {
  margin: 0.4em 0 0.2em 0;
}

.form-inline-space {
  margin-right: 1em;
}

.text_right {
  text-align: right;
}

/* various styles */

table.info-list {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  color: #027ac6;
}

table.info-list tr td {
  margin: 0;
  padding: 0.1em 1em 0.1em 0;
  vertical-align: top;
}

.error {
  color: #ff0000;
}

.warning {
  color: #ee0000;
}

.required {
  color: #aaaaaa;
}

.unread {
  font-weight: bold;
}

.noitems {
  color: #888888;
  margin: 0.8em 0;
}

table.grid {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #d0d0d0;
}

table.grid th {
  margin: 0;
  padding: 0.2em 0.25em;
  vertical-align: top;
  text-align: left;
}

table.grid th a {
  color: #fb9337;
}

table.grid td {
  margin: 0;
  padding: 0.2em 0.25em;
  border-top: 1px solid #dddddd;
  vertical-align: top;
}

table.grid tr.parent {
}

table.grid tr.parent td {
  padding-left: 7px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

table.grid tr.child td.first-column {
  padding-left: 20px;
}

table.grid tr.child td.type {
  font-size: 11px;
  color: #555555;
}

table.grid tr.selected {
  background: #fde7c0;
  border-radius: 3px;
}

.icon {
  vertical-align: -3px;
  margin-right: 0.1em;
}

.ui-datepicker-trigger, .ui-autocomplete-trigger {
  position: absolute;
  right: 12px;
  top: 33px;
}

.form-field textarea {
  width: 100%;
  border: 1px solid #cfcbcb;
}

.form-field textarea:focus {
  border-color: #4573D2;
  outline: 0;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: normal;
}

.ui-autocomplete {
  max-height: 19em;
  overflow-y: auto;
  overflow-x: hidden;
}

.image-link {
  margin-right: 0.5em;
}

.image-link .icon {
  margin: 0;
}

.pager {
  text-align: center;
  margin-top: 0.75em;
}

.pager a {
  padding: 0.5em;
}

.pager-current {
  padding: 0.5em;
}

a img {
  border: none;
}

table.pane-layout {
  width: 100%;
  padding: 0;
  border: none;
  height: calc(100vh - 80px);
  border-spacing: 0;
}

table.pane-layout td.left-pane, table.pane-layout td.top-pane, table.pane-layout td.bottom-pane {
  margin: 0;
  vertical-align: top;
  padding: 0;
}

table.pane-layout td.left-pane {
  width: 250px;
  background: #F4F6FB;
  border-right: 3px solid #d0d0d0;
}

table.pane-layout td.top-pane {
  background: #ffffff;
}

table.pane-layout td.top-pane .zone_list {
  overflow-y: auto;
  height: calc(100vh - 113px);
}

table.pane-layout td.top-pane .zone_list .pane-wrapper {
  padding: 15px;
}

.pane-detail {
  border-top: 3px solid #d0d0d0;
}

.sub-pane-wrapper {
  margin: -0.75em -0.75em -0.75em -0.75em;
}

table.sub-pane-layout {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0.75em;
}

table.sub-pane-layout td.top-sub-pane, table.sub-pane-layout td.bottom-sub-pane {
  margin: 0;
  vertical-align: top;
}

table.sub-pane-layout td.top-sub-pane {
  width: 50%;
}

.history-item {
  margin: 1em 0 0 0;
}

ul.changes {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}

.edited {
  font-size: 8pt;
  font-weight: normal;
  color: #888888;
}

.history-links {
  float: right;
  margin-top: -2px
}

.pre-text {
  padding: 0.5em 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.comment-text {
  padding: 15px;
  font-size: 14px;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 3px;
  border: 1px solid #dddddd;
}

.comment-text ul {
  margin-top: 0;
  margin-bottom: 0
}

.quote {
  padding: 15px 7px 7px 7px;
  border: 1px dashed #dddddd;
  border-radius: 5px;
  font-size: 13px;
  position: relative;
  color: #666;
}

.quote-title {
  position: absolute;
  top: -12px;
  left: 20px;
  background: #ffffff;
  color: #333;
  padding: 0 5px;
  font-weight: bold;
  margin-bottom: 0.2em;
}



code, .code {
  font: 9pt/150% Consolas, 'DejaVu Sans Mono', 'Lucida Console', Monospace;
  background: #fde7c0;
  margin: 0.2em 0;
  padding: 0.3em 0.5em;
  color: #a50606;
  white-space: pre-wrap;
  max-width: calc(100vw - 291px);
}

.str, .tag { color: #880000; }
.kwd, .typ, .atv { color: #0000ff; }
.com { color: #008800; }
.atn { color: #ff0000; }

.rtl {
  direction: rtl;
}

.preview {
  margin: 0.4em 0 0.8em;
}

.multi-line {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.attachment {
  padding: 0.5em;
  border: 1px solid #ccccff;
  background-color: #e2e2ff;
  border-radius: 4px;
}

.attachment.image {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.box_image {

}

.box_image .image_link {
  display: inline-block;
  align-items: center;
  background: #f9f8f8;
  border: 1px solid #edeae9;
  border-radius: 8px;
  cursor: pointer;
  justify-content: center;
  max-width: 100%;
  outline: 0;
  overflow: hidden;
  max-height: 480px;
  max-width: 100%;
}

.box_image .image_link:hover {
  border: 1px solid #cccccc;
}

.box_image .image_link img {
  max-height: 480px;
  max-width: 100%;
  vertical-align: baseline;
  border-radius: 8px;
}

.box_image .image_text {
  text-size: 14px;
  color: #444444;
}

.margin_bottom {
  margin-bottom: 10px;
}

.content_main {
  background: #fff9ef;
  border: 0;
  border-radius: 4px;
}

.toolbar {
  display: flex;
  align-items: center;
}

.toolbar a {
  border: solid 1px transparent;
  background-color: rgba(198,212,224,0.4);
  margin-right: 5px;
  border-radius: 4px;
  padding: 3px 10px;
  display: block;
  text-align: center;
  color: #414b55;
  font-size: 12px;
}

.toolbar a:hover {
  text-decoration: none;
  border-color: rgba(124,138,152,0.4);
  background-color: rgba(198,212,224,0.4);
}

dt a {
  font-weight: bold;
}



.t_sub a {
  border: 1px solid #d0d0d0;
  background-color: #ffffff;
  margin-right: 0px;
  margin-left: 7px;
}



.box_search_view {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box_search_view .search_box {
  display: flex;
}

.box_search_view .search_box .form-field input {
  display: inline-block;
  padding: 0 5px;
}

.box_search_view .search_box .input-prompt {
  margin: 1px 0 0 0.3em;
}

#progress {
  font-weight: bold;
  font-size: 150%;
  color: #494949;
  margin: 10px;
}

#progress img {
  vertical-align: -8px;
  margin-right: 5px;
}

.input-prompt {
  position: absolute;
  margin: 0.4em 0 0 0.3em;
  color: #aaaaaa;
}

::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  max-height: calc(100% - 60px);
}

::-webkit-scrollbar-thumb {
  min-height: 110px;
  border: 3px solid transparent;
  border-radius: 8px;
  background-color: #d0d0d0;
  background-clip: padding-box;
  max-height: calc(100% - 60px);
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

.list_project .lproject_list{
  overflow-y: auto;
  height: calc(100vh - 113px);
}

.list_project .lproject_header{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  border-bottom: 1px solid #d0d0d0;
}

.list_project .lproject_header .title {
  font-weight: bold;
}

.list_project .lproject_list table.grid td {
  border-top: 0;
  border-bottom: 0;
}

.ui-widget-content .ui-state-focus {
  background: rgba(198,212,224,0.4);
  border: 0;
}

.ui-menu .ui-menu-item {

}

.m_date {
  font-size: 12px;
  color:#aaa;
  font-weight: normal;
}

.d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bg_header {
  background: rgba(0, 120, 212, 0.2);
}

.table_list_issue tr:hover {
  background: #fff9ef;
}

.issue_name  {
  max-width: 250px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table_list_issue td {
  color: #444444;
}

.table_list_issue td.c1009  {
  width: 110px;
}

.col_project {
  width: 150px;
}

.col_attr {
  width: 200px;
}
.text_cut {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.badge {
  display: inline-block;
  margin-right: 5px;
  border-radius: 10px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  letter-spacing: 0.9px;
}

.st_Active {
  color: #fff;
  background-color: #6db3ff;
}

.st_Completed {
  color: #fff;
  background-color: #74c987;
}

.st_Testing {
  color: #fff;
  background-color: #f7da83;
}

.st_Closed {
  color: #fff;
  background-color: #c1c1c1;
}

.div_proccess {
  float: right;
  width: 100px ;
  height: 20px;
  font-size: .75rem;
  background-color: transparent;
  border-radius: 10px;
  position: relative;
  text-align: center;
}

.div_proccess.has {
  background-color: #e9ecef;
}

.div_proccess span {
  position: relative;
  z-index: 2;
  color: #1e1f21;
  font-size: 10px;
}

.div_proccess .progress-bar {
  z-index: 1;
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fb9337;
}

td.c1009 {
  border: 0;
}

.quick_comment {
  display: block;
  margin-top: 15px;
}

.list_folder {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 10px;
  margin-top: 15px;
}

.list_folder .item_folder {
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: flex;
}



.list_member {
  margin-top: 20px;
  display: flex;
  grid-gap: 20px;
}


.list_member .h4 {
  font-weight: bold;
}

.list_member .h5 {
  color: #6A8491;
}

.c_row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 15px;
  margin-bottom: 30px;
}

.item_box {
  border: 1px solid #cccccc;
  border-radius: 10px;
  aspect-ratio: 2/0.5;
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 15px;
}

.item_box .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 15px;
}

.b1 {
  background-color: rgba(36, 153, 239, 0.2);
}

.b2 {
  background-color: rgba(167, 152, 255, 0.2);
}

.b3 {
  background-color: rgba(255, 151, 119, 0.2);
}

.b4 {
  background-color: rgba(39, 206, 136, 0.2);
}

.item_box .t1 {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: rgb(95, 116, 141);
  margin-bottom: 5px;
}

.item_box .t2 {
  font-size: 18px;
  font-weight: 600;
}

.list_user_suggest {
  background-color: #f3f3f3;
  position: absolute;
}

.list_user_suggest .menu-item {
  cursor: default;
  padding: 3px 5px;
}

.list_user_suggest .menu-item.selected {
  background-color: slateGray;
  color: white;
}

.list_user_suggest .menu-item:hover:not(.selected) {
  background-color: #fafafa;
}

.mention {
  color: white;
  background: #28a745;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
}

.mt-5 {
  margin-top: 10px;
}

@media (max-width:1200px) {
  .toolbar a .icon {
    display: block;
    margin: 5px auto;
  }
}