﻿.tooltip-inner {
  max-width: 350px;
  width: inherit;
  text-align: left;
  white-space: pre-line;
}

.pre-line {
  white-space: pre-line;
}

.no-wrap {
  white-space: nowrap;
}

.tooltip {
  pointer-events: none; /*Required to keep tooltip from flickering when it overlaps with the element that is hosting the tooltip*/
}

.text-info {
  color: #5b9ad5 !important;
}

.light-bs-border {
  border: 1px solid #dee2e6;
}

.loginSetupKey {
  font-weight: bold;
  font-size: 13px;
}

.loginSetupKey-Red {
  color: red;
}

.login-code {
  height: 50px;
  font-size: 20px !important;
  letter-spacing: 10px;
}

#qrCode {
  height: 200px;
}

.display-5 {
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1.2;
}

#embeddedDocPageContainer {
  max-height: 568px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

#embeddedDocPreview {
  max-height: 568px;
  overflow-y: auto;
}

body {
  font-size: 0.8rem;
  word-wrap: break-word;
}

h1, h2, h3 {
  font-weight: 400;
}

h3 {
  margin-top: 2.25rem;
}

h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

hr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.container-fluid {
  max-width: 1400px;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-light-gray {
  background-color: #e9ecef;
}

.btn-jump-inside {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
  /*color: #fff;
  background-color: #78909C;
  border-color: #78909C;*/
}

button[role=tab].active {
  background-color: #007bff !important;
  color: #fff !important;
  border: none;
}

button[role=tab]:first-child {
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}

button[role=tab]:last-child {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
}

.custom-file-label {
  color: #495057 !important;
  font-weight: 400 !important;
}

.sticky-section h1, .sticky-section h3, .sticky-section h6, .sticky-section div, .sticky-section tr {
  scroll-margin-top: 60px;
}

.table-hover tbody tr:hover {
  background-color: #f8f9fa;
}

.navbar-toggler {
  padding: 0rem .75rem 0rem 0rem;
}

.btn-sm {
  font-size: 0.8rem;
}

.btn-jump {
  color: #212529;
  background-color: #cfe2ff;
  border-color: #f8f9fa;
}

.bg-light-blue {
  background-color: #9ec5fe !important;
}

.btn-jump:hover {
  color: #212529;
  background-color: #9ec5fe;
  border-color: #dae0e5;
}

.btn-jump-invalid {
  color: #212529;
  background-color: #cfe2ff;
  border-color: #f8f9fa;
}

  .btn-jump-invalid:hover {
    color: #212529;
    background-color: #9ec5fe;
    border-color: #dae0e5;
  }

.flexbreak {
  flex-basis: 100%;
  height: 0;
}

.x-0 {
  left: 0 !important;
}

.icon-to-35px {
  width: 35px !important;
  height: 35px !important;
}

.blank-35px {
  height: 35px !important;
  display: block !important;
}

.max-width-300 {
  max-width: 300px;
}

.max-width-330 {
  max-width: 330px;
}

/*.alert-danger {
  color: white;
  background-color: red;
}*/


div.form-group label {
  color: #8a8a8a;
  font-weight: bold;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

div.form-group span {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.form-group { /* values below chosen so that validation messages appear to be associated with the validated control, not the control below. */
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}

.pl-2rem {
  padding-left: 2rem !important;
}

.h-80 {
  height: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-45 {
  width: 45% !important;
}

.w-40 {
  width: 40% !important;
}

.w-35 {
  width: 35% !important;
}

.w-30 {
  width: 30% !important;
}

.w-20 {
  width: 20% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.wpx-30 {
  width: 30px !important;
}

.wpx-60 {
  width: 60px !important;
}

.hpx-29 {
  height: 29px;
}

.button-opacity-4 {
  opacity: 0.40;
}

.opacity-2 {
  opacity: 0.20;
}

.input-group {
  align-self: flex-start !important;
}

.d-flex2 {
  display: flex; /*omits !important to allow collapse to function properly*/
}

input[type="radio"]:focus {
  box-shadow: 0 0 2pt 2pt #80bdff;
}

/* =============================
    select2
   ============================= */

.select2-selection__rendered {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.select2-selection__arrow {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.select2-results__option:empty {
  height: 28px;
}

.select2-selection__choice {
  display: flex !important;
}

.selection:has(.select2-selection--multiple) .select2-selection__rendered {
  overflow-x: auto !important;
}

/* =============================
    login
   ============================= */
img .loginimage {
  width: 20px;
  height: 20px;
}


.topnav {
  list-style: none
}

/* =============================
    top nav
   ============================= */

.topnav {
  list-style: none
}

button.navbar-toggler {
  border: none !important;
  outline: none !important;
}

/* =============================
    left nav                       
   ============================= */

#menuGeneral li {
  padding-left: 0 !important;
}

#leftnav {
  align-items: flex-start;
  flex-basis: 200px;
}

  #leftnav ul {
    padding-left: 0;
    list-style: none;
  }

  #leftnav li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    qborder-bottom: 1px solid rgba(0,0,0,.1);
  }

  #leftnav button {
    font-size: 0.8rem;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: block;
    width: 100%;
    border-radius: .2rem;
    color: #212529;
    border-color: #f8f9fa;
  }

  #leftnav .btn-light {
    background-color: #f8f9fa !important; /*#e9ecef; #f4f4f4; #212529;*/
    text-align: left;
  }

.dropdown-toggle::after {
  float: right;
  margin-top: 8px;
  transition: .25s;
  transform: rotate(0);
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

/* =============================
    compliance / badges
   ============================= */
.badge {
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.compliance-light:hover {
  background-color: #f8f9fa;
}

.badge-light {
  color: #212529;
  background-color: #ededed;
}

.alert-light {
  color: #212529;
  background-color: #ededed;
}

/* =============================
    compliance / badges
   ============================= */

/* =============================
    Forms                       
   ============================= */


.activeapp {
  z-index: 1;
  color: #212529;
  background-color: #ddebfe;
  border-color: #fee9a2;
}


.form-control {
  font-size: .8rem;
  padding: .25rem .5rem;
}

.form-horizontal .form-group input,
.form-horizontal .form-group select,
.form-horizontal .form-group label {
  height: 14px;
  line-height: 14px;
}

/* The Bootstrap default for modal-dialog-scrollable display is flex, which causes the modal dialog width to shrink to its contents. block allows the contents to be correctly spread across the screen. */
.modal-dialog-scrollable {
  display: block;
}

/* =============================
    page layout
   ============================= */

.collapsing {
  transition: 0.2s;
}

.custom-control-label { /* without this, custom checkboxes will be invisible because label below is set to overflow:hidden */
  overflow: visible;
}

label, dd, dt, .col-value {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

dt, label, span.label {
  color: #8a8a8a;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

label {
  font-weight: 700;
}

span.label {
  margin-right: .5rem
}

dt:hover {
  overflow: visible;
}

.file-document-alert-icon {
  background-image: url( '../Images/file-document-alert.svg?v=1' );
  background-repeat: no-repeat;
  background-position: center;
}

.merge-icon {
  background-image: url( '../Images/merge.svg?v=1' );
  height: 24px;
  width: 24px;
}

  .merge-icon:hover {
    cursor: pointer;
  }

[data-bw-doc-auto-index-overlay] {
  top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.pdf-split-delete-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: .5;
}

.pdf-split-selected-overlay {
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #5b9ad5 !important;
  opacity: .2;
}

.pdf-split-icon-group {
  position: absolute;
  top: 10%;
  left: 3%;
  width: 50px;
}

.pdfsplit-icons-height {
  height: 30px;
}

.pdfsplit-spinner {
  height: 50px;
  width: 50px;
}

.rotate-button-left {
  width: 45px;
  text-align: right;
  padding-right: 15px;
}

.rotate-button-right {
  width: 45px;
  text-align: right;
  padding-right: 15px;
}

.rotate-icon-position {
  background-position: 20% 50% !important;
}

.rotate-left-icon {
  background: url(../Images/rotate-left.svg?v=1) no-repeat center;
}

.rotate-right-icon {
  background: url(../Images/rotate-right.svg?v=1) no-repeat center;
}

.pdf-split-icon {
  background: url(../Images/pdf-split-scissors.svg?v=1) no-repeat;
}

.pdf-merge-icon {
  background: url(../Images/merge.svg?v=1) no-repeat;
  height: 30px;
  background-position: center;
}

.pdf-split-merge {
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  transform: translate(-10%, -50%);
  z-index: 100;
  background-size: auto;
}

  .pdf-split-merge:hover {
    background-color: #f8f9fa;
  }

a.open-doc {
  background: url(../Images/magnify.svg?v=1) no-repeat top left;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px; /* hides the link text */
}

  a.open-doc:hover {
    background: url(../Images/magnify-hover.svg?v=1) no-repeat top left;
  }

a.open-doc-pdf {
  background: url(../Images/adobe-acrobat.svg?v=1) no-repeat top left;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px; /* hides the link text */
}

  a.open-doc-pdf:hover {
    background: url(../Images/adobe-acrobat-hover.svg?v=1) no-repeat top left;
  }

a.open-doc-web {
  background: url(../Images/web.svg?v=1) no-repeat top left;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px; /* hides the link text */
}

  a.open-doc-web:hover {
    background: url(../Images/web-hover.svg?v=1) no-repeat top left;
  }

a.open-doc-image {
  background: url(../Images/image.svg?v=1) no-repeat top left;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px; /* hides the link text */
}

  a.open-doc-image:hover {
    background: url(../Images/image-hover.svg?v=1) no-repeat top left;
  }

a.open-doc-other {
  background: url(../Images/file-outline.svg?v=1) no-repeat top left;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px; /* hides the link text */
}

  a.open-doc-other:hover {
    background: url(../Images/file-outline-hover.svg?v=1) no-repeat top left;
  }

a.open-doc-xml {
  background: url(../Images/xml.svg?v=1) no-repeat top left;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px; /* hides the link text */
}

  a.open-doc-xml:hover {
    background: url(../Images/xml-hover.svg?v=1) no-repeat top left;
  }

.dropdown-image {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0.25rem;
  margin-bottom: -0.25rem;
  width: 24px;
  height: 24px;
  display: inline-block;
  opacity: 0.4;
}

.file-copy {
  background-image: url(../Images/file-copy.svg?v=1);
}

.image-pencil {
  background-image: url(../Images/pencil-outline.svg?v=1);
}

.image-note {
  background-image: url(../Images/note-outline.svg?v=1);
}

.image-history {
  background-image: url(../Images/history.svg?v=1);
}

.image-info {
  background-image: url(../Images/information-outline24.svg?v=1);
}

.image-add {
  background-image: url(../Images/plus-circle-outline.svg?v=1);
}

.image-delete {
  background-image: url(../Images/delete-outline.svg?v=1);
}

.image-location {
  background-image: url('../Images/map-marker.svg?v=1');
}

.image-magnify-plus {
  background: url(../Images/magnify-plus.svg?v=1);
}

.image-24px {
  width: 24px;
  height: 24px;
}

.image-button-transparent {
  background-repeat: no-repeat;
  background-position-y: top;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0.25rem;
  width: 24px;
  height: 24px;
  opacity: 0.4;
}

  .image-button-transparent:hover {
    opacity: 0.8;
    cursor: pointer;
  }


.image-button {
  background-repeat: no-repeat;
  background-position-y: center;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0.25rem;
}

.image-background-center {
  background-position: center;
}

.image-background-nrp {
  background-repeat: no-repeat;
}

.editbutton {
  background-image: url(../Images/pencil-outline.svg?v=1);
  background-repeat: no-repeat;
  background-position-y: bottom;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0.25rem;
  align-self: flex-start !important;
  opacity: 0.20;
  width: 24px;
  height: 24px;
}

  .editbutton:hover {
    opacity: 0.8;
  }


.custom-switch > .custom-control-label::after {
  border-color: #777 !important;
  background-color: #777 !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #5b9ad5 !important;
  border-color: #5b9ad5 !important;
}

[data-bw-max-height='137'] {
  max-height: 137px !important;
}

.ml-15px {
  margin-left: 15px !important;
}

.pr-15px {
  padding-right: 15px !important;
}

.pl-15px {
  padding-left: 15px !important;
}

.mode-icon, .printer-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  opacity: 0.7;
}

.arrow-chevron-left-icon__img {
  background: url(../Images/arrow-chevron-left.svg?v=1) no-repeat top left;
}

.arrow-chevron-right-icon__img {
  background: url(../Images/arrow-chevron-right.svg?v=1) no-repeat top left;
}

.mode-icon__img {
  background: url(../Images/mode-switch.svg?v=1) no-repeat top left;
}

.printer-icon__img {
  background: url(../Images/printer-icon.svg?v=1) no-repeat center;
}

.mode-icon:hover, .printer-icon:hover {
  opacity: 1;
  cursor: pointer;
}

.edit-button-grid {
  background-image: url( '../Images/pencil-med.svg?v=1' );
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}

  .edit-button-grid:hover {
    background-image: url('../Images/pencilhover24px.svg?v=1');
  }

.add-button-grid {
  background-image: url( '../Images/plus-circle-outline-med.svg?v=1' );
}

  .add-button-grid:hover {
    background-image: url('../Images/plus-circle-outline-hover.svg?v=1');
  }

.delete-button-grid {
  background-image: url( '../Images/delete-med.svg?v=1' );
}

  .delete-button-grid:hover {
    background-image: url('../Images/delete-hover.svg?v=1');
  }

.location-button {
  background-image: url('../Images/map-marker.svg?v=1');
}

  .location-button:hover {
    background-image: url('../Images/map-marker-hover.svg?v=1');
  }

/* The expandbutton image is produced by setting the borders. 
   Only the top border is visible. The side borders cut a wedge
   into the top border. Think of a picture frame that is so big
   there is no picture, then use only the top piece of the frame.
*/
.expandbutton {
  padding: .25rem;
}

  .expandbutton::after {
    display: inline-block;
    content: "";
    border-top: .45em solid #7092BE;
    border-right: .5em solid transparent;
    border-bottom: 0em;
    border-left: .5em solid transparent;
    float: right;
    margin: 0px;
    transition: 0.5s;
    transform: rotate(0);
  }

  .expandbutton:hover:after {
    border-top: .45em solid black;
  }

  .expandbutton[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }




/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
/* ============ End Bootstrap ============*/
/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */


inputhtml {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  /*border-top: solid 10px #000;*/
  color: #333;
  /*font-size: 12px;
    font-family: arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
  margin: 0;
  padding: 0;
}

img {
  border-width: 0;
}

/*a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited, a:active, a:hover { color: #333; }
    a:hover { background-color: #c7d1d6; }*/
a:hover {
  text-decoration: none;
}

qheader, footer, hgroup, nav, section {
  display: block;
}

.nav-item:hover {
  cursor: pointer;
}

.float-left {
  float: left;
}
/* used */
.float-right {
  float: right;
}
/* used */

.clear-fix:after { /*used */
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/*h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}*/

/*h1 { font-size: 2em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }*/


/* main layout
----------------------------------------------------------*/
.content-wrapper { /*used */
  margin: 0 auto;
  max-width: 960px;
}

.nav-content-wrapper {
  margin: 0 auto;
}

#body {
  background-color: #ffffff;
  clear: both;
  padding-bottom: 35px;
}

/*.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}*/

/*
header .content-wrapper {
    padding-top: 20px; 
}*/

footer {
  clear: both;
  background-color: #ffffff;
  font-size: .8em;
  height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
  color: #c8c8c8;
  font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
  font-size: 2.3em;
  margin: 0;
}

  .site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
  }


/* login
----------------------------------------------------------*/
/*
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;    
}

    #login a {
        background-color: #636563;
        color: white;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }
  */

#login a.username {
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

#login ul {
  margin: 0;
}

#login li {
  display: inline;
  list-style: none;
}


/* menu
----------------------------------------------------------*/
ul#menu {
  background: #5A7D94;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 600;
  margin: 8px 0 5px;
  padding: 6px 6px 4px 6px;
  text-align: left;
  width: 960px;
  max-width: 960px;
  min-height: 20px;
}

  ul#menu li {
    display: inline;
    list-style: none;
    font-weight: normal;
    padding: 0px 5px 0px 5px;
  }

    ul#menu li a {
      background: none;
      color: #FFFFFF;
      text-decoration: none;
    }

      ul#menu li a:hover {
        color: #EEEEEE;
        text-decoration: none;
      }

