﻿/* Place all IE specific nonsense here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .loadingindicator {
        display: none;
        position: fixed !important;
        top: 3px;
        z-index: 999;
        margin-left: -30px;
        margin-right: -30px;
        left: 0 !important;
        right: 0 !important;
    }
}

body {
    min-width: 1100px;
}

.config-lineitem {
    max-width: 950px;
}

.config-toolbar {
}

.config-lineitem-group {
}

input.form-control {
    border-radius: 0px !important;
}

.info-header {
    background-color: #f3f3f3;
    color: #8e9297 !important;
    cursor: pointer;
    font-weight: 600;
    padding: 6px;
    margin: 0.5rem 1rem;
    font-size: 0.9rem;
}

.info-text {
    display: none;
    margin: 0.5rem 1rem;
    padding: 6px;
    background-color: #f3f3f3;
    border: 1px solid #e8e8e8;
    color: #585858;
}

.info-pnl {
    background-color: #FFF;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-group .btn {
    border: 1px solid #a1a1a1;
}

.btn-group .btn-primary {
    border: 0px !important;
}

.dropdown-menu {
    border-radius: 0px !important;
}

.loadingindicator {
    display: none;
    position: sticky;
    top: 3px;
    z-index: 999;
    margin-left: -30px;
    margin-right: -30px;
}

.loadinglineleft {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: rgb(226, 63, 46);
    animation: rightanimation 1.5s infinite;
    z-index: 999;
}

.loadinglineright {
    position: absolute;
    bottom: 0;
    left: 100%;
    height: 3px;
    background-color: rgb(226, 63, 46);
    animation: leftanimation 1.5s infinite;
    z-index: 999;
}

.dropdown-item, .dropdown-divider {
    border-left: 1px solid rgb(212, 212, 212) !important;
}

    .dropdown-item.active svg, .dropdown-item:active svg {
        color: #e8e8e8 !important;
    }

    .dropdown-item.active i, .dropdown-item:active i {
        color: #e8e8e8 !important;
    }

.dropdown-alignment {
    line-height: 24px;
    margin-top: 2px;
}


@keyframes rightanimation {
    0% {
        left: 0%;
        width: 0%;
    }

    50% {
        left: 0%;
        width: 51%;
    }

    100% {
        left: 50%;
        width: 0%;
    }
}

@keyframes leftanimation {
    0% {
        left: 100%;
        width: 0%;
    }

    50% {
        left: 49%;
        width: 51%;
    }

    100% {
        left: 50%;
        width: 0%;
    }
}


.busy {
    cursor: progress !important;
    pointer-events: none !important;
}

input.busy {
    background-color: #e8e8e8;
}


.btn {
    cursor: pointer;
}

.btnx {
    border-radius: 0 !important;
    display: inline-block;
}

.config-lineitem {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.lbl {
    font-weight: 600;
    color: #333;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.val {
    font-style: italic;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cp1-model-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(36, 36, 36, 0.72);
    z-index: 10000;
}

.cp1-model {
    position: fixed;
    top: 15%;
    left: calc(50% - 400px);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    z-index: 1000;
    width: 800px;
}

.cp1-model-title {
    line-height: 40px;
    background-color: rgb(227, 227, 227);
    padding-left: 5px;
}

.cp1-model-title-icon {
    margin-right: 15px;
    margin-left: 15px;
}

.cp1-model-title-close {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.cp1-model-content {
    padding: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(244, 244, 244);
    min-height: 300px;
    overflow-y: scroll;
}

.sitemap .fa-ellipsis-h {
    color: #bebebe;
}

.sitemap i {
}


.sitemap a {
    font-size: smaller;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
}

.sitemap span {
    margin-top: -1px;
}

.fancytextbox {
    min-width: 650px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px solid rgba(184, 184, 184, 0.45);
    margin-top: 5px;
    margin-bottom: 5px;
}



    .fancytextbox:focus {
        border: 1px solid rgb(167, 167, 167);
    }

.disabled {
    pointer-events: none;
    background-color: #ebebeb;
}

.disabled.monaco-sash {
    background-color: initial !important;
}

#active-profile-div {
    border: 1px solid #d6d6d6;
    text-align: center;
    padding: 8px 5px;
    background-color: #ebebeb;
    font-weight: 500;
    color: #787b7e;
    border-bottom: 1px solid #d1d1d1;
    font-family: "Helvetica", Arial, sans-serif;
    margin-top: 15px;
}

#message-contents {
    overflow-y: auto;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 1.1rem;
    color: #616161;
    width: calc(100% - 40px);
    border: 1px solid #dee2e6;
    margin: 20px;
    background-color: #FFF;
    padding: 10px;
    border-radius: 0.25rem;
}

#short-message {
    max-width: calc(100% - 300px);
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.system-notification {
    color: #787b7e;
    background-color: #ebebeb;
    border: 2px solid #d6d6d6;
    border-radius: 0;
}

.system-notification-warning {
    border-color: #ffc10761!important;
}

.system-notification-info {
    border-color: #17a2b857!important;
}

.system-notification-danger {
    border-color: #dc35454d!important;
}

.dashboard-tile {
    width: 300px;
    height: 150px;
    padding: 10px;
    border: 1px solid #c3c3c3;
    cursor: pointer;
    background-color: #f1f1f1;
    transition: background-color 100ms linear, border-color 100ms linear;
}

    .dashboard-tile:hover {
        background-color: rgba(38, 157, 255, 0.20);
        border-color: #269dff;
    }


.dashboard-tile-title {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    padding-left: 10px;
}

.dashboard-icon {
    font-size: 35px;
}

.dashboard-title {
    font-weight: 500;
}


.dashboard-count {
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
}


.dashboard-description {
    font-size: x-small;
}

.dashboard-row-title {
    font-size: 23px;
    font-weight: 600;
    border-bottom: 1px solid rgba(50, 50, 50, 0.25);
    padding-bottom: 5px;
}

.form-control:focus {
    outline-width: 0 !important;
    box-shadow: none !important;
}

.search-text-box {
    padding-left: 0px;
    padding-right: 20px;
    width: 100%;
    line-height: 40px;
    height: 45px;
    background-color: #eeeeee;
    color: #333;
    display: inline-block;
}

    .search-text-box input {
        border: none;
        background-color: rgba(255, 255, 255, 0.00);
        padding-left: 10px;
        width: calc(100% - 90px);
        height: 100%;
    }

        .search-text-box input:focus {
            box-shadow: none !important;
            border: none !important;
            outline-width: 0;
        }

    .search-text-box i {
        color: rgb(226, 63, 46);
        height: 45px;
        line-height: 45px;
        padding-left: 5px;
        padding-right: 5px;
        transition: background-color 1s;
    }

        .search-text-box i:hover {
            background-color: rgb(191, 191, 191);
        }

    .search-text-box img {
    }

    .search-text-box i {
        cursor: pointer;
    }

.fa-file-pdf {
    color: #bd3232;
}


.text-color-excel {
    color: #217346
}

.text-color-word {
    color: #2b579a
}

.search-pnl {
    z-index: 9998;
    width: calc(100% - 25px);
    position: absolute;
    top: 53px;
    transition: display 1s;
}

.search-pnl-row {
}

.blur {
    z-index: 9997;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.75);
    transition: visibility 0.7s linear;
}

.between-icon {
    background-image: url('../img/between.png');
    background-repeat: no-repeat;
    background-position: center center;
}





.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        height: 3.125rem;
        padding: .75rem;
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: .25rem;
            padding-bottom: .25rem;
            font-size: 12px;
            color: #777;
        }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}


.dropdown-menu {
    line-height: 24px !important;
}




.slideInView {
    display: block !important;
    animation: slideIn 1s forwards;
}

.slideOutView {
    animation: slideOut 10s forwards;
}


@keyframes slideOut {
    to {
        left: 100%;
    }

    from {
        left: 0px;
    }
}

@keyframes slideIn {
    from {
        left: calc(100% * -1);
    }

    to {
        left: 0px;
    }
}

.checkbox label {
    cursor: pointer;
    font-size: 1rem;
    color: #363636;
}

    .checkbox label:after,
    .radio label:after {
        content: '';
        display: table;
        clear: both;
    }

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    margin-top: 2px;
    background-color: #FFF;
    transition: border-color ease-in-out 0.15s;
}

    .checkbox .cr:hover,
    .radio .cr:hover {
        border-color: #7fbdff;
    }

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

/* Dashboard Config */

