/*********************************************
 * FONTS
 *********************************************/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,300");

/*********************************************
 * BODY
 *********************************************/
html, body {
  min-width: 100%;
}

body{
  font-family: 'Roboto', sans-serif;
}

@media(min-width:1200px) {
  .container {
    width: 90%;
  }
}

/*********************************************
 * NAVIGATION
 *********************************************/
.navbar-brand{
  height: auto;
}
.navbar {
  border: none;
  border-radius: 0;
  margin: 0;
}

/*********************************************
 * HEADER
 *********************************************/
.wh_header{
  /*background: #000 none;*/
  background: #fff none;
  color: #ffffff;
}

/*********************************************
 * LINKS
 *********************************************/
a,
a:hover,
a:visited{
  color: navy;
}
a:hover{
  text-decoration: none;
}
.wh_publication_title > a{
  color: #000;
  font-size: 24pt;
}

/*********************************************
 * MENU
 *********************************************/
.wh_top_menu {
  margin: .4em 0;
  font-size: 0.9em;
}
.wh_top_menu a {
  color: #000;
  line-height: 2em;
}
.wh_top_menu > ul > li {
  width: 250px;
  text-align: left;
  float: left;
}
/* The submenus */
.wh_top_menu ul ul {
  background-color: #EBEEF5;
}
.wh_top_menu ul li:hover {
  background-color: #CAD3E4;
}
.wh_top_menu ul ul li a:hover {
  background-color: #CAD3E4;
}
.wh_top_menu ul ul li {
  border-top-color: #285C95;
  width: 270px;
}
.wh_top_menu ul ul li.has-children:after{
}

/*********************************************
 * LINKS TO INDEX
 *********************************************/
.wh_indexterms_link a span {
  display: none;
}
.wh_indexterms_link a:before {
  padding-bottom: .9em;
  color: #fff;
}

/*********************************************
 * BREADCRUMB
 *********************************************/
.wh_breadcrumb ol {
  color: #878787;
}
.wh_breadcrumb ol a {
  color: inherit;
}
.wh_breadcrumb ol .active {
  color: #285C95;
}

/*********************************************
 * TOOLS AND NAVIGATION
 *********************************************/
.wh_tools{
  background-color: #EBEEF5;
  margin: 1em 0 2em;
}
.wh_print_link,
.wh_navigation_links,
.wh_navigation_links .navnext,
.wh_navigation_links .navprev{
}

.wh_print_link a,
.wh_navigation_links a,
.wh_navigation_links a:hover,
.wh_navigation_links a:active,
.wh_navigation_links a:visited,
.wh_print_link a:before,
.wh_navigation_links a:before,
.wh_navigation_links a:hover:before,
.wh_navigation_links a:active:before,
.wh_navigation_links a:visited:before{
  color: #347bb7;
  text-decoration: none;
}

/*********************************************
 * TITLES
 *********************************************/
.wh_tile > div {
  margin: 1em;
  padding: 1em;
  background-color: #EBEEF5;
  height: 190px;
  font-weight: 300;
}
.wh_tile_shortdesc {
  margin-top: 1em;
  text-align: center;
  color: #0D1A2B;
  font-size: 1.1em;
}
.wh_tile_text:after {
  background: linear-gradient(to bottom, rgba(236, 242, 249, 0), rgba(236, 242, 249, 1) 75%);
}
.wh_tile_title {
  font-size: 1.7em;
  text-align: center;
  text-decoration: none;
}
.wh_tile_title a {
  color: #285C95;
}
@media only screen and (max-width: 767px) {
  .wh_tile > div {
    height: auto;
  }
}

/* 
You can style some of the tiles in a special way. 
Example:
.wh_tiles *[data-id='getting_started']{
  background-color: gray;
}
*/

/*********************************************
 * IMAGES
 *********************************************/
.image {
  max-width: 100%;
  height: auto;
}

/*********************************************
 * SEARCH
 *********************************************/