/* page titles */
hgroup.title {
  margin-bottom: 10px;
}

  hgroup.title h1, hgroup.title h2 {
    display: inline;
  }

  hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
  }

/* content */

.label {
  font-weight: 700;
}

/* login page */
#loginForm {
  float: left;
  width: 55%;
}

  #loginForm .validation-error {
    display: block;
    margin-left: 15px;
  }

  #loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
  }

  #loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
  }

  #loginForm input {
    width: 250px;
  }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
      width: auto;
    }


#logoutForm {
  display: inline;
}

/* forms */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

  fieldset legend {
    display: none;
  }

  fieldset ol {
    padding: 0;
    list-style: none;
  }

    fieldset ol li {
      padding-bottom: 5px;
    }

/*label {
  display: inline;
  padding-left: 2px;
  padding-right: 2px;
}*/


label.checkbox {
  display: inline;
}

input, textarea, select {
  border: 1px solid #CACACA;
  background: #fff;
  color: #333;
  font-size: 1.0em;
  /*margin: 5px 0 6px 0; */
  padding: 2px; /* width: 300px; */
}

textarea {
  font-family: inherit;
  width: 500px;
}

  input:focus, textarea:focus {
    border: 1px solid #7ac0da;
  }

input[type="checkbox"] {
  background: transparent;
  border: inherit;
  width: auto;
}

