@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Dawning+of+a+New+Day&family=Homemade+Apple&family=Indie+Flower&family=Kristi&family=Over+the+Rainbow&family=Shadows+Into+Light&family=WindSong&family=Zeyada&display=swap");
form .error-message {
  margin-top: 0.5rem;
  color: red; }

.users.add fieldset, .users.edit fieldset {
  margin-bottom: 1rem; }

#search-modal .modal-dialog {
  width: 90%;
  max-width: none; }

#appraisal-edit-modal .modal-dialog {
  width: 75%;
  max-width: none; }

#pay-multiple-modal .modal-dialog {
  max-width: none; }
#pay-multiple-modal-client .modal-dialog {
  max-width: none; }
@media only screen and (max-width: 767px) {
  #pay-multiple-modal .modal-dialog {
    width: 100%;
    margin: 0; } }
@media only screen and (max-width: 767px) {
  #pay-multiple-modal-client .modal-dialog {
    width: 100%;
    margin: 0; } }
@media only screen and (min-width: 768px) {
  #pay-multiple-modal .modal-dialog {
    width: 95%; } }
@media only screen and (min-width: 768px) {
  #pay-multiple-modal-client .modal-dialog {
    width: 95%; } }
@media only screen and (min-width: 992px) {
  #pay-multiple-modal .modal-dialog {
    width: 85%; } }
@media only screen and (min-width: 992px) {
  #pay-multiple-modal-client .modal-dialog {
    width: 85%; } }
@media only screen and (min-width: 1200px) {
  #pay-multiple-modal .modal-dialog {
    width: 75%; } }
@media only screen and (min-width: 1200px) {
  #pay-multiple-modal-client .modal-dialog {
    width: 75%; } }

@media only screen and (max-width: 575px) {
  #client-user-modal .modal-dialog {
    width: 100%;
    margin: 0;
    max-width: none; } }

#finalize-modal .modal-dialog, #finalize-print-modal .modal-dialog, #email-log-modal .modal-dialog {
  max-width: none; }
@media only screen and (max-width: 991px) {
  #finalize-modal .modal-dialog, #finalize-print-modal .modal-dialog, #email-log-modal .modal-dialog {
    width: 100%;
    margin: 0; } }
@media only screen and (min-width: 992px) {
  #finalize-modal .modal-dialog, #finalize-print-modal .modal-dialog, #email-log-modal .modal-dialog {
    width: 95%; } }

@media only screen and (min-width: 1200px) {
  #finalize-modal .modal-dialog, #finalize-print-modal .modal-dialog {
    width: 75%; } }

@media only screen and (min-width: 1400px) {
  #email-log-modal .modal-dialog {
    width: 85%; } }

#view-comp-modal .modal-dialog {
  width: 100%;
  margin: 0;
  max-width: none; }

.wide-modal .modal-dialog {
  max-width: none; }
@media only screen and (max-width: 575px) {
  .wide-modal .modal-dialog {
    width: 100%;
    margin: 0; } }
@media only screen and (min-width: 576px) {
  .wide-modal .modal-dialog {
    width: 100%; } }
@media only screen and (min-width: 992px) {
  .wide-modal .modal-dialog {
    width: 85%; } }
@media only screen and (min-width: 1200px) {
  .wide-modal .modal-dialog {
    width: 70%; } }
@media only screen and (min-width: 1525px) {
  .wide-modal .modal-dialog {
    width: 55%; } }
@media only screen and (min-width: 1792px) {
  .wide-modal .modal-dialog {
    width: 47%; } }

.properties.index td:first-of-type, .accounts.index td:first-of-type {
  white-space: nowrap; }
.properties.index .shortcuts, .accounts.index .shortcuts {
  overflow: hidden;
  *zoom: 1;
  white-space: nowrap; }
  .properties.index .shortcuts .btn, .accounts.index .shortcuts .btn {
    white-space: nowrap;
    display: inline-block;
    width: 36px; }
    .properties.index .shortcuts .btn:first-of-type, .accounts.index .shortcuts .btn:first-of-type {
      margin-right: 0.5em; }

#search-results-modal .modal-dialog {
  max-width: none; }
@media only screen and (max-width: 575px) {
  #search-results-modal .modal-dialog {
    width: 100%;
    margin: 0; }
  #search-results-modal .modal-body {
    padding: 0; } }
@media only screen and (min-width: 576px) {
  #search-results-modal .modal-dialog {
    width: 100%; }
  #search-results-modal .modal-body {
    padding: 1rem; } }
