/* ==========================================================================
	FONTS
   =========================================================================== */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html { overflow-y: scroll;}

body {
	background: #d3d3d3;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #616161;
  min-width: 320px;
  padding-top: 45px;
}

.text-green {
  color: #39a74a;
}

.text-blue {
  color: #005fa2;
}

.container {
  max-width: 960px !important;
}

#containerHeader {
  height: 250px;
}

#containerHeader p strong {
  font-weight: 600;
}

#pentahoHome #containerHeader {
  height: auto;
}

.carousel-inner a,
.carousel-inner a:link,
.carousel-inner a:visited,
.other-versions a,
.other-versions a:link,
.other-versions a:visited {
  color: #39a74a;
}

.carousel-inner a:hover,
.carousel-inner a:active,
.carousel-inner a:focus,
.other-versions a:hover,
.other-versions a:active,
.other-versions a:focus {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

p {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

b, strong {
  font-weight: 600;
}

h1 {
	font-size: 45px;
	color: #333333;
  margin-left: -2px;
}

h2 {
  color: #005c99;
  margin-top: 0px;
  font-size: 30px;
}

h3 {
  font-size: 24px;
  color: #39a74a;
  margin-top: 30px;
  margin-bottom: 16px;
}

h2.h2-dark {
  color: #333333;
}

ul {
  font-weight: 400;
}

.backPage ul {
  padding-left: 20px;  
}

.backPage ul li {
  list-style-type: none;
  margin-top: 20px;
}

.backPage ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: -2px 5px 0 -9px;
  border-radius: 50%;
  background-color: #39a74a;
}

.backPage {
  overflow: hidden;
	padding: 0px 0px 0px 0px;
	background: #fff;
	max-width: 1212px;
	margin: 26px auto 30px;
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.15);
	box-shadow: 0px 0px 6px rgba(0,0,0,.15);
  min-width: 250px;
  border-radius: 5px;
}

img {
	max-width: 100%;
}

.backPage > .hr {
  margin: 10px -50px 0px;
  height: 5px;
  background-image: url(../img/hr.png);
  background-repeat: repeat-x;
  position: relative;
}

.backPage > .hr-lighter {
  margin: 0px -50px 0px;
  height: 5px;
  background: #e9e9e9;
  background-image: url(../img/hr.png);
  background-repeat: repeat-x;
}

.backPage > .hr-lighter2 {
  margin: 0px -50px 0px;
  height: 5px;
  background: #fefefe;
  background-image: url(../img/hr.png);
  background-repeat: repeat-x;
}

.backPage > .hr-lighter-reverse {
  margin: 0px -50px 0px;
  height: 5px;
  background-image: url(../img/hr.png);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
  background-repeat: repeat-x;
}

.lightContainer {
  background-color: #e9e9e9;
  margin: 0px auto;
  padding: 40px 0px;
  display: block; 
  position: relative;
}

.lightContainerBack {
  width: 100%;
  background-color: #e9e9e9;
  display: block; 
  position: relative;
}

.whiteContainerBack {
  width: 100%;
  background-color: #fefefe;
  display: block; 
  position: relative;
}

.whiteContainer {
  background: #fefefe;
  margin: 0px auto;
  padding: 40px 0px;
  display: block; 
  position: relative;
  max-width: 960px;
}

#pentaho5-container {
  overflow: hidden;
}

#pentaho5-container h2 {
  padding-bottom: 15px;
}

#pentaho5-container img {
  margin-top: 0px;
}

#pentaho5-content hr {
  height: 6px;
  background-color: #fbbc0d;
  width: 50%;
  margin: -15px 0px 15px 0px;
}

#pentaho5-container .btn {
  margin-top: 20px;
}

.secondRow {
  margin-top: 50px;
}

#containerHeader .col-lg-5 > img {
  margin-top: -10px;
}

#tabs {
  padding-right: 0px;
}

#pentaho5-container .col-lg-5 img {
  margin-top: -130px;
}

#pentaho5-container h2 {
  line-height: 1.2;
}

#pentaho5-container #pentaho5-content > a,
#pentaho5-container #pentaho5-content > a:link,
#pentaho5-container #pentaho5-content > a:visited,
#pentaho5-container #pentaho5-content > a:hover,
#pentaho5-container #pentaho5-content > a:active,
#pentaho5-container #pentaho5-content > a:focus {
  margin: 0;
  padding: 0;
}

#pentaho5-container a:after {
  display: none !important;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn-green {
  background: #34913D;
  color: #fefefe !important;
  text-shadow: none;
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  border: 0;
  font-weight: 500;
  margin-top: 20px;
  display: block;
  text-align: left;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  padding: 8px 15px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  text-decoration: none;
  
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;

}

a.large-button {
  text-decoration: none;
  outline: 0 !important;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #3BA749;
  color: #fff;
  outline: 0;
  
  -webkit-box-shadow: inset 0px 3px 5px 0px #379940;
     -moz-box-shadow: inset 0px 3px 5px 0px #379940;
          box-shadow: inset 0px 3px 5px 0px #379940;
}

.btn-green:active,
.btn-green:hover:active {
  background-color: #34913D;
  color: #fff;
  
  -webkit-box-shadow: inset 0px 3px 5px 0px #2D7A31;
     -moz-box-shadow: inset 0px 3px 5px 0px #2D7A31;
          box-shadow: inset 0px 3px 5px 0px #2D7A31;
}
	
