/*---Standard---*/
/*---BASE---*/
.navPush {
  padding-top: 2rem !important;
}

.products-container {
  margin-top: 4rem;
}

.navbar-toggle {
  position: absolute !important;
  /* float: right; */
  right: 0rem !important;
  top: 3rem !important;
  padding: 9px 10px !important;
  /* margin-top: 8px; */
  /* margin-right: 15px; */
  /* margin-bottom: 8px; */
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.content-wrapper {
  margin-top: 110px;
}

.navbar, .navbar-fixed-top {
  height: 110px !important;
}

.main-menu {
  margin-top: 3rem;
}

.navbar-nav {
  font-size: 1.3rem;
}

body.modal-open {
  overflow: hidden;
}

.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*---LOGIN---*/
.loginContainer {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
}

.forgotPassword {
  font-size: 13px;
  padding-top: 1.2rem;
  color: #555;
}

.forgotPassword a {
  color: #555;
}

/*---NAVIGATION---*/
.kv-sidenav li a {
  border-bottom: 0 !important;
}

/*---NAVBAR---*/
.navbar {
  min-height: 110px;
  border: 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.25);
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.25);
}

#navlogoContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2rem;
}

#navlogoContainer img {
  width: auto;
  height: 6.3rem;
}

#navLogo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navbar-right .tooltip {
  margin-top: -10px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 410px !important;
}

/*---LAYOUT---*/
.fullWidth {
  width: 100%;
}

.noPadding {
  padding: 0 !important;
  margin: 0 !important;
}

.nocolPadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nocolPadding-left {
  padding-left: 0 !important;
}

.row-offset {
  margin-left: -15px;
  margin-right: -15px;
}

.col-no-margin {
  margin-left: -15px;
  margin-right: -15px;
}

.modal-content {
  border-radius: 0 !important;
}

.centreVertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-heading {
  height: 37px;
  font-size: 16px;
  text-align: left;
}

.panel-secondary {
  border-color: #eee;
  overflow: hidden;
}

.panel-heading {
  border-bottom: 0;
}

.panelList li {
  padding-bottom: 1em;
}

