
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
	font-family: 'roboto';
}
h1#htHeading{
  margin-top:48px;
}
#signPad{
	width:100%;
	background:#c1c1c1;
	height:150px;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

form.d10Fieldsets fieldset {
  border: 1px solid #ddd;
}

.d10Border {
  border: 1px solid #ddd;
}

.clearance input[type=radio] {
  visibility: hidden;
}

.uk-icon-button.declined {
  background-color: #f0506e;
  color:#fff;
}

.uk-icon-button.confirmed {
  background-color: #32d296;
  color:#fff;
}

.uk-icon-button.open {
  background-color: #faa05a;
  color:#fff;
}

.declined {
	border-left:4px solid #f0506e;
  background-color: #fef4f6;
}

.confirmed {
	border-left:4px solid #32d296;
  background-color: #edfbf6;
}

.open {
	border-left:4px solid #faa05a;
  background-color: #fff6ee;
} 

.historical {
  border-left:4px solid #1e87f0;
  background-color: #d8eafc;
}

hr.grey {
  border:solid #efefef 2px;
  text-align:left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 10;
}

hr.green {
  border:solid #32d296 2px;
  text-align:left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 20;
}

hr.orange {
  border:solid #faa05a 2px;
  text-align:left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 20;
}

hr.red {
  border:solid #f0506e 2px;
  text-align:left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 20;
}

div.d10StatusOpen {
  border-left:4px solid #faa05a;
  background-color:#fff6ee;
}

div.d10StatusPending {
  border-left:4px solid #f0506e;
  background-color: #fef4f6;
}

div.d10StatusDone {
  border-left:4px solid #32d296;
  background-color:#edfbf6;
}

.d10BackgroundcolorGreen {
  background-color:#edfbf6;
}

.d10BackgroundcolorRed {
  background-color: #fef4f6;
}

.d10BackgroundcolorOrange {
  background-color: #fff6ee;
}

.d10BackgroundcolorGrey {
  background-color:#efefef;
}

.d10BackgroundcolorBlue {
  background-color:#d8eafc;
}


.uk-divider-d10-footer {
  position:relative;
  height:70px;
  background-repeat: no-repeat;
  background-position: 50% 50%
}
.uk-divider-d10-footer::before {
    right: calc(50% + (300px / 2));
    width: 100%;
}
.uk-divider-d10-footer::after {
    left: calc(50% + (300px / 2));
    width: 100%;
}
.uk-divider-d10-footer::after, .uk-divider-d10-footer::before {
    content: "";
    position: absolute;
    top: 50%;
    max-width: calc(50% - (230px / 2));
    border-bottom: 1px solid #33b6e5;
}
.uk-divider-d10-footer::after, .uk-divider-d10-footer::before {
    content: "";
    position: absolute;
    top: 50%;
    max-width: calc(50% - (230px / 2));
    border-bottom: 1px solid #33b6e5;
}
.d10radioBtnSale{
  position:relative;
  top:30px;
}
.d10TDModalFormSale{
  padding:10px 8px;
}
input[type=text]:focus, textarea:focus {
    background-color: #F0F8FF !important;
}

#alert a {
  float: right;
  padding-right: 5px;
}

#alert p {
  padding: 15px;
}

#order-preview-table .total {
  float: right;
}

.bundle-details {
  background-color: #f8f8f8!important;
}

.item-details-tr {
  background-color: #fff!important;
}

.notice-text {
  color: red;
  font-size: 12px;

}

.pack-img {
  background-size: contain;
  height: auto;
  /* width: 17%; */
  background-repeat: no-repeat;
  max-height: 300px;
}

.product-specification-row td {
  padding: 0 12px;
}