/*! * Bootstrap v4.3.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ #pch-bootstrap :root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } #pch-bootstrap .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { #pch-bootstrap .container { max-width: 540px; } } @media (min-width: 768px) { #pch-bootstrap .container { max-width: 720px; } } @media (min-width: 992px) { #pch-bootstrap .container { max-width: 960px; } } @media (min-width: 1200px) { #pch-bootstrap .container { max-width: 1140px; } } #pch-bootstrap .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } #pch-bootstrap .row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } #pch-bootstrap .no-gutters { margin-right: 0; margin-left: 0; } #pch-bootstrap .no-gutters > .col, #pch-bootstrap .no-gutters > [class*=col-] { padding-right: 0; padding-left: 0; } #pch-bootstrap .col-xl, #pch-bootstrap .col-xl-auto, #pch-bootstrap .col-xl-12, #pch-bootstrap .col-xl-11, #pch-bootstrap .col-xl-10, #pch-bootstrap .col-xl-9, #pch-bootstrap .col-xl-8, #pch-bootstrap .col-xl-7, #pch-bootstrap .col-xl-6, #pch-bootstrap .col-xl-5, #pch-bootstrap .col-xl-4, #pch-bootstrap .col-xl-3, #pch-bootstrap .col-xl-2, #pch-bootstrap .col-xl-1, #pch-bootstrap .col-lg, #pch-bootstrap .col-lg-auto, #pch-bootstrap .col-lg-12, #pch-bootstrap .col-lg-11, #pch-bootstrap .col-lg-10, #pch-bootstrap .col-lg-9, #pch-bootstrap .col-lg-8, #pch-bootstrap .col-lg-7, #pch-bootstrap .col-lg-6, #pch-bootstrap .col-lg-5, #pch-bootstrap .col-lg-4, #pch-bootstrap .col-lg-3, #pch-bootstrap .col-lg-2, #pch-bootstrap .col-lg-1, #pch-bootstrap .col-md, #pch-bootstrap .col-md-auto, #pch-bootstrap .col-md-12, #pch-bootstrap .col-md-11, #pch-bootstrap .col-md-10, #pch-bootstrap .col-md-9, #pch-bootstrap .col-md-8, #pch-bootstrap .col-md-7, #pch-bootstrap .col-md-6, #pch-bootstrap .col-md-5, #pch-bootstrap .col-md-4, #pch-bootstrap .col-md-3, #pch-bootstrap .col-md-2, #pch-bootstrap .col-md-1, #pch-bootstrap .col-sm, #pch-bootstrap .col-sm-auto, #pch-bootstrap .col-sm-12, #pch-bootstrap .col-sm-11, #pch-bootstrap .col-sm-10, #pch-bootstrap .col-sm-9, #pch-bootstrap .col-sm-8, #pch-bootstrap .col-sm-7, #pch-bootstrap .col-sm-6, #pch-bootstrap .col-sm-5, #pch-bootstrap .col-sm-4, #pch-bootstrap .col-sm-3, #pch-bootstrap .col-sm-2, #pch-bootstrap .col-sm-1, #pch-bootstrap .col, #pch-bootstrap .col-auto, #pch-bootstrap .col-12, #pch-bootstrap .col-11, #pch-bootstrap .col-10, #pch-bootstrap .col-9, #pch-bootstrap .col-8, #pch-bootstrap .col-7, #pch-bootstrap .col-6, #pch-bootstrap .col-5, #pch-bootstrap .col-4, #pch-bootstrap .col-3, #pch-bootstrap .col-2, #pch-bootstrap .col-1 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; } #pch-bootstrap .col { flex-basis: 0; flex-grow: 1; max-width: 100%; } #pch-bootstrap .col-auto { flex: 0 0 auto; width: auto; max-width: 100%; } #pch-bootstrap .col-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; } #pch-bootstrap .col-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } #pch-bootstrap .col-3 { flex: 0 0 25%; max-width: 25%; } #pch-bootstrap .col-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } #pch-bootstrap .col-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } #pch-bootstrap .col-6 { flex: 0 0 50%; max-width: 50%; } #pch-bootstrap .col-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; } #pch-bootstrap .col-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } #pch-bootstrap .col-9 { flex: 0 0 75%; max-width: 75%; } #pch-bootstrap .col-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } #pch-bootstrap .col-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; } #pch-bootstrap .col-12 { flex: 0 0 100%; max-width: 100%; } #pch-bootstrap .order-first { order: -1; } #pch-bootstrap .order-last { order: 13; } #pch-bootstrap .order-0 { order: 0; } #pch-bootstrap .order-1 { order: 1; } #pch-bootstrap .order-2 { order: 2; } #pch-bootstrap .order-3 { order: 3; } #pch-bootstrap .order-4 { order: 4; } #pch-bootstrap .order-5 { order: 5; } #pch-bootstrap .order-6 { order: 6; } #pch-bootstrap .order-7 { order: 7; } #pch-bootstrap .order-8 { order: 8; } #pch-bootstrap .order-9 { order: 9; } #pch-bootstrap .order-10 { order: 10; } #pch-bootstrap .order-11 { order: 11; } #pch-bootstrap .order-12 { order: 12; } #pch-bootstrap .offset-1 { margin-left: 8.3333333333%; } #pch-bootstrap .offset-2 { margin-left: 16.6666666667%; } #pch-bootstrap .offset-3 { margin-left: 25%; } #pch-bootstrap .offset-4 { margin-left: 33.3333333333%; } #pch-bootstrap .offset-5 { margin-left: 41.6666666667%; } #pch-bootstrap .offset-6 { margin-left: 50%; } #pch-bootstrap .offset-7 { margin-left: 58.3333333333%; } #pch-bootstrap .offset-8 { margin-left: 66.6666666667%; } #pch-bootstrap .offset-9 { margin-left: 75%; } #pch-bootstrap .offset-10 { margin-left: 83.3333333333%; } #pch-bootstrap .offset-11 { margin-left: 91.6666666667%; } @media (min-width: 576px) { #pch-bootstrap .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; } #pch-bootstrap .col-sm-auto { flex: 0 0 auto; width: auto; max-width: 100%; } #pch-bootstrap .col-sm-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; } #pch-bootstrap .col-sm-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } #pch-bootstrap .col-sm-3 { flex: 0 0 25%; max-width: 25%; } #pch-bootstrap .col-sm-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } #pch-bootstrap .col-sm-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } #pch-bootstrap .col-sm-6 { flex: 0 0 50%; max-width: 50%; } #pch-bootstrap .col-sm-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; } #pch-bootstrap .col-sm-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } #pch-bootstrap .col-sm-9 { flex: 0 0 75%; max-width: 75%; } #pch-bootstrap .col-sm-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } #pch-bootstrap .col-sm-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; } #pch-bootstrap .col-sm-12 { flex: 0 0 100%; max-width: 100%; } #pch-bootstrap .order-sm-first { order: -1; } #pch-bootstrap .order-sm-last { order: 13; } #pch-bootstrap .order-sm-0 { order: 0; } #pch-bootstrap .order-sm-1 { order: 1; } #pch-bootstrap .order-sm-2 { order: 2; } #pch-bootstrap .order-sm-3 { order: 3; } #pch-bootstrap .order-sm-4 { order: 4; } #pch-bootstrap .order-sm-5 { order: 5; } #pch-bootstrap .order-sm-6 { order: 6; } #pch-bootstrap .order-sm-7 { order: 7; } #pch-bootstrap .order-sm-8 { order: 8; } #pch-bootstrap .order-sm-9 { order: 9; } #pch-bootstrap .order-sm-10 { order: 10; } #pch-bootstrap .order-sm-11 { order: 11; } #pch-bootstrap .order-sm-12 { order: 12; } #pch-bootstrap .offset-sm-0 { margin-left: 0; } #pch-bootstrap .offset-sm-1 { margin-left: 8.3333333333%; } #pch-bootstrap .offset-sm-2 { margin-left: 16.6666666667%; } #pch-bootstrap .offset-sm-3 { margin-left: 25%; } #pch-bootstrap .offset-sm-4 { margin-left: 33.3333333333%; } #pch-bootstrap .offset-sm-5 { margin-left: 41.6666666667%; } #pch-bootstrap .offset-sm-6 { margin-left: 50%; } #pch-bootstrap .offset-sm-7 { margin-left: 58.3333333333%; } #pch-bootstrap .offset-sm-8 { margin-left: 66.6666666667%; } #pch-bootstrap .offset-sm-9 { margin-left: 75%; } #pch-bootstrap .offset-sm-10 { margin-left: 83.3333333333%; } #pch-bootstrap .offset-sm-11 { margin-left: 91.6666666667%; } } @media (min-width: 768px) { #pch-bootstrap .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; } #pch-bootstrap .col-md-auto { flex: 0 0 auto; width: auto; max-width: 100%; } #pch-bootstrap .col-md-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; } #pch-bootstrap .col-md-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } #pch-bootstrap .col-md-3 { flex: 0 0 25%; max-width: 25%; } #pch-bootstrap .col-md-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } #pch-bootstrap .col-md-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } #pch-bootstrap .col-md-6 { flex: 0 0 50%; max-width: 50%; } #pch-bootstrap .col-md-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; } #pch-bootstrap .col-md-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } #pch-bootstrap .col-md-9 { flex: 0 0 75%; max-width: 75%; } #pch-bootstrap .col-md-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } #pch-bootstrap .col-md-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; } #pch-bootstrap .col-md-12 { flex: 0 0 100%; max-width: 100%; } #pch-bootstrap .order-md-first { order: -1; } #pch-bootstrap .order-md-last { order: 13; } #pch-bootstrap .order-md-0 { order: 0; } #pch-bootstrap .order-md-1 { order: 1; } #pch-bootstrap .order-md-2 { order: 2; } #pch-bootstrap .order-md-3 { order: 3; } #pch-bootstrap .order-md-4 { order: 4; } #pch-bootstrap .order-md-5 { order: 5; } #pch-bootstrap .order-md-6 { order: 6; } #pch-bootstrap .order-md-7 { order: 7; } #pch-bootstrap .order-md-8 { order: 8; } #pch-bootstrap .order-md-9 { order: 9; } #pch-bootstrap .order-md-10 { order: 10; } #pch-bootstrap .order-md-11 { order: 11; } #pch-bootstrap .order-md-12 { order: 12; } #pch-bootstrap .offset-md-0 { margin-left: 0; } #pch-bootstrap .offset-md-1 { margin-left: 8.3333333333%; } #pch-bootstrap .offset-md-2 { margin-left: 16.6666666667%; } #pch-bootstrap .offset-md-3 { margin-left: 25%; } #pch-bootstrap .offset-md-4 { margin-left: 33.3333333333%; } #pch-bootstrap .offset-md-5 { margin-left: 41.6666666667%; } #pch-bootstrap .offset-md-6 { margin-left: 50%; } #pch-bootstrap .offset-md-7 { margin-left: 58.3333333333%; } #pch-bootstrap .offset-md-8 { margin-left: 66.6666666667%; } #pch-bootstrap .offset-md-9 { margin-left: 75%; } #pch-bootstrap .offset-md-10 { margin-left: 83.3333333333%; } #pch-bootstrap .offset-md-11 { margin-left: 91.6666666667%; } } @media (min-width: 992px) { #pch-bootstrap .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } #pch-bootstrap .col-lg-auto { flex: 0 0 auto; width: auto; max-width: 100%; } #pch-bootstrap .col-lg-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; } #pch-bootstrap .col-lg-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } #pch-bootstrap .col-lg-3 { flex: 0 0 25%; max-width: 25%; } #pch-bootstrap .col-lg-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } #pch-bootstrap .col-lg-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } #pch-bootstrap .col-lg-6 { flex: 0 0 50%; max-width: 50%; } #pch-bootstrap .col-lg-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; } #pch-bootstrap .col-lg-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } #pch-bootstrap .col-lg-9 { flex: 0 0 75%; max-width: 75%; } #pch-bootstrap .col-lg-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } #pch-bootstrap .col-lg-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; } #pch-bootstrap .col-lg-12 { flex: 0 0 100%; max-width: 100%; } #pch-bootstrap .order-lg-first { order: -1; } #pch-bootstrap .order-lg-last { order: 13; } #pch-bootstrap .order-lg-0 { order: 0; } #pch-bootstrap .order-lg-1 { order: 1; } #pch-bootstrap .order-lg-2 { order: 2; } #pch-bootstrap .order-lg-3 { order: 3; } #pch-bootstrap .order-lg-4 { order: 4; } #pch-bootstrap .order-lg-5 { order: 5; } #pch-bootstrap .order-lg-6 { order: 6; } #pch-bootstrap .order-lg-7 { order: 7; } #pch-bootstrap .order-lg-8 { order: 8; } #pch-bootstrap .order-lg-9 { order: 9; } #pch-bootstrap .order-lg-10 { order: 10; } #pch-bootstrap .order-lg-11 { order: 11; } #pch-bootstrap .order-lg-12 { order: 12; } #pch-bootstrap .offset-lg-0 { margin-left: 0; } #pch-bootstrap .offset-lg-1 { margin-left: 8.3333333333%; } #pch-bootstrap .offset-lg-2 { margin-left: 16.6666666667%; } #pch-bootstrap .offset-lg-3 { margin-left: 25%; } #pch-bootstrap .offset-lg-4 { margin-left: 33.3333333333%; } #pch-bootstrap .offset-lg-5 { margin-left: 41.6666666667%; } #pch-bootstrap .offset-lg-6 { margin-left: 50%; } #pch-bootstrap .offset-lg-7 { margin-left: 58.3333333333%; } #pch-bootstrap .offset-lg-8 { margin-left: 66.6666666667%; } #pch-bootstrap .offset-lg-9 { margin-left: 75%; } #pch-bootstrap .offset-lg-10 { margin-left: 83.3333333333%; } #pch-bootstrap .offset-lg-11 { margin-left: 91.6666666667%; } } @media (min-width: 1200px) { #pch-bootstrap .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } #pch-bootstrap .col-xl-auto { flex: 0 0 auto; width: auto; max-width: 100%; } #pch-bootstrap .col-xl-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; } #pch-bootstrap .col-xl-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; } #pch-bootstrap .col-xl-3 { flex: 0 0 25%; max-width: 25%; } #pch-bootstrap .col-xl-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } #pch-bootstrap .col-xl-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; } #pch-bootstrap .col-xl-6 { flex: 0 0 50%; max-width: 50%; } #pch-bootstrap .col-xl-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; } #pch-bootstrap .col-xl-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } #pch-bootstrap .col-xl-9 { flex: 0 0 75%; max-width: 75%; } #pch-bootstrap .col-xl-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; } #pch-bootstrap .col-xl-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; } #pch-bootstrap .col-xl-12 { flex: 0 0 100%; max-width: 100%; } #pch-bootstrap .order-xl-first { order: -1; } #pch-bootstrap .order-xl-last { order: 13; } #pch-bootstrap .order-xl-0 { order: 0; } #pch-bootstrap .order-xl-1 { order: 1; } #pch-bootstrap .order-xl-2 { order: 2; } #pch-bootstrap .order-xl-3 { order: 3; } #pch-bootstrap .order-xl-4 { order: 4; } #pch-bootstrap .order-xl-5 { order: 5; } #pch-bootstrap .order-xl-6 { order: 6; } #pch-bootstrap .order-xl-7 { order: 7; } #pch-bootstrap .order-xl-8 { order: 8; } #pch-bootstrap .order-xl-9 { order: 9; } #pch-bootstrap .order-xl-10 { order: 10; } #pch-bootstrap .order-xl-11 { order: 11; } #pch-bootstrap .order-xl-12 { order: 12; } #pch-bootstrap .offset-xl-0 { margin-left: 0; } #pch-bootstrap .offset-xl-1 { margin-left: 8.3333333333%; } #pch-bootstrap .offset-xl-2 { margin-left: 16.6666666667%; } #pch-bootstrap .offset-xl-3 { margin-left: 25%; } #pch-bootstrap .offset-xl-4 { margin-left: 33.3333333333%; } #pch-bootstrap .offset-xl-5 { margin-left: 41.6666666667%; } #pch-bootstrap .offset-xl-6 { margin-left: 50%; } #pch-bootstrap .offset-xl-7 { margin-left: 58.3333333333%; } #pch-bootstrap .offset-xl-8 { margin-left: 66.6666666667%; } #pch-bootstrap .offset-xl-9 { margin-left: 75%; } #pch-bootstrap .offset-xl-10 { margin-left: 83.3333333333%; } #pch-bootstrap .offset-xl-11 { margin-left: 91.6666666667%; } } #pch-bootstrap .dropup, #pch-bootstrap .dropright, #pch-bootstrap .dropdown, #pch-bootstrap .dropleft { position: relative; } #pch-bootstrap .dropdown-toggle { white-space: nowrap; } #pch-bootstrap .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; } #pch-bootstrap .dropdown-toggle:empty::after { margin-left: 0; } #pch-bootstrap .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } #pch-bootstrap .dropdown-menu-left { right: auto; left: 0; } #pch-bootstrap .dropdown-menu-right { right: 0; left: auto; } @media (min-width: 576px) { #pch-bootstrap .dropdown-menu-sm-left { right: auto; left: 0; } #pch-bootstrap .dropdown-menu-sm-right { right: 0; left: auto; } } @media (min-width: 768px) { #pch-bootstrap .dropdown-menu-md-left { right: auto; left: 0; } #pch-bootstrap .dropdown-menu-md-right { right: 0; left: auto; } } @media (min-width: 992px) { #pch-bootstrap .dropdown-menu-lg-left { right: auto; left: 0; } #pch-bootstrap .dropdown-menu-lg-right { right: 0; left: auto; } } @media (min-width: 1200px) { #pch-bootstrap .dropdown-menu-xl-left { right: auto; left: 0; } #pch-bootstrap .dropdown-menu-xl-right { right: 0; left: auto; } } #pch-bootstrap .dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; } #pch-bootstrap .dropup .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; } #pch-bootstrap .dropup .dropdown-toggle:empty::after { margin-left: 0; } #pch-bootstrap .dropright .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; } #pch-bootstrap .dropright .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; } #pch-bootstrap .dropright .dropdown-toggle:empty::after { margin-left: 0; } #pch-bootstrap .dropright .dropdown-toggle::after { vertical-align: 0; } #pch-bootstrap .dropleft .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; } #pch-bootstrap .dropleft .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; } #pch-bootstrap .dropleft .dropdown-toggle::after { display: none; } #pch-bootstrap .dropleft .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; } #pch-bootstrap .dropleft .dropdown-toggle:empty::after { margin-left: 0; } #pch-bootstrap .dropleft .dropdown-toggle::before { vertical-align: 0; } #pch-bootstrap .dropdown-menu[x-placement^=top], #pch-bootstrap .dropdown-menu[x-placement^=right], #pch-bootstrap .dropdown-menu[x-placement^=bottom], #pch-bootstrap .dropdown-menu[x-placement^=left] { right: auto; bottom: auto; } #pch-bootstrap .dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #e9ecef; } #pch-bootstrap .dropdown-item { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; } #pch-bootstrap .dropdown-item:hover, #pch-bootstrap .dropdown-item:focus { color: #16181b; text-decoration: none; background-color: #f8f9fa; } #pch-bootstrap .dropdown-item.active, #pch-bootstrap .dropdown-item:active { color: #fff; text-decoration: none; background-color: #007bff; } #pch-bootstrap .dropdown-item.disabled, #pch-bootstrap .dropdown-item:disabled { color: #6c757d; pointer-events: none; background-color: transparent; } #pch-bootstrap .dropdown-menu.show { display: block; } #pch-bootstrap .dropdown-header { display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; } #pch-bootstrap .dropdown-item-text { display: block; padding: 0.25rem 1.5rem; color: #212529; } #pch-bootstrap .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } #pch-bootstrap .nav-link { display: block; padding: 0.5rem 1rem; } #pch-bootstrap .nav-link:hover, #pch-bootstrap .nav-link:focus { text-decoration: none; } #pch-bootstrap .nav-link.disabled { color: #6c757d; pointer-events: none; cursor: default; } #pch-bootstrap .nav-tabs { border-bottom: 1px solid #dee2e6; } #pch-bootstrap .nav-tabs .nav-item { margin-bottom: -1px; } #pch-bootstrap .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } #pch-bootstrap .nav-tabs .nav-link:hover, #pch-bootstrap .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; } #pch-bootstrap .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; } #pch-bootstrap .nav-tabs .nav-link.active, #pch-bootstrap .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } #pch-bootstrap .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } #pch-bootstrap .nav-pills .nav-link { border-radius: 0.25rem; } #pch-bootstrap .nav-pills .nav-link.active, #pch-bootstrap .nav-pills .show > .nav-link { color: #fff; background-color: #007bff; } #pch-bootstrap .nav-fill .nav-item { flex: 1 1 auto; text-align: center; } #pch-bootstrap .nav-justified .nav-item { flex-basis: 0; flex-grow: 1; text-align: center; } #pch-bootstrap .tab-content > .tab-pane { display: none; } #pch-bootstrap .tab-content > .active { display: block; } #pch-bootstrap .navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; } #pch-bootstrap .navbar > .container, #pch-bootstrap .navbar > .container-fluid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } #pch-bootstrap .navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; } #pch-bootstrap .navbar-brand:hover, #pch-bootstrap .navbar-brand:focus { text-decoration: none; } #pch-bootstrap .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } #pch-bootstrap .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } #pch-bootstrap .navbar-nav .dropdown-menu { position: static; float: none; } #pch-bootstrap .navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; } #pch-bootstrap .navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; } #pch-bootstrap .navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; } #pch-bootstrap .navbar-toggler:hover, #pch-bootstrap .navbar-toggler:focus { text-decoration: none; } #pch-bootstrap .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; } @media (max-width: 575.98px) { #pch-bootstrap .navbar-expand-sm > .container, #pch-bootstrap .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 576px) { #pch-bootstrap .navbar-expand-sm { flex-flow: row nowrap; justify-content: flex-start; } #pch-bootstrap .navbar-expand-sm .navbar-nav { flex-direction: row; } #pch-bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } #pch-bootstrap .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } #pch-bootstrap .navbar-expand-sm > .container, #pch-bootstrap .navbar-expand-sm > .container-fluid { flex-wrap: nowrap; } #pch-bootstrap .navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; } #pch-bootstrap .navbar-expand-sm .navbar-toggler { display: none; } } @media (max-width: 767.98px) { #pch-bootstrap .navbar-expand-md > .container, #pch-bootstrap .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 768px) { #pch-bootstrap .navbar-expand-md { flex-flow: row nowrap; justify-content: flex-start; } #pch-bootstrap .navbar-expand-md .navbar-nav { flex-direction: row; } #pch-bootstrap .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } #pch-bootstrap .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } #pch-bootstrap .navbar-expand-md > .container, #pch-bootstrap .navbar-expand-md > .container-fluid { flex-wrap: nowrap; } #pch-bootstrap .navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; } #pch-bootstrap .navbar-expand-md .navbar-toggler { display: none; } } @media (max-width: 991.98px) { #pch-bootstrap .navbar-expand-lg > .container, #pch-bootstrap .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 992px) { #pch-bootstrap .navbar-expand-lg { flex-flow: row nowrap; justify-content: flex-start; } #pch-bootstrap .navbar-expand-lg .navbar-nav { flex-direction: row; } #pch-bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } #pch-bootstrap .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } #pch-bootstrap .navbar-expand-lg > .container, #pch-bootstrap .navbar-expand-lg > .container-fluid { flex-wrap: nowrap; } #pch-bootstrap .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; } #pch-bootstrap .navbar-expand-lg .navbar-toggler { display: none; } } @media (max-width: 1199.98px) { #pch-bootstrap .navbar-expand-xl > .container, #pch-bootstrap .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 1200px) { #pch-bootstrap .navbar-expand-xl { flex-flow: row nowrap; justify-content: flex-start; } #pch-bootstrap .navbar-expand-xl .navbar-nav { flex-direction: row; } #pch-bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } #pch-bootstrap .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } #pch-bootstrap .navbar-expand-xl > .container, #pch-bootstrap .navbar-expand-xl > .container-fluid { flex-wrap: nowrap; } #pch-bootstrap .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; } #pch-bootstrap .navbar-expand-xl .navbar-toggler { display: none; } } #pch-bootstrap .navbar-expand { flex-flow: row nowrap; justify-content: flex-start; } #pch-bootstrap .navbar-expand > .container, #pch-bootstrap .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; } #pch-bootstrap .navbar-expand .navbar-nav { flex-direction: row; } #pch-bootstrap .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } #pch-bootstrap .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } #pch-bootstrap .navbar-expand > .container, #pch-bootstrap .navbar-expand > .container-fluid { flex-wrap: nowrap; } #pch-bootstrap .navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; } #pch-bootstrap .navbar-expand .navbar-toggler { display: none; } #pch-bootstrap .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } #pch-bootstrap .navbar-light .navbar-brand:hover, #pch-bootstrap .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); } #pch-bootstrap .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); } #pch-bootstrap .navbar-light .navbar-nav .nav-link:hover, #pch-bootstrap .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); } #pch-bootstrap .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } #pch-bootstrap .navbar-light .navbar-nav .show > .nav-link, #pch-bootstrap .navbar-light .navbar-nav .active > .nav-link, #pch-bootstrap .navbar-light .navbar-nav .nav-link.show, #pch-bootstrap .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } #pch-bootstrap .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); } #pch-bootstrap .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } #pch-bootstrap .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); } #pch-bootstrap .navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); } #pch-bootstrap .navbar-light .navbar-text a:hover, #pch-bootstrap .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); } #pch-bootstrap .navbar-dark .navbar-brand { color: #fff; } #pch-bootstrap .navbar-dark .navbar-brand:hover, #pch-bootstrap .navbar-dark .navbar-brand:focus { color: #fff; } #pch-bootstrap .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } #pch-bootstrap .navbar-dark .navbar-nav .nav-link:hover, #pch-bootstrap .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } #pch-bootstrap .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } #pch-bootstrap .navbar-dark .navbar-nav .show > .nav-link, #pch-bootstrap .navbar-dark .navbar-nav .active > .nav-link, #pch-bootstrap .navbar-dark .navbar-nav .nav-link.show, #pch-bootstrap .navbar-dark .navbar-nav .nav-link.active { color: #fff; } #pch-bootstrap .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); } #pch-bootstrap .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } #pch-bootstrap .navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); } #pch-bootstrap .navbar-dark .navbar-text a { color: #fff; } #pch-bootstrap .navbar-dark .navbar-text a:hover, #pch-bootstrap .navbar-dark .navbar-text a:focus { color: #fff; } 
