label#ctl00_MainContentPlaceHolder_ucPromoCd_lblPromoCd:hover {
    text-decoration: underline;
}


/*.table-hover tbody tr:first-child:hover {
    background-color: rgba(0,0,0,0);
}*/

.alert {
	display: inline-block;
}

span.alert[style*="inline"]
{
    display: inline-block !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 110px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto; /* Set the fixed height of the footer here */
  /*line-height: 60px;*/ /* Vertically center the text there */
  background-color: #f5f5f5;
}
/* ------------------------------------------------- */

main {
  background-color: #f9f9f9;
  border-color: rgb(218, 218, 218);
  border-radius: 3px;
  border-width: 0px;
  border-style: solid;
  padding-bottom: 1em;
  display: block;
}


#frmCustomerDetails > div:nth-child(1) {
  display: none;
}

.text-addon {
  width: 37px;
  font-weight: bold;
}

.oi {
  top: 0px;
}

.col-kiosk {
  margin: 1em;
  height: 210px;
  background-color: #007bff;
}

.col-kiosk > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-height: 170px;
}

.btn-kiosk {
  width: 100%; 
  background-color: #FFF;
}