.wh_search_input {
  display: block;
  margin: 0;
  position: relative;
  background: url('resources/images/bgr_right.png') right no-repeat #285C95 !important;
  padding: 40px 0;
}
.wh_welcome:not(:empty){
  font-size: 4em;
  margin: 0 auto;
  font-family: 'Roboto Thin', sans-serif;
  padding: 0 0 1.5em 0;
  text-shadow: none;
}
.wh_main_page .wh_search_input{
  padding: 30px 0;
  background: url('resources/images/bgr_right.png') right no-repeat #285C95;
}
.wh_search_textfield{
  border: solid 1px #CCC;
  border-radius: 5px;
  padding: 0 .5em;
  position: relative;
  height: 2.8em;
}
.wh_search_button{
  border: solid 1px #CCC;
  border-radius: 0 5px 5px 0;
  padding: 0 .5em;
  color: #fff;
  background-color: #E31E2D;
  height: 2.8em;
}
/*@media only screen and (max-width: 999px) {*/
  /*.wh_search_input:after{*/
    /*display: none;*/
  /*}*/

/*}*/
@media only screen and (max-width: 768px) {
  .wh_main_page .wh_search_input,
  .wh_search_input {
    padding: 3em 0;
  }
}

/*********************************************
 * SIDE TOC
 *********************************************/
.wh_side_toc {
  border-radius: 3px;
  padding: 1.5em 2em;
  background-color: #ebeef5;
}
.wh_side_toc .active {
  color: #285c95;
}
.wh_side_toc a, .wh_side_toc a:visited, .wh_side_toc a:hover {
  color: #878787;
}
.wh_side_toc a:hover {
  text-decoration: underline;
}
.wh_side_toc  ul  li{
  margin: .7em 0;
}
.wh_side_toc > ul > li > span{
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .wh_side_toc {
    border-radius: 0;
    padding: 1em 0.5em;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
  }
  .related-links {
    border: 1px solid #e0e0e0;
  }
}

/*********************************************
 * RELEASE NOTES TOC
 *********************************************/
.toc-title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px;
}
.toc-div {
  background-color: rgba(223,236,250,0.41);
  float: right;
  height: 90%;
  position: fixed;
  right: -17px;
  top: 25px;
  width: 30%;
  overflow: hidden;
  padding-bottom: 75px !important;
}
.toc-div .ul {
  padding: 0px 0px 0px 30px;
}
.toc-div .p {
  margin: 0px 0px 2px 0px;
}
.release-notes-toc {
  overflow-y: scroll;
  height: 100%;
  right: -17px !important;
  padding-bottom: 15px;
}
.release-notes-toc li {
  list-style: none;
}

/*********************************************
 * RELATED LINKS
 *********************************************/
.related-links:empty {
  display: none;
}
.related-links .ullinks .ulchildlink {
  padding: 5px 0px 5px 0px;
}

/*********************************************
 * FOOTER
 *********************************************/
.wh_footer {
  text-align: center;
  padding: 1em;
  position: relative;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background: none #285C95;
  margin-top: 2em;
}
.footer-container {
  margin: auto;
  width: 90%;
}
.legend-div {
  margin: 10px;
  border-radius: 5pt;
  background-color: #ffffff;
  float: right;
  padding: 5px;
  width: 400px;
}
.legend-header {
  
}
.legend-body {
  
}
.legend-title {
  color: #000000;
}
.legend-float {
  color: #000000;
}
.wh_footer a {
  color: white;
}
.feedback {
  color: black;
  float: right;
  margin: 10px;
}

/*********************************************
 * TOPIC CONTENT
 *********************************************/
