﻿/* ============ MAIN WRAPPER ============ */
.container-main {
  background-color: #E1E6EA; }

/* ============ TOP NAVIGATION / NAVBAR ============ */
/* ============ REPORT CONTENT ============ */

label {
    display: block;
    margin-bottom: 2px;
}

.content {
  width:100%;
  margin-left: 300px;
  min-width: 375px; }

.content-all {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #FFF; }

.content-top {
  text-align: left; }

.check-icon {
    border-color: transparent;
    background-position: center;
    background: url("images/check-mark.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
}


.buttons-container {
    position: absolute;
    bottom: 25px;
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.content-body {
    font-family: 'open sans',sans-serif;
    font-size: 12px;
    line-height: 13px;
    padding-left: 18px;
    padding-right: 18px;
}

.content-footer {
  padding: 10px; }

.content-header {
  margin: 10px 18px 18px 18px;
  margin-bottom: 16px;
  margin-right: 18px; }

.content-header .entity-name {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase; }

.content-header .report-name {
  font-family: inherit;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px; }

.content-header .report-subtitle {
  font-family: inherit;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px; }

.content-header .as-of-date {
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  /* float: right;  margin: 15px;*/ }

.content-header .foot-note {
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold; }

/*div#toolbar-export {float: right;}
div#toolbar-options {float: right;}*/
#toolbar .btn-group .btn {
  font: 13px 'Open Sans', Helvetica, san-serif; }

#toolbar #toolbar-export.btn-group .btn {
  font-weight: bold; }

#toolbar .btn-group > .btn {
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

#toolbar .btn-group > .btn:hover {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  background-position: 0 0;
  border: 1px solid #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.edit-header textarea {
  text-align: center; }

/* ============ HEADER ICON QUESTION ============ */
.div-question-sign {
    position: relative;
    left: 0;
    display: flex;
    float: left;
    margin: 0 10px 0 0;
}
.icon-question {
    margin: 17px 2px 22px 2px;
    cursor: pointer;
}
.custom-img {
    width: 28px;
    height: 14px;
}

/* ============ SIDEBAR NAVIGATION ============ */
.sidebar-wrap {
    /* This container allows for scroll to show for sidebar even though sidebar is fixed position */
    overflow: auto;
    left: 0px;
    top: 60px;
    width: 290px;
    height: 100%;
    background-color: #E5E5E5;
}

.sidebar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  left: 0px;
  width: 100%; }

.sidebar-heading {
  height: 30px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: none;
  padding: 16px 0px 12px 18px; }

.sidebar-heading-list {
  height: 31px;
  /*background-color:#777;*/
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  /*color: #eee;*/
  text-decoration: none;
  text-shadow: none;
  margin-bottom: 10px;
  padding: 5px 5px;
  padding-left: 18px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

#sidebar .accordion-group {
  clear: both; }

#sidebar .accordion-body {
  clear: both; }

.entity-selector {
  border: 1px solid #CCCCCC;
  width: 88%; }

/* ============ COPYRIGHT FOOTER ============ */
.copyright {
  background-color: #000000;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 10px;
  font-weight: normal;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px; }

/* ============ IMAGES ============ */
.img-sidebar {
  float: left;
  width: 18px;
  height: 18px;
  margin: 5px 5px 5px 10px; }

.img-warning {
    background-image: url(../content/images/warning.ico);
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: relative;
    top: 1px;
    width: 20px;
}

.wrong-margin-value {
    font-weight: bold; }

.img-sidebar.balance-sheets {
  background-image: url("../content/images/icon-balance.png");}

.img-sidebar.cash-flow {
  background-image: url("../content/images/icon-cash.png"); }

.img-sidebar.income-statements {
  background-image: url("../content/images/icon-income.png"); }

.img-sidebar.investments {
  background-image: url("../content/images/icon-investments.png"); }

.img-sidebar.tax-schedules {
  background-image: url("../content/images/icon-tax.png"); }

.img-sidebar.tax-form-1099 {
    background-image: url("../content/images/icon-tax.png");
}
.img-sidebar.summitas {
    background-image: url("../content/images/summitas.png");
}

.img-sidebar.transactions {
  background-image: url("../content/images/icon-transactions.png"); }

.img-sidebar.chart-of-accounts {
  background-image: url("../content/images/icon-coa.png"); }

.img-sidebar.payees {
  background-image: url("../content/images/icon-payees.png"); }

.img-sidebar.dashboards {
  background-image: url("../content/images/icon-dashboards.png"); }

.img-sidebar.families {
  background-image: url("../content/images/icon-families.png"); }

.img-sidebar.portfolio-analytics {
  background-image: url("../content/images/icon-analytics.png"); }

