/*@import url('https://js.arcgis.com/3.18/esri/themes/calcite/dijit/calcite.css');*/

html, body {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: auto;
}

#mainContent {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

li {
  color: black;
}

a {
  color: #1340bd;
  font-weight: bold;
}

  a:link {
    text-decoration: none;
  }

  a:visited {
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  a:active {
    text-decoration: none;
  }

select::-ms-expand {
  display: normal !important;
}


/******************************************************************************
						    PURCHASE PASS FORM
******************************************************************************/

p {
  padding: 0;
  margin: 0;
}

.productHeader {
  color: black;
  width: 60%;
  min-width: 300px;
  font-weight: bold;
  font-size: 12pt;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
}

.productDesc {
  color: black;
  width: 60%;
  min-width: 300px;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
}

#MainContent_validIDs, #validIDs {
  color: black;
  padding-left: 10%;
  padding-right: 10%;
}

/******************************************************************************
						        GridViews
******************************************************************************/

/*#MainContent_passes, #passes {
    Width:700px;
}*/

.gView {
  background-color: white;
  border: 2px solid black;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nestedgView {
  width: 95%;
}

  .gView tr, td, th {
    color: black;
    border-bottom: solid black 2px;
    padding: 3px 3px 2px 5px;
  }

  .gView th {
    background-color: #273b5f;
    color: white;
  }

.GridViewEditRow input[type=text] {
  width: 100%;
}

.defaultDDLValue {
  display: none;
}

.defaultDDLValueHead {
  display: none;
}

.gridPager {
  background-color: #284775;
}

  .gridPager table {
    margin: 0 auto !important;
    border: hidden !important;
  }

  .gridPager tr {
    border: hidden !important;
  }

  .gridPager a, .gridPager span {
    display: block !important;
    font-weight: bold !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  .gridPager a {
    color: #ffffff !important;
  }

  .gridPager span {
    color: #f2bd14 !important;
  }

.passSelection {
  width: 50%;
}

.hiddencol {
  display: none;
}

/******************************************************************************
								 Input Forms
******************************************************************************/

.inputValidator {
  /*display: inline-block;*/
  display: block;
  padding-bottom: 2px;
  padding-left: 0px;
  color: red;
  float: left;
}

.addPassValidator {
  position: relative;
}

.modalContentRow, .addPassRow {
  text-align: left;
  min-width: 230px;
}

#checkoutButtons, #mainContent_checkoutButtons {
  text-align: center;
  padding-top: 26px;
}

.inputLabel {
  width: 45%;
  display: block;
  padding-left: 30%;
  padding-right: 5px;
  margin-bottom: 0px;
  float: left;
  text-align: right;
}

.inputText {
  display: block;
  width: 200px;
  text-align: left;
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 3px;
}

.checkoutTextBox, .loginTextBox {
  width: 200px;
}

.loginLabel {
  text-align: right;
}

.expDDL {
  float: left;
  width: 90px;
  margin-right: 10px;
}

input, select, textarea {
  line-height: normal !important;
}

.filterLabel {
  padding-left: 15px;
  padding-right: 5px;
  display: inline-block;
}

.compostBinPurchasePanel {
  width: 60%;
}

/******************************************************************************
						         Buttons
******************************************************************************/

.button, .buttonProcess {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

.button:disabled {
    background-color:#808080;
}

.btn {
  border-radius: 4px;
}

.buttonhover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/******************************************************************************
								 Checkout
******************************************************************************/

.modalBackground {
  background-color: Black;
  filter: alpha(opacity=90);
  opacity: 0.8;
}

.modalPopup {
  background-color: #FFFFFF;
  border-width: 3px;
  border-style: solid;
  border-color: black;
  padding-top: 10px;
  padding-left: 10px;
  width: 50%;
  min-width: 320px;
  height: auto;
  max-height: 100%;
}

.orderReviewPopup {
    top: 75px;
}


#billingInfo, #mainContent_billingInfo, #checkoutInfo, #mainContent_checkoutInfo,
#loginForm, #mainContent_loginForm {
    width: 60%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
}

#loginForm, #mainContent_loginForm {
  min-width: 400px;
}

#checkoutButtons, #mainContent_checkoutButtons,
#billingButtons, #mainContent_billingButtons {
  bottom: 0;
}

.custInfoLabel {
  padding-left: 100px;
  font-weight: bold;
  width: auto;
  text-align: right;
  float: left;
  line-height: 20px;
}

.custInfoActual {
  padding-left: 5px;
  text-align: left;
  float: left;
  width: auto;
  line-height: 20px;
}

.collapsibleCheckoutPanel {
  height: 0;
  overflow: hidden;
}

.confirmPurchaseButtons, .confirmContactsButtons {
  padding-top: 100px;
  padding-bottom: 25px;
}

.printableReceipt {
  width: 50%;
  border: solid 2px;
  border-color: black;
}

.receiptLabel {
  text-align: left;
  color: black;
  font: bold;
  padding-left: 5%;
}

.receiptValue {
  text-align: left;
  color: black;
}

.row {
  max-width: 100%
}

.orderReviewInfo {
  width: 315px;
  border: black solid 2px;
}

/******************************************************************************
									Contacts Form
******************************************************************************/

.ContactsRepeaterHeader th {
  background-color: #273b5f;
  color: white;
}

.ContactsRepeaterBody tr {
  height: 15em;
}

#Contacts {
  width: 80%;
}

/******************************************************************************
									Media
******************************************************************************/

@media print {
  html, body {
    height: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    page-break-after: auto;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-menu a {
    color: white !important;
  }

  #loginForm, #mainContent_loginForm {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  #checkoutButtons, #mainContent_checkoutButtons {
    width: 120%;
    text-align: left;
    padding-top: 0;
  }

  .gView, .reducedCheckbox {
    Width: 315px;
    padding-left: -12px;
    margin-left: -12px;
  }

  .productDesc, .productHeader,
  #collapsibleDescriptions, #mainContent_collapsibleDescriptions {
    width: 70%;
  }

  .modalContentRow {
    padding-bottom: 10px;
  }

  .printableReceipt, .orderReviewInfo {
    border: none;
  }
}

@media screen and (max-width: 550px) {
  .printableReceipt {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  #billingInfo, #mainContent_billingInfo,
  #checkoutInfo, #mainContent_checkoutInfo,
  #loginForm, #mainContent_loginForm {
    width: 100%;
  }

  .passSelection {
    width: 100%;
  }

  .compostBinPurchasePanel {
    width: 100%;
  }

  .loginLabel {
    text-align: left;
  }
}

@media screen and (max-height: 675px) {
    .orderReviewPopup {
        top: 0px;
    }
}