.wh_topic_content,
.wh_content_area {
  color: #000000;
  min-height: 100px;
}
.wh_main_page .wh_content_area {
  margin: 40px auto;
}
.wh_topic_content .title.topictitle1 {
  color: #346ec5;
  font-size: 2em;
  margin-bottom: 1em;
}
.wh_topic_content .related-links{
  background-color: #F8F8F8;
  padding: 1.5em;
}
.wh_topic_content .related-links strong {
  font-weight: 500;
}
.wh_topic_content .related-links .olchildlinks,
.wh_topic_content .related-links .ullinks,
.wh_topic_content .related-links .relinfo {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wh_topic_content .related-links a,
.wh_topic_content .related-links a:visited {
  color: #285C95;
  padding-bottom: .3em;
  display: inline-block;
}
.wh_topic_content .related-links li {
  color: #757575;
  font-size: .9em;
}

/*********************************************
 * SEARCH RESULTS
 *********************************************/
.searchresult {
  list-style: none;
}
.searchresult li{
  padding: .5em;
}
.searchresult li a, 
.wh_search_expression {
  color: #346ec5;
}
.searchresult .shortdesclink {
  margin: .3em .5em 0;
}
.wh_search_expression {
  font-weight: bold;
}

/*********************************************
 * INDEX TERMS
 *********************************************/
.wh_index_terms span.wh_first_letter {
  color: #346ec5;
}
.wh_index_terms #indexList {
  padding: 0;
}

/*********************************************
 * TREE TOC FOR THE MAIN PAGE
 *********************************************/
.wh_main_page_toc {
}
.wh_main_page_toc .expanded,
.wh_main_page_toc .wh_main_page_toc_accordion_header:hover,
.wh_main_page_toc > .wh_main_page_toc_entry:hover,
.wh_main_page_toc_accordion_entries {
  background-color: #F2F8FF;
}

/*********************************************
 * STYLES FOR RTL IMAGES
 *********************************************/
html[dir='rtl'] .wh_top_menu ul li:hover > ul {
  max-width: 270px;
}

/*********************************************
 * NOTES
 *********************************************/
.tip,
.important,
.remember {
  background: #f5f5f5;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
  padding: 10pt;
}
.importanttitle {
  padding-left: 30px;
  background: url("resources/icon-important.svg") no-repeat !important;
  padding-left: 25pt;
}
.tiptitle {
  padding-left: 30px;
  background: url("resources/icon-info.svg") no-repeat !important;
}
.remembertitle {
  padding-left: 30px;
  background: url("resources/icon-remember.svg") no-repeat !important;
}
.restrictiontitle {
  padding-left: 30px;
  background: url("resources/icon-restriction.svg") no-repeat !important;
}

/*********************************************
 * PREREQUISITES
 *********************************************/
.prereq:before {
  content: "Voraussetzungen";
  font-weight: bold;
  display: block;
} 

/*********************************************
 * TABLES
 *********************************************/
.table {
  border-color: #ddd;
}
.entry.cellrowborder {
  border-color: #ddd;
}
th {
  background-color: #EEE !important;
  color: #000;
  font-weight: 700;
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 13.3333px;
  float: none !important;
  text-align: left !important;
  padding: 2pt 6pt !important;
}
tbody.tbody > tr > td:nth-child(1) {
  width: 20%;
}

tbody.tbody > tr > td:nth-child(2) {
  width: 80%
}

/*********************************************
 * GUI
 *********************************************/
.geApplications,
.geTasks,
.geRelatedTasks,
.geOverviews,
.geMain {
  font-family: "Trebuchet MS, Helvetica, Arial,  Verdana, sans-serif";
  font-size: 62.5%;
}
.geMain {
  margin-top: 20px !important;
}
#geMain {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}
.ui-tabs-panel > .title {
  display: none !important;
}

/*********************************************
 * DEFINITION LISTS
 *********************************************/
dl > dt:before {
  content: "• ";
}
dt > dt {
  display: block;
  left: 0pt;
  float: left;
}
dt > dd {
  display: block;
  left: 0pt;
}
/* Definition List Table in a Definition List Table Cell */
td.dd > table.dl {
  margin: 10pt !important;
}
table.dl {
  table-layout: auto !important;
}