.img-sidebar.return-on-investment {
  background-image: url("../content/images/icon-roi.png"); }

.permission-expand {
  src: url("../content/images/icon-arrow-small-down.png"); }

.permission-expand-collapse {
  vertical-align:middle;
  margin-top: 4px;
  margin-right:3px;
}

.parentNode{
    vertical-align:middle;
    display:inline-block;
}

/* migrated from old site.css file */
span.diff-highlight {
  color: white;
  background-color: blue;
  font-weight: bolder; }

div.btn-to-top {
  position: fixed;
  cursor: pointer;
  right: 5px;
  bottom: 5px;
  background-color: rgba(220, 220, 220, 0.75);
  padding: 5px; }

.sidebar-new {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 10px; }

.sidebar-newFamily {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 10px; }

form.report-nav-options {
  width: 240px;
  margin-left: 18px; }

.report-nav-options label {
  font-size: 13px; }

.report-nav-options input[type='text'] {
  width: 226px;
  font-size: 13px;
  margin-bottom: 6px; }

.report-nav-options input[type='checkbox'] {
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 6px; }

.report-nav-options select {
  width: 240px;
  font-size: 13px;
  margin-bottom: 6px; }

.report-nav-options .select2-container {
  width: 240px;
  font-size: 13px;
  margin-bottom: 6px; }

.report-nav-options .select-btn {
  margin-bottom: 6px;
  padding: 3px 12px; }

.report-nav-options div {
  height: 2.1em; }

.report-nav-options div button.btn {
  margin-right: 0 !important; }

/* Report Options
-----------------------------------------------------------*/
#report-options-box {
  margin-bottom: 20px;
  display: none;
  float: left;
  width: 100%;
  background-color: #eee;
  margin-top: 0px;
  border-left: none;
  border-right: none;
  padding-left: 18px; }

#report-options-box ul {
  margin: 0;
  padding: 0; }

#refreshOptionButtons {
  display: block;
  clear: both; }

button#refreshOptions {
  margin: 10px 10px 0 18px; }

button#refreshOptionsCancel {
  margin: 10px 0 0 0; }

#report-options-box select {
  margin-bottom: 0; }

#wrapper-options, #wrapper-options-sub {
  text-align: left; }

#wrapper-options-sub li {
  padding-left: 0;
  padding-bottom: 5px;
  list-style: none;
  clear: both; }

#wrapper-options-sub li input[type="checkbox"] {
  margin: 0; }

#wrapper-options-sub label {
  width: auto;
  display: inline;
  font-size: 13px; }

.container-option {
  position: relative;
  display: inline;
  font-size: 13px;
  margin: .5em 1em .5em 0;
  vertical-align: bottom;
  float: left; }

.container-option label {
  margin-bottom: 0px;
  width: 90px;
  min-width: auto;
  margin-right: .25em; }

select#DecimalPlacesForPercentages {
  width: auto;
  margin-left: 1.5em; }

select#ReportCurrencyCode {
  min-width: 230px; }

select#TimePeriod, select#ExpenseAsPercentOf, select#ShowColumn {
  width: auto; }

.optionsCurrency hr {
  margin: 5px 0 10px;
  border: none;
  border-bottom: 1px solid #ccc; }

.margin-input {
    width: 80px;}

.page-orientation-select {
  width: 125px;}

.font-section-ul > li {
    margin-bottom: 6px;
}

.font-section-select {
    right: 0;
    position: absolute
}

.font-name-select {
    width: 165px;
}

.font-size-select {
    width: 60px;
}

/* Report Setup
-----------------------------------------------------------*/
#report-setup-box {
    margin-bottom: 20px;
    display: none;
    float: left;
    width: 100%;
    background-color: #eee;
    margin-top: 0px;
    border-left: none;
    border-right: none;
    padding-left: 18px;
}

#report-setup-box ul {
  margin: 0;
  padding: 0; }

#reportSetupButtons {
  display: block;
  clear: both; }

button#applySetupOptions {
  margin: 10px 10px 0 18px; }

button#cancelSetupOptions {
  margin: 10px 0 0 0; }

#report-setup-box select {
  margin-bottom: 0; }

#wrapper-setup, #wrapper-setup-sub {
  text-align: left; }

#wrapper-setup-sub li {
  padding-left: 0;
  padding-bottom: 5px;
  list-style: none;
  clear: both; }

#wrapper-setup-sub li input[type="checkbox"] {
  margin: 0; }

#wrapper-setup-sub label {
  width: auto;
  display: inline;
  font-size: 13px; }