@media only screen and (min-width: 992px) {
  #search-results-modal .modal-dialog {
    width: 85%; }
  #search-results-modal .modal-body {
    padding: 1rem; } }
@media only screen and (min-width: 1200px) {
  #search-results-modal .modal-dialog {
    width: 75%; }
  #search-results-modal .modal-body {
    padding: 1rem; } }

.clients.edit dl {
  width: 100%; }
.clients.edit dt {
  width: 50%;
  float: left; }
.clients.edit dd {
  width: 50%;
  float: left; }

.accountPayments.pay dl {
  width: 100%; }
.accountPayments.pay dt {
  width: 50%;
  float: left; }
.accountPayments.pay dd {
  width: 50%;
  float: left; }

.accountDocuments.add .custom-file {
  margin-top: 32px; }
.accountDocuments.sign .preview, .accountDocuments.sign #selected-signature {
  font-size: 24pt; }
.accountDocuments.sign .preview.one {
  font-family: "Dancing Script", cursive; }
.accountDocuments.sign .preview.two {
  font-family: "Dawning of a New Day", cursive; }
.accountDocuments.sign .preview.three {
  font-family: "Indie Flower", cursive; }
.accountDocuments.sign .preview.four {
  font-family: "Over the Rainbow", cursive; }
.accountDocuments.sign .preview.five {
  font-family: "Shadows Into Light", cursive; }
.accountDocuments.sign .preview.six {
  font-family: "Kristi", cursive; }
.accountDocuments.sign .preview.seven {
  font-family: "Homemade Apple", cursive; }
.accountDocuments.sign .preview.eight {
  font-family: "Windsong", cursive; }
.accountDocuments.sign .preview.nine {
  font-family: "Zeyada", cursive; }
.accountDocuments.sign .preview:hover {
  text-decoration: none;
  border-bottom: 1px solid blue; }
@media only screen and (min-width: 400px) {
  .accountDocuments.sign #signature {
    width: 400px;
    height: 200px; } }
@media only screen and (min-width: 600px) {
  .accountDocuments.sign #signature {
    width: 600px;
    height: 200px; } }

.dashboard.index table th, .dashboard.index table td {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }
.dashboard.index table th {
  padding-left: 4px;
  padding-right: 10px; }
.dashboard.index table tr:first-child th, .dashboard.index table tr:first-child td {
  border-top: 1px solid #ccc; }
.dashboard.index table tr:last-child td {
  border-bottom: 1px solid #ccc; }
.dashboard.index table tr:nth-child(even) {
  background-color: #ccc; }

.form-select {
  margin-top: 0.375rem; }

.form-check {
  margin-top: 0.625rem; }

.btn-secondary {
  color: #fff !important;
  background-color: #7B68EE;
  border-color: #7B68EE; }

.btn-secondary:hover {
  color: #fff;
  background-color: #6A5ACD;
  border-color: #483D8B; }

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123, 104, 238, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(123, 104, 238, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #7B68EE;
  border-color: #7B68EE; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #483D8B;
  border-color: #4B0082; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-additional {
  color: #fff;
  background-color: #FF8C00;
  border-color: #FF8C00; }

.btn-additional:hover {
  color: #fff;
  background-color: #FFA500;
  border-color: #FFA500; }

.btn-additional:focus,
.btn-additional.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-additional.disabled,
.btn-additional:disabled {
  color: #fff;
  background-color: #FF8C00;
  border-color: #FF8C00; }

.btn-additional:not(:disabled):not(.disabled):active,
.btn-additional:not(:disabled):not(.disabled).active,
.show > .btn-additional.dropdown-toggle {
  color: #fff;
  background-color: #FFA500;
  border-color: #FFA500; }

.btn-additional:not(:disabled):not(.disabled):active:focus,
.btn-additional:not(:disabled):not(.disabled).active:focus,
.show > .btn-additional.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-cancel {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-cancel:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-cancel:focus, .btn-cancel.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-cancel.disabled, .btn-cancel:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-cancel:not(:disabled):not(.disabled):active, .btn-cancel:not(:disabled):not(.disabled).active,
.show > .btn-cancel.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-cancel:not(:disabled):not(.disabled):active:focus, .btn-cancel:not(:disabled):not(.disabled).active:focus,
.show > .btn-cancel.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 4px 4px 4px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > .dropdown-toggle:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.dropdown-submenu > .dropdown-toggle {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  pointer-events: none; }
  .dropdown-submenu > .dropdown-toggle:hover, .dropdown-submenu > .dropdown-toggle:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-submenu > .dropdown-toggle.active, .dropdown-submenu > .dropdown-toggle:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-submenu > .dropdown-toggle.disabled, .dropdown-submenu > .dropdown-toggle:disabled {
    color: #6c757d;
    background-color: transparent; }

.shortcut-stack a:not(:first-of-type) {
  float: left;
  clear: both;
  margin-top: 0.5em; }

#email-modal .modal-dialog, #edit-template-modal .modal-dialog {
  max-width: none; }
@media only screen and (max-width: 575px) {
  #email-modal .modal-dialog, #edit-template-modal .modal-dialog {
    width: 100%;
    margin: 0; } }
@media only screen and (min-width: 567px) {
  #email-modal .modal-dialog, #edit-template-modal .modal-dialog {
    width: 95%; } }
@media only screen and (min-width: 992px) {
  #email-modal .modal-dialog, #edit-template-modal .modal-dialog {
    width: 85%; } }
@media only screen and (min-width: 1200px) {
  #email-modal .modal-dialog, #edit-template-modal .modal-dialog {
    width: 70%; } }
@media only screen and (min-width: 1525px) {
  #email-modal .modal-dialog, #edit-template-modal .modal-dialog {
    width: 55%; } }
@media only screen and (min-width: 1792px) {
  #email-modal .modal-dialog, #edit-template-modal .modal-dialog {
    width: 47%; } }

@media only screen and (min-width: 0px) {
  /* .narrow-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; } */

  .narrow-some-padding {
    padding-left: 0.25em !important;
    padding-right: 0.25rem !important; }

  .narrow-select {
    padding-left: 0.1rem !important;
    padding-right: 0.4rem !important; }

  .narrow-small-font {
    font-size: x-small; }

  br.responsive {
    display: inline; } }
@media only screen and (min-width: 460px) {
  .narrow-no-padding, .narrow-some-padding, .narrow-select {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }

  .narrow-small-font {
    font-size: 1rem; } }
@media only screen and (min-width: 768px) {
  br.responsive {
    display: none; } }
@media only screen and (min-width: 1280px) {
  .d-xxl-none {
    display: none !important; }

  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.ssidebar {
  width: 90px !important;
  background-color: #212529;
  min-height: calc(100vh - 56px); }

.ssidebar .nav-item:last-child {
  margin-bottom: 1rem; }

.ssidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px; }

.ssidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block; }

.ssidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0; }

.ssidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important; }

.ssidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none; }

.ssidebar .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.ssidebar .nav-item .nav-link:active, .ssidebar .nav-item .nav-link:focus, .ssidebar .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.ssidebar.toggled {
  width: 0 !important;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .ssidebar {
    width: 0 !important;
    overflow: hidden; }

  #sidebarToggle {
    display: none; }

  .topnav {
    display: flex; } }
@media only screen and (min-width: 768px) {
  .topnav {
    display: none; } }
@media only screen and (min-width: 1200px) {
  .ssidebar {
    width: 225px !important; }

  .ssidebar .nav-item .nav-link {
    display: block;
    text-align: left;
    padding: 1rem;
    width: 225px; }

  .ssidebar .nav-item .nav-link span {
    font-size: 1rem;
    display: inline; }

  .ssidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0; }

  .ssidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block; }

  .ssidebar.toggled {
    overflow: visible;
    width: 90px !important; }

  .ssidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem; }

  .ssidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px; }

  .ssidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block; }

  .ssidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0; }

  .ssidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important; }

  .ssidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none; } }
#divAuthorizeNetPopupScreen {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #808080;
  opacity: 0.5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter: alpha(opacity=50); }

#divAuthorizeNetPopup {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -200px;
  z-index: 2;
  overflow: visible; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupOuter {
  background-color: #dddddd;
  border-width: 1px;
  border-style: solid;
  border-color: #a0a0a0 #909090 #909090 #a0a0a0;
  padding: 4px; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupTop {
  height: 23px; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose {
  position: absolute;
  right: 7px;
  top: 7px; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a {
  background-image: url("content/closeButton1.png");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:hover {
  background-image: url("content/closeButton1h.png"); }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:active {
  background-image: url("content/closeButton1a.png"); }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupInner {
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #cfcfcf #ebebeb #ebebeb #cfcfcf; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupBottom {
  height: 30px; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupLogo {
  position: absolute;
  right: 9px;
  bottom: 4px;
  width: 200px;
  height: 25px;
  background-image: url("content/powered_simple.png"); }

.AuthorizeNetPopupSimpleTheme .AuthorizeNetPopupOuter {
  border: 1px solid #585858;
  background-color: #ffffff; }
