/*!v0.14.0 28.11.2022*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*  1. Variables
    2. Vendor
    3. Main
    4. Others                                                         */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*
//** Padding around the thumbnail image
$thumbnail-padding:           4px;
//** Thumbnail background color
$thumbnail-bg:                $body-bg;
//** Thumbnail border color
$thumbnail-border:            #ddd;
//** Thumbnail border radius
$thumbnail-border-radius:     $border-radius-base;

//** Custom text color for thumbnail captions
$thumbnail-caption-color:     $text-color;
//** Padding around the thumbnail caption
$thumbnail-caption-padding:   9px;
*/
/*Vendor Variable*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* Mixins */
.ggds {
  /*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.42
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
}

.ggds table {
  background-color: transparent;
}

.ggds caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e0e0e0;
  text-align: left;
}

.ggds th {
  text-align: left;
}

.ggds .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}

.ggds .table > thead > tr > th,
.ggds .table > thead > tr > td,
.ggds .table > tbody > tr > th,
.ggds .table > tbody > tr > td,
.ggds .table > tfoot > tr > th,
.ggds .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
  float: none;
}

.ggds .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.ggds .table > caption + thead > tr:first-child > th,
.ggds .table > caption + thead > tr:first-child > td,
.ggds .table > colgroup + thead > tr:first-child > th,
.ggds .table > colgroup + thead > tr:first-child > td,
.ggds .table > thead:first-child > tr:first-child > th,
.ggds .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.ggds .table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.ggds .table .table {
  background-color: #fff;
}

.ggds .table-bordered {
  border: 1px solid #ddd;
}

.ggds .table-bordered > thead > tr > th,
.ggds .table-bordered > thead > tr > td,
.ggds .table-bordered > tbody > tr > th,
.ggds .table-bordered > tbody > tr > td,
.ggds .table-bordered > tfoot > tr > th,
.ggds .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.ggds .table-bordered > thead > tr > th,
.ggds .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.ggds .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.ggds .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.ggds .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .ggds .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .ggds .table-responsive > .table {
    margin-bottom: 0;
  }
  .ggds .table-responsive > .table > thead > tr > th,
  .ggds .table-responsive > .table > thead > tr > td,
  .ggds .table-responsive > .table > tbody > tr > th,
  .ggds .table-responsive > .table > tbody > tr > td,
  .ggds .table-responsive > .table > tfoot > tr > th,
  .ggds .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .ggds .table-responsive > .table-bordered {
    border: 0;
  }
  .ggds .table-responsive > .table-bordered > thead > tr > th:first-child,
  .ggds .table-responsive > .table-bordered > thead > tr > td:first-child,
  .ggds .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .ggds .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .ggds .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .ggds .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .ggds .table-responsive > .table-bordered > thead > tr > th:last-child,
  .ggds .table-responsive > .table-bordered > thead > tr > td:last-child,
  .ggds .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .ggds .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .ggds .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .ggds .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .ggds .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .ggds .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .ggds .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .ggds .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.ggds .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.ggds .dropup,
.ggds .dropdown {
  position: relative;
}

.ggds .dropdown-toggle:focus {
  outline: 0;
}

.ggds .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ggds .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.ggds .dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.ggds .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #696969;
  white-space: nowrap;
}

.ggds .dropdown-menu > li > a:hover, .ggds .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #5c5c5c;
  background-color: #f5f5f5;
}

.ggds .dropdown-menu > .active > a, .ggds .dropdown-menu > .active > a:hover, .ggds .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1966af;
}

.ggds .dropdown-menu > .disabled > a, .ggds .dropdown-menu > .disabled > a:hover, .ggds .dropdown-menu > .disabled > a:focus {
  color: #ccc;
}

.ggds .dropdown-menu > .disabled > a:hover, .ggds .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.ggds .open > .dropdown-menu {
  display: block;
}

.ggds .open > a {
  outline: 0;
}

.ggds .dropdown-menu-right {
  left: auto;
  right: 0;
}

.ggds .dropdown-menu-left {
  left: 0;
  right: auto;
}

.ggds .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #ccc;
  white-space: nowrap;
}

.ggds .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.ggds .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.ggds .dropup .caret,
.ggds .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.ggds .dropup .dropdown-menu,
.ggds .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .ggds .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .ggds .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.ggds .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.ggds .embed-responsive .embed-responsive-item,
.ggds .embed-responsive iframe,
.ggds .embed-responsive embed,
.ggds .embed-responsive object,
.ggds .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.ggds .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.ggds .embed-responsive-4by3 {
  padding-bottom: 75%;
}

.ggds .bootstrap-datetimepicker-widget {
  list-style: none;
}

.ggds .bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .ggds .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .ggds .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .ggds .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.ggds .bootstrap-datetimepicker-widget.dropdown-menu:before,
.ggds .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.ggds .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.ggds .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.ggds .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.ggds .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.ggds .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.ggds .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.ggds .bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.ggds .bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.ggds .bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.ggds .bootstrap-datetimepicker-widget .timepicker-hour,
.ggds .bootstrap-datetimepicker-widget .timepicker-minute,
.ggds .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.ggds .bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.ggds .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.ggds .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.ggds .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.ggds .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.ggds .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.ggds .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.ggds .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.ggds .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.ggds .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.ggds .bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.ggds .bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.ggds .bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.ggds .bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.ggds .bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.ggds .bootstrap-datetimepicker-widget table td,
.ggds .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.ggds .bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.ggds .bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.ggds .bootstrap-datetimepicker-widget table th.disabled,
.ggds .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #a0a0a0;
  cursor: not-allowed;
}

.ggds .bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.ggds .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.ggds .bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.ggds .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.ggds .bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.ggds .bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.ggds .bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.ggds .bootstrap-datetimepicker-widget table td.day:hover,
.ggds .bootstrap-datetimepicker-widget table td.hour:hover,
.ggds .bootstrap-datetimepicker-widget table td.minute:hover,
.ggds .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.ggds .bootstrap-datetimepicker-widget table td.old,
.ggds .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.ggds .bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.ggds .bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.ggds .bootstrap-datetimepicker-widget table td.active,
.ggds .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.ggds .bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.ggds .bootstrap-datetimepicker-widget table td.disabled,
.ggds .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #a0a0a0;
  cursor: not-allowed;
}

.ggds .bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.ggds .bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.ggds .bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.ggds .bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.ggds .bootstrap-datetimepicker-widget table td span.disabled,
.ggds .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.ggds .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.ggds .bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.ggds .bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.ggds .input-group.date .input-group-addon {
  cursor: pointer;
}

.ggds .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* Mixins */
/* Background colour variations */
/* Text colour variations */
.ggds {
  /* Bootstrap badge override */
  /*End _badge.scss*/
  /* ---------------------------------------------------------------- */
  /* Buttons
/* ---------------------------------------------------------------- */
  /* Reset base button fonts and sizes */
  /* All buttons to use 'Futura PT', uppercase and base weight of 400 */
  /* Opaque ghost buttons with solid white background */
  /* -------------------------------------------------------------------------------- */
  /* Prime Buttons */
  /* -------------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------- */
  /* Transparent and Link Buttons */
  /* -------------------------------------------------------------------------------- */
  /* Transparent Button */
  /* -------------------------------------------------------------------------------- */
  /* Dropdown Button Modifications */
  /* -------------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------- */
  /* Responsive Buttons */
  /* Use when you need buttons to scale down e.g. for horizontal navbars
/* -------------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------- */
  /* Custom Buttons */
  /* Special buttons that don't fit into the existing standards
/* -------------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Cards */
  /* ---------------------------------------------------------------- */
  /* Custom card CSS */
  /* Stack card footer on smaller mobile screens */
  /* ---------------------------------------------------------------- */
  /* Cards: Variable Height Cards
/* ---------------------------------------------------------------- */
  /* Create colour palettes */
  /* Large inputs: 46px tall */
  /* ---------------------------------------------------------------- */
  /*  FORM: Horizontal
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /*  FORM: Inline
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /*  Placeholder Utility classes
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /*  VALIDATION
/* ---------------------------------------------------------------- */
  /* Change label and text-help text-color to danger */
  /* Adjust top position for horizontal forms as the label is on the left */
  /* Allow for multi-line checkbox labels */
  /* The form classes add a bottom padding which effects the icon position */
  /* Prevent the icon overlapping the help-block text */
  /* Height is input height - 2px to compensate for borders */
  /* Icon for automcomplete forms (if an indicator is desired) */
  /* Hide search indicator on focus and if feedback icon is shown */
  /* Success */
  /* Error */
  /* Warning */
  /* Change label and text-help text-color to danger */
  /* ---------------------------------------------------------------- */
  /*  Disabled
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /*  Read only
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /*  Input Groups
/* ---------------------------------------------------------------- */
  /* Override for input-groups that have a datepicker */
  /* ---------------------------------------------------------------- */
  /* SVG Icons
/* ---------------------------------------------------------------- */
  /* SVG Icons old syntax */
  /* ---------------------------------------------------------------- */
  /* Open/Closed Dots
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Transparent Modal (used for inline video content) */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Filters Modal. Has fixed position header and footer
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Full Screen Modal */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* L1 Dropdown Menu */
  /* Icon placement */
  /* End media query small */
  /* ---------------------------------------------------------------- */
  /* L1 Dropdown Menu */
  /* End media query small */
  /* ---------------------------------------------------------------- */
  /* Navigation: Navbar Secondary (e.g. Kitchens) */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* L1 Dropdown Menu */
  /* End media query small */
  /* ---------------------------------------------------------------- */
  /* Navigation: Horizontal Navbar
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Navigation: Pagination
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Navigation: Sidebar Menu
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Responsive: Portrait tablets and up */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Pagination
/* ---------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /* Popover
/* -------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Material Design style interaction ripples
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Share widget
/* ---------------------------------------------------------------- */
  /*End _share.scss*/
  /* ---------------------------------------------------------------- */
  /* TABLES
/* Striped tables */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Compact Tables
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Condensed Tables. Note: used by datetimepicker component
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Nav Tabs
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Tiles: Wider than cards without rounded corners and no box shadow
/* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* Info callouts are used for displaying important information on the page */
  /* Info callouts differ from alerts and alert boxes as they are
   shown when the page is loaded rather than after a user action. */
  /* ---------------------------------------------------------------- */
  /* Reduce margin if multiple info-callouts are stacked */
  /* Information callout colours are equivalent to darken-1 for both border and heading text colour */
  /* Font family */
  /* Text case changes  */
  /* Lineheight utility classes */
  /* Left aligned section headings */
  /* Section headings with angle */
  /* Expandable headings */
  /* legacy class from content-style.css */
  /* Minimum height utility classes */
  /* Consider migrating to a new section e.g. _media.scss */
}

.ggds .alert .alert-link {
  color: #fff;
  text-decoration: underline;
}

.ggds .alert-dismissable {
  padding-right: 30px;
}

.ggds .alert h4 {
  margin-bottom: 3px;
  margin-top: 0;
}

.ggds .alert ul {
  margin: 5px 0;
}

.ggds .alert .close {
  opacity: 0.5;
}

.ggds .alert .fa-2x {
  line-height: 1.5;
}

.ggds .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 3px;
  background-color: #b5b5b5;
}

