﻿.ellipsis {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
progress[value] {
  -webkit-appearance: none;
}
progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progres::-webkit-progress-value {
  background-color: #1cb24b !important;
}
progress.yellow::-webkit-progress-value {
  background-color: #FFF128 !important;
}
progress.red::-webkit-progress-value {
  background-color: lightcoral !important;
}
.table-po-numbers th {
  text-transform: uppercase;
  font-size: 65%;
}
.po-number-overview {
  width: 400px !important;
}
.po-number-overview .widgetTitle span {
  width: 100%;
}
.po-number-overview .widgetBody {
  height: 200px;
}
.po-number-overview .messaging {
  margin-bottom: 10px;
}
.po-number-overview .header {
  padding: 0px 5px 15px 5px;
}
.po-number-overview .header .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.po-number-overview .header .subtitle {
  font-style: italic;
}
.po-number-overview .table-data td.left {
  text-align: left !important;
}
.po-number-overview .table-data td.right {
  text-align: right !important;
}
.po-number-editor .widgetContainer {
  width: 550px;
}
.po-number-editor .widgetBody {
  min-height: 500px;
}
.po-number-editor .form-group {
  margin-bottom: 7px;
}
.po-number-editor .messaging {
  margin-bottom: 3px;
}
.po-number-editor .cooltipmessage {
  margin-bottom: 10px;
}
.po-number-editor .top-controls {
  width: 100%;
}
.po-number-editor .top-controls td {
  vertical-align: top;
}
.po-number-editor .top-controls .left {
  width: 100%;
}
.po-number-editor .top-controls .left .highlight {
  height: 180px;
}
.po-number-editor .top-controls .right .highlight {
  height: 180px;
  margin-left: 10px;
  text-align: right;
}
.po-number-editor .top-controls .right .highlight input[type="checkbox"] {
  margin: 0px;
}
.po-number-succession {
  width: 330px;
}
.po-number-succession .messaging {
  margin-bottom: 10px;
}
.po-number-succession .widgetBody {
  min-height: 100px;
}
.po-number-succession .depletion {
  padding: 5px 0 5px 0;
}
.po-number-succession .depletion progress {
  width: 100%;
  height: 8px;
}
.po-number-succession table {
  width: 100%;
  table-layout: fixed;
}
.po-number-succession table td {
  text-align: center;
  vertical-align: top;
}
.po-number-succession table td .left {
  text-align: left;
}
.po-number-succession table td .right {
  text-align: right;
}
.po-number-succession .ponumber {
  border-width: 2px;
  color: dimgray;
  /*border-style: dashed;*/
  background-color: white;
}
.po-number-succession .ponumber .title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 220px;
  font-size: 120%;
  margin-right: 5px;
}
.po-number-succession .ponumber .icon-save:before {
  content: '';
}
.po-number-succession .ponumber .icon-save:after {
  content: '\f00c';
  color: #1cb24b;
  font-family: FontAwesome;
  font-size: 14px;
  position: relative;
  right: -5px;
}
.po-number-succession .ponumber .icon-error:before {
  content: '';
}
.po-number-succession .ponumber .icon-error:after {
  content: "\f071";
  color: #f05667;
  font-family: FontAwesome;
  font-size: 14px;
  position: relative;
  right: -5px;
}
.po-number-succession .ponumber .icon-warning:before {
  content: '';
}
.po-number-succession .ponumber .icon-warning:after {
  content: "\f071";
  color: #d9bf2d;
  font-family: FontAwesome;
  font-size: 14px;
  position: relative;
  right: -5px;
}
.po-number-succession .ponumber.selected {
  border-style: solid;
  border-color: slategray;
  background-color: white;
  color: black;
}
.po-number-succession .ponumber.clickable {
  cursor: pointer;
}
.po-number-succession .ponumber.clickable:hover {
  border-color: gray;
}
.po-number-succession .ponumber.not-applicable {
  background-color: #fafafa;
}
.po-number-succession .ponumber.not-applicable .title {
  text-decoration: line-through;
  font-style: italic;
}
.po-number-succession .arrow {
  font-size: x-large;
  color: darkslategray;
}
.po-number-transactions .cooltipmessage {
  margin: 10px 0 10px 0;
}
.po-number-transactions .header span {
  vertical-align: top;
  margin-right: 5px;
}
.po-number-transactions .table-transactions span {
  overflow: hidden;
  white-space: nowrap;
}
.po-number-transactions .table-transactions .col-id {
  min-width: 60px;
}
.po-number-transactions .table-transactions .col-po-number {
  min-width: 190px;
}
.po-number-transactions .table-transactions .col-date {
  min-width: 190px;
}
.po-number-transactions .table-transactions .col-about-type {
  min-width: 125px;
}
.po-number-transactions .table-transactions .col-opening-balance {
  min-width: 120px;
}
.po-number-transactions .table-transactions .col-amount {
  min-width: 120px;
}
.po-number-transactions .table-transactions .col-amount .icon-sort-up:before {
  content: "\f0de";
  color: green;
  font-family: FontAwesome;
  font-size: 18px;
  position: relative;
  top: 6px;
}
.po-number-transactions .table-transactions .col-amount .icon-sort-down:before {
  content: "\f0dd";
  color: red;
  font-family: FontAwesome;
  font-size: 18px;
  position: relative;
  top: -1px;
}
.po-number-transactions .table-transactions .col-new-balance {
  min-width: 120px;
}
.po-number-transactions .table-transactions .col-comment {
  width: 100%;
}
.po-number-transactions .table-transactions .col-no-data {
  text-align: center;
  font-style: italic;
}
.po-number-processing-log .header {
  margin-bottom: 10px;
}
.po-number-processing-log .header td {
  padding-right: 10px;
}
.po-number-processing-log .cooltipmessage {
  margin: 10px 0 10px 0;
}
.po-number-processing-log .table-processing-log td {
  vertical-align: top;
}
.po-number-processing-log .table-processing-log .col-date {
  min-width: 190px;
}
.po-number-processing-log .table-processing-log .col-msg {
  width: 100%;
  white-space: pre-wrap;
}
.po-number-processing-log .table-processing-log .col-no-data {
  text-align: center;
  font-style: italic;
}
.po-number-setup .widgetBody {
  min-height: 150px;
  min-width: 260px;
}
.po-number-setup .form-group {
  margin-bottom: 5px;
}
.po-number-setup .default-po {
  font-weight: bold;
}
.po-number-setup .not-applicable {
  text-decoration: line-through;
  font-style: italic;
}
.po-number-setup-editor .widget-md {
  width: 100%;
}
.po-number-setup-editor .form-group {
  margin-bottom: 10px;
}
.po-number-setup-editor input[type='checkbox'] {
  vertical-align: bottom;
}
.po-number-setup-editor .note {
  font-style: italic;
}
.po-number-setup-editor .no-po-numbers {
  text-align: center;
}
.po-number-setup-editor .po-number-container {
  padding: 5px;
  max-height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.po-number-setup-editor .po-number {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  max-width: 120px;
  min-height: 30px;
  padding: 2px 4px 2px 4px;
  background-color: white;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 90%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin: 2px 0px 2px 2px;
}
.po-number-setup-editor .po-number td {
  vertical-align: middle;
}
.po-number-setup-editor .po-number td span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 88px;
}
.po-number-setup-editor .po-number .po-disabled {
  text-decoration: line-through;
}
.po-number-setup-editor .po-number .progress {
  max-height: 5px;
}
.po-number-setup-editor .po-number .progress progress {
  vertical-align: top;
  width: 100%;
  height: 2px;
}
.po-number-setup-editor .po-number .delete {
  margin-left: 5px;
}
.po-number-setup-editor .po-number.default {
  color: black;
  background-color: gainsboro;
  border: 1px solid darkgray;
  font-weight: 600;
}
.po-number-setup-editor .po-number:hover {
  border: 1px solid gold;
}
.po-number-setup-editor .po-number-add {
  height: 22px;
  width: 22px;
  text-align: center;
  cursor: pointer;
  padding: 2px 4px 4px 4px;
  background-color: #1cb24b;
  border: 1px solid darkgreen;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  vertical-align: middle;
  display: inline-block;
}
.po-number-setup-editor .po-number-add .icon-add:before {
  color: white;
  font-size: 14px;
  content: "\f067";
}