/* Updated 09 January 2019 - Richard Tuttle */
/* Essentials */
#ct100_PaymentModeContent_LiCheck>a {
  visibility: hidden !important;
}

body {
  background-color: #073570;
  margin: 0;
  padding: 1em 0.5em;
  color: #000;
  font-size: 16px;
  line-height: 0.9em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
  font-weight: 300;
}

a {
  color: #006ebe;
}

a:hover {
  color: #000;
}

/* Layout-ish */
.page {
  max-width: 1200px;
  /* 1060px; */
  background: #fff;
  margin: 0 auto;
  padding-bottom: 2em;
  min-height: 500px;
  border: 0 none;
}

.content {
  overflow: auto;
}

.page .noPrint .right {
  /* Override right aligned header. */
  text-align: left !important;
}

@media only screen and (min-width: 600px) {
  .page .noPrint .right {
    position: relative;
    width: 50px;
  }

  /*removed base 64 bkg img */
  .page .noPrint .right:after {
    /*content: 'A payment solution brought to you by Access Idaho.';*/
    display: block;
    position: absolute;
    top: 30px;
    right: 38px;
    text-align: right;
    font-size: 1em;
    color: #999;
    font-style: italic;
  }
}

.help {
  padding: 1em;
  background-color: #eee;
  color: #666;
  text-align: center;
  font-size: 1em;
}

.help br {
  display: none;
}

.help a {
  margin-left: 0.5em;
}

/* Utility Classes */
.top {
  vertical-align: top;
}

.center

/*center be gone*/
  {
  text-align: left;
}

.clear {
  clear: both;
}

.bold {
  font-weight: 700;
}

.block {
  display: block;
}

.none {
  display: none;
}

.flash span[style] {
  display: block;
  padding: 0.75em 1em;
  border: 1px solid #e6e6cc;
  margin-bottom: 1em;
  background-color: #ffffe6;
}

/* Type */
h1 {
  font-size: 1.7em;
  line-height: 1.5em;
  font-weight: 400;
}

h2 {
  font-size: 1.3em;
  font-weight: 700;
}

h3 {
  font-size: 1.2em;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: transparent;
  border-width: 0;
  max-width: 95%;
}

table tr td {
  padding: 0 1em;
}

table table tr td,
table table tr th {
  padding: 0;
  text-align: left;
}

table table tr td+td {
  padding-left: 1em;
}

/* Basic forms styles */
fieldset {
  padding: 3em 0.75em 0.75em 0.75em;
  margin: 0 0 1em 0;
  position: relative;
  border: 1px solid #ddd;
}

fieldset legend {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 0.75em;
  width: 100%;
  color: #666;
  font-weight: 400;
  background-color: #f2f2f2;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
textarea,
select {
  max-width: 100%;
  font-size: 1em;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0.4em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid #ddd;
  background-color: #eee;
  outline: none;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #c4c4c4;
  background-color: #fff;
}

input[type=text],
input[type=email],
input[type=password] {
  width: 15em;
}

select {
  min-width: 12em;
}

button,
a.button,
.Button,
input[type=submit],
input[type=button],
input[type=reset] {
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  color: #fff;
  background: #2968c0;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

button:hover,
a.button:hover,
.Button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  background-color: #205196;
}

button.reset,
a.button.reset,
input[type=reset] {
  background-color: #eee;
  color: #006ebe;
}

button.reset:hover,
a.button.reset:hover,
input[type=reset]:hover {
  background-color: #f3f3f3;
  color: #006ebe;
}

/* OTC-specific form styles */
.FieldLabel,
.labelCell,
div.labelCell {
  width: 175px;
  text-align: right;
  vertical-align: top;
  padding: 0 1em 0 0;
  font-weight: 700;
  background-color: #f7f7f7;
  border: 1px solid #fff;
}

input.LargeTextBox {
  width: 12em;
  /* 18em; */
  max-width: 100%;
}

input.SmallTextBox {
  width: 12em;
  max-width: 100%;
}

input.CartTextBox {
  width: 5em;
  max-width: 100%;
}

img.reqdIndcator {
  height: 14px;
  width: 14px;
  vertical-align: top;
  position: relative;
  left: -1em; /* changed from 0.75em on 1/9/19 */
}

/* Table styles */
.GridCell,
.AltGridCell,
.GridCellTotals td {
  border-top: 1px solid #ccc;
  padding: 0.25em;
}

div#ctl00_MainContent_MainReportControl_pnlResults .GridCell,
div#ctl00_MainContent_MainReportControl_pnlResults .AltGridCell {
  border-right: 1px solid #eee;
}

tr.right.GridCellTotals td {
  text-align: right;
}

th.GridCell {
  background-color: #f1f9ff;
  text-align: center;
  line-height: 1.0;
}

#ctl00_MainContent_PaymentControlCtrl_GvCart_ctl03_LblService {
  display: none;
}

.AltGridCell {
  background-color: #f7f7f7;
}

.GridCellTotals {
  background-color: #ffffcc;
  font-weight: 700;
}

/* Menu */
.NavMenu ul.AspNet-Menu,
.AspNet-Menu-Vertical ul.AspNet-Menu {
  margin: 0 0 1em 0;
  padding: 0;
  border-top: 1px solid #ddd !important;
}

.NavMenu ul.AspNet-Menu li,
.AspNet-Menu-Vertical ul.AspNet-Menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  background: none;
}

