﻿body {
    padding-top: 70px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select
/*textarea {
    /*max-width: 280px;*/
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.grid {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}

    .grid a {
        color: #000;
        background: transparent;
        text-decoration: underline;
    }

.grid-row-style td {
    text-align: left;
}

.grid-header th {
    padding-right: 20px;
    padding-left: 20px;
}

.grid-alternating-row td {
    text-align: left;
}

.grid-header {
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border-bottom: 2px solid #3966A2;
    height: 40px;
    border-top: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

.grid-footer {
    padding: 6px 10px;
    background-color: #e8eef4;
    border-top: 2px solid #3966A2;
    height: 30px;
    border-bottom: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

    .grid-footer td {
        font-weight: bolder;
    }

    .grid-footer a {
        font-weight: normal;
        border: 1px transparent;
        padding: 5px;
        margin: 0px;
    }

.grid-alternating-row {
    height: 30px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

.grid-row-style {
    height: 30px;
    border-bottom: 1px solid #d2d2d2;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

.grid-selected-row {
    font-weight: bold;
}

.deleterow {
    cursor: pointer;
}

.downloadfile {
    cursor: pointer;
}

.requestfile {
    cursor: pointer;
}

.search {
    cursor: pointer;
}

.iamalink {
    cursor: pointer;
}

.searchresults {
    width: 70%;
}

.requestattach {
    width: 50%;
    height: 85%;
    overflow: auto;
}

.searchresultstable {
    width: 95%;
    max-height: 50px;
}

.requesttable {
    max-height: 5px;
}

.editordiv {
    max-width: 70em;
    white-space: pre-wrap;
}

.editor {
    min-height: 25em;
    height: 25em;
    max-width: 70em;
}

.requestheader {
    font-weight: bold;
    text-decoration: underline;
}

.documenttable {
    height: 100%;
    overflow: auto;
}

.requestbody {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

.table-nowrap {
    table-layout: fixed;
}

    .table-nowrap td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.requestmainsection {
    height: 50%;
    overflow: scroll;
}

.requestanalysissection {
    height: 50%;
    overflow: scroll;
}

.divreset {
    overflow: auto;
}

/* Appears we don't have default popover style */
/* Popover */
.popover {
    border: 2px solid black;
}

/* Popover Header */
.popover-title {
    background-color: cadetblue;
    color: white;
    font-size: 14px;
    text-align: center;
}

/* Popover Body */
.popover-content {
    background-color: lightblue;
    color: black;
    padding: 20px;
}



/* table/datatable formatting overrides */
table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 10px; /* e.g. change 8x to 4px here */
}

table#reporttable a {
    text-decoration: none;
    color: #0d6efd;
}

    table#reporttable a:hover {
        text-decoration: underline;
        color: #0a58ca;
    }




@media screen and (min-width: 769px) {
    .intelligentsearch {
        min-width: 600px;
    }
}

/* Search Highlight */
mark {
    background: orange;
    color: black;
}

a.headerlink:hover,
a.headerlink:link,
a.headerlink:visited {
    color: white;
    text-decoration: none;
    text-decoration-color: white;
}

a.alwaysalink:hover,
a.alwaysalink:link,
a.alwaysalink:visited {
    color: black;
    text-decoration: underline;
    text-decoration-color: black;
    cursor: pointer;
}

.table-stripedselectable tbody tr:nth-child(odd) td {
    background-color: none;
}

.table-stripedselectable tbody tr.highlight td {
    background-color: Highlight;
}

.parentworkflow {
    border: double
}

.childworkflow {
    border: groove
}

#make-payment {
    color: #9d9d9d;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

    #make-payment:hover {
        color: white;
    }

.listing-image {
    max-height: 15em;
    height: 15em;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

td.details-control {
    background: url('/Content/images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('/Content/images/details_close.png') no-repeat center center;
}

.modal-backdrop {
    visibility: hidden !important;
}

.modal.in {
    background-color: rgba(0,0,0,0.5);
}

.ui-slider {
    background: #efefef !important;
    border: 1px solid #d2d2d2 !important;
    height: 20px !important;
    position: relative !important;
    border-radius: 100px !important;
}

.ui-slider-range {
    background: #71c0ff !important;
    height: 20px !important;
    position: absolute !important;
    border-top: 1px solid #5d99c8 !important;
    border-bottom: 1px solid #5d99c8 !important;
    transform: translateY(-1px) !important;
}

    .ui-slider-range:after {
        content: '' !important;
        width: 100% !important;
        height: 1px !important;
        background: #fff !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        opacity: 0.3 !important;
    }

.ui-slider-handle {
    border: 1px solid #555 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background: #424242 !important;
    position: absolute !important;
    width: 29px !important;
    height: 29px !important;
    top: 50% !important;
    display: block !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 100px !important;
    z-index: 10 !important;
    cursor: move !important;
    /* fallback if grab cursor is unsupported */
    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
    box-shadow: inset -2px -2px 6px 2px rgba(0, 0, 0, 0.1) !important;
    transition: width 0.1s !important;
}

    .ui-slider-handle:focus {
        outline: none !important;
    }

    .ui-slider-handle:active {
        cursor: grabbing !important;
        cursor: -moz-grabbing !important;
        cursor: -webkit-grabbing !important;
    }

.ui-state-active {
    width: 20px !important;
}

.spreadsheet-upload input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

    .spreadsheet-upload input:focus {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.spreadsheet-upload {
    position: relative
}

    .spreadsheet-upload:after {
        pointer-events: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 50px;
        right: 0;
        height: 56px;
        content: "";
        background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
        display: block;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.color input {
    background-color: #f1f1f1;
}

.spreadsheet-upload:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.listing-col {
    display: inline-grid;
    padding: 5px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    margin: auto;
    margin-left: 2px;
    margin-bottom: 3px;
    background-color: white;
}

.listing-col-ul {
    padding: unset;
    height: 30px;
    background-color: #f4a330;
    border-radius: 9px;
    margin-bottom: 5px;
}

.sheet-col {
    margin: 2px 2px 2px 2px !important;
}

#column-matching {
    display: none;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.indented {
    padding-left: 3em;
}

/*overrides*/
a {
    color: #21446E;
    text-decoration-color: #85A4C7;
}

.reverse {
    color: #FFF;
}


/* derived from Boostrap v5 */
.card-info {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid #bce8f1;
    border-radius: var(--bs-card-border-radius);
}

.card-header a {
    color: #FFF;
    text-decoration: none;
}
    .card-header a:hover {
        color: #FFF;
        text-decoration: underline;
    }

.card-header-info {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid #bce8f1;
}


.w-33 {
    width: 33% !important;
}


.footertext {
    color: #337ab7;
}

/* Help Layout  */
.H_navbar{
    height:50px;
    color: #FFF;
    background-color: #000;

}
.H_tabs
{
    background-color:#FFF;
}


/* misc: removes inline styles for CSP compliance  */
.containerMargings {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 70px;
}


.chartBackground {
    background-image: url('../Content/ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
    width: 500px;
    height: 350px;
}

.scroll-y {
    overflow-y:scroll;
}

.scrollAuto {
    overflow-y: auto;
}

.width20pc {
    width: 20%;
}




