/*!****************************************************************************************!*\
  !*** css ./media/node_modules/css-loader/dist/cjs.js!./media/css/report_templates.css ***!
  \****************************************************************************************/
/*CSS specifically for Arches-HER custom reports*/
/* !important is evil, but necessary to override/revert to default the inline styles for resource-component-abstract */
.resource-component-abstract {
    height: auto !important;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.aher-tabbed-report .fa-angle-double-right {
    padding-left: 1px;
}

.aher-table-control div
{
    display: inline;
}

.aher-table table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
    top: 7px;
}

.aher-part-expanded
{
    display: inline;
}
.resource-report {
    display: table;
    height: 100%;
    width: 100%;
}

.scroll-y .aher-tabbed-report {
    background: #fff;
}

.scroll-y footer {
    display: none !important;
}

.pad-btm-sm {
    padding-bottom: 5px;
}

.pad-top-sm {
    padding-top: 5px;
}

.pad-lft-sm {
    padding-left: 5px;
}

.margin-top-summary {
    margin-top: 0px;
}

.aher-report-toolbar {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    position: fixed;
    z-index: 10;
}
.aher-report-subsection-two-column {
    display: flex;
    flex-wrap: wrap;
}
.aher-report-subsection-two-column > div {
    flex: 45%;
}

.aher-report-anchors.breadcrumb li, .aher-report-anchors.breadcrumb li a {
    padding: 0px;
}

.aher-report-toolbar-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0px;
    padding: 15px 0 5px 25px;
    color: #555;
    margin-bottom: 13px;
}

.resource-report:not(.editor-report) .aher-report-toolbar {
    /*margin-top: -85px;*/
}

.aher-report-name {
    padding-right: 5px;
    color: #595959;
    font-size: 14px;
}

.aher-report-instance-name {
    color: #25476a;
}

.aher-report-anchor-container {
    overflow-x: auto;
    white-space: nowrap;
    position: fixed;
    width: 100%;
    margin-top: 50px;
    z-index: 10;
}

.resource-report:not(.editor-report) .aher-report-anchor-container {
    /*margin-top: -35px;*/
}

.aher-report-anchors {
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    width: 100%;
    overflow-x: auto;
    position: relative;
}

.aher-report-a {
    color: #315B7D !important;
    font-size: 13px;
    padding: 3px 8px;
}

.aher-report-a.disabled {
    color: #888 !important;
}

.aher-report-a.disabled:hover {
    background: transparent;
    cursor: default;
}

.aher-report-page li, .aher-report-a:hover {
    border-radius: 2px;
    cursor: pointer;
    color: #25476a !important;
}

.aher-summary-report .aher-report-page li, .aher-report-a:hover {
    background: inherit;
}

.aher-summary-report .aher-title-block .aher-report-a:hover {
    background: #f2f2f2;
}

li, .aher-report-a.active:hover {
    cursor: default;
}

.aher-report-a.active {
    color: #25476a !important;
}

.aher-tabbed-report{
    width: calc(100% - 1px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    margin-top: 95px;
    flex: 1;
    flex-direction: column;
    max-height: calc(100vh - 195px)
}

.aher-tab-container {
    overflow-x: auto;
    min-height: 45px;
}

.aher-tab-list {
    padding: 0px 10px 0px 10px;
    background-color: #fbfbfb;
    display: flex;
    min-width: max-content;
}

.aher-tab-list-item {
    display: flex !important;
    align-items: center;
}

.aher-tab-list-item:last-child {
    border-right: 1px solid #ddd;
}

.aher-nav-tab {
    min-width: 220px;
    padding: 12px 20px;
    border-left: 1px solid #BBD1EA;
    background: #F7F9FB;
    border-bottom: 1px solid #BBD1EA;
    height: 45px;
}

.aher-nav-tab.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}

.aher-nav-tab:not(.active):hover {
    cursor: pointer;
}

.aher-tabbed-report-content {
    background: #fff;
    padding: 20px 25px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.aher-report-section {
    margin-bottom: 5px;
}

i.toggle:hover {
    cursor: pointer;
}

.aher-report-section i:hover {
    cursor: pointer;
}

.aher-report-section-title {
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0px;
    display: inline-block;
}

.aher-report-section-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0px 0px 0px;
    display: inline-block;
}

.aher-report-section > div > h2 {
    text-transform: capitalize;
}

.aher-report-section .aher-report-a {
    padding: 3px 8px;
}

.aher-report-section .aher-report-a:hover {
    background: #f2f2f2;
    border-radius: 2px;
    color: #454545;
}

.aher-report-a.disabled:hover {
    background: transparent;
    cursor: default;
    color: #888 !important;
}

.aher-table {
    margin-right: 20px;
    margin-top: -12px;
    margin-left: 8px;
    /*display: table;
    min-width: 50%;*/
    position: relative;
    z-index: 1;
}

.aher-summary-report .aher-table {
    width: 100%;
}

.aher-codemirror div .CodeMirror{
    height: 100%
}

