﻿/* 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;
}

/* 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: 14px;
  }
}
*/
body {
    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%;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* Navigation Menu */
.main-sidebar {
    font-size: 14px;
}

.nav-treeview .nav-treeview {
    padding-left: 20px;
}

.small-box .System, .card-header.System {
    background-color: darkorange;
}

.small-box .Nrds, .card-header.Nrds, .small-box .NRDS, .card-header.NRDS {
    background-color: cornflowerblue;
}

.small-box .Flex, .card-header.Flex {
    background-color: deeppink;
}

.small-box .LockBox, .card-header.LockBox {
    background-color: blue;
}

.small-box .GZ, .card-header.GZ {
    background-color: aqua;
}

.small-box .MLS, .card-header.MLS {
    background-color: teal;
}

.small-box .Supra, .card-header.Supra {
    background-color: olive;
}

.small-box .CoreLogic, .card-header.CoreLogic {
    background-color: cadetblue;
}

.small-box .SentriLock, .card-header.SentriLock {
    background-color: lime;
}

.small-box .RealEstateStandardsOrganization, .card-header.RealEstateStandardsOrganization {
    background-color: deepskyblue;
}

.small-box .CaliforniaRegional, .card-header.CaliforniaRegional {
    background-color: mediumaquamarine;
}

.small-box .MidwestRealEstateData, .card-header.MidwestRealEstateData {
    background-color: seagreen;
}

.small-box .GrowthZone, .card-header.GrowthZone {
    background-color: #330066;
}

.small-box .BlackKnight, .card-header.BlackKnight {
    background-color: #E8B200;
}

.small-box .message-type, .card-header.message-type {
    background-color: #17a2b8;
}

.card-body dl {
    margin-bottom: 0;
}

.nav-pills .nav-link {
    color: #212529;
}

.nav-pills .nav-link:hover {
    color: white !important;
}

.nav-pills .nav-link.active {
    background-color: lightgray;
    color: #212529;
}

.back-link p, .current-link p {
    display: inline-block;
    margin: 15px 0 0 0;
}

.dash-desc {
    display: block;
    text-align: center;
    font-size: 13px;
}

.dash-number {
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
}

.type-superscript {
    background-color: gray;
    color: white;
    padding: 5px;
    font-size: 11px;
    border-radius: 10px;
    position: relative;
    vertical-align: baseline;
    line-height: 0;
    top: -.5em;
}

.fa-exclamation-triangle {
    color: red;
    width: 16px;
}

.fa-check-circle {
    width: 16px;
}

.ok {
    color: green;
}

.ignored {
    color: #9B9B9B;
}

.message-completed {
    color: green;
}

.message-pending {
    color: gold;
}

.message-ignored {
    color: #9B9B9B;
}

.message-error {
    color: red;
}

.message-warning {
    color: gold;
}

.fa-exclamation-circle.warning {
    color: gold;
    width: 16px;
}

.fa-exclamation-triangle.warning {
    color: gold;
}

.fa-exclamation-circle.error {
    color: red;
    width: 16px;
}
.search-container, .search-terms {
    margin: 0 0 1em 0;
}

.search-container input, .search-container button {
    margin: 0 1em 0 0;
    display: inline;
}

.search-terms span {
    margin-left: .5em;
}

.popover {
    max-width: none;
}

.header-links {
    display: flex;
    justify-content: space-between;
}

.source-message-link {
    display: inline-block;
}

.status-column {
    min-width: 100px;
}

#tenant-selector {
    display: flex;
    height: 100%;
}

#tenant-selector form {
    align-self: center;
}

.publisher-clear-button {
    margin-left: 4px;
    cursor: pointer;
}

.form-control-block {
    display: block;
}

.toolbar-button {
    color: white;
}

.toolbar-button:hover {
    color: white;
}

.toolbar-button:last-child {
    margin-right: 12px;
}

tbody td[deleted='True'] {
    text-decoration: line-through;
}

.dash-container .small-box .card-header, .dash-container .card .card .card-header {
    padding: 5px 10px;
}

.dashboard-card-body {
    padding: 0;
}
.card-body > .dashboard-card-item {
    background: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.card-body > .dashboard-card-item:hover {
    background: rgba(0,0,0, 0.15);
}

#settings-table th,  #settings-table td {
    white-space: nowrap;
} 