:root {
  --pending: var(--color-text);
  --running: var(--color-danger-text);
  --complete: darkgreen;
  --running-alt: var(--color-text);
}

a {
  color: var(--color-text);
  text-decoration: none;
}

b {
  font-weight: 400;
}

table {
  border-collapse: collapse;
}

a.button {
  text-decoration: none;
}

table.pure-table button .fa-avi,
table.pure-table a .fa-avi,
table.zebratable button .fa-avi,
table.zebratable a .fa-avi {
  font-size: 15px;
  font-weight: 300;
}

table.pure-table button:hover .fa-avi,
table.pure-table a:hover .fa-avi,
table.zebratable button:hover .fa-avi,
table.zebratable a:hover .fa-avi {
  font-weight: 600;
}

table .fa-circle-info {
  vertical-align: top;
  font-weight: 300;
}

.pure-table,
.zebratable {
  margin-top: var(--margin-table);
  margin-bottom: var(--margin-table);
}

.color-inactive {
  color: #ccc;
}

input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.inline-form {
  margin: 5px 0;
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 10px;
  background-color: #f9f9f9;
}

.inline-form input[type="text"] {
  padding: 6px 8px;
  border-radius: 4px; 
  border: 1px solid #aaa; 
  position: relative; 
  height: 28px;
  width: 40%;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: var(--font-size);
}

.inline-form input[type="text"].search {
  margin-right: 5px;
}

.inline-form button {
  height: 28px;
  vertical-align: bottom;
}

.avi-form-full input {box-sizing: border-box;}
.avi-form-full label {display: inline-block;width: 23%;min-width: 80px; margin: 0px; text-align: left; vertical-align: top; line-height: 28px; font-weight: 300;}
.avi-form-full p {position: relative;}
.avi-form-full label.placeholder {position: absolute; left: 0; top: 0; padding-left: 9px; color: #aaa}
.avi-form-full input[type="text"], .avi-form-full input[type="number"], .avi-form-full input[type="password"] {float: right; width: 77%; padding: 6px 8px; border-radius: 4px; border: 1px solid #aaa; position: relative; height: 28px; margin-top: auto; }
.avi-form-full input[type="radio"] {vertical-align: middle; position: relative; margin: 0 !important; margin-top: 4px;}
.avi-form-full label.radio {width: 100%; line-height: 28px;}
.avi-form-full textarea { width: 77%; padding: 6px 8px; border-radius: 4px; border: 1px solid #aaa; resize: none; float: right; position: relative; }

.avi-form-full .custom-field { width: 77%; padding: 6px 8px; float: right; }
.avi-form-full select { width: 40%; padding: 2px 0;border-radius: 3px; border-style: groove; float: right }
.avi-form-full .select2 {float: right;}
.avi-form-full .helper-link {display: block; float: right; text-decoration: underline; color: grey; cursor: pointer;}
.avi-form-full input:disabled {background-color: #ccc;}

.avi-form-full label.error {line-height:normal;}

.avi-form-full hr {
  margin: 10px 0 !important;
}

.avi-form-full .avi-form-group {
  margin-left: 15px;
}

p.warning {
  margin: 0 0 10px 0;
  /* border-left: 3px solid #f45c59 !important; */
  background-color: #fad6a5 !important;
  font-weight: 400;
  color: black;
  padding: 10px 30px;
}

p.info {
  margin: 0 0 10px 0;
  /* border-left: 3px solid #f45c59 !important; */
  background-color: #b4e3ff !important;
  font-weight: 400;
  color: black;
  padding: 10px 30px;
}

.avi-form-2 {
  margin-bottom: 10px;
}

.avi-form-2 label.switch {
  display: inline-block;
}

div.switch {
  width: 32px;
}

.avi-form-2 label.switch > input, 
.avi-details-rows div.switch > input,
table div.switch > input {
  display: none;
}

.avi-form-2 label.switch > .switcher,
.avi-details-rows div.switch > .switcher,
table div.switch > .switcher {
  position: relative;
  background: var(--color-inactive);
  cursor: pointer;
  width: 32px;
  height: 16px;
  border: none;
  border-radius: 4px;
  outline: none;
  margin: 1px 0;
}

.avi-form-2 label.switch > .switcher:before,
.avi-details-rows div.switch > .switcher:before,
table div.switch > .switcher:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  border-radius: 4px;
  background-color: white;
  transition: .5s;
}

.switcher {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.avi-form-2 label.switch > input:checked + .switcher,
.avi-details-rows div.switch > input:checked + .switcher,
table div.switch > input:checked + .switcher {
  background: var(--color-success);
}

.avi-form-2 label.switch > input:checked + .switcher:before,
.avi-details-rows div.switch > input:checked + .switcher:before,
table div.switch > input:checked + .switcher:before {
  left: 18px;
}

.avi-details-rows div.switch ,
.avi-details-rows div.switch > .switcher,
table div.switch > .switcher {
  display: block;
  margin: 0;
}

.avi-form-2 .error-field {
  color: #D8000C !important;
  background-color: #FFD2D2 !important;
  border-color: #D8000C !important;
}

.avi-form-2 .error-note {
  color: #D8000C !important;
  font-size: smaller;
}

.avi-form-2 > div,
.avi-form-2 > section > div {
  position: relative;
  margin-bottom: 5px;
  min-height: 28px;
}

.avi-form-2 > div > label,
.avi-form-2 > section > div > label {
  display: block;
  position: absolute;
  width: 155px;
  top: 0px;
  left: 0px;
  line-height: 28px;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}

.avi-form-2.small-labels > div > label {
  width: 90px;
}

.avi-form-2 label > input[type="checkbox"] {
  margin-right: 5px;
  margin-top: 0px !important;
  vertical-align: middle;
}

.avi-form-2.tiny label {
  position: relative;
  width: auto;
  text-align: left;
}

.avi-form-2 label.col-2 {
  left: 50%;
}

.avi-form-2 label.required::before,
.avi-form-full label.required::before {
  content: "*";
  color: #D8000C;
  padding-right: 3px;
}

.avi-form-2 > div > p {
  margin-left: 155px;
  min-height: 28px;
  margin-bottom: 0px;
  line-height: 28px;
  padding: 0px 8px;
}

.avi-form-2 > div.error-container,
.avi-form-2 > section > div.error-container {
  min-height: 42px;
}

.avi-form-2.tiny > div > div,
.avi-form-2.tiny > div > p,
.avi-form-2 > div.full > div,
.avi-form-2 > div > div.full {
  margin-left: 0px !important;
}

.avi-form-2.tiny > div > div > label {
  padding-right: 0px !important;
  text-align: left !important;
  margin-left: 20px;
}

.avi-form-2 > div > div,
.avi-form-2 > section > div > div {
  margin-left: 155px;
}

.avi-form-2.small-labels > div > div {
  margin-left: 90px;
}

.avi-form-2 > div > div > label.placeholder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding-left: 9px;
  padding-right: 9px;
  line-height: 28px;
  color: #aaa;
}

.avi-form-2 > div > div.col-1,
.avi-form-2 > section > div > div.col-1 {
  margin-right: 50%;
}

.avi-form-2 > div > div.col-2,
.avi-form-2 > section div > div.col-2 {
  position: absolute;
  right: 0;
  top: 0;
  left: 50%;
}

.avi-form-2 input[type="text"], 
.avi-form-2 input[type="password"], 
.avi-form-2 input[type="number"], 
.avi-form-2 textarea {
  padding: 6px 8px !important; 
  border-radius: 4px; 
  border: 1px solid #aaa; 
  width: 100%;
  resize: none;
  position: relative;
  box-sizing: border-box;
}

.avi-form-2 .field-form-readonly {
  padding: 0 !important; 
  width: 100%;
  resize: none;
  position: relative;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 28px;
  margin-top: 0;
}

.avi-form-2 > div > div > .readonly {
  display: block;
  padding: 6px 8px !important; 
  width: 100%;
  box-sizing: border-box;
}

.avi-form-2 input[readonly] {
  background-color: #ddd;
}

.avi-form-2 input[type="checkbox"] {
  margin-top: 7px !important;
  vertical-align: text-bottom;
}

.avi-form-2 textarea {
  height: 96px;
}

.dialog-noclose { display: none; }

th {text-align: left; white-space: nowrap; font-weight: 400;}

#cat-tool-table .number-wrapper {
  width: 2.5em;
}

#cat-tool-table .match-mark {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.96em;
  width: 3.5em;
}
#cat-tool-table .match-mark.double {
  line-height: 1em;  
}