.dashboard-item > .cp1-dashboard-chart, .dashboard-item > .cp1-dashboard-tile, .dashboard-item > .cp1-dashboard-header {
    cursor: grab;
    transition: border-color .25s ease-in-out;
}

    .dashboard-item > .cp1-dashboard-chart:hover, .dashboard-item > .cp1-dashboard-tile:hover, .dashboard-item > .cp1-dashboard-header:hover {
        border-color: #b03532;
    }

    .dashboard-item > .cp1-dashboard-chart:active:hover, .dashboard-item > .cp1-dashboard-tile:active:hover, .dashboard-item > .cp1-dashboard-header:active:hover {
        cursor: grabbing;
    }

.cp1-dashboard-chart {
    position: relative;
    height: 250px;
    text-align: center;
    background-color: #f5f6f7;
    border: 1px solid #d6d6d6;
}

.cp1-dashboard-chart-placeholder {
    position: absolute;
    bottom: -5%;
    left: 38%;
    font-size: 9rem;
    color: #d6d6d6;
}

.cp1-dashboard-header {
    position: relative;
    height: 50px;
    background-color: #ebebeb;
    line-height: 50px;
    font-size: 1.7rem;
    letter-spacing: -0.4px;
    color: #787b7e;
    font-family: "Helvetica", Arial, sans-serif;
    border-radius: 0.25rem;
    padding-left:  25px;
    border: 1px solid #d6d6d6;
}

