/* Dodatkowy plik css dla wszystkich domen w tej instancji */

/* zmiany do pliku css genesys

.cx-sidebar .cx-sidebar-button {
	height: 80px;
	padding: 25px 12px 12px 8px;
	background-color: #B61929;
}

.cx-sidebar .cx-icon {
    height: 34px !important;
    width: 34px !important;
}

.cx-sidebar-button .name {
	color: #FFFFFF !important;
	font-weight: 300 !important;
	padding-left: 28px !important;
	top: -12px !important;
	font-size: 20px !important;
}

.cx-svg-icon-tone1 {
	fill: #FFFFFF !important;
}

.cx-widget .cx-sidebar .px32 .preset-blue .cx-theme-light .cx-desktop .cx-position-right {
	width: 60px; !important;
}

.cx-webchat .cx-alert {
	color: #b61929 !important;
}
.cx-widget.cx-theme-light .cx-svg-icon-tone1 {
    fill: #FFFFFF !important;
}

.cx-channel-selector .cx-channels .cx-channel .cx-svg-icon-tone1 {
    fill: #B61929 !important;
}

.cx-widget.cx-theme-light .cx-buttons-window-control .cx-svg-icon-tone1, .cx-widget.cx-theme-light .cx-input-icon-overlay .cx-svg-icon-tone1 {
	fill: #B61929 !important;
}

 */

/*
.cx-widget.cx-theme-light .cx-btn-primary {
    color: #ffffff !important;
    border-color: #95c11f !important;
    background: #95c11f !important;
}
.cx-widget.cx-theme-light .cx-titlebar .cx-title {
    color: #FFFFFF !important;
}

.cx-widget.cx-theme-light {
	color: #FFFFFF !important;
	background-color: #b61929 !important;
	
}

.cx-common-container.cx-overlay.cx-desktop .cx-titlebar .cx-title {
	color: #FFFFFF !important;
}

.cx-channel-selector .cx-channels .cx-channel:hover {
    background-color: #c34b45 !important;
}
*/


/* umożliwienie korzystania z modułu timeline */

.timeline_custom .timeline_custom-item::after, .timeline_custom .timeline_custom-item::before {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

.timeline_custom {
  margin: 30px auto;
  padding: 0 10px;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%;
}

.timeline_custom::before {
  background: #E6E6E6;
  content: '';
  height: 90%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 3px;
}

.timeline_custom::after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}

.timeline_custom a {
  color: #000000;
  font-weight: bold;
  transition: all 0.25s ease-in;
}

.timeline_custom a:hover {
  box-shadow: 0 1px 0px 0px #000000;
  transition: all 0.25s ease-in;
}

.timeline_custom .timeline_custom-item {
  margin-bottom: 20px;
  position: relative;
}

.timeline_custom .timeline_custom-item .timeline_custom-icon {
  background: #b61929;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  left: 50%;
  margin-left: -28px;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.timeline_custom .timeline_custom-item .timeline_custom-icon img,
.timeline_custom .timeline_custom-item .timeline_custom-icon svg {
  left: 15px;
  position: relative;
  top: 11px;
}

.timeline_custom .timeline_custom-item .timeline_custom-icon svg {
  top: 14px;
}

.timeline_custom .timeline_custom-item .timeline_custom-content {
  padding: 16px;
  text-align: right;
  transition: all 0.25s ease-in;
  width: 45%;
  background: transparent;
}

.timeline_custom .timeline_custom-item .timeline_custom-content p {
  color: #000000;
}

.timeline_custom .timeline_custom-item .timeline_custom-content p {
  font-size: 16px !important;
  line-height: 0.9;
  margin-bottom: 0;
}

.timeline_custom .timeline_custom-item .timeline_custom-content .timeline_custom-content-date {
  font-size: 1rem !important;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

.timeline_custom .timeline_custom-item .timeline_custom-content .timeline_custom-content-month {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
}

.timeline_custom .timeline_custom-item .timeline_custom-content.right {
  float: right;
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  .timeline_custom {
    margin: 30px;
    padding: 0;
    width: 90%;
  }
  .timeline_custom::before {
    left: 0;
  }
  .timeline_custom .timeline_custom-item .timeline_custom-content {
    float: right;
    text-align: left;
    width: 90%;
  }
  .timeline_custom .timeline_custom-item .timeline_custom-content::before, .timeline_custom .timeline_custom-item .timeline_custom-content.right::before {
    border-left: 0;
    border-right: 7px solid #000000;
    left: 10%;
    margin-left: -6px;
  }
  .timeline_custom .timeline_custom-item .timeline_custom-icon {
    left: 0;
  }
}


.product-feature-section {
  background: #e6e6e6;
  padding: 1rem;
}

.product-feature-section-outer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 40em) {
  .product-feature-section-outer {
    max-width: 75%;
  }
}

.product-feature-section-headline {
  margin-bottom: 2rem;
  text-align: center;
}

.product-feature-section-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-feature-section-feature {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-feature-section-feature.top-left {
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.product-feature-section-feature.top-right {
  border-bottom: 1px solid #cacaca;
}

.product-feature-section-feature.bottom-left {
  border-right: 1px solid #cacaca;
}

.product-feature-section-feature .feature-title {
  margin-bottom: 0;
  line-height: 16px;
  font-size: 0.875rem;
}

.product-feature-section-feature .feature-desc {
  margin-bottom: 0;
}

.product-feature-section-feature .fa {
  margin-right: 1.25rem;
  font-size: 2rem;
}

@media print, screen and (min-width: 40em) {
  .product-feature-section-feature {
    padding: 2rem;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}


@media print, screen and (min-width: 48em){
span.custom-tooltip__tooltip-text {
	max-width: 300px;
	width: 300px;
}
}