.cat-tool-popup-container {
  position: absolute;
  height: 28px;
  padding: 2px;
  background-color: rgba(255, 255, 255, .8);
  z-index: 1;
  margin: 2px;
  opacity: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.cat-tool-popup-container.active {
  opacity: 1;
}

.cat-tool-popup-container button {
  background-color: white;
  color: #333;
  width: 24px;
  height: 24px;
  padding: 2px;
  margin: 0;
  border: 1px solid #333;
  border-radius: 3px;
  line-height: 20px;
  font-size: 14px;
}

.cat-tool-popup-container button > svg {
  width: 14px;
  margin-top: 0;
}

tr.overline td {
  border-top: 1px solid black;
}

.simple-table {
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0px !important;
  width: 100%;
  margin-bottom: 0px;
}

.simple-table-scroll {
  overflow-y: hidden;
  position: absolute;
  left: 2px;
  right: 13px;
  bottom: 2px;
  top: 2px;
}

.simple-table-scroll-box {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  bottom: 2px;
  overflow: hidden;
}

.simple-table-scroll-box > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: grey;
  height: 30px;
  border-radius: 5px;
  margin: 2px;
}

.simple-table td, .simple-table th {
  position: relative;
  margin: 0;
  padding: 2px;
  line-height: 1.5em;
  vertical-align: top;
}

.simple-table .right {
  text-align: right;
}

.simple-table .fixed-width {
  word-break: break-word;
}

.simple-table thead th { 
  position: sticky; 
  position: -webkit-sticky;
  top: 0; 
  background-color: white;
  font-weight: 400;
  z-index: 1;
}

.simple-table tbody td {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  vertical-align: top;
}

.simple-table tbody td:last-child {
  border-right: 1px solid #ddd;
}

.simple-table tbody .group-highlight td.cat-tool-target-wrapper {
  background-color: azure;
}

.simple-table tbody .group-highlight.activeCATrow td.cat-tool-target-wrapper {
  background-color: rgb(220, 255, 255);
}

.simple-table tfoot td { 
  position: sticky; 
  position: -webkit-sticky;
  bottom: 0px; 
  padding: 0px;
  height: 1px;
  background-color: #ddd;
  border: none;
  z-index: 1;
}

.simple-table .avi-cat-table-loading-row td,
.simple-table .avi-cat-table-no-data-row td {
    text-align: center;
    border-left: none !important;
    border-right: none !important;
    font-style: italic;
}

.simpletable-info-row {
  position: relative;
}

.simpletable-info-row .button-close-info-row {
  border-radius: 2px;
  border: 1px solid #ccc;
  background-color: #cc0000;
  color: white;
  padding: 1px;
  right: 3px;
  top: 3px;
  width: 15px;
  height: 15px;
  line-height: 10px;
  font-size: 8px;
  position: absolute;
}

.cat-tool-review-table td,
.cat-tool-review-table th {
  border: 0px !important;
}

.cat-tool-review-table th {
  font-weight: 400;
  font-style: italic;
  color: #666;
  font-style: italic;
  text-align: center;
  border-bottom: 1px solid #eee !important;
}

.hidden-table td {
  padding: 2px;
  border: none !important;
}

.pure-table td,
.pure-table th {
  height: 25px;
  padding: 0px 10px;
}

.pure-table th {
  font-weight: 400;
}

.pure-table tbody tr:hover {
  background-color: var(--color-hover);
}

.pure-table tbody tr.selected {
  background-color: var(--color-hover);
}

table.sticky-header thead th { 
  position: sticky; 
  position: -webkit-sticky;
  top: 0; 
  background-color: white;
  z-index: 1;
}

.cb { clear: both; }
input, textarea { padding: 4px; }
.vertical-top { vertical-align: top; }


/* main navigation */

#avi-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
}

#content-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 75px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#content-left .menu {
  position: relative;
  overflow: auto;
  width: 110px;
  padding-bottom: 20px;
}

#content-wrapper {
  position: absolute;
  left: 76px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-bg);
}

#content-header {
  height: 30px;
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 1px 0;
}

#welcome-text { /* reviewed */
  margin-top: 20px;
  text-align: center;
}

.navi-button {
  margin: 0;
  position: relative;
  text-align: center;
  height: 71px;
  width: 75px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.navi-button a {
  text-decoration: none;
  line-height: 20px;
  color: var(--color-light);
  font-weight: 200;
  font-size: var(--font-size-fields);
}

.navi-button i {
  font-weight: 100;
  line-height: 25px;
}

.navi-asterisk {position: absolute;right: 15px;top: 10px;}
.navi-asterisk-hint {position: absolute;right: 15px;top: 10px;}
.navi-tab-asterisk {position: absolute;right: 4px;top: -5px;}
.navi-tab-asterisk-hint {position: absolute;right: 0px;top: -6px;}
.navi-asterisk:before,
.navi-tab-asterisk:before,
.navi-asterisk-hint:before,
.navi-tab-asterisk-hint:before {
  content: ' \25CF';
  font-family: sans-serif;
  font-size: 12px;
  color: red;
}

.asterisk-new {position: absolute;left: 0px;top: 0px;}
.asterisk-new:before {
  content: ' \25CF';
  font-family: sans-serif;
  font-size: 12px;
  color: red;
}


#tabs-main {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: var(--color-border);
}

.invoice-row-paid { opacity: 0.2; filter: alpha(opacity=20);}
.invoice-row-unpaid { color: black !important; }
.invoice-row-late { color: red !important; }

.language-row-active, .language-row-client-review { color: rgb(160, 160, 160) !important; }
.project-row-completed, .project-row-retrieved { color: rgb(160, 160, 160) !important; }
.project-row-translation-completed { color: black !important; }
.project-row-quote { color: orange !important; }
.project-row-backstage { color: black !important; }
.project-row-deleted { color: lightgrey !important; }
.project-row-assigned { color: #888888 !important; }
.vendor-unavailable .allow-opacity { opacity: 0.2; }

.status-row-1 { color: black !important; }
.status-row-danger { color: var(--color-danger-text) !important; }
.status-row-warning { color: var(--color-warning-text) !important; }
.status-row-0 { opacity: 0.4; filter: alpha(opacity=40);}
.status-row-verified { color: rgb(161, 161, 161) !important; }
.status-row-new { font-weight: 400; }
.row-type-client { color: #3169b3 !important; }
.row-type-admin { color: var(--color-danger-text) !important; }

.activeCATrow { background-color: azure  !important; opacity: 1; filter: alpha(opacity=100);}
#cat-tool-table .highlighted {
  animation: 0.5s ease 0s 1 normal forwards running cat-highlight;
}

@keyframes cat-highlight {
  from {background-color: azure;}
  50% {background-color: rgb(194, 245, 245);}
  to {background-color: rgb(220, 255, 255);}
}

.nowrap { white-space: nowrap; }
.center { text-align: center; }
.zero-line-height { line-height: 0 !important; }
.align-top { vertical-align: top !important; }
.right { text-align: right; }
.timealert, .alert-text { color: red; }

#prpr-details-overview {
    display: block;
}

.row {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 0;
}

