/* Use the default Oxygen CSS */
@import "default.css";

/*JuhoP's additions start:*/

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.subheading {
  font-size: 1.4em;
  font-weight: bold;
}

/*TarjaK added font-color below*/
.option {
  text-align: right;
  font-size: 11px;
  color: #808080;
  letter-spacing: 1px;
}

.small {
  font-size: 11px;
  margin: 0 0 0 0;
  color: #808080;
  letter-spacing: 1px;
}

/*TarjaK changed the font-size and padding below*/
.wh_welcome:not(:empty){
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2.0em;
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
    text-shadow: none;
    color: #ffffff;
	width: 100%;
	line-height: 1.2;
}

li.collapse {
  display: list-item;
}

div.content {
  display: none;
}

span.moreOptions {
	font-size: 0.8em;
}

span.lessOptions {
	font-size: 0.8em;
	display: none;
}

span.expandButton {
  white-space: nowrap;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

div.fig {
  margin-top: 10px;
  margin-bottom: 10px;
}

.figcap {
  margin-left: 10px;
  font-style:italic;
}

span.uicontrol {
  white-space: nowrap;
}

span.state {
  font-style: italic;
}

kbd.userinput {
  white-space: nowrap;
  text-transform: uppercase;
}

span.nobr {
  white-space: nowrap;
}

.wh_content_area {
	min-height: 400px;
}

.wh_publication_title {
    display: none;
}

.wh_tile {
    min-height: 50px;
}

.wh_publication_toc .topicref .title {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;     /* number of lines to show */
   line-height: 1.5em;        /* fallback */
   max-height: 3em;           /* fallback */
}

#searchForm {
	margin: 0 0 0 0;
	padding: 3em 0 3em 0;
}

@media only screen and (min-width: 768px) {
	.wh_top_menu {
		display: none;
	}
}

@media (max-width: 767px) {
	a.wh_logo.hidden-xs {
		display: inline-block!important;
	}
}

p.welcome-p {
	margin: 0 0 0 0px;
}

.product-images {
	padding: 15px 0 0 0;
}

/*TarjaK added this class*/
.product-version {
	font-size: 1.2em;
	margin: 5px 0 0 5px;
}

img#VSOY {
	margin: 0 0 15px 0;
}

div.vertex-footer {
	padding: 50px 0 30px 0;
}

.vertex-footer-link, .vertex-footer-sep, .vertex-footer-link a {
	font-family: Arial;
	font-size: 12px;
	color: #a6a6a6;
}

.vertex-footer-link {
	padding: 0 7px 0 7px;
}

.vertex-footer p {
	margin: 8px 0 0 0;
	line-height: 1;
}

.wh_footer {
	padding: 0 0 0 0;
}

.vertex-footer small, .vertex-footer small a {
	font-size: 9px;
	color: #7a869a;
}

/*JuhoP's additions end.*/