.dashedBorderRegion {
  border-style: dashed;
  border-width: 2px;
  background-color: var(--theme-main-200);
  border-color: var(--theme-main-700);
}

.arrow_box {
  position: relative;
  background: #ECEDEE;
  border: 4px solid #ECEDEE;
}

.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(242, 242, 242, 0);
  border-right-color: #ECEDEE;
  border-width: 30px;
  margin-top: -30px;
}

.arrow_box:before {
  border-color: rgba(231, 231, 231, 0);
  border-right-color: #ECEDEE;
  border-width: 36px;
  margin-top: -36px;
}

/**
  Moving it up because at this point an existing header is only going to be replaced with a React one on this view
 */
idbs-text-box {
  width: 100%;
}
idbs-text-box input[type=text] {
  background: #FFFFFF;
  border: 1px solid #D9DADC;
  box-shadow: inset 0 2px 6px 0 #F5F5F6;
  border-radius: 2px;
  padding: 5px 13px;
  color: #434A54;
  font: 13px/19.5px "Roboto-Regular", sans-serif;
  font-style: normal;
  position: relative;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
idbs-text-box input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B3B6BA;
}
idbs-text-box input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #B3B6BA;
}
idbs-text-box input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #B3B6BA;
}
idbs-text-box input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #B3B6BA;
}
idbs-text-box input[type=text]:hover {
  border: 1px solid var(--theme-main-600);
  box-shadow: 0 2px 4px 0 #ECEDEE, inset 0 2px 6px 0 #F5F5F6;
}
idbs-text-box input[type=text]:focus {
  box-shadow: inset 2px 2px 4px 0 #D9DADC;
  border-color: var(--theme-main-600);
  color: #434A54;
  outline: none;
}
idbs-text-box input[type=text].ng-invalid {
  border: 1px solid #DA4553;
  box-shadow: 0 0 4px 0 #F7D9DC, inset 2px 2px 4px 0 #E88F97;
  border-radius: 2px 2px 0 0;
}
idbs-text-box input[type=text].ng-invalid.ng-invalid.caution {
  border-color: #FFC245;
}
idbs-text-box input[type=text][disabled=disabled] {
  background-color: #ECEDEE;
  border-color: #D9DADC;
  box-shadow: inset 0 2px 6px 0 #F5F5F6;
}
idbs-text-box .validation {
  opacity: 0;
  display: block;
  width: 100%;
  margin-top: -1px;
  overflow: hidden;
  line-height: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  color: #434A54;
  background-color: #FFFFFF;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0 0 2px 2px;
  z-index: 1;
}
idbs-text-box .validation.caution, idbs-text-box .validation.error {
  padding: 7.5px 10px;
  line-height: 1.25;
  opacity: 1;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}
idbs-text-box .validation.caution {
  background-color: #FFE6B4;
  border: 1px solid #FFC245;
  transition: 0.2s ease-out;
}
idbs-text-box .validation.error {
  background-color: #f7d9dc;
  border: 1px solid #da4553;
  transition: 0.2s ease-out;
}

idbs-list > .list-container {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(67, 74, 84, 0.5);
  z-index: 1;
}
idbs-list > .list-container > .list-option {
  cursor: pointer;
  padding: 7px;
  color: #434A54;
  font: 13px/19px "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
}
idbs-list > .list-container > .list-option.selected {
  color: var(--theme-main-700);
  background: var(--theme-main-100);
}
idbs-list > .list-container > .list-option:hover {
  background: var(--theme-main-700) !important;
  color: white;
}
idbs-list > .list-container > .list-option:not(:last-child) {
  border-bottom: 1px solid #EBEBED;
}

idbs-overlay > section {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

idbs-popover {
  position: absolute;
  box-sizing: border-box;
  border: 1px solid #D9DADC;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(50%);
  --webkit-transform: translateY(50%);
  padding: 8px 10px;
}
idbs-popover > section {
  height: 100%;
  width: 100%;
}
idbs-popover[position-left]:after, idbs-popover[position-left]:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  right: 0;
  transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
}
idbs-popover[position-left]:after {
  top: 50%;
  border-color: transparent transparent transparent white;
  border-width: 10px;
}
idbs-popover[position-left]:before {
  top: 50%;
  border-color: transparent transparent transparent #B3B6BA;
  border-width: 11px;
}

text-box-list {
  position: relative;
}
text-box-list idbs-text-box > input[type=text].ng-invalid {
  box-shadow: none;
}