.cp1-dashboard-tile {
    position: relative;
    height: 250px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #d6d6d6;
}

a.cp1-dashboard-tile {
    transition: border-color .25s ease-in-out;
}

    a.cp1-dashboard-tile:hover {
        border-color: #e45142;
    }

.has-new-items {
    position: absolute;
    top: -15px;
    right: -12px;
    font-size: 1.5rem;
}
    
.cp1-tile-header {
    padding: 8px 5px;
    background-color: #ebebeb;
    font-weight: 500;
    color: #787b7e;
    border-bottom: 1px solid #d1d1d1;
    font-family: "Helvetica", Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .cp1-tile-header > i {
        font-size: 2rem;
        margin-left: 15px;
    }

    .cp1-tile-header > span {
        font-size: 1.3rem;
        margin-right: 5px;
    }

.cp1-tile-body {
    color: #505052;
    font-size: 5rem;
    margin-top: 5px;
    font-family: Trebuchet MS, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cp1-dashboard-placeholder {
    background-color: rgba(228, 81, 66, 0.11);
    min-height: 50px;
    margin-top: 1rem;
    margin-left: 1rem;
}

.cp1-dashboard-header > .cp1-dashboard-config-container {
    bottom: 0;
    height: 48px;
    display: inline-flex;
}

    .cp1-dashboard-header > .cp1-dashboard-config-container > .cp1-dashboard-edit {
        padding-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        padding-top: 0;
        border-top: 1px solid rgba(214, 214, 214, 0);
        border-top-right-radius: 0.25rem;
        display: inline-block;
        height: 48px;
    }

    .cp1-dashboard-header > .cp1-dashboard-config-container > .cp1-dashboard-delete {
        border-radius: 0;
        padding: 0 15px;
        border-top: 1px solid rgba(214, 214, 214, 0);
        height: 48px;
        display: inline-block;
    }

.cp1-dashboard-config-container {
    position: absolute;
    right: 0;
    bottom: -10px;
    height: 47px;
}

.cp1-dashboard-edit {
    cursor: pointer;
    background-color: #FFF;
    font-size: 1.4rem;
    padding: 5px 10px;
    color: #5f5f5f;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .cp1-dashboard-edit:hover > i {
        color: #007bff;
        animation: spin-animation 5s infinite linear;
    }

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cp1-dashboard-delete {
    cursor: pointer;
    background-color: #FFF;
    font-size: 1.4rem;
    padding: 5px 7px 5px 13px;
    color: #5f5f5f;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .cp1-dashboard-delete:hover > i {
        color: #e35142;
    }

.cp1-dashboard-info {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.4rem;
    padding: 5px 12px 5px 13px;
    color: #5f5f5f;
}

.profile-folder-link {
    display: block;
    background-color: #f5f6f7;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e7e7;
    color: #4f555d;
    text-decoration: none !important;
    padding-left: 15px;
    text-align: left;
}

    .profile-folder-link:last-of-type {
        border-bottom: none;
    }

    .profile-folder-link:hover {
        color: #b03532;
    }

.recent-document-link {
    display: block;
    background-color: #FFF;
    border-bottom: 1px solid #e8e7e7;
    color: #4f555d;
    text-decoration: none !important;
    padding: 5px 5px 5px 15px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .recent-document-link:last-of-type {
        border-bottom: none;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .recent-document-link:hover {
        color: #b03532;
        background-color: #fafafa;
    }

.empty-dashboard-warning {
    background-color: #FFF;
    font-size: 2.7rem;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid #e7e7e7;
    color: #6b6262;
    border-radius: 0.25rem;
}

.user-details-dashboard {
    color: #4f555d;
    font-size: 1rem;
    background-color: #FFF;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.user-detail-entry {
    padding: 6px 15px;
    border-bottom: 1px solid #e8e7e7;
}

    .user-detail-entry:last-of-type {
        border-bottom: none;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

/* /Dashboard Config */

/* Nav */

#FileUploadButton {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 90px;
    background-color: #f5f6f7;
    width: 85px;
    height: 85px;
    text-align: center;
    border: 1px solid #d2d2d2;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    cursor: pointer;
    justify-content: center;
    transition: background-color 0.2s ease-in-out;
}

#FileUploadButtonOverlay {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    transition: height 1s ease-in-out;
    background-color: rgba(11, 108, 212, 0.33);
}

#FileUploadButton.active {
    border-color: #a7a7a7;
    background-color: #c3c3c3;
}

#FileUploadButton:hover {
    background-color: #d8d8d8;
}

#FileUploadButton > i {
    font-size: 2.2rem;
    color: #DA291C;
}