.NavMenu ul.AspNet-Menu li a,
.AspNet-Menu-Vertical ul.AspNet-Menu li a {
  display: block;
  padding: 0.4em 0.2em;
  text-decoration: none;
  color: #353525;
  border: 0 none;
}

.NavMenu ul.AspNet-Menu li a:hover,
.AspNet-Menu-Vertical ul.AspNet-Menu li a:hover {
  background-color: #eee;
}

.NavMenu ul.AspNet-Menu li a.AspNet-Menu-Selected,
.AspNet-Menu-Vertical ul.AspNet-Menu li a.AspNet-Menu-Selected {
  font-weight: bold;
}

.NavMenu ul.AspNet-Menu li ul,
.AspNet-Menu-Vertical ul.AspNet-Menu li ul {
  padding-left: 1em;
  margin: 0;
  font-size: 0.8em;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu {
  margin: 0 0 1em 0;
  padding: 0;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu:after {
  content: " ";
  display: block;
  clear: left;
  height: 0;
  overflow: hidden;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf {
  float: left;
  margin: 0;
  padding: 0;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf span {
  display: block;
  padding: 10px 1em 8px;
  margin-right: 5px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  color: #353525;
  text-decoration: none;
  font-weight: 300;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf a.AspNet-Menu-Selected,
.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf a.AspNet-Menu-Selected:hover,
.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf span.AspNet-Menu-Selected,
.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf span.AspNet-Menu-Selected:hover {
  background-color: #fff;
  color: #353525;
  border-color: #c4c4c4;
  font-weight: 700;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover,
.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf span:hover {
  background-color: #fff;
  color: #006ebe;
}

.Cart {
  height: 250px;
  width: 100%;
  overflow-y: scroll;
}

.HelpPageContainer {
  width: 100%;
  padding: 0px;
}

.HelpPageMain {
  float: left;
  width: 70%;
  margin: 0;
  padding: 0 1em 0 0;
  box-sizing: border-box;
}

.HelpPageRight {
  float: right;
  width: 30%;
  margin: 0;
  padding: 0;
}

.HelpPageBox {
  padding: 0.75em 1em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
}

.Watermark {
  color: #666;
}

/* Payment List */
ul.PaymentMode {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.PaymentMode li {
  padding: 0;
  margin-bottom: 1em;
}

ul.PaymentMode li a.CreditCard,
ul.PaymentMode li a.CreditCardManual,
ul.PaymentMode li a.Check,
ul.PaymentMode li a.CheckManual,
ul.PaymentMode li a.Cash {
  display: block;
  margin: 0;
  padding: 0 0 0 72px;
  min-width: 50px;
  height: 36px;
  border: 0 none;
  color: #353525;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-decoration: none;
  background-position: left -5px;
  background-repeat: no-repeat;
  background-size: 48px 48px;
}

ul.PaymentMode li a.CreditCard,
ul.PaymentMode li a.CreditCardManual {
  background-image: url(../Images/creditcard.png);
}

ul.PaymentMode li a.Check,
ul.PaymentMode li a.CheckManual {
  background-image: url(../Images/check.png);
}

ul.PaymentMode li a.Cash {
  background-image: url(../Images/cash.png);
}

ul.PaymentMode li a {
  position: relative;
}

ul.PaymentMode li a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-width: 18px 0 0 12px;
  border-color: #fff transparent transparent transparent;
}

ul.PaymentMode li a:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 18px 12px;
  border-color: transparent transparent #fff transparent;
}

/* Specific Overrides */
#ctl00_MainContent_PaymentControlCtrl_upCart {
  margin-bottom: 2em;
}

#ctl00_MainContent_PaymentControlCtrl_upCart table,
table#ctl00_MainContent_PaymentControlCtrl_GvCart {
  width: 100% !important;
}

table#ctl00_MainContent_PaymentControlCtrl_GvCart {
  border: 1px solid #eee;
}

.overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

a[disabled=disabled] {
  color: #f1f1f1;
}

input#ctl00_MainContent_BtnLookup,
input#ctl00_MainContent_BtnSubmit {
  margin-left: 13em;
}

#ctl00_MainContent_PaymentControlCtrl_GvCart td {
  vertical-align: text-middle;
  vertical-align: middle;
}

#ctl00_MainContent_PaymentControlCtrl_GvCart td {
  vertical-align: text-middle;
  vertical-align: middle;
}

#ctl00_MainContent_PaymentControlCtrl_upCart th {
  padding: 0 0 0 2.0em;
}

#ctl00_MainContent_MainReportControl_pnlResults {
  font-size: 70% !important;
}

@media print {
  @page {
    margin: 0.15cm;
  }

  .noPrint {
    display: none;
  }

  .page-break {
    border-top: none;
    height: 0;
    page-break-before: always;
    margin: 0;
    padding: 0;
    font-size: 1px;
  }

  body {
    font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13pt;
    line-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    /* 	margin-left:0px; 	margin-top:0px; 	padding-left:0px; 	padding-top:0px; */
  }

  body#ct100_BodyRoot {
    font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
    font-size: 18pt;
    line-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    /* 	margin-left:0px; 	margin-top:0px; 	padding-left:0px; 	padding-top:0px; */
  }

  body#ct100_BodyRoot table.printTable {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none;
    font-size: 12pt;
  }
}