.btn-green img {
  position: absolute;
  right: 10px;
  margin-top: 3px;
}

.small-button-green {
  display: none;
}

#containerHeader .btn-green {
  margin-top: 40px;
}

#downloadList .btn-green {
  margin-top: 0px;
}

.btn-blue {
  padding: 10px 22px;
  border: none;
  font-size: 15px;
  text-shadow: 0 1px rgba(255,255,255,0.3);
  background-color: #005ca7;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#247dc5),color-stop(100%,#015ea9));
  background-image: -webkit-linear-gradient(#247dc5,#015ea9);
  background-image: -moz-linear-gradient(#247dc5,#015ea9);
  background-image: -o-linear-gradient(#247dc5,#015ea9);
  background-image: linear-gradient(#247dc5,#015ea9);
  color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  color: #FFFFFF;
  text-decoration: none;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#015ea9),color-stop(100%,#247dc5));
  background-image: -webkit-linear-gradient(#015ea9,#247dc5);
  background-image: -moz-linear-gradient(#015ea9,#247dc5);
  background-image: -o-linear-gradient(#015ea9,#247dc5);
  background-image: linear-gradient(#015ea9,#247dc5);
}

.large-button {
  width: auto;
  display: inline-block;
  min-width: 122px;
}

.small-button-green {
  margin-bottom: 10px;
}

.small-button {
  display: none;
}

.clear {
  clear:both;
}

.preview-block {
  width: 19%;
  margin-right: 1%;
  float: left;
  cursor: pointer;
  opacity: 0.5;
  border: 1px solid rgba(57,167,74,0);
}

.preview-block.active {
  opacity: 1;
  border: 1px solid rgba(57,167,74,1);
}

.screen-previewer {
  margin-top: 20px;
}

.image-holder:after {
  content: '';
  height: 20px;
  width: 20px;
  background-image: url(../img/more-icon.png);
  background-size: 20px;
  right: -1px;
  bottom: 12px;
  position: absolute;
  display: none;
}

.image-holder { 
  height: 389px;
  position: relative;
}

.image-holder img {
  position: relative;
}

/* ==========================================================================
   Tabs
   ========================================================================== */

#tabs li {
  width: 50%;
}

#tabs li > a {
  font-size: 30px;
  font-weight: 400;
  color: #a5a5a5;
  border: none;
  transition: color .2s linear;
  -moz-transition: color .2s linear;
  -webkit-transition: color .2s linear;
  margin-top: 0px;
}

#tabs li > a:hover,
#tabs li > a:focus {
  background: none;
  color: #333333;
  border: none;
  transition: color .2s linear;
  -moz-transition: color .2s linear;
  -webkit-transition: color .2s linear;
}

#tabs li.active > a {
  color: #333333;
  background: #fff;
  border: none;
  margin-top: 0;
}

#tabs li.active:after {
  width: 100%;
  position: absolute;
  content: '';
  height: 5px;
  background: #333333;
  bottom: 0px;
}

.nav-tabs {
  border-bottom: 1px solid #333333;
}

#tabs-image img {
  max-width: none;
  margin-top: 80px;
}

.tab-content ul {
  margin-left: -20px;
}

#myCarousel {
  margin-top: 20px;
}

.info-bar {
  border: 1px solid rgb(207, 207, 207);
  padding: 10px 20px 20px;
  position: relative;
  border-radius: 0;
  margin-top: 30px;
}

.info-bar a {
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
  line-height: 20px;
  position: relative;
  padding-left: 10px;
}

.info-bar a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: -2px 5px 0 -9px;
  border-radius: 50%;
  background-color: #39a74a;
}

.info-bar:before {
  position: absolute;
  content: '';
  height: 12px;
  width: 100%;
  background: #efefef;
  left: 0;
  top: 0px;
}

.info-bar h1 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333333 !important;
}

.info-bar.info-bar-license a:before {
  display: none !important;
}

.info-bar.info-bar-license a {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .backPage {
    padding: 0;
  } 

  #tabs li > a {
    font-size: 16px !important;
  }

  .btn-green img {
    margin-left: 5px;
  }
}

@media (max-width: 1199px) {

  .darkContainer,
  .darkContainer * {
    text-align: center;  
  }

  .link-marketplacerow {
    text-align: center !important;
    margin-top: 20px;
  }

  .pluginPage .greenRow {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }

  #pentaho5-container .col-lg-5 img {
    margin-top: 10px;
    margin-bottom: -160px;
  }

  #containerHeader {
    height: auto;
  }

  .image-holder {
    margin-top: 50px;
    text-align: center;
    height: auto;
  }

  .screen-previewer {
    width: 100%;
  }

  .image-holder:after {
    content: '';
    height: 0;
    width: 0;
    background-image: none;
    background-size: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }

  #screenshots-description p {
    margin-top: 50px;
  }

  #pentaho5-container .btn {
    margin-top: 10px;
  }

  #pentaho5-container .col-lg-5 {
    text-align: center;
    margin-top: 0px;
  }

  #containerHeader .col-lg-6:last-child,
  #containerHeader .col-lg-5:last-child,
  #containerHeader .pug-london {
    text-align: center;
    margin-top: 30px;
  }

  .btn.btn-header {
    margin-bottom: 20px;
  }

  .pluginPage .btn.btn-header {
    margin-top: 40px !important;
    margin-bottom: 0;
  }

  #tabs-image {
    display: none;
  }

  .large-button,
  .large-link {
    display: none;
  }

  .small-button {
    display: block;
    margin-bottom: 0px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .small-button-green {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .secondRow {
    margin-top: 0px;
  }
}

div.panel-group div.panel div.panel-heading {
  padding: 0;
}

div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle {
  display: block;
  width: 100%;
  outline: 0;
  line-height: 40px;
  padding-left: 10px;
  position: relative;
  font-weight: 400;
  text-decoration:  none;
}

div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/arrow-right.png);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -8px;
}

