﻿.nav-menu-item {
    border: 1px solid rgba(0, 0, 0, 0);
}

#nav .nav-menu-item.selected {
    background-color: #FFF;
    border-radius: 0.35rem;
    box-shadow: -2px 3px 0 rgba(0, 0, 0, 0.11);
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

#nav .nav-menu-item:not(.selected):hover {
    animation: menu-item-animation 0.22s normal ease-out;
    box-shadow: -2px 3px 0 rgba(0, 0, 0, 0.11);
    background-color: #FFF;
    border-radius: 0.35rem;
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.homeLink:hover {
    filter: brightness(1.25);
}

@keyframes menu-item-animation {
    0% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.11);
    }

    100% {
        box-shadow: -2px 3px 0 rgba(0, 0, 0, 0.11);
    }
}

#header {
    border-bottom: 1px solid #eaeaea;
}

#header > .dropdown > .dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#content_body {
    margin-top: 6px !important;
}

.search-text-box {
    padding-right: 0px !important;
    margin-top: 19px;
    border: 1px solid #e2e2e2;
    background-color: #FFF !important;
    border-radius: 0.35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-text-box:hover {
    border: 1px solid #e45142;
}

.search-text-box:focus-within {
    border: 1px solid #e45142;
    box-shadow: 0 0 0 2px rgba(228, 81, 66, 0.48);
}

.search-text-box > img {
    height: 40px;
    margin-left: 5px;
}

.search-container-div {
    right: 300px !important;
}

.dropdown-header.optgroup-1 {
    border-bottom: 1px solid #e8e8e8;
    background-color: #f5f6f7;
    font-size: 1.05rem;
}

.dropdown-header.optgroup-1 > .text {
    font-family: Trebuchet MS, sans-serif;
    letter-spacing: 0.1px;
}

.dropdown-header.optgroup-1 > .fas {
    margin-right: 5px;
}

.dropdown-menu a > span.fas {
    margin-right: 5px;
}

.dropdown-menu a:hover > span.fas {
    color: #e45142 !important;
}

.user-opts, .profile-opts {
    border: 1px solid #e2e2e2 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 0.35rem !important;
}

.dropdown.bootstrap-select:hover > button {
    border: 1px solid #e45142 !important;
}

.dropdown.bootstrap-select.show > button {
    border: 1px solid #e45142 !important;
    box-shadow: 0 0 0 2px rgba(228, 81, 66, 0.48) !important;
}

.bootstrap-select .dropdown-toggle:focus {
    box-shadow: none !important;
    outline: none !important;
}

.opt.dropdown-item:active {
    color: #000 !important;
}

/* #region ActualDashboard */

.cp1-tile-body {
    margin-top: 39px !important;
}

#active-profile-div {
    margin-top: 0 !important;
}

.chart-container {
    height: calc(100% - 49px);
    padding: 5px;
}

/* #endregion ActualDashboard */

/* #region Profile Config */

.tabs {
    border: none !important;
    background-color: rgba(255, 255, 255, 0) !important;
}

.sideTab, .sideTabLink {
    cursor: pointer;
    background-color: #f5f6f7;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
    padding-left: 15px !important;
    transition: margin-left 0.15s ease-in-out, margin-right 0.15s ease-in-out, background-color 0s, color 0s;
}

.sideTabLink {
    display: block;
}

.sideTab.btn-primary {
    color: #000 !important;
}

.sideTab:hover, .sideTabLink:hover {
    margin-left: -5px;
    margin-right: 5px;
}

.sideTabLink:hover {
    text-decoration: none !important;
}

.sideTab.btn-primary:hover {
    background-color: #e45142 !important;
    border-color: #FFF !important;
}

.sideTab.btn-primary > i {
    color: #FFF !important;
}

.sideTab.btn-primary {
    color: #FFF !important;
    background-color: #e45142;
    border: 1px solid #FFF;
}

