﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

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;
  background-color:#f8f8f8 !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #7a9d96;
    border-top: 2px solid #00303f !important;
}

.field-validation-error {
    color: red !important;
    font-size: smaller;
    font-weight: lighter;
    text-decoration-color: red;
}

.mustard-bottom-border {
    border-bottom: 2px solid #dcae1d !important;
}

.mustard {
    color: #dcae1d !important;
}

.alert-custom {
    border-top-width: 3px !important;
    border-top-style: solid !important;
    padding-top: 8px;
    padding-bottom: 5px;
}

.alert-danger-top-border {
    border-top-color: #721c24 !important;
}

alert-primary-top-border {
    border-top-color: #00303f !important;
}

/* lookup styles
-------------------------------------------------- */
.lookupContainer {
    position:relative
}

.lookupDropdown {
    position:absolute;
    overflow: auto;
    min-height:20px;
    z-index:100000;
    display:none;
    background-color: white;
    border: solid 1px #c0c0c0;
    border-radius: 2px;
}


.login-image {
    display: block;
    height: 100%;
    float: left
}
.login-card {
    position: absolute;
    left: 50%;
    top: 20px;
}
@media screen and (max-width: 768px) {

    .login-image {
        display: block;
        height: 100%;
        float: none;
        width:100%;
    }
    .login-card {
        position:static;
    }
}

/* menu styles
-------------------------------------------------- */
.attorney-initials {
    margin-right: 2em;
    display: inline-block;
    color: #00303f;
    background-color: white;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
