﻿/* 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. */

/* ********************** Modifications by Brad START *****************************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400&display=swap');

:root {
  --highlightcolor: #1e90ff;    
}

.right {
  text-align:right;
}
td.right, th.right {
  padding-right:15px;
}

body, td, th, input, .nav-link{
  font-family: 'Open Sans', sans-serif !important;
  font-size: 11pt !important;  
}
 div.card-header > h5 > button.btn-link {
   color:black;
   font-weight:bold;
   text-decoration: none;
   padding-left: 0;
 }

 div.card-header > h5 > button.btn-link:hover {
  color:black;
  font-weight:bold;
  text-decoration: none !important;
}
div.card-header {
  padding-top:0;
  padding-bottom: 0;
}

li.toolbar {
  padding-top:0;
  padding-bottom:0;
  margin-right:0px !important;
}

li.toolbar:hover {
  background-color:#f3f3f3;  
}
li a {
  cursor:pointer;
}
a {
  color:var(--highlightcolor);
  /* color: #0366d6; */
}

a:hover {
  color:var(--highlightcolor);
}
a.toolbar {
  font-size:11pt !important
}

div.pageDiv {  
  background-color: white;
  height:100%;  
  width:100%;
  position:absolute;
  top:0;
  left:0;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  display:none;
}
p.activepagessecondary {
  padding-left:15px;
}
p.activepages {
  cursor:pointer;
}
.bold {
  font-weight: 600;
}
.active {
  color: var(--highlightcolor);
}

.pageHeaderTable {
  border-top:1px solid #ddd;
  height:25px;
}
.pageHeaderTable tr th {
  vertical-align: bottom;
}
.pageTable tr {
  height:25px;
  border-top: 1px solid #ddd;
  cursor: default;
}
.pageTable tr.selected {
  background-color: #ddd;
}
.pageTable tr td.selected {
  background-color: #ddd;
}
.pageTable td {
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pageTableEdit tr {
  position: relative;
}
.pageTableEdit td {
  border-left:1px solid #ddd;  
}
.pageTableEdit td:last-child {
  border-right:1px solid #ddd;
}

.pageTableEdit tr:last-child td {
  border-bottom:1px solid #ddd;
}

#relationshiplookup td {
  border:none;  
}

#ActiveFilters select {
  width:160px; 
}

#ActiveFilters p {
  width:160px;
  font-size:0.85em;
  margin-bottom:2px;
}

#ActiveFilters input {
  width:160px;
}

.card-body {
  max-width:1200px;
}
.card-body-page {
  padding-top:0;
  padding-left:5px;
  padding-bottom:5px;
}

input.listsearch {
  font-size: 0.95rem;
  padding-top: 0pt;
  padding-bottom: 0pt;
  height:30px;
  position:relative;
  top:4px;  
}
img.menuimage {
  width:20px;
  max-height:20px;
  margin-right:3px;
  margin-top:-4px;
}
input.error {
  background-color: #f44;
  color: white;
}
#relationshiplookup {
  width: 850px;
  height:250px;
  border:1px solid #999;
  border-radius: 4px;
  position:absolute;  
  background-color: white;
  padding:5px;
  z-index: 9;  
  overflow-y: auto;  
}
table.relationship thead tr {
  border-bottom: 1px solid #ddd
}
table.relationship td, table.relationship th {
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
}
input.listinput {
  width:100%;
  border:0;  
  padding:0;
  padding-left:2px;
  padding-right:2px;
}
input.listinput:focus {
  outline-color: #1e90ff;
  outline-width: 1px;  
}
input.is-invalid2 {
  background-color: #fbb;
}

input.checkbox {
  size:0.6em;
  margin-top:12px;
}
select.inlineselect {
  width:100%;
  border:0;
}
/* ********************** Modifications by Brad END *****************************/


.nav-item {
  margin-right:30px;
  padding-bottom:0.5rem;
  padding-top:0.5rem
}

span.e-tbar-btn-text {
  font-size:0.95em !important;
  text-transform: uppercase;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */


.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%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