.panel-big-title {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.panel-summary .form-group {
  margin-bottom: 0;
}

.panel-body h2 {
  padding-bottom: 0.2em;
}

.panel-pagination .panel, .panel-pagination .panel-default, .panel-pagination ul {
  margin: 0;
  padding: 0;
}

.panel-pagination li {
  margin: 0;
  padding: 0;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

.pagination {
  height: 100% !important;
}

.table-responsive {
  border: 0;
}

.table-responsive th {
  text-align: center;
}

#messageModal input-group {
  float: left;
}

.modal-header {
  max-height: 37px;
  font-size: 16px;
  padding: 10px 15px;
  border-bottom: 0;
}

.modal-body {
  padding: 15px 15px 0 15px;
}

.modal-footer {
  border-top: 0;
}

.bg-danger {
  background: #d9534f;
  color: white;
  font-weight: bold;
}

.tooltip.in {
  opacity: 1;
}

address {
  margin-bottom: 0;
}

.icon-dropdown-fix a {
  float: left;
}

.icon-dropdown-fix .gridview-dropdown .dropdown-menu {
  min-width: 200px;
  margin-top: 20px;
  position: absolute;
  text-align: center;
}

.icon-dropdown-fix .gridview-dropdown button {
  width: 100%;
  margin-bottom: 10px;
}

.icon-dropdown-fix .gridview-dropdown .input-group {
  margin-bottom: 10px;
}

.icon-dropdown-fix .gridview-dropdown i {
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
}

.stylesTooltip {
  position: absolute;
  z-index: 9999;
}

.template-title-container {
  min-height: 36px;
}

/*---CONTENT---*/
.carousel-inner .item img {
  width: 2000px;
  height: 240px;
}

.slider-inner {
  position: relative;
}

.sliderOptions {
  position: absolute;
  z-index: 10000;
  font-size: 1.8em;
  width: 35px;
  top: 50%;
  left: 1em;
  background-color: white;
  top: 1em;
  text-align: center;
  border-radius: 6px;
  opacity: 0.5;
}

.sliderOptions:hover {
  opacity: 1;
}

.slider-preview-container {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.slider-preview-container img {
  max-width: 100%;
}

.glancePanel {
  padding-top: 2em;
  padding-bottom: 2em;
}

.myAccountStats {
  font-size: 1.2em;
}

.myAccountStats td {
  width: 200px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.sub-title {
  margin-top: -3px;
  margin-bottom: 18px;
}

.glanceHeading {
  font-size: 0.9em;
}

h4 {
  margin-top: 0 !important;
  margin-bottom: 20px;
  font-size: 16px;
}

.font12 {
  font-size: 1.2em;
}

.font14 {
  font-size: 1.4em;
}

.template-lg {
  min-height: 346px;
}

.thumbnail h3 {
  font-size: 1.2em;
}

.thumbnail p {
  font-size: 1em;
}

#faqGDO p {
  margin-bottom: 2em;
}

.itemTitle {
  margin: 0;
  font-weight: bold;
}

.supportFAQ p {
  padding-top: 2em;
}

.selectQuantity {
  margin-right: -50px !important;
}

/*---PROGRESS BARS---*/
.progress-container {
  position: relative;
  height: 37px;
  margin-bottom: 15px;
  overflow: hidden;
}

.progress-background, .progress-foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.orderStatus .progress {
  height: 37px;
  margin-bottom: 15px;
}

.orderStatus .progress-bar {
  line-height: 37px;
}

.progress-background .progress {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-background .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eee;
  color: #999;
  border-right: 1px solid #ddd;
}

.progress-background .progress-bar:last-child:after {
  border-right: 0;
}

.progress-foreground {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.progress-foreground .progress {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*---IMAGES---*/
.landingBanner > .thumbnail {
  margin-bottom: 0;
}

.thumbnailImg {
  min-height: 200px;
  text-align: center;
}

.cartImg {
  border: 2px solid;
}

.userStyled .dropdown-menu {
  padding: 0;
  border: none !important;
}

.userStyled .list-group-item {
  cursor: pointer;
}

.userStyled .btn-group {
  display: run-in !important;
}

/*---LINKS/BUTTONS---*/
.btn {
  color: #fff;
}

.btn:hover {
  color: #fff;
}

.btnCustom {
  height: 38px;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.btnCustom h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.btn-warning {
  background: #f18b00;
}

.btn.disabled {
  opacity: 0.6;
}

.btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.btn-flex .btn:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#repeat-order-button {
  margin-top: -5px;
  margin-bottom: 15px;
}

.ordered-item-buttons button {
  min-width: 144px;
  margin-bottom: 15px;
}

.text-like-button {
  line-height: 34px;
}

.iconLink span {
  vertical-align: bottom;
}

a {
  color: #333;
}

a:hover, a:visited {
  text-decoration: none;
}

.helpAnchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.setPermissions {
  padding-left: 6px;
}

.alert-danger {
  background-color: #d9534f;
  color: #fff;
}

/* SLIDER */
.slider-container {
  margin-bottom: 5rem;
  background-color: #F5F5F5;
}

.no-home-slider {
  margin-top: 110px;
  margin-bottom: 5rem;
}

/*---BASKET---*/
.basketPanel .panel-body {
  padding-bottom: 0;
}

.basketContents ul {
  margin: 0;
}

.basketContents .thumbnail {
  border: 0;
  margin-bottom: 0;
}

.basketContents hr {
  margin-top: 0;
  margin-bottom: 10px;
}

.basketInfo li {
  margin-bottom: 1em;
}

.basketSidePanel {
  min-height: 208px;
  padding-top: 1em;
}

.basketLinks {
  line-height: 34px;
}

.basketLinks i {
  font-size: 40px;
}

.basketLinks .filetypes-pdf {
  color: #d9534f;
}

.basketLinks .filetypes-xlsx {
  color: #50b948;
}

.basketContents .form-control {
  width: 80%;
  margin: 0px;
  height: 20px !important;
  padding: 0 12px;
}

.basketButtons {
  padding-top: 0.25em;
  padding-bottom: 0;
}

.cartPackItem {
  background-color: #DFDFDF !important;
  height: 14em;
}

.cartPackItem .thumbnail img {
  height: auto;
  width: 80%;
}

.thumbnail-sm {
  background-color: #DFDFDF;
  height: auto;
  width: 80%;
  margin-top: -1em;
}

.basket-items-fix {
  margin-top: -15px;
}

/*---CKEDITOR---*/
.ckeditor-full {
  margin: -15px -15px -30px -15px;
  overflow: hidden;
}

/*---STRIPE---*/
.middle {
  width: 100%;
  padding: 0;
  text-align: center;
}

.middle input[type="radio"] {
  display: none;
}

.middle input[type="radio"]:checked + .box {
  background-color: #5cb85c;
}

.middle input[type="radio"]:checked + .box span {
  color: white;
}

.middle input[type="radio"] label {
  margin: 0 !important;
}

.middle .box {
  width: 220px;
  height: 100px;
  background-color: #DFDFDF;
  color: #A9A9A9;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.middle .box span {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 1.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.middle .box span:before {
  font-size: 1.2em;
  display: block;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}

.middle .front-end span:before {
  content: '\f121';
}

.middle .back-end span:before {
  content: '\f0f4';
}

/*---FOOTER---*/
#footerPush {
  min-height: 550px;
}

#footer {
  min-height: 22em;
  padding-top: 3em;
  padding-bottom: 2em;
}

#footer h4 {
  padding-bottom: 1em;
}

#footer h5 {
  margin-bottom: 0.2em !important;
}