#FileProgressDiv {
    position: fixed;
    right: 150px;
    bottom: 90px;
    height: 400px;
    width: 600px;
    overflow-y: hidden;
    display: none;
    z-index: 9999;
    background-color: #f5f6f7;
    border: 1px solid #d2d2d2;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

#file-upload-metadata {
    display: none;
/*    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    width: 600px;
    padding: 20px;
    border: 1px solid #d1d1d1;
    border-radius: 0.25rem;
    box-shadow: 2px 2px 4px 2px #00000014*/
}

#ProgressHeader {
    font-size: 1.2rem;
    font-weight: 600;
    height: 40px;
    background-color: #e4e4e4;
    border-bottom: 1px solid #c5c5c5;
    color: #6f6f6f;
}

#ProgressArea {
    height: calc(100% - 54px);
    overflow-y: auto;
}

.file-upload-div {
    background-color: #ffffff;
    padding: 5px 15px 5px;
    border-bottom: 1px solid #d6d6d6;
}

.file-upload-div:last-of-type {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.file-icon-area {
    display: inline-block;
    font-size: 2rem;
    border-radius: 0.45rem;
    padding: 1px 12px 3px;
    color: #8a8a8a;
}

.file-close-area {
    display: inline-block;
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.5s ease-in-out;
    margin-left: 30px;
}

    .file-close-area:hover {
        color: #dc3545;
    }

.file-close-button {
    box-shadow: 0 1px 0 #dc3545;
    width: 44px;
    line-height: 40px;
    text-align: center;
    background-color: #dc3545;
    color: #FFF;
    cursor: pointer;
    height: 100%;
}

.progress-text {
    display: inline-block;
    font-size: 1rem;
    color: #7b7d80;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 20px);
    overflow-x: hidden;
    margin-left: 20px;
    font-weight: 600;
}

.cp1-progress-bar {
    height: 10px !important;
    margin-top: 2px !important;
    border-radius: 0.15rem !important;
    margin-left: 20px;
}

#FileUploadOverlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(100% - 80px);
    background-color: #bd2828;
    z-index: 9999;
    text-align: center;
    font-size: 2rem;
    color: #efe7e7;
    opacity: 0.90;
    flex-flow: column;
    align-content: center;
    backdrop-filter: blur(5px);
    justify-content: center;
}