div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle:hover {
  background: #fff;
}

div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle:not(.collapsed) {
  background: #fff;
  font-weight: 600;
}

div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle:not(.collapsed):before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/arrow-down.png);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -8px;
}

.download-row {
  margin-top: 20px;
  position: relative;
  /*padding-left: 10px;*/
}

#pentahoHome .download-row {
  padding-left: 8px;
}

.other-versions {
  font-size: 13px;
  position: relative;
  margin-top: 35px;
  vertical-align: bottom;
}

.os-title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  text-align:left;
}

.panel-body .col-md-12 {
  padding-left: 22px;
}

#showMobile {
  display: none;
}

#hiddenMobile {
  display: block;
}

#panel-body-with-green,
.contribute-body {
  padding-bottom: 0px;
}

@media (max-width: 480px) {
  div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle {
  }

  div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle:not(.collapsed) {
    background: #fff;
    font-weight: 400;
  }
}

@media (max-width: 1199px) {
  div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle {
    font-size: 16px;
  }

  div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../img/arrow-right.png);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 15px;
  }

  div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle:not(.collapsed):before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../img/arrow-down.png);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 15px;
  }

  #showMobile {
    display: block;
  }

  #hiddenMobile {
    display: none;
  }

  #showMobile .col-lg-8 img {
    display: block;
    margin: 20px auto;
  }

  #showMobile #screenshots-description p {
      margin-top: 10px;
  }

  #showMobile .secondRow .col-lg-4 {
      margin-top: 40px;
  }
}


.carousel {
  position: relative;
}

.panel-body a,
.panel-body a:link,
.panel-body a:visited,
.panel-body a:hover,
.panel-body a:active {
  color: #39a74a;
  font-weight: 500;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  top: -35px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;

  padding: 40px 45px;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-indicators {
  position: relative;
  z-index: 15;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
  height: 50px;
  left: 0;
  margin-bottom: 0;
}

.carousel-indicators li {
  cursor: pointer;
  opacity: 1;
  padding: 10px 30px;
  text-indent: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  border: 0;
  margin: 0;
  color: #7c8289;
  width: auto;
  height: 35px !important;

  transition: color .2s linear;
  -moz-transition: color .2s linear;
  -webkit-transition: color .2s linear;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.carousel-indicators li:hover,
.carousel-indicators li:focus {
  border: 0;
  color: #333333;
  opacity: 1;
  transition: color .2s linear;
  -moz-transition: color .2s linear;
  -webkit-transition: color .2s linear;
}

.carousel-indicators .active,
.carousel-indicators .active:link,
.carousel-indicators .active:visited,
.carousel-indicators .active:hover,
.carousel-indicators .active:active {
  border: 0;
  opacity: 1;
  border: 0;
  background: #fff;
  position: relative;
  color: #333333;
  width: auto;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  font-weight: 400;
}

.carousel-indicators .active:after {
  position: absolute;
  content:'';
  height: 20px;
  width:100%;
  background: #fff;
  left: 0;
  top: 30px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (max-width: 768px) {
  .carousel-indicators li {
  }

  .carousel-indicators {
    width: 100% !important;
    bottom: 20px;
  }
}

@media screen and (min-width: 767px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}



/* ==========================================================================
   Navbar
   ========================================================================== */

.navbar {
  max-width: 1010px;
  margin: auto;
  background: none;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar .dropdown-menu {
  padding-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  background: #fff;
  border-radius: 0 !important;
}

.navbar-brand {
  padding: 0px 15px;
}

.navbar-collapse {
    border-top: 0px solid transparent;
    box-shadow: none;
}

#tryPentaho {
  margin-left: 20px;
  color: #fff;
}

#tryPentaho {
  font-size: 18px;
    color: #fff;
    padding: 10px 22px 9px;
    background-color: #005ca7;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#247dc5),color-stop(100%,#015ea9));
    background-image: -webkit-linear-gradient(#247dc5,#015ea9);
    background-image: -moz-linear-gradient(#247dc5,#015ea9);
    background-image: -o-linear-gradient(#247dc5,#015ea9);
    background-image: linear-gradient(#247dc5,#015ea9);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border: none;
    text-shadow: 0 1px rgba(255,255,255,.3);
    line-height: 1.42857143;
    margin-right: 15px;
    margin-top: 5px;
}

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 4px;
}

@media (max-width: 920px)   {
  #tryPentaho {
    width: 200px;
    margin: 30px auto 0px;
  }

  .navbar .navbar-nav > li > a.dropdown-toggle {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: 0;
  }

  .navbar .navbar-nav > li > a.dropdown-toggle:hover,
  .navbar .navbar-nav > li > a.dropdown-toggle:active,
  .navbar .navbar-nav > li > a.dropdown-toggle:focus {
    background: none;
    box-shadow: none;
  }

  .navbar .dropdown-menu {
    padding: 5px 0 5px 16px;
  }

  .dropdown-menu > li > a {
      font-size: 14px !important;
      font-weight: normal;
  }

  .carousel-inner > .item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-inner > .item .col-lg-8 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent !important;
      background-color: transparent !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
      background-color: #333E48 !important;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  body {
    padding-top: 20px;
  }

  ul.dropdown-menu {
    background: #fff !important;
    font-size: 14px;
  }

  .dropdown-menu > li > a:hover, 
  .dropdown-menu > li > a:focus, .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
      background: #FFF !important;
      color: #333 !important;
  }

  body .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  body .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  body .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #333 !important;
      background: #FFF !important;
  }
}

.row {
    margin-right: 5px;
    margin-left: 5px;
}

@media (max-width: 480px)   {
  h1 {
    font-size: 30px;
  }
}



/* ===========================================================
========================== SPARKL ============================
=========================================================== */

/*#sparkl .backPage {
  background: #0d9be0;
  background: -moz-linear-gradient(left,  #0d9be0 0%, #49bee7 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0d9be0), color-stop(100%,#49bee7));
  background: -webkit-linear-gradient(left,  #0d9be0 0%,#49bee7 100%);
  background: -o-linear-gradient(left,  #0d9be0 0%,#49bee7 100%);
  background: -ms-linear-gradient(left,  #0d9be0 0%,#49bee7 100%);
  background: linear-gradient(to right,  #0d9be0 0%,#49bee7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d9be0', endColorstr='#49bee7',GradientType=1 );
}*/

/*#sparkl h1 {
  color: #fff;
}*/

#sparkl #containerHeader p {
  color: #616161;
}

