﻿.btn .glyphicons {
  font-size: 17px;
  line-height: 0.5;
  margin-left: -7px;
}

.btn-success, .btn-primary, .btn-danger, .btn-warning, .btn-secondary, .btn-info, .btn-dark,
.btn-success:hover, .btn-primary:hover, .btn-danger:hover, .btn-warning:hover, .btn-secondary:hover, .btn-info:hover, .btn-dark:hover,
.btn-success:focus, .btn-primary:focus, .btn-danger:focus, .btn-warning:focus, .btn-secondary:focus, .btn-info:focus, .btn-dark:focus,
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
}

.error {
  color: red;
}

.btn-xs.plupp {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  text-decoration: none;
  padding: 0;
}

.img-thumbnail {
  background-color: #fff;
}

ul.dropdownDeliveryAddresses li {
  border-top: 1px solid #aaa;
}

.flagSmall {
  height: 18px;
  margin-right: 5px;
}

.opacity50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  width: 17px;
  height: 17px;
}

.popover-content {
  white-space: pre-wrap;
}

#idLayoutInner {
  box-shadow: 0px 0px 16px #999;
  border-radius: 9px;
}

.mandatory-field-symbol {
  font-size: smaller;
}

#CardProgress .Heading {
  font-weight: bold;
}

#CardProgress div.Circle {
  font-size: 28px;
  border-width: 10px;
  border-style: solid;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
input[type="checkbox"] {
    margin-right: 5px;
    margin-left: 10px;
}
body {
    font-size: 0.95rem; /* bootstrap override */
}