#FileUploadScreenBorder {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #bd2828;
    position: fixed;
    height: 100VH;
    opacity: 0.9;
}

/* /Nav */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-toggle:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider-toggle {
    background-color: #2196F3;
}

input:focus + .slider-toggle {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-toggle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-toggle.round {
    border-radius: 34px;
}

    .slider-toggle.round:before {
        border-radius: 50%;
    }


#documents_grid {
    padding-top: 0px !important;
}

.cp1-field-label {
    color: #686868;
    font-size: smaller;
    font-style: italic;
}

/* Indexing Screen General */

#docviewlines {
    position: absolute;
    /*background-color: #e8e8e8;*/
    bottom: 0;
    height: auto;
    /*border-top: 1px solid #b3b3b3;*/
}

.line-item-tab-div {
    background-color: #dadada;
    height: 30px;
    border-bottom: 1px solid #bebebe;
    overflow: hidden;
    font-size: 0.9rem;
}

.line-item-tab, .line-item-tab-button {
    background-color: #d2d0d0;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #bebebe;
    color: #373b3f;
    cursor: pointer;
    transition: color, background-color 0.15s ease-in-out;
}

    .line-item-tab:hover, .line-item-tab-button:hover {
        background-color: #bdbdbd;
        color: #131313;
    }

.line-item-tab.active-tab {
    height: 30px;
    border-bottom: 1px solid #f4f4f4;
    background-color: #f4f4f4;
}

.line-item-tab-button {
    border-left: 1px solid #bebebe;
    border-right: none;
}

.line-item-tab-button.tab-red {
    background-color: #dc3545;
    color: #FFF;
    box-shadow: 1px 1px 0 #bd2130, 1px 1px 0 #bd2130, 0px -1px 0 #bd2130;
}

.line-item-tab-button.tab-white {
    background-color: #FFF;
    box-shadow: 1px 1px 0 #bebebe, 1px 1px 0 #bebebe, 0px -1px 0 #bebebe;
}

.line-item-tab-button.tab-white:hover {
    background-color: #f5f5f5;
    color: #404040;
}

.line-item-confidence {
    margin-left: 6px;
    margin-right: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #FFF;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #d6d6d6;
}

.line-item-count {
    margin-left: 6px;
    margin-right: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #FFF;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #d6d6d6;
}

/* /Indexing Screen General */
/* Indexing Screen Thumbnails */
#ImageThumbnails {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    overflow-y: scroll !important;
    background-color: #f4f4f4;
}

.image-thumbnail {
    margin: 14px;
    border: 1px solid #ced4da;
    transition: border-color .25s ease-in-out;
    cursor: pointer;
    width: 256px;
    height: 394px;
    background-color: #FFF;
}

    .image-thumbnail.active-thumbnail {
        border: 1px solid #9b9b9b;
        box-shadow: 0 0 0 1px #cacaca;
    }

    .image-thumbnail:hover {
        border: 1px solid rgb(0, 0, 0);
    }

.thumbnail-details {
    text-align: center;
    background-color: #e1e1e1;
    font-size: 1.2rem;
    padding: 2px;
    border-top: 1px solid #ced4da;
    color: #646464;
    font-weight: 600;
}

.active-thumbnail > .thumbnail-details {
    color: #f3f3f3;
    background-color: #373737
}

/* /Indexing Screen Thumbnails */

/* Messages */

