﻿.myAdminForm {
  background: #fafafa;
}
.myAdminForm h1,
.myAdminForm h2,
.myAdminForm h3 {
  color: #000000 !important;
}
.myAdminForm .btn.btn-primary {
  background-color: #2db3ff;
  border: none;
}
.myAdminForm .btn.btn-primary:hover {
  background-color: #007ec6;
}

.tblMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #000000;
  padding: 10px 0;
}
.tblMenu a {
  padding: 0px 20px;
  color: #fafafa !important;
  text-decoration: none !important;
  transition: all 0.25s ease;
}
.tblMenu a:hover {
  color: #c7c7c7 !important;
}

.admin-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}
.admin-header-wrapper .logo {
  font-weight: bold;
}
.admin-header-wrapper .logo img {
  margin-right: 10px;
}

.admin-content {
  margin-top: 20px;
}

.blog-admin .k-listview {
  border-radius: 10px;
  height: calc(100vh - 300px);
  overflow: auto;
  padding: 10px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.17);
  border: none;
}
.blog-admin .k-listview::-webkit-scrollbar-track {
  background-color: #cacaca;
}
.blog-admin .k-listview::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #cacaca;
}
.blog-admin .k-listview::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.blog-admin .k-listview .k-listview-content {
  height: auto;
  width: auto;
  overflow: hidden;
}
.blog-admin .k-listview .k-listview-item {
  height: auto;
  width: 100%;
  margin: 0;
  margin-bottom: 14px;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}
.blog-admin .k-listview .k-listview-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.blog-admin .k-listview .product {
  text-align: center;
  width: 100%;
}
.blog-admin .k-listview .product img {
  width: 100px;
  margin-bottom: 10px;
}

#blogEditor {
  height: calc(100vh - 300px);
  overflow: auto;
  padding: 10px;
  overflow-x: hidden;
  background-color: #fafafa;
  font-size: 14px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
}
#blogEditor::-webkit-scrollbar-track {
  background-color: #cacaca;
}
#blogEditor::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #cacaca;
}
#blogEditor::-webkit-scrollbar-thumb {
  background-color: #000000;
}
#blogEditor #blogPicture {
  width: 100%;
  margin-bottom: 10px;
}
#blogEditor table.k-editor {
  height: 400px;
}
#blogEditor label {
  font-weight: bold;
  display: block;
}
#blogEditor .name-wrapper {
  margin-bottom: 8px;
}
#blogEditor .name-wrapper input {
  padding: 4px 8px;
  width: 100%;
  outline: none;
  border: 1px solid #d5d5d5;
}
#blogEditor .id-wrapper {
  font-size: 11px;
  margin: 8px 0;
}
#blogEditor .id-wrapper label {
  display: inline-block;
}
#blogEditor .id-wrapper #blogId {
  display: inline-block;
}
#blogEditor .k-multiselect {
  margin-bottom: 10px;
}

.product {
  text-align: center;
  width: 371px;
}
.product img {
  width: 100px;
}

.k-treeview {
  padding-left: 12px;
}
.k-treeview .k-icon {
  color: #000000;
}

