/* For SCSS compilation use the free https://visualstudiogallery.msdn.microsoft.com/2b96d16a-c986-4501-8f97-8008f9db141a */
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }

  .container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; } }
.navbar-nav > .dropdown > .dropdown-toggle:focus {
  outline: #FF0000 dotted medium; }

.icon-primary {
  color: #507AA4; }

.icon-success {
  color: #005E79; }

.icon-warning {
  color: #877600; }

.icon-danger {
  color: #E12D1E; }

.icon-info {
  color: #5F7982; }

.container {
  width: 100%; }

.navbar {
  min-height: 50px; }

.navbar-fixed-top {
  top: 65px; }

.carousel-caption {
  left: 15px;
  right: auto;
  top: 0px;
  bottom: auto;
  padding-top: 0px; }

.carousel-indicators {
  top: 15px;
  right: 15px;
  left: auto;
  width: auto;
  height: 0px;
  position: absolute; }

.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70, 70, 70, 0.25);
  top: 15px;
  right: 15px; }

.carousel-indicators .active {
  background-color: #444; }

.item {
  line-height: 200px;
  /* Align the text vertically center. */
  font-size: 52px;
  text-align: center;
  font-family: "trebuchet ms", sans-serif; }

.carousel {
  margin-top: 20px; }

.panel-group .panel {
  margin-bottom: 10px; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #C3DAE1; }

.dropdown-menu li a {
  text-decoration: none; }

.badge {
  background-color: #707070; }

/* Badger
------------------------- */
[class*="badger"] {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px; }

[class*="badger"]:after {
  content: attr(data-badger);
  position: absolute;
  top: 0;
  padding: 3px 7px;
  font-size: 0.8em;
  font-weight: bold;
  background: #999;
  color: #fff; }

.badger-left:after {
  left: 0;
  border-radius: 6px 0 6px 0; }

.badger-right:after {
  right: 0;
  border-radius: 0 6px 0 6px; }

.badger-danger:after {
  background: #E12D1E; }

.badger-warning:after {
  background: #877600; }

.badger-success:after {
  background: #005E79; }

.badger-info:after {
  background: #5F7982; }

.badger-inverse:after {
  background: #222; }

small {
  display: block;
  line-height: 1.428571429;
  color: #999; }

.modal-title {
  font-weight: bold;
  font-size: 1.1em; }

.ErrorMessage {
  color: #C00000;
  font-weight: bold; }

.StatusIconBackground {
  background-color: #FFF;
  width: 1.4em;
  text-align: center; }

/*# sourceMappingURL=design-microsite.css.map */