#LayoutErrorMessage {
    position: fixed;
    top: -80px;
    left: 0;
    right: 0;
    background-color: rgba(150, 19, 19, 0.68);
    z-index: 99999;
    min-height: 80px;
    backdrop-filter: blur(5px);
    color: #FFF;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #bd0000;
}

#LayoutSuccessMessage {
    position: fixed;
    top: -80px;
    left: 0;
    right: 0;
    background-color: rgba(19, 150, 41, 0.68);
    z-index: 99999;
    min-height: 80px;
    backdrop-filter: blur(5px);
    color: #FFF;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #00bd31;
}

/* /Messages */

/* Menus */

.sub-menu-tbl {
    position: absolute;
    top: 35px;
    left: 0;
    min-width: 160px;
    line-height: 12px;
    color: #333;
    z-index: 99;
    border-top: #DA291C 2px solid;
    font-size: small;
}

    .sub-menu-tbl .bubble {
        background-color: #fff;
    }

        .sub-menu-tbl .bubble:after {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 0 6px 6px;
            border-color: #DA291C transparent;
            display: block;
            width: 0;
            z-index: 1;
            top: -6px;
            left: 18px;
        }

.bubble-right.bubble:after {
    left: auto !important;
    right: 18px !important;
}

.sub-menu-header {
    background-color: #848484 !important;
    color: #FFF;
    font-weight: 600;
    border-color: #5f5f5f !important;
}

    .sub-menu-header:hover {
        background-color: #848484 !important;
        color: #FFF;
        font-weight: 600;
    }

.sub-menu-item {
    background-color: #fff;
    cursor: pointer;
}

    .sub-menu-item.active-item {
        color: #fff;
        background-color: #dc3545 !important;
        transition: background-color 0.2s ease-in-out;
    }

    .sub-menu-item:hover {
        background-color: #f6f6f6;
    }

.sub-menu-tbl-item {
    position: absolute;
    top: -10px;
    left: 30px;
    min-width: 150px;
    font-size: medium;
    line-height: 12px;
    color: #333;
    z-index: 99;
}

.grid-menu-close {
    font-size: x-small;
    float: right;
    background-color: #DA291C;
    padding: 5px 10px;
    color: #fff;
    border-top: rgba(212, 212, 212, 1) solid 1px;
    border-left: rgba(212, 212, 212, 1) solid 1px;
    border-right: rgba(212, 212, 212, 1) solid 1px;
    cursor: pointer;
}

.sub-grid-menu-item {
    background-color: #fff;
    text-align: left;
    font-size: small;
    color: #686B6D;
}

    .sub-grid-menu-item:hover {
        background-color: #f6f6f6;
    }
    
    .sub-grid-menu-item > div {
        padding: 0.5rem;
    }

.sub-menu-ctx {
    z-index: 99;
    width: 250px;
    padding: 10px;
    background-color: rgba(228, 228, 228, 0.71);
}

    .sub-menu-ctx .sub-grid-menu-item :hover > i {
        color: #DA291C;
    }

    .sub-grid-menu-item:hover > i {
        color: #DA291C;
    }

    .sub-menu-ctx i {
        margin-right: 10px;
    }

.caret-down {
    color: rgb(179, 179, 179);
    margin-left: 4px;
}

    .caret-down:hover {
        color: #101820;
    }

.sub-menu-tools {
    position: absolute;
    top: 35px;
    left: 0;
    min-width: 160px;
    font-size: medium;
    line-height: 12px;
    color: #333;
    z-index: 99;
    border-top: rgba(187, 188, 188, 0.27) 2px solid;
    font-size: small;
}

    .sub-menu-tools .bubble {
        background-color: #fff;
    }

        .sub-menu-tools .bubble:after {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 0 6px 6px;
            border-color: rgba(187, 188, 188, 0.27) transparent;
            display: block;
            width: 0;
            z-index: 1;
            top: -6px;
            left: 18px;
        }

/* /Menus */

/* Groups */

.parent-line, .child-line {
    position: absolute;
    display: none;
    background-color: #d1d1d1;
}