.cell-2 {
    width: 50%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.row.margin {
    margin-bottom: 10px;
}

.row > label {
    font-weight: 900;
    flex: 0 0 15%;
    text-align: right;
    line-height: 25px !important;
    margin: 0;
}

.row .cell-2 > label {
  font-weight: 900;
  flex: 0 0 30%;
  text-align: right;
  line-height: 25px;
  margin: 0;
}

.row > span {
    margin-left: 1%;
    line-height: 25px;
    display: block;
}

.row .cell-2 > span {
  margin-left: 2%;
  line-height: 25px;
  display: block;
}

.row input[type="text"], .row input[type="password"], .row select, .row textarea {
    padding: 2px 4px;
    margin-left: 1%;
    float: left;
    border-radius: 3px;
    width: 100% !important;
}

.row input[type="checkbox"] {
    padding: 2px 4px;
    margin-top: 5px;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    border-radius: 3px;
    vertical-align: middle;
}

.row .cell-2 input, .row .cell-2 select {
    margin-left: 2%;
}

.row select {
    height: 24px;
}

.row a {
    margin-left: 1%;
    float: left;
}

.row .avibind,
.row .avi-bind {
    margin-left: 2px;
}

.row a.detail-action {
    margin-top: 1px;
    height: 18px;
    display: none;
}

.row span.detail-action {
  margin-top: 1px;
  height: 18px;
}

.row a.detail-action.detail-edit,
.row a.detail-action.detail-erase {
    display: block;
    line-height: 25px;
}

.row span.detail-action.detail-edit,
.row span.detail-action.detail-erase {
  display: inline-block;
  cursor: pointer;
  line-height: 25px;
}

.row .detail-action img {
    height: 12px;
    vertical-align: initial;
}

.row img {
    vertical-align: middle;
}

.row .avibind img.clientlogo {
    height: 40px;
}

.task-list-1 { background-color: #f9f9f9 !important; }
.task-list-2 { background-color: white !important; }

.zebratable > tbody > tr:nth-child(odd), .zebradiv .row:nth-child(odd) { background-color: #f9f9f9; }

.zebratable:not(.inactive) tbody tr:hover {
  background-color: var(--color-hover);
}

.zebratable th, .zebratable td {
  padding: 0px 10px;
  line-height: 25px;
}

.zebratable th {
  font-weight: 400;
}

.zebratable.stripped th,
.zebratable.stripped td {
  border-bottom: 1px solid rgb(221, 221, 221);
}

.zebratable.top-align th,
.zebratable.top-align td {
  vertical-align: top;
  padding: 5px;
  line-height: 20px;
}

table.noheight td {
  height: auto !important;
}

.zebradivbright .rowgroup {
  padding-top: 5px;
  border-bottom: 1px solid #ddd;
}

.zebradivbright .rowgroup:nth-child(even) { background-color: inherit; }
.zebradivbright .rowgroup:nth-child(odd) { background-color: #f9f9f9; }

.zebradivbright label {
  margin-bottom: 0px !important;
  padding-right: 5px;
}

.zebradivbright span {
  margin-bottom: 7px !important;
  float: none !important;
  display: block;
}

.zebradivbright .right-button {
  float: right;
  margin-right: 5px;
}

.zebratable tbody tr:nth-child(even) td.summary { background-color: #f6a7f2; }
.zebratable tbody tr:nth-child(odd) td.summary { background-color: #e598e1; }

.verticalzebratable {
  text-align: center;
}

.verticalzebratable tbody tr:hover > td {
  background-color: var(--color-hover);
}

.verticalzebratable th {
  padding: 0px 5px;
  text-align: center;
}

.verticalzebratable td {
  padding: 0px 5px;
}

.verticalzebratable td.left {
  text-align: left !important;
}

.verticalzebratable .odd {
  background-color: #dddddd;
}

.verticalzebratable .even {
  background-color: #bbbbbb;
}

.verticalzebratable .summary { 
  background-color: #999999; 
  font-weight: 400;
}

.verticalzebratable tbody tr:hover > td.odd {
  background-color: #cbb898;
}

.verticalzebratable tbody tr:hover > td.even {
  background-color: #b9a88a;
}

.verticalzebratable tbody tr:hover > td.summary { 
  background-color: #a8987d; 
  font-weight: 400;
}

.langflag { margin-left: 3px; }

tr.tasktablerow-finished td { opacity: 0.4; }
tr.tasktablerow-finished td .avi-icon-button {
  opacity: 1;
  color: #555;
}
tr.tasktablerow-finished td .avi-icon-button:active > .fa-avi {
  font-weight: 300;
}

tr.tablerow-inactive td { opacity: 0.3; }
tr.tablerow-new td { font-weight: 400; }
tr.tasktablerow-cat-tool-active { background-color: #A9CCBF !important; }

/* .avi-form input[type="text"] { padding: 6px 5px; } */
.avi-form input[type="text"].datepicker { width: 100px; }
.avi-form input[type="text"].timepicker { width: 50px; }

.existed_target_language { display: none}

.pr-workflow { padding: 5px 0.5% }
.pr-workflow-vis { width: 100%; height: 100%; border: 1px solid #aaa }

.datatable-ajax-loading { position: absolute; top: 50%; left: 50%; margin-left: -40px; margin-top: -40px }

.table-filter {
  float: right;
  margin-right: 10px;
}

.table-inheader-filter {
  border-radius: 3px;
  border: 1px solid grey;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 2px;
  width: 100%;
}

.table-filter .tab-link-search,
.table-filter .tab-persi-search {
  margin-left: 3px;
  height: 26px !important;
  width: 30px !important;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top !important;
}

.daterangepicker-field,
.table-filter input[type='search'] {
	height: 26px;
	padding: 4px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.table-filter input[type='search'] {
	width: 120px;
}

.activerow.status-row-0 {
	color: #ccc;
}

#content-left img { 
	box-sizing:content-box;
}

#container {
  width: 500px;
  margin: auto;
}

.dt-highlight-simple {
  font-weight: 400;
}

/*feature/430-vendor-assigned-class*/

.avi-form label.error {
    width: 50%;
    color: red;
}

.avi-form .comment,
.avi-form-2 .comment {
    padding-right: 5px;
    color: grey;
    font-size: smaller;
    display: block;
    text-align: right;
}

#accm-add-form label.error {
    width: 50%;
    color: red;
}

/**
 * CAT tools additional styles
 */
.tag-active {
    background-color: #a20000;
}

label.validating {
    position: relative;
    color: gray;
    padding-left: 15px;
    line-height: normal !important;
    display: inline !important;
}

label.validating:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background-color: gray;
  -webkit-animation: sk-scaleout-validating 1.0s infinite;
  -ms-animation: sk-scaleout-validating 1.0s infinite;
  animation: sk-scaleout-validating 1.0s infinite;
}

button span.validating {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: white;
  -webkit-animation: sk-scaleout-validating 1.0s infinite;
  -ms-animation: sk-scaleout-validating 1.0s infinite;
  animation: sk-scaleout-validating 1.0s infinite;
  display: block;
  margin: 0 auto;
}

@-ms-keyframes sk-scaleout-validating {
  0% { 
    -ms-transform: scale(1.0);
  } 
  100% {
    -ms-transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes sk-scaleout-validating {
  0% { 
    -webkit-transform: scale(1.0);
  } 
  100% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}

@keyframes sk-scaleout-validating {
  0% { 
    transform: scale(1.0);
  } 
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

#aici-invoice-items td {
	padding: 3px;
}

#edit-password-form label {
    width: 45%;
}

#edit-password-form input {
    width: 50%;
}

.task-user-id {
    display: block;
    line-height: 1 !important;
    margin-bottom: 0.5em;
    text-align: center;
}

.datatable-toolbar-left {
  float: left;
}

.diff-removed {
  display: inline;
  color: red;
  text-decoration: line-through;
}

.diff-added {
  display: inline;
  color: blue;
  font-weight: 400;
  text-decoration: underline;
}

.diff-removed.hyperlink {
  border-bottom: 1px dashed red;
  cursor: pointer;
}

.diff-removed.hyperlink.disabled {
  color: #ffdddd;
  border-bottom: 1px dashed #ffdddd;
  cursor: auto;
}

.diff-added.hyperlink {
  border-bottom: 1px dashed blue;
  cursor: pointer;
}

.diff-added.hyperlink.disabled {
  color: #ddddff;
  border-bottom: 1px dashed #ddddff;
  cursor: auto;
}

.task-paused,
.text-red,
.error,
#warning-file-type {
  color: #D8000C;
}

#cat-tool-settings-user-dictionary-filter {
  border-radius: 3px;
  border: 1px solid grey;
  padding-top: 2px;
  padding-bottom: 2px;
}

#cat-tool-setting .table td {
  vertical-align: middle;
}

#cat-tool-setting .shortcode {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
}

.cat-tool-toolbar-left,
.cat-tool-toolbar-right {
    padding: 0;
}

.cat-tool-toolbar-left .form-group,
.cat-tool-toolbar-left .input-group,
.cat-tool-toolbar-left .form-inline .input-group .btn {
  width: 100%;
}

.cat-tool-toolbar-left .form-inline .input-group input {
  width: 32%;
  min-width: auto;
}

#cat-tool-progress {
  border-right: 1px solid #ccc !important;
}

