/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
	height: 100%;
}
body {
  /*padding-top: 3rem;
  padding-bottom: 3rem;*/
  color: #5a5a5a;
  height: 100%;
}
table p {
	margin:2px 0 !important;
}
.bannerpic {
	max-width:100%;
}
.bannerpic-text{
	position: absolute; left: 0; bottom: 0; height: 4rem; line-height: 4rem; width: 100%; /*padding: 0 15px;*/font-size: 1.2rem;font-family: "dinlight", serif;
}
.bannerpic-text span {
	display: block; padding: 0 15px;
}
.progrid {
}
.progrid .progrid-tab {
	margin: 0;
}
.progrid .progrid-tab li {
	margin: 0;
	cursor: pointer;
	border-right: 1px solid #ccc;
	white-space:nowrap;
    text-transform: uppercase;
}
.progrid .progrid-tab li:last-child {
	border-right: 0;
}
.progrid .progrid-tab li:hover {
	background: #EEE;
}
.progrid .progrid-tab .active,.progrid .progrid-tab .active:hover {
	background: #999;
	color: #fff;
}
.progrid .progrid-tab .active a,.progrid .progrid-tab .active a:hover {
	color: #fff;
}
.progrid {
}

.prolist .card-header{
	cursor:pointer;
}
.prolist .card-body {
	padding: .68rem
}
.prolist .prolist-col h6 {
	font-size: .75rem;
	white-space:nowrap;
	cursor:pointer;
    border-bottom: 0px solid #ccc;
	padding: .15rem 0;
}
.prolist .prolist-col {
	border-bottom: 1px solid #eee;
	margin-bottom: .2rem
}
.prolist .prolist-col ul {
	display:none;
	list-style: none;
	padding:0;
}
.prolist .prolist-col ul li {
	height: 28px;
    padding-left: 8px;
}
.prolist .prolist-col ul li a {
	height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    display: block;
    text-decoration: none;
    white-space: nowrap;
}
#productshow .proshow-detail .pssolution {
	float:left;
	width:20%;
	padding:10px 0px;
	margin:0;
	text-align:center;
	line-height:20px;
	height:160px;
	overflow:hidden;
}
#productshow .proshow-detail .pssolution img {
	width:80%; max-width:120px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
