/* Copyright 2017 Dominik Krulak
 *
 * 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.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      onPageNavYL.min.css
 * File name abbr.:  on page navigation vertical
 * Description:      on page navigation where nav items links to section within
 *					 the page.
 * ---------------------------------------------------------------------------*/
/* Copyright 2017 Dominik Krulak
 *
 * 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.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS variables that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Local default fonts */
/* Google fonts */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * 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.
 */
/* Theme */
/* Typography and iconography colors */
/* SPINNER */
/* ANIMATION */
/* SNACKBAR */
/* Copyright 2017 Dominik Krulak
 *
 * 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.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS mixins that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Dialog */
@media only screen and (min-width: 813px) {
  #onPageNavYL {
    position: fixed;
    top: 4rem;
    right: 0.9375rem;
    width: 1.875rem;
    height: auto;
    z-index: 4;
  }
  #onPageNavYL > nav {
    width: 1.875rem;
    height: calc(100% - 4rem);
    overflow-y: auto;
  }
  #onPageNavYL > nav > .gd {
    padding: 0.7rem 0;
    border-radius: 50px;
    background-color: #000000;
  }
  #onPageNavYL > nav > .gd > * {
    list-style: none;
    padding: 0;
  }
  #onPageNavYL > nav > .gd > * > a {
    position: relative;
    display: block;
    width: 100%;
    height: 1rem;
    text-decoration: none;
  }
  #onPageNavYL > nav > .gd > * > a::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 0.4rem;
    left: 0.8rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.54);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  #onPageNavYL > nav > .gd > * > a > span {
    position: fixed;
    right: 3.28125rem;
    margin-top: -0.35rem;
    font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
    font-size: 0.6875rem;
    font-weight: bold;
    border-radius: 50px;
    padding: 0.3125rem 0.9375rem;
    color: #ffffff;
    white-space: nowrap;
    height: 1.2rem;
    line-height: 1.2rem;
    background-color: #000000;
    opacity: 0;
  }
  #onPageNavYL > nav > .gd > * > a:hover, #onPageNavYL > nav > .gd > * > a:focus {
    text-decoration: none;
  }
  #onPageNavYL > nav > .gd > * > a:hover > span, #onPageNavYL > nav > .gd > * > a:focus > span {
    opacity: 1;
  }
  #onPageNavYL > nav > .gd > * > a:hover::before, #onPageNavYL > nav > .gd > * > a:focus::before {
    width: 8px;
    height: 8px;
    top: 0.3rem;
    left: 0.7rem;
    background-color: rgba(255, 255, 255, 0.54);
  }
  #onPageNavYL > nav > .gd > * > a:active {
    text-decoration: none;
  }
  #onPageNavYL > nav > .gd > * > a:active > span {
    opacity: 1;
  }
  #onPageNavYL > nav > .gd > * > a:active::before {
    width: 8px;
    height: 8px;
    top: 0.3rem;
    left: 0.7rem;
    background-color: rgba(255, 255, 255, 0.54);
  }
  #onPageNavYL > nav > .gd > * > a.atv::before {
    width: 8px;
    height: 8px;
    top: 0.3rem;
    left: 0.7rem;
    background-color: #f68400;
  }
  #onPageNavYL > nav > .gd > * > a.atv > span {
    opacity: 1;
  }
  #onPageNavYL > nav > .gd > * > a.atv.hide:hover > span, #onPageNavYL > nav > .gd > * > a.atv.hide:focus > span, #onPageNavYL > nav > .gd > * > a.atv.hide:active > span {
    opacity: 1;
  }
  #onPageNavYL > nav > .gd > * > a.atv.hide > span {
    opacity: 0;
  }
}
