html, body {
    height: 100%;
}

.dashboardViewport {
    background: url(/assets/img/background.svg) right bottom !important;
}

.dashboardViewport:after {
    content: "";
    display: block;
    position: fixed;
    bottom: 68px;
    right: 40px;
    width: 216px;
    height: 97px;
    background: url(/assets/img/logo-white.svg) no-repeat;
}

.initial_loading_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.initial_loading_box_block {
    padding: 2px;
    border:1px solid #99bce8;
    width: auto;
    margin: auto;
    height: 30px;
    background: #ddf3ff;
    font: normal 11px tahoma, arial, verdana, sans-serif;
    -webkit-box-sizing: border-box;
}

.initial_loading_box_block .inner {
    background: white url(/assets/img/loading-indicator.gif) 5px no-repeat;
    padding: 4px 4px 4px 27px;
    border:1px solid #99bce8;
}

.cssload-loader {
    position: relative;
    left: calc(50% - 84px);
    top: calc(50% - 84px);
    width: 168px;
    height: 168px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 2100px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 8px solid rgb(43,160,199);
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 8px solid rgb(43,160,199);
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 8px solid rgb(43,160,199);
}

.disconnect-msg {
    top: 30px !important;
}

.disconnect-msg .x-mask-msg-inner .x-mask-msg-text {
    background-image: url("/assets/img/loading-indicator.gif");
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.x-grid-item .x-gridrowcolor-gold .x-grid-cell {
    background-color: #F0E68C !important;
}

.x-grid-item-selected .x-gridrowcolor-gold .x-grid-cell {
    background-color: #FFDF00 !important;
}

.x-grid-item .x-gridrowcolor-grey .x-grid-cell {
    background-color: #DCDCDC !important;
}

.x-grid-item-selected .x-gridrowcolor-grey .x-grid-cell {
    background-color: #C0C0C0 !important;
}

.x-grid-item .x-gridrowcolor-limited .x-grid-cell {
    background-color: #FFF0F5 !important;
}

.x-grid-item-selected .x-gridrowcolor-limited .x-grid-cell {
    background-color: #FFE4E1 !important;
}

.ux-comboboxadd-add-item {
    height: 20px;
    line-height: 20px;
    padding-left: 4px;
    font-weight: bold;
    cursor: pointer;
}

.ux-comboboxadd-add-item:hover {
    background: lightgray;
}

.x-conversation {
    padding: 10px;
    font-size: 12px;
}

.x-conversation .item {
    margin: 0 0 10px 0;
    padding: 10px;
    height: auto;
    overflow: hidden;
}

.x-conversation .item .item-author {
    font-weight: bold;
}

.x-conversation .item .item-text {
    margin-top: 5px;
    color: #000000;
    text-align: left;
    float: none;
    width: auto;
    overflow: hidden;
}

.x-conversation .item .item-date {
    float: right;
    font-size: 10px;
    color: #bcbcbc;
    width: 100px;
    text-align: right;
}

.x-conversation .item.side-admin {
    background: #fcfbe3;
}

.x-conversation .item.side-bidder {
    background: #f7f7f7;
}

.x-conversation .item.side-tenderer {
    background: #FFFFFF;
}

.multiline-row .x-grid-cell-inner {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    display: block;
}

.x-toast {
    z-index: 999999 !important;
}

.displayfield-error .x-form-display-field {
    color:red;
}

.row-master-invitation, .row-lightgray {
    background: lightgray;
}

.row-duplicated {
    background: lightpink !important;
}

.not-my-card{
    color: grey;
}

.red-color {
    color: red !important;
}

/* TODO OP-1696 for Safari 11 bugfix */
.x-fieldset-header-default > .x-fieldset-header-text {
    position: static;
}

.icon-excel-16 {
    background: url(../../resources/images/icons/excel.png) no-repeat !important;
    background-size: 16px;
}

.icon-pdf-16 {
    background: url(../../resources/images/icons/icon-pdf-blue-16.png) no-repeat !important;
    background-size: 16px;
}

.icon-csv-16 {
    background: url(../../resources/images/icons/export-csv.png) no-repeat !important;
    background-size: 16px;
}

.icon-archive {
    background: url('../../resources/images/icons/icon-archive.png');
    background-size: 16px;
    height: 16px !important;
    width: 16px !important;
}

.icon-link {
    background: url('../../resources/images/icons/icon-link.png');
    background-size: 16px;
    height: 16px !important;
    width: 16px !important;
}

.icon-template {
    background: url('../../resources/images/icons/edit_zone_templates.png');
    background-size: 16px;
    height: 16px !important;
    width: 16px !important;
}

.icon-eye-black {
    background: url('../../resources/images/icons/eye-black.png') no-repeat center;
    background-size: 16px;
    height: 16px !important;
    width: 16px !important;
}

.icon-eye-grey {
    background: url('../../resources/images/icons/eye-grey.png') no-repeat center;
    background-size: 16px;
    height: 16px !important;
    width: 16px !important;
}

.icon-linked-in {
    background: url('../../resources/images/icons/icons8-linkedin-24.png') no-repeat center;
    background-size: 16px;
}

.icon-apple-id {
    background: url('../../resources/images/icons/icons-apple-24.png') no-repeat center;
    background-size: 16px;
}

.icon-edit {
    background: url('../../resources/images/icons/edit.png') no-repeat center;
    background-size: 16px;
    height: 16px !important;
    width: 16px !important;
}

.icon-edit-grey {
    background: url('../../resources/images/icons/edit-grey.png') no-repeat center;
    background-size: 16px;
    height: 16px !important;
    width: 16px !important;
}

.icon-status-error {
    background: url('../../resources/images/icons/exclm.png') no-repeat center;
    background-size: 16px;
    height: 16px !important;
    width: 16px !important;
}

.icon-status-success {
    background: url('../../resources/images/icons/select_16.png') no-repeat center;
    background-size: 16px;
    height: 16px !important;
    width: 16px !important;
}

.x-togglefield-on .x-slider:before {
    background-color: cornflowerblue;
}

.bold-text .x-form-display-field-default, .bold-text .x-form-display-field-toolbar {
    font-weight: bold;
}

.x-slider {
    cursor: pointer;
}

.x-slider-thumb {
    cursor: default;
}

.x-slider-horz:before {
    height: 10px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -5px;
}

.x-slider:before {
    border: 1px solid #d0d0d0;
    content: '';
    position: absolute;
    border-radius: 2px;
    background-color: #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.x-slider-horz .x-slider-inner {
    background-image: none !important;
}

.toggle-label .x-form-display-field-default {
    margin-top: 7px;
}

.display-field-tooltip-label .x-form-display-field-default, .tooltip-box-label {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    cursor: help;
}

.tooltip-label span span {
    border-bottom: 1px dotted #333;
    cursor: help;
}

.box-notify-users .x-form-cb-label-toolbar {
    margin-top: 3px;
    cursor: help;
}

.column-with-tooltip .x-column-header-text-inner{
    display: inline;
    margin: 0;
    border-bottom: 1px dotted #333;
    cursor: help;
    line-height: 14px;
}

.border-none {
    border: none !important;
}

.file-trigger-block .x-form-trigger {
    display: block !important;
}

.span-link {
    color: #0000FF;
    cursor: pointer;
    text-decoration: underline;
}

.mask-field .x-form-field, .mask-body-field .x-form-item-body {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
}

.mask-el {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
}

.placeholder-box {
    text-align: center;
    margin-top: 15px;
}

.details-panel-inner-top .x-autocontainer-innerCt {
    position: absolute;
    top: -8px;
}

.tooltip-box-label-help .x-form-cb-label {
    cursor: help;
}

.product-image {
    width: 400px;
    height: 400px;
    object-fit: contain;
    position: relative;
    /*cursor: zoom-in !important;*/
}

.product-preview {
    width: 600px;
    height: 600px;
    object-fit: contain;
    position: relative;
}

.x-grid-item .x-h2o .x-grid-cell,
.x-grid-item .x-h2o .x-grid-cell .highlight {
    background-color: #82d1fe;
}

.x-grid-item .x-disabled-cell .x-grid-cell,
.x-grid-item .x-disabled-cell .x-grid-cell .highlight {
    background-color: #dedede;
}

.highlight-text-field {
    background-color: lavender;
}

.highlight-text-field .x-form-display-field-default {
    text-align: center;
}

.center-text-field .x-form-display-field-default {
    text-align: center;
}

.box-highlight-bar {
    border: 1px solid #b5b8c8;
    background-color: #e6e3e3;
    border-radius: 8px;
}

.bold-center-label .x-form-item-label-inner {
    text-align: center;
    font-weight: bold;
}

.bold-left-label .x-form-item-label-inner {
    text-align: left;
    font-weight: bold;
}

.grid-spot-manual-row {
    background-color: lightyellow;
}

.progressbar-title-display-text .x-form-display-field-default {
    font-size: 18px;
}

.indicative-img {
    position: absolute;
    top: 2px;
    height: 14px;
    margin-left: 7px;
}

.cell-clock-img-22 {
    height: 22px;
    margin-top: 4px;
}

.cell-clock-img-14 {
    height: 14px;
    margin-left: 5px;
}

.cell-clock-img-14-without-text {
    height: 14px;
    width: 13px;
    margin-left: 15px;
}

.invite-editor .ql-snow .ql-editor img {
    height: 20px;
    margin-bottom: -5px;
    margin-left: 1px;
    margin-right: 1px;
}

.fieldset-bold .x-fieldset-header-text {
    font-weight: bold !important;
}

.q-editor-focus-enter {
    border: solid 1px #7eadd9 !important;
}

.td-without-text-base .x-grid-cell-inner {
    min-height: 20px;
}

.blink-red {
    animation: blink 1s infinite;
    color: red;
}
.assay_port_title_default{
    display: none;
}
.assay_port_title_default:first-of-type {
    display: block;
}
.assay_port_title_custom{
    display:block;
}
.assay_port_title_custom ~ .assay_port_title_custom{
    display: none;
}

.underlined-label{
    border-bottom: 1px dotted #333;
}

.incoterms-add-icon {
    padding: 2px 10px;
    margin: 5px;
}

.x-form-clear-trigger {
    background-image: url('../../resources/images/form/clear-trigger.gif') !important;
}

@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}