.parent-line {
    width: 1px;
    left: 20px;
    top: calc(100% + 1px);
}

.child-line {
    height: 1px;
    top: 50%;
    left: -30px;
    right: calc(100% + 1px);
}

/* /Groups */

/* Workflow Builder */

.w-cell {
    border: 2px solid #6c757d !important;
}

.add-new-step {
    border: 2px dashed #c3c3c3 !important;
}

.empty-cell {
    border: none !important;
    opacity: 0;
}

.workflow-step-name {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 160px;
    overflow: hidden;
    padding: 5px;
    margin-left: 3px;
}

/* /Workflow Builder */

/* File Inputs */
.cp1-upload-file {
    background-color: #FFF;
    border: 1px solid darkgrey;
    padding-top: 3px;
    padding-left: 7px;
    width: 100%;
}
/* /File Inputs */

/* Grid */

.comment-header {
    background-color: #fafafa;
    border: 1px solid #cacaca;
    margin-bottom: 10px;
    border-radius: 0.25rem;
}

/* /Grid */

.blinking {
    animation: blinkingText 1s infinite;
}

@keyframes blinkingText {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.info-box {
    display: inline-block;
    font-weight: 400;
    color: #5f5f5f;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #f8f9fa;
}

.info-box-small {
    display: inline-block;
    font-weight: 400;
    color: #5f5f5f;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .175rem .25rem;
    font-size: 0.7rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #f8f9fa;
}

/* Global Filters */
#global-filter-header {
    position: relative;
    height: 50px;
    background-color: #ebebeb;
    line-height: 50px;
    font-size: 1.7rem;
    letter-spacing: -0.4px;
    color: #787b7e;
    font-family: "Helvetica", Arial, sans-serif;
    border-radius: 0.25rem;
    padding-left: 25px;
    border: 1px solid #d6d6d6;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

#active-filter-badge {
    background-color: #dc3545;
    color: #FFF;
    font-size: 1.2rem;
    border-radius: 0.25rem;
    padding: 0 10px;
    line-height: 30px;
    margin-left: 20px;
}

#using-saved-filter-badge {
    background-color: #007bff;
    color: #FFF;
    font-size: 1.2rem;
    border-radius: 0.25rem;
    padding: 0 10px;
    line-height: 30px;
    margin-left: 10px;
}

#global-filter-header:hover {
    background-color: #f5f5f5;
    border-color: #d6d6d6;
}

.collapsible-header[aria-expanded=false] .fa-chevron-up {
    display: none;
}

.collapsible-header[aria-expanded=true] .fa-chevron-down {
    display: none;
}

.filter-suggestion-result-container {
    position: absolute;
    top: 40px;
    background-color: #FFF;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    width: calc(100% - 29px);
    z-index: 99;
}

.filter-suggestion-item {
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .filter-suggestion-item:hover {
        background-color: #f5f5f5;
    }
    
    
/* Notifications */
.notification-number {
    font-size: 0.8em;
    color: #ffffff;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #dc3545;
    margin-left: 3px;
    border-radius: 700px;
    font-weight: 700;
    cursor: pointer;
}
.notifications-container-div {
    margin: auto;
    max-width: 900px;
}


.notifications-header {
    font-size:1.4em;
    margin-bottom:12px;
    font-weight :500;
}

.notification-pnl {
    -webkit-box-shadow: 4px 4px 5px -3px rgba(0,0,0,0.05);
    -moz-box-shadow: 4px 4px 5px -3px rgba(0,0,0,0.05);
    box-shadow: 4px 4px 5px -3px rgba(0,0,0,0.05);
    
    margin-top :5px;
}

.notification-text{
    display:block;
}

.notification-details {
    font-size: 0.7em;
    color:#808080;
}

.export-req-detail {
    font-size: 0.6em;
    color: #808080;
    
}
.export-req-detail-progress-text {
    margin-top: 10px;
    font-size: 0.8em;
    color: #808080;
    font-weight:500;
}

.prevent-drag-and-drop {
    pointer-events: none;
}

.fax-lookup-row {
    cursor: pointer;
}