﻿/* here you can put your own css to customize and override the theme */

/* angular ng-cloak style */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.nav li a {
    padding:3px 5px !important;
}

.lds-dual-ring {
    display: inline-block;
    width: 32px;
    height: 32px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 30px;
        height: 30px;
        margin: 0px;
        border-radius: 50%;
        border: 5px solid #000;
        border-color: #646464 transparent #646464 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.loading-blanker {
    background-color: white;
    filter: alpha(opacity=70); /* IE */
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity: 0.70; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: wait;
    text-align: center;
    padding: 20px;
}

.document-search-result {
    background: #e8e8ef;
    margin-top: 5px;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

    .document-search-result:hover {
        background: #eaeaea;
    }

    .document-search-result h3 {
        display: inline;
    }

    .document-search-result small {
        float: right;
        color: #d3d3d3;
    }

    .document-search-result file-name {
        color: grey;
    }

.document-tag-container {
    padding-top: 5px;
    overflow-x: auto;
    overflow-y: hidden;
}

.document-tag {
    margin-right: 3px;
}

.document-workflow-actions {
    float: right;
    position: relative;
    bottom: 20px;
}

.document-details-popup {
    padding: 5px;
}

    .document-details-popup h3 {
        margin-top: 10px;
    }

    .document-details-popup h4 {
        display: inline;
    }

    .document-details-popup small {
        float: right;
        color: #d3d3d3;
    }

    .document-details-popup .editable-textarea {
        width: 100%;
    }

        .document-details-popup .editable-textarea .editable-controls {
            width: 100%;
        }

    .document-details-popup .editable-buttons {
        display: block;
    }

    .document-details-popup .compliance-results-list {
        display: block;
        height: 250px;
        overflow-y: scroll;
    }

    .compliance-result {
        padding-bottom: 8px;
    }

    .document-details-popup .download-link {
        float: right;
    }

    .document-details-popup .delete-link {
        color: #cd5c5c;
        font-style: italic;
        font-size: smaller;
    }

.document-ingest-column {
    vertical-align: top;
}

    .document-ingest-column .clear-queue {
        padding-top: 18px;
        float: left;
    }

        .document-ingest-column .clear-queue a {
            color: #646464;
        }

    .document-ingest-column h3 {
        text-align: center;
    }

    .document-ingest-column.queued {
        background-color: #eaeaea;
    }

    .document-ingest-column.processing {
        background-color: #eaeaea;
    }

    .document-ingest-column.complete {
        background-color: #d3d3d3;
    }

.ingest-item {
    height: 90px;
    min-width: 80px;
    border: 1px solid #646464;
    padding: 12px 0px 0px 0px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
    .ingest-item .duplicate-icon {
        position: absolute;
        right: 8px;
    }

    .ingest-item .ingest-ref {
        display: none;
    }

    .ingest-item:hover .ingest-ref {
        display: block;
    }

    .ingest-item .ingest-ref {
        position: absolute;
        top: 0;
        left: 0;
        font-size: smaller;
    }

    .ingest-item .ingest-time {
        display: none;
    }

    .ingest-item:hover .ingest-time {
        display: block;
    }

    .ingest-item .ingest-time {
        position: absolute;
        top: 0;
        right: 0;
        font-size: smaller;
    }

    .ingest-item i {
        font-size: 24px;
    }

    .ingest-item.archive {
        height: 60px;
        cursor: pointer;
    }

    .ingest-item.complete {
        height: 90px;
        cursor: pointer;
    }

.ingest-step {
    min-height: 230px;
}

.ingest-arrow {
    position: absolute;
    left: -15px;
    top: 100px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #555555;
}

.no-jobs {
    text-align: center;
    padding: 50px;
}

.suggestion-list {
    height: 250px;
    overflow-y: scroll;
}

.upload-heading {
    padding-bottom: 8px;
}

.upload-filename {
    width: 38%;
}

.upload-addeddate {
    float: right;
    font-size: smaller;
}

.upload-unrecogniseddocs {
    font-weight: bold;
    font-size: smaller;
}
.upload-unrecogniseddocs:hover {
    text-decoration: none;
}

.upload-archivecontents {
    position: absolute;
    font-size: smaller;
    left: 40%;
}

.upload-documentoptions {
    float: right;
}

.document-page-container {
    background-color: darkgrey;
    padding: 20px;
}

.field-container {
    position: relative;
}

.field-display {
    position:absolute;
}

.field-highlight {
    position:absolute;
    background-color:red;
    opacity: 0.2;
}

.result-meta-overlay{
    position:absolute;
    right:40px;
    bottom:40px;
    background-color:white;
    padding:5px;
    max-width: 500px
}

.vertical-align {
    display: flex;
    align-items: center;
}

.dashboard-number {
    font-size: calc(28px + (34 - 28) * ((100vw - 300px) / (1600 - 300)));
}

.dashboard-number-small {
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
}

.dashboard-description {
    font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.dashboard-icon {
    font-size: calc(52px + (80 - 52) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(52px + (80 - 52) * ((100vw - 300px) / (1600 - 300)));
}

.dashboard-icon-small {
    font-size: calc(28px + (34 - 28) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(28px + (34 - 28) * ((100vw - 300px) / (1600 - 300)));
}

ng-map {
    width: 100%;
}

.gm-style-iw img {
    display: none !important;
}

.chart-container {
    width: 100%;
    height: 300px;
    font-family: Helvetica, Sans-serif;
}

.expiry-chart {
    width: 100%;
    height: 100%;
}

.data-point-label {
    font-size: 16px;
}

.img-50pc {
    transform-origin: 0 0;
  -webkit-transform: scale(0.5); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.5); /* FF3.5+ */
      -ms-transform: scale(0.5); /* IE9 */
       -o-transform: scale(0.5); /* Opera 10.5+ */
          transform: scale(0.5);
             /* IE6–IE9 */
             filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}

.disabled-user {
    background-color: #f5f5f5;
}

.user-table, .logs-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

    .user-table th, .user-table td {
        min-width: 150px;
        padding: 10px;
    }

    .user-table th {
        text-align: center;
    }

    .user-table .center-cell {
        text-align: center;
    }

    .user-table .btn {
        font-size: 13px;
    }

.account-dropdown {
    background: transparent;
    border: none;
    text-decoration: underline;
    color: #0d638f;
}

    .account-dropdown i {
        margin-right: 5px;
    }

.manage-users-actions {
    margin-top: 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 10px;
}

.admin-accounts-save-btn {
    margin-right: 15px;
}

.manage-users-details {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
}

.manage-users-create-container {
    margin-top: 20px;
}

.current-user-empty-cell {
    padding: 25px !important;
}

.logging-search-container {
    padding-right: 0;
    margin-bottom: 15px;
}

.logging-table-actions {
    padding: 20px 10px;
    margin-left: 0;
    margin-right: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.logging-table-notification {
    margin-top: 20px;
}

.logging-header {
    margin-bottom: 20px;
}

.manage-users-search {
    width: 50%;
    display: inline;
    margin-left: 10px;
}

.manage-users-checkbox {
    margin-left: 10px;
}

.manage-users-submit {
    float: right;
    margin-right: 10px;
}

.account-date-input {
    max-width: 200px;
    display: inline;
}

.account-compliance-block {
    margin-bottom: 20px;
}

.account-disabled-block {
    margin-bottom: 30px;
}

.character-counter {
    clear: left;
    margin-left: 27%;
    padding-top: 5px;
}

.hide-text {
    display: none;
}

.red-text {
    display: normal;
    color: red;
}

.w3-light-grey {
    color: #000 !important;
    background-color: #f1f1f1 !important;
    margin: 30px;
}

.w3-green {
    transition: 1.5s ease;
    color: #fff !important;
    background-color: #4CAF50 !important;
    height: 24px;
}

.results-test-list {
    display: block;
    overflow-y: scroll;
    max-height: 900px;
}

.deleted-calculator,
.deleted-calculator-outcome {
    font-style: italic;
    opacity: 0.75;
}