.container-report-setup {
  position: relative;
  display: inline;
  font-size: 13px;
  margin: .5em 1em .5em 0;
  vertical-align: bottom;
  float: left; }

.container-report-setup label {
  margin-bottom: 0px;
  width: 90px;
  min-width: auto;
  margin-right: .25em; }
/*-------------Report Setup------------*/

input.new-dashboard-name, input.new-family-name {
  width: 180px;
  margin: 3px; }

.btn-success.save {
  border: 1px #006EA6 solid;
  background: #0089D0;
  background-image: -webkit-linear-gradient(top, #4DACDE, #0089D0);
  background-image: -o-linear-gradient(top, #4DACDE, #0089D0);
  background-image: -moz-linear-gradient(top, #4DACDE, #0089D0);
  background-image: linear-gradient(top, #4DACDE, #0089D0);
  text-shadow: 1px 1px 1px #006EA6;
  color: #fff;
  font-size: 14px;
  padding: 4px 12px; }

.btn-warning.cancel {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  background-position: 0 0;
  border: 1px solid #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

#sidebar .btn-warning.cancel {
  margin-left: 3px; }

div.dashboard-widget {
  position: absolute;
  display: inline;
  width: 575px;
  height: 400px;
  float: left;
  border: #CCCCCC solid 1px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 12px 10px -10px #BBBBBB;
  -webkit-box-shadow: 0px 10px 10px -10px #BBBBBB;
  box-shadow: 0px 12px 10px -10px #BBBBBB;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#BBBBBB', Direction=180, Strength=5);
  margin: 5px;
  background-color: white;
  overflow: hidden; }

.dashboard-widget .header {
  text-align: center; }

div.dashboard-widget svg {
  display: inline;
  float: left; }

div.dashboard-widget td i {
  float: right; }

div.table-holder {
  height: 300px;
  width: 250px;
  overflow-y: hidden;
  margin: 10px;
  display: inline;
  float: right; }

div.table-holder table {
  width: 100%; }

.dashboard-widget .datepicker {
  width: 6em; }

div.dashboard-widget h3 {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  background-color: #eee;
  margin-top: 0px;
  padding: 3px; }

.dashboard-widget .entity-selector {
  width: 20em;
  text-align: left;
  margin-top: 10px; }

.sidebar-heading .entity-selector {
  float: left; }

.deleteWidget {
  border-color: transparent;
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
  background-position: center;
  background: url("images/delete.png");
  background-repeat: no-repeat; }

.printWidget {
  border-color: transparent;
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
  background-position: center;
  background: url("../content/images/icon-print.png");
  background-repeat: no-repeat; }

.dxgvControl {
  /*min-width: 40%;*/
  width: auto;
  /*margin-left: auto;*/
  margin-right: auto;
  font-family: 'open sans',Helvetica,sans-serif;
  font-size: 13px;
  line-height: 15px; }


.dxgvTable {
    table-layout: auto;
}

.hidden {
  display: none; }

a.drilldown {
  color: #000000;
  padding-right: 25px; }

div.balance-div {
  height: 260px;
  overflow: auto; }

table.balance-table {
  width: 95%;
  margin: 2%; }

table.balance-table td {
  font-size: 1.2em;
  padding: 4px;
  border: 1px solid black; }

table.balance-table thead td {
  background-color: gainsboro;
  font-weight: bold; }

td.decimal {
  text-align: right; }

div.settings {
  position: absolute;
  right: 5px;
  margin: 5px; }

.options-menu {
  position: absolute;
  background: white;
  right: 0;
  top: 36px;
  border: 1px solid gainsboro;
  padding: 3px;
  border-radius: 2px; }

img.settings-icon {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  content: url("images/gear.png"); }

.dashboard-name {
  font-weight: 500;
  font-size: 26px;
  margin: 20px;
  text-align: center; }

.widget-selection-panel {
  text-align: left;
  overflow: hidden;
  /* set height to contain all widgets */
  background-color: #f1f1f1;
  border-bottom: 1px #ddd solid;
  padding-top: 10px; }

table .header-fixed {
  position: fixed;
  top: 40px;
  z-index: 1020; }

.client-selector {
  min-width: 200px; }

.userType-selector {
  width: 200px; }

.submit {
  width: 80px; }

div.settings-name h3 {
  padding-left: 18px;
  background-color: inherit; }

div.settings-widget {
  position: relative;
  display: inline;
  min-width: 1200px;
  max-width: 100%;
  width:500px;
  min-height: 500px;
  float: left;
  /*border:#CCCCCC solid 1px;*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 12px 10px -10px #BBBBBB;
  -webkit-box-shadow: 0px 10px 10px -10px #BBBBBB;
  box-shadow: 0px 12px 10px -10px #BBBBBB;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#BBBBBB', Direction=180, Strength=5);
  /*padding: .8em;
  margin: .5em 5em 2em .5em;*/
  background-color: white;
  overflow: auto; }

/* Widget selection */
.widget-selection-container {
  float: left;
  position: relative;
  height: 60px;
  width: 250px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px #999999 solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); }

.widget-selection-image {
  float: left;
  position: relative;
  height: 60px;
  width: 60px;
  margin-right: 10px; }

.widget-selection-name {
  float: left;
  position: relative;
  width: 180px;
  margin-bottom: 10px; }

.widget-selection-add {
  float: left;
  position: relative;
  width: 175px; }

.asset-allocation {
  background: url("images/asset-allocation.jpg"); }

.cash-balances {
  background: url("images/cash-balances.jpg"); }

.account-balances {
  background: url("images/account-balances.jpg"); }

.net-worth-month {
  background: url("images/net-worth-month.jpg"); }

.net-income-month {
  background: url("images/net-income-month.jpg"); }

.widget-icon {
  float: right;
  position: relative;
  width: 27px;
  height: 27px;
  margin: 5px; }

.img-info {
  background-image: url("images/icon-info.png"); }

.ready .gs_w:not(.preview-holder) {
  -webkit-transition: opacity .3s, left .3s, top .3s;
  -moz-transition: opacity .3s, left .3s, top .3s;
  -o-transition: opacity .3s, left .3s, top .3s;
  transition: opacity .3s, left .3s, top .3s; }

.ready .gs_w:not(.preview-holder) {
  -webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -o-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  transition: opacity .3s, left .3s, top .3s, width .3s, height .3s; }

.widget-viewer .preview-holder {
  z-index: 1;
  position: absolute;
  background-color: #000;
  border-color: #000;
  opacity: 0.3; }

.widget-viewer .player-revert {
  z-index: 10 !important;
  -webkit-transition: left 0.3s, top 0.3s !important;
  -moz-transition: left 0.3s, top 0.3s !important;
  -o-transition: left 0.3s, top 0.3s !important;
  transition: left 0.3s, top 0.3s !important; }

.widget-viewer .dragging {
  z-index: 10 !important;
  -webkit-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important; }

.widget-viewer > * {
  margin: 0 auto;
  -webkit-transition: height .4s;
  -moz-transition: height .4s;
  -o-transition: height .4s;
  -ms-transition: height .4s;
  transition: height .4s; }

.widget-list {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

li.dashboard-widget {
  position: absolute;
  display: inline;
  width: 581px;
  height: 406px;
  float: left;
  border: #CCCCCC solid 1px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 12px 10px -10px #BBBBBB;
  -webkit-box-shadow: 0px 10px 10px -10px #BBBBBB;
  box-shadow: 0px 12px 10px -10px #BBBBBB;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#BBBBBB', Direction=180, Strength=5);
  background-color: white;
  overflow: hidden; }

li.dashboard-widget h3 {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  background-color: #eee;
  margin-top: 0px;
  padding: 3px; }

.widget-viewer {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  /* set height to contain all widgets */
  background-color: white; }

.widget-viewer {
  position: relative; }

.refresh {
  display: inline; }

.ui-dialog .ui-dialog-titlebar-close {
  border-color: transparent;
  background-position: center;
  background: url("images/delete.png");
  background-repeat: no-repeat; }

#version-info {
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
    line-height: 20px;
}

tr {
  height: 20px;
  border: 1px solid #eee;
}

.dataTablesChild thead {
  display: none; }

.dataTablesChild {
  margin-left: 500px; }

.dataTables thead th {
  text-align: center;
  background: #0069aa;
  color: #ffffff; }

.dataTables_filter {
  visibility: hidden; }

#yearSelect {
  float: right;
  width: 110px; }

tr.odd {
  border-width: 1px;
  border-style: solid;
  border-color: grey; }

tr.even {
  border-width: 1px;
  border-style: solid;
  border-color: grey; }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }

.hiddenId {
  display: none; }

table.dataTable tr.odd.row_selected {
  background-color: #A5D3EB; }

table.dataTable tr.even.row_selected {
  background-color: #A5D3EB; }

.family-name {
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

#dashboard-item-menu {
  position: relative;
  float: none; }

#family-item-menu {
  position: relative;
  float: none; }

.datepicker-dropdown {
  position: absolute; }

.DTTT_container {
  font-size: 14px;
  float: left;
  margin-bottom: 0;
  margin-top: -3px; }

.familyOptionButtons {
  display: inline-block;
  float: left;
  margin-right: 2px;
  margin-top: -2px;
  margin-left: -2px; }

.add_delete_toolbar {
  display: inline-block; }

.all-entities {
  list-style: none;
  margin: 10px 0 0 35px; }

#toolbar {
  height: 30px; }

.family-nav-divider {
  margin-bottom: 10px;
  margin-top: 10px;
  color: grey; }

.report-currency-select {
  /*border: 2px solid black;*/
  margin-left: 20px; }

.report-currency-span {
  margin-top: 10px; }

#beginNewYear {
  margin-bottom: 0px; }

#btnAddNewFamilyOrEntity {
  margin-left: 5px;
  margin-top: -10px; }

#familyEntitySelect {
  margin-left: 1em; }

.refreshUserList {
  margin-top: -10px; }

.updateFolderName {
  margin-top: -10px; }

table.dataTable tbody td.no-padding {
  padding: 0; }

td.details-control {
  background: url("../content/images/icon-expanded.gif") no-repeat center center;
  cursor: pointer; }

tr.shown td.details-control {
  background: url("../content/images/icon-collapsed.gif") no-repeat center center; }

@media only screen and (min-device-width: 1025px) {
  /* Moving report attributes */
  #sidebar-wrap {
    z-index: 100; }

  #content {
    z-index: 50; }

  #toolbar {
    height: 34px;
    line-height: 34px;
    margin-top: 0;
    top: 62px;
    position: fixed;
    z-index: 9;
    width: 100%;
    /*width: calc(100% - 300px);*/
    border-top: none; }

  div#toolbar-export {
    position: absolute;
    top: 5px;
    right: 305px;
  }

  .bton-dropdown-menu {
        border: none;
        background: none;
        height: 26px;
        width: 100%;
        text-align:left;
    }

  .bton-dropdown-menu:hover {
        color: #FFFFFF;
    }

  #img-item-menu {
        vertical-align: middle;
        margin-left: 6px;
    }

     #img-item-menu:hover{
         color:#FFFFFF;
     }

  .dropdown-menu-item:hover {
        color: #FFFFFF;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        outline: 0;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

  div#toolbar-options {
    position: absolute;
    top: 5px;
    right: 440px; }

  #toolbar .btn-group .btn {
    font: 13px 'Open Sans', Helvetica, san-serif; }
  

  #toolbar #toolbar-export.btn-group .btn {
    font-weight: bold; }

  #toolbarClear {
    clear: both;
    margin-top: 50px; }

  .content-header {
    /*margin-top:50px;*/ }

  .family-name {
    margin-top: 50px; }

  .DashboardsView .content {
    margin-top: 50px; }

  .edit-header {
    padding: 10px 18px 10px;
    margin-right: 15px; }

  .edit-header textarea {
    width: 100% !important; }

  #report-options-box {
    display: none;
    float: left;
    width: 100%;
    background-color: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #aaa;
    margin-top: -47px;
    margin-bottom: 5px;
    z-index: 1040;
    position: relative; }

  #report-options-box + div {
    display: none; }

  .sidebar-heading {
    padding: 10px 0px 12px 18px; }

  form.report-nav-options {
    position: fixed;
    top: 70px;
    margin-left: 308px;
    line-height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  form.report-nav-options.hidden {
    display: none; }

  .report-nav-options input[type='text'] {
    width: 226px;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 5px;
    font: 13px 'Open sans'; }

  .report-nav-options input[data-param="qualifier"][type='text'] {
    width: 100px; }

  .report-nav-options input[data-param="date"][type='text'] {
    width: 72px; }

  .report-nav-options input[data-param="startDate"][type='text'] {
    width: 72px; }

  .report-nav-options input[data-param="endDate"][type='text'] {
    width: 72px; }

  .report-nav-options input[data-param="fromYear"] {
    width: 4em !important;
    margin-right: 5px; }

  .report-nav-options input[data-param="toYear"] {
    margin: 0 5px;
    width: 4em !important; }

  .report-nav-options input[data-param="year"] {
    margin-right: 5px;
    width: 4em !important; }

  .report-nav-options input[data-param="setNumbers"] {
    width: 90px; }

  .report-nav-options select {
    width: 240px;
    font-size: 13px;
    margin-bottom: 6px;
    margin-right: 5px;
    display: table; }

  .report-nav-options select[data-param="payeeType"] {
    width: 72px;
    flex: none; }

  .report-nav-options select[data-param="printStatus"] {
    width: 102px;
    flex: none; }

  .report-nav-options select[data-param="accountClass"] {
    width: 102px;
    flex: none; }

  .report-nav-options label {
    font: 13px 'Open sans';
    line-height: 20px;
    padding: 4px;
    margin-right: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .report-nav-options .select-btn {
    margin-bottom: 6px;
    padding: 4px 12px;
    margin-right: 5px;
    white-space: nowrap; }

  .report-nav-options .select2-container {
    width: 240px;
    font-size: 13px;
    margin-bottom: 6px;
    margin-right: 5px;
    display: table; }

  .select2-container .select2-choice {
    line-height: 28px;
    border: 1px solid #ccc;
    line-height: 28px;
    width: 225px; }

  .report-nav-options button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .report-nav-options button i {
    display: none; }

  .report-nav-options button.btn.pull-right.load-report {
    border: 1px #006EA6 solid;
    background: #0089D0;
    background-image: -webkit-linear-gradient(top, #4DACDE, #0089D0);
    background-image: -o-linear-gradient(top, #4DACDE, #0089D0);
    background-image: -moz-linear-gradient(top, #4DACDE, #0089D0);
    background-image: linear-gradient(top, #4DACDE, #0089D0);
    text-shadow: 1px 1px 1px #006EA6;
    color: #fff;
    font-size: 14px;
    padding: 4px 12px; }

  .report-nav-options button.btn.pull-right.load-report:hover {
    border: 1px #004D74 solid;
    background: #007BBB;
    background-image: -webkit-linear-gradient(top, #4DACDE, #007BBB);
    background-image: -o-linear-gradient(top, #4DACDE, #007BBB);
    background-image: -moz-linear-gradient(top, #4DACDE, #007BBB);
    background-image: linear-gradient(top, #4DACDE, #007BBB); }

  .report-nav-options button.load-report {
    -webkit-animation: pulse 1.5s 1;
    -moz-animation: pulse 1.5s 1;
    -o-animation: pulse 1.5s 1;
    animation: pulse 1.5s 1; }

  @-webkit-keyframes pulse {
    0%, 100% {
      background: #0089D0;
      background-image: -webkit-linear-gradient(top, #4DACDE, #0089D0); }
    50% {
      text-decoration: underline;
      background: #0069aa; } }
  @-moz-keyframes pulse {
    0%, 100% {
      background: #0089D0;
      background-image: -moz-linear-gradient(top, #4DACDE, #0089D0); }
    50% {
      text-decoration: underline;
      background: #0069aa; } }
  @-o-keyframes pulse {
    0%, 100% {
      background: #0089D0;
      background-image: -o-linear-gradient(top, #4DACDE, #0089D0); }
    50% {
      text-decoration: underline;
      background: #0069aa; } }
  @keyframes pulse {
    0%, 100% {
      background: #0089D0;
      background-image: -webkit-linear-gradient(top, #4DACDE, #0089D0);
      background-image: -o-linear-gradient(top, #4DACDE, #0089D0);
      background-image: -moz-linear-gradient(top, #4DACDE, #0089D0);
      background-image: linear-gradient(top, #4DACDE, #0089D0); }
    50% {
      text-decoration: underline;
      background: #0069aa; } }
  /* END Moving report attributes */ }

/*# sourceMappingURL=site.css.map */
    
    /*.access-group-header tr {
        border: 1px solid #eee;
    }

    #permissionHeaderBlock {
        border: 1px solid #eee;
    }*/

    /*#permissionHeaderBlock {
        border-top: 1.5px solid #A9A9A9;
        border-bottom: 1.5px solid #A9A9A9;
        border-left: 1.5px solid #A9A9A9;
        border-right: 1.5px solid #A9A9A9;
    }*/

table.tg th.user-header {
    border: 1.5px solid #A9A9A9;
}

.tg {
    border-top: 1.5px solid #A9A9A9;
    border-bottom: 1.5px solid #A9A9A9;
    border-left: 1.5px solid #A9A9A9;
    border-right: 1.5px solid #A9A9A9;
}

table.tg .cell .tdir s{
    border-left: 1.5px solid #A9A9A9;
    border-right: 1.5px solid #A9A9A9;
}

.select-all-permissions {
    width: 15px;
    height: 15px;
    margin: 0 0 0 1px;
}

table.tg .select-all input {
    width: 15px;
    height: 15px;
    margin: 0 0 0 1px;
}

.disabledbutton, .disbledResource {
    pointer-events: none;
    opacity: 0.4;
}

.halfTab {
     margin-left: 20px;
}

.select-all-data-mgmt-permissions {
    width: 15px;
    height: 15px;
    margin: 0 0 0 1px;
}

#report-setup-box {
    display: none;
    float: left;
    width: 100%;
    background-color: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #aaa;
    margin-top: -47px;
    margin-bottom: 5px;
    z-index: 1040;
    position: relative; }

#report-setup-box + div {
    display: none; }

.qualifierTableSelections {
    
}

.qualifierTableSelections tr {
    border: 0;
}

.qualifierTableSelections td {
    padding: 5px;
}

.widget-body.wait,  .widget-body.wait *{
    cursor: wait !important;   
}

.logo-container {
    position: absolute;
    top: 46%;
    left: 47%;
    margin-top: -50px;
    margin-left: -50px;
    width: 200px;
    height: auto;
}

.preadable {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 10px 0;
}

#deactivatePayeesTable, #deactivateAccountsTable {
    width: 100%
}

div.panel-right {
    float: right;
    display: inline-flex;
}

#buttonSelectAllPayeeToDeactivate, 
#buttonDeactivateSelectedPayee {
    margin-right: 5px;
}

.close-icon {
    position: absolute;
    cursor: pointer;
    right: 26px;
    top: 34px;
    border-color: transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("images/close.png") no-repeat center;
    background-size: contain;
}

#formAddNewRow {
    width: 100%;
}

#formAddNewRow input {
    width: 95%;
}

.AccountForm {
    width: 90%;
    background-color: rgba(228, 228, 228, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

label[for="chkTrustDevice"] {
    color: #0069aa;
    font-size: 13px;
    position: absolute;
    display: inline-flex;
    outline: none;
    line-height: 31px;
}

#disableMFASendCode {
    margin-top: 20px;
}

.strength_meter {
    width: 100%;
    height: 32px;
    z-index: -1;
    border-radius: 5px;
    padding-right: 13px;
    margin-bottom: 5px;
}

#pwChangeForm fieldset > div.strength_meter {
    width: 221px;
}

#pwChangeForm fieldset > a.button_strength {
    padding-left: 10px;
}

.button_strength {
    text-decoration: none;
    color: #08c !important;
    font-size: 13px;
}

.strength_meter div {
    width: 0%;
    height: 34px;
    text-align: right;
    color: #000;
    line-height: 36px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 5px;
}

.strength_meter div p {
    position: absolute;
    top: 22px;
    right: 0px;
    color: #08c !important;
    font-size: 13px;
}

.PwError {
    background-color: rgba(255, 102, 102, 0.4);
    border-color: #F04040 !important;
    color: white;
    font-weight: bold;
    width: 100% !important;
}

.poor {
    background-color: #FF6666;
    border-color: #F04040 !important;
    width: 20% !important;
}

.weak {
    background-color: #FFB366;
    border-color: #FF853C !important;
    width: 40% !important;
}

.moderate {
    background-color: #FFD700;
    border-color: #FC0 !important;
    width: 60% !important;
}

.medium {
    background-color: #A9D18E;
    border-color: #FC0 !important;
    width: 80% !important;
}

.strong {
    background-color: #00FF00;
    border-color: #8DFF1C !important;
    width: 100% !important;
}

.password-message {
    padding: 10px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    border: 1px solid #0069aa;
    border-radius: 5px;
    background-color: rgba(0, 105, 170, 0.1);
    box-shadow: 0 0 10px rgba(0, 105, 170, 0.4);
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    margin: 20px 0 20px 0;
}

    .password-message hr {
        margin: 5px 0;
        border: 1px solid #9dbaaf;
    }

/* New Login Page */

.well {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.custom-text {
    font-size: 24px;
    color: #333;
    position: relative;
}

    .custom-text::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, transparent, #333, transparent); 
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

.login-info-header {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    display: block;
    color: #04c;
}

.login-info-header.left {
    text-align: left;
}

.spinner-border {
    display: none;
    position: fixed;
    top: 65px;
    right: 10px;
    font-size: 15px;
    font-weight: bold;
}

.reset-pwd-form > input.strength {
    width: 95%;
    height: 26px;
}

.reset-pwd-form .row-fluid {
    margin-bottom: 10px;
}

form.reset-pwd-form > div > div.controls > input.strength[data-password="NewPassword"],
form.new-pwd-form > div > div.controls > input.strength[data-password="NewPassword"] {
    width: 96%;
    height: 26px;
}

form.reset-pwd-form > div > div.controls > #NewPassword,
form.new-pwd-form > div > div.controls > #NewPassword {
    width: 100%;
}

.confirm-pwd-ok {
    box-shadow: 0 0 5px 2px rgba(0, 255, 0, 0.8) !important;
}

.confirm-pwd-wrong {
    box-shadow: 0 0 1px 1px rgba(255, 0, 0, 0.8) !important;
}

.center {
    text-align: center;
}

.center a {
    display: inline-block;
    margin: 0 auto;
}


/* BEGIN: System Configurations styles*/
#system-configurations {
    margin: 20px;
}

    #system-configurations .submit-form {
        margin-bottom: 20px;
    }

    #system-configurations .sys-config-container {
        margin-bottom: 10px;
    }

    #system-configurations .form-control label {
        font-weight: bold;
        margin-bottom: 5px;
    }

    #system-configurations .form-control .description {
        color: #888;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    #system-configurations .form-control input[type="number"] {
        width: 75px;
    }

    #system-configurations .form-control input[type="checkbox"]{
        width: 20px;
        height: 20px;
    }

    #system-configurations .submit-form button[type="submit"] {
        margin-top: 20px;
        margin-left: 20px;
    }

    #system-configurations .container.end {
        clear: both;
        text-align: right;
    }

    #system-configurations .row-fluid {
        padding-bottom: 20px;
    }

    #system-configurations .collapse-display {
        background-image: url(../content/images/collapse.png);
        cursor: pointer;
        width: 35px;
        height: 17px;
        display: inline-block;
        background-size: cover;
        top: -11px;
        position: relative;
    }

    #system-configurations .icon-collapse {
        background-position: 0px 0px;
    }

    #system-configurations .icon-display {
        background-position: 0px -14px;
    }

    #system-configurations .title-container {
        display: flex;
        align-items: center; /* Para alinear verticalmente los elementos */
    }

    #system-configurations body {
        font-family: Arial, sans-serif;
        background-color: #f2f2f2;
    }

    #system-configurations form {
        background-color: rgba(228, 228, 228, 0.1);
        border-radius: 10px;
        padding: 20px;
        margin: 0 auto;
    }

    .widget-body .clientSelector {
        margin-left: 20px;
    }

    .widget-body .clientSelector label {
        font-size: 17px;
        font-weight: bold;
    }

.sys-config-warningSection {
    margin: 20px;
}

    .sys-config-warningSection label {
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 25px;
    }

hr.menu-sep {
    margin: 7px 20px 7px 20px;
    border: 0;
    border-top: 2px solid #c2baba;
    border-bottom: 2px solid #c2baba;
}

.vertical-sep {
    width: 3px; /* Width of the vertical line */
    height: 35px; /* Height of the vertical line */
    background-color: #c2baba; /* Same color as the horizontal separator */
    margin: 10px 10px; /* Adjust margin as needed */
}


    /* END: System Configurations styles*/
    .signin-pwd-form {
        min-width: 740px;
    }

.alert.alert-error {
    min-width: 480px;
}

/* BEGin Trust Devices*/

#trustedDevices {
    margin-top: 15px;
}

#trustedDevices table thead th {
    background-color: #0069aa;
    color: white;
    padding: 5px;
}


#trustedDevices  table {
    background-color: #f0f0f0;
    width: 80%;
    max-width: 80%;
}

#trustedDevices  button {
    background-color: #0069aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#trustedDevices  td {
    padding: 3px;
}

#trustedDevices th.date,
#trustedDevices td.date,
#trustedDevices th.time,
#trustedDevices td.time {
    text-align: right;
}

#trustedDevices th.identifier {
    width: 20%;
}

#trustedDevices table.desktop th.os {
    width: 45%;
}