.cc-note {
  height: 3em;
  line-height: 3em;
}

/*---GUBBINS---*/
.gi-15x {
  font-size: 1.5em;
}

.gi-30x {
  font-size: 3em;
}

.inline {
  display: inline;
}

.bold {
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

.vb-0x {
  margin-bottom: 0px;
}

.vb-15x {
  margin-bottom: 15px;
}

.vb-30x {
  margin-bottom: 30px;
}

.vb-45x {
  margin-bottom: 45px;
}

.vb-60x {
  margin-bottom: 60px;
}

.vbt-15x {
  margin-top: 15px;
}

.vbt-30x {
  margin-top: 30px;
}

.vbt-45x {
  margin-top: 45px;
}

/*---Medium---*/
@media (min-width: 768px) {
  .navbar {
    min-height: 110px;
    border: 0;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.25);
    box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.25);
    padding-bottom: 1rem !important;
  }
  #navlogoContainer {
    margin: 1rem 0;
    padding-top: 2rem;
  }
  #navLogo {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navbar-right .tooltip {
    margin-top: -10px;
  }
  /* center menu on tablets */
  .navbar-nav {
    float: none !important;
    margin: 0 auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .content-wrapper {
    margin-top: 210px;
  }
  .navbar, .navbar-fixed-top {
    height: 210px;
  }
}

/*---Large---*/
@media (min-width: 992px) {
  .navbar-nav {
    float: right !important;
    margin: 0 auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .main-menu {
    margin-top: 4rem !important;
  }
  .navbar-nav {
    font-size: 1.2rem;
  }
  .content-wrapper, .adminAlert {
    margin-top: 140px !important;
  }
  .navbar, .navbar-fixed-top {
    height: 140px !important;
  }
  #navlogoContainer {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

/*---X-Large---*/
/*---X-small---*/
@media (max-width: 380px) {
  #navlogoContainer img {
    width: auto;
    height: 4.3rem;
  }
  #navlogoContainer {
    padding-top: 3rem;
  }
}
/*# sourceMappingURL=content.css.map */