/*
    input[type="submit"],
    input[type="button"],
    button {
        background-color: #636363;
        color: white;
        border: none; 
        cursor: pointer;
        font-size: 1.1em;
        font-weight: bold;
        padding: 4px 7px 4px 7px;
        margin-right: 8px;
        width: auto;
    }
      

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }*/

/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}

.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.error {
  color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error, select.input-validation-error {
  border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
}

.validation-summary-valid {
  display: none;
}

input[type="checkbox"].acknowledgement-validation-error {
  border: 0 none;
  outline: 1px solid #e80c4d;
  outline-offset: 5px;
}


/* tables
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
  border: 0 none;
}

th {
  /*font-size: 1.2em;*/
  text-align: left;
  border: none 0px;
  padding-left: 0;
  font-weight: normal;
}

  th a {
    display: block;
    position: relative;
  }

    th a:link, th a:visited, th a:active, th a:hover {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      padding: 0;
    }

    th a:hover {
      color: #000;
    }

  th.asc a, th.desc a {
    margin-right: .75em;
  }

    th.asc a:after, th.desc a:after {
      display: block;
      position: absolute;
      right: 0em;
      top: 0;
      font-size: 0.75em;
    }

    th.asc a:after {
      content: '?';
    }

    th.desc a:after {
      content: '?';
    }