.aher-flex-col{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.aher-codemirror {
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    flex-shrink: 0;
}

.aher-codemirror .geojson-editor {
    position: absolute;
    width: 100%;
    height: auto;
}

.aher-table tr {
    height: 33px;
    border-top: 1px solid #ddd;
}

.aher-table thead th {
    font-weight: 500 !important;
    color: #454545;
}

/*.aher-table .dataTable tr:hover {
    background: inherit !important;
}*/

.aher-table-header:hover {
    background: #fff !important;
}

.aher-table .dataTable tbody tr:nth-child(2n+1):hover {
    background-color: #f6f8fa !important;
}

.aher-table .dataTable tbody tr:nth-child(2n):hover {
    background-color: #fff !important;
}

.aher-table .dataTable thead tr:hover {
    background: #fff !important;
}

.aher-table .dataTable thead th:hover {
    background: rgba(218, 226, 234,0.5);
}

.aher-table .dataTable thead th.aher-table-control:hover {
    background: #fff;
}

.aher-table-descrip-col {
    padding: 8px !important;
}

.aher-table .table td {
    color: #595959;
    font-size: 13px;
    padding: 3px 8px;
}

.aher-table table.dataTable thead .sorting_asc:after {
    color: #454545;
    opacity: 1;
}

.aher-table table.dataTable thead .sorting_desc:after {
    color: #454545;
    opacity: 1;
}

.aher-table table.dataTable thead .sorting:after {
    color: #bbb;
    opacity: 1;
}

.aher-table .dataTable thead th:hover.sorting:after{
    color: #888;
}

.aher-table .dataTables_filter {
    margin-top: -15px;
}

.aher-table-control {
    padding: 6px;
    color: #999;
    max-width: 85px;
}

.aher-table thead .aher-table-control {
    border: none;
    width: 58px;
    max-width: 85px;
}

.aher-table-control i {
    padding: 7px 4px;
    color: steelblue;
    font-size: 12px;
}

.aher-table-control a:hover {
    cursor: pointer;
}

.aher-table-control i:hover {
    color: #25476a;
}

/*.aher-table tbody .aher-table-control:hover {
    background: rgba(172, 189, 206, 0.18);
}
*/

.aher-report-subsection {
    padding: 0px 10px;
    margin-bottom: 15px;
    margin-top: 1px
}

.aher-report-section:first-of-type div .aher-report-subsection .firstchild-container {
    border-top: none;
    margin-top: -10px;
}

.aher-summary-report .aher-report-section:first-of-type div .aher-report-subsection .firstchild-container {
    border-top: 1px solid #ddd;
    margin-top: 0px;
}

.aher-summary-report .aher-summary-block + .aher-report-page .aher-report-section:first-of-type div .aher-report-subsection .firstchild-container {
    border-top: none;
    margin-top: -10px;
}

.aher-report-subsection h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0px;
    display: inline-block;
}

.aher-report-subsection h3 span {
    font-weight: 500;
    color: #555;
    font-size: 15px;
}

h3.highlight {
    padding: 4px 8px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2px;
}

h3.shim {
    padding: 5px 9px;
}

h3.shim:hover {
    cursor: pointer;
}

.aher-report-collapsible-container {
    margin-bottom: 5px;
}

.aher-report-subsection-container {
    display: flex;
    padding-left: 0px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
    border-top: none;
}

.aher-report-subsection-container.no-flex {
    display: block;
}

.aher-report-subsection-container.map-container h3 {
    margin-bottom: 10px;
}

.aher-report-subsection-container.multi-cards {
    margin-left: -30px;
}

.aher-report-subsection-item {
    padding-right: 50px;
}

.aher-report-subsection-item.flex .aher-block-attributes {
    padding: 3px 20px 0px 0px;
}

.aher-report-subsection-item.flex.column-order {
    flex-direction: column;
}

.aher-report-subsection-item.flex.column-order.pad-top {
    padding-top: 10px;
}

.aher-report-subsection-item.flex.column-order.pad-btm {
    padding-bottom: 15px;
}

.aher-report-subsection-item.flex.column-order .aher-block-attributes h6 {
    padding: 0px;
    margin: 0px;
}

.aher-report-section .aher-report-subsection.part:last-child {
    padding-bottom: 50px;
}

.aher-block-attributes h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 2px 0px;
    display: inline-block;
}

.aher-block-attributes h6 {
    font-size: 14px;
    font-weight: 400;
    color: #2f527a;
    margin: 2px 0px;
    display: inline-block;
    padding: 5px 0px 0px 0px;
}

.aher-block-attributes h6 span {
    font-weight: 600;
    color: #555;
}

.aher-block-attributes .aher-nodata-note {
    margin-bottom: 0px;
}

.aher-keyvalue > h4 {
    margin: 2px;
    font-weight: 400;
}

.aher-block-attributes.actor-name {
    width: 300px;
}

.aher-block-attributes.timespan {
    width: 300px;
}