#cat-tool-progress.row span {
  float: none;
}

#cat-tool-tabs-container {
  position: absolute;
  margin: 0;
}

#cat-tool-tabs {
    padding: 0;
    overflow: hidden;
}

.cat-tool-details-scroll-hint {
  display: none;
  position:absolute;
  bottom: 13px;
  height: 14px;
  background-color: white;
  text-align: center;
  left: 1.4em;
  right: 1.4em;
  line-height: 14px;
}

#cat-tool-footer {
  display: none;
}

.avi-empty-icon {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  vertical-align: middle;
}

.cat-tool-search-replace-button {
  padding: 4px 8px !important;
}

#cat-tool-replace-one-button, #cat-tool-replace-all-button, 
#cat-tool-replace-case-sensitive, .cat-tool-search-replace-button {
  width: 35px !important;
  text-align: center;
}

#cat-tool-publication-preview {
  position: absolute;
  left: 2px;
  top: 27px;
  right: 2px;
  bottom: 2px;
  text-align: center;
}

#cat-tool-publication-preview:before {
  content: 'Source Document';
  position: absolute;
  top: -24px;
  left: 0px;
  padding: 2px;
  line-height: 20px;
  font-weight: 400;

}

#cat-tool-publication-preview-full {
  text-align: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#cat-tool-publication-preview > img {
  max-width: 100%;
  max-height: 100%;
  cursor: -moz-zoom-in; 
  cursor: -webkit-zoom-in; 
  cursor: zoom-in;
}

#cat-tool-publication-preview-full > img {
  cursor: -moz-zoom-in; 
  cursor: -webkit-zoom-in; 
  cursor: zoom-in;
}

#cat-tool-publication-preview-full > img.noenlarge {
  cursor: default; 
}

#cat-tool-publication-preview-full > img.enlarged {
  cursor: -moz-zoom-out; 
  cursor: -webkit-zoom-out; 
  cursor: zoom-out;
}

#cat-tool-toolbar {
  display: table;
  border-collapse: collapse;
  font-size: 0px !important;
  margin: 0;
}

#cat-tool-toolbar .avi-icon-button.smaller {
  margin: 2px;
}

.progress-bar {
  display: inline-block;
  width: 0;
  font-size: 12px;
  height: 28px;
  color: #fff;
  text-align: center;
  background-color: var(--color-accent-1);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

#cat-tool-toolbar .col {
  display: table-cell;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

#cat-tool-toolbar .col-buttons {
  position: relative;
}

#cat-tool-toolbar .col-highlighted {
  background-color: #eee;
  border: 1px solid #ccc;
}

#cat-tool-toolbar .col-search-label>i {
  float: left; 
  line-height: 32px;
  font-size: 16px;
}

#cat-tool-toolbar .col-progress {
  display: table-cell;
  padding: 0px 2px !important;
  min-width: 200px;
  width: 100%;
  border: 1px solid white;
}

.mt-translated {
  color: green;
}

#cat-tool-table_wrapper {
    padding-bottom: 20px;
}

#cattool-tabs-diff-table {
    margin-bottom: 0;
}

.cattool-info-object-container {
  position: absolute;
  left: 0px !important;
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
}

#cat-tool-window {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  bottom: 0;
}

#cat-tool-window .cat-tool-table-comment {
  font-style: italic;
  color: grey;
  font-size: 90%;
  margin: 5px 15px 0 10px;
}

.grayed {
  color: grey;
}

#cat-tool-window .cat-tool-table-comment-wrapper tr,
#cat-tool-window .cat-tool-table-comment-wrapper td {
  padding: 0 !important;
  background-color: transparent !important;
  vertical-align: top;
  border: none;
  border-collapse: collapse;
}

#cat-tool-progress .progress,
#cat-tool-global-limit .progress {
  position: relative;  
  margin-bottom: 0;
  height: 28px;
  text-align: left;
}

#cat-tool-progress .progress-percents,
#cat-tool-global-limit .progress-percents {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px !important;
  height: 28px;
  color: var(--color-accent-1);
  text-align: left;
  margin-left: 5px;
  vertical-align: bottom;
}

#cat-tool-progress .progress-bar > .progress-percents,
#cat-tool-global-limit .progress-bar > .progress-percents {
  display: block;
  color: white;
  text-align: center;
}

#cat-tool-progress .progress span:first-child,
#cat-tool-global-limit .progress span:first-child {
    padding: 0px;
    display: inline-block;
    float: none;
}

.cat-tool-table-revisions, .cat-tool-table-revisions:hover {
  background-color: #ffdebf !important;
}

.cat-tool-table-feedback {
  background: #b3d1a5 !important;
}

.cat-tool-table-feedback:hover {
  background: #b3d1a5 !important;
}

.cat-tool-table-feedback .cat-tool-table-comment {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 5px !important;
}

.cat-tool-table-revisions .cat-tool-table-comment {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 5px !important;
}

.cat-tool-table-feedback-group {
  background: #d0f0c0 !important;
}

.cat-tool-table-feedback textarea {
  resize: none;
  overflow: hidden;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  height: 18px;
  padding: 0 !important;
}

.cat-tool-table-save a {
  color: rgb(1, 120, 255) !important;
  text-decoration: none !important;
  border-bottom: 1px dashed rgb(1, 120, 255) !important;
  margin-right: 10px;
}

.cat-tool-table-save a:hover {
  text-decoration: none !important;
}

.cat-tool-table-save {
  text-align: right;
  font-size: 80%;
}

.cat-tool-table-error {
  background-color: red !important;
  height: 30px;
}

.cat-tool-review-table .cat-tool-table-error {
  height: unset;
}

.simpletable-attention-row {
  background-color: #ddd;
}

.simpletable-attention-row td {
  text-align: center;
}

.simpletable-ellipsis-row a {
  text-decoration: none;
  color: #222;
}

.cat-tool-table-error>td {
  /* border: 2px solid red !important; */
  vertical-align: bottom !important;
  text-align: center !important;
  color: white !important;
}

.cat-tool-table-error-group {
  background-color: #edd8d8 !important;
}

.cat-tool-table-warning {
  background-color: orange !important;
  height: 30px;
}

.cat-tool-table-warning.cat-tool-table-inforow-accent {
  background-color: var(--color-warning-text) !important;
}

.cat-tool-table-inforow-shortcut {
  display: none;
}

.cat-tool-table-inforow-accent .cat-tool-table-inforow-shortcut {
  display: inline-block;
}

.cat-tool-table-warning a {
  color: yellow !important;
  text-decoration: none !important;
  border-bottom: 1px dashed yellow !important;
}

.cat-tool-table-warning a:hover {
  text-decoration: none !important;
}

.cat-tool-table-warning>td {
  border: 1px solid orange !important;
  vertical-align: bottom !important;
  text-align: center !important;
  color: white !important;
}

.cat-tool-table-warning-group {
  background-color: #ffdebf !important;
}

.cat-tool-table-confirm {
  background-color: #65ade2 !important;
  height: 30px;
}

.cat-tool-table-separator {
  background-color: #ddd !important;
}

.cat-tool-table-separator td {
  line-height: 5px !important;
  font-size: 5px !important;
  height: 5px;
}