td {
  padding: 0.25em 2em 0.25em 0em;
  border: 0 none;
}

tr.pager td {
  padding: 0 0.25em 0 0;
}

select {
  width: 160px;
}

tbody > tr > td.left-align /*For pipeline grid*/ {
  text-align: left;
}

tbody > tr > td.right-align /*For pipeline grid*/ {
  text-align: right;
}

tbody > tr > td.vertical-middle-align /* For Mortgage insurance results */ {
  vertical-align: middle;
}

.table-light.table-bordered, .table-light.table-bordered th, .table-light.table-bordered td {
    border: 1px solid rgba(0, 0, 0, .125);
}

/* LoanApp */

DIV.LoanApp input[type="checkbox"] {
  margin: 5px 3px 6px 3px;
}

label.editorlabel /* A label that is used in a location where an input control would normally go*/ {
  display: inline-block;
  margin: 4px 0 6px 0;
}

DIV.LoanApp table, DIV.LoanApp th, DIV.LoanApp td {
  border-collapse: collapse;
  border-spacing: 1px;
  margin-top: 0px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 2px 2px 2px 10px;
}

DIV.LoanApp td {
  padding: 2px 2px 2px 2px;
}

DIV.ExtraPadding td {
  padding: 4px 14px 4px 2px;
}

DIV.OverrideDialog h2 {
  padding: 6px 0px 6px 0px;
}

DIV.OverrideDialog td {
  padding: 6px 16px 6px 0px;
}

label.OverrideValue {
  background-color: #ff8080;
  padding: 6px 6px 6px 6px;
  font-weight: bold
}

DIV.NoGrid tr, DIV.NoGrid td, div.NoGrid table {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 2px 2px 2px 2px;
}


td.TRIDLargeNumber {
  font-size: 1.3em;
}

.nav-link-active {
  font-weight: bold;
}


th {
  background-color: #e9ecef;
}

DIV.LoanApp {
  width: 640px;
}

  DIV.LoanApp th {
    background-color: #e9ecef;
    /*border: 1px solid #cccccc;*/
  }

  DIV.LoanApp input select {
    margin-top: 1px
  }

DIV.LoanAppLine {
  float: left;
  margin-top: .25em;
  width: 640px;
  /*border-bottom: solid 1px #c8c8c8;*/
}