.sitemap > span > i {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

#SiteMapCurrentTab > span > i {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.sitemap > span {
    margin-top: 2px;
}

.sitemap a {
    font-weight: 600;
    font-size: 1rem;
    color: #e45142;
}

.sitemap {
    padding-bottom: 2px;
    border-bottom: 1px solid #f3f3f3;
}

#savechanges::after {
    content: " ";
    display: block;
    height: 100px;
    width: 1px;
    position: absolute;
}

#savechanges {
    padding: 11px 15px;
    background-color: #FFF;
    border: 1px solid #e8e8e8;
    /*border-radius: 0.25rem;*/
}

#SaveChangesWarning {
    font-style: normal !important;
    padding: 6px;
    margin-top: 6px;
    color: #8e9297 !important;
    font-weight: 600;
    background-color: #f3f3f3;
}

#ChangesSavedMessage {
    font-style: normal !important;
    padding: 6px;
    margin-top: 6px;
    font-weight: 600;
    background-color: #f3f3f3;
}

.tab-pnl {
    padding: 14px 15px;
    background-color: #FFF;
    border: 1px solid #e8e8e8;
}

.config-div {
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding: 1px 1px 20px;
}

.config-div > h2 {
    color: #5f5f5f;
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.config-div-container > h5 {
    color: #5f5f5f;
}

.config-div:last-of-type {
    border-bottom: initial;
}

.fancytextbox {
    height: 100px;
    resize: none;
}

#formpreview {
    background-color: rgb(244, 244, 244);
    border: 1px dashed #b7b7b7;
    border-radius: 0.25rem;
}

.area-tools > .btn {
    margin-right: 0.5rem;
}

.divider-top {
    border-top: 1px solid #ececec;
    padding-top: 10px !important;
    margin-top: 10px;
}

.section {
    width: initial !important;
    background-color: #f4f4f4;
    margin-top: 0 !important;
}

.section > .area-tools {
    padding-left: 6px;
    padding-bottom: 8px;
}

.section.aactive {
    border-right: 1px #dedede solid;
    border-left: 1px #dedede solid;
}

.fieldOpts {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 6px !important;
    transition: background-color 0.1s ease-in-out;
}

.fieldOpts:hover {
    background-color: #eaeaea;
}

.area-title.aactive, .aactive.area-title:after {
    box-shadow: -1px 0 0 #d52a2a, -1px -2px 0 #d52a2a;
}

.currently-selected-field {
    background-color: #e4e4e4 !important;
    border-bottom: 1px solid #bbbbbb !important;
    box-shadow: 0 -1px 0 #bbb, 1px -1px 0px 0px #bbb, -1px -1px 0 #bbb, inset 0 0 4px 1px rgba(0, 0, 0, 0.03);
}

.currently-selected-field > .area-tools {
    display: block !important;
}

.inactive-section-edit {
    margin: 6px;
}

.inactive-field {
    padding: 6px !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #dedede !important;
    color: #676767 !important;
}

.inactive-section-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    user-select: none;
    pointer-events: none;
}

.highlight-related {
    background-color: #eaeaea;
    border: 1px dashed #b9b9b9;
    margin-left: -5px;
    padding-left: 7px;
    margin-right: -5px;
    padding-right: 7px;
}

.config-div-container {
    border-radius: 0.5rem;
    padding: 1rem !important;
}

.internal-config-div-container {
    background-color: #FFF;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0.25rem;
    border: 1px solid #c1c1c1;
}

.disabled-div {
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
}

.workflow-result-text {
    font-family: monospace;
    background-color: #fafafa;
    max-height: 90px;
    overflow: auto;
}

/* #endregion Profile Config */

/* #region Dashboard */
#profile-container > .dropdown > .dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.dashboard-config-container {
    margin-left: 0;
    margin-right: 0;
}

#DashboardRefresh {
    display: block;
    position: relative;
}

#DashboardRefreshOverlay {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(164, 164, 164, 0.3);
    width: 0;
}