pop-up-window {
  position: absolute;
  transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  width: 315px;
}
pop-up-window .pop-up-window {
  color: #434A54;
  font: 13px/15px "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.38px;
  margin-right: 10px;
  padding: 23px 15px;
  border: 1px solid #B3B6BA;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
pop-up-window .pop-up-window > hr {
  border: none;
  height: 2px;
  border-top: 1px dashed #ECEDEE;
  margin: 13px 0;
}
pop-up-window .pop-up-window > .subtraction {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
pop-up-window .pop-up-window > .subtraction > text-box-list {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-right: 15px;
}
pop-up-window .pop-up-window > .subtraction > text-box-list form {
  width: 100%;
}
pop-up-window .pop-up-window > .subtraction > text-box-list div.validation {
  position: absolute;
  box-sizing: border-box;
  --webkit-box-sizing: border-box;
}
pop-up-window .pop-up-window > .subtraction button, pop-up-window .pop-up-window > .subtraction input {
  height: 30px;
}
pop-up-window .pop-up-window > .checkbox-control {
  margin-bottom: 10px;
  white-space: nowrap;
}
pop-up-window .pop-up-window > .checkbox-control:last-child {
  margin-bottom: 0;
}
pop-up-window .pop-up-window:after, pop-up-window .pop-up-window:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 11px);
  width: 0;
  height: 0;
  border-style: solid;
  right: 0;
  transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
}
pop-up-window .pop-up-window:after {
  top: 50%;
  border-color: transparent transparent transparent white;
  border-width: 10px;
}
pop-up-window .pop-up-window:before {
  top: 50%;
  border-color: transparent transparent transparent #B3B6BA;
  border-width: 11px;
}

remaining-quantity-field > .remaining-quantity-field {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #B3B6BA;
  border-radius: 2px;
  box-shadow: inset 0 2px 6px 0 rgba(245, 245, 246, 0.5);
  height: 100%;
  padding: 5px 11px 5px 10px;
  width: 0;
  color: transparent;
}
remaining-quantity-field > .remaining-quantity-field:hover {
  cursor: pointer;
  border-color: var(--theme-main-700);
  outline: none;
  box-shadow: 0 0 4px 0 var(--theme-main-700), inset 0px -2px 6px 0px #F5F6F6;
}

remaining-quantity-field {
  max-width: 470px;
}
remaining-quantity-field > .remaining-quantity-field > .quantity {
  color: #434A54;
  font: 13px/normal "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
  padding-top: 3px;
  padding-bottom: 2px;
}
remaining-quantity-field > .remaining-quantity-field > .quantity.no-value, remaining-quantity-field > .remaining-quantity-field > .quantity.initial {
  color: #8E9298;
}
remaining-quantity-field > .remaining-quantity-field.read-only {
  cursor: default;
  border-color: #B3B6BA;
  box-shadow: none;
}

pop-up-window {
  opacity: 0;
}

remaining-quantity-ring.hidden, .remaining-quantity-ring.hidden {
  display: none;
}
remaining-quantity-ring > .quantity-rings, .remaining-quantity-ring > .quantity-rings {
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  height: 30px;
  width: 31px; /* cropping issue. extra px required */
  margin-right: 10px;
  vertical-align: top;
  background-position: center left;
}
remaining-quantity-ring > .quantity-rings.unopened, .remaining-quantity-ring > .quantity-rings.unopened {
  background-image: var(--quantityRings-quantity-full);
}
remaining-quantity-ring > .quantity-rings.unopened.approximate, .remaining-quantity-ring > .quantity-rings.unopened.approximate {
  background-image: var(--quantityRings-quantity-full-approx);
}
remaining-quantity-ring > .quantity-rings.six-sixths, .remaining-quantity-ring > .quantity-rings.six-sixths {
  background-image: var(--quantityRings-quantity-6);
}
remaining-quantity-ring > .quantity-rings.six-sixths.approximate, .remaining-quantity-ring > .quantity-rings.six-sixths.approximate {
  background-image: var(--quantityRings-quantity-6-approx);
}
remaining-quantity-ring > .quantity-rings.five-sixths, .remaining-quantity-ring > .quantity-rings.five-sixths {
  background-image: var(--quantityRings-quantity-5);
}
remaining-quantity-ring > .quantity-rings.five-sixths.approximate, .remaining-quantity-ring > .quantity-rings.five-sixths.approximate {
  background-image: var(--quantityRings-quantity-5-approx);
}
remaining-quantity-ring > .quantity-rings.four-sixths, .remaining-quantity-ring > .quantity-rings.four-sixths {
  background-image: var(--quantityRings-quantity-4);
}
remaining-quantity-ring > .quantity-rings.four-sixths.approximate, .remaining-quantity-ring > .quantity-rings.four-sixths.approximate {
  background-image: var(--quantityRings-quantity-4-approx);
}
remaining-quantity-ring > .quantity-rings.three-sixths, .remaining-quantity-ring > .quantity-rings.three-sixths {
  background-image: var(--quantityRings-quantity-3);
}
remaining-quantity-ring > .quantity-rings.three-sixths.approximate, .remaining-quantity-ring > .quantity-rings.three-sixths.approximate {
  background-image: var(--quantityRings-quantity-3-approx);
}
remaining-quantity-ring > .quantity-rings.two-sixths, .remaining-quantity-ring > .quantity-rings.two-sixths {
  background-image: var(--quantityRings-quantity-2);
}
remaining-quantity-ring > .quantity-rings.two-sixths.approximate, .remaining-quantity-ring > .quantity-rings.two-sixths.approximate {
  background-image: var(--quantityRings-quantity-2-approx);
}
remaining-quantity-ring > .quantity-rings.one-sixth, .remaining-quantity-ring > .quantity-rings.one-sixth {
  background-image: var(--quantityRings-quantity-1);
}
remaining-quantity-ring > .quantity-rings.one-sixth.approximate, .remaining-quantity-ring > .quantity-rings.one-sixth.approximate {
  background-image: var(--quantityRings-quantity-1-approx);
}
remaining-quantity-ring > .quantity-rings.empty, .remaining-quantity-ring > .quantity-rings.empty {
  background-image: var(--quantityRings-quantity-empty);
}

