﻿
.visible-print {
  display: block !important;
}

table.visible-print {
  display: table;
}

tr.visible-print {
  display: table-row !important;
}

th.visible-print,
td.visible-print {
  display: table-cell !important;
}

#map {
    height: 500px;
    width: 100%;
}

.hidden-print,
tr.hidden-print,
th.hidden-print,
td.hidden-print {
  display: none !important;
}

*, body *, div *, span *, .bodyHeader * {
  background: none;
  background-color: #fff;
  color: #000;
  font-family:Arial;
}

.stdForm h1, .stdForm h1, .stdForm h2, .stdForm h3, .stdForm h5, .stdForm h6, .stdBody, .stdBody .bodyHeader, .stdBody .bodyHeader h1 {
  background: none;
  background-color: #fff;
  color: #000;
  margin: 10pt 0 10pt 0;
  padding: 0;
  font-family:Arial;
}

#statementDashboardPage *, #statementDashboardPage .bodyHeader, #invoiceDashboardPage .bodyHeader, #paymentDashboardPage .bodyHeader, #reportsPage .bodyHeader {
  background: none;
  background-color: #fff;
  color: #000;
  font-family:Arial;
}

#statementDashboardPage .bodyHeader, #homePage .bodyHeader , #invoiceDashboardPage .bodyHeader, bodyHeader, #paymentDashboardPage .bodyHeader, #reportsPage .bodyHeader{
  margin-left: 1em;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family:Arial;
}

.stdControls {
  color: #000;
  margin: 0;
  padding: 0;
  font-family:Arial;
}

.validation-summary-errors, input[type="submit"], .elemosButton, .elemosButton.small {
  display: none;
  visibility: hidden;
  font-family:Arial;
}


table.elemosGrid, table.elemosGrid th, table.elemosGrid td {
  border-collapse: initial;
  border: solid 1px #000;
  background: none;
  font-family:Arial;
}

.elemosDialog.ui-dialog .ui-dialog-titlebar {
  background-image: none;
  background-color: #fff;
  color: #000;
  font-family:Arial;
}

.label
{
  border:none;
  border-radius:initial;
  line-height:initial;
  padding:initial;
  font-weight:bold;
  text-shadow: none;
  font-family:Arial;
}


.statementHeaderLine {
  background-color: #fff;
  padding: 0 0 0 0px;
  margin: 10px 0;
  width: 100%;
  border: none;
}

.form-group > div
{
    display:inline-block;
}

.productDisplayResult {
    padding: 5px;
    margin: 5px;
    border: solid 1px #000;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: initial;
    overflow-x: initial;
    -ms-overflow-style: initial;
    border: initial
    -webkit-overflow-scrolling: initial;
  }
  .table-responsive > .table {
    margin-bottom: initial;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: initial;
  }
  .table-responsive > .table-bordered {
    border: initial;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: initial;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: initial;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: initial;
  }
}