.aher-block-attributes.top-line {
    border-top: 1px solid #ddd;
    margin-top: 3px;
    padding-bottom: 10px;
}

.aher-card-control{
    display: inline;
}

.aher-block-key.compressed {
    padding-top: 0px;
    margin: 0px;
}

.aher-report-subsection-firstchild {
    padding: 10px 20px;
    min-height: 50px;
}

.aher-report-subsection-firstchild h5 {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #454545;
    padding-bottom: 3px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.aher-report-subsection-firstchild.no-top-pad {
    padding-top: 0px;
    margin-top: -10px;
}

.aher-report-subsection-firstchild:last-child {
    padding-bottom: 0px;
}

.aher-report-subsection-firstchild.outdent {
    padding-left: 0px;
}

.aher-report-subsection-firstchild.outdent h5 {
    margin-left: 0px;
}

.firstchild-container {
    /* border-top: 1px solid #ddd; */
}

.aher-report-event-section {
    border-top: 1px solid #ddd;
    margin-top: 2px;
}

.aher-summary-value {
    color: #777;
    margin-left: 5px;
}

.firstchild-container .aher-table {
    margin-bottom: -10px;
}

.aher-report-subsection-container .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 7px;
}

.aher-report-subsection-container table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 6px;
}

.firstchild-container .aher-table table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 7px;
    line-height: 14px;
}

.breadcrumb>li+li:before{
    content: "|"
}

.aher-report-subsection-firstchild .aher-table td {
    padding: 3px 8px;
}

.aher-table table.dataTable > tbody > tr.child ul.dtr-details li:first-child {
    padding-top: 5px;
}

.aher-table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f6f8fa90 !important;
}

.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.aher-nodata-note {
    font-size: 14px;
    color: #595959;
    margin-bottom: 20px;
    margin-left: 10px;
    display: inline-block;
}

.aher-report-subsection-firstchild .aher-nodata-note {
    margin-bottom: 5px;
}

.aher-nodata-note.aher-top-card {
    padding: 0px 0px 10px 12px;
}

.aher-table-link {
    color:  #435A70;
    text-decoration: underline;
}


.aher-summary-report {
    padding: 0px 25px;
    background: #fff;
}

.aher-summary-report .aher-report-page {
    padding-bottom: 0px;
}

.aher-summary-report .aher-report-page .aher-report-section:last-child {
    padding-bottom: 5px;
}

.aher-summary-report .aher-report-page:first-child .firstchild-container {
    border-top: none;
}

.aher-summary-report .aher-report-photo-container {
    padding-bottom: 5px;
}

.aher-title-block h1 {
    font-size: 17px;
    margin: 5px 0px 2px 0px;
    display: inline-block;
}

.aher-summary-report .aher-summary-block:first-child {
    background: #fff;
    position: sticky;
    padding: 10px 0px 0px 0px;
    width: calc(100% + 10px);
    top: 0px;
    z-index: 10;
}