.ggds .badge--buying-guides-link {
  margin-left: 2px;
}

.ggds .input-group-btn .btn {
  box-shadow: none;
}

.ggds .btn-ghost-opaque {
  background-color: #fff;
}

.ggds .btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.ggds .btn-black:focus, .ggds .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}

.ggds .btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.ggds .btn-black:active, .ggds .btn-black.active,
.open > .ggds .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.ggds .btn-black:active:focus, .ggds .btn-black:active.focus, .ggds .btn-black.active:focus, .ggds .btn-black.active.focus,
.open > .ggds .btn-black.dropdown-toggle:focus,
.open > .ggds .btn-black.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}

.ggds .btn-black:active, .ggds .btn-black.active,
.open > .ggds .btn-black.dropdown-toggle {
  background-image: none;
}

.ggds .btn-black.disabled, .ggds .btn-black.disabled:hover, .ggds .btn-black.disabled:focus, .ggds .btn-black.disabled.focus, .ggds .btn-black.disabled:active, .ggds .btn-black.disabled.active, .ggds .btn-black[disabled], .ggds .btn-black[disabled]:hover, .ggds .btn-black[disabled]:focus, .ggds .btn-black[disabled].focus, .ggds .btn-black[disabled]:active, .ggds .btn-black[disabled].active,
fieldset[disabled] .ggds .btn-black,
fieldset[disabled] .ggds .btn-black:hover,
fieldset[disabled] .ggds .btn-black:focus,
fieldset[disabled] .ggds .btn-black.focus,
fieldset[disabled] .ggds .btn-black:active,
fieldset[disabled] .ggds .btn-black.active {
  background-color: #000;
  border-color: #000;
}

.ggds .btn-black .badge {
  color: #000;
  background-color: #fff;
}

