﻿/* Content/css/webforms/_buttons.scss */
/* Content/css/webforms/_buttons.bootstrap-shim.scss */
.m-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-btn:focus, .m-btn.focus, .m-btn:active:focus, .m-btn:active.focus, .m-btn.active:focus, .m-btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .m-btn:hover, .m-btn:focus, .m-btn.focus {
    color: #f5f5f5;
    text-decoration: none; }
  .m-btn:active, .m-btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .m-btn.disabled, .m-btn[disabled],
  fieldset[disabled] .m-btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.m-btn.disabled,
fieldset[disabled] a.m-btn {
  pointer-events: none; }

.m-btn-default {
  color: #f5f5f5;
  background-color: #7f7f7f;
  border-color: transparent; }
  .m-btn-default:focus, .m-btn-default.focus {
    color: #f5f5f5;
    background-color: #666666;
    border-color: transparent; }
  .m-btn-default:hover {
    color: #f5f5f5;
    background-color: #666666;
    border-color: transparent; }
  .m-btn-default:active, .m-btn-default.active,
  .open > .m-btn-default.dropdown-toggle {
    color: #f5f5f5;
    background-color: #666666;
    border-color: transparent; }
    .m-btn-default:active:hover, .m-btn-default:active:focus, .m-btn-default:active.focus, .m-btn-default.active:hover, .m-btn-default.active:focus, .m-btn-default.active.focus,
    .open > .m-btn-default.dropdown-toggle:hover,
    .open > .m-btn-default.dropdown-toggle:focus,
    .open > .m-btn-default.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #545454;
      border-color: transparent; }
  .m-btn-default:active, .m-btn-default.active,
  .open > .m-btn-default.dropdown-toggle {
    background-image: none; }
  .m-btn-default.disabled:hover, .m-btn-default.disabled:focus, .m-btn-default.disabled.focus, .m-btn-default[disabled]:hover, .m-btn-default[disabled]:focus, .m-btn-default[disabled].focus,
  fieldset[disabled] .m-btn-default:hover,
  fieldset[disabled] .m-btn-default:focus,
  fieldset[disabled] .m-btn-default.focus {
    background-color: #7f7f7f;
    border-color: transparent; }
  .m-btn-default .badge {
    color: #7f7f7f;
    background-color: #f5f5f5; }

.m-btn-primary {
  color: #f5f5f5;
  background-color: #0099FF;
  border-color: transparent; }
  .m-btn-primary:focus, .m-btn-primary.focus {
    color: #f5f5f5;
    background-color: #007acc;
    border-color: transparent; }
  .m-btn-primary:hover {
    color: #f5f5f5;
    background-color: #007acc;
    border-color: transparent; }
  .m-btn-primary:active, .m-btn-primary.active,
  .open > .m-btn-primary.dropdown-toggle {
    color: #f5f5f5;
    background-color: #007acc;
    border-color: transparent; }
    .m-btn-primary:active:hover, .m-btn-primary:active:focus, .m-btn-primary:active.focus, .m-btn-primary.active:hover, .m-btn-primary.active:focus, .m-btn-primary.active.focus,
    .open > .m-btn-primary.dropdown-toggle:hover,
    .open > .m-btn-primary.dropdown-toggle:focus,
    .open > .m-btn-primary.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #0065a8;
      border-color: transparent; }
  .m-btn-primary:active, .m-btn-primary.active,
  .open > .m-btn-primary.dropdown-toggle {
    background-image: none; }
  .m-btn-primary.disabled:hover, .m-btn-primary.disabled:focus, .m-btn-primary.disabled.focus, .m-btn-primary[disabled]:hover, .m-btn-primary[disabled]:focus, .m-btn-primary[disabled].focus,
  fieldset[disabled] .m-btn-primary:hover,
  fieldset[disabled] .m-btn-primary:focus,
  fieldset[disabled] .m-btn-primary.focus {
    background-color: #0099FF;
    border-color: transparent; }
  .m-btn-primary .badge {
    color: #0099FF;
    background-color: #f5f5f5; }

.m-btn-success {
  color: #f5f5f5;
  background-color: #87B53D;
  border-color: transparent; }
  .m-btn-success:focus, .m-btn-success.focus {
    color: #f5f5f5;
    background-color: #6b8f30;
    border-color: transparent; }
  .m-btn-success:hover {
    color: #f5f5f5;
    background-color: #6b8f30;
    border-color: transparent; }
  .m-btn-success:active, .m-btn-success.active,
  .open > .m-btn-success.dropdown-toggle {
    color: #f5f5f5;
    background-color: #6b8f30;
    border-color: transparent; }
    .m-btn-success:active:hover, .m-btn-success:active:focus, .m-btn-success:active.focus, .m-btn-success.active:hover, .m-btn-success.active:focus, .m-btn-success.active.focus,
    .open > .m-btn-success.dropdown-toggle:hover,
    .open > .m-btn-success.dropdown-toggle:focus,
    .open > .m-btn-success.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #577427;
      border-color: transparent; }
  .m-btn-success:active, .m-btn-success.active,
  .open > .m-btn-success.dropdown-toggle {
    background-image: none; }
  .m-btn-success.disabled:hover, .m-btn-success.disabled:focus, .m-btn-success.disabled.focus, .m-btn-success[disabled]:hover, .m-btn-success[disabled]:focus, .m-btn-success[disabled].focus,
  fieldset[disabled] .m-btn-success:hover,
  fieldset[disabled] .m-btn-success:focus,
  fieldset[disabled] .m-btn-success.focus {
    background-color: #87B53D;
    border-color: transparent; }
  .m-btn-success .badge {
    color: #87B53D;
    background-color: #f5f5f5; }

.m-btn-info {
  color: #f5f5f5;
  background-color: #0070BB;
  border-color: transparent; }
  .m-btn-info:focus, .m-btn-info.focus {
    color: #f5f5f5;
    background-color: #005188;
    border-color: transparent; }
  .m-btn-info:hover {
    color: #f5f5f5;
    background-color: #005188;
    border-color: transparent; }
  .m-btn-info:active, .m-btn-info.active,
  .open > .m-btn-info.dropdown-toggle {
    color: #f5f5f5;
    background-color: #005188;
    border-color: transparent; }
    .m-btn-info:active:hover, .m-btn-info:active:focus, .m-btn-info:active.focus, .m-btn-info.active:hover, .m-btn-info.active:focus, .m-btn-info.active.focus,
    .open > .m-btn-info.dropdown-toggle:hover,
    .open > .m-btn-info.dropdown-toggle:focus,
    .open > .m-btn-info.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #003c64;
      border-color: transparent; }
  .m-btn-info:active, .m-btn-info.active,
  .open > .m-btn-info.dropdown-toggle {
    background-image: none; }
  .m-btn-info.disabled:hover, .m-btn-info.disabled:focus, .m-btn-info.disabled.focus, .m-btn-info[disabled]:hover, .m-btn-info[disabled]:focus, .m-btn-info[disabled].focus,
  fieldset[disabled] .m-btn-info:hover,
  fieldset[disabled] .m-btn-info:focus,
  fieldset[disabled] .m-btn-info.focus {
    background-color: #0070BB;
    border-color: transparent; }
  .m-btn-info .badge {
    color: #0070BB;
    background-color: #f5f5f5; }

.m-btn-warning {
  color: #f5f5f5;
  background-color: #f5a960;
  border-color: transparent; }
  .m-btn-warning:focus, .m-btn-warning.focus {
    color: #f5f5f5;
    background-color: #f28f30;
    border-color: transparent; }
  .m-btn-warning:hover {
    color: #f5f5f5;
    background-color: #f28f30;
    border-color: transparent; }
  .m-btn-warning:active, .m-btn-warning.active,
  .open > .m-btn-warning.dropdown-toggle {
    color: #f5f5f5;
    background-color: #f28f30;
    border-color: transparent; }
    .m-btn-warning:active:hover, .m-btn-warning:active:focus, .m-btn-warning:active.focus, .m-btn-warning.active:hover, .m-btn-warning.active:focus, .m-btn-warning.active.focus,
    .open > .m-btn-warning.dropdown-toggle:hover,
    .open > .m-btn-warning.dropdown-toggle:focus,
    .open > .m-btn-warning.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #ef7d0f;
      border-color: transparent; }
  .m-btn-warning:active, .m-btn-warning.active,
  .open > .m-btn-warning.dropdown-toggle {
    background-image: none; }
  .m-btn-warning.disabled:hover, .m-btn-warning.disabled:focus, .m-btn-warning.disabled.focus, .m-btn-warning[disabled]:hover, .m-btn-warning[disabled]:focus, .m-btn-warning[disabled].focus,
  fieldset[disabled] .m-btn-warning:hover,
  fieldset[disabled] .m-btn-warning:focus,
  fieldset[disabled] .m-btn-warning.focus {
    background-color: #f5a960;
    border-color: transparent; }
  .m-btn-warning .badge {
    color: #f5a960;
    background-color: #f5f5f5; }

.m-btn-danger {
  color: #f5f5f5;
  background-color: #990000;
  border-color: transparent; }
  .m-btn-danger:focus, .m-btn-danger.focus {
    color: #f5f5f5;
    background-color: #660000;
    border-color: transparent; }
  .m-btn-danger:hover {
    color: #f5f5f5;
    background-color: #660000;
    border-color: transparent; }
  .m-btn-danger:active, .m-btn-danger.active,
  .open > .m-btn-danger.dropdown-toggle {
    color: #f5f5f5;
    background-color: #660000;
    border-color: transparent; }
    .m-btn-danger:active:hover, .m-btn-danger:active:focus, .m-btn-danger:active.focus, .m-btn-danger.active:hover, .m-btn-danger.active:focus, .m-btn-danger.active.focus,
    .open > .m-btn-danger.dropdown-toggle:hover,
    .open > .m-btn-danger.dropdown-toggle:focus,
    .open > .m-btn-danger.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #420000;
      border-color: transparent; }
  .m-btn-danger:active, .m-btn-danger.active,
  .open > .m-btn-danger.dropdown-toggle {
    background-image: none; }
  .m-btn-danger.disabled:hover, .m-btn-danger.disabled:focus, .m-btn-danger.disabled.focus, .m-btn-danger[disabled]:hover, .m-btn-danger[disabled]:focus, .m-btn-danger[disabled].focus,
  fieldset[disabled] .m-btn-danger:hover,
  fieldset[disabled] .m-btn-danger:focus,
  fieldset[disabled] .m-btn-danger.focus {
    background-color: #990000;
    border-color: transparent; }
  .m-btn-danger .badge {
    color: #990000;
    background-color: #f5f5f5; }

.m-btn-link {
  color: #0070BB;
  font-weight: normal;
  border-radius: 0; }
  .m-btn-link, .m-btn-link:active, .m-btn-link.active, .m-btn-link[disabled],
  fieldset[disabled] .m-btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .m-btn-link, .m-btn-link:hover, .m-btn-link:focus, .m-btn-link:active {
    border-color: transparent; }
  .m-btn-link:hover, .m-btn-link:focus {
    color: #0099FF;
    text-decoration: underline;
    background-color: transparent; }
  .m-btn-link[disabled]:hover, .m-btn-link[disabled]:focus,
  fieldset[disabled] .m-btn-link:hover,
  fieldset[disabled] .m-btn-link:focus {
    color: #f5f5f5;
    text-decoration: none; }

.m-btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px; }