#DashboardRefreshOverlay.width-transition {
    transition: width 0.1s linear;
}

.dashboard-details {
    background-color: #ebebeb !important;
    border-color: #d6d6d6 !important;
}

.dashboard-stats-text {
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: 500 !important;
}

.dashboard-stats-icon, .dashboard-stats-info {
    background-color: #FFF !important;
}

/* #endregion Dashboard */

/* #region Buttons */

.btnx {
    border-radius: 0.25rem !important;
}

.btnx.dropdown-with-validation {
    border-radius: 0rem !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.btn-light {
    background-color: #FFF !important;
}

.btn-light:hover {
    background-color: #e2e2e2 !important;
    border-color: #c8c8c8 !important;
}

.btn-light.btn-grey {
    background-color: #f8f9fa !important;
}

.btn-light.btn-grey:hover {
    background-color: #e2e2e2 !important;
    border-color: #c8c8c8 !important;
}

/* #endregion Buttons */

/* #region Grid View */

.document-grid-error {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.5rem;
    color: #dc3545;
}

.document-grid-success {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.5rem;
    color: #28a745;
}

.tbl-body .tbl-row:hover > .selector i, .inactivecircle {
    color: #d2d2d2 !important
}

#filter_collection {
    margin: 0 !important;
    background-color: #f9f9f9;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: flex;
}

#documents_grid, #group_grid {
    border: 1px solid #d6d6d6;
}

.top-toolbar {
    box-shadow: 0 1px 0 #d6d6d6;
    overflow: hidden;
}

.tbl-toolbar {
    height: 36px;
}

.tbl-toolbar:last-of-type {
    border-top: 1px solid #d6d6d6;
}

.tbl-t-row {
    border-bottom: 1px solid rgba(212, 212, 212, 0.50);
}

.tbl-t-row:last-of-type {
    border-bottom: none;
}

.tbl-t-body, .tbl-body {
    border: none !important;
}

.tbl-head .tbl-td.selector {
    padding-left: 4px !important;
}

.tbl-head .tbl-td.selector > i {
    font-size: 1.2rem !important;
    color: #cfcfcf !important;
}

.tbl-head .tbl-td.selector:hover > i {
    color: #e45142 !important;
}

.tbl-t-td.th-td.selector {
    position: relative;
}

.tbl-t-td.th-td.selector > i {
    position: absolute;
    font-size: 1.2rem !important;
    left: 7px;
    top: 14px;
    color: #cfcfcf !important;
}

.tbl-t-td.th-td.selector > i:hover {
    font-size: 1.2rem !important;
    color: #e45142 !important;
}

.tbl-t-head, .tbl-head {
    border-top: 1px solid #d6d6d6 !important;
    border-left: none !important;
    border-right: none !important;
    height: 50px;
    background-color: #f2f2f2 !important;
}

.tbl-toolbar-item {
    border-left: 1px solid #cbcbcb !important;
}

.tbl-toolbar-item.float-right {
    margin-top: 0 !important;
}

.tbl-td.th-td {
    padding-top: 12px;
}

.tbl-row:last-of-type {
    border-bottom: none !important;
}

#gridOptions {
    margin-right: 0 !important;
    border-top-right-radius: 0.25rem;
    border-right: none !important;
}

.tbl-toolbar-item-btn {
    line-height: 36px !important;
}

.left-grid-icon {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-top-left-radius: 0.25rem !important;
    background-color: #f2f2f2;
    border-right: 1px solid #cbcbcb;
    border-left: none !important;
    height: 37px;
}

.left-grid-icon:hover {
    border-bottom: none;
    background-color: #f2f2f2;
}

.grid-folder {
    display: inline !important;
    margin-right: 5px;
    color: #aaaaaa;
}

.folder-container {
    border-radius: 0 !important;
    margin-left: -4px !important;
    margin-top: -4px !important;
    border: none !important;
    height: 36px;
    padding-left: 0 !important;
    display: inline-flex !important;
}