.malware-panel .ngdialog-content {
  min-height: 234px;
  width: 400px;
  border-radius: 3px 3px 2px 2px;
  background-color: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.malware-panel .ngdialog-content .modalDialog {
  min-height: 234px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.malware-panel .ngdialog-content .modalDialog > .dialogContent {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: auto !important;
}
.malware-panel .ngdialog-content .modalDialog > .dialogContent .img-red-exlacamation {
  background: var(--exclamation-red) no-repeat top center;
  background-size: 36px 36px;
  min-width: 36px;
}
.malware-panel .ngdialog-content .modalDialog > .dialogContent .malware-result-message {
  color: #571B21;
  font: 13px/19px "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-left: 15px;
  overflow: hidden;
}
.malware-panel .ngdialog-content .modalDialog > .dialogContent .malware-result-message .error-title {
  font-size: 16px;
  font-weight: 500;
}
.malware-panel .ngdialog-content .modalDialog > .dialogContent .malware-result-message .filename {
  color: #6a6d73;
  word-wrap: break-word;
}
.malware-panel .ngdialog-content .modalDialog > .dialogFooter {
  height: auto;
  background-color: #F5F5F6;
  padding: 6px 8px;
  justify-content: flex-end;
  display: flex;
}
.malware-panel .ngdialog-content .modalDialog > .dialogFooter > div {
  display: flex;
  align-items: center;
  border-radius: 2px;
  height: 38px;
  border: solid 1px transparent !important;
}

summary-quantity {
  box-sizing: border-box;
}
summary-quantity * {
  box-sizing: border-box;
}
summary-quantity > section {
  height: 101px;
  width: 290px;
}
summary-quantity > section.loading {
  padding-top: 35px;
}
summary-quantity > section.summary {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #353B43;
  font: 13px/15px "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
}
summary-quantity > section.summary header {
  color: var(--theme-main-900);
  font: 16px/19px "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
}
summary-quantity > section.summary .items-info {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 38px;
  margin-top: 3px;
  line-height: 19px;
  text-align: right;
}
summary-quantity > section.summary .items-info .with-quantity, summary-quantity > section.summary .items-info .without-quantity {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
summary-quantity > section.summary .items-info .with-quantity span:not(.label), summary-quantity > section.summary .items-info .without-quantity span:not(.label) {
  margin-left: 8px;
}
summary-quantity > section.summary .items-info .with-quantity span.label, summary-quantity > section.summary .items-info .without-quantity span.label {
  width: 185px;
}
summary-quantity > section.summary .items-info .with-quantity span.green, summary-quantity > section.summary .items-info .without-quantity span.green {
  color: #25C0AB;
}
summary-quantity > section.summary .items-info .with-quantity span.red, summary-quantity > section.summary .items-info .without-quantity span.red {
  color: #DA4553;
}
summary-quantity > section.summary hr {
  border: none;
  height: 2px;
  border-top: 1px dashed #ECEDEE;
  margin: 13px 0 8px 0;
}
summary-quantity > section.summary .total {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
summary-quantity > section.summary .total .label {
  min-width: 167px;
  max-width: 167px;
  font-weight: 500;
  text-align: right;
  display: inline-block;
}
summary-quantity > section.summary .total .amount {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
summary-quantity > section.summary .total .amount.shifted {
  margin-left: 5px;
}
summary-quantity > section.summary .total .approximate {
  font-size: 26px;
  vertical-align: bottom;
}

new-physical-items text-box-list {
  width: 100%;
}
new-physical-items text-box-list idbs-text-box .validation {
  position: absolute;
}
new-physical-items .ui-grid-cell.text-box-list {
  overflow: visible;
}
new-physical-items .ui-grid-cell.text-box-list section.list-container {
  position: fixed;
  opacity: 0;
}
new-physical-items .ui-grid-cell.text-box-list .validation {
  position: fixed;
  opacity: 0;
}