table.dl,
td.dt,
td.dd,
td.chdesc,
th {
  border: 1px solid #d3d3d3 !important;
  border-collapse: collapse !important;
}
.dl {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 13.3333px;
  width: 98%; /* Fixes overlapping of right borders. */
  margin-top: 5pt;
  margin-bottom: 5pt;
}
.dl > .dd > .dl {
  display: block;
  margin-top: 20pt;
}
table {
  border-collapse: collapse !important;
}
table.dl > tbody > tr > td.dt,
table.dl > tbody > tr > td.dd {
  padding: 2pt 6pt !important;
}
table.dl > tbody > tr > td.dt {
  background-color: #eeeeee !important;
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 13.3333px;
  float: none !important;
  width: 20%;
}
table.dl > tbody > tr > td.dd {
  background-color: transparent;
  -moz-box-sizing: content-box; /* Verhindert einen Überlauf der Spalte über die Division */
  width: 80%;
}
td.dd > p.p {
  margin-bottom: 3pt;
  margin-top: 0;
}

/*********************************************
 * DAKOSY-TAB BACKLINK
 *********************************************/
a.xref.backlinkXref {
  max-width: 633px !important;
  min-width: 350px !important;
  padding: 3pt;
  white-space: normal !important;
}
a.xref.backlinkXref {
  min-width: 350px !important;
  padding: 3pt;
}
a.xref.backlinkXref span.ui-button-icon-primary {
  float: left;
}
a.xref.backlinkXref span.ui-button-text {
  color: #555555;
}
.ui-widget-header {
  background: #ed2f2f;
  background: -moz-linear-gradient(top,  #efefef 0%, #dedede 50%, #dedede 51%, #fafafa 100%);
  background: -webkit-linear-gradient(top,  #efefef 0%,#dedede 50%,#dedede 51%,#fafafa 100%);
  background: linear-gradient(to bottom, #efefef 0%,#dedede 50%,#dedede 51%,#fafafa 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#fafafa',GradientType=0 );*/
}

/*********************************************
 * TOC ICONS
 *********************************************/
/* Oxygen does not recognize this parent CSS3 selector */
span.topicref > a[data-id|='T_'] {
  background-color: orange !important;
}

/*********************************************
 * RELEASE NOTES
 *********************************************/
.release-component {
  box-sizing: border-box;
  border-bottom: solid 1px #eee;
  display: table;
  margin: auto;
  width: 100%;
}
.release-component > .release-title {
  background-color: rgb(255, 255, 255);
  color: rgb(41, 81, 147);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 0px;
  font-size: 18px;
}
.release-category, .release-subcategory {
  box-sizing: border-box;
  border-bottom: solid 1px #eee;
  display: table;
  margin: auto;
  padding: 30px 65px;
  width: 100%;
  line-height: 1.5;
  font-family: 'Open Sans',X-LocaleSpecific,sans-serif;
  color: #333;
}
.release-category > .release-title, .release-subcategory > .release-title {
  float: left;
  margin: 10px 0;
  width: 25%;
  font-size: 1.5rem;
  font-family: 'Open Sans Light',X-LocaleSpecific-Light,'Open Sans',X-LocaleSpecific,sans-serif;
  font-weight: normal;
  display: block;
  margin: 0 0 12px 0;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  color: #484848;
  letter-spacing: -0.035em;
}
/* release-title wurde geändert von neu/geändert/korrigiert/gelöscht → das Land */
/*.release-category > .release-title {
  text-transform: lowercase;
}*/
.release-title:before {
  font-family: FontAwesome;
  margin-right: .2em;
  text-transform: lowercase;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  color: #484848;
  letter-spacing: -0.035em;
}
.release-category.new > .release-title:before {
  content: "\00A0\f005\00A0";
}
.release-category.changed > .release-title:before {
  content: "\00A0\f021\00A0";
}
.release-category.fixed > .release-title:before {
  content: "\00A0\f00c\00A0";
}
ul.release-list {
  float: left;
  list-style: none;
  margin: 0;
  line-height: 1.5;
  font-family: 'Open Sans',X-LocaleSpecific,sans-serif;
  color: #333;
}
ul.release-list > li,
ul.release-list > li > p,
ul.release-list > li > note,
div.release-list-item-description {
  display: list-item;
  padding: 15px;
  margin-left: 20px;
  margin: 0;
  border: 0;
  list-style: none;
  line-height: 1.5;
  font-family: 'Open Sans',X-LocaleSpecific,sans-serif !important;
  color: #333;
}
ul.release-list > li:nth-child(2n+1) {
  background-color: rgba(223,236,250,0.41);
}

/*********************************************
 * FIGURES
 *********************************************/
.figcap {
  display: block;
  font-style: normal !important;
  font-weight: bold;
}
.fig {
  margin-top: 1em;
  margin-bottom: 1em;
}

/*********************************************
 * LOGO
 *********************************************/
.wh_logo {
  margin-right: 2em;
}

/*********************************************
 * FILTERED CONTENT
 *********************************************/
/* DAKOSY-Support */
*[data-audience="Support"]:not(.link) {
/*  border: 1pt solid rgb(227,30,45);
  border-radius: 5pt;
  padding: 5pt;*/
  background: rgba(227,30,45,0.1);
}
/* Customer */
*[data-customer]:not(.link) {
/*  border: 1pt solid rgb(227,225,30);
  border-radius: 5pt;
  padding: 5pt;*/
  background: rgba(227,225,30,0.1);
}
/* Not released */
*[data-dak-status="draft"]:not(.link) {
/*  border: 1pt solid rgb(0,255,34);
  border-radius: 5pt;
  padding: 5pt;*/
  background: rgba(0,255,34,0.1);
}
/* Filtered content in TOC */
div#tree *[data-dak-status],
div#tree *[data-audience],
div#tree *[data-customer] {
  border-radius: 2pt !important;
  padding: 1pt !important;
}
div#tree *[data-dak-status]:before,
div#tree *[data-audience]:before,
div#tree *[data-customer]:before {
  display: none;
}

/*********************************************
 * FEATURE BLOCKS
 *********************************************/
.section.feature {
  border: 1pt solid #c4c4c4;
  border-radius: 3px;
  border-left-width: 5px;
  display: block;
  float: left;
  height: 175px;
  margin: 10pt;
  padding: 5pt;
  text-align: center;
  width: 250px;
}
.section.feature.feature-anwendung {
  border-left-color: #285c95;
}
.section.feature.feature-overview {
  border-left-color: #e31e2d;
}
.section.feature .feature-title {
  padding: 0;
  text-align: center;
}
.feature-title > a {
  font-size: 1.2em;
  font-weight: bold;
}
.section.feature.feature-anwendung .feature-title > a {
  color: #285c95;
}
.section.feature.feature-overview .feature-title > a {
  color: #e31e2d;
}

/*********************************************
 * UICONTROL INLINE IMAGES
 *********************************************/
.ph > .dakosyImage {
    margin-right: 2pt !important;
}

/*********************************************
 * INLINE SVG
 * @DEPRECATED
 *********************************************/
.inlineSVG {
  vertical-align: baseline;
  transform: scale(0.8);
  margin-bottom: -2px;
}

/*********************************************
 * INLINE IMAGE
 *********************************************/
.inlineImage {
  margin-top: -4px;
}

/*********************************************
 * TERM
 *********************************************/
.term {
  font-style: normal;
}

/*********************************************
 * GLOSSARY
 *********************************************/
/* Hide the <glossSurfaceForm> in the <glossentry> topic */
.glossSurfaceForm {
  display: none;
}
/* Appearance of an <abbreviated-form> in the text */
.term.abbreviated-form {
  font-style: normal;
}

/*********************************************
 * TOOLTIP
 *********************************************/
/* Set the appearance of emphasized inline elements in tooltips. */
.wh-tooltip .keyword,
.wh-tooltip .ph {
  color: #efefef;
  font-style: italic;
}