/** * Mixins */ /** * This is the stuff I’m working on * for the documentation sidebar, but * it will be moved into a partial * (right now its _st.less) */ .st-menu { display: none; visibility: hidden; } .js .st-menu { display: block; visibility: visible; } .st-menu.st-menu--fallback { display: block; visibility: visible; } .js .st-menu.st-menu--fallback { display: none; visibility: hidden; } @media (min-width: 46em) { .nav-hidden-subnav { display: none; visibility: hidden; } .st-menu.st-menu--fallback { display: none; visibility: hidden; } .st-menu { display: block; visibility: visible; } } .js body { min-height: 100%; } .js .st-container, .js .st-pusher, .js .st-content { height: 100%; min-height: 100%; } .js .st-content, .js .st-content-inner { position: relative; } .js .st-container { position: relative; } .js .st-pusher { position: relative; left: 0; z-index: 99; height: 100%; -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; } .js .st-menu, .js .row .st-menu { background: #FCFCFC; position: absolute; top: 0; left: 0; z-index: 100; width: 15rem; height: 100%; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } @media (min-width: 46em) { .js .st-menu, .js .row .st-menu { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); height: 100%; } } @media (min-width: 46em) { .js .st-menu, .js .row .st-menu { border-width: 0; position: relative; width: 100%; } .js .st-menu.jumbotron-knockout, .js .row .st-menu.jumbotron-knockout { background: #6B919E; } } .js .is-open .st-pusher { height: 100%; -webkit-transform: translateZ(0); -webkit-transform: translateX(15rem); -ms-transform: translateX(15rem); transform: translateX(15rem); } @media (min-width: 46em) { .js .is-open .st-pusher { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } .js .is-open .st-menu { height: 100%; -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; } @media (min-width: 46em) { .js .is-open .st-menu { -webkit-transition: none; transition: none; } } .social-list { display: block; margin-left: -0.885em/2; } .social-list li { font-size: 7.5px; font-size: 0.75rem; display: inline-block; list-style-type: none; margin-left: 0; margin-right: 1em; position: relative; margin-bottom: 1em; vertical-align: top; } .social-item { display: block; padding: 0.6em 0.885em; color: #555; } .social-item:hover, .social-item:active, .social-item:focus { color: #3b3b3b; } .social-item:hover .icon, .social-item:active .icon, .social-item:focus .icon { fill: #3b3b3b; } .social-item .icon { fill: #555; width: 1.2em; height: 1.2em; margin-right: 0.5em; margin-bottom: -0.25em; } .jumbotron-knockout .social-item { color: #D3DEE1; } .jumbotron-knockout .social-item:hover, .jumbotron-knockout .social-item:active, .jumbotron-knockout .social-item:focus { color: #b5c7cc; } .jumbotron-knockout .social-item:hover .icon, .jumbotron-knockout .social-item:active .icon, .jumbotron-knockout .social-item:focus .icon { fill: #b5c7cc; } .jumbotron-knockout .social-item .icon { fill: #D3DEE1; } /* Google Custom Search */ #search-results a { color: #599ab0; text-decoration: none; } #search-results a:hover, #search-results a:focus { color: #457289; text-decoration: none; } #search-results a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } #search-results .gsc-control-cse, #search-results b { margin: 0; padding: 0; font-family: inherit !important; font-size: inherit !important; line-height: inherit !important; background: inherit !important; } #search-results .gsc-search-box { display: none; visibility: hidden; } #search-results .gsc-result-info { font-style: italic; color: #ADADAD; } #search-results .gsc-resultsbox-visible { margin-top: 2.5em; } #search-results .gsc-resultsbox-visible b { font-weight: 600; text-decoration: none; } #search-results .gsc-resultsbox-visible .gsc-resultsRoot.gsc-tabData.gsc-tabdActive .gsc-results.gsc-webResult .gcsc-branding { display: none; visibility: hidden; } #search-results .gsc-resultsbox-visible .gsc-resultsRoot.gsc-tabData.gsc-tabdActive .gsc-results.gsc-webResult .gsc-webResult.gsc-result { margin: 0 0 2em 0; padding: 0; background: inherit; border: none; } #search-results .gsc-resultsbox-visible .gsc-resultsRoot.gsc-tabData.gsc-tabdActive .gsc-results.gsc-webResult .gsc-webResult.gsc-result .gs-webResult.gs-result .gsc-thumbnail-inside { padding: 0; height: auto; } #search-results .gsc-resultsbox-visible .gsc-resultsRoot.gsc-tabData.gsc-tabdActive .gsc-results.gsc-webResult .gsc-webResult.gsc-result .gs-webResult.gs-result .gsc-thumbnail-inside .gs-title { font-size: 11.25px; font-size: 1.125rem; line-height: 1.475; overflow: visible; display: inline-block; } #search-results .gsc-resultsbox-visible .gsc-resultsRoot.gsc-tabData.gsc-tabdActive .gsc-results.gsc-webResult .gsc-webResult.gsc-result .gs-webResult.gs-result .gsc-thumbnail-inside .gs-title a { text-decoration: none; border: none; } #search-results .gsc-resultsbox-visible .gsc-resultsRoot.gsc-tabData.gsc-tabdActive .gsc-results.gsc-webResult .gsc-webResult.gsc-result .gs-webResult.gs-result .gsc-url-top { margin: 0; padding: 0; } #search-results .gsc-resultsbox-visible .gsc-resultsRoot.gsc-tabData.gsc-tabdActive .gsc-results.gsc-webResult .gsc-webResult.gsc-result .gs-webResult.gs-result .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long { font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", Courier, monospace; font-size: 7.5px; font-size: 0.75rem; line-height: 1.475; margin: 0 0 1em 0; padding: 0; color: #ADADAD; font-weight: 400; } #search-results .gsc-resultsbox-visible .gsc-resultsRoot.gsc-tabData.gsc-tabdActive .gsc-results.gsc-webResult .gsc-webResult.gsc-result .gs-webResult.gs-result .gsc-table-result { color: #555; font-family: inherit; } #search-results .gsc-resultsbox-visible .gsc-resultsRoot.gsc-tabData.gsc-tabdActive .gsc-results.gsc-webResult .gsc-webResult.gsc-result .gs-webResult.gs-result .gsc-table-result code { font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", Courier, monospace; } #search-results .gsc-resultsbox-visible .gsc-resultsRoot.gsc-tabData.gsc-tabdActive .gsc-results.gsc-webResult .gsc-webResult.gsc-result .gs-webResult.gs-result .gs-bidi-start-align.gs-snippet { font-family: inherit; font-size: inherit; line-height: inherit; background: inherit; } @media (min-width: 46em) { #search-results .gsc-resultsbox-visible .gsc-resultsRoot.gsc-tabData.gsc-tabdActive .gsc-results.gsc-webResult .gsc-webResult.gsc-result .gs-webResult.gs-result .gs-bidi-start-align.gs-snippet { max-width: 70%; } } .list-success, .list-warning { list-style-type: none; margin-left: 0; padding: 0; } .list-success li, .list-warning li { padding: 0 0 0 0; margin: 0 0 0 -1.375rem; } .list-success li:before, .list-warning li:before { font-weight: normal; content: "\2717"; color: #ff8f66; display: inline-block; padding-right: 0.5rem; } .list-success li:before { content: "\2713"; color: lightgreen; } .identity-section { border-top: 1px solid transparent; margin-bottom: 1em; } .identity-section:last-child { margin-bottom: 4em; } .identity-color { width: 100%; height: 15em; margin-bottom: 1.75rem; } .identity-color-values { list-style-type: none; line-height: 1.475; font-size: 10.5px; font-size: 1.05rem; color: #555; } .identity-color-values li { margin: 0; } .identity-blue { background: #6B919E; color: #FAFAFA; } .identity-blue-dark { background: #546D7A; } .identity-blue-lighter { background: #D3DEE1; } .identity-pink { background: #81586C; } .identity-grey { background: #E5E5E5; } .identity-off-white { background: #FCFCFC; border: 1px solid #E5E5E5; } .identity-dark { background: #3b3b3b; } .identity-wordmark-large { padding: 3em; margin-top: 1.75rem; } .identity-wordmark-small { padding: 2em; margin-top: 1.75rem; } @media (min-width: 37.125em) { .identity-wordmark-small { margin-bottom: 1.75rem; } } .identity-wordmark-spacing { margin-top: 1.75rem; } @media (min-width: 37.125em) { .identity-wordmark-spacing { margin-top: 1.75rem / 2; } } /*! normalize-opentype v0.1.2 | MIT License | kennethormandy.com/journal/normalize-opentype-css */ /** * 1. Turn on kerning, standard ligatures, and proportional, oldstyle numerals * Turn off all other ligatures, tabular, lining numerals, and alternates */ html, body { -webkit-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0; -moz-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0; -ms-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0; feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0; /* 1. */ } /* Headings ========================================================================== */ /** * 1. Turn on discretionary ligatures for larger headings */ h1, h2, h3 { -webkit-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 1; -moz-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 1; -ms-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 1; feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 1; /* 1. */ } /* Text-level semantics ========================================================================== */ /** * 1. Change all letters to uppercase * 2. Turn on small caps for upper and lowercase letters */ abbr { text-transform: uppercase; /* 1 */ -webkit-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "smcp" 1 "c2sc" 1; -moz-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "smcp" 1 "c2sc" 1; -ms-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "smcp" 1 "c2sc" 1; feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "smcp" 1 "c2sc" 1; /* 2 */ } time { -webkit-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0; -moz-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0; -ms-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0; feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0; } /* * 1. Turn off kerning and ligatures, * Turn on lining, tabular numerals, slashed zero */ pre, kbd, samp, code { -webkit-font-feature-settings: "kern" 0 "liga" 0 "dlig" 0 "pnum" 0 "tnum" 1 "onum" 0 "lnum" 1 "zero" 1; -moz-font-feature-settings: "kern" 0 "liga" 0 "dlig" 0 "pnum" 0 "tnum" 1 "onum" 0 "lnum" 1 "zero" 1; -ms-font-feature-settings: "kern" 0 "liga" 0 "dlig" 0 "pnum" 0 "tnum" 1 "onum" 0 "lnum" 1 "zero" 1; feature-settings: "kern" 0 "liga" 0 "dlig" 0 "pnum" 0 "tnum" 1 "onum" 0 "lnum" 1 "zero" 1; /* 1. */ } /** * 1. Turn on proper supercript numerals */ sup { -webkit-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0 "sups" 1; -moz-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0 "sups" 1; -ms-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0 "sups" 1; feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0 "sups" 1; /* 1. */ } /** * 1. Turn on proper subscript numerals */ sub { -webkit-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0 "subs" 1; -moz-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0 "subs" 1; -ms-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0 "subs" 1; feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0 "subs" 1; /* 1. */ } /* Forms ========================================================================== */ /** * 1. Turns on lining, proportional numerals without clarified zeroes * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode */ input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="number"], input[type="range"], input[type="tel"], input[type="week"] { -webkit-font-feature-settings: "kern" 0 "liga" 1 "pnum" 1 "tnum" 0 "onum" 0 "lnum" 1 "zero" 0; -moz-font-feature-settings: "kern" 0 "liga" 1 "pnum" 1 "tnum" 0 "onum" 0 "lnum" 1 "zero" 0; -ms-font-feature-settings: "kern" 0 "liga" 1 "pnum" 1 "tnum" 0 "onum" 0 "lnum" 1 "zero" 0; feature-settings: "kern" 0 "liga" 1 "pnum" 1 "tnum" 0 "onum" 0 "lnum" 1 "zero" 0; /* 1. */ } /* Tables ========================================================================== */ /** * 1. Turns on tabular, lining numerals and slashed zero * Turns off kerning, as it could impact tabular numerals */ table { -webkit-font-feature-settings: "kern" 0 "liga" 1 "pnum" 0 "tnum" 1 "onum" 0 "lnum" 1 "zero" 1; -moz-font-feature-settings: "kern" 0 "liga" 1 "pnum" 0 "tnum" 1 "onum" 0 "lnum" 1 "zero" 1; -ms-font-feature-settings: "kern" 0 "liga" 1 "pnum" 0 "tnum" 1 "onum" 0 "lnum" 1 "zero" 1; feature-settings: "kern" 0 "liga" 1 "pnum" 0 "tnum" 1 "onum" 0 "lnum" 1 "zero" 1; /* 1. */ } /** * 1. Revert to defaults for table headings */ table thead, table tfoot { -webkit-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0; -moz-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0; -ms-font-feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0; feature-settings: "kern" 1 "liga" 1 "pnum" 1 "tnum" 0 "onum" 1 "lnum" 0 "dlig" 0; /* 2. */ } /** * Bootstrap * * We import all of bootstrap. * Do not modify, so things are predictable. */ /*! * Bootstrap v3.0.0 * * Copyright 2013 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world by @mdo and @fat. */ /*! normalize.css v2.1.0 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } [hidden] { display: none; } html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } a:focus { outline: thin dotted; } a:active, a:hover { outline: 0; } h1 { font-size: 2em; margin: 0.67em 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } mark { background: #ff0; color: #000; } code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } pre { white-space: pre-wrap; } q { quotes: "\201C" "\201D" "\2018" "\2019"; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; } button, input { line-height: normal; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } table { border-collapse: collapse; border-spacing: 0; } @media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 2cm 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .table td, .table th { background-color: #fff !important; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Open Sans", Tahoma, Verdana, Segoe, sans-serif; font-size: 1.125; line-height: 1.667; color: #555; background-color: #FCFCFC; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #599ab0; text-decoration: none; } a:hover, a:focus { color: #457289; text-decoration: underline; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } img { vertical-align: middle; } .img-responsive { display: inline-block; max-width: 100%; height: auto; } .img-rounded { border-radius: 3px; } .img-circle { border-radius: 500px; } hr { margin-top: 1.667em; margin-bottom: 1.667em; border: 0; border-top: 1px solid #FAFAFA; } p { margin: 0 0 0.8335em; } .lead { margin-bottom: 1.667em; font-size: 1.29375; font-weight: 200; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 1.6875; } } small { font-size: 85%; } cite { font-style: normal; } .text-muted { color: #E5E5E5; } .text-primary { color: #6B919E; } .text-warning { color: #c09853; } .text-danger { color: #b94a48; } .text-success { color: #468847; } .text-info { color: #3a87ad; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, #nav-aside .nav-aside-header, #nav-aside .nav-aside-subheader { font-family: "Open Sans", Tahoma, Verdana, Segoe, sans-serif; font-weight: 600; line-height: 1.2; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small { font-weight: normal; line-height: 1; color: #E5E5E5; } h1, h2, h3 { margin-top: 1.667em; margin-bottom: 0.8335em; } h4, h5, h6 { margin-top: 0.8335em; margin-bottom: 0.8335em; } h1, .h1 { font-size: 4; } h2, .h2 { font-size: 3; } h3, .h3 { font-size: 2; } h4, .h4 { font-size: 2; } h5, .h5 { font-size: 1.125; } h6, .h6, #nav-aside .nav-aside-header, #nav-aside .nav-aside-subheader { font-size: 1; } h1 small, .h1 small { font-size: 2; } h2 small, .h2 small { font-size: 2; } h3 small, .h3 small, h4 small, .h4 small { font-size: 1.125; } .page-header { padding-bottom: -0.1665em; margin: 3.334em 0 1.667em; border-bottom: 1px solid #FAFAFA; } ul, ol { margin-top: 0; margin-bottom: 0.8335em; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-bottom: 1.667em; } dt, dd { line-height: 1.667; } dt { font-weight: bold; } dd { margin-left: 0; } .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; /* 1 */ display: table; /* 2 */ } .dl-horizontal dd:after { clear: both; } .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; /* 1 */ display: table; /* 2 */ } .dl-horizontal dd:after { clear: both; } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #E5E5E5; } abbr.initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 0.8335em 1.667em; margin: 0 0 1.667em; border-left: 5px solid #ADADAD; } blockquote p { font-size: 1.40625; font-weight: 300; line-height: 1.25; } blockquote p:last-child { margin-bottom: 0; } blockquote small { display: block; line-height: 1.667; color: #E5E5E5; } blockquote small:before { content: '\2014 \00A0'; } blockquote.pull-right { float: right; padding-right: 15px; padding-left: 0; border-right: 5px solid #ADADAD; border-left: 0; } blockquote.pull-right p, blockquote.pull-right small { text-align: right; } blockquote.pull-right small:before { content: ''; } blockquote.pull-right small:after { content: '\00A0 \2014'; } q:before, q:after, blockquote:before, blockquote:after { content: ""; } address { display: block; margin-bottom: 1.667em; font-style: normal; line-height: 1.667; } code, pre { font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", Courier, monospace; } code { padding: 2px 4px; font-size: 90%; color: #555; background-color: #f6f6f6; border-radius: 4px; } pre { display: block; padding: 0.3335em; margin: 0 0 0.8335em; font-size: 0.125; line-height: 1.667; word-break: break-all; word-wrap: break-word; color: #7C7C7C; background-color: #f6f6f6; border: 1px solid #e9e9e9; border-radius: 2px; } pre.prettyprint { margin-bottom: 1.667em; } pre code { padding: 0; color: inherit; white-space: pre-wrap; background-color: transparent; border: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; } .container:before, .container:after { content: " "; /* 1 */ display: table; /* 2 */ } .container:after { clear: both; } .container:before, .container:after { content: " "; /* 1 */ display: table; /* 2 */ } .container:after { clear: both; } .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } .row:after { clear: both; } .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } .row:after { clear: both; } @media (min-width: 37.125em) { .row { margin-left: -0.875rem; margin-right: -0.875rem; } } .row .row { margin-left: -0.875rem; margin-right: -0.875rem; } .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } .row:after { clear: both; } .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } .row:after { clear: both; } @media (min-width: 37.125em) { .row { margin-left: 0; margin-right: 0; } } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { position: relative; min-height: 1px; padding-left: 0.875rem; padding-right: 0.875rem; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: left; } .col-1 { width: 8.33333333%; } .col-2 { width: 16.66666667%; } .col-3 { width: 25%; } .col-4 { width: 33.33333333%; } .col-5 { width: 41.66666667%; } .col-6 { width: 50%; } .col-7 { width: 58.33333333%; } .col-8 { width: 66.66666667%; } .col-9 { width: 75%; } .col-10 { width: 83.33333333%; } .col-11 { width: 91.66666667%; } .col-12 { width: 100%; } @media (min-width: 37.125em) { .container { max-width: 54em; } .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-1 { width: 8.33333333%; } .col-sm-2 { width: 16.66666667%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.33333333%; } .col-sm-5 { width: 41.66666667%; } .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.33333333%; } .col-sm-8 { width: 66.66666667%; } .col-sm-9 { width: 75%; } .col-sm-10 { width: 83.33333333%; } .col-sm-11 { width: 91.66666667%; } .col-sm-12 { width: 100%; } .col-push-1 { left: 8.33333333%; } .col-push-2 { left: 16.66666667%; } .col-push-3 { left: 25%; } .col-push-4 { left: 33.33333333%; } .col-push-5 { left: 41.66666667%; } .col-push-6 { left: 50%; } .col-push-7 { left: 58.33333333%; } .col-push-8 { left: 66.66666667%; } .col-push-9 { left: 75%; } .col-push-10 { left: 83.33333333%; } .col-push-11 { left: 91.66666667%; } .col-pull-1 { right: 8.33333333%; } .col-pull-2 { right: 16.66666667%; } .col-pull-3 { right: 25%; } .col-pull-4 { right: 33.33333333%; } .col-pull-5 { right: 41.66666667%; } .col-pull-6 { right: 50%; } .col-pull-7 { right: 58.33333333%; } .col-pull-8 { right: 66.66666667%; } .col-pull-9 { right: 75%; } .col-pull-10 { right: 83.33333333%; } .col-pull-11 { right: 91.66666667%; } } @media (min-width: 46em) { .container { max-width: 54em; } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-1 { width: 8.33333333%; } .col-lg-2 { width: 16.66666667%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333333%; } .col-lg-5 { width: 41.66666667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.33333333%; } .col-lg-8 { width: 66.66666667%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333333%; } .col-lg-11 { width: 91.66666667%; } .col-lg-12 { width: 100%; } .col-offset-1 { margin-left: 8.33333333%; } .col-offset-2 { margin-left: 16.66666667%; } .col-offset-3 { margin-left: 25%; } .col-offset-4 { margin-left: 33.33333333%; } .col-offset-5 { margin-left: 41.66666667%; } .col-offset-6 { margin-left: 50%; } .col-offset-7 { margin-left: 58.33333333%; } .col-offset-8 { margin-left: 66.66666667%; } .col-offset-9 { margin-left: 75%; } .col-offset-10 { margin-left: 83.33333333%; } .col-offset-11 { margin-left: 91.66666667%; } } @media (min-width: 75em) { .container { max-width: 54em; } } table { max-width: 100%; background-color: transparent; } th { text-align: left; } .table { width: 100%; margin-bottom: 1.667em; } .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { padding: 0.531em; line-height: 1.667; vertical-align: top; border-top: 1px solid #ddd; } .table thead > tr > th { vertical-align: bottom; } .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td { border-top: 0; } .table tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #FCFCFC; } .table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td { padding: 0.216em; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; } table col[class^="col-"] { float: none; display: table-column; } table td[class^="col-"], table th[class^="col-"] { float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; border-color: #d6e9c6; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; border-color: #eed3d7; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; border-color: #fbeed5; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td { background-color: #d0e9c6; border-color: #c9e2b3; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td { background-color: #ebcccc; border-color: #e6c1c7; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td { background-color: #faf2cc; border-color: #f8e5be; } fieldset { padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 1.667em; font-size: 1.6875; line-height: inherit; color: #7C7C7C; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } input[type="file"] { display: block; } select[multiple], select[size] { height: auto; } select optgroup { font-size: inherit; font-style: inherit; font-family: inherit; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { height: auto; } .form-control:-moz-placeholder { color: #E5E5E5; } .form-control::-moz-placeholder { color: #E5E5E5; } .form-control:-ms-input-placeholder { color: #E5E5E5; } .form-control::-webkit-input-placeholder { color: #E5E5E5; } .form-control { display: block; width: 100%; height: 1.667em; padding: 0.36em 0.6em; font-size: 1.125; line-height: 1.667; color: #ADADAD; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #FAFAFA; } textarea.form-control { height: auto; } .form-group { margin-bottom: 15px; } .radio, .checkbox { display: block; min-height: 1.667em; margin-top: 10px; margin-bottom: 10px; padding-left: 20px; vertical-align: middle; } .radio label, .checkbox label { display: inline; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } .input-large { height: 2.04837256em; padding: 0.6em 0.885em; font-size: 1.22877778; border-radius: 3px; } .input-small { height: 1.75035em; padding: 0.216em 0.36em; font-size: 1.05; border-radius: 1px; } select.input-large { height: 2.04837256em; line-height: 2.04837256em; } select.input-small { height: 1.75035em; line-height: 1.75035em; } textarea.input-large, textarea.input-small { height: auto; } .has-warning .help-block, .has-warning .control-label { color: #c09853; } .has-warning .form-control { padding-right: 32px; border-color: #c09853; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #a47e3c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; } .has-warning .input-group-addon { color: #c09853; border-color: #c09853; background-color: #fcf8e3; } .has-error .help-block, .has-error .control-label { color: #b94a48; } .has-error .form-control { padding-right: 32px; border-color: #b94a48; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #953b39; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; } .has-error .input-group-addon { color: #b94a48; border-color: #b94a48; background-color: #f2dede; } .has-success .help-block, .has-success .control-label { color: #468847; } .has-success .form-control { padding-right: 32px; border-color: #468847; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #356635; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; } .has-success .input-group-addon { color: #468847; border-color: #468847; background-color: #dff0d8; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #959595; } .btn { display: inline-block; padding: 0.36em 0.6em; margin-bottom: 0; font-size: 1.125; font-weight: 500; line-height: 1.667; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid transparent; border-radius: 2px; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { color: #e6e6e6; text-decoration: none; } .btn:active, .btn.active { outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: default; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } .btn-default { color: #fff; background-color: #474949; border-color: #2e2f2f; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active { background-color: #3a3c3c; border-color: #151515; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #474949; border-color: #2e2f2f; } .btn-primary { color: #fff; background-color: #6B919E; border-color: #557681; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active { background-color: #5f8491; border-color: #415a62; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #6B919E; border-color: #557681; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #ec971f; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active { background-color: #eea236; border-color: #c77c11; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #ec971f; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #c9302c; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active { background-color: #d43f3a; border-color: #a02622; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #c9302c; } .btn-success { color: #fff; background-color: #81586C; border-color: #634353; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active { background-color: #724e5f; border-color: #442f39; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #81586C; border-color: #634353; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #31b0d5; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active { background-color: #46b8da; border-color: #2390b0; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #31b0d5; } .btn-link { color: #599ab0; font-weight: normal; cursor: pointer; border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #457289; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #7C7C7C; text-decoration: none; } .btn-large { padding: 0.6em 0.885em; font-size: 1.22877778; border-radius: 3px; } .btn-small, .btn-mini { padding: 0.216em 0.36em; font-size: 1.05; line-height: 1.5; border-radius: 1px; } .btn-mini { padding: 3px 5px; } .btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -moz-transition: opacity 0.15s linear; -ms-transition: opacity 0.15s linear; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } .collapsing { position: relative; height: 0; overflow: hidden; -moz-transition: height 0.35s ease; -ms-transition: height 0.35s ease; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } .input-group { display: table; border-collapse: separate; } .input-group.col { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { width: 100%; margin-bottom: 0; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0.36em 0.6em; font-size: 1.125; font-weight: normal; line-height: 1.667; text-align: center; background-color: #FAFAFA; border: 1px solid #ccc; border-radius: 2px; } .input-group-addon.input-small { padding: 0.216em 0.36em; font-size: 1.05; border-radius: 1px; } .input-group-addon.input-large { padding: 0.6em 0.885em; font-size: 1.22877778; border-radius: 3px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -4px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:active { z-index: 2; } .form-inline .form-control, .form-inline .radio, .form-inline .checkbox { display: inline-block; } .form-inline .radio, .form-inline .checkbox { margin-top: 0; margin-bottom: 0; } .form-horizontal .control-label { padding-top: 9px; } .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; /* 1 */ display: table; /* 2 */ } .form-horizontal .form-group:after { clear: both; } .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; /* 1 */ display: table; /* 2 */ } .form-horizontal .form-group:after { clear: both; } @media (min-width: 37.125em) { .form-horizontal .form-group { margin-left: -0.875rem; margin-right: -0.875rem; } } .form-horizontal .form-group .row { margin-left: -0.875rem; margin-right: -0.875rem; } .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; /* 1 */ display: table; /* 2 */ } .form-horizontal .form-group:after { clear: both; } .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; /* 1 */ display: table; /* 2 */ } .form-horizontal .form-group:after { clear: both; } @media (min-width: 37.125em) { .form-horizontal .form-group { margin-left: 0; margin-right: 0; } } @media (min-width: 37.125em) { .form-horizontal .control-label { text-align: right; } } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid #000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: -0.1665em 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.667; color: #7C7C7C; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #fff; background-color: #5f8491; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#6B919E), to(#5f8491)); background-image: -webkit-linear-gradient(top, #6B919E, 0%, #5f8491, 100%); background-image: -moz-linear-gradient(top, #6B919E 0%, #5f8491 100%); background-image: linear-gradient(to bottom, #6B919E 0%, #5f8491 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b919e', endColorstr='#ff5f8491', GradientType=0); } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #5f8491; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#6B919E), to(#5f8491)); background-image: -webkit-linear-gradient(top, #6B919E, 0%, #5f8491, 100%); background-image: -moz-linear-gradient(top, #6B919E 0%, #5f8491 100%); background-image: linear-gradient(to bottom, #6B919E 0%, #5f8491 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b919e', endColorstr='#ff5f8491', GradientType=0); } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #E5E5E5; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 1.05; line-height: 1.667; color: #E5E5E5; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid #000; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 30px 10px 15px; margin-bottom: -1px; background-color: transparent; border: 1px solid #ddd; } .list-group-item:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .list-group-item > .badge { float: right; margin-right: -15px; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } a.list-group-item .list-group-item-heading { color: #333; } a.list-group-item .list-group-item-text { color: #555; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; background-color: #f5f5f5; } a.list-group-item.active { z-index: 2; color: #fff; background-color: #6B919E; border-color: #6B919E; } a.list-group-item.active .list-group-item-heading { color: inherit; } a.list-group-item.active .list-group-item-text { color: #e6edef; } .panel { padding: 15px; margin-bottom: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-heading { margin: -15px -15px 15px; padding: 10px 15px; background-color: #f5f5f5; border-bottom: 1px solid #ddd; border-top-left-radius: 1px; border-top-right-radius: 1px; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 1.40625; font-weight: 500; } .panel-footer { margin: 15px -15px -15px; padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; } .panel-primary { border-color: #6B919E; } .panel-primary .panel-heading { color: #fff; background-color: #6B919E; border-color: #6B919E; } .panel-success { border-color: #d6e9c6; } .panel-success .panel-heading { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; } .panel-warning { border-color: #fbeed5; } .panel-warning .panel-heading { color: #c09853; background-color: #fcf8e3; border-color: #fbeed5; } .panel-danger { border-color: #eed3d7; } .panel-danger .panel-heading { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; } .panel-info { border-color: #bce8f1; } .panel-info .panel-heading { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; } .list-group-flush { margin: 15px -15px -15px; } .list-group-flush .list-group-item { border-width: 1px 0; } .list-group-flush .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .list-group-flush .list-group-item:last-child { border-bottom: 0; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #FAFAFA; border: 1px solid #e8e8e8; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-large { padding: 24px; border-radius: 3px; } .well-small { padding: 9px; border-radius: 1px; } .close { float: right; font-size: 1.6875; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav:before, .nav:after { content: " "; /* 1 */ display: table; /* 2 */ } .nav:after { clear: both; } .nav:before, .nav:after { content: " "; /* 1 */ display: table; /* 2 */ } .nav:after { clear: both; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #FAFAFA; } .nav > li.disabled > a { color: #E5E5E5; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #E5E5E5; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav.open > a, .nav.open > a:hover, .nav.open > a:focus { color: #fff; background-color: #599ab0; border-color: #599ab0; } .nav.open > a .caret, .nav.open > a:hover .caret, .nav.open > a:focus .caret { border-top-color: #fff; border-bottom-color: #fff; } .nav > .pull-right { float: right; } .nav .nav-divider { height: 1px; margin: -0.1665em 0; overflow: hidden; background-color: #e5e5e5; } .nav-justified { width: 100%; } .nav-justified > li { float: none; display: table-cell; width: 1%; } .nav-justified > li > a { text-align: center; } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; margin-right: 0; } .nav-tabs-justified > .active > a { border-bottom-color: #FCFCFC; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.667; border: 1px solid transparent; border-radius: 2px 2px 0 0; } .nav-tabs > li > a:hover { border-color: #FAFAFA; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #ADADAD; background-color: #FCFCFC; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { text-align: center; } .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; margin-right: 0; } .nav-tabs.nav-justified > .active > a { border-bottom-color: #FCFCFC; } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 5px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #6B919E; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .tabbable:before, .tabbable:after { content: " "; /* 1 */ display: table; /* 2 */ } .tabbable:after { clear: both; } .tabbable:before, .tabbable:after { content: " "; /* 1 */ display: table; /* 2 */ } .tabbable:after { clear: both; } .tab-content > .tab-pane, .pill-content > .pill-pane { display: none; } .tab-content > .active, .pill-content > .active { display: block; } .nav .caret { border-top-color: #599ab0; border-bottom-color: #599ab0; } .nav a:hover .caret { border-top-color: #457289; border-bottom-color: #457289; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 5rem; margin-bottom: 20px; padding-left: 0.875rem; padding-right: 0.875rem; background-color: #6B919E; border-radius: 2px; } .navbar:before, .navbar:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar:after { clear: both; } .navbar:before, .navbar:after { content: " "; /* 1 */ display: table; /* 2 */ } .navbar:after { clear: both; } .navbar-nav { margin-top: 10px; margin-bottom: 15px; } .navbar-nav > li > a { padding-top: 1.6665rem; padding-bottom: 1.6665rem; color: #D3DEE1; line-height: 20px; border-radius: 2px; } .navbar-nav > li > a:hover, .navbar-nav > li > a:focus { color: #c4d3d7; background-color: #597c87; } .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus { color: white; background-color: #658c9a; } .navbar-nav > .disabled > a, .navbar-nav > .disabled > a:hover, .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-nav.pull-right { width: 100%; } .navbar-static-top { border-radius: 0; } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; border-radius: 0; } .navbar-fixed-top { top: 0; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; } .navbar-brand { display: block; max-width: 200px; margin-left: auto; margin-right: auto; padding: 1em 0.875rem; font-size: 1.22877778; font-weight: 500; line-height: 1.667em; color: #D3DEE1; text-align: center; } .navbar-brand:hover, .navbar-brand:focus { color: #b5c7cc; text-decoration: none; background-color: transparent; } .navbar-toggle { position: absolute; top: -13.5rem; right: 10px; width: 48px; height: 32px; padding: 8px 12px; background-color: transparent; border: 1px solid #ddd; border-radius: 2px; } .navbar-toggle:hover, .navbar-toggle:focus { background-color: #ddd; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; background-color: #ccc; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } .navbar-form { margin-top: 1.6665rem; margin-bottom: 1.6665rem; } .navbar-form .form-control, .navbar-form .radio, .navbar-form .checkbox { display: inline-block; } .navbar-form .radio, .navbar-form .checkbox { margin-top: 0; margin-bottom: 0; } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .navbar-nav > .dropdown > a:hover .caret, .navbar-nav > .dropdown > a:focus .caret { border-top-color: #c4d3d7; border-bottom-color: #c4d3d7; } .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus { background-color: #658c9a; color: white; } .navbar-nav > .open > a .caret, .navbar-nav > .open > a:hover .caret, .navbar-nav > .open > a:focus .caret { border-top-color: white; border-bottom-color: white; } .navbar-nav > .dropdown > a .caret { border-top-color: #D3DEE1; border-bottom-color: #D3DEE1; } .navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right { left: auto; right: 0; } .navbar-inverse { background-color: #222; } .navbar-inverse .navbar-brand { color: #E5E5E5; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #E5E5E5; } .navbar-inverse .navbar-nav > li > a { color: #E5E5E5; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #fff; } .navbar-inverse .navbar-nav > .dropdown > a:hover .caret { border-top-color: #fff; border-bottom-color: #fff; } .navbar-inverse .navbar-nav > .dropdown > a .caret { border-top-color: #E5E5E5; border-bottom-color: #E5E5E5; } .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret { border-top-color: #fff; border-bottom-color: #fff; } @media screen and (min-width: 46em) { .navbar-brand { float: left; margin-left: -0.875rem; margin-right: 5px; } .navbar-nav { float: left; margin-top: 0; margin-bottom: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { border-radius: 0; } .navbar-nav.pull-right { float: right; width: auto; } .navbar-toggle { position: relative; top: auto; left: auto; display: none; } .nav-collapse.collapse { display: block !important; height: auto !important; overflow: visible !important; } } .navbar-btn { margin-top: 1.6665rem; } .navbar-text { margin-top: 1.6665rem; margin-bottom: 1.6665rem; } .navbar-link { color: #D3DEE1; } .navbar-link:hover { color: #c4d3d7; } .navbar-inverse .navbar-link { color: #E5E5E5; } .navbar-inverse .navbar-link:hover { color: #fff; } .btn .caret { border-top-color: #fff; } .dropup .btn .caret { border-bottom-color: #fff; } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active { z-index: 2; } .btn-group .btn + .btn { margin-left: -1px; } .btn-toolbar:before, .btn-toolbar:after { content: " "; /* 1 */ display: table; /* 2 */ } .btn-toolbar:after { clear: both; } .btn-toolbar:before, .btn-toolbar:after { content: " "; /* 1 */ display: table; /* 2 */ } .btn-toolbar:after { clear: both; } .btn-toolbar .btn-group { float: left; } .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-large + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn .caret { margin-left: 0; } .btn-large .caret { border-width: 5px; } .dropup .btn-large .caret { border-bottom-width: 5px; } .btn-group-vertical > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn + .btn { margin-top: -1px; } .btn-group-vertical .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical .btn:first-child { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical .btn:last-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; } .btn-group-justified .btn { float: none; display: table-cell; width: 1%; } .btn-group[data-toggle="buttons"] > .btn > input[type="radio"], .btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } .breadcrumb { padding: 8px 15px; margin-bottom: 1.667em; list-style: none; background-color: #f5f5f5; border-radius: 2px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #ccc; } .breadcrumb > .active { color: #E5E5E5; } .pagination { display: inline-block; padding-left: 0; margin: 1.667em 0; border-radius: 2px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { float: left; padding: 4px 12px; line-height: 1.667; text-decoration: none; background-color: #fff; border: 1px solid #ddd; border-left-width: 0; } .pagination > li:first-child > a, .pagination > li:first-child > span { border-left-width: 1px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span { background-color: #f5f5f5; } .pagination > .active > a, .pagination > .active > span { color: #E5E5E5; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #E5E5E5; background-color: #fff; cursor: not-allowed; } .pagination-large > li > a, .pagination-large > li > span { padding: 0.6em 0.885em; font-size: 1.22877778; } .pagination-large > li:first-child > a, .pagination-large > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-large > li:last-child > a, .pagination-large > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pagination-small > li > a, .pagination-small > li > span { padding: 0.216em 0.36em; font-size: 1.05; } .pagination-small > li:first-child > a, .pagination-small > li:first-child > span { border-bottom-left-radius: 1px; border-top-left-radius: 1px; } .pagination-small > li:last-child > a, .pagination-small > li:last-child > span { border-bottom-right-radius: 1px; border-top-right-radius: 1px; } .pager { padding-left: 0; margin: 1.667em 0; list-style: none; text-align: center; } .pager:before, .pager:after { content: " "; /* 1 */ display: table; /* 2 */ } .pager:after { clear: both; } .pager:before, .pager:after { content: " "; /* 1 */ display: table; /* 2 */ } .pager:after { clear: both; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #f5f5f5; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #E5E5E5; background-color: #fff; cursor: not-allowed; } .alert { padding: 10px 35px 10px 15px; margin-bottom: 1.667em; color: #c09853; background-color: #fcf8e3; border: 1px solid #fbeed5; border-radius: 2px; } .alert h4 { margin-top: 0; color: inherit; } .alert hr { border-top-color: #f8e5be; } .alert .alert-link { font-weight: 500; color: #a47e3c; } .alert .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #356635; } .alert-danger { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; } .alert-danger hr { border-top-color: #e6c1c7; } .alert-danger .alert-link { color: #953b39; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #2d6987; } .alert-block { padding-top: 15px; padding-bottom: 15px; } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } .thumbnail, .img-thumbnail { padding: 4px; line-height: 1.667; background-color: #FCFCFC; border: 1px solid #ddd; border-radius: 2px; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .thumbnail { display: block; } .thumbnail > img, .img-thumbnail { display: inline-block; max-width: 100%; height: auto; } a.thumbnail:hover, a.thumbnail:focus { border-color: #599ab0; } .thumbnail > img { margin-left: auto; margin-right: auto; } .thumbnail .caption { padding: 9px; color: #555; } .media, .media-body { overflow: hidden; zoom: 1; } .media, .media .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media-object { display: block; } .media-heading { margin: 0 0 5px; } .media > .pull-left { margin-right: 10px; } .media > .pull-right { margin-left: 10px; } .media-list { padding-left: 0; list-style: none; } .label { display: inline; padding: 0.25em 0.6em; font-size: 75%; font-weight: 500; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #E5E5E5; border-radius: 0.25em; } .label[href]:hover, .label[href]:focus { color: #fff; text-decoration: none; cursor: pointer; background-color: #cccccc; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .label-success { background-color: #81586C; } .label-success[href]:hover, .label-success[href]:focus { background-color: #634353; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 1.05; font-weight: bold; color: #ADADAD; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: transparent; border-radius: 10px; } .badge:empty { display: none; } a.badge:hover, a.badge:focus { color: #949494; text-decoration: none; cursor: pointer; } .btn .badge { position: relative; top: -1px; } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #599ab0; background-color: transparent; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding: 30px; margin-bottom: 30px; font-size: 1.6875; font-weight: 200; line-height: 2.5005; color: #555; background-color: #E5E5E5; } .jumbotron h1 { line-height: 1; color: #555; } .jumbotron p { line-height: 1.4; } @media screen and (min-width: 37.125em) { .jumbotron { padding: 50px 60px; border-radius: 3px; } .jumbotron h1 { font-size: 5.0625; } } .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } .pull-right { float: right; } .pull-left { float: left; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .affix { position: fixed; } @-ms-viewport { width: device-width; } @media screen and (max-width: 400px) { @-ms-viewport { width: 320px; } } .hidden { display: none !important; visibility: hidden !important; } .visible-sm { display: block !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } .visible-md { display: none !important; } tr.visible-md { display: none !important; } th.visible-md, td.visible-md { display: none !important; } .visible-lg { display: none !important; } tr.visible-lg { display: none !important; } th.visible-lg, td.visible-lg { display: none !important; } .hidden-sm { display: none !important; } tr.hidden-sm { display: none !important; } th.hidden-sm, td.hidden-sm { display: none !important; } .hidden-md { display: block !important; } tr.hidden-md { display: table-row !important; } th.hidden-md, td.hidden-md { display: table-cell !important; } .hidden-lg { display: block !important; } tr.hidden-lg { display: table-row !important; } th.hidden-lg, td.hidden-lg { display: table-cell !important; } @media (min-width: 37.125em) and (max-width: 45.99em) { .visible-sm { display: none !important; } tr.visible-sm { display: none !important; } th.visible-sm, td.visible-sm { display: none !important; } .visible-md { display: block !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } .visible-lg { display: none !important; } tr.visible-lg { display: none !important; } th.visible-lg, td.visible-lg { display: none !important; } .hidden-sm { display: block !important; } tr.hidden-sm { display: table-row !important; } th.hidden-sm, td.hidden-sm { display: table-cell !important; } .hidden-md { display: none !important; } tr.hidden-md { display: none !important; } th.hidden-md, td.hidden-md { display: none !important; } .hidden-lg { display: block !important; } tr.hidden-lg { display: table-row !important; } th.hidden-lg, td.hidden-lg { display: table-cell !important; } } @media (min-width: 46em) { .visible-sm { display: none !important; } tr.visible-sm { display: none !important; } th.visible-sm, td.visible-sm { display: none !important; } .visible-md { display: none !important; } tr.visible-md { display: none !important; } th.visible-md, td.visible-md { display: none !important; } .visible-lg { display: block !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } .hidden-sm { display: block !important; } tr.hidden-sm { display: table-row !important; } th.hidden-sm, td.hidden-sm { display: table-cell !important; } .hidden-md { display: block !important; } tr.hidden-md { display: table-row !important; } th.hidden-md, td.hidden-md { display: table-cell !important; } .hidden-lg { display: none !important; } tr.hidden-lg { display: none !important; } th.hidden-lg, td.hidden-lg { display: none !important; } } .visible-print { display: none !important; } tr.visible-print { display: none !important; } th.visible-print, td.visible-print { display: none !important; } @media print { .visible-print { display: block !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } .hidden-print { display: none !important; } tr.hidden-print { display: none !important; } th.hidden-print, td.hidden-print { display: none !important; } } /** * Bootstrap Overrides * * Edit if you know what you are doing. * These files will affect the whole site. */ /* * Bootstrap v3.0.0 Override * */ *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 100%; overflow-y: scroll; background: #FCFCFC; min-height: 100%; font-family: "Open Sans", Tahoma, Verdana, Segoe, sans-serif; font-weight: 400; line-height: 1.667; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; } body { font-family: "Open Sans", Tahoma, Verdana, Segoe, sans-serif; font-size: 11.25px; font-size: 1.125rem; line-height: 1.667; color: #555; background-color: #FCFCFC; min-height: 100%; } a { color: #599ab0; text-decoration: none; } a:hover, a:focus { color: #457289; text-decoration: none; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } img { width: 100%; } ::selection { background: #bc9dac; } ::-moz-selection { background: #bc9dac; } p { margin-top: 0.8335em; margin-bottom: 0.8335em; } .lead { margin-bottom: 1.667em; font-size: 1.29375; font-weight: 200; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 1.6875; } } small { font-size: 85%; } cite { font-style: italic; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, #nav-aside .nav-aside-header, #nav-aside .nav-aside-subheader { margin-top: 1.667em; margin-bottom: 0.41675em; font-family: "Open Sans", Tahoma, Verdana, Segoe, sans-serif; font-weight: 600; line-height: 1.2; color: #3b3b3b; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small { font-weight: normal; line-height: 1; color: #E5E5E5; } h1 code, h2 code, h3 code, h4 code, h5 code, h6 code, .h1 code, .h2 code, .h3 code, .h4 code, .h5 code, .h6 code { font-weight: inherit; } h1, .h1 { font-size: 18.44px; font-size: 1.844rem; } h2, .h2 { font-size: 12.287777777777777px; font-size: 1.2287777777777777rem; } h3, .h3 { font-size: 11.25px; font-size: 1.125rem; } h4, .h4 { font-size: 11.25px; font-size: 1.125rem; } h5, .h5 { font-size: 11.25px; font-size: 1.125rem; } h6, .h6, #nav-aside .nav-aside-header, #nav-aside .nav-aside-subheader { font-size: 10.5px; font-size: 1.05rem; } ul { margin-top: 0.8335em; margin-bottom: 0.8335em; } li { margin-top: 0; margin-bottom: 0; } pre { color: #777; font-weight: 300; margin-top: 0.8335em; margin-bottom: 0.8335em; } pre code { font-size: 10px; font-size: 1rem; } h1 small, .h1 small { font-size: 2; } h2 small, .h2 small { font-size: 2; } h3 small, .h3 small, h4 small, .h4 small { font-size: 1.125; } ul, ol { margin-top: 0; padding-left: 0; margin-bottom: 0.8335em; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } ul li, ol li { padding-left: 0; margin-left: 0; } ul li { margin-left: 1.5em; } @media (min-width: 46em) { ul li { margin-left: 0; } } ol { counter-reset: li; list-style-type: none; } ol li > h1:first-child:before, ol li > h2:first-child:before, ol li > h3:first-child:before, ol li > h4:first-child:before, ol li > h5:first-child:before, ol li > h6:first-child:before, ol li > strong:first-child:before, ol li > em:first-child:before { content: counter(li) "."; position: absolute; margin: -0.5em -0.5em -0.5em -1.5em; padding: 0.5em; background: #FCFCFC; z-index: -1; } @media (min-width: 46em) { ol li > h1:first-child:before, ol li > h2:first-child:before, ol li > h3:first-child:before, ol li > h4:first-child:before, ol li > h5:first-child:before, ol li > h6:first-child:before, ol li > strong:first-child:before, ol li > em:first-child:before { margin-right: 0.25em; margin-left: -1.75em; } } ol > li { position: relative; list-style: none; } ol > li:before { content: counter(li) "."; counter-increment: li; display: block; float: left; z-index: -2; position: relative; margin-right: 0.25em; } @media (min-width: 46em) { ol > li:before { margin-left: -1.25em; } } code { padding: 0.125em 0.25em; margin: -0.125em 0; font-weight: 400; font-size: 95%; font-style: normal; color: #555; background-color: #f6f6f6; border-radius: 2px; } a code { background: inherit; color: inherit; } h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { background: transparent; border: none; color: #555; } pre { padding: 0.576em 1.2em 0.864em 0.972em; margin: 0 0 1.667em; line-height: 1.475; font-size: 1.05; color: #555; border: 1px solid #e9e9e9; border-radius: 2px; direction: ltr; text-align: left; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; word-wrap: break-word; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; -o-hyphens: none; hyphens: none; overflow-x: scroll; display: block; width: 100%; overflow: auto; max-width: 100%; } pre code { word-wrap: -moz-break-word; word-wrap: break-word; white-space: pre; word-wrap: normal; } .language-sh .prompt { width: 0px; overflow: hidden; } .language-sh .prompt:before { content: "$ "; display: inline; } .isnt-nix .language-sh .sudo { display: none; } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: #7C7C7C; } .token.punctuation { color: #98b386; } .namespace { color: #7b5a29; opacity: 0.7; } .token.property, .token.tag, .token.boolean, .token.number { color: #597247; } .token.selector, .token.attr-name, .token.string { color: #506e97; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #7C7C7C; } .token.atrule, .token.attr-value, .token.keyword { color: #925a7f; } .token.regex, .token.important { color: #e90; } .token.important { font-weight: bold; } .token.entity { cursor: help; } pre.line-numbers { position: relative; padding-left: 3.8em; counter-reset: linenumber; } pre.line-numbers > code { position: relative; } .line-numbers .line-numbers-rows { position: absolute; pointer-events: none; top: 0; font-size: 100%; left: -3.8em; width: 3em; /* works for line-numbers below 1000 lines */ letter-spacing: -1px; border-right: 1px solid #999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .line-numbers-rows > span { pointer-events: none; display: block; counter-increment: linenumber; } .line-numbers-rows > span:before { content: counter(linenumber); color: #999; display: block; padding-right: 0.8em; text-align: right; } .window .language-markup, .window .language-css, .window .language-json { line-height: 19px; font-size: 12px; } .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } .row:after { clear: both; } .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } .row:after { clear: both; } @media (min-width: 37.125em) { .row { margin-left: -0.875rem; margin-right: -0.875rem; } } .row .row { margin-left: -0.875rem; margin-right: -0.875rem; } .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } .row:after { clear: both; } .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } .row:after { clear: both; } @media (min-width: 37.125em) { .row { margin-left: 0; margin-right: 0; } } .row-full { margin: 0 -0.875rem; } @media (min-width: 75em) { .container-large { max-width: 150%; width: 140%; position: relative; left: -20%; right: -20%; } } label { display: inline-block; margin-bottom: 0.125em; font-weight: bold; } input[type="search"] { -webkit-appearance: none; } .form-control { display: block; width: 100%; height: 1.667em; padding: 0.36em 0.6em; font-size: 1.125; line-height: 1.667; color: #ADADAD; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); } .form-group { margin-bottom: 1em; } .input-large { height: 2.04837256em; padding: 0.6em 0.885em; font-size: 1.22877778; border-radius: 3px; } .input-small { height: 1.75035em; padding: 0.216em 0.36em; font-size: 1.05; border-radius: 1px; } .btn { font-size: 1.05em; padding-top: 0.5em; padding-bottom: 0.55em; width: 100%; font-family: "Open Sans", Tahoma, Verdana, Segoe, sans-serif; font-weight: 400; border-width: 0 0 2px 0; border-radius: 2px; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.33); } .btn:hover, .btn:focus { text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; box-shadow: none; -webkit-transform: translateY(2px); -ms-transform: translateY(2px); transform: translateY(2px); text-shadow: none; border-color: transparent; transition: none; } .btn-block + .btn-block { margin-top: -0.5em; } .btn-info { background-color: #546d7a; border-color: #546D7A; color: white; } .btn-info:hover, .btn-info:focus { background-color: #4a606b; border-color: #4a606b; } .list-group { margin-bottom: 1em; } .list-group-item { position: relative; display: block; padding: 0.75em; background-color: transparent; border: 1px solid #ddd; border-width: 0; } .list-group-item:first-child { border-radius: 0; } .list-group-item:last-child { margin-bottom: 0; border-radius: 0; } .list-group-item > .badge { float: none; margin-left: 0.75em; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } a.list-group-item .list-group-item-heading { color: #333; } a.list-group-item .list-group-item-text { color: #555; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; background-color: #f5f5f5; } a.list-group-item.active { z-index: 2; color: #fff; background-color: #6B919E; border-color: #6B919E; } a.list-group-item.active .list-group-item-heading { color: inherit; } a.list-group-item.active .list-group-item-text { color: #e6edef; } .well { padding: 1.75rem; margin-bottom: 1.75rem; -webkit-box-shadow: none; box-shadow: none; } .well h2:first-child, .well h3:first-child, .well h4:first-child, .well h5:first-child { margin-top: 0; } .well-large { padding: 2.1875rem; } .well-small { padding: 1.75rem / 2; } .nav ul li { margin-left: 0; } .nav-pills > li > a { border-radius: 0; } .nav-pills > li + li { margin-left: 0; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #6B919E; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 0; margin-left: 0; } .navbar { min-height: 5rem; margin-bottom: 0; padding-left: 0.875rem; padding-right: 0.875rem; background: transparent; border-radius: 0; } .navbar-nav { margin: 0; } .navbar-nav > li > a { padding: 1.48133333rem 1rem 1.90457143rem 1rem; line-height: 1.667; border-radius: 0; color: #d3d3d3; } .jumbotron-knockout .navbar-nav > li > a { color: #D3DEE1; } .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active, .navbar-nav > li > a.active { color: #bababa; background: transparent; } .jumbotron-knockout .navbar-nav > li > a:hover, .jumbotron-knockout .navbar-nav > li > a:focus, .jumbotron-knockout .navbar-nav > li > a:active, .jumbotron-knockout .navbar-nav > li > a.active { color: #FCFCFC; } @media (max-width: 45.99em) { .nav-push li { padding: 0; margin: 0; } .nav-push > li > a.nav-push-item { border-radius: 0; border-bottom: 1px solid #FCFCFC; background: #e5e5e5; color: #6f6f6f; min-height: 5rem; } .nav-push > li > a.nav-push-item:hover { background: #e5e5e5; color: #a9a9a9; } .nav-push > li > a.nav-push-item.nav-push-navbar { height: 5rem; background: #FCFCFC; border-bottom: 1px solid #FCFCFC; } .jumbotron-knockout .nav-push > li > a.nav-push-item.nav-push-navbar { border-color: #6B919E; background: #6B919E; } .nav-push > li > a.nav-push-item.nav-push-navbar .wordmark { margin-top: -0.33em; max-height: 1.5rem; width: auto; } .nav-push > li > a.nav-push-item + ul a.nav-push-item { color: #a9a9a9; background: #ededed; min-height: 3.33333333rem; border-bottom: 1px solid #f9f9f9; padding-left: 1.5em; } .nav-push > li > a.nav-push-item + ul a.nav-push-item + ul a.nav-push-item { color: #a9a9a9; padding-left: 2em; background: #f4f4f4; border-bottom: 1px solid #f9f9f9; } .nav-push .active { border-radius: 0; background: #FCFCFC; border-color: #d8d8d8; color: #6f6f6f !important; } .nav-push .active-last { background: #FCFCFC !important; color: #555; } } @media (max-width: 45.99em) and (min-width: 46em) { .nav-push > li > a.nav-push-item { color: white; } } #nav-aside { margin-top: 5.75rem; } #nav-aside li { padding: 0; margin: 0; } #nav-aside .nav-aside-subheader { font-size: 9px; font-size: 0.9rem; } #nav-aside .nav-aside-item { font-size: 1.05; } #nav-aside .nav-aside-item > a, #nav-aside .nav-aside-item a { font-size: 9px; font-size: 0.9rem; font-weight: 400; margin-left: -1em; color: #778b92; } #nav-aside .nav-aside-item > a:hover, #nav-aside .nav-aside-item a:hover, #nav-aside .nav-aside-item > a:focus, #nav-aside .nav-aside-item a:focus, #nav-aside .nav-aside-item > a:active, #nav-aside .nav-aside-item a:active { color: #457289; background: transparent; } #nav-aside .nav-aside-item.active > a { background-color: #f6f6f6; color: #555; } .navbar-brand { display: block; padding: 1.6665rem 1.25rem 3.333rem 1.25rem; line-height: 1.667em; height: 5rem; margin: 0 auto; } .navbar-brand:focus { color: #b5c7cc; text-decoration: none; background-color: transparent; } .navbar-brand .wordmark { margin-top: -0.33em; height: 2.25rem; width: auto; overflow: visible; } .navbar-toggle { left: 0; top: 0; font-size: 25px; font-size: 2.5rem; text-align: center; width: 5rem; height: 5rem; padding: 0; margin: 0; border: none; border-radius: 2px; color: #ADADAD; } .navbar-toggle:before { content: ""; width: 0.75em; height: 0.125em; display: block; margin-left: 1.75rem / 2; margin-right: 1.75rem / 2; margin-top: 1.48133333rem; margin-bottom: 1.90457143rem; border-top: 0.125em solid #ADADAD; border-bottom: 0.375em double #ADADAD; } .jumbotron-knockout .navbar-toggle:before { border-color: #546D7A; } .navbar-toggle:hover, .navbar-toggle:focus, .is-open .navbar-toggle { color: #555; background-color: transparent; } .navbar-toggle:hover.jumbotron-knockout, .navbar-toggle:focus.jumbotron-knockout, .is-open .navbar-toggle.jumbotron-knockout { color: #599ab0; } .badge { display: inline-block; min-width: auto; padding: 0; font-size: 1.05; font-style: italic; font-weight: 400; background-color: transparent; border-radius: 0; } a.badge:hover .badge, a.badge:focus .badge, a:hover .badge, a:focus .badge { color: #949494; text-decoration: none; cursor: pointer; } .jumbotron { padding: 0; margin-bottom: 0; font-size: 1em; background: #FCFCFC; line-height: 2.5005; border-radius: 0; font-weight: 400; line-height: 1.475; } .jumbotron h1 { font-weight: 300; font-size: 2.25rem; line-height: 1.05; margin: 0 0 1em 0; } @media (min-width: 33em) { .jumbotron h1 { font-size: 2.75rem; } } @media (min-width: 46em) { .jumbotron h1 { font-size: 3rem; max-width: 100%; } } @media (min-width: 59em) { .jumbotron h1 { font-size: 4rem; } } .jumbotron-knockout { background: #6B919E; color: #D3DEE1; } .jumbotron-knockout h1 { color: #FCFCFC; } @media (max-width: 46em) { .pull-lg-right { float: right; } .pull-lg-left { float: left; } } .post-item { list-style-type: none; margin-bottom: 2em; } .post-link .post-title a:after { content: "\00A0\2192"; } .post-video { margin-top: 1em; margin-bottom: 2em; display: block; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .post-video iframe, .post-video object, .post-video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .post-header { margin-bottom: 2em; } .post-title { font-size: 20px; font-size: 2rem; display: block; margin: 0; } .post-meta { font-size: 10.5px; font-size: 1.05rem; margin: 0; color: #ADADAD; } .post-meta a { color: #8aa8b2; } .post-unpublished .post-meta:after { content: " unpublished"; font-style: italic; font-weight: 400; display: inline; color: #f6ce95; } .blog-container { margin-top: 3em; margin-bottom: 4em; } .blog-container li { margin-left: 0; } .blog-container .post p:first-of-type { font-size: 12.287777777777777px; font-size: 1.2287777777777777rem; line-hgiht: 1.2; } .blog-container .post h1, .blog-container .post h2, .blog-container .post h3, .blog-container .post h4, .blog-container .post h5, .blog-container .post h6 { clear: both; } .blog-container img { margin-left: -5%; margin-right: 5%; width: 110%; display: block; margin-left: -webkit-calc(1.75rem / -2); margin-right: -webkit-calc(1.75rem / -2); width: -webkit-calc(100% + 1.75rem); margin-left: -moz-calc(1.75rem / -2); margin-right: -moz-calc(1.75rem / -2); width: -moz-calc(100% + 1.75rem); margin-left: calc(1.75rem / -2); margin-right: calc(1.75rem / -2); width: calc(100% + 1.75rem); } @media (min-width: 75em) { .blog-container img { margin-left: -10%; margin-right: 10%; width: 120%; } } @media (min-width: 100em) { .blog-container img { margin-left: -20%; margin-right: 20%; width: 140%; } } .blog-container img img.browser { border: 1px solid #ADADAD; border-radius: 3px; } .blog-container img.thin { margin: 0; width: auto; max-width: 100%; } .blog-container code { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; } /* Blockquotes Corresponding Markdown is: > This is the blockquote > **Author [Source](http://example.com/article.html)** */ blockquote { font-weight: 400; font-style: italic; color: #6f6f6f; margin-left: 0; margin-right: 0; border-left: 0; padding-left: 0; line-height: inherit; } blockquote:before { color: #ADADAD; content: "\201c"; display: block; font-size: 8em; line-height: 1; position: relative; text-align: right; float: left; margin-top: -0.1em; margin-left: -0.5em; } blockquote p:last-child strong:only-child { font-style: normal; font-weight: 400; display: block; margin-top: 0.5em; } blockquote p:last-child strong:only-child:before { content: "\2014"; } /* Pullquotes Still working on a more Markdown-friendly solution Right now, use inline HTML as per: http://miekd.com/articles/pull-quotes-with-html5-and-css/ */ @media (min-width: 46em) { .pullquote:before { content: attr(data-pullquote); overflow: hidden; font-size: 1.66rem; float: left; width: 40%; margin-right: 0.5em; margin-bottom: 1em; color: #ADADAD; } } @media (min-width: 46em) and (min-width: 75em) { .pullquote:before { margin-left: -3em; width: 50%; } } /* Figures */ figcaption { color: #ADADAD; font-style: italic; } .caption-overlay { position: absolute; padding: 0.5em 0.75em; } /* Newsletter signup */ .post-closing { padding: 1.8em 1.77em 2.1em 1.77em; border-radius: 3px; margin-top: 3em; border: 1px solid #E5E5E5; } .post-closing input[type="email"] { padding: 0.5em 1em; margin-top: 1em; height: auto; } .post-closing .h1 { margin-top: 0; } /** * Typography * * Type, including font sizes, is taken care * of in _override/type.less. Make changes in * that file if it makes sense, or do what * you’d like in the shame section below, and * it can be moved into that module later. */ /** * Shame Sections * * Put whatever heresy you need to below * to get the results you need. Anything Goes. */ .wordmark-webfwd { max-width: 10em; margin-top: 2em; } .article-docs h1 + p:first-of-type { font-size: 12.287777777777777px; font-size: 1.2287777777777777rem; line-height: 1.6; } .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } body.is-open .github-fork { -webkit-transform: translate(240px, 0); -ms-transform: translate(240px, 0); transform: translate(240px, 0); } .btn-platform { margin-top: 15px; opacity: 0.5; -moz-transition: opacity 0.2s ease; -ms-transition: opacity 0.2s ease; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; font-size: 0.8em; } .btn-platform:hover { opacity: 1; } @media (min-width: 46em) { body .container { padding-left: 1.75rem / 2; padding-right: 1.75rem / 2; } body .container .container { padding-left: 0; padding-right: 0; } } .section-splash { padding-top: 2.5em; overflow-x: hidden; box-shadow: inset 0 -102px #FCFCFC; } .section-splash .btn { position: relative; z-index: 1; } .section-waves { width: 960px; margin: 0 auto; -webkit-transform: translateX(3.5em); -ms-transform: translateX(3.5em); transform: translateX(3.5em); display: block; position: relative; } .section-install { background: #546D7A; color: #D3DEE1; border: none; line-height: 1.125; } .section-install code { white-space: pre-wrap; word-break: normal; } .no-break { white-space: nowrap; } .image-feature { max-width: 40em; margin-left: auto; margin-right: auto; position: relative; display: block; margin-top: 0.75em; } @media (min-width: 46em) { .image-feature { padding: 0; } } .section-features, .section-nextsteps { margin-bottom: 10em; } .section-features .feature, .section-nextsteps .feature { margin-bottom: 2.5em; overflow: hidden; padding-top: 2.5em; } .section-features .feature + .feature, .section-nextsteps .feature + .feature { padding-top: 0; } .section-features .feature + .feature:before, .section-nextsteps .feature + .feature:before { content: ""; width: 50%; margin-left: auto; margin-right: auto; display: block; height: 1px; background: #E5E5E5; margin-bottom: 5em; } .section-features .feature .row + .row, .section-nextsteps .feature .row + .row { margin-top: 2.5em; } .search { display: none; visibility: hidden; } .js .search { display: block; visibility: visible; background: #f3f3f3; } .js .search .container { padding: 1.75rem / 2; } .js .search .container input[type="search"] { border-radius: 1px; padding: 0 0.66em; height: 3em; border: 0; color: #4D4D4D; box-shadow: none; -moz-transition: color 10s; -ms-transition: color 10s; -webkit-transition: color 10s; transition: color 10s; background: #ffffff; } .js .search .container input[type="search"]:focus { background: white; color: #7C7C7C; } .footer { margin-top: 3.5rem; padding-bottom: 0.72em; border-top: 1px solid #ddd; } #vid { margin-bottom: 0; } #vid .well { padding: 1em; } #vid .well img { border: 3px solid white; } #vid .desc h3 { text-transform: capitalize; margin-top: 0; } blockquote { margin-top: 2em !important; padding-top: 0 !important; } .github-fork { display: none; visibility: hidden; } @media (min-width: 75em) { .github-fork { display: block; visibility: visible; width: 141px; position: absolute; top: 0; right: 0; border: 0; z-index: 100; } .github-fork img { position: relative; top: 0; right: 0; border: 0; } } .ie .wordmark { display: none; } .ie .navbar-toggle, .ie .nav-hidden-subnav, .ie .st-menu.st-menu--fallback { display: none; visibility: hidden; } .ie .container { max-width: 54em; margin: 0 auto; } .list-group-underlined { font-size: 0.75em; padding-top: 0.48em; padding-bottom: 0.72em; } .chat { border: 1px solid #ADADAD; border-radius: 2px; min-height: 500px; } ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-track { border-radius: 0; } ::-webkit-scrollbar-thumb { border-radius: 0; background: #E5E5E5; }