#sparkl .backPage > .hr {
  margin: 0px -50px 0px;
}

#sparkl #containerHeader {
  margin-bottom: 35px;
  margin-top: 40px;
}

.getStartedNumber {
  margin-top: -4px;
  margin-right: 4px;
  width:32px;
}

.row.marketplace-images {
  margin-top: 30px;
}

/* ===========================================================
========================== PLUGINS ===========================
=========================================================== */

.helpImprove {
  background: #d3d3d3;
  padding: 5px 15px;
  text-align: right;
  font-size: 12px;
  color: #333333;
  border-top: 1px solid #ccc;
}

.helpImprove a,
.helpImprove a:link,
.helpImprove a:visited,
.helpImprove a:hover,
.helpImprove a:active {
  color: #39a74a;
  font-weight: 600;
}

.pluginPage #containerHeader h1 {
  font-size: 45px;
}

.pluginPage #containerHeader h1 strong,
#sparkl #containerHeader h1 strong {
  font-weight: 500;
}

.pluginPage #containerHeader {
  margin-bottom: 35px;
  margin-top: 40px;
}

.pluginPage h5 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 30px;
  line-height: 30px;
  margin-left: -2px;
}

.pluginPage .info-bar {
  margin-top: 15px;
}

.pluginPage .info-bar h6 {
  margin-top: 20px;
}

.pluginPage .info-bar a {
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
  line-height: 20px;
  position: relative;
  padding-left: 10px;
}

.pluginPage .greenRow {
  background: #efefef;
  margin-right: -45px;
  margin-left: -45px;
  padding-left: 18px;
  padding-right: 20px;
  padding-bottom: 30px;
}

.pluginPage .specialTitle {
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d8db;
}

.green-row-hr {
  margin: 0px -20px 40px;
  position: relative;
  padding: 0;
  height: 1px;
  border: none;
  box-shadow: 0 1px 1px rgba(0,0,0,0.06);
  background: #D7D8DB;
  clear: both;
}

.pluginPage p.faq-title {
  font-weight: 300;
  line-height: 30px;
  font-size: 24px;
  color: #7c8289;
  margin-top: 0px;
  margin-bottom: 16px;
}

.pluginPage p.faq-title.secondRow {
  margin-top: 70px;
}

.pluginPage #plugin-description,
.pluginPage .plugin-contribute {
  padding-bottom: 0px;
}

.pluginPage #new-features .first-feature-row .feature-title {
  margin-top: 0px;
}

.pluginPage #new-features .feature-title {
  color: #39A34A;
  font-weight: 300;
  border-bottom: 1px solid #D7D8DB;
  position: relative;
  margin-top: 30px;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 5px;
}

#pdi5-info {
  background: #F1F2F2;
  padding: 10px 5px;
  margin-left: 0px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  margin-bottom: 50px;
}

#pdi5-info .row,
.dev-item .row {
  margin: 0px -15px;
}

.dev-item {
  background: #F1F2F2;
  padding: 10px 5px;
  margin-left: 0px;
  margin-top: 10px;
}

p.in-development-title {
  font-weight: 600;
  margin-bottom: 0px;
}

p.in-development-description {
  font-size: 12px;
  font-weight: 400;
}

.progressbar {
  width: 100%;
  height: 20px;
  background: #fefefe;
  margin-top: 5px;
  color: #39A34A;
  text-align: left;
  font-size: 10px;
  line-height: 20px;
}

.progressbar > span {
  margin-left: 5px;
}

.progressbar > span.specialPercent {
  margin-left: 25px;
}

.progressbar-content {
  height: 20px;
  background: #39A34A;
  color: #fefefe;
  text-align: right;
}

.progressbar-content > span {
  margin-right: 5px;
}

.progressbar-content > span.specialPercent {
  margin-right: -23px;
  color: #39A34A;
}