.cat-tool-table-confirm a {
  color: yellow !important;
  text-decoration: none !important;
  border-bottom: 1px dashed yellow !important;
}

.cat-tool-table-confirm a:hover {
  text-decoration: none !important;
}

.cat-tool-table-confirm>td {
  border: 1px solid #65ade2 !important;
  vertical-align: bottom !important;
  text-align: center !important;
  color: white !important;
}

.cat-tool-table-confirm-group {
  background-color: #cce6ee !important;
}

.cat-tool-table-toolbar > td {
  vertical-align: bottom !important;
  text-align: center !important;
  font-family: var(--font);
  font-size: 90%;
  background-color: #fafafa !important;
}

.cat-tool-table-toolbar > td > div {
  margin: var(--margin-table);
  text-align: right;
}

#cattool-tabs-diff-table hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

#cattool-tabs-diff-table .empty-target {
  font-style: italic;
  color: grey;
}

.segment-copy-wrapper {
  line-height: 0px !important;
}

.segment-copy,
.segment-revisions,
.segment-feedback,
.segment-changed {
  bottom: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin: 2px;
  line-height: 1.1em;
}

.closedrow .segment-copy,
.closedrow .segment-revisions,
.closedrow .segment-feedback,
.closedrow .segment-feedback.created,
.closedrow .segment-changed.on {
  color: darkgrey; 
}

.segment-action:before {
  position: absolute;
  content: "";
  height: 1.0em;
  width: 1.0em;
  left: 0.15em;
  bottom: 0.15em;
  border-radius: 50%;
  background-color: white;
  transition: .5s;
}

.segment-action {
  position: relative;
  background: var(--color-warning-text);
  cursor: pointer;
  width: 2.8em;
  height: 1.3em;
  border: none;
  border-radius: 0.65em;
  outline: none;
  margin: 0.2em 0px;
}

.segment-action.inactive {
  background: white !important;
  border: 0.1em solid var(--color-warning-text);
  cursor: default;
  line-height: 1.1em;
  text-align: center;
}

.segment-action.inactive:before {
  display: none;
}

.segment-action.nomatch {
  background: crimson;
}

.segment-action.nomatch.inactive {
  border: 0.1em solid crimson;
}

.segment-action.clrv {
  background: #a6a6a6;
}

.segment-action.off {
  background: yellowgreen !important;
}

.segment-action.inverted {
  background: yellowgreen;
}

.segment-action.inverted.off {
  background: crimson !important;
}

.segment-action.coloured-switcher {
  background: crimson;
}

.segment-action.coloured-switcher.off {
  background: yellowgreen;
}

.segment-action.switcher {
  background: #a6a6a6;
}

.segment-action.switcher.off {
  background: #a6a6a6 !important;
}

.segment-action.switcher2 {
  background: #a6a6a6 !important;
}

.segment-action.segment-edit-action {
  background: crimson !important;
}

.segment-action.segment-edit-action.off {
  background: #a6a6a6 !important;
}

.segment-action.stripped {
  background-image: linear-gradient(45deg, #ff0000 25%, #ffffff 25%, #ffffff 50%, #ff0000 50%, #ff0000 75%, #ffffff 75%, #ffffff 100%) !important;
  background-size: 3px 3px !important;
}

.segment-action.switcher2.off {
  background: crimson !important;
}

.segment-action.off:before {
  left: 1.65em;
}

.segment-action.backwards:before {
  left: 1.65em;
}

.segment-action.intermediate {
  background: #a6a6a6 !important;
}

.segment-action.intermediate:before {
  left: 0.9em;
}

.segment-action.backwards.off:before {
  left: 0.15em;
}

.segment-action.loader:before {
  left: 0.9em !important;
  animation-name: sk-scaleout;
  animation-duration: 1.0s;
  animation-iteration-count: infinite;
  animation-delay: 0.5s;
}

.segment-revisions {
  color: var(--color-success);
}

.segment-revisions.inactive,
.segment-changed {
  color: transparent;
}

.segment-revisions-proof.inactive {
  color: transparent;
}

.segment-feedback.created {
  color: var(--color-danger-text);
}

.segment-changed.on {
  color: var(--color-warning-text);
}

.segment-feedback.created > i,
.segment-feedback:hover > i,
.segment-revisions:hover > i {
  font-weight: 600;
}

.segment-revisions.inactive > i {
  font-weight: 300;
}

@keyframes sk-scaleout {
  0% { 
      transform: scale(1.0);
  } 
  100% {
      transform: scale(0);
      opacity: 0;
  }
}

#cat-tool-review-window-table .nontransrow {
  opacity: 0.3;
}

#cat-tool-table .closedrow,
.cat-tool-review-window-editor-row.nontransrow {
  /*background-color: #defdd7 !important;*/
  color: darkgrey !important;;
}

#cat-tool-toolbar .form-control {
    display: inline-block;
    height: 24px;
    width: 150px;
    margin: 2px;
    padding: 2px;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    box-sizing: border-box;
}

#cat-tool-toolbar .form-control.small {
  width: 37px;
}

#cat-tool-toolbar .form-control.error {
  color: #D8000C !important;
  background-color: #FFD2D2 !important;
  border-color: #D8000C !important;
}

.cat-tool-source-column {
  position: relative;
  white-space: pre-wrap;
  line-height: 1.8em;
}

.cat-tool-source-column .glossary {
  border-bottom: 1px dashed blue;
  cursor: pointer;
}

.cat-tool-source-column.plural,
.cat-tool-target-column.plural {
  border-left: 3px double rgb(110, 110, 110);
  padding-left: 5px;
  margin-left: 5px;
}

.cat-tool-comment-column[contenteditable], .cat-tool-length-column[contenteditable] {
  outline: 0px solid transparent;
}

.translation-box {
  width: auto;
  min-width: 300px;
  max-width: 40%;
  position: absolute;
  background-color: #FFFFE0;
  border: 1px solid black;
  color: black;
  padding: 2px;
  height: auto;
  z-index: 1;
  transform: translateY(-100%);
}

.translation-box.bottom {
  transform: none;
}

.translation-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  transform: translateX(-50%) rotate(45deg);
  bottom: -6px;
  border: 1px solid black;
  width: 10px;
  height: 10px;
  border-left: none;
  border-top: none;
  background-color: #FFFFE0;
}

.translation-box.bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  transform: translateX(-50%) rotate(45deg);
  top: -6px;
  border: 1px solid black;
  width: 10px;
  height: 10px;
  border-right: none;
  border-bottom: none;
  background-color: #FFFFE0;
}

.translation-box.rtl:after {
  left: auto;
  right: 30px;
}

.glossary-box {
  width: 60%;
  position: absolute;
  background-color: #FFFFE0;
  border: 1px solid black;
  padding: 2px;
  height: auto;
  z-index: 1;
  font-size: smaller;
  transform: translateY(-100%);
  line-height: 1em;
}

.glossary-box.bottom {
  transform: none;
}

.glossary-box .innertext {
  position: relative;
}

.glossary-box .innertext p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  display: block;
  margin-bottom: 4px;
}

.glossary-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -6px;
  border: 1px solid black;
  width: 10px;
  height: 10px;
  border-left: none;
  border-top: none;
  background-color: #FFFFE0;
}

.glossary-box.bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  transform: translateX(-50%) rotate(45deg);
  top: -6px;
  border: 1px solid black;
  width: 10px;
  height: 10px;
  border-right: none;
  border-bottom: none;
  background-color: #FFFFE0;
}

.cat-tool-target-column {
  outline: 0px solid transparent;
  line-height: 1.8em;
  cursor: default;
}

.cat-tool-static-source {
  display: none;
}

.tag {
  min-width: 20px;
  display: inline-block;
  font-size: 0.8em;
  vertical-align: text-top;
  line-height: 1.5em;
  text-align: center;
  color: white;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  margin: 0 1px;
  white-space: nowrap;
}

.tag > div {
  background-color: rgb(1, 120, 255);
  display: inline-block;
  padding: 0 3px;
  direction: ltr;
}

.tag.removed:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0.6;
}