DIV.LoanAppHalfWidthLine {
  float: left;
  padding-top: .2em;
  padding-bottom: .2em;
  width: 310px;
  /*border-bottom: solid 1px #c8c8c8;*/
  margin-right: 10px;
}

DIV.FileIdentifier {
  float: left;
  /*background: #FFD751; 
  color: #333333; */
  width: 95%;
  padding: 0px 0px 3px 0px;
  margin: 0px 0px 8px 0px;
}

DIV.LoanAppHeader {
  float: left;
  background: #5A7D94; /*#2878a7; */
  width: 95%;
  color: White;
  padding: 3px 3px 3px 10px;
  margin: 3px 3px 3px 0px;
}

DIV.LoanAppSubHeader {
  float: left;
  background: #ced6de; /*#c5dcfa; */
  width: 95%;
  color: Black;
  padding: 3px 3px 3px 10px;
  margin: 3px 3px 8px 0px;
}

DIV.LoanAppTotalLine {
  background-color: #353535;
  color: white;
}

DIV.LoanAppFloat {
  float: left;
  /*padding-left: 1em; 
  border-left: solid 1px #c8c8c8;*/
  padding-right: 5px;
  margin-top: 3px;
}

DIV.DisplayData {
  padding-top: .2em;
  padding-bottom: .2em;
  font-weight: 600;
}

select.generalinput {
  width: 150px;
}

input.generalinput {
  width: 150px;
}

input.street {
  width: 200px;
}

input.city {
  width: 100px;
}

input.state {
  width: 2.5em
}

input.zip {
  width: 7em
}

input.zipshort {
  width: 4em
}

input.date {
  width: 7em
}

input.non-select-date {
  width: 75px
}

input.select-date {
  width: 7em;
}

input.year {
  width: 40px
}

input.dollar {
  width: 85px;
  text-align: right;
}

input.phone {
  width: 80px
}

input.phoneext {
  width: 120px
}

input.int1 {
  width: 20px
}

input.int2 {
  width: 25px
}

input.int3 {
  width: 35px
}

input.rate {
  width: 55px;
  text-align: right;
}

input.ssn {
  width: 75px;
}

input.taxid {
  width: 70px;
}

input.email {
  width: 200px;
}

input.firstname {
  width: 90px;
}

input.middlename {
  width: 2.5em;
}

input.lastname {
  width: 100px;
}

input.generation {
  width: 2.5em;
}

input.chars10 {
  width: 80px;
}

input.chars15 {
  width: 110px;
}

input.chars20 {
  width: 140px;
}

input.chars25 {
  width: 170px;
}

input.chars30 {
  width: 200px;
}

input.num2dot2 {
  width: 40px;
  text-align: right;
}

input.attn {
  width: 200px;
}

input.unparsedname {
  width: 200px;
}

select#Organization {
  width: 260px;
}

a.deletelink {
  background: url(../Images/delete-outline.svg?v=1) no-repeat left center;
  /*display: block;
  float: left;*/
  margin: 0px;
  padding: 12px 0px 12px 24px;
}

a.qeditlink {
  display: block;
  float: left;
  margin: 2px;
  padding-top: 9px;
  padding-bottom: 9px;
}

a.addlink {
  background: url(../Images/plus-circle-outline.svg?v=1) no-repeat left center;
  display: block;
  float: left;
  margin: 0px 5px 5px 0px;
  padding: 12px 0px 12px 24px;
}

/* pager for switching loan applications */

DIV.pager {
  padding: 10px 0 10px 0;
  margin: 8px 0 8px 0;
}

  DIV.pager A {
    color: #000;
    background-color: #ddebff;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    margin: 3px /*.5em .3em .5em .2em*/;
  }

    DIV.pager A:hover {
      background-color: #ffd751;
    }

    DIV.pager A.selected {
      background-color: #fee48a;
    }

div.PipelineSearchFilter {
  position: absolute;
  padding: 1em;
  margin-right: 1em;
  background: #efefef;
}

/*div.PipelineSearchFilter input
{
    border:solid;
    border-width: 1px;    
    float:right;
} */

/*Formerly Byte.css from here down*/

div.pipelinerightcontainer {
  position: relative;
  left: 150px;
}

div#left-nav-container {
  margin-top: 15px;
  margin-right: 25px;
  background: #efefef;
  clear: both;
  float: left;
  overflow: hidden;
}


ul.NoIndentNoMarker {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  font-weight: bold;
}

div.MenuChildItem {
  padding-left: 1em;
}

div.StatusMessage {
  color: Red;
}

ul#menu li.Selected {
  font-weight: 900;
}

div.front-page-message p {
  font-size: large;
  padding-right: 20px;
}

div.logon-control {
  padding-left: 0px;
}

span.field-validation-error span {
  width: 500px;
}

div.top-bar {
  background-color: #7ac0da;
  background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
  background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
  color: #3e5667;
  padding: 20px 40px 30px 40px;
  max-width: 960px;
}

ol.expand-validation-messages li span {
  position: absolute;
  margin-left: 5px;
  margin-top: 7px;
}

div.contentcontainer {
  overflow: hidden;
  display: inline-flex;
}

div.contentbody {
  overflow: hidden;
}

div.OrderCreditBorrower {
  margin: 10px;
  padding: 10px;
  border: solid;
  border-color: black;
  border-width: 2px;
  width: 33%;
}

div.PageStatusMessage {
  color: red;
  font-weight: bold;
}