.bottom-info-links a:link,
.bottom-info-links a:visited,
.bottom-info-links a:hover,
.bottom-info-links a:active {
  font-size: 11px;
  font-weight: 400;
  margin-left: 15px;
  margin-right: 8px;
}

#dev-list h6 {
  margin-top: 0;
}

#search-dev-list {
  border: 0;
  border-bottom: 1px solid #F1F2F2;
  background-image: url(../img/lupa.png);
  background-repeat: no-repeat;
  background-position: right center;
  color: #333333;
}

#search-dev-list:focus,
#search-dev-list:hover {
  border-bottom: 1px solid #39A34A;
  outline: 0;
}

#contribute-list {
  margin-top: 20px;
}

#contribute-list div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle,
#contribute-list div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle:link,
#contribute-list div.panel-group div.panel div.panel-heading h4.panel-title a.accordion-toggle:visited {
  color: #333333;
  font-weight: 300;
  font-size: 13px;
}

#contribute-list .accordion-toggle span.col-md-12 {
  display: block;
  width: 100%;
  padding: 5px 28px;
  font-size: 16px;
  line-height: 22px;
}

#contribute-list .panel-body {
  background: #efefef;
  font-weight: 400;
  font-size: 14px;
}

.main-plugin-download {
  border: 1px solid #efefef;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.main-plugin-header {
  margin-bottom: 25px;
}

.main-plugin-header p.large-button {
  margin-bottom: 0;
}

.main-plugin-title {
  margin-top: 24px;
  color: #333;
  line-height: 38px;
}

.main-plugin-content {
  background: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.main-plugin-footerNotes {
  padding-top: 20px;
}


.main-plugin-footerNotes .col-lg-4 {
  text-align: left;
}

.main-plugin-footerNotes * {
  font-size: 13px;
}

.main-plugin-footerNotes img {
  margin-left: 5px;
}

.main-plugin-content span.contentContext {
  color: #39A34A;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.main-plugin-content ul.featuresList li:first-child {
  margin-top: 0px;
}

.previousDownloadRow {
  background: #efefef;
  padding-top: 7px;
  padding-bottom: 8px;
  margin: 3px 0px;
}
.previousDownloadRow .btn-green {
  margin-top: 0px;
  margin-bottom: 0px;
}
.previousDownloadRow p {
  margin-bottom: 0px;
  margin-top: 5px;
  line-height: 36px;
}

.main-plugin-content ul {
  padding: 0;
  padding-left: 18px;
  margin: 0;
  list-style-position: outside;
}

.main-plugin-content ul li p
{
  margin-left:-5px;
}

#mainConceptsRow,
#mainConceptsRow2 {
  background: #efefef;
  margin-top: 30px;
}

.mainConceptOption {
  background: #e7e7e7;
  text-align: center;
  margin: 12px 0px;
  padding: 10px 0;
  color: #898989;
  position: relative;
}

.mainConceptOption:hover {
  background: #39a34a;
  color: #fefefe;
  cursor: pointer;
}

.mainConceptOption.active {
  background: #39a34a;
  color: #fefefe;
  position: relative;
}

/*.mainConceptOption.active:after {
  border-left: 7px solid #39a34a;
  left: 100%;
}

.mainConceptOption:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 0px solid #e7e7e7;
  border-bottom: 10px solid transparent;
  left: 100%;
  margin-top: 2px; 
  z-index: 0;
}*/

.mainConceptContent {
  display: none;
  margin: 17px;
}

.mainConceptContent.active {
  display: block;
}

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

#contribute-list #accordionPlaces div.panel div.panel-heading h4.panel-title a.accordion-toggle, 
#contribute-list #accordionPlaces div.panel div.panel-heading h4.panel-title a.accordion-toggle:link, 
#contribute-list #accordionPlaces div.panel div.panel-heading h4.panel-title a.accordion-toggle:visited {
  line-height: 20px;
}

.main-plugin-footerNotes a,
.otherVersionDownloadRow a {
  color: #39A34A;
}

.otherVersionDownloadRow p {
  font-size: 12px;
  text-align: right;
}

.otherVersionDownloadRow p a {
  font-size: 12px;
}

.plugin-download-button {
  margin-top: 24px !important;
}

.dropdown-menu > li > a {
    font-size: 13px;
    padding: 0.6em 1.7em;
    font-weight: normal;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #666;
}

@media (max-width: 1199px) {
  .pluginPage .greenRow {
    margin-top: 30px;
  }

  .pluginPage p.faq-title {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .pluginPage p.faq-title.secondRow {
    margin-top: 40px;
  }

  .pluginPage .specialTitle {
    margin-top: 40px;
  }

  .main-plugin-footerNotes .col-lg-4,
  .main-plugin-footerNotes .col-lg-8 {
    text-align: left;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fefefe !important;
      background: #666 !important;
  }

  .otherVersionDownloadRow p {
    text-align: left;
    margin-top: 10px;
  }
}


/* ==========================================================================
  MARKETPLACE
   =========================================================================== */

  .plugin-statistics {
    background: #39A34A;
    border: 2px solid #ebebeb;
    color: #fefefe;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
  }

  .plugin-statistics p.number {
    font-size: 30px;
    margin-bottom: -10px;
    font-weight: 400;
  }

  .plugin-statistics .plugin-statistic {
    border-left: 1px solid #ebebeb;
  }

  .image-holder-marketplace-screens {
    height: auto;
    margin-bottom: 30px;
  }

  .submit-item > a > div {
    min-height: 235px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-item img {
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .submit-title {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 300;
  }

  .submit-description {
    font-size: 16px;
    font-weight: 400;
    margin-top: -10px;
    color: #616161;
  }

  .pluginPage .grayRow {
    background: #d4d4d4;
    margin-right: -45px;
    margin-left: -30px;
    padding-left: 18px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../img/sombrinha.png);
    background-repeat: no-repeat;
    background-position: top -18px center;
  }

  .pluginPage .grayRow p {
    margin-top: 10px;
  }

@media (max-width: 1199px) {
  .plugin-statistics .plugin-statistic {
    border-left: none;
    border-top: 1px solid #ebebeb;
    margin-left: 20px;
    margin-right: 20px;
  }

  #collapseMainTwoLPacks .panel-body {
    padding-bottom: 0px;
  }
}

/* ==========================================================================
  LANGUAGE PACKS
   =========================================================================== */
   
#language-packs #containerHeader .btn {
  margin-top: 10px;
}