.tag.removed:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -1px;
  right: -1px;
  border-bottom: 1px solid red;
}

.tag.added:after {
  content: " ";
  position: absolute;
  bottom: -2px;
  left: -1px;
  right: -1px;
  border-bottom: 1px solid blue;
}

.tag > div > span {
  font-weight: 400;
  line-height: 1.5em;
  font-size: 70%;
  vertical-align: top;
  margin-bottom: 0 !important;  /*.zebradivright span overwrite*/
  display: inline-block;  /*.zebradivright span overwrite*/
}

.tag > div:nth-child(1) {
  border-radius: 3px 0 0 3px;
  background-color: #9c9ca0 !important;
}

div[dir="rtl"] .tag > div:nth-child(1),
table[dir="rtl"] .tag > div:nth-child(1) {
  border-radius: 0 3px 3px 0 !important;
}

td[dir="ltr"] .tag > div:nth-of-type(1) {
  border-radius: 3px 0 0 3px !important;
}

.tag > div:nth-child(2) {
  border-radius: 0 3px 3px 0px;
  min-width: 20px;
}

div[dir="rtl"] .tag > div:nth-child(2),
table[dir="rtl"] .tag > div:nth-child(2) {
  border-radius: 3px 0 0 3px !important;
}

td[dir="ltr"] .tag > div:nth-of-type(2) {
  border-radius: 0 3px 3px 0px !important;
}

.tag.ustm-placeholder > div {
  background-color: rgb(1, 165, 194);
}

.tag.ustm-plural-placeholder > div {
  background-color: rgb(110, 110, 110);
  vertical-align: text-bottom;
}

.tag.ustm-plural-placeholder.tag-large-font > div:nth-child(2) {
  font-size: 1.1em;
}

.tag.ustm-style > div {
  background-color: rgb(0, 165, 0);
}

.tag.ustm-block > div {
  background-color: rgb(200, 0, 0);
}

.tag.ustm-newline > div {
  background-color: rgb(225, 170, 0);
}

.tag.ustm-symbol > div {
  background-color: rgb(255, 150, 0);
}

.tagtooltip {
  position: absolute;
  background-color: #fcf8d5;
  border: 1px solid black;
  padding: 2px;
  cursor: pointer;
  z-index: 2999;
  max-width: 450px;
}

.avi-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

#trpr-purchase-order-table td {
  padding: 0px;
  padding-right: 10px;
}

#cat-tool-window[dir="rtl"] .avi-tabs-header-bar {
  margin-left: 5px;
  right: initial !important;
  left: 0;
}

#cat-tool-window[dir="rtl"] .avi-button-tabs-maximize {
  right: initial !important;
  left: 0;
}

#cat-tool-window[dir="rtl"] .avi-tabs-header {
  right: initial !important;
  padding-left: 200px;
  padding-right: 3px !important;
}

.cat-tool-top-message {
  margin-bottom: 10px;
  color: #666;
  font-style: italic;
  text-align: center;
}

#cat-tool-review-window-editor {
  margin: 2px;
  position: absolute;
  left: 0px;
  top: 35px;
  right: 0px;
  bottom: 50px;
  overflow: auto;
}

.cat-tool-review-window-editor-row {
  margin-bottom: 0.5em;
  line-height: 1.42857143;
}

#cat-tool-review-window-footer {
  text-align: right;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 40px;
  background-color: #eee;
  margin: 10px;
  padding: 5px;
  line-height: 30px;
}

#cmus-review-languages .form-check,
#acum-review-languages .form-check {
  width: 33.33333%;
  float: left;
}

.sceb-input {
  border: none;
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  z-index: 1001;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  outline: none;
  text-indent: -10px;  /* IE 9-11 hack to hide caret */
  resize: none;
}

.sceb-caret {
  border: none;
  position: absolute;
  width: 2px;
  background-color: black;
  margin: 0;
  padding: 0;
  z-index: 1000;
  display: none;
}

.sceb-caret.dir-rtl:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 1px;
  top: 0px;
  left: -2px;
  background-color: black;
}

.sceb-caret.dir-ltr:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 1px;
  top: 0px;
  left: 2px;
  background-color: black;
}

.highlight {
  background-color: yellow;
}

.sceb-highlight {
  background-color: yellow;
  position: absolute;
}

.sceb-overhighlight {
  background-color: lightgreen;
  position: absolute;
}

.sceb-spell-error {
  position: absolute;
  background: url('data:image/gif;base64,R0lGODdhBAADAPEAANv///8AAP///wAAACwAAAAABAADAEACBZQjmIAFADs=') bottom repeat-x;
}

.sceb-selection {
  background-color: #CAE2F9;
  position: absolute;
}

.sceb-draggable-ghost {
  opacity: 0.7;
}

.project-lang-box {
  display: inline-block;
  width: 26px; 
  padding: 2px 0; 
  margin: 0 1px 0 0;
  background: #ddd;
  min-height: 90px;
  vertical-align: top;
}

.project-lang-box.client {
  color: black;
  min-height: 0px;
}

.project-lang-box.empty {
  background: none;
}

.project-lang-box-langname {
  font-size: 70%;
  margin-bottom: 0px;
}

.project-lang-box .color-task-unassigned,
.project-lang-box .color-task-paused {
  color: red;
}

.project-lang-box .color-task-assigned {
  color: var(--color-warning-text);
}

.project-lang-box .color-task-completed {
  color: silver;
}

.color-task-clrv {
  color: #3169b3;
}

.color-task-done {
  color: green;
}

.color-task-default {
  color: darkgray;
}

.color-task-trns {
  color: var(--color-warning-text);
}

.color-task-all {
  color: black;
}

.color-task-edit {
  color: white;
}

.project-lang-box .color-task-cattool-active {
  color: rgb(0, 158, 0);
}

.form-custom-list {
  border: 1px solid rgb(170, 170, 170);
  border-radius: 4px;
  display: inline-block;
  padding: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  width: 146px;
}

.form-custom-list button {
  width: 16px;
  height: 16px;
  padding: 0px;
  line-height: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 9px;
  position: absolute;
  top: 6px;
  right: 5px;
  border: none;
  border-radius: 4px;
  background-color: var(--color-danger);
  color: var(--color-bg);
  cursor: pointer;
}

.form-custom-list button:hover {
  background-color: var(--color-danger-hover);
}