ul.left-nav-menu-list {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

  ul.left-nav-menu-list li {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: normal;
  }

    ul.left-nav-menu-list li.CurrentPage {
      background: #D7D7D7;
    }

    ul.left-nav-menu-list li:Hover,
    ul.left-nav-menu-list li a:Hover {
      background: #BFBFBF;
    }

div#ui-datepicker-div {
  background-color: white;
  position: absolute !important;
}

.ui-datepicker-trigger {
  margin-right: 0px;
  padding: 0px !important;
}

.input-group.date {
  padding: 0;
}

  .input-group.date.col-5 {
    max-width: 8em;
  }

.custom-control.custom-checkbox {
  padding-left: 1.35rem;
}

div.UploadSuccess {
  color: Black;
}

div.UploadFailure {
  color: Red;
}

div.fixed-width {
  font-family: Fixed, monospace;
}
/* for displaying txt files*/

/*div.vertical-spacer { height: 15px; } not used */

/* Fix Firefox default button size */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}


.validation-error {
  color: red;
}
/* optimal blue*/
tr.field-column td {
  text-align: left;
  vertical-align: top;
}

DIV.generic-header {
  background-color: #2878a7;
  color: white;
  padding: 5px;
}


DIV.Spacer {
  padding-top: 10px;
}

.float-none {
  float: none;
}

DIV.DocumentImages {
  width: 960px;
  position: absolute;
}

input.overridden {
  background-color: #FECDCD;
}

div.interfaceFrame {
  position: relative;
  height: 768px;
}

  div.interfaceFrame iframe {
    height: 100%;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #ced6de;
  }

/*
table.noborder {
  border-top: 0 !important;
}

table.noborder td, th {
    border-top: 0;
    padding: 5px 0px 5px 0px;
}

table#grid th {
    padding: 5px !Important;
    border-top: 1px solid #CCC !important;
    border-bottom: 1px solid #CCC !important;
}

table#grid td {
    border: 0 !important;
    padding: 5px; 
}

table#grid th a {
    font-weight: normal !important;
}

ul#left-nav-menu li a {
    text-decoration: none;
}

table.SelectProfile tr td {
    padding: 15px;
    border-bottom: 1px solid #CACACA;
}
*/

.page-category {
  background-color: #DDEBFF;
}

.d-contents {
  display: contents !important;
}


.selected-page-category {
  background-color: #FFD751;
}

.page-category, .selected-page-category {
  padding: 5px;
  /*font-size: 1.25em;    */
  border-style: solid;
  border-width: 1px;
  border-color: #ced6de;
}

  .page-category:hover, .selected-page-category:hover {
    background-color: #FDEDB4;
  }

.hidden {
  display: none;
}

.left-nav-sub-menu-container {
  min-width: 175px;
}

.logon-input {
  width: 200px;
}

.file-upload {
  display: none;
}

.file-drop-icon {
  background-image: url( '../Images/cloud-arrow-up.svg?v=1' );
  height: 30px;
  width: 30px;
}

.file-drop-overlay {
  position: absolute;
  left: 50%;
}

.file-drop-display {
  background-color: #deebff;
  width: 100%;
  height: 100%;
  border: 2px dashed #deebff;
  border-radius: 1em;
}

.file-drop-toast-container-pos {
  position: sticky;
  top: 0;
  left: 50%;
  height: 0;
  z-index: 1021;
}

.file-drop-toast-content-pos {
  top: 0%;
  background-color: #deebff;
}

.file-drop-hover {
  -webkit-transition: -webkit-transform .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out;
  -o-transition: -o-transform .2s ease-out;
  transition: transform .2s ease-out;
}

.file-drop-hover-scale {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.shimmer {
  color: grey;
  mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/350% 100%;
  animation: shimmer 1s infinite;
}

@keyframes shimmer {
  100% {
    mask-position: left
  }
}

.w-fit-content {
  width: fit-content;
}

#grid thead tr th a {
  padding: 3px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

td.indented {
  padding-left: 10px !important;
}

table.wrap-fixed {
  table-layout: fixed;
  width: 100%;
}

td.wrap-collapse, td.wrap-collapse-fixed {
  white-space: pre-line;
}

td.wrap-preserve, td.wrap-preserve-fixed {
  white-space: pre-wrap;
}

td.wrap-collapse, td.wrap-preserve {
  word-break: break-all; /*Breaks all words - not just small words that can be moved to the next line*/
  word-break: break-word; /*Not supported by all browsers*/
}

td.wrap-collapse-fixed, td.wrap-preserve-fixed {
  word-wrap: break-word; /*Fixed table-layout is required - for browsers not supporting overflow-wrap*/
  overflow-wrap: break-word; /*Fixed table-layout is required - for browsers not supporting word-wrap*/
}

table.wrap-fixed, td.wrap-collapse-fixed, td.wrap-preserve-fixed {
  border: 0 none !important;
}

.App1003Page1MaritalStatus {
  width: 100px;
}

@media print {
  body * {
    visibility: hidden;
  }

  #print-section * {
    visibility: visible;
  }

  #print-section {
    position: absolute;
    left: 0;
    top: 0;
  }

  button, input[type="submit"] {
    visibility: hidden !important;
  }

  div.LoanAppHeader {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 1px;
    border-style: solid;
  }

  div.LoanApp table, th, td {
    border-style: none;
    border-bottom: 0px !important;
  }
}

#printPreviewModal > .modal-xxl > .modal-content {
  height: 100vh;
}


#printPreviewModal > .modal-xxl > .modal-content {
  height: 100vh;
}

