@charset "UTF-8";
.address {
  padding-left: 30px;
}
.address table.list tr td {
  border: 1px solid black;
  padding: 0 10px;
}
.address table.list tr td.aid {
  text-align: right;
  width: 50px;
}
.address table.list tr td.city, .address table.list tr td.network {
  width: 150px;
}
.address table.list tr td.address_name {
  width: 350px;
}

.already {
  margin-left: 50px;
  font-size: 0.83em;
  font-family: sans-serif;
  padding-top: 4px;
}
.already form {
  display: none;
}
.already button {
  font-size: 0.7em;
}
.already .hide {
  display: none;
}
.already .right {
  text-align: right;
  padding-right: 10px;
}
.already .bolder {
  font-weight: bold;
}
.already .box {
  border: 1px solid gray;
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.already .box:hover {
  border-color: black;
}
.already table {
  border: 1px solid gray;
  border-style: solid none none solid;
}
.already table tr:hover td {
  background-color: lightgray;
}
.already table tr.arhive {
  color: gray;
}
.already table tr.arhive td {
  background-color: lightgray;
}
.already table tr td, .already table tr th {
  border: 1px solid gray;
  border-style: none solid solid none;
  padding: 0px 3px;
}
.already table tr td.right_align, .already table tr th.right_align {
  text-align: right;
}
.already table tr td.smaller, .already table tr th.smaller {
  width: 1px;
}
.already .red {
  color: red;
}
.already .blue {
  color: blue;
}
.already .green {
  color: green;
  font-weight: bold;
}
.already .err {
  color: white;
  background-color: red;
}
.already table.inner {
  border: none;
}
.already table.inner tr td {
  border: 1px solid gray;
  border-style: none solid solid none;
}
.already table.inner > :first-child > :first-child td {
  border: none;
}
.already .remainder {
  color: lightgray;
  font-weight: bold;
}
.already .number {
  text-align: right;
}
.already .procent:after {
  content: " %";
}

.audit {
  padding-left: 30px;
}
.audit .change-audit-code {
  cursor: pointer;
}
.audit .change-audit-code:hover {
  color: blue;
}
.audit .date {
  cursor: default;
}
.audit .date input {
  cursor: default;
  text-align: center;
}
.audit .date:hover input {
  font-weight: bold;
}
.audit .new label {
  position: relative;
}
.audit .new .label {
  width: 250px;
  text-align: right;
  display: inline-block;
}
.audit .new input {
  width: 250px;
}
.audit .new select {
  width: 155px;
}
.audit .addr, .audit .classifier {
  border: 1px solid black;
  display: inline-block;
  width: 500px;
  margin-left: 50px;
  background-color: #fafafa;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.audit .addr label:hover, .audit .classifier label:hover {
  font-weight: bolder;
}
.audit .list > div:last-child > div {
  border-bottom-style: solid;
}
.audit .list > div > div {
  display: inline-block;
  border: 1px solid black;
  border-style: solid none none solid;
  padding: 0px 10px;
  white-space: nowrap;
}
.audit .list > div > div:last-child {
  border-right-style: solid;
}
.audit .list > div > div.aid {
  text-align: right;
  width: 50px;
}
.audit .list > div > div.name {
  width: 250px;
}
.audit .list > div > div.start, .audit .list > div > div.finish {
  width: 150px;
}
.audit table {
  font-size: medium;
  font-family: monospace;
}
.audit table tr {
  cursor: pointer;
}
.audit table tr td {
  padding: 0px 3px;
  vertical-align: top;
}
.audit table tr td select {
  width: 120px;
}
.audit table tr:hover td {
  background-color: #f0f0f0;
}
.audit .view_auditor_name {
  color: gray;
}
.audit .view_auditor_name.no_name {
  color: red;
}
.audit .view_auditor_name .name {
  color: blue;
  display: inline-block;
}
.audit .view_auditor_name.no_name:hover, .audit .view_auditor_name .name:hover {
  cursor: pointer;
  text-decoration: underline;
}
.audit .names {
  font-size: 0.85em;
  color: red;
}
.audit .addressManage .locker {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  opacity: 0.85;
}
.audit .addressManage .data {
  border: 2px solid black;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: white;
  position: fixed;
  top: 10%;
  bottom: 10%;
  left: 30%;
  width: 30%;
  overflow: auto;
  padding: 20px;
}
.audit .addressManage .data .item {
  cursor: pointer;
}
.audit .addressManage .data .item:hover {
  background-color: lightgray;
}
.audit .addressManage .data .item.selected {
  color: green;
  font-weight: bold;
}
.audit .addressManage .close {
  position: fixed;
  right: 10px;
  top: 10px;
  padding: 10px;
  border: 2px solid red;
  background-color: white;
}
.audit .addressManage .close:hover {
  background-color: red;
  color: white;
}

.updateUpload {
  padding: 24px;
  display: grid;
  grid-auto-flow: row;
  justify-items: center;
}

.auditor {
  font-family: monospace, sans-serif;
  margin: 10px 10px 10px 40px;
}
.auditor table.list tr {
  padding: 0px 10px;
}
.auditor table.list tr td {
  padding: 0px 5px 0px 10px;
}
.auditor table.list tr td.fio {
  width: 350px;
}
.auditor table.list tr td.uid {
  text-align: right;
  width: 50px;
}
.auditor table.list tr td.status {
  text-align: center;
}
.auditor table.list tr td.status label {
  display: block;
}
.auditor .page {
  cursor: pointer;
}
.auditor .page:hover {
  color: blue;
}
.auditor .page.select {
  color: red;
  font-weight: bold;
}
.auditor .days-ago {
  text-align: right;
}
.auditor .in-groups {
  font-size: 0.75em;
  font-color: gray;
}
.auditor .sub-group {
  color: blue;
  font-weight: bold;
}

.auditPhoto {
  padding-left: 50px;
  font-family: monospace;
}
.auditPhoto .panels {
  vertical-align: top;
}
.auditPhoto .panels .panel {
  vertical-align: top;
  height: 100%;
  border: 1px solid gray;
  border-style: none solid none none;
  display: inline-block;
}
.auditPhoto .panels .panel .item {
  padding: 0px 2px;
  cursor: pointer;
}
.auditPhoto .panels .panel .item.selected {
  font-weight: bolder;
}
.auditPhoto .panels .panel .item:hover {
  background-color: #f7f7f7;
}
.auditPhoto .panels .panel .item > div {
  position: relative;
}
.auditPhoto .panels .panel .item > div:nth-child(odd) {
  background-color: #f1f1f1;
}
.auditPhoto .panels .panel .item .deletePhoto {
  position: absolute;
  right: 0px;
  top: 0px;
  color: red;
}
.auditPhoto .panels .panel .item .deletePhoto:hover {
  color: white;
  background-color: red;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.barcodeMoveClassifier {
  margin-left: 50px;
  font-family: monospace;
  font-size: 0.94em;
}
.barcodeMoveClassifier > div {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow-y: auto;
}
.barcodeMoveClassifier .panel {
  width: 30%;
  border: 1px solid gray;
  border-style: none solid none none;
}
.barcodeMoveClassifier .panel.barcode {
  width: 10%;
}
.barcodeMoveClassifier .panel.wide {
  width: 57%;
}
.barcodeMoveClassifier .panel .zebra:nth-child(even) {
  background-color: #eaffea;
}
.barcodeMoveClassifier .panel .zebra:nth-child(odd) {
  background-color: #e0e0ff;
}
.barcodeMoveClassifier .panel .zebra.link {
  cursor: pointer;
}
.barcodeMoveClassifier .panel .zebra.link:hover {
  color: blue;
}
.barcodeMoveClassifier .panel .item {
  width: 100%;
  white-space: normal;
}
.barcodeMoveClassifier .panel .item.selected {
  font-weight: bolder;
}

.brand2gen {
  margin-left: 50px;
}
.brand2gen .item:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
.brand2gen .product2gen > table {
  width: 50%;
}

.brandsCombine {
  margin-left: 50px;
  font-family: monospace;
  font-size: 0.94em;
}
.brandsCombine > div {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow-y: auto;
}
.brandsCombine .panel {
  width: 30%;
  border: 1px solid gray;
  border-style: none solid none none;
}
.brandsCombine .panel.barcode {
  width: 200px;
}
.brandsCombine .panel.wide {
  width: 57%;
}
.brandsCombine .panel .zebra:nth-child(even) {
  background-color: #eaffea;
}
.brandsCombine .panel .zebra:nth-child(odd) {
  background-color: #e0e0ff;
}
.brandsCombine .panel .zebra.link {
  cursor: pointer;
}
.brandsCombine .panel .zebra.link:hover {
  color: blue;
}
.brandsCombine .panel .item {
  width: 100%;
  white-space: normal;
}
.brandsCombine .panel .item.selected {
  font-weight: bolder;
}
.brandsCombine .wrap-products {
  margin-left: 10px;
  color: gray;
}
.brandsCombine .bigImage {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 50%;
}

.brandsPlus {
  margin-left: 50px;
}
.brandsPlus > div {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow-y: auto;
}
.brandsPlus .panel {
  width: 300px;
  border: 1px solid gray;
  border-style: none solid none none;
}
.brandsPlus .panel .list {
  width: 290px;
  border: 1px solid black;
  margin-top: 3px;
  overflow-y: auto;
}
.brandsPlus .panel .list .item {
  cursor: pointer;
  width: 270px;
  margin-left: 5px;
  white-space: normal;
}
.brandsPlus .panel .list .item.master {
  color: red;
}
.brandsPlus .panel .list .item:hover {
  background-color: #f0f0f0;
}
.brandsPlus .panel .list .item.selected {
  font-weight: bolder;
}
.brandsPlus .product-gray {
  color: gray;
  margin-left: 10px;
  font-size: 0.85em;
}

.brendAdd {
  margin-left: 50px;
  font-family: monospace;
}
.brendAdd .selected {
  font-weight: bold;
  color: black;
}
.brendAdd .panel > div {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.brendAdd .panel .audit-list, .brendAdd .panel .product-list {
  color: gray;
  width: 15%;
  border: 1px solid lightgray;
  border-style: none solid none solid;
}
.brendAdd .panel .audit-list .item, .brendAdd .panel .product-list .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.brendAdd .panel .audit-list .item:hover, .brendAdd .panel .product-list .item:hover {
  background-color: lightgray;
}
.brendAdd .panel .image-list {
  width: 25%;
  border: 1px solid lightgray;
  border-style: none solid none solid;
}
.brendAdd .panel .image-list .item {
  height: 32%;
  width: 100%;
  margin: 1px 0px;
  background: no-repeat center;
  background-size: contain;
}
.brendAdd .panel .image-list .item:hover {
  background-size: auto;
}
.brendAdd .panel .data-list {
  width: 40%;
  border: 1px solid lightgray;
  border-style: none solid none solid;
}
.brendAdd .panel .data-list .line {
  display: inline-block;
  vertical-align: top;
}
.brendAdd .panel .data-list .list {
  border: 1px solid lightgray;
  overflow-x: hidden;
  overflow-y: auto;
}
.brendAdd .panel .data-list .list .item {
  cursor: pointer;
}
.brendAdd .panel .data-list .list .item:hover {
  background-color: lightgray;
}

.cacheQueue {
  margin-left: 50px;
}
.cacheQueue table {
  margin: 4px;
}
.cacheQueue table tr {
  border-color: gray;
  border-style: solid none none solid;
}
.cacheQueue table tr.red {
  background-color: #fbff16;
}
.cacheQueue table tr.green {
  background-color: #88ff99;
}
.cacheQueue table tr th {
  padding: 0 10px;
}
.cacheQueue table tr td, .cacheQueue table tr th {
  border: 1px solid gray;
}
.cacheQueue table tr td .shortText, .cacheQueue table tr th .shortText {
  white-space: nowrap;
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cacheQueue table tr td .shortedText, .cacheQueue table tr th .shortedText {
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.categoryExport {
  margin-left: 50px;
}
.categoryExport .select_audit {
  max-width: 500px;
}
.categoryExport table {
  border: 1px solid lightgray;
  border-style: solid none none solid;
}
.categoryExport table tr:first-child {
  min-width: 550px;
}
.categoryExport table tr td {
  position: relative;
  border: 1px solid lightgray;
  border-style: none solid solid none;
}
.categoryExport table tr td > div {
  display: inline-block;
}
.categoryExport table tr td .wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.check {
  font-family: sans-serif;
  padding-left: 20px;
}
.check .images {
  padding-left: 50px;
}
.check .images .image {
  display: inline-block;
  cursor: pointer;
  width: 2em;
  height: 2em;
  margin: 1px;
  background: black center center no-repeat no-repeat;
  background-size: cover;
}
.check .big_photo {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white center center no-repeat no-repeat;
  background-size: contain;
  z-index: 1000;
}
.check .currentCategorySelector {
  overflow: hidden;
  white-space: nowrap;
}
.check .currentCategorySelector .items {
  height: 100%;
  overflow-y: auto;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.check .currentCategorySelector .items .item {
  white-space: normal;
  padding: 0px 10px;
  cursor: pointer;
}
.check .currentCategorySelector .items .item:hover {
  color: blue;
}
.check .currentCategorySelector .items .item.select {
  color: red;
}
.check .currentCategorySelect {
  cursor: pointer;
}
.check .currentCategorySelect:hover {
  background-color: lightgray;
}
.check table {
  border: 1px solid black;
  border-style: solid none none solid;
}
.check table tr .right {
  text-align: right;
}
.check table tr .gray {
  color: lightgray;
}
.check table tr .center {
  text-align: center;
}
.check table tr td, .check table tr th {
  height: 20px;
  padding: 1px;
  border: 1px solid black;
  border-style: none solid solid none;
  padding: 0px 10px;
}
.check table tr td.selected:hover, .check table tr th.selected:hover {
  cursor: pointer;
  background-color: gray;
  color: white;
}
.check table tr td > div, .check table tr th > div {
  padding: 0px 5px;
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.check table tr td.red, .check table tr th.red {
  background-color: #ffcccc;
  color: red;
  text-align: center;
}
.check table tr td.red.green, .check table tr th.red.green {
  background-color: #ccffcc;
  color: green;
}
.check table tr.confirmed {
  background-color: #90ff90;
}
.check table tr:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.check .pages {
  margin-left: 30px;
}
.check .pages .page {
  display: inline-block;
  padding: 0px 2px;
  cursor: pointer;
}
.check .pages .page.red {
  color: red;
  font-weight: bold;
}
.check .modal_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0.5;
}
.check .modal {
  position: fixed;
  top: 5%;
  left: 3%;
  right: 3%;
  bottom: 5%;
  background-color: white;
  border: 1px solid black;
  white-space: nowrap;
  overflow-x: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  padding-top: 1%;
}
.check .modal.confirmed {
  background-color: #f0fff0;
}
.check .modal .form, .check .modal .images {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.check .modal .form {
  height: 74%;
  position: relative;
}
.check .modal .form .history {
  border: 1px solid lightgray;
  width: 95%;
  height: 29%;
  position: absolute;
  bottom: -33%;
  left: 10px;
  right: 0;
  font-size: 0.8em;
  white-space: normal;
  overflow-y: auto;
}
.check .modal .form .content {
  width: 95%;
  margin-left: 10px;
  height: 100%;
  overflow: auto;
  border: 1px solid lightgray;
}
.check .modal .form .content .item {
  white-space: nowrap;
}
.check .modal .form .content .item > div {
  display: inline-block;
  vertical-align: top;
}
.check .modal .form .content .item.brend:hover {
  cursor: pointer;
  background-color: #f5f5f0;
}
.check .modal .form .content .item .label {
  width: 185px;
  overflow-x: hidden;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  padding-right: 3px;
}
.check .modal .form .content .item .value {
  white-space: normal;
  width: 70%;
}
.check .modal .form .content .item .value input {
  width: 80%;
  border: 1px solid gray;
  border-style: none none solid none;
}
.check .modal .form .content .item .value textarea {
  width: 80%;
  border: 1px solid gray;
  border-style: none none solid none;
  resize: none;
  height: 4em;
}
.check .modal .form .content .item .value .barcode_error {
  display: inline;
  color: red;
}
.check .modal .form .content .item .value .barcode_OK {
  display: inline;
  color: green;
  font-weight: bold;
}
.check .modal .form .content .item .value.no_defined {
  color: lightgray;
}
.check .modal .images {
  height: 99%;
  white-space: normal;
}
.check .modal .images .image {
  position: relative;
  background: transparent center center no-repeat no-repeat;
  background-size: contain;
  width: 49%;
  height: 49%;
  display: inline-block;
  border: 1px solid lightgray;
  vertical-align: top;
}
.check .modal .images .image button {
  font-size: 1.2em;
  width: 100%;
}
.check .modal .images .image:hover {
  background-size: cover;
}
.check .modal .images .image .rotor {
  position: absolute;
  bottom: 0;
  right: 0;
}
.check .modal .images .image .rotor > div {
  width: 20px;
  height: 20px;
  background: white center center no-repeat no-repeat;
  background-size: contain;
  display: inline-block;
  padding: 1px;
  border: 1px solid gray;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 14px 1px white;
  -moz-box-shadow: 3px 3px 14px 1px white;
  box-shadow: 3px 3px 14px 1px white;
}
.check .modal .images .image .rotor > div:hover {
  border-color: black;
  cursor: pointer;
}
.check .modal .images .image .rotor .left {
  background-image: url(/branding/img/90-pr.jpg);
}
.check .modal .images .image .rotor .flip {
  background-image: url(/branding/img/180.jpg);
}
.check .modal .images .image .rotor .right {
  background-image: url(/branding/img/90-po.jpg);
}

.list_box {
  position: fixed;
  top: 5%;
  bottom: 5%;
  left: 25%;
  right: 25%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid black;
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  background-color: white;
}
.list_box .list {
  padding-left: 10px;
  height: 85%;
  overflow: auto;
}
.list_box .list > div {
  cursor: pointer;
}
.list_box .list > div:hover {
  background-color: gray;
  color: white;
}
.list_box .filter input {
  font-size: 2em;
  width: 80%;
}
.list_box .filter button {
  font-size: 2em;
}

.list_box_background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background-color: white;
}

.city {
  padding-left: 30px;
}
.city .list > div:last-child > div {
  border-bottom-style: solid;
}
.city .list > div > div {
  display: inline-block;
  border: 1px solid black;
  border-style: solid none none solid;
  padding: 0px 10px;
}
.city .list > div > div.no_border {
  border: none;
}
.city .list > div > div.no_border:last-child {
  border-right-style: none;
}
.city .list > div > div:last-child {
  border-right-style: solid;
}
.city .list > div > div.cid {
  text-align: right;
  width: 50px;
}
.city .list > div > div.city_name {
  width: 350px;
}
.city .list input[type=text], .city .list input[type=number] {
  border: none;
}
.city .list button {
  height: 1.25em;
  font-size: 0.85em;
}

.classifierV2 {
  margin-left: 50px;
}
.classifierV2 .list {
  border: 1px solid lightgray;
  width: 95%;
  margin-top: 7px;
}
.classifierV2 .list .panel {
  position: relative;
  display: inline-block;
  border: 1px solid lightgray;
  border-style: none solid none none;
  height: 100%;
  vertical-align: top;
  min-width: 12em;
  overflow: auto;
}
.classifierV2 .list .panel .addPanel {
  font-size: 0.5em;
  position: absolute;
  right: 50%;
  margin-left: 50%;
  top: -10px;
  opacity: 0.1;
}
.classifierV2 .list .panel .addPanel:hover {
  opacity: 1;
}
.classifierV2 .list .panel:last-child2 {
  border-style: none;
}
.classifierV2 .list .panel .item {
  position: relative;
  padding: 2px 3px;
  cursor: pointer;
}
.classifierV2 .list .panel .item .inner-product {
  font-size: 0.75em;
  color: gray;
}
.classifierV2 .list .panel .item.product {
  color: blue;
}
.classifierV2 .list .panel .item.product.current {
  font-weight: bolder;
  color: blue;
}
.classifierV2 .list .panel .item .addPanel {
  font-size: 0.5em;
  position: absolute;
  right: 0%;
  top: 0;
  opacity: 0.25;
}
.classifierV2 .list .panel .item .addPanel:hover {
  opacity: 1;
}
.classifierV2 .list .panel .item .projectLabel {
  color: lightgray;
}
.classifierV2 .list .panel .item.current {
  font-weight: bolder;
  color: red;
}
.classifierV2 .list .panel .item:hover {
  background-color: #fafafa;
  color: #3a3a3a;
}

.clientReport {
  font-family: sans-serif;
  font-size: 1.3em;
}
.clientReport .search {
  margin-left: 40%;
}
.clientReport .filter_ext .filter_city, .clientReport .filter_ext .filter_network {
  display: inline-block;
  font-size: 0.6em;
  padding: 0px 5px;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}
.clientReport .filter_ext .filter_city:hover, .clientReport .filter_ext .filter_network:hover {
  color: darkblue;
}
.clientReport .filter_ext .filter_city .plus-minus, .clientReport .filter_ext .filter_network .plus-minus {
  text-decoration: none;
  display: inline-block;
}
.clientReport .filter_ext .filter_city .plus-minus:hover, .clientReport .filter_ext .filter_network .plus-minus:hover {
  color: red;
}
.clientReport .selectGroup {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: white;
  z-index: 999;
  margin: 0;
}
.clientReport .cost_pre_wrapper .item {
  white-space: nowrap;
}
.clientReport .cost_pre_wrapper .item > div {
  overflow: hidden;
  text-overflow: ellipsis;
  color: lightgray;
}
.clientReport .cost_wrapper {
  overflow-x: auto;
  white-space: nowrap;
}
.clientReport .cost_wrapper .item {
  width: 150px;
  display: inline-block;
  vertical-align: top;
}
.clientReport .cost_wrapper .item .cost_date {
  background-color: #eeeeee;
}
.clientReport .cost_wrapper .item .pro_cost {
  background-color: #eeeeee;
}
.clientReport .cost_pre_wrapper, .clientReport .cost_wrapper {
  display: inline-block;
  vertical-align: top;
}
.clientReport .cost_pre_wrapper .item .cost_date, .clientReport .cost_wrapper .item .cost_date {
  padding: 5px 10px;
  font-weight: bold;
}
.clientReport .cost_pre_wrapper .item .reg_cost, .clientReport .cost_wrapper .item .reg_cost {
  padding: 5px 10px;
  text-align: right;
}
.clientReport .cost_pre_wrapper .item .pro_cost, .clientReport .cost_wrapper .item .pro_cost {
  padding: 5px 10px;
  text-align: right;
}
.clientReport .graph {
  margin-top: 1.5%;
}
.clientReport .graph .header {
  text-align: center;
  background-color: #eeeeee;
  padding: 1%;
  font-size: 0.85em;
}
.clientReport .size_detector {
  position: absolute;
  left: -100000px;
  top: -100000px;
}
.clientReport > div {
  display: inline-block;
  vertical-align: top;
}
.clientReport .wrapper {
  display: inline-block;
}
.clientReport .cost {
  position: relative;
  /*
      table {
        tr:nth-child(even) td {
          background-color: #eeeeee;
        }
        td {
          width: 1px;
        }
        .cost_data {
          text-align: right;
          padding-right: 2%;
        }
        .header {
          font-weight: bold;
          text-align: right;
          padding: 5px 3px 5px;
          font-size: 0.65em;
        }
      }
  */
}
.clientReport .cost .gr {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(to right, white, transparent);
  background-image: linear-gradient(to right, white, transparent);
  background-color: transparent;
}
.clientReport .info > div {
  display: inline-block;
  height: 100%;
  width: 49%;
  vertical-align: top;
}
.clientReport .info > div.noLockWidth {
  width: auto;
}
.clientReport .info .photos {
  font-size: 0.75em;
  position: relative;
}
.clientReport .info .photos .bigPhoto, .clientReport .info .photos .bigPhotoS {
  background: white center no-repeat;
  background-size: cover;
  margin: 3px;
  width: 95%;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.clientReport .info .photos .bigPhoto:not(.bigPhotoS):hover, .clientReport .info .photos .bigPhotoS:not(.bigPhotoS):hover {
  background-size: initial;
}
.clientReport .info .photos .bigPhoto.bigPhotoS, .clientReport .info .photos .bigPhotoS.bigPhotoS {
  background-size: contain;
}
.clientReport .info .photos .bigPhoto.wrapperS, .clientReport .info .photos .bigPhotoS.wrapperS {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
@keyframes cursor-keyframes {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.clientReport .info .photos .bigPhoto .cursor, .clientReport .info .photos .bigPhotoS .cursor {
  animation: cursor-keyframes 2s infinite linear;
  position: absolute;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  width: 25px;
  height: 25px;
  margin-left: -12.5px;
  margin-top: -12.5px;
  border: 1px solid red;
  background-color: white;
  opacity: 0.25;
}
.clientReport .info .photos .photo {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: white center no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 5px;
  border: 5px solid white;
  cursor: pointer;
}
.clientReport .info .photos .photo.selected {
  border-color: blue;
}
.clientReport .info .description {
  line-height: 1.2em;
}
.clientReport .info .item {
  font-size: 0.75em;
}
.clientReport .info .item .label {
  display: inline-block;
}
.clientReport .info .item .value {
  display: inline-block;
}
.clientReport svg .axis line, .clientReport svg .axis path {
  stroke: gray;
}
.clientReport svg .axis.axisx text {
  transform: translate(25px, 10px) rotate(25deg);
  fill: gray;
}
.clientReport svg .axis.axisy text {
  fill: gray;
}
.clientReport svg circle {
  stroke: gray;
}
.clientReport .svg_wrapper {
  position: relative;
}
.clientReport .svg_wrapper .svg_info {
  margin-left: -70px;
  margin-top: 17px;
  position: absolute;
  font-size: 0.45em;
  line-height: 1em;
  border: 1px solid lightgray;
  background-color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  padding: 5px;
  white-space: nowrap;
  opacity: 0.85;
  cursor: pointer;
}
.clientReport .svg_wrapper .svg_info .marker {
  font-size: 3em;
  transform: rotate(-45deg);
  position: absolute;
  left: 38px;
  top: -10px;
}
.clientReport .filter {
  margin-left: 20px;
  margin-bottom: 1px;
  font-size: 0.65em;
  cursor: pointer;
}
.clientReport .filter.no_sel {
  opacity: 0.25;
}
.clientReport .filter:hover {
  color: blue;
}
.clientReport .filter > div {
  display: inline-block;
}
.clientReport .filter .legend {
  width: 1em;
  margin-right: 4px;
}
.clientReport .map, .clientReport #map {
  width: 100%;
  height: 100%;
}
.clientReport .nLogo {
  width: 1em;
  height: 1em;
}

.mode2 {
  font-family: monospace;
  font-size: 0.95em;
}
.mode2 .item {
  padding: 3px;
  border: 1px solid gray;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  width: 320px;
  min-height: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.mode2 .item.pretension_exists {
  -webkit-box-shadow: 3px 3px 14px 1px red;
  -moz-box-shadow: 3px 3px 14px 1px red;
  box-shadow: 3px 3px 14px 1px red;
}
.mode2 .item .address_line {
  display: inline;
}
.mode2 .item.select_this {
  background-color: #f6f6ff;
}
.mode2 .item.broken {
  opacity: 0.5;
}
.mode2 .item .images .image {
  display: inline-block;
  border: 1px solid lightgray;
  margin-left: 6.4px;
  width: 91.4285714286px;
  height: 57.1428571429px;
  background: no-repeat center;
  background-size: cover;
}

.mode2BigImage {
  width: 48%;
  position: fixed;
  top: 0;
  left: 0;
  background: no-repeat center;
  background-size: contain;
}
.mode2BigImage.halfRight {
  right: 0;
  left: auto;
}

.commitProduct {
  overflow: hidden;
  width: 100%;
}
.commitProduct .button {
  text-align: center;
}
.commitProduct .panels {
  position: relative;
  left: 50%;
}
.commitProduct .panels .panel {
  top: 30px;
  background-color: white;
  position: absolute;
  width: 500px;
  left: -250px;
  transition: all 0.5s;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  z-index: 10;
}
.commitProduct .panels .panel.moveToRight1, .commitProduct .panels .panel.moveToRight2, .commitProduct .panels .panel.moveToRight3, .commitProduct .panels .panel.moveToRight4, .commitProduct .panels .panel.moveToRight5, .commitProduct .panels .panel.moveToLeft1, .commitProduct .panels .panel.moveToLeft2, .commitProduct .panels .panel.moveToLeft3, .commitProduct .panels .panel.moveToLeft4, .commitProduct .panels .panel.moveToLeft5 {
  transform: matrix3d(1.8, 0.1, 0, 0.001, 0, 2.85, 0, 0.0005, 0, 0, 1, 0, 0, 0, 0, 3.1);
  z-index: 9;
  top: 0px;
}
.commitProduct .panels .panel.moveToRight1 {
  left: 180px;
}
.commitProduct .panels .panel.moveToRight2 {
  left: 360px;
}
.commitProduct .panels .panel.moveToRight3 {
  left: 540px;
}
.commitProduct .panels .panel.moveToRight4 {
  left: 720px;
}
.commitProduct .panels .panel.moveToRight5 {
  left: 900px;
}
.commitProduct .panels .panel.moveToLeft1 {
  left: -540px;
}
.commitProduct .panels .panel.moveToLeft2 {
  left: -720px;
}
.commitProduct .panels .panel.moveToLeft3 {
  left: -900px;
}
.commitProduct .panels .panel.moveToLeft4 {
  left: -1080px;
}
.commitProduct .panels .panel.moveToLeft5 {
  left: -1260px;
}
.commitProduct .panels .panel .current_images {
  position: absolute;
  z-index: 101;
  top: 25px;
  left: -130px;
}
.commitProduct .panels .panel .current_images .image {
  width: 128px;
  height: 128px;
  background: no-repeat center;
  background-size: cover;
  margin: 2px;
}
.commitProduct .product2genLocked {
  transition: all 0.25s;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.commitProduct .product2genLocked:hover {
  filter: none;
}
.commitProduct .locked {
  border: 1px solid green;
}
.commitProduct .big-image {
  position: fixed;
  left: 60%;
  top: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center;
  background-size: contain;
  z-index: 201;
}

.commitProductManage {
  margin-left: 50px;
}
.commitProductManage .wrapper {
  border: 1px solid gray;
  display: inline-block;
  overflow: auto;
  width: 90%;
}
.commitProductManage .wrapper button:hover {
  font-weight: bold;
}
.commitProductManage .wrapper table {
  border: 1px solid gray;
  border-style: solid none none solid;
}
.commitProductManage .wrapper table tr:hover {
  background-color: #dadaff;
}
.commitProductManage .wrapper table tr td, .commitProductManage .wrapper table tr th {
  border: 1px solid gray;
  border-style: none solid solid none;
}
.commitProductManage .wrapper table tr td.cnt, .commitProductManage .wrapper table tr th.cnt {
  width: 1%;
  text-align: right;
  padding-right: 5px;
  font-size: 1.2em;
  font-weight: bolder;
}
.commitProductManage .wrapper table tr td.take-all, .commitProductManage .wrapper table tr th.take-all {
  text-align: center;
  width: 180px;
}

.compareCost {
  margin-left: 50px;
}
.compareCost .bigImage {
  position: fixed;
  top: 0;
  bottom: 0;
}
.compareCost .list {
  border: 1px solid lightgray;
  min-height: 90%;
  overflow: auto;
  white-space: nowrap;
}
.compareCost .list .item {
  display: inline-block;
  vertical-align: top;
  width: 400px;
}
.compareCost .list .item table {
  border: 1px solid lightgray;
  border-style: solid none none solid;
}
.compareCost .list .item table tr:hover td {
  cursor: pointer;
  background-color: lightgray;
}
.compareCost .list .item table tr td, .compareCost .list .item table tr th {
  border: 1px solid lightgray;
  border-style: none solid solid none;
  text-align: right;
  padding: 2px;
}
.compareCost .list .item table tr td .images img, .compareCost .list .item table tr th .images img {
  width: 50px;
}
.compareCost .selectGroup {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: white;
  z-index: 999;
  margin: 0;
}

.completeness {
  position: relative;
  font-family: monospace;
  font-size: 0.8em;
  margin-left: 50px;
  overflow: hidden;
}
.completeness .panel {
  border: 1px solid gray;
  border-style: none solid none none;
}
.completeness .panel.graph {
  overflow-y: auto;
  font-size: 1.25em;
}
.completeness .panel.graph .listTable .listTableTr.fail {
  background-color: #eadbdb;
}
.completeness .panel.graph .listTable .listTableTr.good {
  background-color: #ebffeb;
}
.completeness .panel.graph .listTable .listTableTr:nth-child(odd) {
  background-color: #f9f9f9;
}
.completeness .panel.graph .listTable .listTableTr:nth-child(odd) .tableGraph {
  background-color: #a2c9fb;
}
.completeness .panel.graph .listTable .listTableTr:nth-child(odd).fail {
  background-color: #fff2f2;
}
.completeness .panel.graph .listTable .listTableTr:nth-child(odd).good {
  background-color: #c9ffc9;
}
.completeness .panel.graph .listTable .listTableTr .tableGraph {
  cursor: default;
  color: blue;
  font-size: 0.75em;
  background-color: lightsteelblue;
  margin-top: 1px;
}
.completeness .panel.graph .listTable .listTableTr .tableGraph:hover {
  background-color: red;
}
.completeness .panel.graph .listTable .listTableTr .tableGraph td {
  text-align: center;
}
.completeness .panel.audits {
  position: relative;
  width: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.completeness .panel.audits .filter {
  position: fixed;
}
.completeness .panel.audits .filter input {
  width: 230px;
}
.completeness .panel.audits .item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
}
.completeness .panel.audits .item:nth-child(2) {
  margin-top: 2em;
}
.completeness .panel.audits .item:nth-child(odd) {
  background-color: #f0f0f0;
}
.completeness .panel.audits .item .completeness-address {
  font-size: 0.85em;
  color: gray;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  margin-left: 1em;
  cursor: pointer;
}
.completeness .panel.audits .item .completeness-address.selected {
  color: blue;
  font-weight: bold;
}
.completeness .panel.audits .item .completeness-address:hover {
  font-weight: bolder;
}
.completeness .panel.audits .item .completeness-address input {
  block-size: 0.75em;
}
.completeness .save {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url("/branding/img/floppy.png") no-repeat center;
  background-size: contain;
  opacity: 0.25;
  cursor: pointer;
}
.completeness .save:hover {
  opacity: 1;
}

.copyUpload {
  width: 90%;
  margin-left: 5%;
}
.copyUpload > div {
  font-size: 0.75em;
  background-color: #fafafa;
  display: inline-block;
  vertical-align: top;
  border: 1px solid gray;
  margin: 2px;
  width: 15%;
  overflow-y: auto;
}
.copyUpload > div .item {
  cursor: pointer;
  border: 1px solid lightgray;
  border-style: solid none none none;
}
.copyUpload > div .item:hover {
  background-color: lightgray;
}
.copyUpload > div .item .name {
  font-weight: bolder;
}
.copyUpload > div .item .classifier {
  color: blue;
  font-size: 0.75em;
}
.copyUpload > div .item .date {
  font-size: 0.75em;
  color: gray;
}
.copyUpload > div .item.selected {
  background-color: lightblue;
}
.copyUpload span.lockerTable {
  background-color: #ffffff;
  opacity: 0.95;
  bottom: 0;
  right: 0;
  position: fixed;
  top: 0;
  left: 0;
}
.copyUpload .lockerTable {
  position: fixed;
  top: 0;
  left: 0;
}
.copyUpload .lockerTable tr td {
  text-align: center;
}
.copyUpload .lockerTable tr td div.moveCnt {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f0f0;
  white-space: nowrap;
  padding: 10px;
}

.dixyReport {
  font-family: calibri, monospace;
}
.dixyReport svg {
  width: 100%;
  height: 250px;
}
.dixyReport .legend {
  margin: 10px 5% 10px 5%;
  font-size: 0.85em;
  border: 1px solid lightgray;
}
.dixyReport .legend button {
  border: none;
  height: 1.5em;
}
.dixyReport .legend .open_close {
  display: inline-block;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}
.dixyReport .legend .open_close:hover {
  font-weight: bold;
}
.dixyReport .legend.close {
  overflow: hidden;
  height: 1.5em;
}
.dixyReport .legend .item {
  overflow: hidden;
  white-space: nowrap;
}
.dixyReport .legend .item > div {
  display: inline-block;
  vertical-align: middle;
}
.dixyReport .legend .item .gray {
  color: gray;
}
.dixyReport .legend .item .green, .dixyReport .legend .item .blue {
  width: 2em;
  height: 2em;
  margin: 0 10px 0 10px;
}
.dixyReport .legend .item .green.green, .dixyReport .legend .item .blue.green {
  background-color: green;
}
.dixyReport .legend .item .green.blue, .dixyReport .legend .item .blue.blue {
  background-color: blue;
}

.dixyVtm {
  margin-left: 50px;
  font-size: 0.85em;
  font-family: monospace;
}
.dixyVtm .list {
  width: 20%;
  overflow-y: scroll;
  overflow-x: hidden;
  vertical-align: top;
  display: inline-block;
}
.dixyVtm .list .item {
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.dixyVtm .list .item.selected {
  font-weight: bold;
  color: red;
}
.dixyVtm .list .item:hover {
  background-color: lightgray;
}
.dixyVtm .view {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.dixyVtm .vtms .item {
  font-size: 1.25em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
}
.dixyVtm .vtms .item.classifier {
  background-color: #00b100;
  color: white;
}
.dixyVtm .vtms .item.operator {
  background-color: #cacaca;
  color: black;
}
.dixyVtm .vtms .item.manager {
  background-color: blue;
  color: white;
}
.dixyVtm .vtm {
  padding: 10px;
  margin: 10px;
  cursor: pointer;
}
.dixyVtm .vtm:hover {
  background-color: #fafafa;
}
.dixyVtm .primer {
  overflow: hidden;
  min-height: 9em;
}
.dixyVtm .primer .item {
  white-space: nowrap;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
  margin: 2px;
  background-color: blue;
  color: white;
  cursor: pointer;
}
.dixyVtm .primer .item:hover {
  background-color: red;
}

.events {
  margin-left: 50px;
}

.hrec {
  margin-left: 50px;
  white-space: nowrap;
}
.hrec > * {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.hrec .list {
  margin-right: 25px;
}
.hrec .list .item {
  cursor: pointer;
}
.hrec .list .item:hover {
  background-color: lightgrey;
}
.hrec .list .item.selected {
  color: blue;
  font-weight: bold;
}
.hrec .element {
  height: 100%;
  width: 50%;
  background-size: contain;
  background-position: center;
  background-color: gray;
  background-repeat: no-repeat;
}
.hrec .data .item {
  white-space: nowrap;
}
.hrec .data .item > * {
  display: inline-block;
  vertical-align: middle;
}
.hrec .data .item .label {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  width: 150px;
}
.hrec .data .item .value {
  min-width: 150px;
  background-color: #f0f0f0;
}
.hrec .data .item button {
  font-size: 3em;
  margin: 25px;
}

.import {
  margin: 10px 10px 10px 10%;
}
.import table td {
  padding: 0px 5px;
}
.import .selector_items {
  vertical-align: top;
  padding: 5px;
  border: 1px solid lightgray;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.import .selector_items label {
  display: block;
}
.import .selector_items label:hover {
  cursor: pointer;
  font-weight: bolder;
}

.importReference {
  display: grid;
  justify-items: center;
  align-items: center;
  background-color: #fafafa;
  font-family: monospace;
  font-size: 1.25em;
  width: 100vw;
  height: 100vh;
}
.importReference .wrapper {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 8px #eaeaea;
  padding: 25px;
  margin: 25px;
}
.importReference .wrapper .milkom {
  color: red;
  display: inline-block;
}
.importReference .wrapper .header {
  font-size: 1.25em;
  text-align: center;
  padding: 0 0 40px;
}
.importReference .wrapper .field .label {
  display: inline-block;
  width: 270px;
  text-align: right;
  margin-right: 10px;
  font-weight: 1;
}
.importReference .wrapper .field input {
  display: inline-block;
  width: 440px;
  font-weight: 1;
  font-family: monospace;
}
.importReference .wrapper .field.submit {
  text-align: center;
  margin: 25px 0 0 0;
}
.importReference .wrapper .field.submit input {
  font-size: 1.15em;
  padding: 5px;
}

.manage {
  font-family: monospace;
  height: 100%;
  overflow: hidden;
  /*
    margin: 10px 0px 0px 50px;
    td:not(.cl) {
      padding: 0px 2px 0px 10px;
    }
    table.cl {
      &>tbody {
        &>tr {
          &:nth-child(odd) {
            &>td {
              background-color: #f0f0f0;
            }
          }
          td.red {
            background-color: #ffaaaa;
          }
        }
        label {
          cursor: pointer;
          color: #333333;
          &:hover {
            color: black;
          }
        }
      }
    }
    td.level2 {
      padding-left: 2em;
    }
  */
}
.manage .tbl {
  height: 100%;
  margin: 0px 0px 0px 50px;
  display: block;
  white-space: nowrap;
}
.manage .tbl > div {
  display: inline-block;
  vertical-align: top;
}
.manage .tbl .items {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid lightgray;
  border-style: none none none solid;
  white-space: nowrap;
}
.manage .tbl .items .item {
  position: relative;
  white-space: normal;
  cursor: pointer;
  padding: 0px 2px;
}
.manage .tbl .items .item .settings {
  position: absolute;
  right: 0px;
  top: 0px;
  color: green;
  cursor: pointer;
  font-size: 0.75em;
}
.manage .tbl .items .item .settings:hover {
  font-weight: bolder;
}
.manage .tbl .items .item .exclude-list-wrapper {
  border: 1px solid red;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 10px;
}
.manage .tbl .items .item .exclude-list-wrapper .exclude-list {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.manage .tbl .items .item .exclude-list-wrapper .exclude-list input {
  vertical-align: middle;
}
.manage .tbl .items .item .exclude-list-wrapper .exclude-list:hover {
  color: black;
}
.manage .tbl .items .item .exclude-list-wrapper .exclude-list.disabled {
  text-decoration: line-through;
  color: red;
}
.manage .tbl .items .item .exclude-list-wrapper .exclude-list .include-list {
  cursor: pointer;
  color: gray;
}
.manage .tbl .items .item .exclude-list-wrapper .exclude-list .include-list:hover {
  color: black;
}
.manage .tbl .items .item:nth-child(even) {
  background-color: #f1f1f1;
}
.manage .tbl .items .item:hover {
  background-color: lightgray;
}
.manage .tbl .items .item label {
  display: block;
}
.manage .tbl .items .item .level1 {
  color: gray;
}
.manage .tbl .items .item .manage-users {
  font-size: 0.65em;
  color: green;
  font-weight: bold;
}
.manage .tbl .items .item .none {
  color: red;
}
.manage .tbl .items .item .use-users {
  font-size: 0.65em;
}
.manage .selected {
  font-weight: bolder;
}

.manageExcelData {
  display: flex;
  flex-direction: column;
  padding: 0 50px 0 50px;
  height: 100%;
  font-family: sans-serif, monospace;
}
.manageExcelData > * {
  display: flex;
}
.manageExcelData > *.content {
  display: flex;
  flex-grow: 1;
  white-space: nowrap;
  overflow: auto;
}
.manageExcelData > *.content .grid {
  white-space: nowrap;
  border: 1px solid lightgray;
  border-style: solid none none solid;
}
.manageExcelData > *.content .grid .row {
  white-space: nowrap;
}
.manageExcelData > *.content .grid .row .cell {
  height: 32px;
  border: 1px solid lightgray;
  border-style: none solid solid none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
}
.manageExcelData > *.content .grid .row .cell.bold {
  font-weight: bold;
}
.manageExcelData > *.content .grid .row .cell.italic {
  font-style: italic;
}
.manageExcelData > *.content .grid .row .cell.underline {
  text-decoration: underline;
}
.manageExcelData > *.down {
  font-family: calibri, monospace;
  flex-direction: row;
  width: 100%;
  height: 24px;
  align-items: stretch;
}
.manageExcelData > *.down .downMenu {
  flex-grow: 1;
  display: flex;
}
.manageExcelData > *.down .process {
  height: 24px;
  align-items: center;
  font-size: 0.75em;
  width: 128px;
  display: flex;
}
.manageExcelData > *.down .process > * {
  width: 100%;
  text-align: right;
}
.manageExcelData > *.down .process .ready {
  color: green;
}
.manageExcelData > *.down .process .loading {
  color: gray;
}

.mobile-screen-component {
  position: absolute;
  overflow: auto;
  left: 5px;
  top: 16px;
  bottom: 5px;
  right: 5px;
  border: 1px solid gray;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.mobile-screen-component .bold {
  font-weight: bold;
  color: blue;
}
.mobile-screen-component .selected {
  background-color: #e6e6ff;
}

.addNewModel {
  color: blue;
  cursor: pointer;
}
.addNewModel:hover {
  color: red;
}

.mobile-screen-component-header {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 15px;
  font-size: 0.75em;
  border: 1px solid gray;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: none;
  background-color: white;
  padding: 0 5px;
}

.draggedElementWrapper {
  position: absolute;
  overflow: hidden;
  max-width: 250px;
  max-height: 150px;
  z-index: 99;
}
.draggedElementWrapper .draggedElement {
  background-color: white;
  border: 1px solid lightgrey;
  border-radius: 3px;
}
.draggedElementWrapper .draggedElement .title .method {
  animation: insertMethod ease-in-out 0.25s infinite;
}
@keyframes insertMethod {
  0% {
    color: white;
  }
  50% {
    color: red;
  }
  100% {
    color: white;
  }
}

.MobileCtrl-mobile-screen-component-item {
  display: flex;
  flex-direction: column;
  padding: 5px;
  cursor: move;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.MobileCtrl-mobile-screen-component-item:hover {
  background-color: rgb(205, 227, 255);
}
.MobileCtrl-mobile-screen-component-item:nth-child(even) {
  background-color: #eeeeee;
}
.MobileCtrl-mobile-screen-component-item:nth-child(even):hover {
  background-color: rgb(205, 227, 255);
}
.MobileCtrl-mobile-screen-component-item .title {
  font-size: 1.24em;
}
.MobileCtrl-mobile-screen-component-item .description {
  font-size: 0.65em;
}

[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Image-wrapper {
  display: flex;
  position: relative;
  box-sizing: content-box;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Image-wrapper.editMode {
  flex-basis: 100%;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Image-wrapper .component-Image {
  position: relative;
  display: flex;
  background-size: cover;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Image-wrapper .component-Image .component-TextView-text {
  display: flex;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Image-wrapper .component-Image .component-TextView-text.centered {
  margin: auto;
  text-align: center;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Image-wrapper .component-Image.editMode {
  margin: auto;
  box-sizing: content-box;
  height: 95%;
  width: 95%;
  min-width: 2em;
  min-height: 1em;
  outline: 1px solid blue;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Image-wrapper .component-Image.editMode.selected {
  outline-color: red;
}

[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Layout-wrapper {
  display: flex;
  position: relative;
  flex-basis: 100%;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Layout-wrapper .component-Layout {
  position: relative;
  display: flex;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Layout-wrapper .component-Layout.vertical {
  flex-direction: column;
  height: 100%;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Layout-wrapper .component-Layout.horizontal {
  flex-direction: row;
  width: 100%;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Layout-wrapper .component-Layout.editMode {
  outline: 1px solid blue;
  box-sizing: border-box;
  margin: auto;
  width: 95%;
  height: 95%;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Layout-wrapper .component-Layout.editMode.selected {
  outline-color: red;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Layout-wrapper .component-Layout.centered {
  margin: auto 0;
  height: fit-content;
}

[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Photo-wrapper {
  display: flex;
  position: relative;
  box-sizing: content-box;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Photo-wrapper.editMode {
  flex-basis: 100%;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Photo-wrapper .component-Photo {
  position: relative;
  object-fit: cover;
  display: flex;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Photo-wrapper .component-Photo.editMode {
  margin: auto;
  box-sizing: content-box;
  height: 95%;
  width: 95%;
  min-width: 2em;
  min-height: 1em;
  outline: 1px solid blue;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Photo-wrapper .component-Photo.editMode.selected {
  outline-color: red;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Photo-wrapper .component-Photo .component-Photo-children-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper canvas.capture-photo-component {
  display: none;
}

[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Screen-wrapper {
  position: relative;
  display: flex;
  box-sizing: content-box;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Screen-wrapper.editMode {
  flex-basis: 100%;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Screen-wrapper .component-Screen {
  position: relative;
  width: 100%;
  display: flex;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Screen-wrapper .component-Screen.editMode {
  outline: 1px solid blue;
  box-sizing: content-box;
  width: 98%;
  height: 98%;
  margin: auto;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Screen-wrapper .component-Screen.vertical {
  flex-direction: column;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Screen-wrapper .component-Screen.horizontal {
  flex-direction: row;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Screen-wrapper .component-Screen.selected {
  outline-color: red;
}

[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Switch-wrapper {
  display: flex;
  position: relative;
  box-sizing: content-box;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Switch-wrapper.editMode {
  flex-basis: 100%;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Switch-wrapper .component-Switch {
  position: relative;
  display: flex;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Switch-wrapper .component-Switch .component-Switch-block.centered {
  display: block;
  text-align: center;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Switch-wrapper .component-Switch.editMode {
  margin: auto;
  box-sizing: content-box;
  height: 95%;
  width: 95%;
  min-width: 2em;
  min-height: 1em;
  outline: 1px solid blue;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-Switch-wrapper .component-Switch.editMode.selected {
  outline-color: red;
}

[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-TextView-wrapper {
  display: flex;
  position: relative;
  box-sizing: content-box;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-TextView-wrapper.editMode {
  flex-basis: 100%;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-TextView-wrapper .component-TextView {
  position: relative;
  display: flex;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-TextView-wrapper .component-TextView .component-TextView-text {
  display: flex;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-TextView-wrapper .component-TextView .component-TextView-text.centered {
  margin: auto;
  text-align: center;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-TextView-wrapper .component-TextView.editMode {
  margin: auto;
  box-sizing: content-box;
  height: 95%;
  width: 95%;
  min-width: 2em;
  min-height: 1em;
  outline: 1px solid blue;
}
[ng-controller=MobileCtrl] .mobile-screen-wrapper .component-TextView-wrapper .component-TextView.editMode.selected {
  outline-color: red;
}

.mobile-screen-wrapper-preview > .component-view {
  border: 1px solid gray;
  border-style: none none solid none;
}
.mobile-screen-wrapper-preview > .component-view:last-child {
  border: none;
}
.mobile-screen-wrapper-preview > .component-view:hover {
  background-color: lightblue;
}
.mobile-screen-wrapper-preview .component-view {
  cursor: pointer;
  display: flex;
  position: relative;
}

.mobile[ng-controller=MobileCtrl] {
  background-color: #f9f9f9;
  padding-left: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.mobile[ng-controller=MobileCtrl] .mobileScreenDropZone {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile[ng-controller=MobileCtrl].disableDropCursor .mobileScreenDropZone div div {
  cursor: not-allowed !important;
}
.mobile[ng-controller=MobileCtrl] table {
  border-spacing: 0;
  border-collapse: collapse;
}
.mobile[ng-controller=MobileCtrl] table td {
  padding: 0;
}
.mobile[ng-controller=MobileCtrl] .mobile-screen-component-wrapper-flex {
  display: flex;
  flex-basis: 30%;
  flex-direction: column;
}
.mobile[ng-controller=MobileCtrl] .mobile-screen-component-wrapper-flex .mobile-screen-component-wrapper {
  display: flex;
  flex: 4;
  position: relative;
}
.mobile[ng-controller=MobileCtrl] .mobile-screen-component-wrapper-flex .mobile-screen-component-wrapper:first-child, .mobile[ng-controller=MobileCtrl] .mobile-screen-component-wrapper-flex .mobile-screen-component-wrapper:last-child {
  flex: 1;
}
.mobile[ng-controller=MobileCtrl] .model_not_found {
  color: gray;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 1.25em;
  padding: 5px;
}
.mobile[ng-controller=MobileCtrl] [tree=modelTree], .mobile[ng-controller=MobileCtrl] [tree=models] {
  cursor: default;
  font-family: monospace;
  font-size: 0.75em;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
}
.mobile[ng-controller=MobileCtrl] [tree=modelTree] > *, .mobile[ng-controller=MobileCtrl] [tree=models] > * {
  display: inline-block;
  white-space: nowrap;
}
.mobile[ng-controller=MobileCtrl] [tree=modelTree]:hover, .mobile[ng-controller=MobileCtrl] [tree=models]:hover {
  background-color: #f0f0f0;
}
.mobile[ng-controller=MobileCtrl] [tree=modelTree] .tree, .mobile[ng-controller=MobileCtrl] [tree=models] .tree {
  display: flex;
}
.mobile[ng-controller=MobileCtrl] [tree=modelTree] .item, .mobile[ng-controller=MobileCtrl] [tree=models] .item {
  display: flex;
  white-space: nowrap;
  flex-grow: 1;
}
.mobile[ng-controller=MobileCtrl] [tree=modelTree] .item .realLabel, .mobile[ng-controller=MobileCtrl] [tree=models] .item .realLabel {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.mobile[ng-controller=MobileCtrl] [tree=modelTree] .item .realType, .mobile[ng-controller=MobileCtrl] [tree=models] .item .realType {
  color: gray;
  display: flex;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper {
  display: flex;
  flex-basis: 30%;
  flex-grow: 1;
  flex-direction: column;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper .mobile-screen-auth-user-wrapper {
  position: relative;
  display: flex;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper .mobile-screen-auth-user-wrapper > * {
  display: flex;
  flex-grow: 1;
  margin: 5px;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper .mobile-screen-wrapper {
  position: relative;
  overflow: auto;
  display: flex;
  flex-grow: 1;
  flex-basis: 50%;
  margin: 5px;
  border: 1px solid black;
  border-radius: 3px;
  background-color: white;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper .mobile-screen-wrapper.mobile-screen-wrapper-menu {
  flex-basis: 1.25em;
  max-height: 1.25em;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper .mobile-screen-wrapper.mobile-screen-wrapper-menu .item {
  display: flex;
  cursor: pointer;
  padding: 0 1em 0 1em;
  margin: auto;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper .mobile-screen-wrapper.mobile-screen-wrapper-menu .item:hover {
  background-color: lightgrey;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper .mobile-screen-wrapper .screen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper .mobile-screen-wrapper .screen .model-recycle-view-item {
  cursor: pointer;
  display: block;
  padding: 3px 5px;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper .mobile-screen-wrapper .screen .model-recycle-view-item:hover {
  background-color: lightblue;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper .mobile-screen-wrapper .screen .model-recycle-view-item:nth-child(even) {
  background-color: lightgrey;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper .mobile-screen-wrapper .screen .model-recycle-view-item:nth-child(even):hover {
  background-color: lightblue;
}
.mobile[ng-controller=MobileCtrl] .mobile-screens-cols-wrapper .mobile-screen-wrapper.mobile-screen-wrapper-preview {
  flex-direction: column;
}

.mobile[ng-controller=MobileCtrl] .component-props-wrapper {
  display: flex;
  flex-basis: 30%;
  position: relative;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props {
  position: absolute;
  overflow: auto;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  border: 1px solid gray;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .bold {
  font-weight: bold;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .sql-query-prop-element {
  width: 100%;
  border-color: transparent;
  background-color: transparent;
  outline-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .sql-query-prop-element:hover {
  color: blue;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .component-view-input {
  width: 100%;
  border-color: transparent;
  background-color: transparent;
  outline-width: 0;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .title {
  font-size: 1.25em;
  background-color: #fafafa;
  padding: 5px;
  text-align: center;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .description {
  font-size: 0.75em;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-style: solid none solid none;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .props-item {
  display: flex;
  flex-direction: row;
  font-size: 0.85em;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .props-item > * {
  border: 1px solid #f0f0f0;
  padding: 1px;
  border-style: none solid solid none;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .props-item .props-label, .mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .props-item .props-label-anchor {
  display: flex;
  flex-basis: 30%;
  font-weight: bold;
  min-width: 0;
  cursor: default;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .props-item .props-label .props-label-text, .mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .props-item .props-label-anchor .props-label-text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .props-item .props-label.props-label-anchor, .mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .props-item .props-label-anchor.props-label-anchor {
  flex-basis: 20%;
  text-align: right;
}
.mobile[ng-controller=MobileCtrl] .component-props-wrapper .component-props .props-item .props-value {
  cursor: default;
  display: flex;
  flex-basis: 70%;
  width: 70%;
}

.sqlEditWrapper {
  font-family: monospace, Monospaced, sans-serif;
  font-size: 0.75em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
}
.sqlEditWrapper .beforeQuery, .sqlEditWrapper .sqlQuery, .sqlEditWrapper .queryResult {
  background-color: white;
  display: flex;
  flex-direction: column;
  border: 1px solid gray;
  overflow: auto;
}
.sqlEditWrapper .beforeQuery .row, .sqlEditWrapper .sqlQuery .row, .sqlEditWrapper .queryResult .row {
  display: flex;
  flex-direction: row;
  border: 1px solid gray;
  border-style: none none solid none;
}
.sqlEditWrapper .beforeQuery .row:last-child, .sqlEditWrapper .sqlQuery .row:last-child, .sqlEditWrapper .queryResult .row:last-child {
  border: none;
}
.sqlEditWrapper .beforeQuery .row.label, .sqlEditWrapper .sqlQuery .row.label, .sqlEditWrapper .queryResult .row.label {
  text-align: center;
  background-color: blue;
  color: white;
  font-weight: bold;
  flex-direction: column;
}
.sqlEditWrapper .beforeQuery .row .col, .sqlEditWrapper .sqlQuery .row .col, .sqlEditWrapper .queryResult .row .col {
  display: flex;
  border: 1px solid gray;
  border-style: none solid none none;
  padding: 0 0.5em;
  flex-grow: 1;
  flex-shrink: 1;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sqlEditWrapper .beforeQuery .row .col:last-child, .sqlEditWrapper .sqlQuery .row .col:last-child, .sqlEditWrapper .queryResult .row .col:last-child {
  border-style: none;
}
.sqlEditWrapper .beforeQuery .row .col.header, .sqlEditWrapper .sqlQuery .row .col.header, .sqlEditWrapper .queryResult .row .col.header {
  background-color: #000087;
  color: white;
}
.sqlEditWrapper .beforeQuery {
  height: fit-content;
  margin: 0.5em;
  max-height: 8em;
  width: 99%;
}
.sqlEditWrapper .beforeQuery .row.selected {
  background-color: #cfcfff;
}
.sqlEditWrapper .beforeQuery .row:hover {
  background-color: #adadff;
}
.sqlEditWrapper .sqlQuery {
  flex-grow: 1;
  width: 98%;
  padding: 0.25% 0.5%;
  margin-bottom: 4px;
  border-color: #00b900;
}
.sqlEditWrapper .sqlQuery textarea {
  width: 100%;
  height: 100%;
  resize: none;
  outline: none;
  border: none;
}
.sqlEditWrapper .queryResult {
  flex-shrink: 1;
  width: 99%;
  height: 10em;
  margin-bottom: 4px;
  border-color: blue;
}
.sqlEditWrapper .queryResult .process {
  margin: auto;
  display: flex;
}

.moveUpload {
  width: 90%;
  margin-left: 5%;
}
.moveUpload .pane {
  font-size: 0.75em;
  background-color: #fafafa;
  display: inline-block;
  vertical-align: top;
  border: 1px solid gray;
  margin: 2px;
  width: 15%;
  overflow-y: auto;
}
.moveUpload .pane .item {
  cursor: pointer;
  border: 1px solid lightgray;
  border-style: solid none none none;
}
.moveUpload .pane .item:hover {
  background-color: lightgray;
}
.moveUpload .pane .item .name {
  font-weight: bolder;
}
.moveUpload .pane .item .classifier {
  color: blue;
  font-size: 0.75em;
}
.moveUpload .pane .item .date {
  font-size: 0.75em;
  color: gray;
}
.moveUpload .pane .item.selected {
  background-color: lightblue;
}
.moveUpload span.lockerTable {
  background-color: #ffffff;
  opacity: 0.95;
  bottom: 0;
  right: 0;
  position: fixed;
  top: 0;
  left: 0;
}
.moveUpload .lockerTable {
  position: fixed;
  top: 0;
  left: 0;
}
.moveUpload .lockerTable tr td {
  text-align: center;
}
.moveUpload .lockerTable tr td div.moveCnt {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f0f0;
  white-space: nowrap;
  padding: 10px;
}

.network {
  padding-left: 30px;
}
.network .list > div:last-child > div {
  border-bottom-style: solid;
}
.network .list > div > div {
  display: inline-block;
  border: 1px solid black;
  border-style: solid none none solid;
  padding: 0px 10px;
}
.network .list > div > div:last-child {
  border-right-style: solid;
}
.network .list > div > div.nid {
  text-align: right;
  width: 50px;
}
.network .list > div > div.network_name {
  width: 350px;
}
.network form {
  display: inline-block;
}
.network img.logo {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.operator {
  margin-left: 25px;
}
.operator .opacity_wrapper {
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
}
.operator .cities {
  position: fixed;
  z-index: 2;
  top: 10%;
  left: 30%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid black;
  padding: 10px;
}
.operator .cities .item {
  padding: 4px 10px;
  cursor: pointer;
  display: block;
}
.operator .cities .item:hover {
  background-color: #f0f0f0;
}
.operator .cities .close_cities {
  position: absolute;
  right: -1em;
  top: -1em;
  border: 1px solid black;
  background-color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 2em;
  text-align: center;
}
.operator .cities .close_cities:hover {
  color: red;
  cursor: pointer;
}
.operator table {
  margin-top: 10px;
  border: 1px solid black;
  border-style: solid none none solid;
}
.operator table tr td, .operator table tr th {
  padding: 2px 10px;
  border: 1px solid black;
  border-style: none solid solid none;
}
.operator table tr td:first-child, .operator table tr th:first-child {
  text-align: right;
}
.operator table tr td.status {
  text-align: center;
}
.operator table tr td.status label {
  display: block;
}
.operator table tr:hover td {
  cursor: pointer;
  background-color: #fafafa;
}

.operatorsConfirmRemove {
  margin-left: 50px;
}

.opReport {
  margin-left: 50px;
}
.opReport tr > th {
  padding: 0px 3px 0px 10px;
}
.opReport td {
  text-align: right;
  padding: 0px 3px 0px 10px;
}
.opReport td.first {
  color: green;
  font-weight: bold;
}
.opReport td.second {
  color: green;
}
.opReport td.bad {
  color: red;
}
.opReport td.super {
  color: blue;
}
.opReport td .no {
  opacity: 0.25;
}

.osmAuditor {
  position: relative;
}
.osmAuditor #osmMap {
  height: 100%;
  width: 100%;
  z-index: 10;
}
.osmAuditor .searchString {
  position: absolute;
  z-index: 20;
  left: 60px;
  top: 15px;
}
.osmAuditor .searchString input {
  border-radius: 5px;
  width: 256px;
}
.osmAuditor .searchString .loading {
  position: absolute;
  right: 7px;
  top: 5px;
}
.osmAuditor .searchStringResult {
  position: absolute;
  z-index: 20;
  left: 65px;
  top: 36px;
  width: 250px;
  border-radius: 5px;
  border: 1px solid white;
  box-shadow: 0 0 2px gray;
  background-color: white;
  max-height: 300px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.osmAuditor .searchStringResult .item {
  font-size: 0.85em;
  padding: 5px;
  cursor: pointer;
  border: 1px solid lightgrey;
  border-style: none none solid none;
}
.osmAuditor .searchStringResult .item:last-child {
  border: none;
}
.osmAuditor .searchStringResult .item:hover {
  background-color: #f0f0f0;
}
.osmAuditor .searchStringResult .item .housenumber {
  color: gray;
  padding-left: 5px;
}
.osmAuditor .searchStringResult .item .top {
  text-align: right;
  color: gray;
}
.osmAuditor .currentPositionButton {
  position: absolute;
  z-index: 20;
  right: 20px;
  bottom: 20px;
}
.osmAuditor .leaflet-tooltip:hover {
  background-color: #f0f0f0;
  cursor: pointer !important;
}
.osmAuditor .tooltip-info-wrapper .description .average {
  display: inline-block;
  vertical-align: middle;
}
.osmAuditor .tooltip-info-wrapper .description img {
  vertical-align: middle;
}
.osmAuditor .tooltip-info-wrapper .stateLine {
  white-space: nowrap;
  font-size: 0.85em;
}
.osmAuditor .tooltip-info-wrapper .stateLine .start {
  display: inline-block;
  margin-right: 6px;
}
.osmAuditor .tooltip-info-wrapper .stateLine .end {
  display: inline-block;
  margin-left: 6px;
}
.osmAuditor .tooltip-info-wrapper .sliderLine {
  background-color: green;
  width: 100%;
  height: 0.5em;
}
.osmAuditor .tooltip-info-wrapper .sliderLine .passed {
  background-color: red;
  height: 0.5em;
  width: 0%;
}

.overview-paginator {
  text-align: center;
}
.overview-paginator > div {
  display: inline-block;
  padding: 0 2px;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.overview-info {
  text-align: center;
}

.performance {
  margin-left: 50px;
  font-size: 0.83em;
  font-family: sans-serif;
  padding-top: 4px;
}
.performance .grays {
  color: #cccccc;
}
.performance form {
  display: none;
}
.performance button {
  font-size: 0.7em;
}
.performance .hide {
  display: none;
}
.performance .right {
  text-align: right;
  padding-right: 10px;
}
.performance .bolder {
  font-weight: bold;
}
.performance .box {
  border: 1px solid gray;
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.performance .box:hover {
  border-color: black;
}
.performance table {
  border: 1px solid gray;
  border-style: solid none none solid;
}
.performance table tr:hover td {
  background-color: lightgray;
}
.performance table tr.arhive {
  color: gray;
}
.performance table tr.arhive td {
  background-color: lightgray;
}
.performance table tr td, .performance table tr th {
  border: 1px solid gray;
  border-style: none solid solid none;
  padding: 0px 3px;
}
.performance table tr td.right_align, .performance table tr th.right_align {
  text-align: right;
}
.performance table tr td.smaller, .performance table tr th.smaller {
  width: 1px;
}
.performance .red {
  color: red;
}
.performance .blue {
  color: blue;
}
.performance .green {
  color: green;
  font-weight: bold;
}
.performance .err {
  color: white;
  background-color: red;
}
.performance table.inner {
  border: none;
}
.performance table.inner tr td {
  border: 1px solid gray;
  border-style: none solid solid none;
}
.performance table.inner > :first-child > :first-child td {
  border: none;
}
.performance .remainder {
  color: lightgray;
  font-weight: bold;
}
.performance .number {
  text-align: right;
}
.performance .procent:after {
  content: " %";
}
.performance .delete_broken {
  white-space: nowrap;
}
.performance .delete_broken > div {
  display: inline-block;
}
.performance .delete_broken .delete_button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 3px;
  border: 1px solid gray;
  color: red;
  width: 1em;
  text-align: center;
}
.performance .delete_broken .delete_button:hover {
  color: white;
  background-color: red;
  cursor: pointer;
}
.performance .classificator_link {
  text-decoration: none;
  color: black;
  cursor: pointer;
}
.performance .classificator_link:hover {
  color: blue;
}
.performance .pages {
  color: blue;
  padding-left: 1px;
  display: inline-block;
  cursor: pointer;
}
.performance .pages:hover {
  color: magenta;
}
.performance .pages.selected {
  color: red;
}
.performance .chunkUploadUri {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  justify-items: center;
  align-items: center;
  background-color: rgba(20, 20, 20, 0.75);
}
.performance .chunkUploadUri .chunkUploadUriClose {
  position: absolute;
  top: 25px;
  right: 25px;
  color: white;
  font-size: 3em;
  cursor: pointer;
}
.performance .chunkUploadUri .chunkUploadUriClose:hover {
  color: red;
}

.pretensionDirective {
  font-family: monospace;
  margin-left: 50px;
}
.pretensionDirective .audits, .pretensionDirective .products {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  overflow-y: auto;
}
.pretensionDirective .audits .item, .pretensionDirective .products .item {
  cursor: pointer;
}
.pretensionDirective .audits .item.selected, .pretensionDirective .products .item.selected {
  font-weight: bolder;
}
.pretensionDirective .audits .item:hover, .pretensionDirective .products .item:hover {
  background-color: #f0f0f0;
}
.pretensionDirective .audits .item:nth-child(even), .pretensionDirective .products .item:nth-child(even) {
  background-color: #f0f0ff;
}
.pretensionDirective .audits .item .item-small, .pretensionDirective .products .item .item-small {
  display: inline-block;
  font-size: 0.75em;
}

.pretensionForm .mode2claim {
  font-family: monospace;
  font-size: 1em;
}
.pretensionForm .mode2claim .images img {
  margin: 4px;
  max-height: 150px;
}
.pretensionForm .mode2claim textarea {
  width: 98%;
  resize: none;
  height: 3em;
}
.pretensionForm .mode2claim .pretension-log {
  width: 99%;
  height: 5em;
  font-size: 0.75em;
  border: 1px solid gray;
}
.pretensionForm .mode2claim .claim-log {
  font-size: 0.65em;
  padding: 2px;
  margin: 14px 2px 2px 2px;
  -moz-border-radius: 0px 7px 0px 7px;
  -webkit-border-radius: 0px 7px 0px 7px;
  border-radius: 0px 7px 0px 7px;
  color: #002200;
  position: relative;
}
.pretensionForm .mode2claim .claim-log:nth-child(even) {
  color: darkblue;
}
.pretensionForm .mode2claim .claim-log.is_client {
  margin-right: 25px;
  background-color: #fff0f0;
  border: 1px solid red;
}
.pretensionForm .mode2claim .claim-log.is_client .time {
  background-color: #fff0f0;
  position: absolute;
  left: -1px;
  top: -14px;
  border: 1px solid red;
  border-color: red red #fff0f0 red;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
  padding: 0px 20px;
  height: 12px;
}
.pretensionForm .mode2claim .claim-log.is_client .name {
  background-color: #fff0f0;
  position: absolute;
  left: -1px;
  top: -14px;
  border: 1px solid red;
  border-color: red red #fff0f0 red;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
  padding: 0px 20px;
  height: 12px;
  -moz-border-radius: 0px 0px 7px 7px;
  -webkit-border-radius: 0px 0px 7px 7px;
  border-radius: 0px 0px 7px 7px;
  border-color: #fff0f0 red red red;
  bottom: -14px;
  top: auto;
  left: auto;
  right: -1px;
}
.pretensionForm .mode2claim .claim-log:not(.is_client) {
  margin-left: 25px;
  background-color: #f0fff0;
  border: 1px solid green;
}
.pretensionForm .mode2claim .claim-log:not(.is_client) .time {
  background-color: #f0fff0;
  position: absolute;
  left: -1px;
  top: -14px;
  border: 1px solid green;
  border-color: green green #f0fff0 green;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
  padding: 0px 20px;
  height: 12px;
}
.pretensionForm .mode2claim .claim-log:not(.is_client) .name {
  background-color: #f0fff0;
  position: absolute;
  left: -1px;
  top: -14px;
  border: 1px solid green;
  border-color: green green #f0fff0 green;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
  padding: 0px 20px;
  height: 12px;
  -moz-border-radius: 0px 0px 7px 7px;
  -webkit-border-radius: 0px 0px 7px 7px;
  border-radius: 0px 0px 7px 7px;
  border-color: #f0fff0 green green green;
  bottom: -14px;
  top: auto;
  left: auto;
  right: -1px;
}
.pretensionForm .is-pretension {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pretensionForm .is-pretension label {
  cursor: pointer;
}
.pretensionForm .is-pretension label:hover {
  background-color: lightgray;
}
.pretensionForm .is-pretension label .pretension-yes {
  color: green;
}
.pretensionForm .is-pretension label .pretension-no {
  color: red;
}

.product2gen {
  font-size: 1.3em;
  font-family: monospace;
}
.product2gen .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  background-color: lightgray;
  z-index: 90;
}
.product2gen .wrapper-2 {
  z-index: 92;
  opacity: 0.1;
}
.product2gen .content-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 91;
}
.product2gen .content-wrapper .content {
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  border: 1px solid black;
  background-color: white;
  padding: 10px;
  position: relative;
}
.product2gen .content-wrapper .content .lock-form {
  transition: all 0.05s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product2gen .content-wrapper .content .lock-form.locked {
  background-color: white;
  opacity: 0.3;
  z-index: 10;
}
.product2gen .content-wrapper .content .items {
  cursor: pointer;
}
.product2gen .content-wrapper .content .items:hover {
  background-color: lightgray;
}
.product2gen .content-wrapper .content .items.one:before {
  content: "★";
  color: green;
}
.product2gen .content-wrapper .content .items.two:before {
  content: "✔";
  color: green;
}
.product2gen .content-wrapper .content .items.three:before {
  content: "✘";
  color: red;
}
.product2gen .content-wrapper .content .current_selected_word {
  position: absolute;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 2px;
  left: -10000px;
  margin-left: -1em;
  margin-top: -1em;
  opacity: 0.5;
}
.product2gen .content-wrapper .content .current_selected_word::before {
  content: "⋮";
}
.product2gen .content-wrapper .content .sentence {
  white-space: nowrap;
}
.product2gen .content-wrapper .content .sentence .word {
  margin-right: 0.5em;
  display: inline-block;
  border: 1px solid lightgray;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product2gen .content-wrapper .content .sentence .word:hover {
  background-color: #fafafa;
  cursor: pointer;
  border-color: black;
}
.product2gen .content-wrapper .content .sentence .word.temporary {
  background-color: yellow;
}
.product2gen .content-wrapper .content .item {
  white-space: nowrap;
}
.product2gen .content-wrapper .content .item.edit {
  color: blue;
  cursor: pointer;
}
.product2gen .content-wrapper .content .item.edit.required {
  color: red;
  font-weight: bold;
}
.product2gen .content-wrapper .content .val {
  border: 2px solid black;
  border-style: none none dashed none;
}
.product2gen .content-wrapper .content .val .word .delete {
  padding: 2px;
  color: red;
}
.product2gen .content-wrapper .content .val .word .delete:hover {
  font-weight: bold;
}
.product2gen .content-wrapper-2 {
  z-index: 93;
}
.product2gen .buttons {
  margin-top: 10px;
  width: 50%;
  display: inline-block;
}
.product2gen .buttons.rightButton {
  text-align: right;
}
.product2gen .weighted {
  cursor: pointer;
  font-weight: bold;
}
.product2gen .weighted.selectedYes {
  color: green;
}
.product2gen .weighted.selectedNo {
  color: red;
}
.product2gen .wordFilter {
  font-size: 2em;
}
.product2gen .listWords {
  border: 1px solid gray;
  margin-top: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow-y: auto;
  overflow-x: hidden;
}
.product2gen table.s-wrapper tr.red {
  background-color: #ffdddd;
}
.product2gen .smallerImage {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 1px;
  padding: 1px;
  border: 1px solid black;
  position: absolute;
}
.product2gen .bigImage {
  position: fixed;
  right: 5px;
  top: 5px;
  bottom: 5px;
  left: 60%;
  z-index: 90;
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
}
.product2gen .lock-this-product {
  color: green;
  padding-left: 10%;
}

.project {
  margin-left: 50px;
  font-family: monospace;
}
.project .product {
  margin-right: 10px;
}
.project .product input, .project .product select {
  font-family: monospace;
}
.project table.inProject {
  padding: 0px;
  margin: 0px;
}

.projectField {
  margin-left: 50px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.projectField .header {
  display: inline-flex;
  padding-top: 25px;
}
.projectField .header > * {
  margin: 0 5px;
  display: flex;
}
.projectField .projectFieldForm input[type=file] {
  width: 0;
  height: 0;
}
@keyframes line-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.projectField .progress {
  height: 3px;
  width: 128px;
  background-color: lightgrey;
  margin: 25px 0 2px 0;
}
.projectField .progress .line {
  height: 100%;
  background-color: grey;
  animation: line-animation 5s linear;
}
.projectField .queue {
  display: flex;
  font-family: monospace;
  flex-direction: column;
  border: 1px solid gray;
  border-style: solid none none solid;
  font-size: 0.75em;
}
.projectField .queue .row {
  display: flex;
}
.projectField .queue .row > * {
  padding: 2px 5px;
  border: 1px solid gray;
  border-style: none solid solid none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projectField .queue .row .row_id {
  width: 35px;
  text-align: right;
}
.projectField .queue .row .row_stamp {
  width: 102px;
  text-align: center;
}
.projectField .queue .row .row_project {
  width: 102px;
  text-align: center;
}
.projectField .queue .row .row_filename {
  width: 200px;
  cursor: pointer;
  color: blue;
}
.projectField .queue .row .row_filename:hover {
  color: darkblue;
  text-decoration: underline;
}
.projectField .queue .row .row_email {
  width: 45px;
  text-align: center;
}
.projectField .queue .row .row_messageresult {
  width: 250px;
}

.promo-class {
  margin-left: 50px;
}
.promo-class table tr td, .promo-class table tr th {
  padding: 0px 2px 0px 5px;
}
.promo-class table tr td div.title-overflow, .promo-class table tr th div.title-overflow {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promo-class table tr td.green, .promo-class table tr th.green {
  background-color: green;
}

.recognize {
  margin-left: 50px;
}
.recognize .photos_wrapper {
  width: 90%;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 173px;
}
.recognize .photos_wrapper .photos {
  display: inline-block;
  text-align: center;
  border: 4px solid transparent;
}
.recognize .photos_wrapper .photos.selected {
  border-color: red;
}
.recognize .photos_wrapper .photos:hover {
  border-color: blue;
}
.recognize .photos_wrapper .photos:hover.selected {
  border-color: red;
}
.recognize .photos_wrapper .photos .photo {
  display: block;
  height: 50px;
}
.recognize .mask_wrapper {
  height: 70%;
  width: 90%;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
}
.recognize .mask_wrapper .mask {
  height: 100%;
  display: inline-block;
}
.recognize .mask_wrapper .mask .mask_photo {
  height: 300px;
}

.report {
  padding-left: 20px;
  font-family: monospace;
}
.report table {
  border: 1px solid black;
  border-style: solid none none solid;
}
.report table tr.found td, .report table tr.found th {
  padding: 1px;
  border: 1px solid black;
  border-style: none solid solid none;
}
.report table tr.found td.selected:hover, .report table tr.found th.selected:hover {
  cursor: pointer;
  background-color: gray;
  color: white;
}
.report table tr.not_found {
  background-color: #fff0f0;
  color: lightgray;
  cursor: help;
}
.report table tr.not_found:hover {
  color: black;
}
.report table tr.not_found td {
  padding: 1px;
  border: 1px solid black;
  border-style: none solid solid none;
}
.report .confirm input {
  height: 2em;
  width: 2em;
}
.report .confirmed {
  background-color: #f0fff0;
}
.report .view_image {
  cursor: default;
  color: blue;
}
.report .view_image:hover {
  color: darkblue;
}
.report .delete_image {
  cursor: default;
  color: red;
}
.report .delete_image:hover {
  color: black;
}
.report .big_picture {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 50%;
  bottom: 10px;
  background: url() transparent top left no-repeat no-repeat;
  background-size: contain;
}
.report .promos {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background-color: white;
}
.report .promos_data {
  position: fixed;
  left: 40%;
  top: 10%;
  white-space: nowrap;
  border: 1px solid black;
  background-color: white;
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
}
.report .promos_data > div {
  padding: 4px 10px;
}
.report .promos_data > div:hover {
  cursor: pointer;
  background-color: lightgray;
}
.report .promos_close {
  position: absolute;
  right: -1.5em;
  top: -1.5em;
  color: red;
  height: 1em;
  border: 1px solid black;
  background-color: white;
}

.report2 {
  margin-left: 10%;
}

.reportAuditors {
  margin-left: 10%;
}

.reportOperators {
  margin-left: 10%;
}

.reportPhotos {
  font-family: monospace;
  font-size: 0.75em;
  margin-left: 50px;
}
.reportPhotos table {
  border: 1px solid black;
  border-style: solid none none solid;
}
.reportPhotos table tr td {
  padding: 1px;
  border: 1px solid black;
  border-style: none solid solid none;
}
.reportPhotos table tr td.number {
  text-align: right;
  padding-right: 5px;
}

.router {
  font-family: sans-serif;
  width: 100%;
  height: 100%;
}
.router .menu {
  z-index: 9999;
  position: fixed;
  background-color: white;
  padding: 10px 0px;
  top: 30px;
  left: 0px;
  width: 140px;
  border: 1px solid blue;
  margin-left: -2px;
  -moz-border-radius: 0px 7px 7px 0px;
  -webkit-border-radius: 0px 7px 7px 0px;
  border-radius: 0px 7px 7px 0px;
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  overflow-x: hidden;
  overflow-y: auto;
}
.router .menu .item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px 10px;
  cursor: pointer;
  color: #555;
}
.router .menu .item:hover {
  color: white;
  background-color: blue;
}
.router .menu .item.selected {
  font-weight: bold;
  color: black;
}
.router .menu .item.selected:hover {
  color: lightblue;
  background-color: blue;
}
.router .exit {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.25;
  background-color: white;
  border: 1px solid black;
}
.router .exit:hover {
  opacity: 1;
  color: red;
  cursor: pointer;
}

.rv2 {
  margin-left: 50px;
}
.rv2 table tr.green {
  background-color: lightgreen;
}
.rv2 table tr td {
  padding: 0px 10px;
}
.rv2 table tr td .link {
  cursor: pointer;
  color: blue;
}
.rv2 table tr td .link:hover {
  color: red;
}
.rv2 .mode {
  color: green;
}
.rv2 .mode input[type=checkbox]:checked {
  outline: 5px solid green;
}
.rv2 .currentViewImageWrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.rv2 .currentViewImageWrapper .symbol {
  position: absolute;
  color: green;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid red;
  background-color: white;
  opacity: 0.5;
}
.rv2 .currentViewImageWrapper .symbol:hover {
  opacity: 0.75;
}
.rv2 .cursor-no-drop {
  cursor: no-drop;
}
.rv2 .trainPriceImageWrapper {
  display: inline-block;
  vertical-align: top;
  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;
}
.rv2 .trainPriceImageWrapper .symbol {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  color: green;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid red;
  background-color: white;
  opacity: 0.65;
}
.rv2 .trainPriceImageWrapper .symbol.reference {
  border: 3px solid red;
  opacity: 0.85;
}
.rv2 .trainPriceImageWrapper .priceBox {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid blue;
  background-color: white;
  color: blue;
  text-align: center;
}

.rv2model {
  margin-left: 50px;
}
.rv2model .modelWrapper {
  position: relative;
}
.rv2model .modelWrapper .box {
  position: absolute;
  border: 1px solid red;
  color: green;
}

.rv2stage1 {
  position: relative;
  margin-left: 50px;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
}
.rv2stage1 .panelImg {
  position: relative;
  vertical-align: top;
  width: 45%;
  display: inline-block;
  overflow: hidden;
}
.rv2stage1 .panelImg table {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.rv2stage1 .panelImg table td:not(.wnd) {
  background-color: white;
  opacity: 0.9;
}
.rv2stage1 .panelImg table td.wnd {
  border: 1px solid red;
}
.rv2stage1 .panel {
  vertical-align: top;
  width: 45%;
  height: 100%;
  display: inline-block;
  overflow: scroll;
}
.rv2stage1 .panel table {
  padding-left: 5px;
}
.rv2stage1 .panel table .ref-image {
  width: 60px;
  height: 60px;
  background: center no-repeat;
  background-size: contain;
}
.rv2stage1 select {
  width: 200px;
}
.rv2stage1 input {
  width: 100px;
}

searchProduct > [ng-controller] {
  position: relative;
  padding-left: 40%;
}
searchProduct > [ng-controller] .small-text {
  font-size: 0.5em;
}
searchProduct > [ng-controller] .search-modal-wrapper {
  position: fixed;
  left: 0;
  top: 1.2em;
  bottom: 0;
  right: 0;
  background-color: white;
  opacity: 0.75;
  z-index: 9999;
}
searchProduct > [ng-controller] .search-modal {
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 10%;
  top: 1.2em;
  bottom: 20%;
  right: 20%;
  background-color: white;
  border: 1px solid black;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 10000;
  overflow: auto;
}
searchProduct > [ng-controller] .search-modal table {
  border: 1px solid black;
  border-style: solid none none none;
}
searchProduct > [ng-controller] .search-modal table tr:hover {
  cursor: pointer;
  background-color: lightblue;
}
searchProduct > [ng-controller] .search-modal table tr td {
  font-size: 0.65em;
  padding: 2px 10px;
  border: 1px solid black;
  border-style: none solid solid none;
}

.milkom-custom-box-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: gray;
  opacity: 0.65;
  z-index: 98;
}

.milkom-custom-box {
  border: 1px solid black;
  border-radius: 5px;
  max-height: 70%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: 99;
  background-color: white;
  width: 48%;
  top: 10%;
}
.milkom-custom-box .item-box {
  padding-left: 150px;
  min-height: 100px;
  white-space: normal !important;
  cursor: pointer;
  background: no-repeat left;
  background-size: contain;
  opacity: 0.5;
  border: 1px solid transparent;
}
.milkom-custom-box .item-box .name {
  color: black;
  font-weight: bolder;
  background-color: rgba(255, 255, 255, 0.6901960784);
}
.milkom-custom-box .item-box .description {
  color: black;
  background-color: rgba(255, 255, 255, 0.6901960784);
  font-size: 0.85em;
}
.milkom-custom-box .item-box:hover {
  opacity: 1;
  border-color: blue;
}
.milkom-custom-box .item-box.item-box-no-image {
  padding: 10px;
  min-height: auto;
}

.selectGroup-v2 {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
}
.selectGroup-v2 .images {
  position: relative;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  width: 50%;
}
@keyframes opacity-max {
  from {
    opacity: 0.15;
    bottom: -80px;
  }
  to {
    opacity: 0.85;
    bottom: 0;
  }
}
@keyframes opacity-min {
  from {
    opacity: 0.85;
    bottom: 0;
  }
  to {
    opacity: 0.15;
    bottom: -80px;
  }
}
.selectGroup-v2 .images:hover .image {
  background-size: contain;
}
.selectGroup-v2 .images:hover .thumbnail {
  opacity: 0.85;
  bottom: 0;
  animation: opacity-max 0.15s linear;
  z-index: 10;
}
.selectGroup-v2 .images:hover .thumbnail .img:hover {
  border-color: red;
  cursor: pointer;
}
.selectGroup-v2 .images .image {
  background: no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  /*
  .lwrapper {
      position: relative;
      display: flex;

      &:hover {
          .lupe {
              display: block;
          }
      }

      .lwrapper-event {
          position: absolute;
          cursor: none;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          z-index: 9;
      }

      .lupe {
          display: none;
          //cursor: none;
          z-index: 5;
          position: absolute;
          border-radius: 999px;
          border: 1px double gray;
          height: $lupeSize;
          width: $lupeSize;
          left: -200%;
          top: -200%;
          margin-left: -$lupeSize/2;
          margin-top: -$lupeSize/2;
          opacity: 0.95;
          background: white no-repeat;
      }
  }
  */
}
.selectGroup-v2 .images .imageFixed {
  display: grid;
  align-items: center;
  justify-items: center;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.selectGroup-v2 .images .imageFixed .imageFixedImage {
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  height: 50%;
  background-size: 250%;
}
.selectGroup-v2 .images .imageFixed .imageFixedImage .crosshair {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border: 3px solid black;
  border-radius: 999px;
  width: 100px;
  height: 100px;
  animation: showCrosshairAnimation 2s ease-in-out infinite;
}
@keyframes showCrosshairAnimation {
  0% {
    border-color: black;
  }
  50% {
    border-color: white;
  }
  100% {
    border-color: black;
  }
}
.selectGroup-v2 .images .thumbnail {
  opacity: 0.15;
  animation: opacity-min 0.15s linear;
  position: absolute;
  display: flex;
  bottom: -80px;
  left: 0;
  right: 0;
  height: 110px;
  width: 100%;
  justify-content: center;
}
.selectGroup-v2 .images .thumbnail .img {
  margin: 0 5px;
  width: 100px;
  height: 100px;
  border: 1px solid gray;
  display: flex;
  background: no-repeat center;
  background-size: cover;
}
.selectGroup-v2 .images .thumbnail .rotator {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.selectGroup-v2 .images .thumbnail .rotator .button {
  width: 25px;
  height: 25px;
  flex-grow: 1;
  background: white no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.selectGroup-v2 .images .thumbnail .rotator .button.r-left {
  background-image: url(/branding/img/90-pr.jpg);
}
.selectGroup-v2 .images .thumbnail .rotator .button.r-right {
  background-image: url(/branding/img/90-po.jpg);
}
.selectGroup-v2 .images .process {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 0.75em;
  background-color: lightgray;
  padding: 1px 5px;
  border-radius: 2px;
  z-index: 999;
}
.selectGroup-v2 .images .process > * {
  width: 100%;
  text-align: right;
}
.selectGroup-v2 .images .process .ready {
  color: green;
}
.selectGroup-v2 .images .process .loading {
  color: gray;
}
.selectGroup-v2 .images .process .loading img {
  width: 10px;
  height: 10px;
}
.selectGroup-v2 .edit-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  overflow: auto;
  width: 50%;
}
.selectGroup-v2 .edit-wrapper .buttons {
  padding-top: 10px;
  display: flex;
  justify-content: space-evenly;
}
.selectGroup-v2 .edit-wrapper .buttons > div {
  padding: 20px;
  cursor: pointer;
  border: 1px solid gray;
  border-radius: 4px;
  display: flex;
}
.selectGroup-v2 .edit-wrapper .buttons > div:hover {
  background-color: #fafafa;
}
.selectGroup-v2 .edit-wrapper .buttons .broken {
  color: red;
}
.selectGroup-v2 .edit-wrapper .buttons .confirm {
  color: green;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp {
  display: flex;
  width: 100%;
  position: relative;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper {
  display: flex;
  width: 100%;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.header > * {
  display: flex;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.header label {
  flex-basis: 100%;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.header label select {
  width: 100%;
  font-family: calibri, monospace;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper > * {
  display: flex;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Label {
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.TextEdit, .selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.TextView, .selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.CustomSelect, .selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Tree, .selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Checkbox {
  flex-direction: column;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.TextEdit .label, .selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.TextView .label, .selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.CustomSelect .label, .selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Tree .label, .selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Checkbox .label {
  padding-left: 10px;
  font-family: calibri, monospace;
  color: gray;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Checkbox .label {
  color: red;
  font-weight: bold;
  cursor: pointer;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Checkbox .label:hover {
  color: darkred;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.TextView .readOnlyView {
  border: 1px solid lightgray;
  margin: 0 25px;
  padding: 2px 5px;
  font-family: calibri, monospace;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Tree .readOnlyView, .selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Tree .tree-view {
  border: 1px solid lightgray;
  margin: 0 25px;
  padding: 2px 5px;
  font-family: calibri, monospace;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Tree .readOnlyView .classifier_tree_item, .selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Tree .tree-view .classifier_tree_item {
  width: auto;
  display: inline-block;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Tree .readOnlyView .classifier_tree_item .numbered, .selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Tree .tree-view .classifier_tree_item .numbered {
  color: blue;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Tree .readOnlyView.tree-view, .selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.Tree .tree-view.tree-view {
  border: 1px solid black;
  cursor: pointer;
  display: block;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.CustomSelect {
  position: relative;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.CustomSelect .readOnlyView {
  cursor: pointer;
  border: 1px solid gray;
  margin: 0 25px;
  padding: 2px 5px;
  height: 1.25em;
  font-family: calibri, monospace;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper.CustomSelect .custom-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 128px;
}
.selectGroup-v2 .edit-wrapper .form-item-weapper-grp .form-item-wrapper .fieldIsRequiredColor {
  color: #ff6767 !important;
}
.selectGroup-v2 .history-wrapper {
  margin-top: 30px;
}
.selectGroup-v2 .history-wrapper .history {
  margin: 3px;
  border: 1px solid gray;
  font-size: 0.7em;
  padding: 3px;
}

.select-group-v2-sphinx-search {
  position: relative;
  display: flex;
  width: 100%;
  font-family: calibri, monospace;
  font-size: 0.9em;
}
.select-group-v2-sphinx-search .rowWrapper {
  display: flex;
  width: 100%;
}
.select-group-v2-sphinx-search .rowWrapper textarea {
  display: flex;
  font-family: calibri, monospace;
  resize: none;
  margin: 0 5px 0 25px;
  height: 1.25em;
  flex-grow: 1;
}
.select-group-v2-sphinx-search .rowWrapper .extendButtons {
  display: flex;
  margin: 0 10px 0 0;
  white-space: nowrap;
  color: #929292;
}
.select-group-v2-sphinx-search .rowWrapper .extendButtons > div {
  border-radius: 3px;
  border: 1px solid #ff7f7f;
  color: #ff7f7f;
  padding: 1px 4px;
  margin: 0 2px;
  display: inline-block;
  cursor: pointer;
  background-color: white;
  width: 100px;
  text-align: center;
}
.select-group-v2-sphinx-search .rowWrapper .extendButtons > div.selected {
  color: red;
  border-color: red;
  font-weight: bolder;
}
.select-group-v2-sphinx-search .rowWrapper .extendButtons > div:hover {
  border-color: red;
  box-shadow: 0px 0px 3px red;
}
.select-group-v2-sphinx-search .searchResult {
  position: absolute;
  left: 5px;
  right: 6px;
  max-height: 192px;
  background-color: white;
  border: 1px solid gray;
  border-radius: 3px;
  z-index: 42;
  box-shadow: 1px 1px 1px gray;
  overflow-x: hidden;
  overflow-y: auto;
}
.select-group-v2-sphinx-search .searchResult .item {
  display: block;
  padding: 2px 4px;
  cursor: pointer;
  border: 1px none gray;
}
.select-group-v2-sphinx-search .searchResult .item.trustedSource {
  background-color: #e5ffe5 !important;
}
.select-group-v2-sphinx-search .searchResult .item.trustedSource:hover {
  background-color: #b7ffb7 !important;
}
.select-group-v2-sphinx-search .searchResult .item:not(:last-child) {
  border-style: none none solid none;
}
.select-group-v2-sphinx-search .searchResult .item:hover {
  background-color: #f0f0f0;
}
.select-group-v2-sphinx-search .searchResult .item:nth-child(even) {
  background-color: #f9f9f9;
}
.select-group-v2-sphinx-search .searchResult .item:nth-child(even):hover {
  background-color: #f0f0f0;
}
.select-group-v2-sphinx-search .searchResult .item .inline-item {
  display: inline;
}
.select-group-v2-sphinx-search .searchResult .item .inline-item:not(:last-child):after {
  content: ", ";
}
.select-group-v2-sphinx-search .searchResult .item .inline-item .red {
  color: red;
}

.ct_v2_wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 25%);
}
.ct_v2_wrapper .col {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
.ct_v2_wrapper .col .item {
  cursor: pointer;
}
.ct_v2_wrapper .col .item:nth-child(even) {
  background-color: #eaeaea;
}
.ct_v2_wrapper .col .item:hover {
  background-color: lightgrey;
}
.ct_v2_wrapper .col .item.selected {
  font-weight: bold;
  color: blue;
}

.selectGroup .list-product-in-classifier-tree .wrapper-background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0.65;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content {
  background-color: white;
  border: 1px solid black;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
}

.overflow_hidden {
  overflow: hidden;
}

.milkom-box {
  border: 1px solid black;
  border-radius: 5px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  z-index: 99;
  background-color: white;
  width: 98%;
  top: 0;
}
.milkom-box .item-box {
  padding-left: 150px;
  min-height: 100px;
  white-space: normal !important;
  cursor: pointer;
  background: no-repeat left;
  background-size: contain;
  opacity: 0.5;
}
.milkom-box .item-box .name {
  color: black;
  font-weight: bolder;
  background-color: rgba(255, 255, 255, 0.6901960784);
}
.milkom-box .item-box .description {
  color: black;
  background-color: rgba(255, 255, 255, 0.6901960784);
  font-size: 0.85em;
}
.milkom-box .item-box:hover {
  opacity: 1;
}

.miratorg .panel-v {
  overflow-x: scroll;
  width: 70%;
  display: inline-block;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.miratorg .panel-v .imgs {
  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;
  display: inline-block;
  background: white center center no-repeat;
  margin-left: 5px;
}
.miratorg .panel-v .imgs .locker {
  position: absolute;
  z-index: 20;
  background: rgba(255, 255, 255, 0.01);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.miratorg .panel {
  width: 30%;
  overflow: auto;
  display: inline-block;
  vertical-align: top;
}
.miratorg .panel .miratorg_cl {
  cursor: pointer;
  color: gray;
}
.miratorg .panel .miratorg_cl:hover {
  color: black;
}
.miratorg .panel .miratorg_cl.selected {
  color: red;
}
.miratorg .mode {
  position: absolute;
  font-size: 0.75em;
  font-weight: bold;
  right: 0;
  bottom: 0;
  text-align: center;
}
.miratorg .mode .facing {
  color: green;
}
.miratorg .mode .sku {
  color: red;
}
.miratorg .zoom {
  position: absolute;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  height: 150px;
  width: 150px;
  border: 2px solid white;
  background: no-repeat center;
  overflow: hidden;
  transform: scale(2);
  z-index: 30;
}
.miratorg .zoom img {
  position: absolute;
}
.miratorg .miratorg_view {
  position: absolute;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid red;
  background-color: white;
  overflow: hidden;
  height: 25px;
  width: 25px;
  opacity: 0.85;
  font-size: 0.5em;
  font-weight: bold;
  z-index: 25;
}
.miratorg .miratorg_view.lower {
  opacity: 0.2;
}
.miratorg .miratorg_view:hover {
  opacity: 1;
}
.miratorg .miratorg_view.facing {
  border-color: green;
}
.miratorg .miratorg_view.sku {
  border-color: red;
}

.other-photos {
  position: absolute;
  background-color: transparent;
}
.other-photos .preview-other-list .preview-icon {
  opacity: 0.75;
  border: 1px solid black;
  margin: 1px 0px 0px 1px;
  width: 40px;
  height: 40px;
  background: white no-repeat center;
  background-size: cover;
  color: green;
}
.other-photos .preview-other-list .preview-icon.yellow {
  border: 2px solid yellow;
  color: yellow;
}
.other-photos .preview-other-list .preview-icon.yellow.red {
  border: 3px solid red;
  color: red;
}

.preview-other-big {
  background-color: red;
  left: 5%;
  top: 5%;
  background: transparent no-repeat center;
  background-size: contain;
  position: fixed;
}
.preview-other-big .text {
  color: white;
  background-color: black;
  padding: 10px;
}

.already1ProductUsedAudit {
  text-decoration: line-through;
}

.alreadyProductUsedAuditMessage {
  color: gray;
  display: inline-block;
  color: white;
  background-color: green;
  margin-left: 1em;
}

.selectGroup {
  margin-left: 50px;
}
.selectGroup .anketa_type {
  font-weight: bolder;
  color: blue;
  text-align: center;
}
.selectGroup .anketa_status {
  font-weight: bolder;
  color: red;
  font-size: 1.2em;
  text-align: center;
}
.selectGroup .big_photo {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white center center no-repeat no-repeat;
  background-size: contain;
  z-index: 1000;
}
.selectGroup .current_audit, .selectGroup .current-city {
  max-width: 250px;
}
.selectGroup .classifier-list {
  color: gray;
}
.selectGroup .classifier-list .item {
  display: inline-block;
}
.selectGroup .classifier-list .item.barcodes {
  color: black;
}
.selectGroup .classifier-list .item.upload {
  color: black;
  font-weight: bold;
}
.selectGroup .classifier-list .item.edit {
  cursor: pointer;
  color: red;
}
.selectGroup .classifier-list .item.edit:hover {
  color: blue;
}
.selectGroup .category_tree {
  padding-left: 1em;
  color: blue;
}
.selectGroup .category_tree .scat {
  padding-left: 1em;
  font-weight: bold;
  color: red;
  cursor: pointer;
}
.selectGroup .category_tree .scat.confirm_ok {
  color: #dc00ff;
}
.selectGroup .category_tree .scat.confirm_ok.confirmed {
  color: green;
}
.selectGroup .category_tree .scat .label {
  display: inline-block;
}
.selectGroup .category_tree .scat .data {
  display: inline-block;
  font-weight: normal;
}
.selectGroup .category_tree .scat:hover {
  background-color: red;
  color: white;
}
.selectGroup .list-classifier tr {
  cursor: pointer;
}
.selectGroup .list-classifier tr td, .selectGroup .list-classifier tr th {
  padding: 0px 5px 0px 10px;
}
.selectGroup .list-classifier tr td.sel:hover, .selectGroup .list-classifier tr th.sel:hover {
  color: white !important;
  background-color: black !important;
}
.selectGroup .list-classifier tr td.right, .selectGroup .list-classifier tr th.right {
  text-align: right;
}
.selectGroup .list-classifier tr td.small, .selectGroup .list-classifier tr th.small {
  width: 1em;
}
.selectGroup .list-classifier tr:nth-child(odd) {
  background-color: #eaeaea;
}
.selectGroup .list-classifier tr:nth-child(odd) td:nth-child(even) {
  background-color: #e0e0e0;
}
.selectGroup .list-classifier tr:nth-child(odd):hover {
  background-color: #f0f0f0;
}
.selectGroup .list-classifier tr:nth-child(odd):hover td:nth-child(even) {
  background-color: #e0e0e0;
}
.selectGroup .list-classifier tr:nth-child(even) td:nth-child(even) {
  background-color: #eaeaea;
}
.selectGroup .list-classifier tr:nth-child(even):hover {
  background-color: #fafafa;
}
.selectGroup .list-classifier tr:nth-child(even):hover td:nth-child(even) {
  background-color: #efefef;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content {
  white-space: nowrap;
  overflow: hidden;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .items-list {
  vertical-align: top;
  overflow-x: hidden;
  width: 10%;
  text-overflow: ellipsis;
  overflow-y: auto;
  height: 100%;
  display: inline-block;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .items-list .item {
  cursor: pointer;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .items-list .item.select {
  background-color: blue;
  color: white;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .items-list .item.confirm {
  color: green;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .items-list .item.broken {
  color: red;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .items-list .item.super {
  color: #9797ff;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .items-list .item:hover {
  font-weight: bold;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit {
  height: 100%;
  width: 89%;
  display: inline-block;
  white-space: nowrap;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit > div {
  white-space: normal;
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: top;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params {
  border: 1px solid lightgray;
  border-style: none solid none none;
  overflow-y: auto;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .inline.item {
  white-space: normal;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .inline.item .label, .selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .inline.item .value {
  display: inline;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item {
  position: relative;
  white-space: nowrap;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item.whiteSpaceNormal {
  white-space: normal;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item.req {
  font-size: 0.85em;
  color: red;
  text-align: center;
  white-space: normal;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item.selector:hover {
  background-color: gray;
  color: white;
  cursor: pointer;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item .label {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  display: inline-block;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item .label.barcode-name-server-query {
  width: auto;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item .label.barcode-name-server-query > div {
  display: inline;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item .label.barcode-name-server-query label {
  background-color: red;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item .label.barcode-name-server-query label:hover {
  background-color: #ff2d28;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item .value {
  width: 45%;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item .value > * {
  vertical-align: top;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item .value textarea {
  width: 210%;
  height: 3em;
  resize: none;
  display: block;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item .value.hist {
  width: 95%;
  border: 1px solid gray;
  font-size: 0.65em;
  overflow-x: hidden;
  overflow-y: auto;
  height: 5em;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .params .item:nth-child(odd) {
  background-color: #f0f0f0;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images {
  white-space: normal;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image {
  position: relative;
  width: 47%;
  height: 47%;
  margin: 1%;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image .other-photos {
  position: absolute;
  background-color: transparent;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image .other-photos .preview-other-list .preview-icon {
  opacity: 0.75;
  border: 1px solid black;
  margin: 1px 0px 0px 1px;
  width: 40px;
  height: 40px;
  background: white no-repeat center;
  background-size: cover;
  color: green;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image .other-photos .preview-other-list .preview-icon.yellow {
  border: 2px solid yellow;
  color: yellow;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image .other-photos .preview-other-list .preview-icon.yellow.red {
  border: 3px solid red;
  color: red;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image .preview-other-big {
  background-color: red;
  left: 5%;
  top: 5%;
  background: transparent no-repeat center;
  background-size: contain;
  position: fixed;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image .preview-other-big .text {
  color: white;
  background-color: black;
  padding: 10px;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image img {
  z-index: -1;
  position: absolute;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image select {
  position: absolute;
  z-index: 10;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image.fourPhotos {
  width: 30%;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image .rotor {
  position: absolute;
  vertical-align: top;
  bottom: 0;
  right: 0;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image .rotor > div {
  width: 20px;
  height: 20px;
  background: white center center no-repeat no-repeat;
  background-size: contain;
  display: inline-block;
  padding: 1px;
  border: 1px solid gray;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 14px 1px white;
  -moz-box-shadow: 3px 3px 14px 1px white;
  box-shadow: 3px 3px 14px 1px white;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image .rotor > div:hover {
  border-color: black;
  cursor: pointer;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image .rotor .left {
  background-image: url(/branding/img/90-pr.jpg);
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image .rotor .flip {
  background-image: url(/branding/img/180.jpg);
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image .rotor .right {
  background-image: url(/branding/img/90-po.jpg);
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image.list_buttons {
  vertical-align: top;
  margin-top: 3em;
  background-color: white;
  text-align: center;
}
.selectGroup .list-product-in-classifier-tree .wrapper-content .posit .images .image.list_buttons button {
  font-size: 1.5em;
}
.selectGroup .list_box {
  position: fixed;
  top: 5%;
  bottom: 5%;
  left: 15%;
  right: 15%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid black;
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  background-color: white;
  overflow: hidden;
}
.selectGroup .list_box .list {
  padding-left: 10px;
  height: 65%;
  overflow: auto;
}
.selectGroup .list_box .list > div {
  cursor: pointer;
}
.selectGroup .list_box .list > div:hover {
  background-color: gray;
  color: white;
}
.selectGroup .list_box .filter input {
  font-size: 2em;
  width: 80%;
}
.selectGroup .list_box .filter button {
  font-size: 2em;
}
.selectGroup .list_box_background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background-color: white;
}
.selectGroup .gray {
  color: gray;
}
.selectGroup .currentCategorySelector {
  overflow: hidden;
  white-space: nowrap;
}
.selectGroup .currentCategorySelector .items {
  height: 100%;
  overflow-y: auto;
  display: inline-block;
  width: 25%;
  vertical-align: top;
  overflow-x: hidden;
}
.selectGroup .currentCategorySelector .items .item {
  white-space: normal;
  padding: 0px 10px;
  cursor: pointer;
}
.selectGroup .currentCategorySelector .items .item:hover {
  color: blue;
}
.selectGroup .currentCategorySelector .items .item:nth-child(odd) {
  background-color: #f0f0f0;
}
.selectGroup .currentCategorySelector .items .item.select {
  color: red;
}
.selectGroup .currentCategorySelect {
  cursor: pointer;
}
.selectGroup .currentCategorySelect:hover {
  background-color: lightgray;
}
.selectGroup .photos_viewer {
  color: blue;
  font-weight: bolder;
  cursor: pointer;
}
.selectGroup .photos_viewer:hover {
  color: red;
}
.selectGroup .surveySku {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.6);
  display: grid;
  justify-content: center;
  align-content: center;
}
.selectGroup .surveySku .close {
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid red;
  background-color: red;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.selectGroup .surveySku .surveySkuContent {
  padding: 24px;
  width: 500px;
  height: 300px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gray;
}
.selectGroup .surveySku .surveySkuContent input {
  width: 100%;
}
.selectGroup .surveyPhotos {
  position: fixed;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid black;
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  background-color: white;
  overflow: hidden;
  white-space: nowrap;
}
.selectGroup .surveyPhotos > * {
  vertical-align: top;
  display: inline-block;
}
.selectGroup .surveyPhotos .close {
  position: absolute;
  right: 0px;
  top: 0px;
  border: 2px solid red;
  background-color: red;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.selectGroup .surveyPhotos .viewerPhoto {
  width: 90%;
  height: 100%;
  background: white no-repeat no-repeat;
  position: relative;
}
.selectGroup .surveyPhotos .viewerPhoto .marker {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.75;
  background: url(/branding/img/founder.gif) center center no-repeat no-repeat;
  background-size: contain;
}
.selectGroup .surveyPhotos .viewerPhoto .marker.this_marker {
  background-image: url(/branding/img/founder_this.gif);
}
.selectGroup .surveyPhotos .viewerList {
  width: 10%;
  height: 100%;
  overflow-y: scroll;
}
.selectGroup .surveyPhotos .viewerList .viewerItem {
  display: block;
  margin-bottom: 1px;
  width: 100%;
}
.selectGroup form[name=uploadPhoto] {
  display: none;
}
.selectGroup .red_barcode {
  background-color: #ffaaaa;
}
.selectGroup .averageCostError {
  background-color: red !important;
  color: white !important;
}
.selectGroup barcode-name-server-query {
  font-family: monospace, Monospaced, sans-serif;
  width: 95%;
  position: relative;
  left: 2.5%;
  display: block;
}
.selectGroup barcode-name-server-query .barcodeNameServerQueryModal {
  position: absolute;
  border: 2px solid black;
  border-radius: 5px;
  color: black;
  background-color: white;
  width: 95%;
  z-index: 1;
  top: -2px;
}
.selectGroup barcode-name-server-query .barcodeNameServerQueryModal .lastMessage {
  font-size: 0.75em;
  color: blue;
}
.selectGroup barcode-name-server-query .bnsqItems {
  font-size: 0.75em;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.selectGroup barcode-name-server-query .bnsqItems .bnsqItem {
  padding: 3px;
  white-space: normal;
  border: 1px solid gray;
  border-style: none none solid none;
  cursor: pointer;
}
.selectGroup barcode-name-server-query .bnsqItems .bnsqItem:hover {
  background-color: #aaeeaa;
}
.selectGroup barcode-name-server-query .bnsqItems .bnsqItem:nth-child(even) {
  background-color: #fafafa;
}
.selectGroup barcode-name-server-query .bnsqItems .bnsqItem:nth-child(even):hover {
  background-color: #aaeeaa;
}
.selectGroup barcode-name-server-query .bnsqItems .bnsqItem .barcode, .selectGroup barcode-name-server-query .bnsqItems .bnsqItem .name {
  display: inline;
}
.selectGroup barcode-name-server-query .bnsqItems .bnsqItem .barcode {
  color: gray;
  margin-right: 1em;
}
.selectGroup barcode-name-server-query .bnsqItems .bnsqItem.priority1 {
  color: red;
  font-weight: bold;
}
.selectGroup barcode-name-server-query .bnsqItems .bnsqItem.priority2 {
  color: red;
}
.selectGroup barcode-name-server-query .bnsqItems .bnsqItem.priority3 {
  color: maroon;
}
.selectGroup .brandByBarcodeItem {
  display: inline-block;
  border: 1px solid gray;
  padding: 1px 3px;
  margin: 1px 3px;
  border-radius: 3px;
  font-size: 0.85em;
  cursor: pointer;
  white-space: normal;
}
.selectGroup .brandByBarcodeItem:hover {
  background-color: lightgrey;
}
.selectGroup .brandByBarcodeItem.priority1 {
  color: red;
  border-color: red;
  font-weight: bold;
}
.selectGroup .brandByBarcodeItem.priority2 {
  color: red;
}
@keyframes bigPhotoSOPAnimate {
  0% {
    background-color: red;
  }
  10% {
    background-color: blue;
  }
  20% {
    background-color: green;
  }
  30% {
    background-color: magenta;
  }
  40% {
    background-color: cyan;
  }
  50% {
    background-color: black;
  }
  60% {
    background-color: cyan;
  }
  70% {
    background-color: magenta;
  }
  80% {
    background-color: green;
  }
  90% {
    background-color: blue;
  }
  100% {
    background-color: red;
  }
}
.selectGroup .bigPhotoSOPWrapper {
  vertical-align: top;
}
.selectGroup .bigPhotoSOPWrapper img {
  height: 100%;
  width: 100%;
}
.selectGroup .bigPhotoSOPWrapper .bigPhotoSOP {
  display: none;
  opacity: 0.75;
  animation: bigPhotoSOPAnimate 2s linear infinite;
  width: 10px;
  height: 10px;
  margin: -2px 0px 0px -8px;
  position: absolute;
  border-radius: 100px;
  border: 2px solid white;
  background-color: blue;
}
.selectGroup .headerLabel {
  font-family: monospace;
  color: red;
  font-size: 0.75em;
  text-align: center;
}
.selectGroup .hiddenBlock {
  display: none;
}

.imageFixed {
  top: 100px;
  width: 300px;
  height: 250px;
  display: grid;
  align-items: center;
  justify-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  background-repeat: no-repeat;
  border: 3px solid black;
}
.imageFixed .crosshair {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border: 3px solid black;
  border-radius: 999px;
  width: 50px;
  height: 50px;
  animation: showCrosshairAnimation 2s ease-in-out infinite;
}
@keyframes showCrosshairAnimation {
  0% {
    border-color: black;
  }
  50% {
    border-color: white;
  }
  100% {
    border-color: black;
  }
}

.showOverview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.smartView {
  display: grid;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}

.images img {
  height: 100px;
  margin: 3px;
}

.bigImageOverview {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.summaryReport {
  margin-left: 50px;
}
.summaryReport table {
  border: 1px solid lightgray;
  border-style: solid none none solid;
}
.summaryReport table tr td {
  border: 1px solid lightgray;
  border-style: none solid solid none;
}
.summaryReport table tr td div.item {
  display: inline-block;
}
.summaryReport table tr td.summary {
  text-align: right;
  padding-right: 2px;
}
.summaryReport table tr td.summary.red {
  background-color: #ffdcdc;
  color: red;
}
.summaryReport table tr td.summary.yellow {
  background-color: yellow;
}
.summaryReport table tr td.summary.green {
  background-color: #82ff82;
  color: green;
}
.summaryReport table tr td.summary.gray {
  background-color: gray;
}
.summaryReport table tr td.summary.black {
  background-color: black;
  color: white;
}

.total {
  margin-left: 100px;
}
.total table td, .total table th {
  padding: 0px 10px;
}
.total .item {
  background-color: #ffc5c5;
}
.total .item .days {
  text-align: right;
  padding-right: 2em;
}
.total .item .num {
  text-align: right;
  padding-right: 0.5em;
}
.total .item.ok {
  background-color: #00ff00;
}

.vpr {
  font-family: monospace;
  font-size: 0.85em;
  margin-left: 50px;
}
.vpr > div {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow-y: auto;
}
.vpr .panel {
  width: 10%;
  border: 1px solid gray;
  border-style: none solid none none;
}
.vpr .panel.wide_panel {
  width: 58%;
}
.vpr .panel .item {
  cursor: pointer;
  width: 200px;
  white-space: normal;
}
.vpr .panel .item:hover {
  background-color: #f0f0f0;
}
.vpr .panel .item.selected {
  font-weight: bolder;
}
.vpr .cost {
  text-align: right;
  background-color: #aaffaa;
}
.vpr .red {
  background-color: #ffaaaa;
}
.vpr .change {
  cursor: pointer;
}
.vpr .change:hover {
  background-color: lightgray;
}
.vpr .chunk_text {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vpr .modal_show_image {
  position: fixed;
  left: 0;
  top: 0;
}

calendar {
  display: block;
}
calendar.errorFinish input {
  color: white;
  background-color: red;
}
calendar .showing-calendar {
  display: inline-block;
  border: 1px solid lightgray;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px;
  padding: 5px;
}
calendar .year > div, calendar .month > div {
  display: inline-block;
}
calendar .year .cnt, calendar .month .cnt {
  min-width: 100px;
  text-align: center;
}
calendar .year .left, calendar .year .right, calendar .month .left, calendar .month .right {
  border: 1px solid lightgray;
  margin: 0px 5px 0px 5px;
  min-width: 1em;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
calendar .year .left:hover, calendar .year .right:hover, calendar .month .left:hover, calendar .month .right:hover {
  cursor: pointer;
  background-color: lightgray;
}
calendar .cld .week .day {
  display: inline-block;
  width: 1.8em;
  padding: 0 0.1em;
  text-align: right;
  color: lightgray;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid white;
}
calendar .cld .week .day.current_month {
  color: black;
  cursor: pointer;
}
calendar .cld .week .day.current_month:hover {
  background-color: lightgray;
}
calendar .cld .week .day.selected {
  background-color: red;
  color: white;
}
calendar .cld .week .day.current {
  border-color: gray;
  font-weight: bold;
}
calendar .wrapper_hour {
  border: 1px solid lightgray;
  border-style: solid none none none;
}
calendar .wrapper_hour .hours {
  overflow-y: hidden;
  width: 240px;
  display: inline-block;
  font-size: 0.65em;
}
calendar .wrapper_hour .hours .h_label {
  display: inline-block;
}
calendar .wrapper_hour .hours .hour {
  display: inline-block;
  width: 1.4em;
  text-align: right;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px 2px;
}
calendar .wrapper_hour .hours .hour:hover {
  background-color: lightgray;
}
calendar .wrapper_hour .hours .hour.selected {
  color: white;
  background-color: red;
}

.center-window-directive-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  background-color: lightgray;
  z-index: 9999;
}

.center-window-directive-content-wrapper {
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.center-window-directive-content-wrapper .center-window-directive-content {
  background-color: white;
  padding: 0;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.75);
  border: 1px solid black;
  position: relative;
}
.center-window-directive-content-wrapper .center-window-directive-content > div {
  overflow: auto;
}
.center-window-directive-content-wrapper .center-window-directive-content .wrapper {
  max-height: 100%;
  overflow: auto;
}

.center-window-directive-content-wrapper {
  display: flex;
  margin: auto;
}
.center-window-directive-content-wrapper > div {
  display: flex;
  margin: auto;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: monospace;
}
html .core_loader, body .core_loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  background-color: white;
  z-index: 9999999;
}
html .core_loader table, body .core_loader table {
  width: 100%;
  height: 100%;
}
html .core_loader table tr td, body .core_loader table tr td {
  text-align: center;
}
html #map, body #map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.tree {
  font-family: monotype;
  display: inline-block;
  white-space: nowrap;
}
.tree > div {
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  vertical-align: middle;
}
.tree > div img {
  height: 1.2em;
  width: 1.2em;
}