a.btn-gray,
a.btn-gray:link,
a.btn-gray:visited {
  background: #cdcdcd;
  color: #3BA749;
  text-shadow: none;
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  border: 0;
  font-weight: 600;
  margin-top: 20px;
  padding: 8px 20px;
  display: block;
  text-align: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #3BA749;


  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.1);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.1);
  box-shadow: 2px 2px 3px rgba(0,0,0,.1);
}


a.btn-gray:hover {
  background: #dedede; /* Old browsers */
  background: -moz-linear-gradient(top,  #dedede 0%, #cdcdcd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #dedede 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #dedede 0%,#cdcdcd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #dedede 0%,#cdcdcd 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #dedede 0%,#cdcdcd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */

  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
  box-shadow: 1px 1px 2px rgba(0,0,0,.1);
  transition: .3s background linear;
  -moz-transition: .3s background linear;
  -webkit-transition: .3s background linear;
}

a.btn-gray:active {
  -webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,.2);
  -moz-box-shadow: inset 2px 2px 5px rgba(0,0,0,.2);
  box-shadow: inset 2px 2px 5px rgba(0,0,0,.2);
}

.currentlyTranslated {
  background: #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 20px;
}

.currentlyTranslated b small {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

#currentlyTranslatedTitle {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}

.currentlyTranslatedTitle {
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  color: #333;
}

.currentlyTranslatedTitle b {
  font-weight: 500;
}

.currentlyTranslated .btn-green {
  margin-top: 0px;
}

.currentlyTranslated .flag {
  margin-top: 5px;
}

.currentlyTranslated .langName {
  margin-top: 6px;
  position: absolute;
  margin-left: 5px;
}

.newLanguage {
    background: #39A34A;
    border: 2px solid #ebebeb;
    color: #fefefe;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: left;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.newLanguage p {
  font-weight: 300 !important;
  margin: 0;
  line-height: 24px;
}

.newLanguage.background-grey {
    background: #f1f2f2;
    color: #707880;
}

.newLanguage b {
  font-weight: 500;
}

.newLanguage .btn {
  display: block;
}

.newLanguage .col-lg-4:last-child,
.newLanguage .col-lg-5:last-child {
  text-align: right;

}

.smaller {
  font-size: 16px;
}

.forkDetails {
  display: block;
  float: left;
  width: 70%;
  width: calc(100% - 45px);
  margin-top: 2px;
  margin-left: 15px;
}

.forkIcon {
  width: 30px;
  display: block;
  float: left;
}

.forkItem {
  margin-bottom: 40px;
  display: block;
  width: 100%;
}

.grayRow h5 {
  line-height: 1.3;
}

#grayRowButtonMarketplace {
  background: #3BA749;
  color: #fefefe !important;
  text-shadow: none;
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  border: 0;
  font-weight: 500;
  margin-top: 20px;
  padding: 8px 20px;
  margin-top: 32px;
  display: block;
  text-align: left;
  position: relative;
  font-size: 12px;
  line-height: 20px;


  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#grayRowButtonMarketplace:hover,
#grayRowButtonMarketplace:focus,
#grayRowButtonMarketplace:active {
  color: #fff;
  background-image: linear-gradient(bottom, #3BA749 49%, #7FB83F 88%);
  background-image: -o-linear-gradient(bottom, #3BA749 49%, #7FB83F 88%);
  background-image: -moz-linear-gradient(bottom, #3BA749 49%, #7FB83F 88%);
  background-image: -webkit-linear-gradient(bottom, #3BA749 49%, #7FB83F 88%);
  background-image: -ms-linear-gradient(bottom, #3BA749 49%, #7FB83F 88%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.49, #3BA749),
    color-stop(0.88, #7FB83F)
  );
  outline: 0;
}

#grayRowButtonMarketplace:active {
  -webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,.2);
  -moz-box-shadow: inset 2px 2px 5px rgba(0,0,0,.2);
  box-shadow: inset 2px 2px 5px rgba(0,0,0,.2);
}

.btn {
  font-weight: 400 !important;
}

#getStartedPropose {
  margin-top: 0px;
}

.lastForkItem {
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .currentlyTranslated .btn {
    margin-top: 10px;
  }

  #startNewLang {
    margin-bottom: 40px;
  }

  .lastForkItem {
    margin-bottom: 20px;
  }

  .forkDetails {
    margin-bottom: 20px;
  }

  #getStartedPropose {
    margin-bottom: 10px;
  }

  .newLanguage {
      text-align: center;
  }

  .newLanguage .col-lg-4 {
    text-align: center !important;
    margin-top: 20px;
  }

}