#selectableDocumentsContainer > .list-group-item + .list-group-item {
  border-top: 1px solid rgba(0,0,0,.125);
}

#selectableDocumentsContainer, #selectedDocumentsContainer, #printSetContainer {
  overflow-y: auto;
}

@media (width <= 480px) {
  #selectableDocumentsContainer > li > .flex-nowrap, #selectedDocumentsContainer > li > .flex-nowrap {
    flex-wrap: wrap !important;
  }
}

@media (min-height: 400px) {
  @media (height >= 400px) {
    #selectableDocumentsContainer, #selectedDocumentsContainer, #printSetContainer {
      max-height: 300px;
    }
  }

  @media (height >= 668px) {
    #selectableDocumentsContainer, #selectedDocumentsContainer, #printSetContainer {
      max-height: 400px;
    }
  }

  @media (height >= 800px) {
    #selectableDocumentsContainer, #selectedDocumentsContainer, #printSetContainer {
      max-height: 500px;
    }
  }
}

@media (max-height: 890px) {
  #advSearchFilterContainer {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

#advSearchFilterContainer {
  position: absolute;
  left: -100%;
  width: 100%;
  opacity: 0;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 0s;
}

@-webkit-keyframes slide {
  50% {
    opacity: .5;
  }

  100% {
    left: 0;
  }
}

@keyframes slide {
  50% {
    opacity: .5;
  }

  100% {
    left: 0;
    position: sticky;
    opacity: 1;
  }
}

.sortable-ghost {
  background-color: #5b9ad5;
  opacity: .5;
}

#searchimage {
  border-radius: 0 .2rem .2rem 0;
}

.sort-icon {
  background-image: url( '../Images/sort-icon.svg?v=1' );
  background-repeat: no-repeat;
  background-position-y: center;
}

.column-sort:hover {
  cursor: pointer;
}

.sort-indicator-down-icon {
  background-image: url( '../Images/sort-indicator-icon.svg?v=1' );
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  top: 20%;
  transform: translateY(-20%);
}

.sort-indicator-up-icon {
  background-image: url( '../Images/sort-indicator-icon.svg?v=1' );
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  top: 130%;
  transform: translateY(-130%) scaleY(-1);
}

.sort-padding {
  position: relative;
}

.drag-handle-icon {
  background-image: url( '../Images/drag-handle-icon.svg?v=1' );
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
}

  .drag-handle-icon:hover {
    cursor: pointer;
  }

.multiselect-container {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: clip;
}

select option:disabled {
  background-color: lightgray;
}

.selectBox {
  position: relative;
}

  .selectBox select {
    width: 100%;
  }

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

  .overSelect:hover {
    cursor: pointer;
  }

#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

  #checkboxes label {
    display: block;
  }

    #checkboxes label:hover {
      cursor: pointer;
    }

.table.table-draggable td, .table-responsive.table-draggable {
  cursor: grab;
}


.table-scroll thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}

.table-scroll tbody th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: white;
}


.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1% !important;
}

