/**********************

Button styles

***********************/

.pager li>.button,
body button,
body .btn,
body .button {
  box-shadow: none !important;
  outline: 0 !important;
  font-size: 14px;
  border: 1px solid #1fa29c;
  color: #1fa29c;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 4px;
  background: transparent;
}

.btn-default:focus,
.btn-default:active,
.comments-popup .comment-form-inner button:focus,
.comments-popup .comment-form-inner button:active,
.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background: #1fa29c;
  border-color: #1fa29c;
}

.pager li>.button:hover,
body button:hover,
body .btn:hover,
body .button:hover,
.pager li>.button:focus,
body button:focus,
body .btn:focus,
body .button:focus,
body .btn-info:focus,
body .btn-info:active,
body .btn-primary.button:active {
  color: #ffffff;
  background: #1fa29c;
  border-color: #1fa29c;
}

body .btn-small {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*****button-style-2*******/

.button-style-2.btn,
.button-style-2.button {
  color: #ffffff;
  background: #1fa29c;
  border-color: #1fa29c;
  height: 40px;
  line-height: 40px;
  min-width: 120px;
}

.button-style-2.btn:hover,
.button-style-2.btn:active,
.button-style-2.btn:focus,
.button-style-2.button:hover,
.button-style-2.button:focus,
.button-style-2.button:active {
  color: #1fa29c;
  background: #ffffff;
  border-color: #ffffff;
}

/*****button-style-3*******/

.button-style-3.btn,
.button-style-3.button {
  color: #ffffff;
  background: #1fa29c;
  border-color: #1fa29c;
  height: 40px;
  line-height: 40px;
  min-width: 120px;
}

.button-style-3.btn:hover,
.button-style-3.btn:active,
.button-style-3.btn:focus,
.button-style-3.button:hover,
.button-style-3.button:focus,
.button-style-3.button:active {
  color: #1fa29c;
  background: #ffffff;
}

.btn.btn-xs {
  font-size: 12px !important;
  line-height: 25px !important;
  height: 25px !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.back-btn,
.back-to-btn {
  background: url(/themes/custom/gff/components/common/css/../img/Back_Arrow.png) no-repeat left center transparent !important;
  border: none !important;
  color: #4d4d4d !important;
  border: none !important;
  font-weight: 300 !important;
  padding: 0 0 0 23px !important;
  text-transform: uppercase;
}

.back-btn:hover,
.back-to-btn:hover {
  color: #1fa29c !important;
}

body .btn-xs-style {
  font-size: 11px;
  text-transform: uppercase;
  height: 22px !important;
  line-height: 11px !important;
  padding: 1px 9px 0 9px;
  display: flex;
  align-items: center;
}

/* button-style-5 */
.btn.button-style-5 {
  font-size: 12px;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 20px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 500;
  background: #ffffff;
}
.btn.button-style-5:focus {
  background: #ffffff;
  border: 1px solid #1fa29c;
  color: #1fa29c;
}


/* visualisation-btns-block */
.section-content-block:has(.section-content-area > .section-content-area-inner:last-child)+.visualisation-area .visualisation-btns-block,
.section-content-block:has(.source-readmore)+.visualisation-area .visualisation-btns-block {
  padding-top: 32px;
}

.visualisation-btns-block {
  margin-bottom: 32px;
}

/* arrow-btn */
.goto-details-page-link {
  font-size: 0;
  width: 23px;
  height: 23px;
  background: url(/themes/custom/gff/components/common/css/../img/arrow-btn/arrow_default.png) no-repeat center center transparent;
  display: block;
}

.goto-details-page-link:hover {
  background-image: url(/themes/custom/gff/components/common/css/../img/arrow-btn/arrow_hover.png);
}

/* page back btn */

.basic-type-page .page-back-btn-block {
  position: absolute;
  top: 30px;
  right: 0;
}

.basic-type-page .contextual-region .page-back-btn-block {
  top: -50px;
}

.page-back-btn-block .page-back-btn {
  font-size: 0;
  background: url(/themes/custom/gff/components/common/css/../img/page-back/Back_button_default.png) no-repeat center center transparent;
  display: block;
  width: 77px;
  height: 26px;
}

.page-back-btn-block .page-back-btn:hover {
  background-image: url(/themes/custom/gff/components/common/css/../img/page-back/Back_button_hover.png);
}

/***************************

Responsive

**************************/

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {

  .pager li>.button,
  body button:not(.navbar-toggle),
  body .btn,
  body .button {
    height: 30px;
    line-height: 30px;
  }

  .visualisation-btns-block {
    margin-bottom: 20px;
    margin-top: 25px;
    padding-top: 0 !important;
  }
}
