.tab-item {
  padding: 6px;
  border-bottom: 2px solid #EEE;
  margin-right: 3px;
  outline: 0; }

.online-report .online-report-icon {
  height: 16px;
  width: 16px;
  min-height: 16px;
  min-width: 16px;
  font-size: 16px; }

.online-report .online-report-wrapper {
  border: 1px solid #bdbdbd; }

.online-report ul,
.online-report ul li {
  position: relative; }

.online-report ul {
  list-style: none;
  padding-left: 32px;
  margin-bottom: 0px; }

.online-report ul li::before,
.online-report ul li::after {
  content: "";
  position: absolute;
  left: -12px; }

.online-report ul li::before {
  border-top: 1px dashed grey;
  top: 13px;
  width: 13px;
  height: 0; }

.online-report ul li::after {
  border-left: 1px dashed grey;
  height: 100%;
  width: 0px;
  top: 3px; }

.online-report ul > li:last-child::after {
  height: 8px; }

.online-report .amount {
  width: 100px;
  margin-left: auto;
  float: right;
  text-align: right;
  border-left: 1px solid #bdbdbd; }

.online-report .header {
  border-bottom: 1px solid #bdbdbd; }

.online-report .first-level {
  background: #eeeeee;
  border-bottom: 1px solid white; }

.online-report .second-level {
  background: #d6d4d4;
  border-bottom: 1px solid white;
  align-items: center; }

.sales-enquiry-form .terms-grid {
  height: 126px; }

.hide-customer,
.hide-supplier {
  height: 0px;
  overflow: hidden; }

.show-customer,
.show-supplier {
  height: 100%;
  background: #EAEAEA; }

.sales-invoice .invoiceDateFrom label,
.sales-credit-note .invoiceDateFrom label {
  width: auto !important; }

.sales-invoice .invoiceDateTo label,
.sales-credit-note .invoiceDateTo label {
  width: auto !important; }

.response-grid,
.response-grid .ui-grid-render-container-body .ui-grid-viewport,
.response-grid .ui-grid-render-container-left .ui-grid-viewport {
  height: auto !important;
  min-height: 500px; }

.customer, .supplier {
  padding: 3px;
  border-radius: 50px;
  color: white; }

.customer {
  background: blue; }

.supplier {
  background: green; }

.report ecw-autocomplete label {
  display: none; }

.sales-enquiry-form .left-margin,
.purchase-enquiry-form .left-margin {
  margin-left: 18px !important; }
  @media screen and (min-width: 960px) and (max-width: 1280px) {
    .sales-enquiry-form .left-margin,
    .purchase-enquiry-form .left-margin {
      margin-left: 5px !important; } }

.chart-of-account-form md-radio-group {
  max-height: 400px;
  position: relative;
  overflow: auto; }

.chart-of-account-form .class2-line {
  padding: 0px 5px;
  align-items: center; }

.chart-of-account-form .class2-line.md-checked {
  background: #EAEAEA; }

.chart-of-account-form .border-right {
  padding-right: 10px;
  border-right: 2px solid #EAEAEA; }

.dashboard .header-box {
  color: black;
  text-align: center;
  margin: 10px;
  height: 105px; }

.dashboard .header-box1 {
  background-color: #2E97DF; }

.dashboard .header-box2 {
  background-color: #FF7604; }

.dashboard .header-box3 {
  background-color: #534741; }

.dashboard .header-box4 {
  background-color: #002B4F; }

.dashboard .header-box5 {
  background-color: #4682B4; }

.dashboard-image {
  position: absolute;
  display: block;
  margin-top: 15px;
  margin-left: 8px;
  height: 85px; }

.dashboard .dashboard-image-left {
  position: absolute;
  display: block;
  margin-left: -15px;
  height: 85px; }

.dashboard .dashboard-stats {
  font-size: 25px;
  line-height: 25px;
  color: white;
  text-align: right; }

.dashboard .dashboard-header-desc {
  color: white;
  font-size: 20px;
  bottom: 10px;
  position: absolute;
  right: 10px; }

.dashboard .inner-wrapper {
  height: 100%;
  position: relative; }

.dashboard .grid-header-title {
  min-height: 44px; }

.account-watchlist-title {
  padding: 10px;
  background-color: #0a819c;
  color: #FFFFFF;
  width: 45%; }

.cell-background {
  background: white !important; }

.dashboard {
  height: 100%;
  width: 100%; }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .dashboard {
      height: auto; } }

.fileUpload {
  position: relative;
  overflow: hidden;
  margin-left: 5px;
  width: 150px; }

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.vertically-Center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.flex-item {
  background-color: cornflowerblue;
  width: 630px;
  height: 300px;
  margin: 1px; }

.flex-container {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: lightgrey; }

/*# sourceMappingURL=accounts.css.map */