#trustedDevices table.web th.os {
    width: 25%;
}

#trustedDevices th.data {
    width: 10%;
}

#trustedDevices th.date {
    width: 10%;
}

#trustedDevices th.time {
    width: 15%;
}

#trustedDevices th.action {
    width: auto;
    text-align: right;
    padding-right: 15px;
}

#trustedDevices td.action {
    text-align: right;
}

/* End Trust Devices*/

.error {
    border: 2px solid #f99b9b91 !important;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.3) !important;
    background-color: #fff !important;
}

.admin-icon {
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: relative;
    width: auto;
    margin-right: 15px;
}

label.excludeQualifier {
    font-size: 12px;
    margin-right: 25px;
    padding: initial;
    position: relative;
    top: -5px;
    text-align: center;
}

#excludeQualifier {
    position: relative;
    top: 1px;
    margin-right: 10px;
}

#showConfirmPasswordLink {
    text-decoration: none;
    color: #08c !important;
    font-size: 13px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.popup {
    background: white;
    font-size: 16px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

    .popup button {
        margin-top: 20px;
        padding: 10px 20px;
        border: none;
        background-color: #007BFF;
        color: white;
        border-radius: 5px;
        cursor: pointer;
    }

    .popup p.countdown {
        font-size: 16px;
        margin-top: 50px;
        color: #0b723d;
        font-weight: bold;
    }

table#Transactions\ By\ Account_DXMainTable {
    table-layout: auto !important;
}
table#Transactions\ By\ Account_DXMainTable td:last-child {
        display: none;
}