.folder-btn {
    background-color: #e3e3e3;
    border-right: 1px solid #cbcbcb;
    border-radius: 0 !important;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-top: -6px;
    padding-left: 10px;
    padding-right: 10px;
    color: #636363 !important;
    transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, padding 0.2s ease-in-out;
    font-size: 13px !important;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 380px;
}

.folder-btn:hover {
    background-color: #d2d2d2;
    text-decoration: none !important;
}

.grid-slash {
    display: none;
}

.page-controls {
    background-color: #FFF;
    display: inline-flex;
    padding-left: 0 !important;
}

.bottom-page-controls {
    border-bottom: 1px solid #d6d6d6;
    height: 36px;
    /*border-bottom-right-radius: 0.25rem;*/
}

.page-count-text {
    background-color: #f2f2f2;
    color: #636363 !important;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #cbcbcb;
    box-shadow: 0 1px 0 #f2f2f2;
}

.page-count-icon {
    display: inline !important;
    margin-right: 5px;
    color: #ffc107 !important;
}

.tbl-t-body .tbl-t-row:hover > .tbl-t-td .open-opts {
    font-size: 0.8rem !important;
    padding-left: 2px;
}

.tbl-t-row:hover > .first-col {
    color: rgb(188, 50, 50) !important;
}

a.grid-a:hover {
    text-decoration: none !important;
    color: rgb(188, 50, 50) !important;
}

#download_link:hover {
    text-decoration: none !important;
}

.grid-menu-close {
    font-size: 0.9rem;
    float: right;
    background-color: #FFF;
    padding: 5px 10px;
    color: #797979;
    transition: all ease-in-out 0.15s;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.grid-menu-close:hover {
    background-color: #f1f1f1;
}

.grid-menu-close > i {
    margin-right: 5px;
    min-width: 1px !important;
}

.sub-menu-ctx i {
    min-width: 16px;
}

.active-row {
    border-bottom: 1px solid #d6d6d6 !important;
}

#gridrefresh {
    position: relative;
}

#RefreshOverlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(164, 164, 164, 0.3);
    transition: height 1s linear;
}

.sub-menu-tbl {
    top: 42px !important;
}

.filter-item {
    display: inline-block !important;
    background-color: #e3e3e3 !important;
    cursor: pointer !important;
    user-select: none;
    color: #636363 !important;
    height: 36px;
    line-height: 36px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-right: 1px solid #cbcbcb;
    border-radius: 0 !important;
    transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, padding 0.2s ease-in-out;
}

.filter-item:hover {
    background-color: #d2d2d2 !important;
}

.filter-item span {
    margin-left: 0 !important;
    margin-right: 5px;
    color: #aaaaaa;
}

.sub-menu-item:not(.sub-menu-header):first-child:hover {
    background-color: #FFF !important;
    cursor: auto;
}

.other-grid {
    margin-left: -5px;
    height: 36px;
    background-color: #e3e3e3;
    border-right: 1px solid #cbcbcb;
    border-radius: 0 !important;
    display: inline-block;
    line-height: 36px;
    margin-top: -6px;
    padding-left: 5px;
    padding-right: 5px;
    color: #636363 !important;
    transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, padding 0.2s ease-in-out;
    font-size: 13px !important;
}

.other-grid > .btn {
    color: #636363 !important;
    font-size: 13px !important;
}

.grid-selected {
    background-color: #d2d2d2 !important;
}

.task-item {
    margin-bottom: 0.5rem !important;
    transition: margin-left 0.15s ease-in-out, margin-right 0.15s ease-in-out, background-color 0s, color 0s;
    position: relative;
    display: flex!important;
    align-items: center!important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 4px !important;
}

.task-item:hover {
    margin-left: -5px;
    margin-right: 5px;
}

.task-item.btn-light {
    border: 1px solid #d5d5d5;
}

