@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
html,body,table,tr,th,td,div,ul,ol,li,form,p,pre,a,img,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    border: none;
}
html,body {
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-height: 320px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Roboto", "sans-serif";
    color: #35343e;
    background-color: #ffffff;
}
a,span,img,tr,td,li,button {
    transition: all ease-in-out .30s;
    -o-transition: all ease-in-out .30s;
    -webkit-transition: all ease-in-out .30s;
    -moz-transition: all ease-in-out .30s;
}
a {
    color: #0288D1;
    text-decoration: none;
    cursor: pointer;
}
.flex-grow {
    width: 100%;
    height: 100%;
}
.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
}
.left {
    flex: 1 0 0;
    min-height: 0;
    max-width: 350px;
    background-color: #f6f6f6;
    overflow: auto;
}
.right {
    flex: 1 0 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.logo {
    width: 180px;
    padding: 12px 10px 6px 24px;
    display: inline-block;
    float: left;
}
.lang {
    display: inline-block;
    padding-left: 24px;
    padding-top: 24px;
}
.head {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
    padding-left: 26px;
    clear: both;
}
.content {
    width: calc(100% - 40px);
    height: calc(100% - 10px);
    padding: 10px 20px 0 20px;
    max-width: 800px;
}
.nav-outer {
    display: block;
    height: 100%;
    border-right: 2px solid #d1d1d1;
}
.nav {
    padding-left: 30px;
    padding-top: 6px;
}
.nav ul {
    list-style-type: none;
}
.nav ul li {
    padding: 4px 0;
}
.nav ul li a {
    text-decoration: none;
    color: #35343e;
    padding-left: 10px;
}
.nav ul li a:hover {
    text-decoration: underline;
}
.nav h6, #nav h5 {
    font-size: 15px;
    font-weight: bold;
}
#nav h5 {
    padding-left: 30px;
    padding-top: 6px;
}
.nav-active {
    color: #0288D1 !important;
}
.doc {
    padding-bottom: 40px;
}
.docv1 {
    max-width: 800px;
}
.doc h1, .doc h2, .doc h3 {
    color: #333333;
}
.doc h1 {
    font-size: 30px;
    line-height: 30px;
    padding: 20px 0 10px 0;
}
.doc h2 {
    font-size: 24px;
    line-height: 24px;
}
.doc h3 {
    font-size: 16px;
    line-height: 16px;
}
.doc h2 {
    padding: 50px 0 8px 0;
}
.doc h3 {
    padding: 24px 0 6px 0;
}
.doc p {
    font-size: 15px;
    line-height: 24px;
    padding: 6px 0;
    color: #222222;
}
.doc ul {
    margin-left: 20px;
}
.doc b {
    font-weight: 600;
    color: #b81212;
}
.doc i {
    color: #2350a7 !important;
}
.doc em {
    color: #1166cb;
    font-style: normal;
    font-family: monospace;
    font-size: 14px;
}
.doc a {
    color: #0040a2;
    text-decoration: underline;
}
.doc a:hover {
    text-decoration: underline;
}
.doc pre, .doc-pre {
    background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 6px;
    border-left: 3px solid #d1d1d1;
    overflow: auto;
    font-size: 14px;
    color: #3B3F70;
    width: calc(100% - 20px);
}
.doc-pre {
    white-space: pre;
    display: block;
}
.doc-note {
    color: #a20074;
}
.doc ul, .doc ol {
    margin: 0;
    padding: 10px 0 10px 20px;
}
.doc ul li, .doc ol li {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.doc table {
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    border-collapse: collapse;
    margin: 20px 0;
}
.doc table th {
    text-align: left;
    font-weight: 600;
    color: #232650;
    white-space: nowrap;
}
.doc table th, .doc table td {
    border-bottom: 1px solid #d1d1d1;
    vertical-align: top;
    padding: 2px 5px;
}
/*.doc table td:first-child, .doc table td:nth-child(2) {*/
.doc table td:first-child {
    white-space: nowrap;
}
.doc-box-shadow {
    -webkit-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.5);
}
.doc img {
    margin: 20px 0;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.doc .img-full-width {
    width: 100%;
    margin: 20px 0;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.doc-switch {
    padding-top: 10px;
}
.doc-switch div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px 4px 0;
    padding: 7px 10px;
    cursor: pointer;
    line-height: 13px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    background-color: #717171;
    color: #ffffff;
}
.doc-switch-active {
    background-color: #2d2c35 !important;
}
.doc-switch-content {
    display: none;
}
.status-ok,
.status-info,
.status-notice,
.status-warning,
.status-alert,
.status-critical,
.status-unknown {
    margin-right: 2px;
    padding: 4px 8px;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    text-align: middle;
    font-weight: 400;
}
.status-ok {
    background-color: #5fc15f;
}
.status-info {
    background-color: #328afa;
}
.status-notice {
    background-color: #b243ff;
}
.status-warning {
    background-color: #faa732;
}
.status-alert {
    background-color: #de4f59;
}
.status-critical {
    background-color: #cc333f;
}
.status-unknown {
    background-color: #eb6841;
}
.open-menu-icon {
    width: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    display: none;
    cursor: pointer;
    background-color: #ffffff;
}
.open-menu-icon div {
    height: 4px;
    margin: 3px;
    background-color: #111111;
}
.close-menu-icon {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
}
.close-menu-icon img {
    width: 100%;
}
.left-force-full-width {
    width: 100%;
    max-width: 100%;
    display: block;
}
@media only screen and (max-width: 1000px) {
    .left {
        width: 100%;
        max-width: 100%;
        display: none;
    }
    .open-menu-icon {
        display: block;
    }
}
