/**
 * Copyright 2021 OpenConfig Project
 *
 * 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.
 */
/**
 * Copyright 2021 OpenConfig Project
 *
 * 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.
 */
/**
 * Copyright 2021 OpenConfig Project
 *
 * 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.
 */
/* fonts */
/* font-family: 'Lato', sans-serif; */
/**
 * Copyright 2021 OpenConfig Project
 *
 * 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.
 */
/* Palette generated by Material Palette - materialpalette.com/blue-grey/teal */
/* Coolors Exported Palette - coolors.co/13293d-006494-247ba0-1b98e0-e8f1f2 */
/*
$oc_midnight: #13293d; //rgba(19, 41, 61, 100)
$oc_dark: #006494; //rgba(0, 100, 148, 100)
// $oc_med: #247ba0; //rgba(36, 123, 160, 100)
$oc_med: #083D77;
$oc_ugly: #FCFCE3;
$oc_light: #1b98e0; //rgba(27, 152, 224, 100)
$oc_grey: #edf2f4; //rgba(232, 241, 242, 100)
*/
/* styles to set OC colors */
.oc-primary-color {
  color: #607D8B; }

.oc-primary-color-dark {
  color: #455A64; }

.oc-primary-color-light {
  color: #CFD8DC; }

.oc-primary-color-text {
  color: #4A4A4A; }

.oc-secondary-color-text {
  color: #666666; }

.oc-accent-color {
  color: #B71C1C; }

/**
 * Copyright 2021 OpenConfig Project
 *
 * 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.
 */
h1, h2, h3, h4, h5 {
  font-family: "Open Sans", Helvetica, sans-serif !important;
  margin-top: 30px;
  color: #4A4A4A; }

#oc-content-main ul li {
  margin-top: .5rem; }

#oc-content-main p {
  color: #4A4A4A; }

.inverse {
  color: #FFF; }

.vpad {
  padding-top: 20px; }

#oc-front-nav, #oc-base-nav {
  background-color: #455A64;
  border-color: #455A64;
  margin-bottom: 0px; }
  #oc-front-nav li a, #oc-base-nav li a {
    color: #CFD8DC; }
  #oc-front-nav li a:hover, #oc-front-nav li a:focus, #oc-base-nav li a:hover, #oc-base-nav li a:focus {
    background-color: #455A64; }

#oc-front-nav a img.oc-logo, #oc-base-nav a img.oc-logo {
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: top; }

.navbar-brand {
  padding-top: 5px; }

.oc-icon-bar {
  background-color: #CFD8DC; }

.oc-toggle {
  border: none; }

.dropdown-menu {
  background-color: #607D8B; }

/*
.navbar-brand {
  padding-top: 10px;
}
*/
.oc-footer {
  background-color: #455A64; }
  .oc-footer p {
    padding-top: 5px;
    margin: 0 0 2px;
    color: #CFD8DC; }

.content-spacer {
  padding-top: 4rem !important; }

.oc-title-bar {
  background-color: #CFD8DC;
  padding-top: 20px;
  padding-bottom: 30px; }

.oc-page-headline {
  font-weight: bold; }

.oc-participant-logo {
  max-width: 200px;
  max-height: 100px;
  padding-top: 20px;
  padding-bottom: 5px; }

.oc-participant-name {
  font-size: 14px;
  font-weight: bold; }

.docs-toc-1 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px; }

.docs-toc-2 {
  font-size: 11px; }

.software-proj-entry {
  border-bottom: 1.5px solid;
  border-color: #607D8B;
  padding-top: 10px; }

.software-proj-name {
  font-size: 14px;
  font-weight: bold; }

.preloader {
  z-index: 1000; }

#paths-table_paginate .page-link {
  color: #4A4A4A;
  background-color: #CFD8DC;
  border-color: #B6B6B6; }

#paths-table_paginate .page-item.active .page-link {
  background-color: #455A64;
  color: #CFD8DC;
  border-color: #455A64; }

.docs-side-nav {
  border-right: 2px solid;
  border-color: #607D8B;
  background-color: #CFD8DC; }

.docs-side-nav-header {
  color: #455A64; }

.docs-nav-section a {
  color: #4A4A4A;
  font-size: 1.2rem; }

.docs-nav-item a {
  color: #4A4A4A; }
