html, body{
	height: 100%;
}

.dataviz-container:hover .dataviz-print {
  display: block;
}

.section-header {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0.4rem;

  margin-bottom: 1rem;
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, .025);
  font-weight: 700;

  font-size: 1.4rem;
  color: rgba(0, 0, 0, .4);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);

}

.sub-head {
  font-size: 1rem;
}

.w-15 {
  width: 15%;
}

.w-85 {
  width: 85%;
}

body {
  background: #f7f7f7;
}



.hover-o-100:hover {
  opacity: 1;
}

.hover-o-90:hover {
  opacity: 0.9;
}

.hover-o-60:hover {
  opacity: 0.6;
}

.hover-o-80:hover {
  opacity: 0.8;
}









.form-edit input {
  box-sizing: border-box;
}

.f7 {
  font-size: .675rem;
}

.bg-sidebar-frame {
  background: rgb(28, 32, 34);
  background: linear-gradient(0deg, rgba(28, 32, 34, 1) 0%, rgba(43, 50, 55, 1) 51%, rgba(43, 50, 56, 1) 100%);
}


.bg-header {
  background: linear-gradient(0deg, rgba(13, 14, 15, 1) 0%, rgba(33, 37, 40, 1) 51%, rgba(36, 41, 45, 1) 100%);
  opacity: 0.95;
}

.mutedblue {
  color: #26363F;
}

.b--mutedblue {
  border-color: #26363F;
}

.list-group-item,
.list-group-item * {}

#sidebar-search-box {
  padding-left: 25px;
}

#sidebar-search-box:focus {
  color: rgba(255, 255, 255, 1);
  outline: none;
}




.pl-spinner {
  height: 48px;
  width: 48px;
  color: #5a5a5a;
  position: relative;
  display: inline-block;
  border: 5px solid;
  border-radius: 50%;
  border-top-color: transparent;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*  prevent zoom on select boxes on mobile  */

@media screen and (max-width: 767px) {
  select:active,
  input:active,
  textarea:active {
    font-size: 16px;
  }
}




/*  sticky footer  */

html,
body {
  height: 100%;
}

.site-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1 0 auto;
}


header,
footer {
  flex: none;
}








.pa25 {
  padding: 0.75rem;
}

.hover-bg-black-02:hover {
  background-color: rgba(0, 0, 0, .02)
}

.hover-bg-black-05:hover {
  background-color: rgba(0, 0, 0, .05)
}





.form-edit input.bw1,
.form-edit textarea.bw1,
.form-edit .quill-editor.bw1 {
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.6);
}

.form-edit label {
  color: rgba(0, 0, 0, 0.7);
}


.form-edit input.bw1:focus,
.form-edit textarea.bw1:focus,
.form-edit .quill-editor.bw1:focus,
.form-edit select:focus {
  border: 1px solid rgba(0, 0, 0, 0.6);
  outline: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 1);
}


.quill-editor {
  background: rgba(255, 255, 255, 0.7);
}



.form-edit .ql-editor {
  box-sizing: border-box;
  border-radius: .25rem;
  padding: .5rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.form-edit .ql-editor:focus {
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(0, 0, 0, 1);
}





/* autosuggest (horsey)  */

.sey-container {
  display: none;
  position: absolute;
  border: 2px solid rgb(227, 234, 229);
  background-color: #fff;
  color: #333;
  transition: left 0.1s ease-in-out;
  z-index: 1;
  font-size: 80%;
}

.sey-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sey-show {
  display: block;
}

.sey-hide {
  display: none;
}

.sey-empty {
  cursor: default;
  padding: 1rem;
}

.sey-item {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 1rem;
}

.sey-item:hover {
  background-color: #444;
  color: #fff;
}

.sey-selected {
  background-color: #333;
  color: #fff;
}

.sey-char-highlight {
  font-weight: bold;
}

.sey-category-id {
  background-color: #eee;
  color: #aaa;
  text-align: right;
  text-transform: capitalize;
  font-style: italic;
  font-size: 12px;
  box-shadow: 1px 0px 1px;
  padding: 7px;
}




.primary-blue {
  color: #2e65c4;
}

.bg-primary-blue {
  background-color: #2e65c4;
}







/*  sticky header  */
header {
  position: fixed;
  top: 0;
  z-index: 200;
}

.site-content {
  padding-top: 60px;
}







.sidebar-icon-individuals img,
.sidebar-icon-users img {
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
}



.sidebar-selector {
  padding: 0 0 1px 1px;
}

.sb-button {
  margin-right: 1px;
  padding: 0.7rem 0;
  font-size: 0.8rem;
  font-weight: 500;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.search-frame {
  padding: 1.2rem 1.75rem;
}

.search-pill {
  border-width: 0.13rem;
}


.search-icon {
  top: 0.55rem;
  left: -0.35rem;
}

.sb-new-link {
  font-size: .85rem;
}




.qan-detail .delete-icon {
  display: none;
}

.qan-detail:hover .delete-icon {
  display: block;
}





.balancesheet-table {
  border-collapse: collapse;
}

.balancesheet-table th,
.balancesheet-table td {
  border: 1px solid #666;
  padding: 0.5rem;
}

.bg-green-20 {
  background-color: rgba(0, 255, 0, .2);
}

.bg-green-10 {
  background-color: rgba(0, 255, 0, .1);
}

.bg-red-20 {
  background-color: rgba(255, 0, 0, .2);
}









.sf-checkbox {
  display: none;
}

.selecting .sf-checkbox {
  display: inline-block;
}

.dz-remove {
  display: none;
}

.hc-upload .upload-delete img {
  height: 100%;
  width: auto;
}

.hc-upload .upload-delete:hover {
  background: rgba(255, 255, 255, 0.5);
}