html,
body {
  font-family: "Open Sans";
  overflow-x: hidden;
  /*background: #fff;*/
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

h1 {
  font-weight: bold;
  font-size: 48px;
  margin: 0;
  color: #363636 !important;
}
@media screen and (max-width: 850px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-weight: bold;
  font-size: 32px;
  margin: 0;
  color: #363636 !important;
}
@media screen and (max-width: 850px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  color: #848484;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
h3.alternate {
  font-size: 22px;
  font-weight: 900;
  color: #000000;
}

p {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.8;
}

a {
  color: #000000 !important;
  font-weight: bold !important;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.martop-35 {
  margin-top: 35px;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
}
@media screen and (max-width: 980px) {
  .header {
    height: 53px;
  }
}
.header ::before,
.header ::after,
.header * {
  box-sizing: content-box;
}
.header .header-content {
  max-width: calc(1510px - 16px * 2);
  padding: 0 16px;
  width: calc(100% - 16px * 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
}
.header .header-content .logo-wrapper img {
  width: 126px;
}
@media screen and (max-width: 980px) {
  .header .header-content .logo-wrapper img {
    width: 96px;
  }
}
.header .header-content .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .header .header-content .navigation {
    position: absolute;
    top: 53px;
    left: 0;
    width: calc(100% - 60px);
    height: 0px;
    background-color: #fafafa;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 40px 30px 20px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: all 0.25s ease;
  }
  .header .header-content .navigation.active {
    height: calc(100vh - 53px - 40px - 20px);
    overflow: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.header .header-content .navigation .navigation-item {
  position: relative;
}
@media screen and (max-width: 980px) {
  .header .header-content .navigation .navigation-item {
    width: 100%;
    text-align: right;
  }
}
.header .header-content .navigation .navigation-item .navigation-first-level {
  transition: all 0.25s ease;
  text-transform: uppercase;
}
.header .header-content .navigation .navigation-item .navigation-first-level.non-active {
  opacity: 0.3;
}
.header .header-content .navigation .navigation-item .navigation-first-level.non-active:hover {
  opacity: 1;
}
.header .header-content .navigation .navigation-item p {
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.header .header-content .navigation .navigation-item p a {
  color: #000000 !important;
  text-decoration: none;
}
.header .header-content .navigation .navigation-item p::before {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000000;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.25s ease;
}
@media screen and (max-width: 980px) {
  .header .header-content .navigation .navigation-item.expandable p {
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
    margin-right: 0;
  }
}
.header .header-content .navigation .navigation-item.expandable img.arrow {
  position: relative;
  top: -3px;
  transition: all 0.25s ease;
  margin-left: 4px;
}
@media screen and (max-width: 980px) {
  .header .header-content .navigation .navigation-item.expandable img.arrow {
    top: unset;
    margin-right: 6px;
  }
}
.header .header-content .navigation .navigation-item.expandable.submenu-active img.arrow-menu {
  transform: rotate(180deg);
}
.header .header-content .navigation .navigation-item:hover:not(.expandable) p::before {
  opacity: 1;
  bottom: -5px;
}
.header .header-content .navigation .navigation-item.active p::before {
  opacity: 1;
  bottom: -5px;
}
.header .header-content .navigation .navigation-item:not(:nth-last-of-type(1)) {
  margin-right: 80px;
}
@media screen and (max-width: 1240px) {
  .header .header-content .navigation .navigation-item:not(:nth-last-of-type(1)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .header .header-content .navigation .navigation-item:not(:nth-last-of-type(1)) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.header .header-content .navigation .navigation-item .submenu {
  position: absolute;
  top: 54px;
  width: 350px;
  transition: all 0.25s ease;
  transform-origin: top;
  transform: scaleY(0);
}
@media screen and (max-width: 980px) {
  .header .header-content .navigation .navigation-item .submenu {
    position: relative;
    width: 100%;
    top: 10px;
    text-align: right;
    transform: scaleY(1);
    overflow: hidden;
    max-height: 0;
  }
}
.header .header-content .navigation .navigation-item .submenu.active {
  transform: scaleY(1);
}
@media screen and (max-width: 980px) {
  .header .header-content .navigation .navigation-item .submenu.active {
    max-height: 1200px;
  }
}
.header .header-content .navigation .navigation-item .submenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300vw;
  transform: translateX(-100vw);
  height: 100%;
  padding-bottom: 20px;
  background: #fafafa;
  box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.2);
}
@media screen and (max-width: 980px) {
  .header .header-content .navigation .navigation-item .submenu::before {
    display: none;
  }
}
.header .header-content .navigation .navigation-item .submenu a {
  position: relative;
  display: inline-block;
}
.header .header-content .navigation .navigation-item .submenu a::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  opacity: 0;
  border-radius: 50%;
  background: #000000;
  transition: all 0.25s ease;
}
.header .header-content .navigation .navigation-item .submenu a:hover::before {
  left: -10px;
  opacity: 1;
}
.header .header-content .navigation .navigation-item .submenu p {
  font-weight: 400;
  display: inline-block;
  cursor: unset;
}
.header .header-content .navigation .navigation-item .submenu p:not(:nth-last-of-type(1)) {
  margin-bottom: 14px;
}
.header .header-content .navigation .navigation-item .submenu p .submenu-collapsable {
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .header .header-content .navigation .navigation-item .submenu p .submenu-collapsable {
    display: inline-flex;
    flex-direction: row-reverse;
  }
}
.header .header-content .navigation .navigation-item .submenu p .submenu-collapsable img {
  transition: all 0.25s ease;
}
@media screen and (max-width: 980px) {
  .header .header-content .navigation .navigation-item .submenu p .submenu-collapsable img {
    margin-right: 6px;
  }
}
.header .header-content .navigation .navigation-item .submenu p .submenu-collapsable.active img.arrow-submenu {
  transform: rotate(180deg);
}
.header .header-content .navigation .navigation-item .submenu .sub-submenu {
  display: block;
  padding-left: 40px;
  transform-origin: top;
  transition: all 0.25s ease;
  max-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .header .header-content .navigation .navigation-item .submenu .sub-submenu {
    padding-left: 0;
    padding-right: 20px;
  }
}
.header .header-content .navigation .navigation-item .submenu .sub-submenu.active {
  max-height: 1000px;
}
.header .header-content .navigation .navigation-item .submenu .sub-submenu .sub-submenu-item {
  display: inline-block;
}
.header .header-content .navigation .navigation-item .submenu .sub-submenu .sub-submenu-item:not(:nth-last-of-type(1)) {
  padding-bottom: 10px;
}
.header .header-content .navigation .navigation-item .submenu .sub-submenu .sub-submenu-item:nth-of-type(1) {
  padding-top: 10px;
}
.header .header-content .user-login-wrapper {
  display: flex;
  align-items: center;
}
.header .header-content .user-login-wrapper img {
  cursor: pointer;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 980px) {
  .header .header-content .user-login-wrapper img {
    width: 18px;
    height: 18px;
    top: 0;
  }
}
.header .header-content .user-login-wrapper .hamburger-wrapper {
  width: 24px;
  margin-left: 12px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 980px) {
  .header .header-content .user-login-wrapper .hamburger-wrapper {
    display: block;
  }
}
.header .header-content .user-login-wrapper .hamburger-wrapper.active .line:nth-of-type(1) {
  width: 19px;
  margin-left: 2px;
}
.header .header-content .user-login-wrapper .hamburger-wrapper.active .line:nth-of-type(2) {
  width: 19px;
  margin-top: 3px;
  margin-left: 5px;
}
.header .header-content .user-login-wrapper .hamburger-wrapper.active .line:nth-of-type(3) {
  width: 17px;
  margin-top: 3px;
  margin-left: 0px;
}
.header .header-content .user-login-wrapper .hamburger-wrapper .line {
  background-color: #000000;
  height: 3px;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.header .header-content .user-login-wrapper .hamburger-wrapper .line:nth-of-type(1) {
  width: 19px;
  margin-left: 5px;
}
.header .header-content .user-login-wrapper .hamburger-wrapper .line:nth-of-type(2) {
  width: 19px;
  margin-top: 3px;
}
.header .header-content .user-login-wrapper .hamburger-wrapper .line:nth-of-type(3) {
  width: 17px;
  margin-top: 3px;
  margin-left: 4px;
}

.header-spacer {
  height: 85px;
}
@media screen and (max-width: 980px) {
  .header-spacer {
    height: 53px;
  }
}

.footer {
  width: 100%;
  background: #000000;
  box-sizing: content-box;
  margin-top: 40px;
}
.footer .footerContainer {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footerContainer ::before,
.footer .footerContainer ::after,
.footer .footerContainer * {
  box-sizing: content-box;
}
.footer .footerContainer .footer-content {
  width: 100%;
  max-width: 100%;
  padding: 0 16px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 1170px) {
  .footer .footerContainer .footer-content {
    flex-direction: column;
  }
}
.footer .footerContainer .footer-content p {
  color: #fafafa;
}
.footer .footerContainer .footer-content .links {
  line-height: 1.8;
}
.footer .footerContainer .footer-content .links a {
  text-decoration: none;
  color: #fafafa !important;
  position: relative;
}
.footer .footerContainer .footer-content .links a:hover::after {
  right: -30px;
}
.footer .footerContainer .footer-content .links a::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 14px;
  height: 14px;
  background: url("../Images/right-arrow.svg") no-repeat center center;
  transition: all 0.25s ease;
}
.footer .footerContainer .footer-content .links .country {
  display: inline-block;
  margin-right: 172px;
  width: 300px;
}
.footer .footerContainer .footer-content .links .country:nth-of-type(1), .footer .footerContainer .footer-content .links .country:nth-of-type(2) {
  margin-bottom: 36px;
}
@media screen and (max-width: 1170px) {
  .footer .footerContainer .footer-content .links .country {
    margin-bottom: 36px;
  }
}
.footer .footerContainer .footer-content .links .country h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.footer .footerContainer .footer-content .links .country p {
  margin: 0;
}
.footer .footerContainer .footer-content .company {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 1170px) {
  .footer .footerContainer .footer-content .company {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  .footer .footerContainer .footer-content .company {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1170px) {
  .footer .footerContainer .footer-content .company .logo {
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .footer .footerContainer .footer-content .company .social {
    margin-top: 60px;
  }
}
.footer .footerContainer .footer-content .company .social .item {
  margin-top: 12px;
}
.footer .footerContainer .footer-content .company .social a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fafafa;
}
.footer .footerContainer .footer-content .company .social img {
  width: 19px;
  height: 19px;
  margin-right: 15px;
  position: relative;
}
.footer .footerContainer .footer-content .company .social p {
  margin: 0;
}

.yo-container {
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
.yo-container.timeline {
  margin-top: 0;
}
@media screen and (max-width: 850px) {
  .yo-container {
    margin-top: 40px;
  }
}
.yo-container.yo-container-sm {
  width: calc(100% - 16px * 2);
  width: 100%;
  max-width: 1160px;
}
.yo-container.yo-container-md {
  width: calc(100% - 16px * 2);
  width: 100%;
  max-width: 1350px;
}
.yo-container.yo-container-lg {
  width: calc(100% - 16px * 2);
  width: 100%;
  max-width: 1700px;
}
.yo-container.yo-container-fluid {
  width: 100%;
  padding: 0;
}
.yo-container.yo-container-gray {
  background-color: #f5f5f5;
  padding: 30px 0;
}
.yo-container.martop-20 {
  margin-top: 20px;
}
.yo-container.martop-35 {
  margin-top: 35px;
}
.yo-container.no-martop {
  margin-top: 0px;
}

.two-col-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.two-col-layout:not(:nth-last-of-type(1)) {
  margin-bottom: 18px;
}
@media screen and (max-width: 850px) {
  .two-col-layout {
    flex-direction: column;
  }
}
.two-col-layout .yo-col {
  width: calc(50% - 8px);
}
@media screen and (max-width: 850px) {
  .two-col-layout .yo-col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.two-col-layout .text {
  max-width: 465px;
}
@media screen and (max-width: 850px) {
  .two-col-layout .text {
    max-width: 100%;
    order: 1;
  }
}
.two-col-layout .image {
  max-width: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .two-col-layout .image {
    max-width: 100%;
    order: 2;
  }
}
.two-col-layout .image img {
  width: 100%;
  max-width: 570px;
  object-fit: cover;
  transition: all 0.5s ease;
}
.two-col-layout .image img:hover {
  transform: scale(1.15);
}

.yo-button {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
}
.yo-button::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transition: all 0.25s ease;
  z-index: 0;
}
.yo-button.theme-pink::before {
  background: linear-gradient(220deg, #ff00f5 0%, #cc00ff 100%);
}
.yo-button.theme-cyan::before {
  background: linear-gradient(180deg, #00d1ff 0%, #00f0ff 100%);
}
.yo-button.theme-orange::before {
  background: linear-gradient(120deg, #ff6b00 0%, #ff2e00 100%);
}
.yo-button.theme-green::before {
  background: linear-gradient(170deg, #4ae074 0%, #29f462 100%);
}
.yo-button.yo-button-vertical::before {
  transform: translate(-50%, -50%) scale(0);
}
.yo-button.yo-button-vertical a {
  flex-direction: column;
}
.yo-button.yo-button-horizontal::before {
  transform: translate(-50%, -50%) scale(0);
  left: 30px;
}
.yo-button.yo-button-horizontal a {
  flex-direction: row;
}
.yo-button.yo-button-horizontal p {
  margin-top: 0;
  margin-left: 10px;
}
.yo-button a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yo-button:hover.yo-button-vertical.theme-pink::before {
  transform: translate(-30%, -80%) scale(1);
}
.yo-button:hover.yo-button-vertical.theme-cyan::before {
  transform: translate(-70%, -60%) scale(1);
}
.yo-button:hover.yo-button-vertical.theme-orange::before {
  transform: translate(-30%, -70%) scale(1);
}
.yo-button:hover.yo-button-vertical.theme-green::before {
  transform: translate(-60%, -90%) scale(1);
}
.yo-button:hover.yo-button-horizontal.theme-pink::before {
  transform: translate(-40%, -60%) scale(1);
}
.yo-button:hover.yo-button-horizontal.theme-cyan::before {
  transform: translate(-60%, -40%) scale(1);
}
.yo-button:hover.yo-button-horizontal.theme-orange::before {
  transform: translate(-70%, -34%) scale(1);
}
.yo-button:hover.yo-button-horizontal.theme-green::before {
  transform: translate(-40%, -58%) scale(1);
}
.yo-button .icon-wrapper {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.yo-button p {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  margin-top: 11px;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  color: #000000;
}

.header-filler {
  height: 85px;
  background-color: #848484;
}

.techspec {
  /*description*/
  /*index*/
  /*material*/
  /*process*/
  /*type*/
  /*feature*/
  /*feature type*/
  /*color*/
  /*coating*/
  /*        .headerTable .logo {
      max-height: 30px;
      height: 30px;
      text-align: right;
  }*/
}
.techspec .parameters-switch {
  background-color: #000000;
  margin-top: 20px;
  padding: 4px 14px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1020px) {
  .techspec .parameters-switch {
    display: inline-flex;
  }
}
.techspec .parameters-switch img {
  position: relative;
  top: 0px;
}
.techspec .parameters-switch p {
  margin: 0;
  margin-left: 14px;
  font-weight: bold;
  color: #fafafa;
  font-size: 14px;
}
@media screen and (max-width: 1020px) {
  .techspec .col-9 {
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .techspec .col-3 {
    width: 100%;
    top: -100%;
    left: 0;
    z-index: 5000;
    padding: 0;
    background: #000000;
    transition: all 0.3s ease;
    position: fixed;
    top: -120vh;
  }
  .techspec .col-3.active {
    top: 0px;
  }
}
.techspec .mt-4 {
  margin-top: 16px !important;
}
.techspec .mb-4 {
  margin-bottom: 16px !important;
}
.techspec .whiteBox {
  background-color: #000000;
  border-radius: 0;
  box-shadow: none;
  color: #fafafa;
}
.techspec .whiteBox .filterText {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
}
@media screen and (max-width: 1020px) {
  .techspec .whiteBox .filterText {
    width: calc(100% - 136px);
    display: inline-block;
  }
}
.techspec .whiteBox .show-results {
  display: none;
}
@media screen and (max-width: 1020px) {
  .techspec .whiteBox .show-results {
    width: 125px;
    margin-left: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fafafa;
    background: #2db3ff;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 0;
  }
}
.techspec .whiteBox .k-treeview::-webkit-scrollbar-track {
  background-color: #4d4d4d;
}
.techspec .whiteBox .k-treeview::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #4d4d4d;
}
.techspec .whiteBox .k-treeview::-webkit-scrollbar-thumb {
  background-color: #fafafa;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(1) > div {
  color: #2db3ff;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(1) > div .k-treeview-leaf {
  color: #2db3ff;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(1) > div .k-checkbox {
  border-color: #2db3ff;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(1) > div .k-checkbox:checked {
  background-color: #2db3ff;
  background-image: url("../Images/icons/checkbox-white.svg");
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(2) > div {
  color: #ff0f00;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(2) > div .k-treeview-leaf {
  color: #ff0f00;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(2) > div .k-checkbox {
  border-color: #ff0f00;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(2) > div .k-checkbox:checked {
  background-color: #ff0f00;
  background-image: url("../Images/icons/checkbox-white.svg");
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(3) > div {
  color: #adff00;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(3) > div .k-treeview-leaf {
  color: #adff00;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(3) > div .k-checkbox {
  border-color: #adff00;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(3) > div .k-checkbox:checked {
  background-color: #adff00;
  background-image: url("../Images/icons/checkbox-black.svg");
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(4) > div {
  color: #dd26ed;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(4) > div .k-treeview-leaf {
  color: #dd26ed;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(4) > div .k-checkbox {
  border-color: #dd26ed;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(4) > div .k-checkbox:checked {
  background-color: #dd26ed;
  background-image: url("../Images/icons/checkbox-white.svg");
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(5) > div {
  color: #00ff66;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(5) > div .k-treeview-leaf {
  color: #00ff66;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(5) > div .k-checkbox {
  border-color: #00ff66;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(5) > div .k-checkbox:checked {
  background-color: #00ff66;
  background-image: url("../Images/icons/checkbox-black.svg");
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(6) > div {
  color: #ff9900;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(6) > div .k-treeview-leaf {
  color: #ff9900;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(6) > div .k-checkbox {
  border-color: #ff9900;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(6) > div .k-checkbox:checked {
  background-color: #ff9900;
  background-image: url("../Images/icons/checkbox-white.svg");
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(7) > div {
  color: #00ffff;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(7) > div .k-treeview-leaf {
  color: #00ffff;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(7) > div .k-checkbox {
  border-color: #00ffff;
}
.techspec .whiteBox .k-treeview > .k-group > li:nth-of-type(7) > div .k-checkbox:checked {
  background-color: #00ffff;
  background-image: url("../Images/icons/checkbox-black.svg");
}
.techspec .header-table {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  min-height: 75px;
}
.techspec .header-table h1 {
  font-size: 32px;
}
@media screen and (max-width: 1230px) {
  .techspec .header-table h1 {
    font-size: 20px;
  }
}
.techspec .header-table p {
  position: absolute;
  right: 0;
  margin: 0;
  color: #848484;
}
@media screen and (max-width: 1230px) {
  .techspec .header-table p {
    font-size: 14px;
    line-height: 1;
  }
}
.techspec .yo-treelist h1 {
  font-size: 32px;
}
@media screen and (max-width: 1230px) {
  .techspec .yo-treelist h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1020px) {
  .techspec .yo-treelist h1 {
    display: none;
  }
}
.techspec .kendoGrid {
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 85px - 160px) !important;
  font-size: 13px;
}
@media screen and (max-width: 980px) {
  .techspec .kendoGrid {
    height: calc(100vh - 53px - 160px) !important;
  }
}
.techspec .k-grid td,
.techspec .k-grid th {
  text-align: center !important;
}
.techspec .k-grid td:first-child,
.techspec .k-grid th:first-child {
  text-align: left !important;
}
.techspec .red-cell {
  background-color: #b0c4f2;
}
.techspec .boldName {
  font-weight: 900;
}
.techspec .gridTitle {
  font-weight: 300;
  font-size: 32px;
}
.techspec .k-grid {
  font-family: "DejaVu Sans", "Arial", sans-serif;
}
.techspec .k-checkbox {
  /*        background-color:#93c3f1;*/
  border: 2px solid #fafafa;
  background-color: #000000;
  border-radius: 0;
  position: relative;
  top: -2px;
  color: #000000;
  transition: all 0.25s ease;
}
.techspec .k-checkbox:checked {
  background: #fafafa;
  color: #000000;
  background-image: url("../Images/icons/checkbox-black.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.techspec .k-grid a {
  text-decoration: underline;
  color: #0b5ed7 !important;
}
.techspec .k-header .k-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.techspec th:first-child.k-header .k-link {
  justify-content: left;
}
.techspec .page-template {
  position: absolute;
  width: 97%;
  height: 100%;
  top: 14px;
  left: 16px;
  font-family: "DejaVu Sans", "Arial", sans-serif;
  border-bottom: none;
}
.techspec .page-template .header {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  border-bottom: 1px solid #888;
  text-align: center;
  font-size: 18px;
}
.techspec .page-template .logo {
  max-height: 30px;
}
.techspec .page-template .footer {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.techspec .k-pdf-export td {
  /*        white-space: nowrap;*/
}
.techspec .k-pdf-export colgroup > col:nth-child(1) {
  width: 250px !important;
  white-space: nowrap;
}
.techspec .k-pdf-export colgroup > col:nth-child(2) {
  width: 60px !important;
}
.techspec .k-pdf-export colgroup > col:nth-child(3) {
  width: 80px !important;
}
.techspec .k-pdf-export colgroup > col:nth-child(4) {
  width: 140px !important;
}
.techspec .k-pdf-export colgroup > col:nth-child(5) {
  width: 100px !important;
}
.techspec .k-pdf-export colgroup > col:nth-child(6) {
  width: 110px !important;
}
.techspec .k-pdf-export colgroup > col:nth-child(7) {
  width: 170px !important;
}
.techspec .k-pdf-export colgroup > col:nth-child(8) {
  width: 65px !important;
}
.techspec .k-pdf-export colgroup > col:nth-child(9) {
  width: 100px !important;
  white-space: unset !important;
  overflow-wrap: break-word !important;
}
.techspec .k-pdf-export .k-header-column-menu {
  display: none;
}
.techspec .productsGrid .k-pdf-export td {
  font-family: "DejaVu Sans", "Arial", sans-serif;
  font-size: 12px;
  /*            table {
      width: 816px !important;
      max-width: 816px !important;
      min-width: unset !important;
  }*/
}
.techspec .productsGrid .k-pdf-export td .k-grid tr, .techspec .productsGrid .k-pdf-export td .k-grid tr td {
  background-color: white !important;
  color: black;
}
.techspec .productsGrid .k-pdf-export .k-grid tr, .techspec .productsGrid .k-pdf-export .k-grid tr.k-alt {
  background-color: unset !important;
  color: black;
}
.techspec .productsGrid .k-pdf-export col:nth-child(1) {
  width: 20% !important;
  max-width: 20% !important;
}
.techspec .productsGrid .k-pdf-export col:nth-child(2) {
  width: 7% !important;
  max-width: 7% !important;
  text-align: center !important;
}
.techspec .productsGrid .k-pdf-export col:nth-child(3) {
  width: 10% !important;
  max-width: 10% !important;
}
.techspec .productsGrid .k-pdf-export col:nth-child(4) {
  width: 10% !important;
  max-width: 10% !important;
}
.techspec .productsGrid .k-pdf-export col:nth-child(5) {
  width: 10% !important;
  max-width: 10% !important;
}
.techspec .productsGrid .k-pdf-export col:nth-child(6) {
  width: 10% !important;
  max-width: 10% !important;
}
.techspec .productsGrid .k-pdf-export col:nth-child(7) {
  width: 10% !important;
  max-width: 10% !important;
}
.techspec .productsGrid .k-pdf-export col:nth-child(8) {
  width: 10% !important;
  max-width: 10% !important;
  text-align: center !important;
}
.techspec .productsGrid .k-pdf-export col:nth-child(9) {
  width: 13% !important;
  max-width: 13% !important;
}
.techspec .headerTable {
  width: 100%;
  padding: 0px;
  border-spacing: 0;
}
.techspec .headerTable .productName {
  top: 40px !important;
  font-size: 24px;
  background-color: #3c3c3c;
  color: #f1f1f1;
  font-weight: 500;
  vertical-align: middle;
  height: 50px;
  text-align: left;
  margin: 0;
  padding-left: 15px;
  padding-top: 25px;
  width: 70%;
  border-radius: 10px 10px 0px 0px;
}
.techspec .pageHeader {
  position: relative;
  top: 120px;
}
.techspec .pageHeader img {
  position: absolute;
  top: -10px;
  right: 120px;
  max-height: 50px;
  height: 50px;
}
.techspec .pageHeader span {
  right: 25px;
  position: absolute;
  top: -2px;
  font-family: "DejaVu Sans";
  font-weight: bold;
  font-size: 46px;
  letter-spacing: -0.2em;
  color: #575756;
}
.techspec .productTitle {
  font-family: "DejaVu Sans";
  font-size: 32px;
  /*            padding-top: 110px;
  padding-left: 50px;*/
  float: left;
  position: absolute;
  top: 120px;
  left: 50px;
}
.techspec .headerTable .year {
  font-size: 35px;
  font-weight: bold;
  color: #444343;
  text-align: left;
  padding-bottom: 10px;
  font-family: Montserrat, "Arial", sans-serif;
}
.techspec .k-grid-header {
  background: #000000 !important;
}
.techspec .k-grid-header th:nth-of-type(2), .techspec .k-grid-header th:nth-of-type(3) {
  color: #2db3ff !important;
}
.techspec .k-grid-header th:nth-of-type(2) .k-column-title, .techspec .k-grid-header th:nth-of-type(3) .k-column-title {
  color: #2db3ff !important;
}
.techspec .k-grid-header th:nth-of-type(2) .k-icon, .techspec .k-grid-header th:nth-of-type(3) .k-icon {
  color: #2db3ff !important;
}
.techspec .k-grid-header th:nth-of-type(4) {
  color: #ff0f00 !important;
}
.techspec .k-grid-header th:nth-of-type(4) .k-column-title {
  color: #ff0f00 !important;
}
.techspec .k-grid-header th:nth-of-type(4) .k-icon {
  color: #ff0f00 !important;
}
.techspec .k-grid-header th:nth-of-type(5) {
  color: #adff00 !important;
}
.techspec .k-grid-header th:nth-of-type(5) .k-column-title {
  color: #adff00 !important;
}
.techspec .k-grid-header th:nth-of-type(5) .k-icon {
  color: #adff00 !important;
}
.techspec .k-grid-header th:nth-of-type(6) {
  color: #dd26ed !important;
}
.techspec .k-grid-header th:nth-of-type(6) .k-column-title {
  color: #dd26ed !important;
}
.techspec .k-grid-header th:nth-of-type(6) .k-icon {
  color: #dd26ed !important;
}
.techspec .k-grid-header th:nth-of-type(7) {
  color: #00ff66 !important;
}
.techspec .k-grid-header th:nth-of-type(7) .k-column-title {
  color: #00ff66 !important;
}
.techspec .k-grid-header th:nth-of-type(7) .k-icon {
  color: #00ff66 !important;
}
.techspec .k-grid-header th:nth-of-type(8) {
  color: #ff9900 !important;
}
.techspec .k-grid-header th:nth-of-type(8) .k-column-title {
  color: #ff9900 !important;
}
.techspec .k-grid-header th:nth-of-type(8) .k-icon {
  color: #ff9900 !important;
}
.techspec .k-grid-header th:nth-of-type(9) {
  color: #00ffff !important;
}
.techspec .k-grid-header th:nth-of-type(9) .k-column-title {
  color: #00ffff !important;
}
.techspec .k-grid-header th:nth-of-type(9) .k-icon {
  color: #00ffff !important;
}

#treeview {
  height: calc(100vh - 85px - 217px) !important;
  padding-top: 10px;
  color: #fafafa;
}
@media screen and (max-width: 1020px) {
  #treeview {
    height: calc(100vh - 53px - 93px) !important;
  }
}
@media screen and (max-width: 980px) {
  #treeview {
    height: calc(100vh - 53px - 93px) !important;
  }
}
#treeview .k-treeview-leaf {
  background: transparent !important;
}
#treeview .k-treeview-leaf:hover {
  color: #fafafa;
}

.treelist-button {
  margin-bottom: 0;
  margin-top: 20px;
}
.treelist-button .white {
  display: none;
}
@media screen and (max-width: 1020px) {
  .treelist-button {
    margin-top: 10px;
  }
  .treelist-button p {
    color: #fafafa;
  }
  .treelist-button .black {
    display: none;
  }
  .treelist-button .white {
    display: inline-block;
  }
}

.blog .blog-start h2 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: normal;
}
.blog .tag-bar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.blog .tag-bar .input-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 5px 8px;
}
.blog .tag-bar .input-container .k-checkbox {
  box-shadow: none;
  outline: none;
  border: 2px solid #000000;
  background-color: #fafafa;
  border-radius: 0;
  position: relative;
  top: 0px;
  color: #000000;
  transition: all 0.25s ease;
  background-size: 0%;
}
.blog .tag-bar .input-container .k-checkbox::before {
  content: "";
}
.blog .tag-bar .input-container .k-checkbox:checked {
  background: #000000;
  color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
}
.blog .tag-bar .input-container .k-checkbox.checkmark-white:checked {
  background-image: url("../Images/icons/checkbox-white.svg");
}
.blog .tag-bar .input-container .k-checkbox.checkmark-black:checked {
  background-image: url("../Images/icons/checkbox-black.svg");
}
.blog .tag-bar .input-container label {
  font-weight: bold;
  margin-left: 6px;
  color: #3a3a3a;
  cursor: pointer;
  user-select: none;
  line-height: 1;
}
.blog .blog-item {
  padding: 20px 45px;
  margin-bottom: 10px;
  transition: all 0.25s ease;
}
@media screen and (max-width: 578px) {
  .blog .blog-item {
    padding: 16px;
  }
}
.blog .blog-item.opened {
  background-color: #f5f5f5;
}
.blog .blog-item .article-title {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
}
.blog .blog-item .article-date {
  color: #848484;
  margin-bottom: 14px;
  display: block;
}
.blog .blog-item .img-container {
  width: 100%;
  overflow: hidden;
}
.blog .blog-item .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.blog .blog-item .img-container img:hover {
  transform: scale(1.1);
}
.blog .blog-item .tags {
  margin-top: 12px;
}
.blog .blog-item .tags .tags-heading {
  color: #848484;
  font-weight: bold;
  margin: 0;
}
.blog .blog-item .tags .tag-item {
  font-weight: bold;
  color: #3a3a3a;
}
.blog .blog-item .tags hr {
  display: none;
}
@media screen and (max-width: 578px) {
  .blog .blog-item .tags hr {
    display: block;
  }
}
.blog .blog-item .blog-text {
  position: relative;
  top: 0px;
}
.blog .blog-item .more-less-wrapper {
  text-align: right;
}
.blog .blog-item .more-less-wrapper .more-less {
  color: #3a3a3a;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
}
.blog .blog-item .more-less-wrapper .more-less:hover {
  color: #000000;
}
.blog .blog-item .more-less-wrapper .more-less:hover.state-less img {
  top: -10px;
}
.blog .blog-item .more-less-wrapper .more-less:hover.state-more img {
  top: 9px;
}
.blog .blog-item .more-less-wrapper .more-less.state-less img {
  transform: rotate(-90deg);
}
.blog .blog-item .more-less-wrapper .more-less.state-more img {
  transform: rotate(90deg);
}
.blog .blog-item .more-less-wrapper .more-less img {
  transition: all 0.25s ease;
  position: relative;
  top: -1px;
}
.blog .blog-item hr {
  margin: 10px 0;
  border-color: #848484;
}
.blog .blog-item .related-articles .related-articles-heading {
  font-weight: bold;
  margin-bottom: 5px;
  border-color: #848484;
}
.blog .blog-item .related-articles ul li a img {
  transition: all 0.25s ease;
}
.blog .blog-item .related-articles ul li a:hover img {
  margin-left: 10px;
}

.k-grid {
  background-color: #f3f3f3;
  border: none;
}
.k-grid .k-header {
  background: #000000 !important;
}
.k-grid .k-toolbar {
  background-color: #f3f3f3;
  border: none;
}
@media print {
  .k-grid .k-toolbar {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1040px) {
  .k-grid .k-toolbar {
    background: #fafafa;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .k-grid .k-toolbar .k-spacer {
    display: none;
  }
  .k-grid .k-toolbar::before {
    display: none;
  }
}
.k-grid .k-toolbar .k-input {
  width: 300px;
  height: unset;
  padding: 0;
}
@media screen and (max-width: 1040px) {
  .k-grid .k-toolbar .k-input {
    width: 100%;
    background-color: #f3f3f3;
    border: none;
    box-shadow: none !important;
    outline: none;
  }
}
.k-grid .k-toolbar .k-input .k-icon {
  margin-left: 8px;
  color: #000000;
}
.k-grid .k-toolbar .k-input input {
  padding: 9px 8px !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
@media screen and (max-width: 1040px) {
  .k-grid .k-toolbar .k-input input {
    background-color: #f3f3f3;
    width: 100%;
  }
}
.k-grid .k-toolbar .k-button {
  border: none;
  background-color: transparent;
  font-weight: bold;
  color: #000000;
  /*            @media screen and (max-width: 1040px) {
      display: none;
  }*/
}
.k-grid .k-grid-content {
  background-color: #f3f3f3;
}
.k-grid .k-grid-content::-webkit-scrollbar-track {
  background-color: #cacaca;
}
.k-grid .k-grid-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #cacaca;
}
.k-grid .k-grid-content::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.k-grid tr,
.k-grid tr.k-alt {
  background-color: #f3f3f3;
  transition: all 0.25s ease;
}
.k-grid tr:hover,
.k-grid tr.k-alt:hover {
  background-color: #e7e7e7 !important;
}
.k-grid tr td,
.k-grid tr.k-alt td {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #000000;
}
.k-grid tr th,
.k-grid tr.k-alt th {
  background-color: #000000 !important;
  color: #fafafa;
  border: none !important;
  padding: 10px 12px !important;
  font-weight: bold;
}
.k-grid tr th .k-link,
.k-grid tr.k-alt th .k-link {
  font-weight: bold !important;
  color: #fafafa !important;
}

.history-banner {
  height: 640px;
  background: url("../Images/company/history-bann.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .history-banner {
    height: auto;
    background: transparent;
  }
}
.history-banner .yo-container {
  height: 100%;
}
@media screen and (max-width: 850px) {
  .history-banner .yo-container {
    height: auto;
  }
}
.history-banner .yo-container .two-col-layout {
  height: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  .history-banner .yo-container .two-col-layout {
    height: auto;
  }
}
.history-banner .yo-container .two-col-layout .image {
  display: none;
}
@media screen and (max-width: 850px) {
  .history-banner .yo-container .two-col-layout .image {
    display: block;
  }
}

/*.timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  .dots-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    .dot {
      margin: 3px 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: $yo-black;
    }
  }
}

.k-timeline {*/
/*overflow: hidden;
  max-height: 300px;*/
/*transition: all 0.25s ease;
  &.expanded {
    max-height: unset;
  }
  &.k-timeline-vertical,
  &.k-timeline-horizontal {
    &::after {
      border: 1px solid $yo-black;
      background-color: $yo-black;
      width: 1px;
    }
    ul {
      li {
        .k-timeline-flag {
          color: $yo-light;
          background-color: $yo-black;
          border-radius: 0;
          font-size: 16px;
          height: 40px;
          padding: 9px 0;
        }
        .k-timeline-circle {
          width: 11px;
          height: 11px;
          background-color: $yo-lime;
        }
        // DELETE THIS TO SEE PRECISE DATE NEXT TO DOT
        .k-timeline-date-wrap {
          opacity: 0;
        }
        .k-timeline-card:not(.k-collapsed) {
          .k-card-header {
            top: 0;
          }
        }
        .k-card {
          background-color: #f3f3f3;
          color: $yo-black;
          border: none;
          font-size: 14px;
          border-radius: 0;
          width:100%;
          max-width:600px;
          .k-card-inner {
            border-radius: 0;
          }
          .k-card-callout {
            border: none;
            background-color: #f3f3f3;
          }
          .k-card-header {
            background-color: #f3f3f3;
            color: $yo-black;
            font-size: 14px;
            border-radius: 0;
            transition: all 0.25s ease;
            position: relative;
            top: 13px;
            .k-event-title {
              font-weight: bold;
              max-width:inherit;
              overflow:visible;
              display:inline-table;
            }
          }
        }
      }
    }
  }
}*/
.k-timeline-date-wrap {
  display: none;
  visibility: hidden;
}

.k-timeline-vertical {
  padding-left: 35px;
}

.k-card-title {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .k-card-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .k-timeline-card {
    max-width: 100%;
  }
}

.heading-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.heading-icon .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.heading-icon .icon img {
  max-width: 100%;
  max-height: 100%;
}

.locations-texts {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
}
.locations-texts .item {
  min-width: 130px;
  text-align: center;
  margin-bottom: 10px;
}
.locations-texts .item p {
  margin: 0;
}

#timeline {
  max-width: 800px;
  margin: 0 auto;
}

.k-timeline-vertical .k-timeline-card, .k-card {
  min-width: 100%;
  width: 100% !important;
  max-width: 700px !important;
  box-sizing: border-box;
}

.k-timeline-date-wrap {
  display: none;
  visibility: hidden;
}

.k-timeline-vertical {
  padding-left: 35px;
}

.k-card-title {
  font-weight: 600;
  font-size: 18px;
}

.k-card-description {
  text-align: center;
}
.k-card-description p {
  text-align: left;
}

.k-card-image {
  min-width: 100%;
  height: auto;
  margin: 10px 0 7px;
}

.shareLinkTb {
  background-color: #72A0F9 !important;
  font-size: 13px;
}

.shareCloseBtn {
  background-color: #0c569a;
  color: white;
}
.shareCloseBtn:hover {
  background-color: #07345c;
}

.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager {
  display: none;
}

.k-grid .yoGridTools svg path {
  fill: white;
}
.k-grid .yoGridTools a, .k-grid .yoGridTools #shareBtn {
  color: white !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  background-position-x: 5px;
  background-position-y: center;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 23px;
}
.k-grid .yoGridTools a.btnExportExcel, .k-grid .yoGridTools #shareBtn.btnExportExcel {
  background-image: url(/Images/excel-file.svg);
}
.k-grid .yoGridTools a.btnExportPDF, .k-grid .yoGridTools #shareBtn.btnExportPDF {
  background-image: url(/Images/pdf.svg);
  background-blend-mode: luminosity;
}
.k-grid .yoGridTools a.btnShare, .k-grid .yoGridTools #shareBtn.btnShare {
  background-image: url(/Images/share.svg);
  background-blend-mode: luminosity;
}
.k-grid .yoGridTools a:disabled, .k-grid .yoGridTools #shareBtn:disabled {
  pointer-events: unset !important;
  cursor: not-allowed !important;
}

.yoLink {
  color: #0b5ed7 !important;
  text-decoration: underline !important;
}

._camberLink {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
  color: #0b5ed7 !important;
}

.k-pdf-export ._camberLink {
  text-decoration: none !important;
  color: black !important;
}

@media screen and (max-width: 1199px) {
  .k-grid-display-block {
    overflow-x: scroll;
  }
  .gridHeader .row {
    flex-direction: row;
  }
  .gridHeader .col-sm-4, .gridHeader .col-sm-4 span {
    display: block;
    height: auto;
    min-height: 32px;
    width: 100%;
    line-height: 24px;
  }
}