.task-text {
    flex-grow: 1!important;
    word-wrap: break-word;
    word-break: break-word;
}

.tag {
    background-color: rgba(0, 0, 0, 0) !important;
    font-size: 1.1rem;
    margin: 0 !important;
    right: 8px;
    top: 2px;
    font-weight: 600;
    color: #dc3545;
    float: none !important;
    position: initial !important;
    letter-spacing: normal !important;
}

.active-tag {
    color: #FFF !important;
}

/* #endregion Grid View */

/* #region Modals */
.cp1-model {
    border-radius: 0.25rem;
    border: 1px solid #5b5b5b;
}

.cp1-model-title {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom: 1px solid #d2d2d2;
    font-weight: 600;
    font-size: 1.2rem;
    color: #616161;
}

.cp1-model-title > .btn-danger {
    border-top-right-radius: 0.25rem;
    box-shadow: 0 1px 0 #dc3545;
    width: 44px;
    line-height: 40px !important;
    text-align: center;
}

.cp1-model-title-close {
    border-top-right-radius: 0.25rem;
    box-shadow: 0 1px 0 #dc3545;
    width: 44px;
    line-height: 40px;
    text-align: center;
}

.cp1-model-content {
    max-height: calc(100VH - 250px) !important;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    overflow-y: auto;
}

#iframModel.cp1-model {
    border-radius: 0;
    border: none;
}

#iframModel > .cp1-model-title {
    border-radius: 0;
}

#iframModel > .cp1-model-content {
    border-radius: 0;
    height: 100% !important;
    max-height: 100% !important;
}

#spinner {
    height: 100% !important;
}

/* #endregion Modals */

/* #region  Audit Log */

.audit-log-table {
    width: 100%;
    color: #505050;
    font-weight: 600;
}

.audit-log-table > tbody > tr:last-of-type {
    border-bottom: none !important;
}

.vl {
    border-left: 1px solid #d9d9d9 !important;
}

.vl > i {
    display: none;
}

.audit-comment {
    width: 80%;
}

.audit-divider-td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* #endregion Audit Log */

/* #region Indexing/Form Screen */

.Notification-4, .Notification-5 {
    border-bottom: 1px solid rgb(175, 175, 175);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
    background-color: #fafafa;
    margin-bottom: 0;
}

.Notification-1 {
    border-bottom: 1px solid rgb(152, 21, 21);
    margin-bottom: 0;
    box-shadow: 1px 1px 2px rgba(182, 30, 30, 0.31);
}

#SearchMenu, #lookup-search-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.line-item-container {
    margin-left: 10px;
    width: calc(100% - 20px);
    border: 1px solid #ababab;
    background-color: #f4f4f4;
}

.docview-parent {
    background: linear-gradient(180deg, rgb(247, 247, 247) 0, #dedede 70%);
}

#pinned-attachments-div {
    background: linear-gradient(180deg, rgb(247, 247, 247) 0, #dedede 70%);
}

.docview-image {
    background-color: rgba(0, 0, 0, 0);
}

.docview-image > .fullImgContainer {
    margin-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: calc(100% - 20px);
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    border-left: 1px solid #ababab;
}

#docviewform > .fullImgContainer {
    margin-left: 10px;
    /*padding-right: 10px;
    padding-bottom: 10px;*/
    width: calc(100% - 20px);
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    border-left: 1px solid #ababab;
}

#docviewform_div {
    margin: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ababab;
}

#docviewform > #docviewform_div {
    margin-left: 0;
    width: calc(100% - 10px);
}

#docviewimage > #docviewform_div {
    width: calc(100% - 10px);
}

#docviewlines {
    border: none;
    background-color: initial;
    bottom: 10px;
}

.docview-resize {
    background-color: rgba(0, 0, 0, 0);
}

#imageviewer {
    height: calc(100% - 58px);
    top: 48px;
    overflow: visible !important;
}