code {
  color: #000;
  background: #ebebeb;
}

.greenText {
  text-align: right;
  color: #3BA749;
  font-size: 13px;
  line-height: 35px;
}

.marketplaceLinks {
  display: block;
  color: #333333;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 40px;
}

.navbar .navbar-nav > li.open > a.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar .navbar-nav > li > a.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#header-carousel .carousel-inner {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 0;
}

#header-carousel ol.carousel-indicators {
  position: absolute;
  bottom: -15px;
}

#header-carousel ol.carousel-indicators li {
  position: relative;
  cursor: pointer;
  width: 13px;
  height: 13px !important;
  margin: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #39a74a;
  padding: 0;
}

#header-carousel ol.carousel-indicators li.active {
  background: #39a74a;
}

#header-carousel ol.carousel-indicators .active:after {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  background: none;
  left: 0;
  top: 0;
}

#header-carousel .item .highlight-header-special {
  height: 365px;
  margin-top: -20px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  background-image: url(../img/pentaho-world-banner.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}

#header-carousel .item > img {
  min-width: 100%;
}

#header-carousel .item .highlight-header-special#highlight-header-pentahoWorld {
  background-image: url(../img/pentaho-world-banner.jpg);
}

#header-carousel .item .highlight-header-special#highlight-header-marketplace {
  background-image: url(../img/pentaho-marketplace-banner.png);
}

#header-carousel .item .highlight-header-special#highlight-header-pcm14 {
  background: none;
}

#plugin-downloads {
  margin-top: 30px;
}

/* PROJECT MATURITY CLASSIFICATION */

.project-maturity-classification-item-title {
  font-size: 23px;
  line-height: 30px;
  margin-top: 8px;
  display: block;
  color: #39a74a;
  font-weight: 300;
}

.project-maturity-classification-item-title b {
  font-weight: 600;
}

.project-maturity-classification-item-title.text-blue {
  color: #005fa2;
}

/*
p.topLine-pentaho5 {
  font-size: 18px;
  text-transform: uppercase;
  color: #313131;
  font-weight: 600;
  margin-bottom: .5em;
  margin-left: 4px;
}

p.headLine-pentaho5 {
  font-size: 60px;
  font-weight: 300;
  color: #005ca7;
  line-height: 1.05;
  margin: 0;
  margin-bottom: 10px;
}

p.subHeadLine-pentaho5 {
  font-size: 22px;
  line-height: 29px;
  margin: 0 4px 35px;
  position: relative;
  font-weight: 300;
  color: #333;
}

p.subHeadLine-pentaho5:after {
  position: absolute;
  bottom: -25px;
  left: 1px;
  height: 11px;
  width: 175px;
  background: #febe10;
  content: '';
}

#pentaho5-container a,
#pentaho5-container a:link,
#pentaho5-container a:visited {
  color: #005ca7;
  font-size: 24px;
  font-weight: 300;
  margin-left: 5px;
  position: relative;
}

#pentaho5-container a:after {
  content: "";
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background-image: url(../img/right-arrow.svg);
  background-repeat: no-repeat;
  bottom: -3px;
  position: relative;
}

.no-svg #pentaho5-container a:after {
  background-image: url(../img/right-arrow.png);
}

#pentaho5-container a:hover,
#pentaho5-container a:active,
#pentaho5-container a:focus {
  text-decoration: underline;
}
*/


/* ===========================================================
========================== GREY BUTTONS ============================
=========================================================== */


.btn-grey {
  background: #999;
  color: #fefefe !important;
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  border: 0;
  font-weight: 500;
  display: block;
  text-align: left;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  padding: 8px 15px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #999;
  
  -webkit-box-shadow:inset 0px 3px 5px 0px #909090;
  box-shadow:inset 0px 3px 5px 0px #909090;
}


.btn-grey:hover,
.btn-grey:focus {
  color: #fff;
  background: #666;
  border: 1px solid #666;
  box-shadow:none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-grey:active {
  background: #666;
  color: #fff;
  border: 1px solid #666;
  
  -webkit-box-shadow:inset 0px 3px 5px 0px #535353;
  box-shadow:inset 0px 3px 5px 0px #535353;
}
  

.darkContainer {
  background: #D3D3D3;
  padding: 20px 0;
  text-align: left;
  font-size: 16px;
  line-height:24px;
  color: #616161;
  font-weight:400;
  border-top: 1px solid #CCC;
  
}

.link-marketplacerow {
  text-align: right;
}

.txt-greyArea {
  position: relative;
  color: #616161;
  font-size:16px;
  font-weight:400 !important;
  margin: 0;
}

a.link-row{
  font-size:24px;
  font-weight:300 !important;
  color:#39A74A;
  line-height: 24px;
}

a.link-row img {
  width: 16px;
  margin-left: 10px;
}

.launch {
  float:right;
  margin-right:130px;
  width:120px;
}

.launch-button {
 margin-left:60px;
 margin-right:60px;
 margin-bottom:-5px;
 padding: 15px 0px 0px 0px;
}

.separador{
 border-top: 1px solid rgb(207, 207, 207);
 margin-top:10px
 
 }

.btn-grey img {
position: absolute;
right: 12px;
margin-top: 4px;
}


/* ===========================================================
========================== HEADER EXTRAS + LINKS ============================
=========================================================== */

#buttonHeader{
  margin-top: 30px;
}

