﻿body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 360px;
}

tr.highlight {
  border-top: 10px solid;
  border-bottom: 10px solid;
  border-color: transparent;
}

.popup {
  width: 600px;
  height: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  z-index: 1010;
  margin: 30px;
  padding: 30px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.formTableLabelCell {
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: text-bottom;
}

.formTableCheckboxCell {
  height: 26px;
  width: auto;
  vertical-align: top;
  margin: 0;
}

.accountInfoInput {
  height: 28px;
  line-height: normal;
  float: left;
  width: 400px;
}

/*h4 {
  font-size: 11px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}*/

.titleText {
  font-size: 20px;
}

.infoButton {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.spacerDiv {
  width: 100%;
  height: 10px;
  display: block;
}

.sidebar {
  float: left;
  margin-top: 10px;
  padding: 0;
  /*border: solid 1px black;*/
  width: 180px;
  height: 600px;
}

.emptySidebar {
  float: left;
  margin-top: 10px;
  padding: 0;
  /*border: solid 1px black;*/
  width: 1px;
  height: 600px;
}

.gridpane {
  float: left;
  margin-top: 10px;
  padding: 0;
  /*border: solid 1px black;*/
  width: 930px;
  /*height: 600px;*/
}

.gridpane2 {
    float: left;
    margin-top: 10px;
    padding: 0;
    /*border: solid 1px black;*/
    width: 800px;
    /*height: 600px;*/
}
.gridpane3 {
    float: left;
    margin-top: 10px;
    padding: 0;
    /*border: solid 1px black;*/
    width: 1280px;
    /*height: 600px;*/
}
.gridpane4 {
    float: left;
    margin-top: 10px;
    padding: 0;
    /*border: solid 1px black;*/
    width: 100%;
    /*height: 600px;*/
}

.k-grid {
  font-size: 10px;
}

.inputNoX::-ms-clear {
  width: 0;
  height: 0;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

#giftwiseSuspiciousDisplay table tr:hover {
  cursor: pointer;
  /*background: lightblue;*/
}

#reasonsDiv table tr:hover {
  cursor: default;
  /*background: white;*/
}

.NoClearX::-ms-clear {
  display: none;
}

.contentcolumn_h1 {
  top: 20px;
  left: 20px;
  padding-top: 4px;
  height: 25px;
  /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
  font-size: 20px;
}

.standard14blue {
  /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
  font-size: 14px;
  color: #1e4492;
  left: 0;
  top: 400px;
}

.bold14blue {
  /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
  font-size: 14px;
  color: #1e4492;
  font-weight: bold;
}

div .mainSummaryDiv {
  margin: 0 auto;
}

.promoSummaryDiv {
  font-size: 12px;
  width: 190px;
  height: 190px;
  margin: 10px;
  padding: 10px;
  z-index: -1;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fed5ba;
  cursor: pointer;
}

.promoName {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 35%;
}

.totalAmount {
  position: relative;
  top: -15px;
  vertical-align: middle;
  font-size: 30px;
  text-align: left;
  margin-left: 10px;
  min-height: 30px;
}

.promoStats {
  position: relative;
  top: -10px;
  vertical-align: bottom;
  width: 100%;
  min-height: 20px;
}

  .promostats span {
    font-size: 11px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
  }

.shadow {
  -moz-box-shadow: 3px 4px 8px 4px #222;
  -webkit-box-shadow: 3px 4px 8px 4px #222;
  -ms-box-shadow: 3px 4px 8px 4px #222;
  box-shadow: 3px 4px 8px 4px #222;
}

#cardStatusDisplayDiv {
  color: black;
  position: absolute;
  width: 270px;
  height: 34px;
  padding: 5px;
  z-index: 1001;
  font-size: 14px;
  background-color: white;
}

.couponDisplay {
  text-align: center;
  width: 200px;
  border-style: solid;
  border-color: darkslategrey;
  border-width: 1px;
  background-color: white;
}

#giftwiseCardUseDisplay {
  margin-left: 0px;
}

  #giftwiseCardUseDisplay tbody tr:hover {
    background: #1984c8;
    color: #fff;
  }

#cardUseHeaderDiv {
  margin-left: 0px;
}

.noBold {
    font-weight: normal;
}

.alignRight {
    text-align: right;
}

.pickupCodeRedeemContainer {
  position: relative;
  top: 40px;
  left: 50px;
}