.thumbnail-container {
    height: calc(100% - 20px);
    width: calc(100% - 30px);
    margin-left: 20px;
    padding: 5px;
    background-color: #f4f4f4;
    margin-top: 10px;
    overflow-y: auto;
    border: 1px solid #ababab;
    overflow-x: hidden;
}

.image-thumbnail {
    margin: 19px;
    border: 1px solid #ced4da;
    transition: border-color .25s ease-in-out;
    cursor: pointer;
    width: 216px;
    height: 338px;
    background-color: #FFF;
}

#ImageThumbnails {
    border-left: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    overflow: hidden !important;
}

.viewerImg {
    background-color: #FFF !important;
    left: 0 !important;
}

#img {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    border-top: none !important;
}

.width-transition {
    transition: width 0.2s ease-out;
}

#rubberBand {
    top: -4px;
}

.docview-form-container {
    background-color: rgb(244, 244, 244);
}

.zoomtools {
    top: -38px !important;
    right: initial !important;
    height: 38px !important;
    display: inline-flex !important;
    border-bottom: 1px solid #ced4da;
    background-color: #dadada;
    border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;
    border-top: 1px solid #ababab;
    width: calc(100% + 2px) !important;
    left: -1px !important;
}

.zoom-tool-button:not(.page-indicator) {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-right: 1px solid #ced4da;
    background-color: #f4f4f4 !important;
    line-height: 38px !important;
    width: 40px !important;
    margin-bottom: 0 !important;
    min-width: 40px;
}

.zoom-tool-button:not(.page-indicator):hover {
    background-color: #e2e2e2 !important;
    border-color: #c8c8c8 !important;
    color: #212529 !important;
}

.zoom-tool-button.activeDiv {
    background-color: #dc3545 !important;
    color: #FFF !important;
}

.pdf-download-link {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-right: 1px solid #ced4da;
    background-color: #f4f4f4 !important;
    line-height: 38px !important;
    width: 40px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    color: #6d6d6d !important;
}

.pdfviewer-tool-button {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-right: 1px solid #ced4da;
    background-color: #f4f4f4 !important;
    line-height: 38px !important;
    width: 40px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    color: #6d6d6d !important;
}

.pdf-download-link:hover {
    background-color: #e2e2e2 !important;
    border-color: #c8c8c8 !important;
    color: #212529 !important;
}

.page-indicator {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    border-right: 1px solid #ced4da;
    box-shadow: none !important;
    line-height: 38px !important;
    width: auto !important;
    min-width: 70px !important;
    max-width: 100px !important;
    cursor: pointer !important;
    overflow: hidden;
}

.page-indicator:hover {
    color: #000 !important;
    background-color: #FFF !important;
}

.page-indicator:active {
    transform: none !important;
}

.docview-form-tools {
    background-color: #e0e0e0;
    border-right: 1px solid #bebebe;
    overflow-y: auto;
}

.docview-form-tools > div {
    width: 49px !important;
    background-color: #e0e0e0 !important;
    border-bottom: 1px solid #d5d5d5 !important;
    line-height: 49px;
    font-size: 1.7rem !important;
}

.docview-form-tools > div:hover {
    background-color: #c2c2c2 !important;
}

.docview-form-tools > div > span {
    display: none !important;
}

.docview-form-tools > div > i.text-secondary {
    color: #373b3f !important;
}

#attachment-button-section {
    border-top: 1px solid #ced4da;
}

.attached-file-item {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 0.25rem;
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
}

#doc_comments {
    border-top: 1px solid #ced4da;
}

.ocrtag:hover {
    border: 1px solid #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.25);
}

.ocrtag-selected-text {
    top: -29px !important;
    font-size: 0.8rem !important;
    letter-spacing: 1px !important;
    padding: 5px !important;
    left: -1px !important;
    font-weight: 600;
    border: 1px solid #ca0000;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-outline-secondary {
    background-color: #FFF;
}

.indexing-form > div > .input-container {
    padding-bottom: 8px;
    padding-top: 4px;
}

