/*! * MovingScrewdriver v1.0.0 * * Copyright 2013 Jakub Gutkowski * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */ /*! normalize.css v2.1.1 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined in IE 8/9. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * Correct `inline-block` display not defined in IE 8/9. */ audio, canvas, video { display: inline-block; } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address styling not present in IE 8/9. */ [hidden] { display: none; } /* ========================================================================== Base ========================================================================== */ /** * 1. Prevent system color scheme's background color being used in Firefox, IE, * and Opera. * 2. Prevent system color scheme's text color being used in Firefox, IE, and * Opera. * 3. Set default font family to sans-serif. * 4. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { background: #fff; /* 1 */ color: #000; /* 2 */ font-family: sans-serif; /* 3 */ -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; /* 4 */ } /** * Remove default margin. */ body { margin: 0; } /* ========================================================================== Links ========================================================================== */ /** * Address `outline` inconsistency between Chrome and other browsers. */ a:focus { outline: thin dotted; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* ========================================================================== Typography ========================================================================== */ /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** * Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Correct font family set oddly in Safari 5 and Chrome. */ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } /** * Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre-wrap; } /** * Set consistent quote types. */ q { quotes: "\201C" "\201D" "\2018" "\2019"; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* ========================================================================== Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9. */ img { border: 0; } /** * Correct overflow displayed oddly in IE 9. */ svg:not(:root) { overflow: hidden; } /* ========================================================================== Figures ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari 5. */ figure { margin: 0; } /* ========================================================================== Forms ========================================================================== */ /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ button, input { line-height: normal; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * 1. Address box sizing set to `content-box` in IE 8/9. * 2. Remove excess padding in IE 8/9. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * 1. Remove default vertical scrollbar in IE 8/9. * 2. Improve readability and alignment in all browsers. */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ========================================================================== Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } html { margin-bottom: 1px; min-height: 100%; font-size: 62.5%; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } @media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } } @-ms-viewport { width: device-width; } body { margin: 0; color: #333333; background-color: #e6e6e6; counter-reset: headings 0; } body, input, button, select, textarea { font-family: "Open Sans", "Helvetica Neue", sans-serif; font-size: 14px; line-height: 20px; } a { color: #428bca; text-decoration: none; } a:visited { color: #428bca; text-decoration: none; } a:hover { color: #14455c; } a:active, a:focus { color: #14455c; } img { width: auto\9; max-width: 97%; height: auto; display: block; border: 2px solid #e1e1e1; padding: 4px; background: #ffffff; } nav ul { list-style: none; } nav ul a { color: #6a6a6a; } nav ul a:visited { color: #6a6a6a; } nav ul a:hover { color: #000000; } nav ul a:active, nav ul a:focus { color: #000000; } p, footer, blockquote { font-size: 1em; line-height: 1.5; } div { position: relative; } h1, h2, h3, h4, h5, h6, dt { margin: 0; font-weight: normal; padding: 0; color: #555555 !important; font-family: 'Bree Serif', Georgia, serif; -webkit-font-smoothing: antialiased; } h1 { font-size: 2em; line-height: 1; letter-spacing: -2px; word-spacing: 2px; } h2 { font-size: 1.5em; line-height: 1.25; margin: 1.5833em 0 .6667em; } h3 { font-size: 1.25em; line-height: 1.2; margin: 1.8em 0 .6em; } h4 { font-size: 1.125em; line-height: 1.3333em; margin: 2em 0 .6667em; } hr { margin: 20px 0; border: 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #fff; } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } abbr.initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 0 0 0 15px; margin: 0 0 20px; border-left: 5px solid #eeeeee; } blockquote p { margin-bottom: 0; font-size: 14px; font-weight: 300; line-height: 1.25; } blockquote small { display: block; line-height: 20px; color: #999999; } blockquote small:before { content: '\2014 \00A0'; } blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; 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'; } .dl-horizontal::before, .dl-horizontal::after { content: " "; /* 1 */ display: table; /* 2 */ line-height: 0; } .dl-horizontal::after { clear: both; } .dl-horizontal dt { float: left; width: 80px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 100px; } code, pre { padding: 0 3px 2px; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size: 12px; color: #333333; border-radius: 4px; } code { padding: 2px 4px; font-size: 90%; background-color: #f9f2f4; white-space: nowrap; border: 1px solid #e1e1e8; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 20px; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; } pre.prettyprint { margin-bottom: 20px; } pre code { padding: 0; color: inherit; white-space: pre; white-space: pre-wrap; background-color: transparent; border: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { border-radius: 4px; vertical-align: middle; background: #eeeeee; border: 1px solid #e1e1e1; padding: 8px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus { background: #ffffff; } textarea { resize: vertical; } input, select, textarea { width: 100%; } input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; } textarea { height: auto; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { background: #ffffff; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } select { border: 1px solid #e1e1e1; } select[multiple], select[size] { height: auto; } input:-moz-placeholder, textarea:-moz-placeholder { color: #999999; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999999; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999999; } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 500; line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid #999999; border-radius: 4px; } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover { color: #fff; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -moz-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; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .btn-block + .btn-block { margin-top: 5px; } .btn { color: #fff; background-color: #999999; border-color: #999999; } .btn:hover, .btn:focus, .btn:active { background-color: #808080; border-color: #737373; } .btn-primary { background-color: #428bca; border-color: #428bca; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color: #357ebd; border-color: #3071a9; } .btn-warning { background-color: #fcf8e3; border-color: #fbeed5; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active { background-color: #faf2cc; border-color: #f6dca7; } .btn-danger { background-color: #f2dede; border-color: #eed3d7; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active { background-color: #ebcccc; border-color: #dfaeb7; } .btn-success { background-color: #5cb85c; border-color: #5cae4c; } .btn-success:hover, .btn-success:focus, .btn-success:active { background-color: #4cae4c; border-color: #4a8b3d; } .btn-info { background-color: #d9edf7; border-color: #bce8f1; } .btn-info:hover, .btn-info:focus, .btn-info:active { background-color: #c4e3f3; border-color: #91d9e8; } .btn-navbar { margin-top: 0.5em; margin-right: 1em; display: block; float: right; padding: 10px 12px; border: 0; border-radius: 4px; } .btn-navbar .icon-bar { display: block; width: 20px; height: 2px; background-color: #fff; border-radius: 1px; } .btn-navbar .icon-bar + .icon-bar { margin-top: 3px; } .collapse { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; -moz-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; } .collapse.in { height: auto; } @media screen and (min-width: 768px) { header[role="banner"] .page-nav { width: 720px; } header[role="banner"] nav { left: 0px; width: 720px; position: relative; top: 0px; } header[role="banner"] nav ul { float: left; padding-left: 30px; margin-top: 1em !important; } header[role="banner"] nav ul li { float: left; padding: 0 9px 0 0; } header[role="banner"] nav ul li a { color: #555555; font-size: 14px; padding: 15px 10px 13px; } header[role="banner"] nav ul li a:hover { text-decoration: underline; } header[role="banner"] nav ul li .selected { font-weight: bold; } header[role="banner"] .btn-navbar, header[role="banner"] .navbar-menu { display: none; } header[role="banner"] .nav-collapse.collapse { height: auto !important; overflow: visible !important; } } [class^="icon-"], [class*=" icon-"] { display: inline-block; width: 14px; height: 14px; line-height: 14px; vertical-align: text-top; background-image: url("../Content/images/glyphicons-halflings.png"); background-position: 14px 14px; background-repeat: no-repeat; margin-top: 1px; } /* White icons with optional class, or on hover/focus/active states of certain elements */ .icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] { background-image: url("../Content/images/glyphicons-halflings-white.png"); } .icon-glass { background-position: 0 0; } .icon-music { background-position: -24px 0; } .icon-search { background-position: -48px 0; } .icon-envelope { background-position: -72px 0; } .icon-heart { background-position: -96px 0; } .icon-star { background-position: -120px 0; } .icon-star-empty { background-position: -144px 0; } .icon-user { background-position: -168px 0; } .icon-film { background-position: -192px 0; } .icon-th-large { background-position: -216px 0; } .icon-th { background-position: -240px 0; } .icon-th-list { background-position: -264px 0; } .icon-ok { background-position: -288px 0; } .icon-remove { background-position: -312px 0; } .icon-zoom-in { background-position: -336px 0; } .icon-zoom-out { background-position: -360px 0; } .icon-off { background-position: -384px 0; } .icon-signal { background-position: -408px 0; } .icon-cog { background-position: -432px 0; } .icon-trash { background-position: -456px 0; } .icon-home { background-position: 0 -24px; } .icon-file { background-position: -24px -24px; } .icon-time { background-position: -48px -24px; } .icon-road { background-position: -72px -24px; } .icon-download-alt { background-position: -96px -24px; } .icon-download { background-position: -120px -24px; } .icon-upload { background-position: -144px -24px; } .icon-inbox { background-position: -168px -24px; } .icon-play-circle { background-position: -192px -24px; } .icon-repeat { background-position: -216px -24px; } .icon-refresh { background-position: -240px -24px; } .icon-list-alt { background-position: -264px -24px; } .icon-lock { background-position: -287px -24px; } .icon-flag { background-position: -312px -24px; } .icon-headphones { background-position: -336px -24px; } .icon-volume-off { background-position: -360px -24px; } .icon-volume-down { background-position: -384px -24px; } .icon-volume-up { background-position: -408px -24px; } .icon-qrcode { background-position: -432px -24px; } .icon-barcode { background-position: -456px -24px; } .icon-tag { background-position: 0 -48px; } .icon-tags { background-position: -25px -48px; } .icon-book { background-position: -48px -48px; } .icon-bookmark { background-position: -72px -48px; } .icon-print { background-position: -96px -48px; } .icon-camera { background-position: -120px -48px; } .icon-font { background-position: -144px -48px; } .icon-bold { background-position: -167px -48px; } .icon-italic { background-position: -192px -48px; } .icon-text-height { background-position: -216px -48px; } .icon-text-width { background-position: -240px -48px; } .icon-align-left { background-position: -264px -48px; } .icon-align-center { background-position: -288px -48px; } .icon-align-right { background-position: -312px -48px; } .icon-align-justify { background-position: -336px -48px; } .icon-list { background-position: -360px -48px; } .icon-indent-left { background-position: -384px -48px; } .icon-indent-right { background-position: -408px -48px; } .icon-facetime-video { background-position: -432px -48px; } .icon-picture { background-position: -456px -48px; } .icon-pencil { background-position: 0 -72px; } .icon-map-marker { background-position: -24px -72px; } .icon-adjust { background-position: -48px -72px; } .icon-tint { background-position: -72px -72px; } .icon-edit { background-position: -96px -72px; } .icon-share { background-position: -120px -72px; } .icon-check { background-position: -144px -72px; } .icon-move { background-position: -168px -72px; } .icon-step-backward { background-position: -192px -72px; } .icon-fast-backward { background-position: -216px -72px; } .icon-backward { background-position: -240px -72px; } .icon-play { background-position: -264px -72px; } .icon-pause { background-position: -288px -72px; } .icon-stop { background-position: -312px -72px; } .icon-forward { background-position: -336px -72px; } .icon-fast-forward { background-position: -360px -72px; } .icon-step-forward { background-position: -384px -72px; } .icon-eject { background-position: -408px -72px; } .icon-chevron-left { background-position: -432px -72px; } .icon-chevron-right { background-position: -456px -72px; } .icon-plus-sign { background-position: 0 -96px; } .icon-minus-sign { background-position: -24px -96px; } .icon-remove-sign { background-position: -48px -96px; } .icon-ok-sign { background-position: -72px -96px; } .icon-question-sign { background-position: -96px -96px; } .icon-info-sign { background-position: -120px -96px; } .icon-screenshot { background-position: -144px -96px; } .icon-remove-circle { background-position: -168px -96px; } .icon-ok-circle { background-position: -192px -96px; } .icon-ban-circle { background-position: -216px -96px; } .icon-arrow-left { background-position: -240px -96px; } .icon-arrow-right { background-position: -264px -96px; } .icon-arrow-up { background-position: -289px -96px; } .icon-arrow-down { background-position: -312px -96px; } .icon-share-alt { background-position: -336px -96px; } .icon-resize-full { background-position: -360px -96px; } .icon-resize-small { background-position: -384px -96px; } .icon-plus { background-position: -408px -96px; } .icon-minus { background-position: -433px -96px; } .icon-asterisk { background-position: -456px -96px; } .icon-exclamation-sign { background-position: 0 -120px; } .icon-gift { background-position: -24px -120px; } .icon-leaf { background-position: -48px -120px; } .icon-fire { background-position: -72px -120px; } .icon-eye-open { background-position: -96px -120px; } .icon-eye-close { background-position: -120px -120px; } .icon-warning-sign { background-position: -144px -120px; } .icon-plane { background-position: -168px -120px; } .icon-calendar { background-position: -192px -120px; } .icon-random { background-position: -216px -120px; width: 16px; } .icon-comment { background-position: -240px -120px; } .icon-magnet { background-position: -264px -120px; } .icon-chevron-up { background-position: -288px -120px; } .icon-chevron-down { background-position: -313px -119px; } .icon-retweet { background-position: -336px -120px; } .icon-shopping-cart { background-position: -360px -120px; } .icon-folder-close { background-position: -384px -120px; width: 16px; } .icon-folder-open { background-position: -408px -120px; width: 16px; } .icon-resize-vertical { background-position: -432px -119px; } .icon-resize-horizontal { background-position: -456px -118px; } .icon-hdd { background-position: 0 -144px; } .icon-bullhorn { background-position: -24px -144px; } .icon-bell { background-position: -48px -144px; } .icon-certificate { background-position: -72px -144px; } .icon-thumbs-up { background-position: -96px -144px; } .icon-thumbs-down { background-position: -120px -144px; } .icon-hand-right { background-position: -144px -144px; } .icon-hand-left { background-position: -168px -144px; } .icon-hand-up { background-position: -192px -144px; } .icon-hand-down { background-position: -216px -144px; } .icon-circle-arrow-right { background-position: -240px -144px; } .icon-circle-arrow-left { background-position: -264px -144px; } .icon-circle-arrow-up { background-position: -288px -144px; } .icon-circle-arrow-down { background-position: -312px -144px; } .icon-globe { background-position: -336px -144px; } .icon-wrench { background-position: -360px -144px; } .icon-tasks { background-position: -384px -144px; } .icon-filter { background-position: -408px -144px; } .icon-briefcase { background-position: -432px -144px; } .icon-fullscreen { background-position: -456px -144px; } .alert { padding: 8px 35px 8px 14px; margin-bottom: 20px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .alert, .alert h4 { color: #c09853; } .alert h4 { margin: 0; } .alert .close { position: relative; top: -2px; right: -21px; line-height: 20px; } .alert-success { background-color: #5cb85c; border-color: #5cae4c; color: #468847; } .alert-success h4 { color: #468847; } .alert-danger, .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; } .alert-danger h4, .alert-error h4 { color: #b94a48; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-info h4 { color: #3a87ad; } .alert-block { padding-top: 14px; padding-bottom: 14px; } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } header[role="banner"] { min-width: 100%; width: 100%; background: #d6d6d6; min-height: 170px; } header[role="banner"] div:only-child { margin: 0 auto; position: relative; max-width: 100%; } header[role="banner"]::before, header[role="banner"]::after { content: " "; /* 1 */ display: table; /* 2 */ line-height: 0; } header[role="banner"]::after { clear: both; } header[role="banner"] h1, header[role="banner"] h2 { letter-spacing: 1px; -webkit-font-smoothing: subpixel-antialiased !important; } header[role="banner"] h1 { font-size: 2.4em; } header[role="banner"] h2 { margin: .6667em 0 .6667em; } header[role="banner"] hgroup { min-height: 95px; margin: 0 10px 0 10px; padding-top: 30px; } header[role="banner"] .top-nav { color: #555555; font-size: 12px; position: absolute; right: 0; top: 10px; margin: 0; padding: 0; list-style-type: none; } header[role="banner"] .top-nav li { float: left; margin: 0 5px; position: relative; } header[role="banner"] h3 { margin: 0; padding: 0; position: relative; float: left; margin-top: 0.70em; margin-left: 1em; } header[role="banner"] .page-nav { min-height: 45px; -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); background: #e6e6e6; width: 100%; } header[role="banner"] .page-nav::before, header[role="banner"] .page-nav::after { content: " "; /* 1 */ display: table; /* 2 */ line-height: 0; } header[role="banner"] .page-nav::after { clear: both; } header[role="banner"] .page-nav nav { z-index: 3; width: 100%; background: #e6e6e6; } header[role="banner"] .page-nav nav ul { color: #555555; position: relative; display: block; margin-top: 5px; letter-spacing: 1px; } header[role="banner"] .page-nav nav ul li { padding: 0 9px 0 0; } header[role="banner"] .page-nav nav ul li a { color: #555555; font-size: 14px; } header[role="banner"] .page-nav nav ul li a:hover { text-decoration: underline; } header[role="banner"] .page-nav nav ul li .selected { font-weight: bold; } body > div.wrapper { background: #ffffff; margin: 0 auto 0; padding: 24px 10px 24px 10px; -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); } body > div.wrapper::before, body > div.wrapper::after { content: " "; /* 1 */ display: table; /* 2 */ line-height: 0; } body > div.wrapper::after { clear: both; } body > div.wrapper .content { float: left; position: relative; width: 100%; } body > div.wrapper .content nav.next-prev { float: left; width: 100%; } body > div.wrapper .content nav.next-prev ul { list-style: none; padding-left: 0px; } body > div.wrapper .content nav.next-prev ul li.pull-left { float: left; } body > div.wrapper .content nav.next-prev ul li.pull-right { float: right; } body > div.wrapper > aside { float: right; width: 100%; } body > div.wrapper > aside h1, body > div.wrapper > aside h2, body > div.wrapper > aside h3, body > div.wrapper > aside h4, body > div.wrapper > aside h5, body > div.wrapper > aside h6 { margin: 0 0 0.6em; text-transform: uppercase; } body > div.wrapper > aside section { clear: left; } body > div.wrapper > aside section div, body > div.wrapper > aside section p, body > div.wrapper > aside section ul { font-size: 11.9px; } body > div.wrapper > aside section ul { padding: 0; } body > div.wrapper > aside section ul li { border-bottom: 1px solid #eeeeee; display: block; line-height: 1.4; padding: 8px 10px 8px 0; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; } footer[role="contentinfo"] { margin: 40px 0 0 0; padding: 0 0 40px 0; min-width: 100%; width: 100%; } footer[role="contentinfo"] div:only-child { margin: 0 auto; position: relative; max-width: 100%; } footer[role="contentinfo"] p { margin-left: 10px; margin-right: 10px; } .post { padding: 0 0 24px 0; } .post::before, .post::after { content: " "; /* 1 */ display: table; /* 2 */ line-height: 0; } .post::after { clear: both; } .post header { float: left; margin: 0 0 10px; width: 100%; } .post header h1 { margin: 0px; } .post header h1 a { color: #21759b; } .post header h1 a:visited { color: #21759b; } .post header h1 a:hover { color: #14455c; } .post header h1 a:active, .post header h1 a:focus { color: #14455c; } .post header ul { color: #999999; list-style: none; padding: 0; margin: 5px 0; float: left; font-size: 11.9px; } .post header ul li { float: left; padding: 0 9px 0 0; } .post header ul a { color: #6a6a6a; } .post header ul a:visited { color: #6a6a6a; } .post header ul a:hover { color: #000000; } .post header ul a:active, .post header ul a:focus { color: #000000; } .post header small { clear: both; color: #999999; float: left; font-style: italic; } .post h1 { line-height: 1.3; } .post .entry { float: left; width: 100%; } .post .entry::before, .post .entry::after { content: " "; /* 1 */ display: table; /* 2 */ line-height: 0; } .post .entry::after { clear: both; } .post .entry ul, .post .entry ol { margin-bottom: 1.5em; } .post .entry ul ul, .post .entry ol ul, .post .entry ul ol, .post .entry ol ol { margin-bottom: 0; } .post .entry ul li, .post .entry ol li { margin: 4px 0 10px; line-height: 1.5; } .post .entry p { margin: 4px 0 10px; } .post nav { float: left; width: 100%; font-size: 11.9px; } .post nav::before, .post nav::after { content: " "; /* 1 */ display: table; /* 2 */ line-height: 0; } .post nav::after { clear: both; } .post nav ul { list-style: none; padding-left: 0px; } .post nav ul li.pull-left { float: left; } .post nav ul li.pull-right { float: right; } .post footer { float: left; width: 100%; } .post footer::before, .post footer::after { content: " "; /* 1 */ display: table; /* 2 */ line-height: 0; } .post footer::after { clear: both; } .post footer ul { list-style: none; padding: 0; float: left; } .post footer ul li { float: left; padding: 0 9px 0 0; } .comments { clear: both; float: left; position: relative; } .comments::before, .comments::after { content: " "; /* 1 */ display: table; /* 2 */ line-height: 0; } .comments::after { clear: both; } .comments .trackback { padding-top: 10px; padding-bottom: 10px; float: left; position: relative; width: 100%; } .comments .comment { float: left; position: relative; width: 100%; border-top: 1px solid #e1e1e1; } .comments .comment.owner { background-color: #eeeeee; } .comments .comment::before, .comments .comment::after { content: " "; /* 1 */ display: table; /* 2 */ line-height: 0; } .comments .comment::after { clear: both; } .comments .comment > h1 { display: none; } .comments .comment .meta { border-top: 1px solid #e1e1e1; float: left; padding: 10px; } .comments .comment .meta img { margin: 0; display: block; } .comments .comment .meta time { display: block; color: #999999; } .comments .comment .body { margin-left: 10px; padding: 10px 10px 0 0; } .comments .comment .body p { margin-top: 0; } .comments #subscribe { margin-left: 10px; } .form { clear: both; float: left; margin: 0 0 20px; padding: 0 0 20px; } .form p { float: left; margin: 0 0 10px 0; width: 100%; } .form label { float: left; } figure { position: relative; margin: 1.5em 0; border-top: 1px dotted #21759b; border-bottom: 1px dotted #21759b; } figure figcaption { clear: left; margin: .75em 0; text-align: center; font-style: italic; line-height: 1.5em; } figure img { margin: .75em auto; max-width: 97%; } .fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe { background: #d6d6d6; width: 99% !important; } .twitter-timeline { width: 99%; height: 399px; } .parsley-error { border: 1px solid #eed3d7 !important; color: #b94a48 !important; background: #ffffff !important; } .parsley-error:focus { background: #ffffff !important; } ul.parsley-error-list { color: #b94a48; } /* Document : jquery.pnotify.default.css Created on : Nov 23, 2009, 3:14:10 PM Author : Hunter Perrin Version : 1.2.2 Link : http://pinesframework.org/pnotify/ Description: Default styling for Pines Notify jQuery plugin. */ /* -- Notice */ .ui-pnotify { top: 25px; right: 25px; position: absolute; height: auto; /* Ensures notices are above everything */ z-index: 9999; } /* Hides position: fixed from IE6 */ html > body .ui-pnotify { position: fixed; } .ui-pnotify .ui-pnotify-shadow { -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5); -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5); box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5); } .ui-pnotify-container { background-position: 0 0; padding: .8em; height: 100%; margin: 0; } .ui-pnotify-sharp { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .ui-pnotify-closer, .ui-pnotify-sticker { float: right; margin-left: .2em; } .ui-pnotify-title { display: block; margin-bottom: .4em; } .ui-pnotify-text { display: block; width: 90%; } .ui-pnotify-icon, .ui-pnotify-icon span { display: block; float: left; margin-right: .2em; } /* -- History Pulldown */ .ui-pnotify-history-container { position: absolute; top: 0; right: 18px; width: 70px; border-top: none; padding: 0; -webkit-border-top-left-radius: 0; -moz-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-top-right-radius: 0; border-top-right-radius: 0; /* Ensures history container is above notices. */ z-index: 10000; } .ui-pnotify-history-container .ui-pnotify-history-header { padding: 2px; } .ui-pnotify-history-container button { cursor: pointer; display: block; width: 100%; } .ui-pnotify-history-container .ui-pnotify-history-pulldown { display: block; margin: 0 auto; } /* Alternate stack initial positioning. */ .ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft { left: 25px; right: auto; } .ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft { bottom: 25px; top: auto; } /* Document : jquery.pnotify.default.icons.css Created on : Nov 24, 2009, 2:58:21 PM Author : Hunter Perrin Version : 1.2.2 Link : http://pinesframework.org/pnotify/ Description: Pines Icon styling for Pines Notify. */ .ui-pnotify .picon { background-color: transparent; background-repeat: no-repeat; background-position: center center; width: 17px; height: 17px; } .ui-pnotify-title { line-height: 17px; min-height: 17px; } .com { color: #93a1a1; } .lit { color: #195f91; } .pun, .opn, .clo { color: #93a1a1; } .fun { color: #dc322f; } .str, .atv { color: #D14; } .kwd, .prettyprint .tag { color: #1e347b; } .typ, .atn, .dec, .var { color: teal; } .pln { color: #48484c; } .prettyprint { padding: 8px; background-color: #f7f7f9; border: 1px solid #e1e1e8; } .prettyprint.linenums { -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; } /* Specify class=linenums on a pre to get line numbering */ ol.linenums { margin: 0 0 0 33px; /* IE indents via margin-left */ padding: 0px; margin-bottom: 0px !important; } ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 20px !important; text-shadow: 0 1px 0 #fff; margin: 0px !important; } @media screen and (min-width: 768px) { header[role="banner"] { min-width: 720px; } header[role="banner"] div:only-child { margin: 0 auto; position: relative; max-width: 720px; } header[role="banner"] .page-nav { width: 720px; } header[role="banner"] .page-nav nav { width: 720px; } body > div.wrapper { width: 640px; padding: 24px 40px 24px 40px; } body > div.wrapper .content { width: 100%; } body > div.wrapper > aside { width: 100%; } footer[role="contentinfo"] { min-width: 720px; } footer[role="contentinfo"] div:only-child { margin: 0 auto; position: relative; max-width: 720px; } .inner { margin: 0 auto; position: relative; max-width: 720px; } .comments .comment { border-top: none; } .comments .comment .meta { border-top: 2px solid #e1e1e1; width: 150px; } .comments .comment .body { border-top: 2px solid #eeeeee; margin-left: 170px; } .fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe { height: 185px !important; width: 719px !important; } .twitter-timeline { width: 99%; height: 400px; } } @media screen and (min-width: 992px) { header[role="banner"] { min-width: 940px; } header[role="banner"] div:only-child { margin: 0 auto; position: relative; max-width: 940px; } header[role="banner"] .page-nav { width: 940px; } header[role="banner"] .page-nav nav { width: 940px; } body > div.wrapper { width: 860px; } body > div.wrapper .content { width: 580px; } body > div.wrapper > aside { width: 260px; } footer[role="contentinfo"] { min-width: 940px; } footer[role="contentinfo"] div:only-child { margin: 0 auto; position: relative; max-width: 940px; } .inner { margin: 0 auto; position: relative; max-width: 940px; } .fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe { height: 185px !important; width: 939px !important; } .twitter-timeline { height: 400px; width: 259px; } } @media screen and (min-width: 1200px) { header[role="banner"] { min-width: 1180px; } header[role="banner"] div:only-child { margin: 0 auto; position: relative; max-width: 1180px; } header[role="banner"] .page-nav { width: 1180px; } header[role="banner"] .page-nav nav { width: 1180px; } body > div.wrapper { width: 1100px; } body > div.wrapper .content { width: 820px; } body > div.wrapper > aside { width: 260px; } footer[role="contentinfo"] { min-width: 1180px; } footer[role="contentinfo"] div:only-child { margin: 0 auto; position: relative; max-width: 1180px; } .inner { margin: 0 auto; position: relative; max-width: 1180px; } .fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe { height: 185px !important; width: 1179px !important; } .twitter-timeline { height: 400px; width: 259px; } } @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: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } input[type="submit"].btn-submit { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 500; line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid #999999; border-radius: 4px; color: #fff; background-color: #999999; border-color: #999999; display: block; width: 100%; padding-left: 0; padding-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #428bca; border-color: #428bca; } input[type="submit"].btn-submit:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } input[type="submit"].btn-submit:hover { color: #fff; text-decoration: none; } input[type="submit"].btn-submit:active, input[type="submit"].btn-submit.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } input[type="submit"].btn-submit.disabled, input[type="submit"].btn-submit[disabled], fieldset[disabled] input[type="submit"].btn-submit { cursor: default; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } input[type="submit"].btn-submit:hover, input[type="submit"].btn-submit:focus, input[type="submit"].btn-submit:active { background-color: #808080; border-color: #737373; } input[type="submit"].btn-submit:hover, input[type="submit"].btn-submit:focus, input[type="submit"].btn-submit:active { background-color: #357ebd; border-color: #3071a9; } .force-max-width { width: 100% !important; } .inner { margin: 0 auto; position: relative; max-width: 100%; } .example { position: relative; margin: 15px 0; padding: 39px 19px 14px; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .example::after { content: "Przyklad"; position: absolute; top: -1px; left: -1px; padding: 3px 7px; font-size: 12px; font-weight: bold; background-color: #f5f5f5; border: 1px solid #ddd; color: #9da0a4; -webkit-border-radius: 4px 0 4px 0; -moz-border-radius: 4px 0 4px 0; border-radius: 4px 0 4px 0; }