.btn.btn-header {
  font-size:24px;
  color:#39A74A;
  cursor:pointer;
  background: none;
  border: none;
  border-top: 11px solid #efefef;
  box-shadow: none;
  padding: 0;
  padding-top:12px;
  font-weight: 300 !important;
  display: inline-block;
  border-radius: 0;
  margin-top: 40px;
}

.btn.btn-header:hover {
  text-decoration: underline;
}

.btn.btn-header img {
  position: relative;
  top: -1px;
  margin-left: 10px;
  width: 16px;
}

.pluginPage .btn.btn-header {
  margin-top: 20px;
}

.link-header{
  margin-top: 60px;
}

.marketplace-text {
  padding: 15px 0px 5px;
  position: relative;
  color: #616161;
  font-size:16px;
  text-align:center;
  line-height:24px;
  font-weight:400;
}

.link-marketplacetab{
  font-size:24px;
  font-weight:300;
  color:#39A74A;
  padding-top:12px;
}

.link-tab{
	text-align:center;
	padding:10px 0px 0px 0px;
  }
  
.info-bar-marketplace{
  border: 1px solid rgb(207, 207, 207);
  padding: 10px 20px 10px;
  position: relative;
  border-radius: 0;
  margin-top: 30px;
  }
  
 
.info-bar-marketplace:before {
  position: absolute;
  content: '';
  height: 12px;
  width: 100%;
  background: #efefef;
  left: 0;
  top: 0px;
}

/* ===========================================================
========================== SPARKL PAGE ============================
=========================================================== */

.sparklPage{
  font-size: 30px;
  color: #333333;
  margin-bottom: 30px;
  line-height: 32px;
  margin-left: -2px;
}
  
.sparklPage-Quick {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
}


a.link-popup {
  margin-top: 60px;
  font-size:24px;
  font-weight:300;
}



/* ===========================================================
======================== USER GROUPS =========================
=========================================================== */

.userGroups-list button.dropdown-toggle {
  margin-top: 10px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #cfcfcf;
  text-align: left;
  padding-left: 20px;
  color: #333333;
  font-size: 15px;
  position: relative;
  box-shadow: none
}

.userGroups-list button.dropdown-toggle .caret {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  border-top: 4px solid #333;  
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #666;
  border-color: #666;
  text-shadow: none;
}

.userGroups-list .open button.dropdown-toggle .caret {
  border-top: 4px solid #fff;
}

.userGroups-list ul {
  padding: 0;
}

.userGroups-list ul li {
  margin-top: 0;
}

.userGroups-list ul li:before {
  display: none;
}

.userGroups-list .dropdown-menu {
  min-width: 100%;
  margin-top: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -msie-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
     -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
       -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  max-height: 269px;
  overflow-y: auto;
}

.userGroups-list .dropdown-menu a,
.userGroups-list .dropdown-menu a:link,
.userGroups-list .dropdown-menu a:visited {
  color: #333;
  cursor: pointer;
}

.userGroups-list .dropdown-menu a:hover,
.userGroups-list .dropdown-menu a:active,
.userGroups-list .dropdown-menu a:focus {
  color: #fff;
  outline: 0;
}

.userGroups-list .dropdown-menu .selected a,
.userGroups-list .dropdown-menu .selected a:link,
.userGroups-list .dropdown-menu .selected a:visited,
.userGroups-list .dropdown-menu .selected a:hover,
.userGroups-list .dropdown-menu .selected a:active,
.userGroups-list .dropdown-menu .selected a:focus {
  color: #999999;
  background: #fff;
  pointer-events: none;
  cursor: default;
}

.userGroup-container {
  background: #f1f2f2;
  border: 1px solid #f1f2f2;
  height: 210px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  -webkit-transition: all .3s linear;
    -msie-transition: all .3s linear;
     -moz-transition: all .3s linear;
       -o-transition: all .3s linear;
          transition: all .3s linear;
}

.userGroup-container:hover {
  background: #e9e9e9;
  border: 1px solid #cfcfcf;
}

a.userGroup-link {
  text-decoration: none;
  display: block;
  height: 210px;
}

.userGroup {
  padding: 20px;
  height: 210px;
  display: block;
}

.userGroup-name {
  color: #333333;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  height: 100px
}

.userGroup-location {
  font-size: 13px;
  color: #8c8c8c;
  line-height: 16px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 13px;
}

.userGroup-location img {
  width: 26px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.userGroup-memberArea {
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  padding: 0 20px 20px;
}

.userGroup-members {
  font-size: 13px;
  color: #8c8c8c;
  line-height: 24px;  
  height: 24px;
}

.userGroup-membersNum {
  font-size: 16px;
  color: #39a74a;
  font-weight: 600;
}

.userGroup-memberArea a.btn.btn-green {
  pointer-events: auto;
  margin: 0;
  line-height: 16px;
  font-size: 13px;
  padding: 3px 15px 5px;
}

[ng\:cloak], [ng-cloak],[data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }

@media (max-width: 991px) {
  .userGroup-container {
    height: auto;
  }

  a.userGroup-link {
    height: auto;
  }

  .userGroup {
    height: auto;
    padding-bottom: 57px;
  }

  .userGroup-name {
    height: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .userGroups-list button.dropdown-toggle {
    margin-bottom: 30px;
  }
}