﻿/* 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;
  text-align: center;
  word-break: break-all;
}

/*
    Left Navbar
*/
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
}


/* 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: 12px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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 */
}

/*==========================================================================================================================*/
/*    Start Custom CSS */

.page-message{
   margin-top:10px;
   margin-bottom:10px;
}

.card-header a,
.card-header a:active,
.card-header a:hover,
.card-header a:focus {
    /* have entire account summary panel header be the link */
    display: block;
}

.card-body {
    font-size: 10pt;
}

html {
    --lh: 1.4rem;
}

.block-truncate-2 {
    --max-lines: 2;
    line-height: var(--lh);
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
}

/*.block-elipse {
    position: relative;
    margin-right: -1em;
    padding-right: 1em;
}

.block-elipse ::before {
    position: absolute;
    content: "...";
    bottom: 0;
    right: 0;
}

.block-elipse ::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem;
    margin-top: 0.2em;
    background: white;
}*/


/*These are used to force right justifcation on navbars since text-sm-right was not working*/
@media (max-width: 576px) {
    .text-mobile-left {
        text-align: left !important;
    }

    .text-mobile-right {
        text-align: right !important;
    }

    .text-mobile-center {
        text-align: center !important;
    }
}

.list-icon {
    width: 24px;
    height: 24px;
    margin-left: 1px;
    margin-right: 1px;
}

.link-row{
    margin-bottom:.5em;
}

.link-row a,
.link-row a:active,
.link-row a:focus {
    color: black !important;
    text-decoration: none;
}

.link-row a:hover {
    color: darkgray !important;
    text-decoration: none;
}

.img-link {
    font-size: 10pt;
    text-align: center;
}

.img-link img {
    width: 32px;
    height: 32px;
}

img.img-header {
    width: 32px;
    height: 32px;
}

.col-header {
    font-weight:bold;
}
.col-header a{
    color: black !important;
}

hr {
    border-top: 1px solid #343a40;
}

.form-control {
    margin: 5px 0;
    padding: 0 15px 0 5px;
}

label.form-control {
 
    line-height: 32px;
    vertical-align: middle !important;
    white-space: pre-wrap;
}

input[type="text"].form-control {
    border: 1px solid #144b66;
    padding: 0 9px;
    line-height: 32px;
}

textarea.form-control {
    border: 1px solid #144b66;
    padding: 0 9px;
    line-height: 32px;
}

input[type="checkbox"].form-control {
    margin: 5px 0px 5px 15px;
    box-shadow: none;
    width: 24px;
}

.table-wrapper {
    overflow: auto;
}


table.fit {
    border-collapse: collapse !important;
    width: auto !important;
    table-layout: auto !important;
}

table.fit thead th, table.fit tfoot th {
    border-collapse: collapse !important;
    width: auto!important;
}

table.fit tbody td, table.fit tfoot td {
    border-collapse: collapse !important;
    width: auto !important;
}

/*Panels*/
div.panel-info .card-header {
    background: #d9edf7 !important;
}

div.panel-danger .card-header {
    background: #f2dede !important;
}

div.panel-success .card-header {
    background: #dff0d8 !important;
}

div.panel-warning .card-header {
    background: #fcf8e3 !important;
}

.main-body {
    background-color: white !important;
    position: relative;
    padding-top: 72px;
    display: flex;
}

#dropshadow {
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.35);
    background-color: white;
    padding: 0px 0px 20px 0px;
    min-height: 640px;
}

.d-inline-block {
    padding-right: 1em !important;
}

.col-12 {
    padding: 5px;
}

.col-6 {
    padding: 5px;
}

.panel-single-record {
    white-space: nowrap;
    padding-right: 10px;
}

.panel-multi-record {
    margin-bottom: 5px;
}

.panel-multi-record-mbl {
    margin-bottom: 3px;
}

.data-entry-row {
    font-size: 10pt;
}

.data-entry-card {
    padding: 5px;
}

.data-entry-card-div,
.data-entry-create-div,
.data-entry-details-div,
.data-entry-edit-div {
    margin-left: 10px;
}

.data-entry-delete-em {
    font: italic;
}

.data-entry-delete-hr {
    border: 1px solid #144b66;
}

.card-header {
    font-size: 14pt;
}

.card-table {
    margin: 0px;
    padding: 0px;
    border-collapse: separate;
    border-spacing: .5em 1em;
}

.contactus-thankyou {
    text-align: center;
}

.payment-sent-table {
    border-collapse: separate;
}

.payment-sent-cell {
    min-height: 20px;
}

.payment-sent-div {
    width: 150em !important;
}

.payment-sent-span {
    margin-left: 10px;
}

.payoff-sent-table {
    border-collapse: separate;
}

.payoff-sent-cell {
    min-height: 20px;
}

.payoff-sent-div {
    width: 150em !important;
}

.payoff-sent-span {
    margin-left: 10px;
}

.report-row {
    min-height: 3em;
}

.data-card-col {
    min-height: 20px;
}

.data-form-table {
    border-collapse: separate;
}

.data-form-td {
    min-height: 20px;
}

.data-form-span {
    margin-left: 10px;
}

.data-form-div {
    min-height: 20px;
}

.gridnavigator-div {
    margin-left: 2px;
    margin-right: 2px;
}

.layout-div {
    position: relative;
    padding-top: 72px;
    display: flex;
}

.layout-footer {
    position: relative;
    top: 72px;
}

.validation-block li {
    display: none;
}

