﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    word-break: break-all;
    line-height: 1.2rem;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.subtext {
    font-size: 15px;
}

.text-section {
    margin-bottom: 15px;
}

.search-type-card-row {
    margin-top: 20px;
}

.search-type-card {
    border-radius: .5rem;
}

.menu-card {
    margin-bottom: 20px;
}

.sortable-placeholder {
    border: 1px dashed black;
    border-radius: .5rem;
    margin-left: 15px;
    margin-right: 15px;    
}

.ui-state-highlight {
}

.ui-widget {
    font-size: 0.8rem;
}

ui-iggrid-header .ui-widget-header {
    background-color: gray;
}

.ui-iggrid .ui-widget-header, .ui-iggrid th, .ui-iggrid th.ui-state-default {
    color: white;
    background-color: gray;
}

    .ui-iggrid th.ui-state-hover {
        background-color: darkgray;
    }
.ui-iggrid th .ui-iggrid-indicatorcontainer .ui-icon {
    color: white;
}

.ui-igedit-checkbox-container, .ui-igedit-container, .ui-igcombo-wrapper {
    display: block;
}

.ui-igedit-container {
    width: auto;
}

div.form-group.row {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.rowViewed {
    background-color: #1861ac !important;
    color: white !important;
}

.card-details {
    border: none;
    margin-left: 1em;
    margin-right: 1em;
}

@media all and (min-width:768px) {

    .dl-horizontal dt {
        width: 174px;
    }

    .probate-case > .dl-horizontal dt {
        width: 100px;
    }

    .probate-case > .dl-horizontal dd {
        margin-left: 115px;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

dd {
    margin-bottom: 0px;
}

.card-details > .card-title {
    font-weight: bold;
}


.thumbnail-wrapper {
    overflow-x: scroll;
    overflow-y: auto;
    width: 100%;
    height: 150px;
    margin-bottom: 12px;
}

.thumbnail-wrapper-nonindexpages {
    overflow-x: scroll;
    overflow-y: auto;
    width: 100%;
    height: 200px;
    margin-bottom: 12px;
}

.thumbnail-page-nonindex {
    width: 85px;    
    float: left;
}

.thumbnail-page-nonindex-cb {
    text-align: center;
}

img.current {
    border: 2px solid blue;
}

img.instrument {
    float: left;
    background-color: white;
    width: 1024px;
    height: 1325px;
    display: none;
}

img.instrument:first-child {
    display: block;
}

.instrument-images {
    border: 1px solid black;
    background-color: white;
    width: 1024px;
    height: 1325px;
    overflow: hidden;
    position: relative;
    float: left;
 }

.thumb {
    float: left;    
    border: 1px solid black;
    width: 75px;    
    margin: 0.5em;
}

.thumb.nonindex {
    height: 135px;
}

.img.thumb.active {
    border: 2px solid #0b5ed7;
}

.thumbnails img:hover {
    cursor: pointer;
}

.details-button-bar {
    width: 1024px;
    margin-bottom: 5px;
}

.details-purchase-btn {
    margin-left: 3px;
}

.account-summary-balance {
    font-weight: bolder;
    font-size: 1.1rem;
    padding-top: .375rem;
}

.account-summary-name {
    font-weight: bolder;
    font-size: 1.1rem;
    padding-top: .375rem;
}

#accountsummarybar {
    padding-bottom: 5px;
}

#totalamount {
    min-width: 100px;
    font-weight: bolder;
    font-size: 1.1rem;
    padding-right: 5px;
}

#cart-total-summary-desc {
    font-weight: bolder;
    font-size: 1rem;
}

.accordion-button-reducedpadding {
    padding: 0.5rem;
}

.accordion-body-reducedpadding {
    padding: 0.2rem 0rem;
}

.list-group-item-reducedpadding {
    padding-left: 0.3rem;
}

.ui-combo-pw {
    height: 38px;
}

#gridLedger > tbody > tr > td.ui-state-hover {
    border-width: 0px;
}

.sitetitleline1 {
    
}

.sitetitleline2 {

}

.sitetitleline3 {
    
}

.scroll {
    max-height: 150px;
    overflow-y: auto;
}

#gridSearchRelatedInstrumentResults tr td {
    white-space: nowrap;
}

#printspinner {
    display: inline-block;
}

.grid-col-currency {
    text-align: right;
}

.purchase-detail-label {
    font-weight: bold;
}

.purchase-detail-table {
    min-width: 200px;
}

@media (min-width: 768px) {
    .purchase-detail-table {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .purchase-detail-table {
        width: 40%;
    }
}

.purchased-items-card {
    margin-top: 10px;
}

p.card-text.small {
    margin-bottom: 0;
}

div.row.search-button {
    margin-top: 5px;
}

#gridResults_select_all_overlay {
    opacity: 1;
}

#gridResults_deselect_all_overlay {
    opacity: 1;
}

.exporting-overlay {
    position: absolute;
    background-color: rgba(181, 181, 181, 0.9);
    top: 0;
    left: 0;
    z-index: 100000;
    text-align: center;
    vertical-align: top;
    padding-top: 100px;
}

.exporting-overlay:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.exporting-text {
    font-size: 46px;
    font-weight: bold;
    vertical-align: top;
}

#toast-container > .toast {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}

#toast-container > .toast-warning:before {
    content: "\f071";
}

#toast-container > .toast-error:before {
    content: "\f071";
}

#toast-container > .toast-info:before {
    content: "\f05a";
}

#toast-container > .toast-success:before {
    content: "\f00c";
}

.alert-small {
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
}

.ui-iggrid-selectedcell {
    background-color: #1861ac !important;
    color: white !important;
}

tr.ui-iggrid-activerow.ui-state-focus {
    color:#373a3c ;
}

td.ui-iggrid-selectedcell > div.name-search-check:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    content: "\f14a";
    font-weight: 200;
}

td > div.name-search-check:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-weight: 300;
    content: "\f0c8";
}

#selected-summary {
    font-weight: 500;
}