body { margin: 10px 10px 10px 10px; overflow-y: scroll; height: 101%; }
.mainViewport { margin-top: 75px; }

.pagination li a {
    width: 50px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

.pagination { display: none; }
.pagination li a.first, .pagination li a.last { width: 75px; }

table.table tr td a {
    text-decoration: none;
    color: #000000;
}

th { text-align: center; }
td.centered { text-align: center; }

table[id*='tablePage_'] { display: none; }
#totalPages { display: none; }
#hasAccounts { display: none; }
#pageURL { display: none; }
#baseURL { display: none; }

div.flash_error {
    background-color: #ffdddd;
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
}

div.newETA {
    float: right;
    margin: -35px 0px 10px 0px;
}

.dashTx {
    /*border: #aa0000 1px solid;*/
}

tr[class*='txSub_'] {
    display: none;
}

tr[id*='txTop_'] {
    cursor: default;
}

div[id*='txDescLink_'] {
    font-size: 10px;
    color: #0000ff;
    cursor: pointer;
}

tr[id*='txDesc_'] {
    display: none;
    text-align: center;
    background-color: #ddddff;
}

.table tbody tr[id*='txDesc_']:hover td,
.table tbody tr[id*='txDesc_']:hover th {
    background-color: inherit;
}

img[id^='listEdit_'], img[id^='listEditSave_'] {
    display: none;
}

img.imgNoShow {
    display: none;
}

div.modal_inputLabel {
    float: left;
    font-size: 14px;
    font-weight: bold;
}

div.modal_inputLabel.text-right {
    text-align: right;
    width: 100%;
}

div.modal_inputLabel.text-left {
    text-align: left;
    width: 100%;
}

div.modal_inputLabel.text-center {
    text-align: center;
    width: 100%;
}

div.modal_checkboxLabel {
    float: left;
    font-size: 14px;
    padding-top: 2px;
    margin-bottom: 5px;
}

div.modal_checkbox {
    float: left;
    padding-right: 5px;
    margin-bottom: 5px;
}

.modal_button {
    font-size: 14px;
    padding: 5px 5px 5px 5px;
}

.modal_input {
    width: 375px;
    font-size: 13px;
}

.inputRequired {
    background-color: #ffcccc;
}

tr.force_rate td {
    background-color: #ffffbb;    
}

.table-hover tbody tr.force_rate:hover td, .table-hover tbody tr.force_rate:hover th {
    background-color: #ffff55;
}

select.disabled, input.disabled {
    background-color: #eeeeee;
}

select.enabled, input.enabled {
    background-color: #ffffff;
}

select.newAttribute {
    width: 125px;
}

table.table.table-striped td.valueDefault {
    background-color: #ddffdd;
}

select.newAttributeValue {
    width: 125px;
    height: 25px;
}

input.newAttributeValue {
    height: 25px;
}

input.invEdit, select.invEdit {
    display: none;
    height: 22px;
    font-size: 12px;
}

#cancelEditInvoices {
    display: none;
}

.newTxInput {
    width: 100%;
}

.newAttributeInput, .newElectionInput {
    width: 375px;
    font-size: 13px;
}

.newElectionForcedRate {
    width: 100%;
    font-size: 13px;
}


#download-form {
  border: 1px solid #ddd;
}
#download-form > div {
  float: left;
  padding: 1em;
}
#download-form > div * {
  line-height: 1.6em;
}
#download-form .clear-all {
  clear: both;
  padding: 0;
  float: none;
}
.mq_status_toggle form {
  margin: 0;
}
div.mq_status_toggle {
  float: right;
}
div.mq_status_toggle form {
  margin: 1em 0.25em;
}
div.mq_status_toggle {
  float: right;
  border: 1px solid #ddd;
}
div.mq_status_toggle > p:first-child {
  background-color: #ddd;
  padding: 0.5em 1em;
}
div.mq_status_toggle > * {
  padding: 0.25em 1em;
  display: block;
  width: 100%;
}
div.mq_status_toggle .mq_status_label {
  font-weight: bold;
}
table.vert-layout th {
  text-align: left;
  padding: 0.25em 0.5em;
  background-color: #dddddd;
}
table.vert-layout tr.table-striped th {
  background-color: #d0d0d0;
}
table.vert-layout td {
  text-align: left;
  padding: 0.25em 0.5em;
}
table.vert-layout tr.table-striped td {
  background-color: #f7f7f7;
}

tr.mq_closed, tr.mq_closed td {
  background-color: #aaa !important;
}
tr.mq_closed td span, tr.mq_closed td a {
  color: #777 !important;
}

iframe#mq_source_xml {
  border: 5px solid #000;
  width: 100%;
  height: 50%;
}