.indent-text {
  padding-left: 4%;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.d-contents {
  display: contents !important;
}

.border-right-loan-comparison-active {
  border-right: 1px solid #9ec5fe !important;
}

.border-left-loan-comparison-active {
  border-left: 1px solid #9ec5fe !important;
}

.swatch-red {
  color: #fff;
  background-color: #dc3545;
}

.swatch-blue {
  color: #fff;
  background-color: #007bff;
}

.swatch-orange {
  color: #212529;
  background-color: #fd7e14;
}

.swatch-purple {
  color: #fff;
  background-color: #6f42c1;
}

.swatch-yellow {
  color: #212529;
  background-color: #ffc107;
}

.swatch-green {
  color: #fff;
  background-color: #28a745;
}

.attach-doc {
  background: url(../Images/attachment.svg?v=1) no-repeat top left;
  width: 24px;
  height: 24px;
  border: none;
}

  .attach-doc:hover {
    background: url(../Images/attachment-hover.svg?v=1) no-repeat top left;
  }

.menu-item-expandbutton {
  font-size: .85rem;
}

  .menu-item-expandbutton::after {
    margin-top: 5% !important;
    font-size: .7rem;
  }

.table-select tbody a {
  color: black;
}

.table-select tbody tr:hover {
  cursor: pointer;
  filter: brightness(95%);
}

tr.bg-blue-100 {
  background-color: #cfe2ff !important;
}

tr.bg-red-100 {
  background-color: #f8d7da !important;
}

tr.bg-yellow-100 {
  background-color: #fff3cd !important;
}

tr.bg-green-100 {
  background-color: #d1e7dd !important;
}

td.bg-green-100 {
  background-color: #d1e7dd !important;
}

tr.bg-purple-100 {
  background-color: #e2d9f3 !important;
}

tr.bg-orange-100 {
  background-color: #ffe5d0 !important;
}

tr.bg-white-100 {
  background-color: #fff !important;
}

.pipeline-item:hover {
  cursor: pointer;
  background-color: #b3b7bb;
}

tr.bg-blue-100:hover, tr.bg-red-100:hover, tr.bg-yellow-100:hover, tr.bg-green-100:hover, tr.bg-purple-100:hover, tr.bg-orange-100:hover, tr.bg-white-100:hover {
  filter: brightness(85%);
}

.filter-brightness-85 {
  filter: brightness(85%);
}

.alert[data-toggle]:hover {
  cursor: pointer;
}

.search-btn {
  background: url(../Images/magnify.svg?v=1) no-repeat top left;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px; /* hides the link text */
  border: none;
}

  .search-btn:hover {
    background: url(../Images/magnify-hover.svg?v=1) no-repeat top left;
  }

.contact-results {
  max-height: 300px;
}

.contact-results-close {
  margin-left: auto;
  order: 2;
}


.context-menu {
  position: absolute;
  text-align: center;
}

  .context-menu ul {
    padding: 0px;
    margin: 0px;
    min-width: 150px;
    list-style: none;
  }

    .context-menu ul li {
      padding-bottom: 7px;
      padding-top: 7px;
      border: 1px solid lightgray;
    }

      .context-menu ul li a {
        text-decoration: none;
        color: black;
      }

      .context-menu ul li:hover {
        background: lightgray;
        cursor: pointer;
      }

.tooltip-dis-span {
  display: inline-block;
}

  .tooltip-dis-span [disabled] {
    pointer-events: none;
  }

.ernst-fee-icon {
  background: url(../Images/ernst-fee-icon.svg?v=1) no-repeat top left;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.copy-estimate-estimate-div {
  display: flex;
  border: none;
  align-items: center;
}

.normal-line-height {
  line-height: normal;
}

.checkbox-blank-icon {
  background-image: url("../Images/checkbox-blank.svg?v=1");
  position: absolute;
  top: -15%;
  height: 24px;
  width: 24px;
  left: 12px;
}

.checkbox-blank-outline-icon {
  background-image: url("../Images/checkbox-blank-outline.svg?v=1");
  position: absolute;
  top: -15%;
  height: 24px;
  width: 24px;
  left: 12px;
}

.select2-selection__choice {
  display: flex;
  align-items: center;
}

.custom-control-input[type="checkbox"] {
  z-index: 2;
}

[hidden] {
  display: none !important;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}

.printer-dropdownmenu {
  max-height: 365px;
  overflow-y: auto;
  z-index: 1039;
}

.modal-xxl {
  max-width: 1480px;
}

.ml-4_5 {
  margin-left: 2rem !important;
}

.label-h6 {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #5b9ad5 !important;
}

.mode-dropdown {
  z-index: 9999 !important;
}

.pdf-zoom-out-arrows {
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

  .pdf-zoom-out-arrows:hover {
    opacity: .4;
  }

.pdf-zoom-out {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.pdf-zoom-out-doc {
  overflow-y: scroll;
  height: 700px;
}

.pdf-zoom-out-doc-canvas {
  border-bottom-left-radius: calc(.3rem - 1px);
  border-bottom-right-radius: calc(.3rem - 1px);
}

.bhbg:hover {
  cursor: pointer;
  background-color: rgba(90, 154, 213, .4) !important;
  border-radius: .3rem;
}

#editEmbeddedDocRotateLeft:hover, #editEmbeddedDocRotateRight:hover {
  background-color: lightgray;
  border-radius: 5px;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.display-field {
  border: 1px solid #bfbfbf !important;
  border-radius: .25rem;
  padding: 2px 4px 2px 4px;
  display: flex;
  justify-content: left;
  overflow: auto;
}

.invalid-field {
  background-color: #f8d7da !important;
  border-color: #f5c6cb;
}

.page-icon {
  mix-blend-mode: multiply;
  max-width: 32px;
  max-height: 32px;
}

div[data-bw-container="serviceIncomeVendorDiv"], #serviceIncomeByteEmployer, #serviceIncomeBytOtherIncomeDiv {
  height: 275px;
  max-height: 275px;
}

@media (width <= 991px) {
  #serviceIncomeByteEmployer, #serviceIncomeBytOtherIncomeDiv {
    height: 100% !important;
  }
}

/*checkboxes in the modal for custom screens */
.custom-screen .custom-control-label {
  margin-top: -3px !important;
}

.custom-screen input {
  border-radius: .25rem;
}

.custom-screen select {
  border-radius: .25rem;
}

.custom-screen input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.custom-screen select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.custom-screen-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #e1e1e1;
  border-radius: .25rem;
  border: 1px solid #c8c8c8;
  text-align: center;
  vertical-align: middle;
}

  .custom-screen-button:hover {
    color: #000000;
    background-color: #c8c8c8;
    border-color: #afafaf;
  }

.custom-screen label {
  color: inherit;
  font-weight: 400;
  padding: 3px;
}

.custom-screen .top-left {
  display: flex;
  align-items: start;
  justify-content: left;
}

.custom-screen .top-center {
  display: flex;
  align-items: start;
  justify-content: center;
}

.custom-screen .top-right {
  display: flex;
  align-items: start;
  justify-content: right;
}

.custom-screen .middle-left {
  display: flex;
  align-items: center;
  justify-content: left;
}

.custom-screen .middle-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-screen .middle-right {
  display: flex;
  align-items: center;
  justify-content: right;
}

.custom-screen .bottom-left {
  display: flex;
  align-items: end;
  justify-content: left;
}

.custom-screen .bottom-center {
  display: flex;
  align-items: end;
  justify-content: center;
}

.custom-screen .bottom-right {
  display: flex;
  align-items: end;
  justify-content: right;
}

.field-info {
  position: absolute;
}

  .field-info:hover {
    z-index: 10;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
  }

#tridConfirmationContainer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 2;
  max-height: 500px;
}

.toast-container {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1050;
    pointer-events: none;
}

.toast-container .visible {
    pointer-events: auto;
}