.indexing-form > div > .input-container:last-of-type {
    border-bottom: none;
}

/* #endregion Indexing/Form Screen */

/* #region General/Misc */
.dropdown-menu.show {
    padding: 0;
}

.dropdown-item, .dropdown-divider {
    border-left: none !important;
}

.dropdown-menu {
    line-height: 30px !important;
}

body {
    background-color: rgb(252, 252, 252);
}

#content_body {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.dropdown-menu a:hover {
    color: #000;
}

.checkbox-with-label {
    display: none;
}

.form-checkbox {
    transition: border-color 0.2s;
}

.form-checkbox:hover {
    color: #c8364c !important;
}

.form-checkbox.checkedcheckbox {
    border-color: #28a745 !important;
}

.cp1-field-label {
    color: #4e4e64;
    font-size: 1.1rem;
    font-style: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: "Helvetica", Arial, sans-serif;
}

.cp1-field-label > .fas {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.cp1-field-label > .far {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

input.form-control {
    border-radius: 0.25rem !important;
}

.padded-input-row {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.no-top-border-radius {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.no-border-radius {
    border-radius: 0 !important;
}

.bottom-border {
    border-bottom: 1px solid #ced4da !important;
}

.checkbox > label > span {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 1.1rem;
    color: #5f5f5f;
    transition: color 0.15s ease-in-out;
}

.checkbox > label > span:hover {
    color: #000;
}

.checkbox .cr, .radio .cr {
    margin-top: 1px;
}

/* #endregion General/Misc */

/* #region UserGroupManagement */

.management-div {
    background-color: #FFF;
    border: 1px solid #d1d1d1;
    margin-bottom: 0.75rem;
}

.management-header {
    color: #4e4e64 !important;
    font-size: 1.1rem;
    font-style: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: "Helvetica", Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0) !important;
}

.management-header-text {
    display: block !important;
    padding: 8px 15px;
    background-color: #f5f6f7;
    font-weight: 500;
    color: #787b7e;
    border-bottom: 1px solid #d1d1d1;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 1.3rem;
}

.management-body {
    padding: 14px 15px;
}

.management-section {
    border: none !important;
}

.user-name-div {
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    margin-left: 15px;
}

.management-header-text[aria-expanded=false] .fa-chevron-up {
    display: none;
}

.management-header-text[aria-expanded=true] .fa-chevron-down {
    display: none;
}
/* #endregion UserGroupManagement */

/* #region Comments */

.commment-block {
    background-color: #FFF !important;
    color: #3a3a3a !important;
    padding: 5px;
    border: 1px solid #bbbbbb;
    max-width: 100%;
    width: 100%;
    font-size: 0.9rem;
}

.comment-info {
    margin-bottom: 10px;
    border: 1px solid #bbbbbb;
    border-top: none;
    padding: 3px 5px 3px 3px;
    font-size: 0.8rem;
    color: #3c3c3c;
    background-color: #d4d4d4;
    font-style: normal;
}

/* #endregion Comments */

/* #region Notifications */

.notification-container {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}


/* #endregion Notifications */

/* #region Lookup */

.cp1-model-inset {
    width: 100% !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.tbllbl {
    border: none !important;
}

.cp1-model-content-inset {
    overflow: auto;
}

/* #endregion Lookup */

/* #region Admin */

.admin-code-snippet {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.admin-code-snippet-header {
    background-color: #e0e0e0;
    padding: 0.75rem;
    color: #4e4e64;
    font-size: 1rem;
    font-style: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Helvetica", Arial, sans-serif;
    border-bottom: 1px solid #d5d5d5;
}

.admin-code-snippet-body {
    overflow: auto;
}

.admin-code-snippet-line {
    display: flex;
}

.admin-code-snippet-line-number {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #cacaca;
    border-right: 1px solid #a6a6a6;
    margin-right: 0.5rem;
    min-width: 52px;
    text-align: center;
}

/* #endregion Admin */