/*!
 * Zequel Technologies, Inc
 * DynamicPolicy Version #8.0.0
 * Copyright 2002-2025
 * Base css for app
 */
/*Color of top navbar*/
.dp-nav-color {
    background-color: #fff !important;
}
.dp-border-bottom {
    border-bottom: 3px solid #188290 !important;
}
/*Color of left nav*/
.dp-lnav-color {
    background-color: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #757575;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #727272 !important;
    background-color: #f5f9fc;
}
.nav-tabs {
    border-bottom: 1px solid #727272;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f9fafd;
    border-color: #727272 #727272 #f9fafd;
}
.nav-tabs .nav-link.active:hover{
    border-color: #727272 #727272 #f9fafd;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #727272 #727272 #727272;
    background-color: #f9fafd;
}
.menuActive{
    color: #727272 !important;
    background-color: #f5f9fc;
    font-weight: bold;
}
.menuTitleActive{
    color: #727272 !important;
    background-color: #f5f9fc;
}
.nav-link.disabled {
    color: #6b747c !important;
}
/*Global color of links/text within cards*/
a {
    color: #147885;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #15727E;
    text-decoration: underline;
}
/*Breadcrumb color*/
li.breadcrumb-item a {
    color: #0b7583 !important;
}
.breadcrumb-item.active {
    color: #636c74 !important;
}
.breadcrumb .dropdown .dp-btn-link {
    color: #0b7583 !important;
}
/*Color of main button*/
.btn-default {
    color: #157f8d;
    border-color: #157f8d;
}
.btn-default:hover {
    color: #fff;
    background-color: #188290;
    border-color: #188290;
}
.btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-default.disabled, .btn-default:disabled {
    color: #188290;
    background-color: transparent;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #188290;
    border-color: #188290;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/*Color of solid button*/
.dp-btn-primary {
    color: #fff;
    background-color: #188290;
    border-color: #188290;
}
.dp-btn-primary:hover {
    color: #fff;
    background-color: #15727E;
    border-color: #15727E;
}
.dp-btn-primary:focus, .dp-btn-primary.focus {
    color: #fff;
    background-color: #15727E;
    border-color: #15727E;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
/*Card css*/
.dp-text-color {
    color: #fff !important;
}
a.active_title:link {
    color: #FFFFFF;
}
a.active_title:visited {
    color: #FFFFFF;
}
.dp-border-color {
    border-color: #188290 !important;
}
.dp-card-color {
    background-color: #188290 !important;
}
/* Modal css padding was changed to match the card's top and bottom padding */
.modal-header {
    background-color: #188290;
    color: #fff;
    padding: 0.75rem 1rem;
}
.modal-header .close {
    color: #fff;
}
.modal-header .close:hover {
    color: #fff;
    text-decoration: none;
}
/*Button link color*/
.dp-btn-link {
    font-weight: 400;
    color: #188290;
    text-decoration: none;
}
.dp-btn-link:hover {
    color: #15727E;
    text-decoration: underline;
}
/*App background color*/
.dp-bgcolor {
    background-color: #f9fafd;
}
/*App text color*/
.text-primary {
    color: #147885 !important;
}
.text-primary-alt {
    color: #147885 !important;
}
.text-muted {
    color: #666E75 !important;
}
/*Report Icon colors*/
.dp-rpt-icon {
    font-size: 3rem;
    margin-left: -1.25rem;
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
    background-color: #188290;
    color: #FFFFFF;
}
/*Tools Menu colors*/
.dp-nav-link.active, .dp-nav-link:hover {
    border-bottom-color: #188290 !important;
    border-bottom-width: 4px;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent !important;
}
.dp-nav-link:focus:not(:hover) {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent !important;
}
/*Alert Colors*/
.alert-neutral {
    color: #727272;
    background-color: #f9fafd;
    border-color: #727272;
}
/*----------------------------------------------------------*/
.dp-app{
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    flex: 1 1 auto !important;
    overflow-x: hidden;
}
.dp-content-win {
    position: relative;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto !important;
    align-items: center;
    overflow: hidden;
}
.navbar + .dp-content-win {
    padding-top: 5rem;
}
.dp-sidebar + .dp-content-win {
    padding-left: 16.5rem;
}
.dp-sidebar.active + .dp-content-win {
    padding-left: 5rem;
}
.dp-sidebar {
    position: fixed;
    top: 5rem;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 16.5rem;
    z-index: 1010;
    display: block;
    border-right: 1px solid #dee2e6;
}
.dp-sidebar-content{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.dp-sidebar .navbar-brand {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.dp-sidebar .navbar-nav .nav-link {
    align-items: center;
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    white-space: nowrap;
}
.dp-sidebar.active {
    min-width: 5rem;
    max-width: 5rem;
}
.dp-sidebar.active .navbar-brand {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.dp-sidebar.active .navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0;
    white-space: normal;
    text-align: center;
    font-size: 0.79em;
    justify-content: center !important;
}
.dp-sidebar.active ul li a i {
    padding-right: 0 !important;
    margin-left: 0 !important;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
    justify-content: center !important;
}
.dp-sidebar.active ul li a i:nth-of-type(2){
    font-size: 1.3rem !important;
    padding-right: 0 !important;
}
.dp-sidebar.active ul ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.3em;
    margin-bottom: 5px;
}
.dp-dropdown-scroll {
    max-height: 300px;
    overflow-y: auto;
}
ul.dp-sub-nav li.nav-item a.nav-link{
    padding-left: 3.213rem;
    font-size: .95rem;
}
@media (max-width: 768px) {
    .dp-sidebar {
        width: 15rem;
    }
    .dp-sidebar.active {
        margin-left: 0;
        justify-content: center !important;
    }
    .dp-sidebar.active ul li a {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 0.85em;
    }
    .dp-sidebar.active ul li a i {
        margin-right: 0;
        padding-right: 0 !important;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
        justify-content: center !important;
    }
    .dp-sidebar.active ul ul li a i {
        margin-right: 0 !important;
        padding-right: 0 !important;
        display: block;
        font-size: 1.3em;
        margin-bottom: 5px;
        justify-content: center !important;
    }
}
.navbar-light .navbar-nav .nav-link:hover {
    background-color: #f5f9fc;
}
.dp-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 5rem;
    z-index: 1030;
}
.navbar-brand {
    max-width: 50vw;
    width: 14rem;
}
.form-control-clear, .form-control-clear:focus {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
}
ul ul{
    list-style: none;
}
.viewer {
    padding: 30px 10px 20px 20px;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
iframe {
    width: 100%;
    height: 700px;
    border: 1px solid #666;
    background-color: #ffffff;
    overflow:scroll;
    -webkit-overflow-scrolling:touch;
}
.modal-backdrop {
    background-color: #ffffff;
}
.selectedNav {
    background-color: #4B6F9C;
    color: #FFFFFF;
}
.index, .indent{
    margin-left: 32px;
    margin-top: 8px;
}
.outer-centered-div {
    text-align: center;
}
.inner-centered-div{
    display: inline-block;
    text-align: left;
    width: 60%;
}
.left-text {
    text-align: left;
}
.select-padding {
    margin-bottom: 10px;
}
.fullwidth-search{
    width: 100%;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.search-padding{
    margin-bottom: 5px;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
.dropzone-dp{
    background-color: #F2F1EF;
    outline-offset: -10px;
    outline: 2px dashed #006dcc;
    box-shadow: 0 0 3px #666;
    border: none!important;
    border-radius: 5px;
    min-height: 300px;
}
.dropzone-dp.dz-drag-hover{
    outline: 2px solid #006dcc;
}
.dz-success-mark svg g path{
    fill: #198754 !important;
}
.dz-error-mark svg g path{
    fill: #ff4242 !important;
}
.btn-sq-lg{
    padding: 40px 44px;
    font-size: 20px;
    line-height: 29px;
    margin: 8px;
}
.btn-sq-lg i {
    font-size: 52px;
}
/*TODO: Complete Mobile CSS Update and fix iFrame scrolling on ios and android/*
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px){
    body,  .container-fluid, .doc-content-container {
        padding: 0;
    }
    .panel .panel-default, .complete-doc-container{
        border: 0px;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body, .container-fluid, .doc-content-container {
        padding: 0px;
    }
    .panel .panel-default, .complete-doc-container{
        border: 0px;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    body,  .container-fluid, .doc-content-container {
        padding: 0;
    }
    .panel .panel-default, .complete-doc-container{
        border: 0px;
    }
    #inputUsername, #inputPassword {
        height: 43px;
    }
}
.pace .pace-activity, .pace .pace-activity:before  {
    border-color: #007AC6 transparent transparent;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 1;
}

.tooltip.show {
    opacity: 0.95;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0 0.4rem 0.4rem;
    border-top-color: #f5f5f5;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #f5f5f5;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #f5f5f5;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #f5f5f5;
}

.tooltip-inner {
    box-shadow: rgba(0, 0, 0, .3) 0 2px 5px;
    max-width: 500px;
    padding: 3px 8px;
    color: #000;
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}

.required-field::after {
    content: " *";
    color: #dc3545;
    font-weight: bold;
}

.list-group-item {
    background-color: transparent;
}

.btn-no-radius-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.icon-default {
    color: #188290;
}

.integration-dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-top: -15px;
    margin-bottom: 1.75rem !important;
}

.integration-dropdown button.dp-btn {
    background-color: white;
    color: #757575;
    padding: 8px 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.integration-dropdown .current-application {
    margin-left: 8px;
}

.integration-dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: white;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    z-index: 2;
    top: 100%;
}

.integration-dropdown-content a {
    color: black;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: background-color 0.2s;
}

.integration-dropdown-content label {
    padding-left: 8px;
}

.integration-dropdown-content a:hover {
    background-color: #f8f8f8;
}

.displayTab {
    display: none;
}

/* Readonly style */
.readonly-style {
    background-color: #fff !important;
}

.badge-info{
    color:#fff;
    background-color: #008298;
}

.badge-primary{
    color:#fff;
    background-color: #0070f4;
}

.badge-success{
    color:#fff;
    background-color: #0a8927;
}

.btn-success{
    color:#fff;
    background-color: #0a8927;
    border-color: #0a8927;
}

.text-secondary {
    color: #636c74 !important;
}
.page-link {
    color: #0070f4 !important;

}
.page-item.active .page-link{
    color: #fff !important;
    background-color: #0070f4 !important;
    border-color: #0070f4 !important;

}