.aher-summary-report .aher-summary-block .aher-block-attributes:last-of-type {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.aher-summary-block:not(:first-child) {
    margin-top: 25px;
    min-height: 25px;
}

.aher-block-attributes {
    font-size: 14px;
    line-height: 1.25;
    padding-top: 10px;
}

.aher-block-attributes.highlighted {
    padding: 4px 8px;
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}

.aher-block-attributes.highlighted h4 {
    font-weight: 500;
    color: #676767;
}

.aher-block-key {
    margin-right: 5px;
    color: #0d3b63;
    display: inline-block;
}

.aher-block-value {
    color: #595959;
    display: inline-block;
    font-size: 15px;
}

.aher-block-value a {
    color: #595959;
}

a.aher-block-value-url {
    color: #12548A;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.aher-block-value-url:hover {
    color: #D5A60F;
}

.aher-summary-block-title h2 {
    font-size: 15px;
    color: #727272;
    margin-bottom: 5px;
}

.aher-summary-block-content {
    color: #898989;
    font-size: 14px;
    margin-top: -5px;
}

.aher-table .table th {
    border-bottom: none !important;
    font-size: 13px !important;
}

.aher-table .table.dataTable > tbody > tr.child span.dtr-title {
    font-weight: 400;
}

.aher-table .table.dataTable > tbody > tr.child span.dtr-data {
    color: #777;
}

.aher-table .dataTables_filter {
    margin-top: 10px;
    margin-bottom: -10px;
}

.aher-table .dataTables_length {
    margin-top: 10px;
    margin-bottom: -10px;
}

.aher-tabbed-report-footer {
    position: fixed;
    bottom: 0px;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    width: 100%;
    background: #f9f9f9;
}


.aher-report-map {
    width: 100%;
    background: #f6f6f6;
    border:  1px solid #ddd;
    margin-bottom: 5px;
    margin-top: 10px;
}

.aher-report-map.aher-designation {
    margin-bottom: 15px;
}

.aher-report-photo-container {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.aher-report-photo {
    height: 250px;
    width: 350px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    margin: 0px 15px 10px 0px;
    padding: 3px;
    display: flex;
    justify-content: center;
}

.aher-report-photo img {
    max-width: 100%;
    max-height: 100%;
}

.aher-report-photo-caption {
    width: 350px;
    display: inline-block;
    margin-top: -5px;
    margin-bottom: 25px;
    padding: 0px 3px;
}

.aher-report-photo-caption .aher-report-subsection-item {
    padding-right: 0px;
}

.aher-report-photo-caption .aher-report-subsection-item.flex .aher-block-attributes {
    padding: 0px;
}

.aher-report-photo-caption .aher-block-key {
    font-size: 12px;
}

.aher-report-photo-caption .aher-block-value {
    font-size: 12px;
}

.aher-report-json {
    margin-left: -10px;
    margin-top: 5px;
    height: 750px;
    /*height: calc(100% - 20px);*/
    width: calc(100% - 10px);
    border: 1px solid #ddd;
    background: #f6f6f6;
}

.aher-summary-report-header {
    height: 50px;
    background: #fff;
    position: fixed;
    top: 101px;
    width: 100%;
    margin-bottom: 60px;
    z-index: 10;
}

.aher-summary-report-title {
    font-size: 19px;
    font-weight: 400;
    margin-left: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
}

.model-summary-report {
    background: #fff;
    padding: 55px 30px 30px 30px;
}

.graph-designer .aher-report-toolbar {
    position: absolute;
}

.graph-designer .aher-report-anchor-container {
    position: relative;
}

.graph-designer .aher-tabbed-report {
    margin-top: auto;
}

/*!*********************************************************************************!*\
  !*** css ./media/node_modules/css-loader/dist/cjs.js!./media/css/dashboard.css ***!
  \*********************************************************************************/
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.title-info-margin {
    margin: 1rem 1rem 0 1rem
}

.dashboard-footer {
    height: 53px; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    margin-top:auto
}

.dot-outline {
    width: 13px;
    height: 13px;
    border: 0.2rem solid grey;
    border-radius: 50%;
    display: inline-block;
}

.dot-filled {
    background-color: green;
    border: none;
}

.margin-right-2 {
    margin-right: 2px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.card-column-height-m {
    height: 75px;
}

.overflow-scroll {
    overflow: auto;
}
/*!******************************************************************************!*\
  !*** css ./media/node_modules/css-loader/dist/cjs.js!./media/css/signup.css ***!
  \******************************************************************************/
.password-rule {
    color: #dc3545;
    transition: color 0.3s ease;
}
.password-rule.valid {
    color: #28a745;
}
.password-rule.valid i {
    color: #28a745;
}
.password-rule i {
    color: #dc3545;
}
.form-control.invalid {
    border: 2px solid #dc3545;
}
.form-control.valid {
    border: 2px solid #28a745;
}
.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./media/node_modules/css-loader/dist/cjs.js!./media/node_modules/postcss-loader/dist/cjs.js!./media/node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5.use[3]!./media/css/project.css ***!
  \****************************************************************************************************************************************************************************************************/
.workflow-panel.navbarclosed {
    min-width: 50px;
    width: 50px;
}

#container {
    min-height: 100vh;
    height: auto;
    position: relative;
    min-width: 290px;
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    opacity: 1;
    visibility: visible;
}

.navbarclosed li.workflow-main-nav-item {
    text-align: center;
    padding-left: 0;
    margin-left: 0px;
    height: 45px;
    border-left: 4px solid transparent;
}

.navbarclosed .workflow-main-nav-item > a span {
    display: none;
}

.nav-tooltip {
    display: none;
}

.navbarclosed .workflow-main-nav-item:hover .nav-tooltip {
    display: table-cell;
    background: #26476a;
    padding: 12px 20px;
    position: relative;
    top: -30px;
    left: 46px;
    width: auto;
    height: 45px;
    white-space: nowrap;
    z-index: 100;
}

.plugin-main {
    background: #f9f9f9;
}

.cons-search-results-container .search-result {
    margin-left: 0px;
    height: 60px;
    padding: 11px 10px 11px 15px;
    position: relative;
    background: #fbfbfb;
}

.cons-search-results-container .search-result:hover {
    background: #fff;
    border-bottom: 1px solid steelblue;
}

.cons-search-results-container .search-result:hover .search-result-info {
    width: 325px;
}

.search-result-info {
    width: 365px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-resource-name {
    font-size: 14px;
    font-weight: 600;
    color: #416284;
    line-height: 0.79;
}

.search-result-info a:hover {
    color: #2e29da;
}

.cons-type {
    font-size: 13px;
    font-weight: 400;
    color: #777;
    margin-top: -2px;
}

.cons-search-results-container .search-result:hover .cons-search-popup-link {
    display: block;
}

.cons-search-popup-link {
    position: absolute;
    left: 343px;
    top: 0px;
    width: 56px;
    height: 58px;
    background: #f2f2f2;
    border-left: 1px solid #ddd;
    padding: 15px 19px;
    font-size: 19px;
    font-weight: 400;
    display: none;
}

.cons-search-popup-link:hover {
    cursor: pointer;
}

.tabbed-workflow-footer-button-container .btn-success:focus {
    background: #CEF1AA;
    color: #508A14;
}

.tabbed-workflow-footer-button-container .btn-primary:focus {
    background: #B0D4F5;
    color: #156AB7;
}

.tabbed-workflow-footer-button-container .btn-danger:focus {
    background: #FFA08E;
    color: #B02107;
}

.workflow-top-control .btn-danger:focus {
    background: #FFA08E;
    color: #B02107;
}

.workflow-top-control .btn-success:focus {
    background: #CEF1AA;
    color: #508A14;
}

div.workflow-content {
    flex-grow: 2;
    background: #fafafa;
}

.workflow-panel-nav-header a span i {
    padding-left: 10px;
}

.navbarclosed .workflow-panel-nav-header a span i {
    padding-left: 10px;
}

.workflow-panel-nav-header a span {
    font-size: 17px;
    font-weight: 600;
    color: white;
    margin-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.workflow-panel-nav-header {
    padding-top: 12px;
    height: 50px;
    border-bottom: 1px solid #041B33;
}

.workflow-panel-nav-header:hover {
    cursor: pointer;
}

.workflow-panel-nav-header > hr {
    border-color: #142638;
    width: 100%;
}

.tabbed-workflow-title-bar {
    flex-direction: row-reverse;
}

.workflow-step-loading-mask {
    top: 95px;
}

.sub-title {
    font-weight: 600;
}

.dropzone-photo-upload {
    margin-top: 40px;
}

.photo-workbench-photo {
    position: relative;
    padding: 4px;
}

.photo-workbench-photo:nth-child(even) {
    background: #fff;
    border-bottom: 1px solid #D3E5F4;
}

.photo-workbench-photo:nth-child(odd) {
    background: #F5FAFE;
    border-bottom: 1px solid #D3E5F4;
}

.photo-workbench-photo.selected-photo {
    background-color: #9CC3E4;
    color: #fff;
    font-weight: 600;
    padding: 4px;
}

.photo-workbench-photo:not(.selected-photo):hover {
    background: #CAE2F5;
    cursor: pointer;
}

.card-display-panel {
    position: relative;
    width: calc(100% - 75px);
    min-height: 400px;
    height: inherit;
    top: 0px;
    left: 0px;
}

.card-control-panel-tabs.nav.nav-tabs {
    background-color: #ccc;
    width: 55px;
}

.card-control-panel-tabs.nav.nav-tabs li {
    background-color: #ccc;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    width: 55px;
}

.card-control-panel-tabs.nav.nav-tabs li.active {
    background-color: #fff;
    margin-left: -1px;
    width: calc(100% + 1px);
    border-left: 1px solid #fff;
}

.tab-container .nav-tabs li a {
    margin-right: 0px;
}

.gallery-container .tab-container .tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-container {
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    background-color: #ededed;
    height: -webkit-fill-available;
}

.card-control-panel .tab-pane {
    display: inline-flex;
}

/* workflows */
.workflows-get-tile-value {
    margin: 10px -10px 25px 20px;
    border: solid 1px #acf;
    padding: 20px 30px 40px 30px;
    max-width: 615px;
    background-color: #f3f3f3;
}

.workflows-get-tile-value h4 {
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: 14px;
    font-weight: 500;
}

.workflows-get-tile-value > .checkbox {
    margin: 0;
    padding: 10px 5px 5px 5px;
    color: #777;
}

.workflows-add-reference-numbers {
    margin: 5px 25px;
    border: solid 1px #acf;
    padding: 10px;
    background-color: #fff;
}

/* In core core arches */
.projects-grid {
    margin-left: -10px;
}

.projects-grid .card-grid-item {
    margin: 10px;
    border: 1px solid #bbb;
}

.projects-grid .card-grid-item:hover {
    border: 1px solid steelblue;
}

.active-cons-container {
    margin: 65px 30px 30px 30px;
    overflow-y: scroll;
    width: 100%;
    height: calc(100vh - 160px);
}

.active-cons-container-header {
    position: absolute;
    width: 100%;
    margin: 0px;
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
}

.active-cons-filters {
    padding: 15px 10px 10px 30px;
    margin-bottom: 5px;
}

.active-cons-filters input {
    height: 32px;
    width: 291px;
    margin-right: 5px;
    padding-left: 5px;
}

.active-cons-filters input:focus {
    border: 1px solid steelblue;
    outline: unset;
    padding-left: 6px;
}

.active-cons-filters .filter {
    margin-top: -3px;
    height: 30px;
    padding-top: 3px;
    font-weight: 600;
    border-radius: 2px;
}

.active-cons-filters .reset {
    border-radius: 50%;
    padding: 0px 1px;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 24px;
    left: 298px;
    font-size: 9px;
}

div.active-cons-header {
    border: solid 1px #454545;
    padding: 5px 10px;
    color: #fff;
    background: #454545;
    margin: -1px;
    height: 50px;
}

.active-cons-table-view {
    height: 57px;
    margin-bottom: 5px;
}

.active-cons-container-title {
    font-size: 17px;
    color: #585858;
    padding: 22px 45px;
    margin: 0px;
}

.active-cons-header-title {
    margin-top: 2px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* div.active-cons-header ~ div div, div.active-cons-header ~ div p {
    overflow: hidden;
} */
div.active-cons-map-container {
    height: 200px;
    width: 288px;
    padding: 0px;
    text-align: center;
    background-color: #f8fbff;
    position: relative;
    margin-top: 1px;
}

.active-cons-map-container span {
    font-size: 8px;
}

div.active-cons-map {
    height: inherit;
    width: inherit;
}

div.active-cons-map > a > img {
    max-width: 100%;
    height: auto;
    z-index: -1;
}

img.active-cons-map-disabled {
    opacity: 0.2;
}

div.active-cons-map > div {
    z-index: 1;
    position: absolute;
    width: inherit;
    padding: 0 1px 0 4px;
    height: auto;
    top: 175px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
}

div.active-cons-map > div > span {
    display: inline-block;
}

div.active-cons-stubs {
    border-bottom: solid 1px #ddd;
    display: flex;
    padding: 10px;
}

.active-cons-header.status-ok, .hover-feature-title-bar.status-ok {
    background: #9EE50F;
    color: #4A6F00;
    border: 1px solid #649600;
}

.card-grid-item:hover .active-cons-header.status-ok {
    border: 1px solid #25476A;
    border-bottom: 1px solid #649600;
}

.active-cons-header.status-late, .hover-feature-title-bar.status-late {
    background: #CD0074;
    color: #fff;
    border: 1px solid #7D0047;
}

.card-grid-item:hover .active-cons-header.status-late {
    border: 1px solid #25476A;
    border-bottom: 1px solid #7D0047;
}

#map-popup .status-warning .hover-feature-title {
    color: #9B9B00;
}

#map-popup .status-ok .hover-feature-title {
    color: #4A6F00;
}

#map-popup .status-late .hover-feature-title {
    color: #fff;
}

.active-cons-header.status-warning, .hover-feature-title-bar.status-warning {
    background: #FFFF1A;
    color: #9B9B00;
    border: 1px solid #bbb;
}

.active-cons-paginator {
    position: absolute;
    bottom: 0px;
    background: #f1f1f1;
    border-top: 1px solid #ddd;
    width: 100%;
}

.active-cons-paginator .pagination {
    margin: 5px 0px;
}

.card-grid-item:hover .active-cons-header.status-warning {
    border: 1px solid #25476A;
    border-bottom: 1px solid #bbb;
}

div.active-cons-stub-left {
    flex-grow: 1;
    border-right: solid 1px #ddd;
    text-align: center;
    width: 120px;
}

div.active-cons-stub-right {
    flex-grow: 1;
    text-align: center;
    width: 150px;
    padding-left: 3px;
}

div.ep-tools-title > div {
    font-size: 15px;
    padding: 12px 0px 0px 12px;
}

div.active-cons-stub-val {
    font-size: 13px;
    font-weight: 500;
    color: #25476A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.active-cons-stub-label {
    font-size: 11px;
    color: #777;
}

.active-cons-stub-summary {
    font-size: 12px;
    color: #727272;
    height: 116px;
    padding: 10px 15px;
}

.osm-credit {
    padding-left: 50px;
}

.active-cons-stub-summary-text {
    width: 265px;
    overflow: hidden;
    height: 98px;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
}

div.active-cons-hover-loading {
    position: absolute;
    font-size: 36px;
    align-self: center;
    /* display: inline-block; */
    /* text-align: center; */
    height: 55%;
    margin-left: 30%;
    text-align: center;
}

.active-cons-hover-loading i {
    display: inline-block;
}

.active-cons-table {
    padding: 10px 20px;
}

.active-cons-table .dataTables_info {
    margin-top: -5px;
}

.active-cons-table tr {
    height: 35px;
}

.active-cons-table input {
    margin-top: 0px;
}

.active-cons-table label {
    margin-top: -3px;
}

.active-cons-table p {
    max-width: 600px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.active-cons-table tbody tr {
    background: #fff;
}

.active-cons-table tbody tr:nth-child(odd) {
    background: #F5FAFE;
    border-bottom: 1px solid #D3E5F4;
}

.active-cons-table .btn-group {
    margin-top: 0px;
}

.active-cons-table .row:first-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.active-cons-table td {
    margin-top: 3px;
}

.active-cons-table .dataTables_paginate {
    position: fixed;
    bottom: 5px;
    right: 40px;
}

.active-cons-table .dataTables_info {
    position: fixed;
    bottom: 10px;
    left: 90px;
}

.workflow-main-nav-item {
    cursor: pointer;
    display: block;
}

.workflow-main-nav-item.active-sub {
    background-color: steelblue;
}

.workflow-main-nav-item.active-sub:hover {
    cursor: default;
    background: steelblue;
}

li.workflow-main-nav-item a {
    display: block;
}

div.hide-completion-date > div > div > div > div > form > div > div:nth-child(5) {
    display: none;
}

div.show-only-details > div > div > div > div > form > div > div:nth-child(9),
div.show-only-details > div > div > div > div > form > div > div:nth-child(12),
div.show-only-details > div > div > div > div > form > div > div:nth-child(16) {
    display: none;
}

div.show-only-notes > div > div > div > div > form > div > div:nth-child(1),
div.show-only-notes > div > div > div > div > form > div > div:nth-child(2),
div.show-only-notes > div > div > div > div > form > div > div:nth-child(3),
div.show-only-notes > div > div > div > div > form > div > div:nth-child(4),
div.show-only-notes > div > div > div > div > form > div > div:nth-child(5),
div.show-only-notes > div > div > div > div > form > div > div:nth-child(12),
div.show-only-notes > div > div > div > div > form > div > div:nth-child(16) {
    display: none;
}

div.show-only-followup > div > div > div > div > form > div > div:nth-child(1),
div.show-only-followup > div > div > div > div > form > div > div:nth-child(2),
div.show-only-followup > div > div > div > div > form > div > div:nth-child(3),
div.show-only-followup > div > div > div > div > form > div > div:nth-child(4),
div.show-only-followup > div > div > div > div > form > div > div:nth-child(5),
div.show-only-followup > div > div > div > div > form > div > div:nth-child(9),
div.show-only-followup > div > div > div > div > form > div > div:nth-child(16) {
    display: none;
}

div.show-only-upload > div > div > div > div > form > div > div:nth-child(1),
div.show-only-upload > div > div > div > div > form > div > div:nth-child(2),
div.show-only-upload > div > div > div > div > form > div > div:nth-child(3),
div.show-only-upload > div > div > div > div > form > div > div:nth-child(4),
div.show-only-upload > div > div > div > div > form > div > div:nth-child(5),
div.show-only-upload > div > div > div > div > form > div > div:nth-child(9),
div.show-only-upload > div > div > div > div > form > div > div:nth-child(12) {
    display: none;
}

div.hide-full-address > div > div > div > div > form > div > div:nth-child(1) {
    display: none;
}

.ep-toolbar.cons {
    border-top: 1px solid #ddd;
    background: #f8f8f8;
    border-bottom: none;
}

.active-cons-footer {
    background: #444;
}

.cons .ep-tools-right {
    background: #f2f2f2;
    position: absolute;
    right: 0px;
    height: 49px;
}

.cons-owner-title-panel {
    padding: 0px 0px;
}

.cons-owner-title {
    padding: 15px;
    font-weight: 600;
}

.active-cons-map .map-credit a.mapboxgl-ctrl-logo {
    margin: -5px 0 -3px 3px;
}

a.mapboxgl-ctrl-logo {
    height: 17px;
    width: 170px;
}

.active-cons-table-container {
    padding: 20px 0px;
}

.active-cons-table-clip-field {
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.active-consultations-table-header {
    background: steelblue;
    color: #ddd;
}

table.dataTable thead .sorting_asc:after {
    color: #eee;
    opacity: 1;
}

table.dataTable thead .sorting:after {
    color: #eee;
    opacity: 1;
}

.active-consultations-table-header tr:first-child:hover {
    background-color: steelblue !important;
}

.active-consultations-sort {
    position: absolute;
    right: 100px;
    top: 15px;
}

.active-cons-table div.dataTables_wrapper div.dataTables_filter {
    text-justify: inherit;
    float: right;
    margin-right: 0px;
    margin-top: 3px;
}

.active-consultations-display {
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 300;
}

.active-consultations-display .btn {
    margin-right: -20px;
    color: #888;
}

.active-consultations-display .btn:hover {
    color: #041B33;
}

.active-consultations-display .btn:focus {
    color: #041B33;
}

.dataTables_wrapper .row {
    margin-top: 3px;
}

table.report-tabular-card {
    width: 80%;
    margin-top: 4px;
    /* padding-left: 40px;
    padding-right: 40px; */
}

.tabbed-workflow-step-body .photo-workbench-photos {
    margin-top: 10px;
}

.report-tabular-card td {
    padding: 4px;
    color: #a3a4a4;
    /* border-left:1px solid black;
    border-right:1px solid black; */
}

.report-tabular-card tr td:first-child {
    border-left: 1px solid #dfdfdf;
}

.report-tabular-card tr td:last-child {
    border-right: 1px solid #dfdfdf;
}

.report-tab-content-left-align {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* .report-tabular-card tr td:nth-child(even) {
    border-right:1px solid black;
} */
.report-tabular-card tr:last-child {
    border-bottom: 1px solid #dfdfdf;
}

.report-tabular-card th {
    border-bottom: 1px solid #dfdfdf;
    color: #74899f;
    font-weight: 500;
}

.report-tabular-card tr:nth-child(even) {
    background-color: #f7f7f8;
}

span.rp-tile-title {
    color: #2c4d70;
    font-weight: 550;
    padding-right: 5px;
}

.communication-type {
    color: rgb(134, 134, 134);
    font-size: 0.95em;
}

.her-final-step-section {
    padding: 0px 15px 15px 15px;
    display: flex;
    flex-direction: column;
}

.her-final-step-section .map-container {
    border: solid 1px #ddd;
    margin-top: 5px;
    margin-bottom: 5px;
}

.her-final-step-section .map-container .map {
    height: 400px;
    width: 100%;
}

.final-step-section-block {
    display: inline-flex;
    width: inherit;
    justify-content: space-between;
}

.address-block {
    width: 75%;
    min-width: 700px;
}

.final-step-section-block-item {
    display: flex;
    flex-direction: column;
}

.final-step-section-block-item .block-item {
    display: inline-flex;
}

.summary-image-metadata .block-item {
    display: inline-flex;
}

.final-step-section-block-item a {
    text-decoration: underline;
    font-size: 13px;
}

.block-item.files-metadata {
    padding: 5px 0px 5px 5px;
    font-size: 12px;
}

.final-step .summary-label {
    padding-right: 5px;
    color: #777;
}

.final-step h5 {
    font-size: 14px;
    margin-bottom: 2px;
}

.final-step .summary-value {
    color: #2b547c;
}

.final-step .file-list .file-upload-card {
    border-bottom: 1px solid #D3E5F4;
    border-radius: 2px;
    padding: 7px 8px 5px 15px;
    background: #fff;
    color: #666;
    height: 30px;
}

.final-step .file-list {
    margin-top: 5px;
    border: 1px solid #ddd;
    overflow-y: scroll;
    width: 100%;
}

.final-step .file-list .file-upload-card:nth-child(odd) {
    background: #F5FAFE;
}

.attendee-table {
    max-width: 750px;
}

.attendee-table > tbody > tr:nth-of-type(odd) {
    background-color: #F5FAFE;
}

.attendee-table .attendee-name {
    width: 300px;
}

.attendee-table .attendee-type {
    width: 450px;
}

.reference-number-table {
    max-width: 750px;
}

.reference-number-table > tbody > tr:nth-of-type(odd) {
    background-color: #F5FAFE;
}

.reference-number-table th {
    width: 250px;
}

.final-step .summary-image {
    max-height: 240px;
    border: 1px solid #343434;
}

.summary-image-metadata {
    display: flex;
    flex-direction: column;
    padding: 5px 5px 10px 0px;
}

.summary-image-metadata .summary-value {
    max-width: 300px;
}

.final-step .summary-image-container {
    margin: 5px 5px 5px 0px;
    display: inline-block;
}

.consultation-map-step {
    width: 100%;
    height: 100%;
    padding: 0px;
}

/**
 * Custom CSS Overrides by F&T
 */
.workflow-form-component {
    height: min-content;
}

.docx-preview--overrides .docx-wrapper {
    background: #eceef0 !important;
}

.full-height-map {
    height: 100%;
}

.full-height-map .workflow-component-based-step {
    height: 100%;
}

.full-height-map .workbench-card-sidebar {
    visibility: hidden;
}

.dashboard-card-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 1rem;
}

.dashboard-card-columns > div > p {
    font-size: 1.2rem;
}

.dashboard-card-columns-alt {
    display: flex;
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 0.5rem;
}

.dashboard-card-columns-alt > div:first-child {
    width: 75%;
}

.dashboard-card-list {
    max-height: 58px;
    overflow: auto;
}

.dashboard-card-list > p {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.dashboard-card-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 220px;
}

.dashboard-counter-card {
    width: 300px;
    max-height: 120px;
    margin: 1.22rem 5rem;
    padding: 0 1rem 1rem 1rem;
}

.planning-card {
    min-height: 258px;
}

.response-container div {
    display: flex;
    align-items: center;
    margin: 1.5rem 1rem;
}

.response-container div input[type=checkbox] {
    pointer-events: none;
    cursor: not-allowed;
    margin-left: 2rem;
}

.scrollable {
    overflow-y: auto;
}

.h-95vh {
    height: 95vh;
}

.h-80vh {
    height: 80vh;
}

.h-75vh {
    height: 75vh;
}

.h-full {
    height: 100vh;
}

.h-500 {
    height: 500px;
}

.mh-95vh {
    max-height: 95vh;
}

.mh-80vh {
    max-height: 80vh;
}

.mh-75vh {
    max-height: 75vh;
}

.mh-full {
    max-height: 100vh;
}

.mh-500 {
    max-height: 500px;
}

.mt-1 {
    margin-top: 0.5rem;
}