.form-custom-list-value {
  display: block;
  width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selection-container {
  position:relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selection-container-text {
  position: relative;
}

.selection-container-text .disabled {
  opacity: 0.1;
}

.selection-container .selection-arrow {
  width: 15px;
  height: 15px;
  position: absolute;
  margin-top: 1em;
  margin-left: -15px;
  background-color: lightseagreen;
  border-radius: 50% 0 50% 50%;
}

.selection-container .selection-arrow.right {
  margin-left: 0;
  border-radius: 0 50% 50% 50%;
}

.selection-container .back-highlight {
  position: absolute;
  background-color: lightblue;
}

.avi-file-upload {
  position: relative;
}

.avi-file-upload .files-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5px;
  min-height: 116px;
  position: relative;
  border: 1px solid #aaaaaa;
  color: #513131;
  border-radius: 4px;
  padding: 0;
  line-height: 28px;
  box-sizing: border-box;
}

.avi-file-upload .files-container .hint::before {
  content: "\e09a";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-size: 41px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 70px;
  color: #aaa;
  cursor: pointer;
}

.avi-file-upload.smaller .files-container {
  min-height: 46px !important;
}

.avi-file-upload.smaller .files-container::before {
  display: none;
}

.avi-file-upload.smaller .files-container .hint {
  padding-top: 0px !important;
}

.files-container.no-background {
  min-height: 156px;
  cursor: default;
}

.files-container.no-background .hint::before {
  display: none;
}

.files-container.no-background > div:first-of-type {
  flex: 1;
  position: relative;
}

.files-container.no-background > div:first-of-type > div:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.avi-file-upload .files-container .hint {
  padding-top: 62px;
  text-align: center;
  line-height: 24px;
  font-size: 120%;
  color: #aaa;
  width: auto !important;
  margin: 0px !important;
  display: block;
  cursor: pointer;
  position: relative;
}

.avi-file-upload .files-container.no-background .hint {
  padding-bottom: 0;
  padding-top: 5px;
  border-top: 1px solid #aaa;
}

.avi-file-upload .file-progress {
  height: 20px;
  background-color: #74c274;
  top: 50%;
  margin-top: -10px;
}
.avi-file-upload .percent-label {
  line-height: 20px;
  font-weight: 400;
  color: white;
}

.avi-file-upload .progress-bar {
  background-color: green;
}
.avi-file-upload .remove-button {
  color: var(--color-danger);
  border: none;
  cursor: pointer;
  background: none;
  font-size: 18px;
}

.avi-file-upload .remove-button:hover > i {
  font-weight: 900;
}

.avi-file-upload .file-info {
  font-weight: 400;
  color: #888888;
}

.avi-file-upload .information {
  text-align: center;
  color: #aaa;
  font-size: smaller;
  line-height: 16px;
  cursor: default;
  margin-bottom: var(--margin-large);
}

input[type="file"]:focus {
  outline: none;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.details-hint {
  position: relative;
  font-size: 16px;
  color: #aaa;
  text-align: center;
  line-height: 20px;
  margin-top: -10px;
  top: 50%;
}

.shortener {
  text-align: left;
  white-space: nowrap;
  background-color: pink;
}

tr.activerow {
  background-color: var(--color-hover) !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

tr.activerow.status-row-0 {
  color: rgb(119, 119, 119);
}

tr.selectedrow {
  background-color: var(--color-hover)  !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tm-trust-10,
.tm-trust-20,
.tm-trust-30
.tm-trust-40,
.tm-trust-50,
.tm-trust-60,
.tm-trust-70,
.tm-trust-80,
.tm-trust-90 {
  color: darksalmon;
}

.tm-trust-current-file {
  color: blue;
}

.tm-trust-admin-metrics-leveraged {
  color: red;
}

.tm-trust-admin-leveraged {
  color: green;
}

.tm-trust-admin-leveraged-multiple {
  color: blue;
}

.highlighted-option {
  font-weight: 400;
}

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

.avi-scroll-table-nodata-row td,
.avi-scroll-table-loading-row td {
  text-align: center;
  font-style: italic;
}

.space {
  color: rgb(201, 201, 201);
  font-size: 12px;
}

.nbsp {
  color: rgb(165,42,42);
  font-size: 12px;
}

.diff-added .space, .diff-added .nbsp {
  font-weight: normal;
}

.diff-removed .space, .diff-removed .nbsp {
  color: red;
  font-weight: normal;
}

.diff-overflow {
  opacity: 0.3;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 11px;
}

::-webkit-scrollbar:horizontal {
  height: 11px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-track { 
  background-color: #fff; 
  border-radius: 8px; 
} 

.warning-flash {
    -webkit-animation: warning-flash-animation 0.8s linear infinite;
    animation: warning-flash-animation 0.8s linear infinite;
}

@-webkit-keyframes warning-flash-animation {  
    0% { color: grey; font-weight: normal; }
    33% { color: #d00f0f; font-weight: 400; }
    66% { color: grey; font-weight: normal; }
    100% { color: #d00f0f; font-weight: 400; }
    100% { color: grey; font-weight: normal; }
}

@keyframes warning-flash-animation {  
  0% { color: grey; font-weight: normal; }
  25% { color: #d00f0f; font-weight: 400; }
  50% { color: grey; font-weight: normal; }
  75% { color: #d00f0f; font-weight: 400; }
  100% { color: grey; font-weight: normal; }
}

.filter-active {
  background-color: #ffb0c1 !important;
}

.avi-mt-inplace-translated {
  color: grey;
}

.popup-buttons-box {
  position: absolute;
  width: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #eee;
  display: none;
  padding: 6px 12px;
  padding-bottom: 28px;
  z-index: 2147483647;      /* DEPRECATED: JQuery z-index workaround */
}

img.info {
  vertical-align: text-bottom;
}

.table-total-row {
  font-weight: 400;
}

.info-object-container {
  position: absolute;
}

.impersonate-icon:before {
  font-size: 15px !important;
  color: #222 !important;
}

.impersonate-link {
  color: inherit !important;
}

.task-tag-red {
  color: #f45c59 !important;
}

.task-tag-orange {
  color: #f5a24f !important;
}

.task-tag-yellow {
  color: #f6cd56 !important;
}

.task-tag-green {
  color: #56cd68 !important;
}

.task-tag-blue {
  color: #428ff3 !important;
}

.task-tag-purple {
  color: #b273d1 !important;
}
.task-tag-grey {
  color: #9c9ca0 !important;
}

.task-tag-border-red {
  border-left: 3px solid #f45c59 !important;
  border-right: 3px solid #f45c59 !important;
  padding-left: 1px;
  padding-right: 1px;
}

.task-tag-border-orange {
  border-left: 3px solid #f5a24f !important;
  border-right: 3px solid #f5a24f !important;
  padding-left: 1px;
  padding-right: 1px;
}

.task-tag-border-yellow {
  border-left: 3px solid #f6cd56 !important;
  border-right: 3px solid #f6cd56 !important;
  padding-left: 1px;
  padding-right: 1px;
}

.task-tag-border-green {
  border-left: 3px solid #56cd68 !important;
  border-right: 3px solid #56cd68 !important;
  padding-left: 1px;
  padding-right: 1px;
}

.task-tag-border-blue {
  border-left: 3px solid #428ff3 !important;
  border-right: 3px solid #428ff3 !important;
  padding-left: 1px;
  padding-right: 1px;
}

.task-tag-border-purple {
  border-left: 3px solid #b273d1 !important;
  border-right: 3px solid #b273d1 !important;
  padding-left: 1px;
  padding-right: 1px;
}
.task-tag-border-grey {
  border-left: 3px solid #9c9ca0 !important;
  border-right: 3px solid #9c9ca0 !important;
  padding-left: 1px;
  padding-right: 1px;
}

.task-tag-underline-red {
  border-bottom: 2px solid #f45c59 !important;
}

.task-tag-underline-orange {
  border-bottom: 2px solid #f5a24f !important;
}

.task-tag-underline-yellow {
  border-bottom: 2px solid #f6cd56 !important;
}

.task-tag-underline-green {
  border-bottom: 2px solid #98caa0 !important;
}

.task-tag-underline-blue {
  border-bottom: 2px solid #428ff3 !important;
}

.task-tag-underline-purple {
  border-bottom: 2px solid #b273d1 !important;
}

.task-tag-underline-grey {
  border-bottom: 2px solid #9c9ca0 !important;
}

.lang-box-percentage-done {
  margin-top: 4px; 
  display: inline-block; 
  padding-top: 2px; 
  border-top: 1px solid #888; 
  font-size: 75%; 
  width: 25px;
}

.lang-box-percentage-done.completed {
  color: silver; 
  border-top: 1px solid silver; 
}

.table-header-switch:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  bottom: 2px;
  left: 3px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

.table-header-switch {
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  background: #98caa0;
  cursor: pointer;
  width: 26px;
  height: 12px;
  border: none;
  border-radius: 10px;
  outline: none;
}

.table-header-switch.off {
  background:  #f5a24f !important;
}

.table-header-switch.off:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

div.details-section { /* reviewed */
  margin: -5px 0 0 0;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: var(--margin-table);
  padding-left: var(--margin-form);
}

div.details-section > .avi-icon-button {    /* workaround to have no bar if all buttons are hidden */
  margin-top: 13px;
}
div.details-section > .avi-icon-button > i {
  font-size: 18px;
}

hr.section {
  border: 0;
  border-top: 1px solid #d3d3d3;
  margin: 8px 5px 8px 5px;
}

.progress-bar {
  -webkit-transition:width .1s ease !important;
  -o-transition:width .1s ease !important;
  transition:width .1s ease !important;
}

/* DEPRECATED: Should be reviewed while merge in 4.11 */
#cattool-tabs-diff {
  padding-bottom: 30px;
}

.table-striped.vertical tr td {
  border-right: 1px solid var(--color-border);
}

.table-striped.vertical tr td:last-child {
  border-right: none;
}

.table.table-striped tr.highlighted {
  background-color: #f45c59;
}

.price-tooltip,
.avi-tooltip {
  position: relative;
}

.price-tooltip .price-tooltip-data,
avi-tooltip .avi-tooltip-data {
  display: none;
  position: absolute;
  left: 0;
  top: 2em;
  padding: 5px;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.price-tooltip:hover .price-tooltip-data {
  display: block;  
}

.price-tooltip:hover .price-tooltip-data:hover {
  display: none;
}

.fit,
.fit-left {
  position: relative;
}

.fit > span,
.fit-left > span {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  display: flex;
  align-items: center;
  direction: rtl;
  text-overflow: clip;    /* sadly it is still not working in safari with rtl */
  justify-content: flex-end;
}

.fit > span > span,
.fit-left > span > span {
  display: block;
}

.fit-left > span {
  direction: ltr;
  text-overflow: ellipsis;
  justify-content: flex-start;
}

.fit.fit-metric > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.simple-fit-left {
  width: 100%;
  display: block;
  height: 1em;
  position: relative;
}

.simple-fit-left > span {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.avi-table-details h2 {
  margin-top: 20px;
  margin-left: var(--margin-large);
  margin-right: var(--margin-form);
  padding-bottom: var(--margin-large);
  padding-left: 2px;
  margin-bottom: 0;
  max-width: 480px;
  border-bottom: 1px solid var(--color-border);
  font-size: 12px;
  font-weight: bold;
}

.avi-table-details h2:nth-of-type(1) {
  margin-top: var(--margin-form);
}

.avi-details-rows {
  margin-top: var(--margin-table);
  display: table;
}

.avi-details-rows > div {
  display: table-row;
}

.avi-details-rows > div > label {
  display: table-cell;
  white-space: nowrap;
  line-height: 25px;
  padding: 0 10px;
  text-align: left;
  font-weight: 400;
}

.avi-details-rows > div > div {
  display: table-cell;
  width: 100%;
  line-height: 25px;
}

.row-group {
  border-left: 4px double green;
}

#refresh-counter {
  position: absolute;
  top: 0;
  right: 340px;
  line-height: 30px;
  white-space: nowrap;
  color: green;
}

.user-menu {  /* reviewed */
  position: absolute;
  right: 4px;
  top: 31px;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  border-radius: 0 0 4px 4px;
  background-color: white;
  min-width: 200px;
  min-height: 100px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 60, 80, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(34, 60, 80, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(34, 60, 80, 0.3);
}

.user-menu .impersonate-box {
  text-align: right;
  margin-top: 13px;
  margin-bottom: 50px;
  margin-right: 8px;
}

.user-menu .name-box {
  margin: 13px 10px 0 10px;
  text-align: center;
}

input::-ms-clear {
  display: none;
}

#cat-tool-concordance-tab-table td {
  width: 50%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.vendor-stats .vendor-stats-title-container {
  display: flex;
}

.vendor-stats .vendor-stats-title {
  margin: 20px;
  margin-bottom: 0px;
  width: 50%;
  display: flex;
}

.vendor-stats .vendor-stats-title .vendor-stats-image i,
.vendor-stats .vendor-stats-title .vendor-stats-image .vendor-stat-client-logo {
  display: inline-block;
  line-height: 55px;
  font-size: 30px;
  border: 1px solid #aaa;
  border-radius: 50%;
  color: #aaa;
  width: 55px;
  height: 55px;
  text-align: center;
}

.vendor-stats .vendor-stats-title .vendor-stats-image .vendor-stat-client-logo div {
  height: 55px !important;
  line-height: 55px !important;
}

.vendor-stats .vendor-stats-title .vendor-stats-image .vendor-stat-client-logo img {
  vertical-align: text-top;
}

.vendor-stats .vendor-stats-title .vendor-stats-info {
  margin-left: 20px;
  line-height: 1.6em;
}

.vendor-stats .vendor-stats-title .vendor-stats-info .vendor-stats-name {
  font-size: 18px;
}

.vendor-stats .vendor-stats-title .vendor-stats-info .vendor-stats-address {
  color: #888;
}

.vendor-stats .vendor-stats-email {
  padding: 10px 10px;
  padding-bottom: 0px;
  line-height: 1.6em;
}

.vendor-stats .vendor-stats-comment {
  border-bottom: 1px solid #aaa;
  font-style: italic;
  margin-bottom: 10px;
  padding: 10px 10px;
  padding-top: 0px;
}

.vendor-stats .vendor-stats-email span,
.vendor-stats .vendor-stats-comment span {
  margin-left: 10px;
}

.vendor-stats .vendor-stats-cells {
  display: flex;
  margin: 20px;
  flex-wrap: wrap;
}

.vendor-stats .vendor-stats-cells .vendor-stats-cell {
  width: 145px;
  height: 90px;
  text-align: center;
  font-size: 18px;
}

.vendor-stats .vendor-stats-cells .vendor-stats-cell i {
  display: block;
  font-size: 30px;
  line-height: 60px;
}

.vendor-stats .vendor-stats-cells .vendor-stats-cell span {
  display: block;
  line-height: 1em;
}

.vendor-stats .vendor-stats-cells .vendor-stats-cell span img {
  vertical-align: baseline;
}

.language-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.target-language-box {
  display: inline-block;
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  color: #555555;
  border-radius: 4px;
  min-width: 30px;
  margin: 1px;
  text-align: center;
  font-size: 9px;
  line-height: 13px;
  vertical-align: middle;
  cursor: default;
}

.language-box-container .target-language-box {
  display: block;
}

.client-logo-placeholder {
  display: inline-block;
  background-color: transparent;
  color: #aaa;
  font-size: 16px;
  text-align: center;
  width: 50px;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.assign-button {
  position: relative;
  text-align: left !important;
}

.assign-button::after {
  position: absolute;
  left: 14px;
  top: 0;
  line-height: 13px;
  font-size: 11px;
  content: '+';
}

.fa-avi.warning {
  color: rgb(255, 217, 170) !important;
}

.avi-status {
  /* display: inline-block; */
  /* border-radius: 4px; */
  /* line-height: 15px; */
  /* color: white; */
  /* padding: 2px 5px; */
  /* font-size: 12px; */
}

.avi-status.pending {
  font-style: italic;
  color: var(--pending);
}

.avi-status.running {
  color: var(--running);
}

.avi-status.complete {
  color: var(--complete);
}

.avi-status.running-alt {
  font-style: italic;
  color: var(--running-alt);
}

/* .avi-status::before {
  content: '●';
  padding-left: 3px;
  font-size: 16px;
}

.avi-status.orange::before {
  color: var(--orange);
}

.avi-status.blue::before {
  color: var(--blue);
} */

.form-check input {
  vertical-align: middle;
}

.tabs-loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#profile-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.avi-reload-animate {
  transition: all 0.5s;
}

.avi-reload-animate.selected > i {
  animation: spin 2s ease-in-out infinite;
  display: block;
}

.details-panel-container {
  margin: 5px;
}

@keyframes spin { 
  100% { 
      transform:rotate(360deg); 
  } 
}

div.AnyTime-win {z-index:9999}

.placeholder-transparent,
.avi-form-2 .error-field {
  background-color: transparent !important;
}

.avi-form-2 .error-container > div > label.placeholder {
  color: #d8000b80;
}

.inline-mt-icon-container {
  height: 13px;
  width: 13px;
  vertical-align: text-top;
  display: inline-block;
}

.avi-priority {
  line-height: 12px;
}

.avi-priority::before {
  content: '●';
  padding-right: 3px;
  font-size: 16px;
  color: var(--color-success);
}

.avi-priority.high::before {
  color: var(--color-warning);
}

.avi-priority.low::before {
  color: var(--color-inactive);
}

.icon-url {
  border-bottom: none !important;
  text-decoration: none;
  margin-left: var(--margin-form);
}