.ggds .btn-default {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.ggds .btn-default:focus, .ggds .btn-default.focus {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.ggds .btn-default:hover {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}

.ggds .btn-default:active, .ggds .btn-default.active,
.open > .ggds .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}

.ggds .btn-default:active:focus, .ggds .btn-default:active.focus, .ggds .btn-default.active:focus, .ggds .btn-default.active.focus,
.open > .ggds .btn-default.dropdown-toggle:focus,
.open > .ggds .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.ggds .btn-default:active, .ggds .btn-default.active,
.open > .ggds .btn-default.dropdown-toggle {
  background-image: none;
}

.ggds .btn-default.disabled, .ggds .btn-default.disabled:hover, .ggds .btn-default.disabled:focus, .ggds .btn-default.disabled.focus, .ggds .btn-default.disabled:active, .ggds .btn-default.disabled.active, .ggds .btn-default[disabled], .ggds .btn-default[disabled]:hover, .ggds .btn-default[disabled]:focus, .ggds .btn-default[disabled].focus, .ggds .btn-default[disabled]:active, .ggds .btn-default[disabled].active,
fieldset[disabled] .ggds .btn-default,
fieldset[disabled] .ggds .btn-default:hover,
fieldset[disabled] .ggds .btn-default:focus,
fieldset[disabled] .ggds .btn-default.focus,
fieldset[disabled] .ggds .btn-default:active,
fieldset[disabled] .ggds .btn-default.active {
  background-color: #999;
  border-color: #999;
}

.ggds .btn-default .badge {
  color: #999;
  background-color: #fff;
}

.ggds .btn-transp,
.ggds .btn-transp:focus {
  color: #878686;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}

.ggds .btn-transp:active,
.ggds .btn-transp:hover {
  color: #696969;
  background: transparent;
  border-color: #ccc;
}

.ggds .btn .fa {
  line-height: 34px;
}

.ggds .btn-sm .fa {
  line-height: 26px;
}

.ggds .btn-md .fa {
  line-height: 37px;
}

.ggds .btn-lg .fa {
  line-height: 44px;
}

.ggds .btn-xl .fa {
  line-height: 55px;
}

.ggds .btn-double {
  display: table;
  height: 100%;
  min-height: 60px;
  padding-left: 1.75em;
  padding-right: 1.75em;
}

.ggds .btn-double-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  white-space: normal;
}

.ggds .btn-group-block,
.ggds .btn-group-block .btn {
  display: block;
  float: none;
  width: 100%;
}

.ggds .btn-group-block .dropdown-menu {
  width: 100%;
}

.ggds .btn-group-block .btn {
  padding-right: 0.75em;
}

.ggds .btn-group-block .fa {
  float: right;
}

.ggds .btn-group .btn + .dropdown-toggle {
  position: relative;
  width: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 6px;
  padding-right: 7px;
  z-index: 3;
}

.ggds .btn-group.open .dropdown-toggle {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.ggds .btn-group.open .btn-ghost.dropdown-toggle {
  box-shadow: none;
}

.ggds .dropdown-menu {
  font-size: 1em;
}

.ggds .dropdown-menu-item {
  display: block;
  padding: 3px 20px;
  cursor: pointer;
}

.ggds .dropdown-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.ggds .dropdown-menu-item.active {
  background: #41aaf2;
  color: #fff;
}

.ggds .dropdown-menu-sm .dropdown-menu-item {
  font-size: 0.85em;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .ggds .btn-responsive {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .ggds .btn-responsive {
    padding: inherit;
    font-size: inherit;
  }
}

.ggds .btn-totop,
.ggds .btn-totop:focus {
  display: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06), 0 3px 12px rgba(0, 0, 0, 0.06);
}

.ggds .btn-totop:hover {
  background-color: #41aaf2;
}

.ggds .affix .btn-totop {
  display: block;
}

.ggds .btn-paypal {
  padding: 0.75em 5px;
  font-size: 1rem;
  margin-top: 0;
  text-transform: none;
  color: #243545;
  font-weight: 700;
  background-color: #f9c72e;
}

.ggds .btn-paypal .text {
  float: none;
  padding-top: 1px;
  padding-right: 5px;
  width: auto;
  text-align: right;
  display: inline-block;
  font-weight: 500;
  color: #3f3f3f;
  font-family: "futura-pt",sans-serif;
}

.ggds .btn-paypal img {
  display: inline-block;
  margin-top: -4px;
}

.ggds .btn-lg.btn-paypal .text {
  padding-top: 5px;
}

.ggds .btn-lg.btn-paypal img {
  margin-top: 0;
}

.ggds .c-pagination .btn {
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .ggds .c-pagination .btn {
    padding: 0 .6rem;
  }
}

.ggds .c-pagination .btn.active.selected {
  color: #000;
  box-shadow: none;
}

.ggds .c-pagination .btn.active.selected:hover {
  color: #fff;
}

.ggds .c-pagination .btn i.pull-left {
  margin-right: .3em;
}

.ggds .c-pagination .btn i.pull-right {
  margin-left: .3em;
}

@media screen and (max-width: 480px) {
  .ggds .c-pagination .mobile_left,
  .ggds .c-pagination .mobile_right {
    min-width: 91px;
  }
}

.ggds .card {
  position: relative;
  min-height: 142px;
  max-height: 142px;
  margin: 15px 0;
  background: #fafafa;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  transform: scale(1);
}

.ggds .card-depth-1 {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.ggds .card-depth-2 {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.ggds .card-depth-3 {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.ggds .card-depth-4 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}

.ggds .highlight .card-vertical,
.ggds .highlight .card {
  -webkit-animation-name: highlightcard;
          animation-name: highlightcard;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.ggds .card-heading {
  position: relative;
  float: left;
  overflow: hidden;
  width: 90px;
  min-height: 140px;
  text-align: center;
  background: #eee;
  background: linear-gradient(-45deg, #a8a8a8 0%, #eee 50%);
  /* W3C */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA8A8A8', endColorstr='#FFEEEEEE', GradientType=0);
  background-clip: border-box;
  background-clip: padding-box;
  background-clip: content-box;
}

.ggds .card-heading .card-brandlogo {
  position: absolute;
  bottom: 40px;
  left: 0;
  max-width: 70px;
  height: auto;
  width: 100%;
  margin: 0 10px;
  opacity: .5;
}

.ggds .card-heading-ribbon {
  position: absolute;
  top: 6px;
  width: 100%;
  z-index: 0;
  padding: 8px 5px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.ggds .card-heading-ribbon-singleline {
  padding-top: 14px;
  padding-bottom: 14px;
}

.ggds .card-heading img {
  max-width: 100%;
}

.ggds .card-heading img.fix-right, .ggds .card-heading img.fix-left {
  position: absolute;
  bottom: 0;
}

.ggds .card-heading img.fix-right {
  right: 0;
}

.ggds .card-heading img.fix-left {
  left: 0;
}

.ggds .card-heading-text {
  padding: 5px 15px;
}

.ggds .card-content {
  min-height: 100px;
  margin-left: 90px;
  padding: 12px 15px 0;
  line-height: 1.3;
}

.ggds .card-footer {
  max-height: 34px;
  margin-left: 90px;
  border-top: 1px solid #dcdcdc;
  padding: 8px 15px;
  color: #c5c5c5;
}

.ggds .card h5 {
  margin: 0;
}

.ggds .card p {
  margin: 2px 0;
}

.ggds .card .amount {
  margin: 5px 0 -1px;
  letter-spacing: -0.05em;
  position: relative;
}

.ggds .card .amount small {
  font-size: 0.5em;
  display: inline-block;
  padding: 0 5px;
  letter-spacing: normal;
}

.ggds .card .amount .fa {
  font-size: 0.65em;
  top: -0.25em;
  position: relative;
  cursor: pointer;
  color: #41aaf2;
}

.ggds .card-interestfree .card-heading {
  background: #00abce;
}

@media screen and (max-width: 380px) {
  .ggds .card {
    max-height: 181px;
  }
  .ggds .card-footer {
    clear: both;
    margin-left: 0;
    max-height: 40px;
  }
}

.ggds .card-overlay {
  min-height: 250px;
  border-radius: 2px;
  transform: scale(1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.ggds .card-overlay-content {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.ggds .card-overlay-footer {
  min-height: 50px;
  border-top: 1px solid #dcdcdc;
  padding: 10px 15px;
  color: #c5c5c5;
}

.ggds .card-vertical {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  min-height: 250px;
  border-radius: 2px;
  border: 1px solid #eee;
  transform: scale(1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  background-size: cover;
  background-repeat: no-repeat;
}

.ggds .card-vertical-depth-1 {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.ggds .card-vertical-depth-2 {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.ggds .card-vertical-depth-3 {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.ggds .card-vertical-depth-4 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}

.ggds .card-vertical header {
  position: relative;
}

.ggds .card-vertical-content {
  padding: 15px;
}

.ggds .card-vertical-footer {
  min-height: 50px;
  border-top: 1px solid #dcdcdc;
  padding: 10px 15px;
}

.ggds .card-vertical-slim {
  min-height: 150px;
}

.ggds .card-vertical-slim .card-vertical-content {
  padding: 5px 15px;
}

.ggds .card-vertical-slim .card-vertical-footer {
  min-height: 30px;
  padding: 5px 15px;
}

.ggds .card-vertical-slim .card-vertical-content h4 {
  margin: 5px 0;
}

.ggds .card a.btn {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .ggds .card-vertical {
    max-width: 455px;
  }
}

.ggds .card-text-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 10px;
  line-height: 1;
}

.ggds .card-text-heading h4 {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0;
}

.ggds .card-text-heading h4 .fa {
  margin-top: -3px;
}

.ggds .card-variable {
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
  border: 1px solid #eee;
  transform: scale(1);
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  background-size: cover;
  background-repeat: no-repeat;
}

.ggds .card-variable.card-depth-1 {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.ggds .card-variable.card-depth-2 {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.ggds .card-variable.card-depth-3 {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.ggds .card-variable.card-depth-4 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}

.ggds .card-variable header {
  position: relative;
}

.ggds .card-variable-content {
  padding: 15px;
}

.ggds .card-variable-footer {
  border-top: 1px solid #dcdcdc;
  padding: 10px 15px;
}

.ggds .card-solidcolour {
  border-color: transparent;
}

.ggds .card-solidcolour .card-vertical-footer,
.ggds .card-solidcolour .card-variable-footer {
  border-top-color: rgba(255, 255, 255, 0.25);
}

.ggds .fixed-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

@-webkit-keyframes highlightcard {
  0% {
  }
  30% {
    border-color: #41aaf2;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
  }
  100% {
  }
}

.ggds .bg-danger-sat {
  /* Lighter colours */
  /* Darker colours */
}

.ggds .bg-danger-sat .bg-hex::before {
  text-transform: uppercase;
  content: "#dd5353";
}

.ggds .bg-danger-sat.bg-lighten-1 {
  color: #000;
  background: #df7575;
}

.ggds .bg-danger-sat.bg-lighten-1 .bg-hex::before {
  content: "#df7575";
}

.ggds .bg-danger-sat.bg-lighten-2 {
  color: #000;
  background: #e59292;
}

.ggds .bg-danger-sat.bg-lighten-2 .bg-hex::before {
  content: "#e59292";
}

.ggds .bg-danger-sat.bg-lighten-3 {
  color: #000;
  background: #ecafaf;
}

.ggds .bg-danger-sat.bg-lighten-3 .bg-hex::before {
  content: "#ecafaf";
}

.ggds .bg-danger-sat.bg-darken-1 {
  color: #fff;
  background: #d13b3b;
}

.ggds .bg-danger-sat.bg-darken-1 .bg-hex::before {
  content: "#d13b3b";
}

.ggds .bg-danger-sat.bg-darken-2 {
  background: #bc2c2c;
  color: #fff;
}

.ggds .bg-danger-sat.bg-darken-2 .bg-hex::before {
  content: "#bc2c2c";
}

.ggds .bg-danger-sat.bg-darken-3 {
  color: #fff;
  background: #9f2525;
}

.ggds .bg-danger-sat.bg-darken-3 .bg-hex::before {
  content: "#9f2525";
}

.ggds .bg-warning-sat {
  /* Lighter colours */
  /* Darker colours */
}

.ggds .bg-warning-sat .bg-hex::before {
  text-transform: uppercase;
  content: "#f6a93c";
}

.ggds .bg-warning-sat.bg-lighten-1 {
  color: #000;
  background: #f3b762;
}

.ggds .bg-warning-sat.bg-lighten-1 .bg-hex::before {
  content: "#f3b762";
}

.ggds .bg-warning-sat.bg-lighten-2 {
  color: #000;
  background: #f6c784;
}

.ggds .bg-warning-sat.bg-lighten-2 .bg-hex::before {
  content: "#f6c784";
}

.ggds .bg-warning-sat.bg-lighten-3 {
  color: #000;
  background: #f8d6a5;
}

.ggds .bg-warning-sat.bg-lighten-3 .bg-hex::before {
  content: "#f8d6a5";
}

.ggds .bg-warning-sat.bg-darken-1 {
  color: #fff;
  background: #ee9920;
}

.ggds .bg-warning-sat.bg-darken-1 .bg-hex::before {
  content: "#ee9920";
}

.ggds .bg-warning-sat.bg-darken-2 {
  background: #da8710;
  color: #fff;
}

.ggds .bg-warning-sat.bg-darken-2 .bg-hex::before {
  content: "#da8710";
}

.ggds .bg-warning-sat.bg-darken-3 {
  color: #fff;
  background: #b9720e;
}

.ggds .bg-warning-sat.bg-darken-3 .bg-hex::before {
  content: "#b9720e";
}

.ggds .bg-success-sat {
  /* Lighter colours */
  /* Darker colours */
}

.ggds .bg-success-sat .bg-hex::before {
  text-transform: uppercase;
  content: "#59c86b";
}

.ggds .bg-success-sat.bg-lighten-1 {
  color: #000;
  background: #78cc86;
}

.ggds .bg-success-sat.bg-lighten-1 .bg-hex::before {
  content: "#78cc86";
}

.ggds .bg-success-sat.bg-lighten-2 {
  color: #000;
  background: #92d69d;
}

.ggds .bg-success-sat.bg-lighten-2 .bg-hex::before {
  content: "#92d69d";
}

.ggds .bg-success-sat.bg-lighten-3 {
  color: #000;
  background: #ace0b5;
}

.ggds .bg-success-sat.bg-lighten-3 .bg-hex::before {
  content: "#ace0b5";
}

.ggds .bg-success-sat.bg-darken-1 {
  color: #fff;
  background: #45b858;
}

.ggds .bg-success-sat.bg-darken-1 .bg-hex::before {
  content: "#45b858";
}

.ggds .bg-success-sat.bg-darken-2 {
  background: #3c9e4c;
  color: #fff;
}

.ggds .bg-success-sat.bg-darken-2 .bg-hex::before {
  content: "#3c9e4c";
}

.ggds .bg-success-sat.bg-darken-3 {
  color: #fff;
  background: #32843f;
}

.ggds .bg-success-sat.bg-darken-3 .bg-hex::before {
  content: "#32843f";
}

.ggds .bg-info-sat {
  /* Lighter colours */
  /* Darker colours */
}

.ggds .bg-info-sat .bg-hex::before {
  text-transform: uppercase;
  content: "#41aaf2";
}

.ggds .bg-info-sat.bg-lighten-1 {
  color: #000;
  background: #67b8f0;
}

.ggds .bg-info-sat.bg-lighten-1 .bg-hex::before {
  content: "#67b8f0";
}

.ggds .bg-info-sat.bg-lighten-2 {
  color: #000;
  background: #87c7f3;
}

.ggds .bg-info-sat.bg-lighten-2 .bg-hex::before {
  content: "#87c7f3";
}

.ggds .bg-info-sat.bg-lighten-3 {
  color: #000;
  background: #a8d6f6;
}

.ggds .bg-info-sat.bg-lighten-3 .bg-hex::before {
  content: "#a8d6f6";
}

.ggds .bg-info-sat.bg-darken-1 {
  color: #fff;
  background: #269aea;
}

.ggds .bg-info-sat.bg-darken-1 .bg-hex::before {
  content: "#269aea";
}

.ggds .bg-info-sat.bg-darken-2 {
  background: #1588d7;
  color: #fff;
}

.ggds .bg-info-sat.bg-darken-2 .bg-hex::before {
  content: "#1588d7";
}

.ggds .bg-info-sat.bg-darken-3 {
  color: #fff;
  background: #1273b6;
}

.ggds .bg-info-sat.bg-darken-3 .bg-hex::before {
  content: "#1273b6";
}

.ggds .bg-primary {
  /* Lighter colours */
  /* Darker colours */
}

.ggds .bg-primary .bg-hex::before {
  text-transform: uppercase;
  content: "#1966af";
}

.ggds .bg-primary.bg-lighten-1 {
  color: #000;
  background: #2378c8;
}

.ggds .bg-primary.bg-lighten-1 .bg-hex::before {
  content: "#2378c8";
}

.ggds .bg-primary.bg-lighten-2 {
  color: #000;
  background: #348adb;
}

.ggds .bg-primary.bg-lighten-2 .bg-hex::before {
  content: "#348adb";
}

.ggds .bg-primary.bg-lighten-3 {
  color: #000;
  background: #539be1;
}

.ggds .bg-primary.bg-lighten-3 .bg-hex::before {
  content: "#539be1";
}

.ggds .bg-primary.bg-darken-1 {
  color: #fff;
  background: #19548c;
}

.ggds .bg-primary.bg-darken-1 .bg-hex::before {
  content: "#19548c";
}

.ggds .bg-primary.bg-darken-2 {
  background: #13426d;
  color: #fff;
}

.ggds .bg-primary.bg-darken-2 .bg-hex::before {
  content: "#13426d";
}

.ggds .bg-primary.bg-darken-3 {
  color: #fff;
  background: #0e2f4f;
}

.ggds .bg-primary.bg-darken-3 .bg-hex::before {
  content: "#0e2f4f";
}

.ggds .bg-secondary {
  /* Lighter colours */
  /* Darker colours */
}

.ggds .bg-secondary .bg-hex::before {
  text-transform: uppercase;
  content: "#ee4532";
}

.ggds .bg-secondary.bg-lighten-1 {
  color: #000;
  background: #ec6758;
}

.ggds .bg-secondary.bg-lighten-1 .bg-hex::before {
  content: "#ec6758";
}

.ggds .bg-secondary.bg-lighten-2 {
  color: #000;
  background: #f08478;
}

.ggds .bg-secondary.bg-lighten-2 .bg-hex::before {
  content: "#f08478";
}

.ggds .bg-secondary.bg-lighten-3 {
  color: #000;
  background: #f3a198;
}

.ggds .bg-secondary.bg-lighten-3 .bg-hex::before {
  content: "#f3a198";
}

.ggds .bg-secondary.bg-darken-1 {
  color: #fff;
  background: #e32e1a;
}

.ggds .bg-secondary.bg-darken-1 .bg-hex::before {
  content: "#e32e1a";
}

.ggds .bg-secondary.bg-darken-2 {
  background: #c32716;
  color: #fff;
}

.ggds .bg-secondary.bg-darken-2 .bg-hex::before {
  content: "#c32716";
}

.ggds .bg-secondary.bg-darken-3 {
  color: #fff;
  background: #a32112;
}

.ggds .bg-secondary.bg-darken-3 .bg-hex::before {
  content: "#a32112";
}

.ggds .form-group-lg .form-control {
  height: 48px;
  line-height: 1;
  padding-left: 1rem;
  padding-top: 0.793rem;
  padding-bottom: 0.793rem;
  font-size: 1.3rem;
  font-weight: 400;
  border-radius: 2px;
}

.ggds .form-group-lg textarea.form-control {
  max-height: inherit;
}

.ggds .form-group select.form-control {
  height: 36px;
  line-height: 1;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.ggds .form-group-lg select.form-control {
  height: 48px;
  line-height: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ggds .form-group select:required.form-control {
  background-image: none;
}

.ggds .form .radio,
.ggds .form .checkbox,
.ggds .form-horizontal .radio,
.ggds .form-horizontal .checkbox {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}

.ggds .form .radio label,
.ggds .form .checkbox label,
.ggds .form-horizontal .radio label,
.ggds .form-horizontal .checkbox label {
  padding-left: 20px;
  min-height: 21px;
  margin-bottom: 0;
  font-weight: 500;
  cursor: pointer;
}

.ggds .form-horizontal .help-block {
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .ggds .form-horizontal .control-label {
    text-align: right;
    padding-right: 0;
  }
  .ggds .form-horizontal .control-label {
    padding-top: 0.5em;
  }
  .ggds .form-horizontal .control-label-dbline {
    line-height: 1em;
    padding-top: 3px;
  }
}

.ggds .form-inline .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .ggds .form-inline .form-group-btn {
    padding-top: 21px;
  }
}

.ggds .form-inline .form-control {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ggds .hideplaceholder-xs::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
  }
  .ggds .hideplaceholder-xs:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
  }
  .ggds .hideplaceholder-xs::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
  }
  .ggds .hideplaceholder-xs:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
  }
}

.ggds .has-error .help-block,
.ggds .has-error .text-help,
.ggds .form-group.has-error .control-label,
.ggds .has-error label {
  color: #dd5353;
}

.ggds .form-group .help-block ul,
.ggds .form-group .help-block ol {
  margin-bottom: 0;
}

.ggds .has-feedback.form-group,
.ggds .has-succcess.form-group,
.ggds .has-warning.form-group,
.ggds .has-error.form-group,
.ggds .has-feedback.form-group-lg,
.ggds .has-succcess.form-group-lg,
.ggds .has-warning.form-group-lg,
.ggds .has-error.form-group-lg {
  position: relative;
}

.ggds .form-horizontal .has-error [class^='col-'],
.ggds .form-horizontal .has-error [class*=' col-'] {
  position: relative;
}

.ggds .has-feedback.form-group::before,
.ggds .has-succcess.form-group::before,
.ggds .has-warning.form-group::before,
.ggds .has-error.form-group::before,
.ggds .has-feedback.form-group-lg::before,
.ggds .has-succcess.form-group-lg::before,
.ggds .has-warning.form-group-lg::before,
.ggds .has-error.form-group-lg::before,
.ggds .form-horizontal .has-feedback [class^='col-']::before,
.ggds .form-horizontal .has-feeback [class*=' col-']::before {
  content: '';
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 22px;
  /* Label height + 1px */
  width: 34px;
  height: 34px;
}

@media (min-width: 768px) {
  .ggds .icon-right-5.form-group::before,
  .ggds .icon-right-5.form-group-lg::before {
    right: 5px;
  }
}

.ggds .icon-right-0.form-group::before,
.ggds .icon-right-0.form-group-lg::before {
  right: 1px;
}

.ggds .form-horizontal .has-feedback.form-group::before,
.ggds .form-horizontal .has-feedback.form-group-lg::before,
.ggds .form-horizontal .has-succcess.form-group::before,
.ggds .form-horizontal .has-succcess.form-group-lg::before,
.ggds .form-horizontal .has-warning.form-group::before,
.ggds .form-horizontal .has-warning.form-group-lg::before,
.ggds .form-horizontal .has-error.form-group::before,
.ggds .form-horizontal .has-error.form-group-lg::before {
  top: 1px;
  /* 1px to compensate for input border */
}

.ggds .has-feedback.checkbox.form-group::before,
.ggds .has-feedback.checkbox.form-group-lg::before,
.ggds .has-warning.checkbox.form-group::before,
.ggds .has-warning.checkbox.form-group-lg::before,
.ggds .has-error.checkbox.form-group::before,
.ggds .has-error.checkbox.form-group-lg::before {
  top: auto;
  bottom: -7px;
}

.ggds .form .has-feedback.checkbox.form-group::before,
.ggds .form .has-feedback.checkbox.form-group-lg::before,
.ggds .form .has-warning.checkbox.form-group::before,
.ggds .form .has-warning.checkbox.form-group-lg::before,
.ggds .form .has-error.checkbox.form-group::before,
.ggds .form .has-error.checkbox.form-group-lg::before,
.ggds .form-horizontal .has-feedback.checkbox.form-group::before,
.ggds .form-horizontal .has-feedback.checkbox.form-group-lg::before,
.ggds .form-horizontal .has-warning.checkbox.form-group::before,
.ggds .form-horizontal .has-warning.checkbox.form-group-lg::before,
.ggds .form-horizontal .has-error.checkbox.form-group::before,
.ggds .form-horizontal .has-error.checkbox.form-group-lg::before {
  bottom: 2px;
}

.ggds .has-feedback.checkbox.form-group .help-block,
.ggds .has-feedback.checkbox.form-group-lg .help-block,
.ggds .has-warning.checkbox.form-group .help-block,
.ggds .has-warning.checkbox.form-group-lg .help-block,
.ggds .has-error.checkbox.form-group .help-block,
.ggds .has-error.checkbox.form-group-lg .help-block {
  padding-right: 25px;
}

.ggds .form-inline .form-group.has-feedback {
  margin-bottom: 15px;
}

.ggds .has-feedback.form-group::before,
.ggds .has-success.form-group::before,
.ggds .has-warning.form-group::before,
.ggds .has-error.form-group::before {
  width: 34px;
  height: 34px;
}

.ggds .has-feedback.form-group-lg::before,
.ggds .has-success.form-group-lg::before,
.ggds .has-warning.form-group-lg::before,
.ggds .has-error.form-group-lg::before {
  width: 44px;
  height: 44px;
}

.ggds .has-feedback.form-group .form-control {
  padding-right: 0.65rem;
}

.ggds .has-feedback.form-group-lg .form-control {
  padding-right: 1rem;
}

.ggds .has-autocomplete.form-group .form-control,
.ggds .has-success.form-group .form-control,
.ggds .has-warning.form-group .form-control,
.ggds .has-error.form-group .form-control {
  padding-right: 25px;
}

.ggds .has-autocomplete.form-group .form-control {
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: center right 0.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzIgMzIiPg0KPHBhdGggZmlsbD0iIzk5OSIgZD0iTTAuMjEzIDMwLjc1OWw3LjcwNy03LjcwOGMtMi4yMDMtMi40NDktMy41NTctNS42NzgtMy41NTctOS4yMzMgMC03LjYzMSA2LjE4NS0xMy44MTggMTMuODE4LTEzLjgxOCA3LjYzMSAwIDEzLjgxOCA2LjE4NyAxMy44MTggMTMuODE4IDAgNy42MzMtNi4xODcgMTMuODE4LTEzLjgxOCAxMy44MTgtMy41NTQgMC02Ljc4NC0xLjM1Mi05LjIzMy0zLjU1N2wtNy43MDcgNy43MDdjLTAuMTMyIDAuMTMzLTAuMzE0IDAuMjEzLTAuNTE0IDAuMjEzLTAuNDAzIDAtMC43MjgtMC4zMjUtMC43MjgtMC43MjggMC0wLjIgMC4wODEtMC4zODIgMC4yMTMtMC41MTN6TTE4LjE4MiAyNi4xODNjNi44MjggMCAxMi4zNjQtNS41MzYgMTIuMzY0LTEyLjM2NSAwLTYuODI4LTUuNTM2LTEyLjM2NC0xMi4zNjQtMTIuMzY0cy0xMi4zNjQgNS41MzYtMTIuMzY0IDEyLjM2NGMwIDYuODI5IDUuNTM2IDEyLjM2NSAxMi4zNjQgMTIuMzY1eiI+PC9wYXRoPg0KPC9zdmc+);
  transition: background 0.25s ease-in-out;
}

.ggds .has-autocomplete.has-error.form-group .form-control,
.ggds .has-autocomplete.has-success.form-group .form-control,
.ggds .has-autocomplete.has-warning.form-group .form-control,
.ggds .has-autocomplete.form-group .form-control:focus {
  background-image: none;
}

.ggds .has-success .form-control {
  border-color: #b5b5b5;
  background-image: none;
  /* To avoid overlapping icons */
}

.ggds .has-success.form-group::before {
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: center right 0.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==) !important;
}

.ggds .has-error .form-control {
  border-color: #dd5353;
  background-image: none;
  /* To avoid overlapping icons */
}

.ggds .has-error.form-group::before {
  background-repeat: no-repeat;
  background-size: 1.15rem 1.15rem;
  background-position: center right 0.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyAzMiI+DQo8cGF0aCBmaWxsPSIjZGQ1MzUzIiBkPSJNMTMuNzE0IDIuMjg2cTMuNzMyIDAgNi44ODQgMS44Mzl0NC45OTEgNC45OTEgMS44MzkgNi44ODQtMS44MzkgNi44ODQtNC45OTEgNC45OTEtNi44ODQgMS44MzktNi44ODQtMS44MzktNC45OTEtNC45OTEtMS44MzktNi44ODQgMS44MzktNi44ODQgNC45OTEtNC45OTEgNi44ODQtMS44Mzl6TTE2IDI0LjU1NHYtMy4zOTNxMC0wLjI1LTAuMTYxLTAuNDJ0LTAuMzkzLTAuMTdoLTMuNDI5cS0wLjIzMiAwLTAuNDExIDAuMTc5dC0wLjE3OSAwLjQxMXYzLjM5M3EwIDAuMjMyIDAuMTc5IDAuNDExdDAuNDExIDAuMTc5aDMuNDI5cTAuMjMyIDAgMC4zOTMtMC4xN3QwLjE2MS0wLjQyek0xNS45NjQgMTguNDExbDAuMzIxLTExLjA4OXEwLTAuMjE0LTAuMTc5LTAuMzIxLTAuMTc5LTAuMTQzLTAuNDI5LTAuMTQzaC0zLjkyOXEtMC4yNSAwLTAuNDI5IDAuMTQzLTAuMTc5IDAuMTA3LTAuMTc5IDAuMzIxbDAuMzA0IDExLjA4OXEwIDAuMTc5IDAuMTc5IDAuMzEzdDAuNDI5IDAuMTM0aDMuMzA0cTAuMjUgMCAwLjQyLTAuMTM0dDAuMTg4LTAuMzEzeiI+PC9wYXRoPg0KPC9zdmc+DQo=);
}

.ggds .has-warning .form-control {
  border-color: #f6a93c;
  background-image: none;
  /* To avoid overlapping icons */
}

.ggds .has-warning.form-group::before {
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: center right 0.75rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+DQo8cGF0aCBmaWxsPSIjZjZhOTNjIiBkPSJNMTguMjg2IDI0LjU1NHYtMy4zOTNxMC0wLjI1LTAuMTctMC40MnQtMC40MDItMC4xN2gtMy40MjlxLTAuMjMyIDAtMC40MDIgMC4xN3QtMC4xNyAwLjQydjMuMzkzcTAgMC4yNSAwLjE3IDAuNDJ0MC40MDIgMC4xN2gzLjQyOXEwLjIzMiAwIDAuNDAyLTAuMTd0MC4xNy0wLjQyek0xOC4yNSAxNy44NzVsMC4zMjEtOC4xOTZxMC0wLjIxNC0wLjE3OS0wLjMzOS0wLjIzMi0wLjE5Ni0wLjQyOS0wLjE5NmgtMy45MjlxLTAuMTk2IDAtMC40MjkgMC4xOTYtMC4xNzkgMC4xMjUtMC4xNzkgMC4zNzVsMC4zMDQgOC4xNjFxMCAwLjE3OSAwLjE3OSAwLjI5NXQwLjQyOSAwLjExNmgzLjMwNHEwLjI1IDAgMC40Mi0wLjExNnQwLjE4OC0wLjI5NXpNMTggMS4xOTZsMTMuNzE0IDI1LjE0M3EwLjYyNSAxLjEyNS0wLjAzNiAyLjI1LTAuMzA0IDAuNTE4LTAuODMgMC44MjF0LTEuMTM0IDAuMzA0aC0yNy40MjlxLTAuNjA3IDAtMS4xMzQtMC4zMDR0LTAuODMtMC44MjFxLTAuNjYxLTEuMTI1LTAuMDM2LTIuMjVsMTMuNzE0LTI1LjE0M3EwLjMwNC0wLjU1NCAwLjgzOS0wLjg3NXQxLjE2MS0wLjMyMSAxLjE2MSAwLjMyMSAwLjgzOSAwLjg3NXoiPjwvcGF0aD4NCjwvc3ZnPg0K);
}

.ggds .has-warning .text-help,
.ggds .has-warning .text-block,
.ggds .form-group.has-warning .control-label,
.ggds .has-warning label {
  color: #f6a93c;
}

.ggds .has-success .control-label,
.ggds .has-success label {
  color: #3f3f3f;
}

.ggds .form-error-summary {
  border: 1px solid #dd5353;
  color: #fff;
  border-radius: 2px;
  padding: 10px 15px;
  margin: 15px 0;
  background: #dd5353;
  font-size: 1.07142857rem;
}

.ggds .form-error-summary h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 3px 0;
}

.ggds .form-control[disabled],
.ggds fieldset[disabled] .form-control,
.ggds .form-group.disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: #e0e0e0;
  border-color: #b5b5b5;
  transition: all 0.25s ease-in-out;
}

.ggds .radio.disabled label,
.ggds .checkbox.disabled label {
  color: #b5b5b5;
}

.ggds .form-control[readonly] {
  opacity: 1;
  background-color: transparent;
  border-color: #f0f0f0;
  transition: all 0.25s ease-in-out;
  box-shadow: none;
}

.ggds .input-group .form-control,
.ggds .input-group-addon,
.ggds .input-group-btn {
  display: table-cell;
}

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

.ggds .input-group-addon {
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
}

.ggds .input-group-addon:last-child {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ggds .input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ggds .input-group-addon-icon {
  background: #fff;
  border-right-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.ggds .input-group-addon-pre {
  position: relative;
  right: -1px;
  z-index: 10;
}

.ggds .input-group-addon-post {
  position: relative;
  left: -1px;
  z-index: 10;
}

.ggds .has-error .input-group-addon {
  border-color: #dd5353;
}

.ggds .has-success .input-group-addon {
  border-color: #b5b5b5;
}

.ggds .has-success.has-addon::before,
.ggds .has-error.has-addon::before {
  display: none;
}

.ggds .date input {
  border-right: none;
}

.ggds .date .input-group-addon {
  background: #fff;
  padding-right: 8px;
  cursor: pointer;
}

.ggds .date .input-group-addon .fa {
  color: #41aaf2;
  cursor: pointer;
  font-size: 1.5em;
}

.ggds .date .input-group-addon:hover .fa {
  color: #ee4532;
}

.ggds .svg-icon-sm,
.ggds .svg-icon-md,
.ggds .svg-icon-lg {
  display: inline-block;
  fill: #b5b5b5;
}

.ggds .svg-icon-sm {
  width: 20px;
  height: 16px;
  margin-bottom: -4px;
}

.ggds .svg-icon-md {
  height: 20px;
  width: 26px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.ggds .svg-icon-lg {
  width: 40px;
  height: 33px;
  margin-bottom: -5px;
}

.ggds .svg-icon-xl {
  height: 55px;
  width: 70px;
  margin: -20px 0;
}

.ggds .svg-icon-gray {
  fill: #444;
}

.ggds .svg-icon-white {
  fill: #fff;
}

.ggds .svg-icon-primary {
  fill: #1966af;
}

.ggds .svg-icon-info {
  fill: #41aaf2;
}

.ggds .svg-icon-danger {
  fill: #dd5353;
}

.ggds .svg-icon-success {
  fill: #59c86b;
}

.ggds .svg-icon-warning {
  fill: #f6a93c;
}

.ggds .svg-icon-link {
  cursor: pointer;
}

.ggds .svg-icon-link:hover {
  fill: #000;
}

.ggds .fa-info-circle {
  padding: 3px;
}

.ggds .icon.blue {
  fill: #1966af;
}

.ggds .icon.light-blue {
  fill: #ee4532;
}

.ggds .svg-icon-small {
  display: inline-block;
  max-height: 42px;
  max-width: 42px;
}

.ggds .svg-icon-medium {
  display: inline-block;
  max-height: 70px;
  max-width: 70px;
}

.ggds .open-dot, .ggds .close-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 5px;
}

.ggds .open-dot {
  background-color: #59c86b;
}

.ggds .close-dot {
  background-color: #DD5353;
}

.ggds .modal.transparent {
  margin-top: 5%;
  background: transparent;
}

.ggds .modal.transparent .modal-content {
  box-shadow: none;
  background: transparent;
  border: none;
  color: #fff;
  padding-top: 30px;
}

.ggds .modal.transparent .close {
  margin-top: -35px;
}

.ggds .modal.transparent .close:hover {
  opacity: 1;
  color: #41aaf2;
}

.ggds .modal.fil_facet .modal-body {
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
}

.ggds .modal.fil_facet .modal-footer {
  height: 56px;
  border-top: 0;
  margin-top: 0;
  padding: 10px 20px;
}

.ggds .modal-fs .modal-content {
  border: 0 none;
}

.ggds .modal-fs .modal-header {
  padding: 16px;
  color: inherit;
  background-color: #fff;
  border-bottom: 2px solid #1966af;
}

.ggds .modal-fs .fs-close {
  height: 40px;
  margin-right: 0;
  color: #dd5353;
}

.ggds .modal-fs .fs-close:hover {
  color: #a32112;
}

.ggds .modal-fs .modal-body {
  min-height: 93vh;
  padding: 0;
  background-color: #f6f6f6;
}

@media screen and (min-width: 992px) {
  .ggds .modal-fs {
    width: 100%;
    margin: 0;
  }
  .ggds .modal-fs .modal-content {
    min-height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .ggds .modal .modal-fs .modal-body {
    overflow-y: scroll !important;
  }
}

.ggds .navbar .navbar-brand {
  position: relative;
  max-height: 35px;
  max-width: 220px;
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  .ggds .navbar .navbar-brand {
    padding: 5px 15px;
  }
}

.ggds .navbar .navbar-toggle {
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ggds .navbar .nav > li > a {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  padding: 10px 15px;
  margin: 0;
  min-height: 35px;
  line-height: 1;
  font-weight: 500;
  display: block;
}

.ggds .navbar-primary .nav > li > a:focus,
.ggds .navbar-primary .nav > li > a:active {
  background: transparent;
}

.ggds .navbar .nav > li:hover > a:after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #b5b5b5;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -5px;
  z-index: 1006;
}

.ggds .navbar .nav > li > .nav-label .fa {
  margin-left: 10px;
  font-size: 0.75em;
}

.ggds .navbar .dropdown-menu {
  background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
  .ggds .nav.open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
  }
}

@media screen and (min-width: 768px) {
  .ggds .navbar .dropdown-menu {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 260px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top left;
    transition: all 0.15s ease-in;
    box-shadow: -10px 10px 20px -1px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .ggds .navbar li:hover .dropdown-menu {
    z-index: 1;
    transform: scaleY(1);
    visibility: visible;
    opacity: 100;
  }
}

.ggds .navbar .dropdown-menu li {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.ggds .navbar .dropdown-menu li > a {
  display: block;
  padding: 7px 0;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ggds .navbar .dropdown-menu li:first-child > a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ggds .navbar .dropdown-menu > li:hover {
  background-color: #e0e0e0;
  margin-top: -1px;
  border-top: 1px solid #e0e0e0;
}

.ggds .navbar .dropdown-menu > li:hover > a {
  color: #fff;
  background: transparent;
}

.ggds .navbar .dropdown-menu li .fa {
  padding-top: 0.25em;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .ggds {
    /* ---------------------------------------------------------------- */
    /* L2 Menu */
  }
  .ggds .navbar .dropdown-menu-l2 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: auto;
    background-color: #9f9f9f;
    padding: 15px 0;
    margin: 0;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.15);
    transform: scaleX(0);
    transform-origin: top left;
    transition: all 0.2s ease-in;
    transition-delay: 0.25s;
  }
  .ggds .navbar .dropdown-menu > li:hover > .dropdown-menu-l2 {
    z-index: 1;
    transform: scaleX(1);
    visibility: visible;
    opacity: 100;
    transition-delay: 0.25s;
  }
  .ggds .navbar .dropdown-menu-l2 li > a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .ggds .navbar .dropdown-menu-l2 li:first-child > a {
    border-top: 1px rgba(255, 255, 255, 0.1);
  }
  .ggds .navbar .dropdown-menu-l2 li:hover {
    background-color: rgba(255, 255, 255, 0.15);
    margin-top: -1px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .ggds .navbar .dropdown-menu-l2 li:hover > a {
    color: #fff;
    border-color: transparent;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ggds .navbar .navbar-collapse {
    padding: 0;
  }
}

.ggds .navbar-primary .navbar-branding {
  position: relative;
  display: inline-block;
}

.ggds .navbar-primary .nav > li > a {
  cursor: pointer;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 9px 25px 9px 15px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}

.ggds .navbar-primary .nav > li:hover > a {
  background: #2378c8;
  color: #fff;
}

.ggds .navbar-primary .nav > li:hover > a:after {
  background-color: #41aaf2;
}

.ggds .navbar-primary .dropdown-menu {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.ggds .navbar-primary .dropdown-menu li > a {
  display: block;
  padding: 7px 0;
  text-decoration: none;
  color: #1966af;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ggds .navbar-primary .dropdown-menu > li:hover {
  background-color: #41aaf2;
  margin-top: -1px;
  border-top: 1px solid #41aaf2;
}

.ggds .navbar-primary .dropdown-menu > li:hover > a {
  color: #fff;
  background: transparent;
  border-top-color: transparent;
}

@media screen and (max-width: 767px) {
  .ggds .navbar-primary .dropdown-menu li > a {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .ggds {
    /* ---------------------------------------------------------------- */
    /* L2 Menu */
  }
  .ggds .navbar-primary .dropdown-menu-l2 {
    background-color: #41aaf2;
    color: #fff;
  }
  .ggds .navbar-primary .dropdown-menu-l2 li > a {
    color: #fff;
  }
  .ggds .navbar-primary .dropdown-menu-l2 li:hover > a {
    color: #fff;
  }
}

.ggds .navbar-secondary {
  background: #ececec;
  border-bottom: 1px solid #ccc;
}

.ggds .navbar-secondary .nav > li > a {
  font-size: 0.9285714286em;
  color: #696969;
  border-right: 1px solid #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ggds .navbar-secondary .nav > li > a {
    border-top: 1px solid #ccc;
  }
}

.ggds .navbar-secondary .nav > li > a.first {
  border-left: 1px solid #ccc;
}

.ggds .navbar-secondary .nav > li:hover > a {
  background: #fff;
  color: #000;
}

.ggds .navbar-secondary .nav > li:hover > a:after {
  background-color: #3aaebe;
}

.ggds .secondary-nav-label .fa {
  margin-left: 10px;
  font-size: 0.75em;
}

.ggds .navbar-secondary-icon {
  display: inline-block;
  margin: -4px 4px -4px -4px;
  transition: 0.25s all linear;
}

.ggds li:hover .navbar-secondary-icon {
  margin-top: -7px;
  margin-bottom: -1px;
}

@media screen and (min-width: 768px) {
  .ggds {
    /* ---------------------------------------------------------------- */
    /* L2 Menu */
  }
  .ggds .navbar-secondary .dropdown-menu {
    background-color: #f0f0f0;
  }
  .ggds .navbar-secondary .dropdown-menu li > a {
    display: block;
    padding: 7px 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ggds .navbar-secondary .dropdown-menu > li:hover {
    background-color: #3aaebe;
    margin-top: -1px;
    border-top: 1px solid #3aaebe;
  }
  .ggds .navbar-secondary .dropdown-menu > li:hover > a {
    color: #fff;
    background: transparent;
  }
  .ggds .navbar-secondary .dropdown-menu-l2 {
    background-color: #3aaebe;
    color: #fff;
  }
  .ggds .navbar-secondary .dropdown-menu-l2 li > a {
    color: #fff;
  }
  .ggds .navbar-secondary .dropdown-menu-l2 li:hover > a {
    color: #fff;
  }
}

.ggds .navbar-label {
  display: block;
  border: 1px solid transparent;
}

.ggds .navbar-label-sm {
  padding: 0.5em 1em;
  font-size: 13px;
  line-height: 1;
}

.ggds .navbar-horizontal {
  position: relative;
  margin: 0;
  padding-left: 0;
  text-align: center;
}

.ggds .navbar-horizontal .navbar-label {
  padding-top: .75em;
  padding-bottom: .75em;
  line-height: 1;
}

.ggds .navbar-horizontal li {
  display: block;
  margin: 5px;
  vertical-align: bottom;
}

.ggds .navbar-horizontal li .btn {
  display: block;
}

@media screen and (min-width: 768px) {
  .ggds .navbar-horizontal li,
  .ggds .navbar-horizontal li .btn {
    display: inline-block;
  }
}

.ggds .navbar.affix {
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  z-index: 1003;
  width: 100%;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.ggds .pagination li a {
  background: transparent;
  border: 1px solid #41aaf2;
  color: #41aaf2;
  border-radius: 2px;
  margin-right: 8px;
  padding: 7px 15px;
  min-width: 40px;
  text-transform: uppercase;
  line-height: 1;
}

.ggds .pagination li a:hover {
  border: 1px solid #41aaf2;
}

.ggds .pagination li.active a,
.ggds .pagination li.active a:hover {
  background: #41aaf2;
  border: 1px solid #41aaf2;
  color: #fff;
}

.ggds .pagination-sm > li {
  display: inline-block;
  padding: 0 2px;
}

.ggds .pagination-sm > li > a,
.ggds .pagination-sm > li > span {
  padding: 0 6px;
  border: none;
  background: none;
  font-size: 1em;
  border-radius: 25px;
  cursor: pointer;
}

.ggds .pagination-sm > li:first-child > a,
.ggds .pagination-sm > li:last-child > a {
  border-radius: 25px;
  background: #1966af;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  padding: 0 6px 3px 6px;
}

.ggds .pagination-sm > li.disabled a {
  background: #b5b5b5;
  color: #fff;
}

.ggds .nav-vertical {
  transition: all 0.4s ease-in-out;
}

.ggds .nav-vertical.ui-scrollfix {
  max-width: 165px;
  top: 65px;
}

.ggds .nav-vertical.ui-scrollfix.active {
  position: relative;
  bottom: 0;
}

.ggds .nav-vertical .nav {
  background-color: #e0e0e0;
}

.ggds .nav-vertical li a,
.ggds .nav-vertical li :focus {
  color: #41aaf2;
  font-size: 1em;
  font-weight: 500;
  padding: 10px;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #ccc;
}

.ggds .nav-vertical li a:hover,
.ggds .nav-vertical .active {
  color: #000;
  border-left-color: #41aaf2;
  background: #ececec;
}

.ggds .nav-vertical li a:hover {
  color: #dd5353;
}

@media screen and (min-width: 992px) {
  .ggds .small-nav > li {
    padding: 4px 5px;
  }
  .ggds .small-nav > li.borderleft {
    border-left: 1px solid #b5b5b5;
  }
}

.ggds .c-pagination {
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

.ggds .c-pagination .paging_controls {
  text-align: center;
}

.ggds .c-pagination .paging_controls > * {
  display: inline-block;
  vertical-align: top;
}

.ggds .c-pagination .paging_controls li {
  float: left;
  padding-left: 7px;
}

.ggds .c-pagination .pageControlMenu {
  margin-left: -1px;
  margin-right: 2px;
}

.ggds .c-pagination .product_listing {
  color: #696969;
  font-weight: 500;
}

@media (max-width: 767px) {
  .ggds .c-pagination .paging_controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    float: none;
  }
  .ggds .c-pagination .product_listing {
    order: 2;
    margin: 0 auto;
    line-height: 1.2;
  }
  .ggds .c-pagination .mobile_left {
    order: 1;
  }
  .ggds .c-pagination .mobile_right {
    order: 3;
  }
}

@media (min-width: 768px) {
  .ggds .c-pagination {
    padding-left: 0;
    padding-right: 0;
  }
  .ggds .c-pagination .paging_controls {
    text-align: right;
  }
  .ggds .c-pagination .product_listing {
    margin-top: 8px;
  }
  .ggds .c-pagination .product_listing--mobile {
    display: none;
  }
}

.ggds .popover {
  z-index: 9999;
  color: #3f3f3f;
}

.ggds .popover .popover-title {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 0.9rem !important;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 3px;
  line-height: 1.2;
}

.ggds .popover .popover-content {
  white-space: normal;
  font-size: 0.9rem;
  letter-spacing: normal;
  font-weight: 400;
}

.ggds .withripple {
  position: relative;
}

.ggds .ripple-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.ggds .ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transform-origin: 50%;
  opacity: 0;
  pointer-events: none;
}

.ggds .ripple.ripple-on {
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: 0.2;
}

.ggds .ripple.ripple-out {
  transition: opacity 0.1s linear 0s !important;
  opacity: 0;
}

.ggds .c-share {
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .ggds .c-share {
    margin-top: 8px;
    /* match breadcrumbs */
  }
  .ggds .c-share__icons,
  .ggds .c-share__text {
    float: right;
  }
  .ggds .c-share__icons {
    margin-top: 2px;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .ggds .c-share {
    margin-top: 13px;
    /* match breadcrumbs */
  }
}

.ggds .table-striped th {
  padding: 10px 4px;
}

.ggds .table-striped td {
  padding: 8px 4px;
  font-size: 0.95em;
}

.ggds .table-striped tr:nth-child(odd) th,
.ggds .table-striped tr:nth-child(odd) td {
  background: #fdfdfd;
}

.ggds .table-striped tr:nth-child(even) th,
.ggds .table-striped tr:nth-child(even) td {
  background: #efefef;
}

.ggds .table-padded th {
  padding: 15px 8px;
}

.ggds .table-striped td {
  padding: 12px 8px;
}

.ggds .table-striped-body tbody:nth-child(even) tr {
  background-color: #ececec;
}

.ggds .table-compact > tbody > tr > td,
.ggds .table-compact > tbody > tr > th,
.ggds .table-compact > tfoot > tr > td,
.ggds .table-compact > tfoot > tr > th,
.ggds .table-compact > thead > tr > td,
.ggds .table-compact > thead > tr > th {
  padding: 4px 0;
}

.ggds .table-condensed > tbody > tr > td,
.ggds .table-condensed > tbody > tr > th,
.ggds .table-condensed > tfoot > tr > td,
.ggds .table-condensed > tfoot > tr > th,
.ggds .table-condensed > thead > tr > td,
.ggds .table-condensed > thead > tr > th {
  padding: 5px;
}

.ggds .nav-tabs li a {
  border-radius: 0;
  background-color: #f6f6f6;
  color: #41aaf2;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-right: none;
}

.ggds .nav-tabs li.active a:hover,
.ggds .nav-tabs li.active a:focus,
.ggds .nav-tabs li.active a:active,
.ggds .nav-tabs li.active a {
  background: #fff;
  color: #41aaf2;
  border-right: none;
  border-bottom-color: #41aaf2;
}

.ggds .nav-tabs li:last-child a {
  border-right: 1px solid #e0e0e0 !important;
}

.ggds .tab-pane {
  border-width: 0 1px 1px 1px;
  border-color: #e0e0e0;
  border-style: solid;
  background: #fff;
  padding: 15px;
}

.ggds .tile {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0;
  min-height: 140px;
  margin: 0 0 30px 0;
}

.ggds .tile-heading {
  position: relative;
  float: left;
  width: 115px;
  height: 140px;
  border-right: 1px solid #ececec;
  overflow: hidden;
}

.ggds .tile-content {
  margin-left: 115px;
  padding: 12px 15px;
  line-height: 1.3;
}

.ggds .tile-content a {
  color: #41aaf2;
}

.ggds .tile h5 {
  margin: 0;
}

.ggds .tile p {
  margin: 2px 0;
}

.ggds .marg-top-5.infocallout {
  margin-top: 5px;
}

.ggds .infocallout-lg {
  padding: 15px;
}

.ggds .infocallout-xs {
  padding: 5px 10px;
}

.ggds .infocallout + .infocallout {
  margin-top: -5px;
}

.ggds .infocallout-info {
  border-left-color: #269aea;
}

.ggds .infocallout-warning {
  border-left-color: #ee9920;
}

.ggds .infocallout-danger {
  border-left-color: #d13b3b;
}

.ggds .infocallout-info h4 {
  color: #269aea;
}

.ggds .infocallout-warning h4 {
  color: #ee9920;
}

.ggds .infocallout-danger h4 {
  color: #d13b3b;
}

.ggds .browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.ggds .text-fancy {
  font-family: "futura-pt", sans-serif !important;
}

.ggds .text-standard {
  font-family: "futura-pt", sans-serif !important;
}

.ggds .text-price {
  font-family: "CompactaSH-BoldItalic", sans-serif !important;
  font-weight: 500;
}

.ggds .text-regular {
  text-transform: none;
}

.ggds .lineheight-100 {
  line-height: 100%;
}

.ggds .lineheight-120 {
  line-height: 120%;
}

.ggds .lineheight-150 {
  line-height: 150%;
}

.ggds .text-bonusoffer {
  color: #d7432d;
}

.ggds .text-payback {
  color: #d7432d;
}

.ggds .text-cashback {
  color: #d7432d;
}

.ggds .text-clickcollect {
  color: #1469eb;
}

.ggds .text-advertised {
  color: #d7432d;
}

.ggds .text-onlineonly {
  color: #4ac9be;
}

.ggds .text-newproduct {
  color: #ee32a2;
}

.ggds .text-clearance {
  color: #ff5722;
}

.ggds .heading-section-left {
  text-align: left;
}

.ggds .heading-expandable {
  cursor: pointer;
}

.ggds .heading-expandable .fa {
  line-height: 1.35;
}

.ggds .padd-60 {
  padding: 60px;
}

.ggds .padd-top-60 {
  padding-top: 60px;
}

.ggds .padd-right-60 {
  padding-right: 60px;
}

.ggds .padd-bottom-60 {
  padding-bottom: 60px;
}

.ggds .padd-left-60 {
  padding-left: 60px;
}

.ggds .marg-60 {
  margin: 60px;
}

.ggds .marg-top-60 {
  margin-top: 60px;
}

.ggds .marg-top-60 {
  margin-top: 60px;
}

.ggds .marg-left-60 {
  margin-left: 60px;
}

.ggds .marg-right-60 {
  margin-right: 60px;
}

.ggds .minheight-200 {
  min-height: 200px;
}

.ggds .minheight-250 {
  min-height: 250px;
}

.ggds .minheight-300 {
  min-height: 300px;
}

.ggds .minheight-350 {
  min-height: 350px;
}

.ggds .minheight-400 {
  min-height: 400px;
}

.ggds .minheight-450 {
  min-height: 450px;
}

.ggds .minheight-500 {
  min-height: 500px;
}

.ggds .minheight-550 {
  min-height: 550px;
}

.ggds .minheight-600 {
  min-height: 600px;
}

.ggds .video-responsive {
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
}

.ggds .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
.jq-date:after, .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  font-family: 'ggds-icon';
}
