/*
Copyright 2021 Yubico AB

Licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

.namespace-name {
    display: block;
    font-size: 14px;
    color: rgb(94,94,94);
    margin-top: 20px;
    word-wrap: break-word;
    word-break: break-word;
}

.assembly-name {
  display: block;
  font-size: 14px;
  color: rgb(94,94,94);
  margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-word;
}

.codewrapper .language {
  color: rgb(23, 23, 23);
  border: 1px solid rgb(227, 227, 227);
  border-bottom: 0px none;
  background-color: rgb(242, 242, 242);
  padding-left: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
}

.codewrapper pre {
  border: 1px solid rgb(227, 227, 227);
  border-radius: 0px;
  background-color: rgb(250, 250, 250);
}

.derivedClasses {
  margin-top: 20px;
}

.derivedClasses-label {
  font-weight: 600;
}

.derivedClasses dd {
  display: block;
  margin-inline-start: 20px;
}

.memberinfo td:first-child {
  width: 30%;
}

.memberinfo {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.memberinfo thead {
  background-color: #f2f2f2;
}

/*
.memberinfo,.table tbody tr td {
  padding: 12px 0 12px 0;
}

.memberinfo td:first-child {
  padding-left: 0px;
}
*/

.memberinfo p {
  margin-top: 15px;
  margin-bottom: 0px;
}

.memberinfo p:first-child {
  margin-top: 0px;
}

/* OLD CSS STYLE OVERRIDES. MOVE? */

.navbar-inverse {
  background: #8CC041
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
  color: #FFF;
}
#logo {
  margin: 2px 10px 2px 2px;
}
.sidetoc {
  background-color: #f8f8f8;
}
body .toc {
  background-color: #f8f8f8;
}
.sidefilter {
  background-color: #f8f8f8;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgb(112, 155, 51);
}

.NOTE {
  padding: 1em;
  margin-top: 0.6em;
  margin-bottom: 1.2em;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  font-size: 0.9em;
  line-height: 1.6em;
  background: #f5f5f5;

  border-color: #4395cc;
  color: #304735;
}
.NOTE h5 {
  font-size: 1.5em;

  color: #304735;
}
.NOTE h5:before {
  content: "\f249";
  font-family: "FontAwesome";
  margin-right: 0.5em;
}
.NOTE>:first-child {
  margin-top: 0;
  padding-top: 0;
}
.NOTE>:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.IMPORTANT {
  padding: 1em;
  margin-top: 0.6em;
  margin-bottom: 1.2em;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  font-size: 0.9em;
  line-height: 1.6em;
  background: #fcf8e3;

  border-color: #8a6d3b;
  color: #8a6d3b;
}
.IMPORTANT h5 {
  font-size: 1.5em;

  color: #8a6d3b;
}
.IMPORTANT h5:before {
  content: "\f06a";
  font-family: "FontAwesome";
  margin-right: 0.5em;
}
.IMPORTANT>:first-child {
  margin-top: 0;
  padding-top: 0;
}
.IMPORTANT>:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