.m-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.m-btn-xs {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.m-btn-block {
  display: block;
  width: 100%; }

.m-btn-block + .m-btn-block {
  margin-top: 5px; }

input[type="submit"].m-btn-block,
input[type="reset"].m-btn-block,
input[type="button"].m-btn-block {
  width: 100%; }

.m-btn-primary {
  color: #f5f5f5;
  background: #0099FF;
  background-image: -webkit-linear-gradient(top, #0099FF 0%, #0070BB 100%);
  background-image: -o-linear-gradient(top, #0099FF 0%, #0070BB 100%);
  background-image: linear-gradient(to bottom, #0099FF 0%, #0070BB 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099FF', endColorstr='#FF0070BB', GradientType=0); }
  .m-btn-primary:hover, .m-btn-primary:focus, .m-btn-primary.focus {
    color: #f5f5f5;
    background: #0099FF;
    background-image: -webkit-linear-gradient(top, #0099FF 0%, #0070BB 10%);
    background-image: -o-linear-gradient(top, #0099FF 0%, #0070BB 10%);
    background-image: linear-gradient(to bottom, #0099FF 0%, #0070BB 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099FF', endColorstr='#FF0070BB', GradientType=0); }

/* Secondary Button */
.m-btn-secondary {
  color: #f5f5f5;
  background: #7f7f7f;
  background-image: -webkit-linear-gradient(top, #7f7f7f 0%, #585d62 100%);
  background-image: -o-linear-gradient(top, #7f7f7f 0%, #585d62 100%);
  background-image: linear-gradient(to bottom, #7f7f7f 0%, #585d62 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7F7F7F', endColorstr='#FF585D62', GradientType=0); }
  .m-btn-secondary:hover, .m-btn-secondary:focus, .m-btn-secondary.focus {
    color: #f5f5f5;
    background: #7f7f7f;
    background-image: -webkit-linear-gradient(top, #7f7f7f 0%, #585d62 10%);
    background-image: -o-linear-gradient(top, #7f7f7f 0%, #585d62 10%);
    background-image: linear-gradient(to bottom, #7f7f7f 0%, #585d62 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7F7F7F', endColorstr='#FF585D62', GradientType=0); }

.m-btn-buy {
  color: #f5f5f5;
  background: #87B53D;
  background-image: -webkit-linear-gradient(top, #87B53D 0%, #588a10 100%);
  background-image: -o-linear-gradient(top, #87B53D 0%, #588a10 100%);
  background-image: linear-gradient(to bottom, #87B53D 0%, #588a10 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF87B53D', endColorstr='#FF588A10', GradientType=0); }
  .m-btn-buy:hover, .m-btn-buy:focus, .m-btn-buy.focus {
    color: #f5f5f5;
    background: #87B53D;
    background-image: -webkit-linear-gradient(top, #87B53D 0%, #588a10 10%);
    background-image: -o-linear-gradient(top, #87B53D 0%, #588a10 10%);
    background-image: linear-gradient(to bottom, #87B53D 0%, #588a10 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF87B53D', endColorstr='#FF588A10', GradientType=0); }

.m-btn-special {
  color: #f5f5f5;
  background: #f5a960;
  background-image: -webkit-linear-gradient(top, #f5a960 0%, #dc730a 100%);
  background-image: -o-linear-gradient(top, #f5a960 0%, #dc730a 100%);
  background-image: linear-gradient(to bottom, #f5a960 0%, #dc730a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5A960', endColorstr='#FFDC730A', GradientType=0); }
  .m-btn-special:hover, .m-btn-special:focus, .m-btn-special.focus {
    color: #f5f5f5;
    background: #f5a960;
    background-image: -webkit-linear-gradient(top, #f5a960 0%, #dc730a 10%);
    background-image: -o-linear-gradient(top, #f5a960 0%, #dc730a 10%);
    background-image: linear-gradient(to bottom, #f5a960 0%, #dc730a 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5A960', endColorstr='#FFDC730A', GradientType=0); }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #7f7f7f;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #a9afb7;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.m-btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.m-btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .m-btn,
.input-group-btn:first-child > .m-btn-group > .m-btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .m-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .m-btn-group:not(:last-child) > .m-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .m-btn,
.input-group-btn:last-child > .m-btn-group > .m-btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .m-btn:not(:first-child),
.input-group-btn:first-child > .m-btn-group:not(:first-child) > .m-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .m-btn {
    position: relative; }
    .input-group-btn > .m-btn + .m-btn {
      margin-left: -1px; }
    .input-group-btn > .m-btn:hover, .input-group-btn > .m-btn:focus, .input-group-btn > .m-btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .m-btn,
  .input-group-btn:first-child > .m-btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .m-btn,
  .input-group-btn:last-child > .m-btn-group {
    z-index: 2;
    margin-left: -1px; }

/* Content/css/modules/_header.scss */
/* Content/css/elements/_search.scss */
.search {
  margin-bottom: 10px;
  height: 45px;
  padding-top: 7px;
  background: #e0e4e9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative; }
  .search .search-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .search .dropdown-search-button {
    color: #333333 !important;
    text-shadow: none !important;
    background: #f5f5f5;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    border-radius: 4px 0 0 4px; }
    .search .dropdown-search-button:hover {
      background: #d9d9d9; }
  .search span.caret {
    position: absolute !important;
    top: 45%;
    right: 6px; }
  .search input.form-control.search-input {
    height: 30px;
    padding: 4px 12px;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    position: relative; }
  .search .selected {
    background: #f5f5f5;
    color: #0070BB; }
    .search .selected:hover {
      color: #ffffff; }
  .search ul.dropdown-menu {
    height: auto;
    overflow: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    border-radius: 0; }
    .search ul.dropdown-menu li {
      background: #ffffff;
      margin: 0;
      border-bottom: 1px solid #d9d9d9;
      padding-left: 0; }
    .search ul.dropdown-menu a {
      padding: 2px 10px;
      color: #0070BB; }
      .search ul.dropdown-menu a:hover {
        background: #0070BB;
        color: #ffffff; }
  .search .search-button {
    color: #ffffff;
    font-size: 14px;
    background: #0099FF;
    background-image: -webkit-linear-gradient(top, #0099FF 0%, #0070BB 100%);
    background-image: -o-linear-gradient(top, #0099FF 0%, #0070BB 100%);
    background-image: linear-gradient(to bottom, #0099FF 0%, #0070BB 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099FF', endColorstr='#FF0070BB', GradientType=0);
    padding: 4px 12px;
    text-shadow: none;
    border: none;
    border-radius: 4px;
    height: 30px; }
    .search .search-button .fa.fa-search {
      padding-top: 0; }
  .search .search-button:hover {
    background: #0099FF;
    background-image: -webkit-linear-gradient(top, #0099FF 0%, #0070BB 10%);
    background-image: -o-linear-gradient(top, #0099FF 0%, #0070BB 10%);
    background-image: linear-gradient(to bottom, #0099FF 0%, #0070BB 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099FF', endColorstr='#FF0070BB', GradientType=0);
    color: #ffffff; }
  .search .headerSearchBox:focus {
    background-color: #ffffff; }
  .search .headerSearchBox::-ms-clear {
    display: none; }
  .search .search-container .checkboxes label {
    display: inline-block; }
  .search .checkbox-spacing {
    padding: 5px; }
  .search input[type="radio"], .search input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0; }
  .search label.stocked {
    margin-right: 10px; }
  .search label {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px; }
  .search .clear-input {
    right: 30px;
    border-right: 1px solid #d9d9d9; }
  .search ::-ms-clear {
    display: none; }
  .search .form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    color: #7f7f7f;
    padding-top: 8px; }

.macnica-search .macnica-external-button {
  background: #76067b none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  height: 45px;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: -7px;
  width: 100%; }

.macnica-search .macnica-external-button:hover {
  text-decoration: none; }

@media (min-width: 1200px) {
  .responsive .macnica-search,
  .responsive-desktop .macnica-search {
    padding-left: 25px; } }

/* Content/css/components/_mini-cart.scss */
.MiniCartSummary {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 0px;
  width: 100%;
  font-weight: bold;
  background-color: #cccccc; }

.miniCartColumn {
  border-color: #ffffff;
  width: 105px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MiniCartExtendedPrice {
  float: right;
  background-color: #ffffff;
  width: 85px; }

.MiniCartRow {
  width: 105px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MiniCartQtyRow {
  width: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MiniCartExtRow {
  text-align: right;
  width: 85px; }

.MiniCartTable {
  padding: 0; }

.miniCartFreeShipMsg {
  font-size: 10px;
  color: #6B6B6B;
  display: block; }

.divMsgLnkTotal {
  width: 100%;
  padding-top: 5px; }
  .divMsgLnkTotal hr {
    margin-bottom: 5px; }

.MiniCartRowError a, .MiniCartRowError td {
  color: #dc730a;
  background-color: #f9efe4;
  font-weight: bold; }

#tblSingeItem #divAll .miniCartError {
  float: none;
  font-weight: normal; }

#tblSingeItem #divAll .label {
  font-weight: bold; }

.miniCartError {
  font-size: 12px;
  color: #dc730a;
  float: right;
  font-weight: bold; }

.MiniCartMxImg {
  max-height: 80px;
  max-width: 80px; }

.MiniCartSubTotal {
  float: right;
  font-weight: bold; }

.MiniCartTitleBarHeight .ui-widget-content .ui-icon, .MiniCartTitleBarHeight .ui-icon, .MiniCartTitleBarHeight .ui-state-default .ui-icon {
  background-image: none !important; }

.m-buy-btn {
  background: transparent linear-gradient(to bottom, #87b53d 0%, #588a10 100%) repeat scroll 0 0;
  color: whitesmoke !important;
  text-decoration: none !important; }

.MiniCartPaging > .ui-state-disabled,
.MiniCartPaging > .ui-widget-content .ui-state-disabled,
.MiniCartPaging > .ui-state-default,
.MiniCartPaging > .ui-widget-content .ui-state-default,
.MiniCartPaging > .ui-state-default,
.MiniCartPaging > .ui-widget-content .ui-state-default {
  background: transparent !important;
  border: none !important; }

#tblMiniCart_wrapper .ui-toolbar {
  padding: 0 !important;
  height: 0 !important;
  border: none !important; }

#tblMiniCart th {
  color: #333 !important;
  border: 0 !important; }

#tblMiniCart {
  font-size: 12px !important; }

#tblMiniCart_wrapper .ui-toolbar {
  padding: 0;
  height: 0; }

.dataTables_paginate a.last, .dataTables_paginate a.first {
  border: 1px solid #a9afb7 !important;
  height: 29px; }

.dataTables_paginate a.first {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important; }

.dataTables_paginate a.last {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.dataTables_paginate a.last span, .dataTables_paginate a.first span {
  display: block; }

.dataTables_paginate a.last span:after {
  content: "\00BB"; }

.dataTables_paginate a.first span:after {
  content: "\00AB"; }

.dataTables_paginate .previous, .dataTables_paginate .next {
  display: none; }

/*    Modified exiting CSS    */
.MiniCartTitleBar {
  background: none repeat scroll 0 0 #ffffff !important;
  font-size: 13px;
  padding: 0.4em 1em;
  position: relative; }

.MiniCartUiDialog {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); }

.MiniCartUiButtonset {
  margin-right: 0px; }

.MiniCartTitleBarHeight {
  height: 18px !important;
  background: #ffffff !important; }

.MiniCartUiDialog .MiniCartContent {
  padding: 0.5em;
  position: relative; }

.tblMiniCartSub {
  width: 260px;
  height: 142px;
  background-color: #E0E4E9;
  padding: 10px;
  border-collapse: separate; }

.tblMiniCartSub .label {
  padding-right: 4px; }

.tblMiniCartSub span {
  padding-right: 4px; }

.tblMiniCartSub hr {
  width: 98%; }

.MiniCartDescription {
  display: block; }

.minicart-content-wrap {
  border: 1px solid #e0e4e9 !important; }

.ui-widget-content .m-btn-buy {
  color: #f5f5f5;
  text-decoration: none; }

.ui-widget-content .m-btn-buy:focus, .ui-widget-content .m-btn-buy:active:focus,
.ui-widget-content .m-btn-buy.focus, .ui-widget-content .m-btn-buy.active:focus,
.ui-widget-content .m-btn-buy.focus:active, .ui-widget-content .m-btn-buy.active.focus {
  outline: none !important; }

/* Content/css/modules/_global-action-bar.scss */
.global-action-bar {
  background: #0070BB;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  font-size: 11px !important;
  z-index: 2; }
  .global-action-bar .global-action-bar-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .global-action-bar .location-language-currency select {
    color: #333333; }
  .global-action-bar .location-language-currency {
    text-align: right;
    color: #ffffff; }
  .global-action-bar .divider, .global-action-bar .copyright {
    color: #ffffff; }
  .global-action-bar .location-flag {
    border: 1px solid #ffffff; }
  .global-action-bar .fa, .global-action-bar .tdFlagLabel, .global-action-bar .tdFlag {
    padding-right: 5px; }
  .global-action-bar .truncate {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff; }

.macnica .global-action-bar {
  background: #76067b none repeat scroll 0 0; }

/* Content/css/modules/_header-navigation.scss */
.header-component {
  background: #fff;
  position: relative;
  z-index: 100;
  height: 45px;
  /* Not part of Styleguide. Can be removed? */ }
  .header-component .header-navigation-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px; }
    .header-component .header-navigation-container .dropdown-menu {
      border-radius: 0; }
  .header-component .header-navigation-logo {
    height: 45px; }
    .header-component .header-navigation-logo a {
      text-decoration: none; }
      .header-component .header-navigation-logo a span {
        display: inline-block;
        text-indent: -2000px; }
      .header-component .header-navigation-logo a img {
        height: 45px;
        padding: 5px 0; }
      .header-component .header-navigation-logo a h1 {
        font-size: 12px; }
  .header-component .header-mobile-icons {
    text-align: right;
    padding-right: 0;
    padding-left: 0;
    height: 45px; }
  .header-component .header-mobile-icons .fa.fa-user-circle {
    border-left: 1px solid #E0E4E9;
    border-right: 1px solid #E0E4E9; }
    .header-component .header-mobile-icons .fa.fa-user-circle .logout {
      color: #a9afb7; }
  .header-component .header-mobile-icons .fa.fa-shopping-cart {
    border-right: 1px solid #E0E4E9; }
  .header-component .header-mobile-icons a {
    color: #0070BB;
    font-size: 1.5em;
    min-height: 40px;
    padding: 13px 15px 17px;
    text-align: center; }
    .header-component .header-mobile-icons a:hover {
      text-decoration: none;
      opacity: 0.7; }
  .header-component .uid-m-primary-btn {
    background: transparent linear-gradient(to bottom, #0099FF 0%, #0070BB 100%) repeat scroll 0 0 !important;
    color: whitesmoke !important;
    border-radius: 3px !important;
    padding: 3px 10px 5px !important;
    font-size: 13px !important; }
  .header-component .uid-m-secondary-btn {
    background: transparent linear-gradient(to bottom, #7f7f7f 0%, #585d62 100%) repeat scroll 0 0 !important;
    color: whitesmoke !important;
    border-radius: 3px !important;
    padding: 3px 10px 5px !important;
    font-size: 13px !important; }
  .header-component .header-mobile-icons .green-shopping-cart:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #588a10;
    position: absolute;
    float: right;
    top: 10px;
    right: 61px;
    border: 1px solid #ffffff;
    border-radius: 50%; }
  .header-component .header-mobile-icons .fa.fa-times {
    position: absolute;
    top: 16px;
    right: 20px;
    padding: 0;
    text-decoration: none; }
    .header-component .header-mobile-icons .fa.fa-times:hover {
      opacity: 1; }
  .header-component .header-mobile-icons .logout {
    color: #a9afb7; }
  .header-component .desktop-nav ul {
    margin: 0px; }
  .header-component .desktop-nav .history-account-login-nav {
    border-left: 1px solid #e0e4e9;
    font-weight: bold;
    margin: -2px; }
    .header-component .desktop-nav .history-account-login-nav a i {
      padding-right: 0; }
  .header-component .desktop-nav ul li {
    display: inline-block;
    color: #e0e4e9;
    line-height: 50px;
    vertical-align: middle;
    padding: 0; }
    .header-component .desktop-nav ul li.hover-none:hover {
      background: none;
      color: #e0e4e9; }
    .header-component .desktop-nav ul li:hover {
      background: #0099FF;
      color: #fff; }
      .header-component .desktop-nav ul li:hover a, .header-component .desktop-nav ul li:hover form input {
        color: #fff;
        text-decoration: none; }
      .header-component .desktop-nav ul li:hover .badge-cart {
        background: #ffffff;
        color: #0099FF; }
    .header-component .desktop-nav ul li a {
      color: #0070BB;
      padding: 18px 13px;
      text-decoration: none; }
    .header-component .desktop-nav ul li ul.dropdown-menu li a {
      color: #0070BB;
      padding: 3px 20px; }
  .header-component .desktop-nav ul li.dropdown a {
    padding: 18px 0 18px 13px; }
    .header-component .desktop-nav ul li.dropdown a i {
      padding-right: 13px; }
  .header-component .logout-register {
    font-weight: bold;
    margin: -2px; }
  .header-component .badge-cart {
    background-color: #588a10;
    margin-left: 3px; }
  .header-component .badge-cart-grey {
    background-color: #a9afb7; }
  .header-component .history-account-login-nav form {
    padding: 0;
    margin: 0;
    display: inline-block; }
  .header-component .desktop-nav .dropdown-menu {
    line-height: 1.42857; }
  .header-component .desktop-nav ul.dropdown-menu li {
    line-height: 1.42857;
    padding: 0px;
    width: 100%; }
  .header-component .desktop-nav ul.dropdown-menu li a:hover {
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 0px;
    background-color: #0099FF; }
  .header-component .desktop-nav .dropdown-menu > li > a {
    padding: 3px 20px;
    color: #0070BB; }
  .header-component .TransparentBtn {
    background-color: transparent;
    border-style: none;
    cursor: pointer;
    color: #0070BB;
    font-weight: bold;
    padding: 17px 13px;
    line-height: normal; }
  .header-component .desktop-nav .TransparentBtn:hover {
    color: #fff;
    text-decoration: none; }

@media (min-width: 768px) {
  .responsive .header-component {
    height: 50px; }
    .responsive .header-component .header-navigation-logo {
      height: 50px; }
      .responsive .header-component .header-navigation-logo img {
        height: 50px; }
    .responsive .header-component .desktop-nav .fa.fa-shopping-cart {
      position: relative;
      top: 3px; } }

.responsive-desktop .header-component {
  height: 50px; }
  .responsive-desktop .header-component .header-navigation-logo {
    height: 50px; }
    .responsive-desktop .header-component .header-navigation-logo img {
      height: 50px; }
  .responsive-desktop .header-component .desktop-nav .fa.fa-shopping-cart {
    position: relative;
    top: 3px; }

/* Content/css/modules/_mobile-menu.scss */
.mobile-menu {
  background: #004A85;
  background: -moz-linear-gradient(-45deg, #004A85 0%, #0099FF 100%);
  background: -webkit-linear-gradient(-45deg, #004A85 0%, #0099FF 100%);
  background: linear-gradient(135deg, #004A85 0%, #0099FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004A85', endColorstr='#0099FF', GradientType=1 );
  z-index: 101;
  position: fixed;
  top: 75px;
  color: #ffffff;
  bottom: 0;
  will-change: auto; }
  .mobile-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px; }
  .mobile-menu ul {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: scroll; }
  .mobile-menu li {
    list-style: none;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff; }
  .mobile-menu li.products {
    width: 100%;
    padding: 0; }
    .mobile-menu li.products a {
      padding: 20px 10px;
      display: inline-block;
      width: 100%; }
  .mobile-menu li.login {
    position: fixed;
    background: #004A85;
    bottom: 0;
    width: 100%;
    padding: 0; }
    .mobile-menu li.login a, .mobile-menu li.login p {
      padding: 20px 10px;
      display: inline-block;
      width: 100%; }
  .mobile-menu li:nth-last-child(2) {
    margin-bottom: 58px; }
  .mobile-menu li.mainmenu {
    background-color: #004A85;
    width: 100%;
    padding: 0; }
    .mobile-menu li.mainmenu a {
      padding: 20px 10px;
      display: inline-block;
      width: 100%; }
  .mobile-menu .subhead {
    color: #0070BB;
    font-weight: bold;
    font-size: 14px; }
  .mobile-menu .fa-angle-right {
    padding-left: 10px; }
  .mobile-menu .mobile-menu-title {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .mobile-menu .mobile-menu-welcome-user {
    color: #ffffff;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .mobile-menu .mobile-menu-welcome-logout {
    position: fixed;
    bottom: 0;
    margin-top: 60px; }
  .mobile-menu .mobile-menu-log-out {
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .mobile-menu .mobile-menu-log-out .TransparentBtn {
      color: #ffffff;
      font-weight: normal; }

.mobile-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 10px 15px;
  border-color: transparent transparent #0070BB transparent;
  position: absolute;
  top: -10px;
  right: 12px;
  opacity: 1; }

.scrollable_div {
  overflow: auto;
  height: 100%; }

.isOpen {
  -webkit-animation: slide-in-top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: slide-in-top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-in-top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.isClose {
  -webkit-animation: slide-out-top 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: slide-out-top 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-top 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

.BG_overlay {
  background-color: #000;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.BG_overlayMacFFBGHack {
  /*background: url(css/macFFBgHack.png) repeat;*/
  background: rgba(0, 0, 0, 0.25); }

.currency-popup {
  display: none;
  /*padding: 40px 20px 0 20px;*/ }

.currency-close a {
  background: url(../../Images/sprite_icon.png) no-repeat scroll 0 -104px transparent;
  border: medium none;
  display: inline-block;
  float: right;
  height: 14px;
  margin: 10px 10px 0 20px;
  width: 14px;
  text-decoration: none; }

.currency-close a:hover {
  text-decoration: none; }

