bgneal@118: /*! bgneal@137: * Bootstrap v3.1.1 (http://getbootstrap.com) bgneal@137: * Copyright 2011-2014 Twitter, Inc. bgneal@137: * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) bgneal@118: */ bgneal@118: bgneal@137: /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ bgneal@137: html { bgneal@137: font-family: sans-serif; bgneal@137: -webkit-text-size-adjust: 100%; bgneal@137: -ms-text-size-adjust: 100%; bgneal@137: } bgneal@137: body { bgneal@137: margin: 0; bgneal@137: } bgneal@118: article, bgneal@118: aside, bgneal@118: details, bgneal@118: figcaption, bgneal@118: figure, bgneal@118: footer, bgneal@118: header, bgneal@118: hgroup, bgneal@118: main, bgneal@118: nav, bgneal@118: section, bgneal@118: summary { bgneal@118: display: block; bgneal@118: } bgneal@118: audio, bgneal@118: canvas, bgneal@137: progress, bgneal@118: video { bgneal@118: display: inline-block; bgneal@137: vertical-align: baseline; bgneal@137: } bgneal@118: audio:not([controls]) { bgneal@118: display: none; bgneal@118: height: 0; bgneal@118: } bgneal@137: [hidden], bgneal@137: template { bgneal@118: display: none; bgneal@118: } bgneal@137: a { bgneal@137: background: transparent; bgneal@137: } bgneal@118: a:active, bgneal@118: a:hover { bgneal@118: outline: 0; bgneal@118: } bgneal@118: abbr[title] { bgneal@118: border-bottom: 1px dotted; bgneal@118: } bgneal@118: b, bgneal@118: strong { bgneal@118: font-weight: bold; bgneal@118: } bgneal@118: dfn { bgneal@118: font-style: italic; bgneal@118: } bgneal@137: h1 { bgneal@137: margin: .67em 0; bgneal@137: font-size: 2em; bgneal@137: } bgneal@118: mark { bgneal@118: color: #000; bgneal@118: background: #ff0; bgneal@118: } bgneal@118: small { bgneal@118: font-size: 80%; bgneal@118: } bgneal@118: sub, bgneal@118: sup { bgneal@118: position: relative; bgneal@118: font-size: 75%; bgneal@118: line-height: 0; bgneal@118: vertical-align: baseline; bgneal@118: } bgneal@118: sup { bgneal@137: top: -.5em; bgneal@137: } bgneal@118: sub { bgneal@137: bottom: -.25em; bgneal@137: } bgneal@118: img { bgneal@118: border: 0; bgneal@118: } bgneal@118: svg:not(:root) { bgneal@118: overflow: hidden; bgneal@118: } bgneal@118: figure { bgneal@137: margin: 1em 40px; bgneal@137: } bgneal@137: hr { bgneal@137: height: 0; bgneal@137: -moz-box-sizing: content-box; bgneal@137: box-sizing: content-box; bgneal@137: } bgneal@137: pre { bgneal@137: overflow: auto; bgneal@137: } bgneal@137: code, bgneal@137: kbd, bgneal@137: pre, bgneal@137: samp { bgneal@137: font-family: monospace, monospace; bgneal@137: font-size: 1em; bgneal@137: } bgneal@118: button, bgneal@118: input, bgneal@137: optgroup, bgneal@118: select, bgneal@118: textarea { bgneal@118: margin: 0; bgneal@137: font: inherit; bgneal@137: color: inherit; bgneal@137: } bgneal@137: button { bgneal@137: overflow: visible; bgneal@137: } bgneal@118: button, bgneal@118: select { bgneal@118: text-transform: none; bgneal@118: } bgneal@118: button, bgneal@118: html input[type="button"], bgneal@118: input[type="reset"], bgneal@118: input[type="submit"] { bgneal@137: -webkit-appearance: button; bgneal@118: cursor: pointer; bgneal@137: } bgneal@118: button[disabled], bgneal@118: html input[disabled] { bgneal@118: cursor: default; bgneal@118: } bgneal@137: button::-moz-focus-inner, bgneal@137: input::-moz-focus-inner { bgneal@137: padding: 0; bgneal@137: border: 0; bgneal@137: } bgneal@137: input { bgneal@137: line-height: normal; bgneal@137: } bgneal@118: input[type="checkbox"], bgneal@118: input[type="radio"] { bgneal@137: box-sizing: border-box; bgneal@118: padding: 0; bgneal@137: } bgneal@137: input[type="number"]::-webkit-inner-spin-button, bgneal@137: input[type="number"]::-webkit-outer-spin-button { bgneal@137: height: auto; bgneal@137: } bgneal@118: input[type="search"] { bgneal@118: -webkit-box-sizing: content-box; bgneal@118: -moz-box-sizing: content-box; bgneal@118: box-sizing: content-box; bgneal@118: -webkit-appearance: textfield; bgneal@118: } bgneal@118: input[type="search"]::-webkit-search-cancel-button, bgneal@118: input[type="search"]::-webkit-search-decoration { bgneal@118: -webkit-appearance: none; bgneal@118: } bgneal@137: fieldset { bgneal@137: padding: .35em .625em .75em; bgneal@137: margin: 0 2px; bgneal@137: border: 1px solid #c0c0c0; bgneal@137: } bgneal@137: legend { bgneal@118: padding: 0; bgneal@118: border: 0; bgneal@118: } bgneal@118: textarea { bgneal@118: overflow: auto; bgneal@137: } bgneal@137: optgroup { bgneal@137: font-weight: bold; bgneal@137: } bgneal@118: table { bgneal@137: border-spacing: 0; bgneal@118: border-collapse: collapse; bgneal@137: } bgneal@137: td, bgneal@137: th { bgneal@137: padding: 0; bgneal@137: } bgneal@118: @media print { bgneal@118: * { bgneal@118: color: #000 !important; bgneal@118: text-shadow: none !important; bgneal@118: background: transparent !important; bgneal@118: box-shadow: none !important; bgneal@118: } bgneal@118: a, bgneal@118: a:visited { bgneal@118: text-decoration: underline; bgneal@118: } bgneal@118: a[href]:after { bgneal@118: content: " (" attr(href) ")"; bgneal@118: } bgneal@118: abbr[title]:after { bgneal@118: content: " (" attr(title) ")"; bgneal@118: } bgneal@118: a[href^="javascript:"]:after, bgneal@118: a[href^="#"]:after { bgneal@118: content: ""; bgneal@118: } bgneal@118: pre, bgneal@118: blockquote { bgneal@118: border: 1px solid #999; bgneal@137: bgneal@118: page-break-inside: avoid; bgneal@118: } bgneal@118: thead { bgneal@118: display: table-header-group; bgneal@118: } bgneal@118: tr, bgneal@118: img { bgneal@118: page-break-inside: avoid; bgneal@118: } bgneal@118: img { bgneal@118: max-width: 100% !important; bgneal@118: } bgneal@118: p, bgneal@118: h2, bgneal@118: h3 { bgneal@118: orphans: 3; bgneal@118: widows: 3; bgneal@118: } bgneal@118: h2, bgneal@118: h3 { bgneal@118: page-break-after: avoid; bgneal@118: } bgneal@137: select { bgneal@137: background: #fff !important; bgneal@137: } bgneal@118: .navbar { bgneal@118: display: none; bgneal@118: } bgneal@118: .table td, bgneal@118: .table th { bgneal@118: background-color: #fff !important; bgneal@118: } bgneal@118: .btn > .caret, bgneal@118: .dropup > .btn > .caret { bgneal@118: border-top-color: #000 !important; bgneal@118: } bgneal@118: .label { bgneal@118: border: 1px solid #000; bgneal@118: } bgneal@118: .table { bgneal@118: border-collapse: collapse !important; bgneal@118: } bgneal@118: .table-bordered th, bgneal@118: .table-bordered td { bgneal@118: border: 1px solid #ddd !important; bgneal@118: } bgneal@118: } bgneal@137: * { bgneal@137: -webkit-box-sizing: border-box; bgneal@137: -moz-box-sizing: border-box; bgneal@137: box-sizing: border-box; bgneal@137: } bgneal@118: *:before, bgneal@118: *:after { bgneal@118: -webkit-box-sizing: border-box; bgneal@118: -moz-box-sizing: border-box; bgneal@118: box-sizing: border-box; bgneal@118: } bgneal@118: html { bgneal@118: font-size: 62.5%; bgneal@137: bgneal@118: -webkit-tap-highlight-color: rgba(0, 0, 0, 0); bgneal@118: } bgneal@118: body { bgneal@118: font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; bgneal@118: font-size: 14px; bgneal@137: line-height: 1.42857143; bgneal@137: color: #333; bgneal@137: background-color: #fff; bgneal@137: } bgneal@118: input, bgneal@118: button, bgneal@118: select, bgneal@118: textarea { bgneal@118: font-family: inherit; bgneal@118: font-size: inherit; bgneal@118: line-height: inherit; bgneal@118: } bgneal@118: a { bgneal@118: color: #428bca; bgneal@118: text-decoration: none; bgneal@118: } bgneal@118: a:hover, bgneal@118: a:focus { bgneal@118: color: #2a6496; bgneal@118: text-decoration: underline; bgneal@118: } bgneal@118: a:focus { bgneal@137: outline: thin dotted; bgneal@118: outline: 5px auto -webkit-focus-ring-color; bgneal@118: outline-offset: -2px; bgneal@118: } bgneal@137: figure { bgneal@137: margin: 0; bgneal@137: } bgneal@118: img { bgneal@118: vertical-align: middle; bgneal@118: } bgneal@137: .img-responsive, bgneal@137: .thumbnail > img, bgneal@137: .thumbnail a > img, bgneal@137: .carousel-inner > .item > img, bgneal@137: .carousel-inner > .item > a > img { bgneal@118: display: block; bgneal@137: max-width: 100%; bgneal@118: height: auto; bgneal@137: } bgneal@118: .img-rounded { bgneal@118: border-radius: 6px; bgneal@118: } bgneal@118: .img-thumbnail { bgneal@118: display: inline-block; bgneal@137: max-width: 100%; bgneal@118: height: auto; bgneal@118: padding: 4px; bgneal@137: line-height: 1.42857143; bgneal@137: background-color: #fff; bgneal@137: border: 1px solid #ddd; bgneal@118: border-radius: 4px; bgneal@137: -webkit-transition: all .2s ease-in-out; bgneal@137: transition: all .2s ease-in-out; bgneal@137: } bgneal@118: .img-circle { bgneal@118: border-radius: 50%; bgneal@118: } bgneal@118: hr { bgneal@118: margin-top: 20px; bgneal@118: margin-bottom: 20px; bgneal@118: border: 0; bgneal@137: border-top: 1px solid #eee; bgneal@137: } bgneal@118: .sr-only { bgneal@118: position: absolute; bgneal@118: width: 1px; bgneal@118: height: 1px; bgneal@118: padding: 0; bgneal@118: margin: -1px; bgneal@118: overflow: hidden; bgneal@137: clip: rect(0, 0, 0, 0); bgneal@118: border: 0; bgneal@118: } bgneal@118: h1, bgneal@118: h2, bgneal@118: h3, bgneal@118: h4, bgneal@118: h5, bgneal@118: h6, bgneal@118: .h1, bgneal@118: .h2, bgneal@118: .h3, bgneal@118: .h4, bgneal@118: .h5, bgneal@118: .h6 { bgneal@137: font-family: inherit; bgneal@118: font-weight: 500; bgneal@118: line-height: 1.1; bgneal@137: color: inherit; bgneal@137: } bgneal@118: h1 small, bgneal@118: h2 small, bgneal@118: h3 small, bgneal@118: h4 small, bgneal@118: h5 small, bgneal@118: h6 small, bgneal@118: .h1 small, bgneal@118: .h2 small, bgneal@118: .h3 small, bgneal@118: .h4 small, bgneal@118: .h5 small, bgneal@137: .h6 small, bgneal@137: h1 .small, bgneal@137: h2 .small, bgneal@137: h3 .small, bgneal@137: h4 .small, bgneal@137: h5 .small, bgneal@137: h6 .small, bgneal@137: .h1 .small, bgneal@137: .h2 .small, bgneal@137: .h3 .small, bgneal@137: .h4 .small, bgneal@137: .h5 .small, bgneal@137: .h6 .small { bgneal@118: font-weight: normal; bgneal@118: line-height: 1; bgneal@137: color: #999; bgneal@137: } bgneal@118: h1, bgneal@137: .h1, bgneal@118: h2, bgneal@137: .h2, bgneal@137: h3, bgneal@137: .h3 { bgneal@118: margin-top: 20px; bgneal@118: margin-bottom: 10px; bgneal@118: } bgneal@137: h1 small, bgneal@137: .h1 small, bgneal@137: h2 small, bgneal@137: .h2 small, bgneal@137: h3 small, bgneal@137: .h3 small, bgneal@137: h1 .small, bgneal@137: .h1 .small, bgneal@137: h2 .small, bgneal@137: .h2 .small, bgneal@137: h3 .small, bgneal@137: .h3 .small { bgneal@137: font-size: 65%; bgneal@137: } bgneal@118: h4, bgneal@137: .h4, bgneal@118: h5, bgneal@137: .h5, bgneal@137: h6, bgneal@137: .h6 { bgneal@118: margin-top: 10px; bgneal@118: margin-bottom: 10px; bgneal@118: } bgneal@137: h4 small, bgneal@137: .h4 small, bgneal@137: h5 small, bgneal@137: .h5 small, bgneal@137: h6 small, bgneal@137: .h6 small, bgneal@137: h4 .small, bgneal@137: .h4 .small, bgneal@137: h5 .small, bgneal@137: .h5 .small, bgneal@137: h6 .small, bgneal@137: .h6 .small { bgneal@137: font-size: 75%; bgneal@137: } bgneal@118: h1, bgneal@118: .h1 { bgneal@118: font-size: 36px; bgneal@118: } bgneal@118: h2, bgneal@118: .h2 { bgneal@118: font-size: 30px; bgneal@118: } bgneal@118: h3, bgneal@118: .h3 { bgneal@118: font-size: 24px; bgneal@118: } bgneal@118: h4, bgneal@118: .h4 { bgneal@118: font-size: 18px; bgneal@118: } bgneal@118: h5, bgneal@118: .h5 { bgneal@118: font-size: 14px; bgneal@118: } bgneal@118: h6, bgneal@118: .h6 { bgneal@118: font-size: 12px; bgneal@118: } bgneal@137: p { bgneal@137: margin: 0 0 10px; bgneal@137: } bgneal@137: .lead { bgneal@137: margin-bottom: 20px; bgneal@137: font-size: 16px; bgneal@137: font-weight: 200; bgneal@137: line-height: 1.4; bgneal@137: } bgneal@137: @media (min-width: 768px) { bgneal@137: .lead { bgneal@137: font-size: 21px; bgneal@137: } bgneal@137: } bgneal@137: small, bgneal@137: .small { bgneal@137: font-size: 85%; bgneal@137: } bgneal@137: cite { bgneal@137: font-style: normal; bgneal@137: } bgneal@137: .text-left { bgneal@137: text-align: left; bgneal@137: } bgneal@137: .text-right { bgneal@137: text-align: right; bgneal@137: } bgneal@137: .text-center { bgneal@137: text-align: center; bgneal@137: } bgneal@137: .text-justify { bgneal@137: text-align: justify; bgneal@137: } bgneal@137: .text-muted { bgneal@137: color: #999; bgneal@137: } bgneal@137: .text-primary { bgneal@137: color: #428bca; bgneal@137: } bgneal@137: a.text-primary:hover { bgneal@137: color: #3071a9; bgneal@137: } bgneal@137: .text-success { bgneal@137: color: #3c763d; bgneal@137: } bgneal@137: a.text-success:hover { bgneal@137: color: #2b542c; bgneal@137: } bgneal@137: .text-info { bgneal@137: color: #31708f; bgneal@137: } bgneal@137: a.text-info:hover { bgneal@137: color: #245269; bgneal@137: } bgneal@137: .text-warning { bgneal@137: color: #8a6d3b; bgneal@137: } bgneal@137: a.text-warning:hover { bgneal@137: color: #66512c; bgneal@137: } bgneal@137: .text-danger { bgneal@137: color: #a94442; bgneal@137: } bgneal@137: a.text-danger:hover { bgneal@137: color: #843534; bgneal@137: } bgneal@137: .bg-primary { bgneal@137: color: #fff; bgneal@137: background-color: #428bca; bgneal@137: } bgneal@137: a.bg-primary:hover { bgneal@137: background-color: #3071a9; bgneal@137: } bgneal@137: .bg-success { bgneal@137: background-color: #dff0d8; bgneal@137: } bgneal@137: a.bg-success:hover { bgneal@137: background-color: #c1e2b3; bgneal@137: } bgneal@137: .bg-info { bgneal@137: background-color: #d9edf7; bgneal@137: } bgneal@137: a.bg-info:hover { bgneal@137: background-color: #afd9ee; bgneal@137: } bgneal@137: .bg-warning { bgneal@137: background-color: #fcf8e3; bgneal@137: } bgneal@137: a.bg-warning:hover { bgneal@137: background-color: #f7ecb5; bgneal@137: } bgneal@137: .bg-danger { bgneal@137: background-color: #f2dede; bgneal@137: } bgneal@137: a.bg-danger:hover { bgneal@137: background-color: #e4b9b9; bgneal@137: } bgneal@118: .page-header { bgneal@118: padding-bottom: 9px; bgneal@118: margin: 40px 0 20px; bgneal@137: border-bottom: 1px solid #eee; bgneal@137: } bgneal@118: ul, bgneal@118: ol { bgneal@118: margin-top: 0; bgneal@118: margin-bottom: 10px; bgneal@118: } bgneal@118: ul ul, bgneal@118: ol ul, bgneal@118: ul ol, bgneal@118: ol ol { bgneal@118: margin-bottom: 0; bgneal@118: } bgneal@118: .list-unstyled { bgneal@118: padding-left: 0; bgneal@118: list-style: none; bgneal@118: } bgneal@118: .list-inline { bgneal@118: padding-left: 0; bgneal@137: margin-left: -5px; bgneal@118: list-style: none; bgneal@118: } bgneal@118: .list-inline > li { bgneal@118: display: inline-block; bgneal@118: padding-right: 5px; bgneal@118: padding-left: 5px; bgneal@118: } bgneal@118: dl { bgneal@137: margin-top: 0; bgneal@118: margin-bottom: 20px; bgneal@118: } bgneal@118: dt, bgneal@118: dd { bgneal@137: line-height: 1.42857143; bgneal@137: } bgneal@118: dt { bgneal@118: font-weight: bold; bgneal@118: } bgneal@118: dd { bgneal@118: margin-left: 0; bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@118: .dl-horizontal dt { bgneal@118: float: left; bgneal@118: width: 160px; bgneal@118: overflow: hidden; bgneal@118: clear: left; bgneal@118: text-align: right; bgneal@118: text-overflow: ellipsis; bgneal@118: white-space: nowrap; bgneal@118: } bgneal@118: .dl-horizontal dd { bgneal@118: margin-left: 180px; bgneal@118: } bgneal@137: } bgneal@118: abbr[title], bgneal@118: abbr[data-original-title] { bgneal@118: cursor: help; bgneal@137: border-bottom: 1px dotted #999; bgneal@137: } bgneal@137: .initialism { bgneal@118: font-size: 90%; bgneal@118: text-transform: uppercase; bgneal@118: } bgneal@118: blockquote { bgneal@118: padding: 10px 20px; bgneal@118: margin: 0 0 20px; bgneal@118: font-size: 17.5px; bgneal@137: border-left: 5px solid #eee; bgneal@137: } bgneal@137: blockquote p:last-child, bgneal@137: blockquote ul:last-child, bgneal@137: blockquote ol:last-child { bgneal@118: margin-bottom: 0; bgneal@118: } bgneal@137: blockquote footer, bgneal@137: blockquote small, bgneal@137: blockquote .small { bgneal@118: display: block; bgneal@137: font-size: 80%; bgneal@137: line-height: 1.42857143; bgneal@137: color: #999; bgneal@137: } bgneal@137: blockquote footer:before, bgneal@137: blockquote small:before, bgneal@137: blockquote .small:before { bgneal@118: content: '\2014 \00A0'; bgneal@118: } bgneal@137: .blockquote-reverse, bgneal@118: blockquote.pull-right { bgneal@118: padding-right: 15px; bgneal@118: padding-left: 0; bgneal@137: text-align: right; bgneal@137: border-right: 5px solid #eee; bgneal@118: border-left: 0; bgneal@118: } bgneal@137: .blockquote-reverse footer:before, bgneal@137: blockquote.pull-right footer:before, bgneal@137: .blockquote-reverse small:before, bgneal@137: blockquote.pull-right small:before, bgneal@137: .blockquote-reverse .small:before, bgneal@137: blockquote.pull-right .small:before { bgneal@118: content: ''; bgneal@118: } bgneal@137: .blockquote-reverse footer:after, bgneal@137: blockquote.pull-right footer:after, bgneal@137: .blockquote-reverse small:after, bgneal@137: blockquote.pull-right small:after, bgneal@137: .blockquote-reverse .small:after, bgneal@137: blockquote.pull-right .small:after { bgneal@118: content: '\00A0 \2014'; bgneal@118: } bgneal@118: blockquote:before, bgneal@118: blockquote:after { bgneal@118: content: ""; bgneal@118: } bgneal@118: address { bgneal@118: margin-bottom: 20px; bgneal@118: font-style: normal; bgneal@137: line-height: 1.42857143; bgneal@137: } bgneal@118: code, bgneal@137: kbd, bgneal@137: pre, bgneal@137: samp { bgneal@137: font-family: Menlo, Monaco, Consolas, "Courier New", monospace; bgneal@137: } bgneal@118: code { bgneal@118: padding: 2px 4px; bgneal@118: font-size: 90%; bgneal@118: color: #c7254e; bgneal@118: white-space: nowrap; bgneal@118: background-color: #f9f2f4; bgneal@118: border-radius: 4px; bgneal@118: } bgneal@137: kbd { bgneal@137: padding: 2px 4px; bgneal@137: font-size: 90%; bgneal@137: color: #fff; bgneal@137: background-color: #333; bgneal@137: border-radius: 3px; bgneal@137: box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); bgneal@137: } bgneal@118: pre { bgneal@118: display: block; bgneal@118: padding: 9.5px; bgneal@118: margin: 0 0 10px; bgneal@118: font-size: 13px; bgneal@137: line-height: 1.42857143; bgneal@137: color: #333; bgneal@118: word-break: break-all; bgneal@118: word-wrap: break-word; bgneal@118: background-color: #f5f5f5; bgneal@137: border: 1px solid #ccc; bgneal@118: border-radius: 4px; bgneal@118: } bgneal@118: pre code { bgneal@118: padding: 0; bgneal@118: font-size: inherit; bgneal@118: color: inherit; bgneal@118: white-space: pre-wrap; bgneal@118: background-color: transparent; bgneal@137: border-radius: 0; bgneal@137: } bgneal@118: .pre-scrollable { bgneal@118: max-height: 340px; bgneal@118: overflow-y: scroll; bgneal@118: } bgneal@118: .container { bgneal@118: padding-right: 15px; bgneal@118: padding-left: 15px; bgneal@118: margin-right: auto; bgneal@118: margin-left: auto; bgneal@118: } bgneal@137: @media (min-width: 768px) { bgneal@137: .container { bgneal@137: width: 750px; bgneal@137: } bgneal@137: } bgneal@137: @media (min-width: 992px) { bgneal@137: .container { bgneal@137: width: 970px; bgneal@137: } bgneal@137: } bgneal@137: @media (min-width: 1200px) { bgneal@137: .container { bgneal@137: width: 1170px; bgneal@137: } bgneal@137: } bgneal@137: .container-fluid { bgneal@137: padding-right: 15px; bgneal@137: padding-left: 15px; bgneal@137: margin-right: auto; bgneal@137: margin-left: auto; bgneal@137: } bgneal@118: .row { bgneal@118: margin-right: -15px; bgneal@118: margin-left: -15px; bgneal@118: } bgneal@137: .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { bgneal@118: position: relative; bgneal@118: min-height: 1px; bgneal@118: padding-right: 15px; bgneal@118: padding-left: 15px; bgneal@118: } bgneal@137: .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { bgneal@137: float: left; bgneal@137: } bgneal@137: .col-xs-12 { bgneal@137: width: 100%; bgneal@137: } bgneal@118: .col-xs-11 { bgneal@137: width: 91.66666667%; bgneal@137: } bgneal@137: .col-xs-10 { bgneal@137: width: 83.33333333%; bgneal@137: } bgneal@137: .col-xs-9 { bgneal@137: width: 75%; bgneal@137: } bgneal@137: .col-xs-8 { bgneal@137: width: 66.66666667%; bgneal@137: } bgneal@137: .col-xs-7 { bgneal@137: width: 58.33333333%; bgneal@137: } bgneal@137: .col-xs-6 { bgneal@137: width: 50%; bgneal@137: } bgneal@137: .col-xs-5 { bgneal@137: width: 41.66666667%; bgneal@137: } bgneal@137: .col-xs-4 { bgneal@137: width: 33.33333333%; bgneal@137: } bgneal@118: .col-xs-3 { bgneal@118: width: 25%; bgneal@118: } bgneal@137: .col-xs-2 { bgneal@137: width: 16.66666667%; bgneal@137: } bgneal@137: .col-xs-1 { bgneal@137: width: 8.33333333%; bgneal@137: } bgneal@137: .col-xs-pull-12 { bgneal@137: right: 100%; bgneal@137: } bgneal@137: .col-xs-pull-11 { bgneal@137: right: 91.66666667%; bgneal@137: } bgneal@137: .col-xs-pull-10 { bgneal@137: right: 83.33333333%; bgneal@137: } bgneal@137: .col-xs-pull-9 { bgneal@137: right: 75%; bgneal@137: } bgneal@137: .col-xs-pull-8 { bgneal@137: right: 66.66666667%; bgneal@137: } bgneal@137: .col-xs-pull-7 { bgneal@137: right: 58.33333333%; bgneal@137: } bgneal@137: .col-xs-pull-6 { bgneal@137: right: 50%; bgneal@137: } bgneal@137: .col-xs-pull-5 { bgneal@137: right: 41.66666667%; bgneal@137: } bgneal@137: .col-xs-pull-4 { bgneal@137: right: 33.33333333%; bgneal@137: } bgneal@137: .col-xs-pull-3 { bgneal@137: right: 25%; bgneal@137: } bgneal@137: .col-xs-pull-2 { bgneal@137: right: 16.66666667%; bgneal@137: } bgneal@137: .col-xs-pull-1 { bgneal@137: right: 8.33333333%; bgneal@137: } bgneal@137: .col-xs-pull-0 { bgneal@137: right: 0; bgneal@137: } bgneal@137: .col-xs-push-12 { bgneal@137: left: 100%; bgneal@137: } bgneal@137: .col-xs-push-11 { bgneal@137: left: 91.66666667%; bgneal@137: } bgneal@137: .col-xs-push-10 { bgneal@137: left: 83.33333333%; bgneal@137: } bgneal@137: .col-xs-push-9 { bgneal@137: left: 75%; bgneal@137: } bgneal@137: .col-xs-push-8 { bgneal@137: left: 66.66666667%; bgneal@137: } bgneal@137: .col-xs-push-7 { bgneal@137: left: 58.33333333%; bgneal@137: } bgneal@137: .col-xs-push-6 { bgneal@137: left: 50%; bgneal@137: } bgneal@137: .col-xs-push-5 { bgneal@137: left: 41.66666667%; bgneal@137: } bgneal@137: .col-xs-push-4 { bgneal@137: left: 33.33333333%; bgneal@137: } bgneal@137: .col-xs-push-3 { bgneal@137: left: 25%; bgneal@137: } bgneal@137: .col-xs-push-2 { bgneal@137: left: 16.66666667%; bgneal@137: } bgneal@137: .col-xs-push-1 { bgneal@137: left: 8.33333333%; bgneal@137: } bgneal@137: .col-xs-push-0 { bgneal@137: left: 0; bgneal@137: } bgneal@137: .col-xs-offset-12 { bgneal@137: margin-left: 100%; bgneal@137: } bgneal@137: .col-xs-offset-11 { bgneal@137: margin-left: 91.66666667%; bgneal@137: } bgneal@137: .col-xs-offset-10 { bgneal@137: margin-left: 83.33333333%; bgneal@137: } bgneal@137: .col-xs-offset-9 { bgneal@137: margin-left: 75%; bgneal@137: } bgneal@137: .col-xs-offset-8 { bgneal@137: margin-left: 66.66666667%; bgneal@137: } bgneal@137: .col-xs-offset-7 { bgneal@137: margin-left: 58.33333333%; bgneal@137: } bgneal@137: .col-xs-offset-6 { bgneal@137: margin-left: 50%; bgneal@137: } bgneal@137: .col-xs-offset-5 { bgneal@137: margin-left: 41.66666667%; bgneal@137: } bgneal@137: .col-xs-offset-4 { bgneal@137: margin-left: 33.33333333%; bgneal@137: } bgneal@137: .col-xs-offset-3 { bgneal@137: margin-left: 25%; bgneal@137: } bgneal@137: .col-xs-offset-2 { bgneal@137: margin-left: 16.66666667%; bgneal@137: } bgneal@137: .col-xs-offset-1 { bgneal@137: margin-left: 8.33333333%; bgneal@137: } bgneal@137: .col-xs-offset-0 { bgneal@137: margin-left: 0; bgneal@137: } bgneal@118: @media (min-width: 768px) { bgneal@137: .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 { bgneal@137: float: left; bgneal@137: } bgneal@137: .col-sm-12 { bgneal@137: width: 100%; bgneal@137: } bgneal@118: .col-sm-11 { bgneal@137: width: 91.66666667%; bgneal@137: } bgneal@137: .col-sm-10 { bgneal@137: width: 83.33333333%; bgneal@137: } bgneal@137: .col-sm-9 { bgneal@137: width: 75%; bgneal@137: } bgneal@137: .col-sm-8 { bgneal@137: width: 66.66666667%; bgneal@137: } bgneal@137: .col-sm-7 { bgneal@137: width: 58.33333333%; bgneal@137: } bgneal@137: .col-sm-6 { bgneal@137: width: 50%; bgneal@137: } bgneal@137: .col-sm-5 { bgneal@137: width: 41.66666667%; bgneal@137: } bgneal@137: .col-sm-4 { bgneal@137: width: 33.33333333%; bgneal@118: } bgneal@118: .col-sm-3 { bgneal@118: width: 25%; bgneal@118: } bgneal@137: .col-sm-2 { bgneal@137: width: 16.66666667%; bgneal@137: } bgneal@137: .col-sm-1 { bgneal@137: width: 8.33333333%; bgneal@137: } bgneal@137: .col-sm-pull-12 { bgneal@137: right: 100%; bgneal@137: } bgneal@137: .col-sm-pull-11 { bgneal@137: right: 91.66666667%; bgneal@137: } bgneal@137: .col-sm-pull-10 { bgneal@137: right: 83.33333333%; bgneal@137: } bgneal@137: .col-sm-pull-9 { bgneal@137: right: 75%; bgneal@137: } bgneal@137: .col-sm-pull-8 { bgneal@137: right: 66.66666667%; bgneal@137: } bgneal@137: .col-sm-pull-7 { bgneal@137: right: 58.33333333%; bgneal@137: } bgneal@137: .col-sm-pull-6 { bgneal@137: right: 50%; bgneal@137: } bgneal@137: .col-sm-pull-5 { bgneal@137: right: 41.66666667%; bgneal@137: } bgneal@137: .col-sm-pull-4 { bgneal@137: right: 33.33333333%; bgneal@137: } bgneal@137: .col-sm-pull-3 { bgneal@137: right: 25%; bgneal@137: } bgneal@137: .col-sm-pull-2 { bgneal@137: right: 16.66666667%; bgneal@137: } bgneal@137: .col-sm-pull-1 { bgneal@137: right: 8.33333333%; bgneal@137: } bgneal@137: .col-sm-pull-0 { bgneal@137: right: 0; bgneal@137: } bgneal@137: .col-sm-push-12 { bgneal@137: left: 100%; bgneal@137: } bgneal@137: .col-sm-push-11 { bgneal@137: left: 91.66666667%; bgneal@137: } bgneal@137: .col-sm-push-10 { bgneal@137: left: 83.33333333%; bgneal@137: } bgneal@137: .col-sm-push-9 { bgneal@137: left: 75%; bgneal@137: } bgneal@137: .col-sm-push-8 { bgneal@137: left: 66.66666667%; bgneal@137: } bgneal@137: .col-sm-push-7 { bgneal@137: left: 58.33333333%; bgneal@137: } bgneal@137: .col-sm-push-6 { bgneal@137: left: 50%; bgneal@137: } bgneal@137: .col-sm-push-5 { bgneal@137: left: 41.66666667%; bgneal@137: } bgneal@137: .col-sm-push-4 { bgneal@137: left: 33.33333333%; bgneal@118: } bgneal@118: .col-sm-push-3 { bgneal@118: left: 25%; bgneal@118: } bgneal@137: .col-sm-push-2 { bgneal@137: left: 16.66666667%; bgneal@137: } bgneal@137: .col-sm-push-1 { bgneal@137: left: 8.33333333%; bgneal@137: } bgneal@137: .col-sm-push-0 { bgneal@137: left: 0; bgneal@137: } bgneal@137: .col-sm-offset-12 { bgneal@137: margin-left: 100%; bgneal@137: } bgneal@137: .col-sm-offset-11 { bgneal@137: margin-left: 91.66666667%; bgneal@137: } bgneal@137: .col-sm-offset-10 { bgneal@137: margin-left: 83.33333333%; bgneal@137: } bgneal@137: .col-sm-offset-9 { bgneal@137: margin-left: 75%; bgneal@137: } bgneal@137: .col-sm-offset-8 { bgneal@137: margin-left: 66.66666667%; bgneal@137: } bgneal@137: .col-sm-offset-7 { bgneal@137: margin-left: 58.33333333%; bgneal@137: } bgneal@137: .col-sm-offset-6 { bgneal@137: margin-left: 50%; bgneal@137: } bgneal@137: .col-sm-offset-5 { bgneal@137: margin-left: 41.66666667%; bgneal@137: } bgneal@137: .col-sm-offset-4 { bgneal@137: margin-left: 33.33333333%; bgneal@118: } bgneal@118: .col-sm-offset-3 { bgneal@118: margin-left: 25%; bgneal@118: } bgneal@137: .col-sm-offset-2 { bgneal@137: margin-left: 16.66666667%; bgneal@137: } bgneal@137: .col-sm-offset-1 { bgneal@137: margin-left: 8.33333333%; bgneal@137: } bgneal@137: .col-sm-offset-0 { bgneal@137: margin-left: 0; bgneal@137: } bgneal@137: } bgneal@118: @media (min-width: 992px) { bgneal@137: .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { bgneal@137: float: left; bgneal@137: } bgneal@137: .col-md-12 { bgneal@137: width: 100%; bgneal@137: } bgneal@118: .col-md-11 { bgneal@137: width: 91.66666667%; bgneal@137: } bgneal@137: .col-md-10 { bgneal@137: width: 83.33333333%; bgneal@137: } bgneal@137: .col-md-9 { bgneal@137: width: 75%; bgneal@137: } bgneal@137: .col-md-8 { bgneal@137: width: 66.66666667%; bgneal@137: } bgneal@137: .col-md-7 { bgneal@137: width: 58.33333333%; bgneal@137: } bgneal@137: .col-md-6 { bgneal@137: width: 50%; bgneal@137: } bgneal@137: .col-md-5 { bgneal@137: width: 41.66666667%; bgneal@137: } bgneal@137: .col-md-4 { bgneal@137: width: 33.33333333%; bgneal@118: } bgneal@118: .col-md-3 { bgneal@118: width: 25%; bgneal@118: } bgneal@137: .col-md-2 { bgneal@137: width: 16.66666667%; bgneal@137: } bgneal@137: .col-md-1 { bgneal@137: width: 8.33333333%; bgneal@137: } bgneal@137: .col-md-pull-12 { bgneal@137: right: 100%; bgneal@137: } bgneal@137: .col-md-pull-11 { bgneal@137: right: 91.66666667%; bgneal@137: } bgneal@137: .col-md-pull-10 { bgneal@137: right: 83.33333333%; bgneal@137: } bgneal@137: .col-md-pull-9 { bgneal@137: right: 75%; bgneal@137: } bgneal@137: .col-md-pull-8 { bgneal@137: right: 66.66666667%; bgneal@137: } bgneal@137: .col-md-pull-7 { bgneal@137: right: 58.33333333%; bgneal@137: } bgneal@137: .col-md-pull-6 { bgneal@137: right: 50%; bgneal@137: } bgneal@137: .col-md-pull-5 { bgneal@137: right: 41.66666667%; bgneal@137: } bgneal@137: .col-md-pull-4 { bgneal@137: right: 33.33333333%; bgneal@137: } bgneal@137: .col-md-pull-3 { bgneal@137: right: 25%; bgneal@137: } bgneal@137: .col-md-pull-2 { bgneal@137: right: 16.66666667%; bgneal@137: } bgneal@137: .col-md-pull-1 { bgneal@137: right: 8.33333333%; bgneal@137: } bgneal@137: .col-md-pull-0 { bgneal@137: right: 0; bgneal@137: } bgneal@137: .col-md-push-12 { bgneal@137: left: 100%; bgneal@137: } bgneal@137: .col-md-push-11 { bgneal@137: left: 91.66666667%; bgneal@137: } bgneal@137: .col-md-push-10 { bgneal@137: left: 83.33333333%; bgneal@137: } bgneal@137: .col-md-push-9 { bgneal@137: left: 75%; bgneal@137: } bgneal@137: .col-md-push-8 { bgneal@137: left: 66.66666667%; bgneal@137: } bgneal@137: .col-md-push-7 { bgneal@137: left: 58.33333333%; bgneal@137: } bgneal@137: .col-md-push-6 { bgneal@137: left: 50%; bgneal@137: } bgneal@137: .col-md-push-5 { bgneal@137: left: 41.66666667%; bgneal@137: } bgneal@137: .col-md-push-4 { bgneal@137: left: 33.33333333%; bgneal@118: } bgneal@118: .col-md-push-3 { bgneal@118: left: 25%; bgneal@118: } bgneal@137: .col-md-push-2 { bgneal@137: left: 16.66666667%; bgneal@137: } bgneal@137: .col-md-push-1 { bgneal@137: left: 8.33333333%; bgneal@137: } bgneal@137: .col-md-push-0 { bgneal@137: left: 0; bgneal@137: } bgneal@137: .col-md-offset-12 { bgneal@137: margin-left: 100%; bgneal@137: } bgneal@137: .col-md-offset-11 { bgneal@137: margin-left: 91.66666667%; bgneal@137: } bgneal@137: .col-md-offset-10 { bgneal@137: margin-left: 83.33333333%; bgneal@137: } bgneal@137: .col-md-offset-9 { bgneal@137: margin-left: 75%; bgneal@137: } bgneal@137: .col-md-offset-8 { bgneal@137: margin-left: 66.66666667%; bgneal@137: } bgneal@137: .col-md-offset-7 { bgneal@137: margin-left: 58.33333333%; bgneal@137: } bgneal@137: .col-md-offset-6 { bgneal@137: margin-left: 50%; bgneal@137: } bgneal@137: .col-md-offset-5 { bgneal@137: margin-left: 41.66666667%; bgneal@137: } bgneal@137: .col-md-offset-4 { bgneal@137: margin-left: 33.33333333%; bgneal@137: } bgneal@137: .col-md-offset-3 { bgneal@137: margin-left: 25%; bgneal@137: } bgneal@137: .col-md-offset-2 { bgneal@137: margin-left: 16.66666667%; bgneal@137: } bgneal@137: .col-md-offset-1 { bgneal@137: margin-left: 8.33333333%; bgneal@118: } bgneal@118: .col-md-offset-0 { bgneal@118: margin-left: 0; bgneal@118: } bgneal@137: } bgneal@118: @media (min-width: 1200px) { bgneal@137: .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 { bgneal@137: float: left; bgneal@137: } bgneal@137: .col-lg-12 { bgneal@137: width: 100%; bgneal@137: } bgneal@118: .col-lg-11 { bgneal@137: width: 91.66666667%; bgneal@137: } bgneal@137: .col-lg-10 { bgneal@137: width: 83.33333333%; bgneal@137: } bgneal@137: .col-lg-9 { bgneal@137: width: 75%; bgneal@137: } bgneal@137: .col-lg-8 { bgneal@137: width: 66.66666667%; bgneal@137: } bgneal@137: .col-lg-7 { bgneal@137: width: 58.33333333%; bgneal@137: } bgneal@137: .col-lg-6 { bgneal@137: width: 50%; bgneal@137: } bgneal@137: .col-lg-5 { bgneal@137: width: 41.66666667%; bgneal@137: } bgneal@137: .col-lg-4 { bgneal@137: width: 33.33333333%; bgneal@118: } bgneal@118: .col-lg-3 { bgneal@118: width: 25%; bgneal@118: } bgneal@137: .col-lg-2 { bgneal@137: width: 16.66666667%; bgneal@137: } bgneal@137: .col-lg-1 { bgneal@137: width: 8.33333333%; bgneal@137: } bgneal@137: .col-lg-pull-12 { bgneal@137: right: 100%; bgneal@137: } bgneal@137: .col-lg-pull-11 { bgneal@137: right: 91.66666667%; bgneal@137: } bgneal@137: .col-lg-pull-10 { bgneal@137: right: 83.33333333%; bgneal@137: } bgneal@137: .col-lg-pull-9 { bgneal@137: right: 75%; bgneal@137: } bgneal@137: .col-lg-pull-8 { bgneal@137: right: 66.66666667%; bgneal@137: } bgneal@137: .col-lg-pull-7 { bgneal@137: right: 58.33333333%; bgneal@137: } bgneal@137: .col-lg-pull-6 { bgneal@137: right: 50%; bgneal@137: } bgneal@137: .col-lg-pull-5 { bgneal@137: right: 41.66666667%; bgneal@137: } bgneal@137: .col-lg-pull-4 { bgneal@137: right: 33.33333333%; bgneal@137: } bgneal@137: .col-lg-pull-3 { bgneal@137: right: 25%; bgneal@137: } bgneal@137: .col-lg-pull-2 { bgneal@137: right: 16.66666667%; bgneal@137: } bgneal@137: .col-lg-pull-1 { bgneal@137: right: 8.33333333%; bgneal@137: } bgneal@137: .col-lg-pull-0 { bgneal@137: right: 0; bgneal@137: } bgneal@137: .col-lg-push-12 { bgneal@137: left: 100%; bgneal@137: } bgneal@137: .col-lg-push-11 { bgneal@137: left: 91.66666667%; bgneal@137: } bgneal@137: .col-lg-push-10 { bgneal@137: left: 83.33333333%; bgneal@137: } bgneal@137: .col-lg-push-9 { bgneal@137: left: 75%; bgneal@137: } bgneal@137: .col-lg-push-8 { bgneal@137: left: 66.66666667%; bgneal@137: } bgneal@137: .col-lg-push-7 { bgneal@137: left: 58.33333333%; bgneal@137: } bgneal@137: .col-lg-push-6 { bgneal@137: left: 50%; bgneal@137: } bgneal@137: .col-lg-push-5 { bgneal@137: left: 41.66666667%; bgneal@137: } bgneal@137: .col-lg-push-4 { bgneal@137: left: 33.33333333%; bgneal@118: } bgneal@118: .col-lg-push-3 { bgneal@118: left: 25%; bgneal@118: } bgneal@137: .col-lg-push-2 { bgneal@137: left: 16.66666667%; bgneal@137: } bgneal@137: .col-lg-push-1 { bgneal@137: left: 8.33333333%; bgneal@137: } bgneal@137: .col-lg-push-0 { bgneal@137: left: 0; bgneal@137: } bgneal@137: .col-lg-offset-12 { bgneal@137: margin-left: 100%; bgneal@137: } bgneal@137: .col-lg-offset-11 { bgneal@137: margin-left: 91.66666667%; bgneal@137: } bgneal@137: .col-lg-offset-10 { bgneal@137: margin-left: 83.33333333%; bgneal@137: } bgneal@137: .col-lg-offset-9 { bgneal@137: margin-left: 75%; bgneal@137: } bgneal@137: .col-lg-offset-8 { bgneal@137: margin-left: 66.66666667%; bgneal@137: } bgneal@137: .col-lg-offset-7 { bgneal@137: margin-left: 58.33333333%; bgneal@137: } bgneal@137: .col-lg-offset-6 { bgneal@137: margin-left: 50%; bgneal@137: } bgneal@137: .col-lg-offset-5 { bgneal@137: margin-left: 41.66666667%; bgneal@137: } bgneal@137: .col-lg-offset-4 { bgneal@137: margin-left: 33.33333333%; bgneal@137: } bgneal@137: .col-lg-offset-3 { bgneal@137: margin-left: 25%; bgneal@137: } bgneal@137: .col-lg-offset-2 { bgneal@137: margin-left: 16.66666667%; bgneal@137: } bgneal@137: .col-lg-offset-1 { bgneal@137: margin-left: 8.33333333%; bgneal@118: } bgneal@118: .col-lg-offset-0 { bgneal@118: margin-left: 0; bgneal@118: } bgneal@137: } bgneal@118: table { bgneal@118: max-width: 100%; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: th { bgneal@118: text-align: left; bgneal@118: } bgneal@118: .table { bgneal@118: width: 100%; bgneal@118: margin-bottom: 20px; bgneal@118: } bgneal@137: .table > thead > tr > th, bgneal@137: .table > tbody > tr > th, bgneal@137: .table > tfoot > tr > th, bgneal@137: .table > thead > tr > td, bgneal@137: .table > tbody > tr > td, bgneal@137: .table > tfoot > tr > td { bgneal@118: padding: 8px; bgneal@137: line-height: 1.42857143; bgneal@118: vertical-align: top; bgneal@137: border-top: 1px solid #ddd; bgneal@137: } bgneal@137: .table > thead > tr > th { bgneal@118: vertical-align: bottom; bgneal@137: border-bottom: 2px solid #ddd; bgneal@137: } bgneal@137: .table > caption + thead > tr:first-child > th, bgneal@137: .table > colgroup + thead > tr:first-child > th, bgneal@137: .table > thead:first-child > tr:first-child > th, bgneal@137: .table > caption + thead > tr:first-child > td, bgneal@137: .table > colgroup + thead > tr:first-child > td, bgneal@137: .table > thead:first-child > tr:first-child > td { bgneal@118: border-top: 0; bgneal@118: } bgneal@137: .table > tbody + tbody { bgneal@137: border-top: 2px solid #ddd; bgneal@137: } bgneal@118: .table .table { bgneal@137: background-color: #fff; bgneal@137: } bgneal@137: .table-condensed > thead > tr > th, bgneal@137: .table-condensed > tbody > tr > th, bgneal@137: .table-condensed > tfoot > tr > th, bgneal@137: .table-condensed > thead > tr > td, bgneal@137: .table-condensed > tbody > tr > td, bgneal@137: .table-condensed > tfoot > tr > td { bgneal@118: padding: 5px; bgneal@118: } bgneal@118: .table-bordered { bgneal@137: border: 1px solid #ddd; bgneal@137: } bgneal@118: .table-bordered > thead > tr > th, bgneal@118: .table-bordered > tbody > tr > th, bgneal@118: .table-bordered > tfoot > tr > th, bgneal@118: .table-bordered > thead > tr > td, bgneal@118: .table-bordered > tbody > tr > td, bgneal@118: .table-bordered > tfoot > tr > td { bgneal@137: border: 1px solid #ddd; bgneal@137: } bgneal@118: .table-bordered > thead > tr > th, bgneal@118: .table-bordered > thead > tr > td { bgneal@118: border-bottom-width: 2px; bgneal@118: } bgneal@118: .table-striped > tbody > tr:nth-child(odd) > td, bgneal@118: .table-striped > tbody > tr:nth-child(odd) > th { bgneal@118: background-color: #f9f9f9; bgneal@118: } bgneal@118: .table-hover > tbody > tr:hover > td, bgneal@118: .table-hover > tbody > tr:hover > th { bgneal@118: background-color: #f5f5f5; bgneal@118: } bgneal@118: table col[class*="col-"] { bgneal@137: position: static; bgneal@118: display: table-column; bgneal@118: float: none; bgneal@118: } bgneal@118: table td[class*="col-"], bgneal@118: table th[class*="col-"] { bgneal@137: position: static; bgneal@118: display: table-cell; bgneal@118: float: none; bgneal@118: } bgneal@118: .table > thead > tr > td.active, bgneal@118: .table > tbody > tr > td.active, bgneal@118: .table > tfoot > tr > td.active, bgneal@118: .table > thead > tr > th.active, bgneal@118: .table > tbody > tr > th.active, bgneal@118: .table > tfoot > tr > th.active, bgneal@118: .table > thead > tr.active > td, bgneal@118: .table > tbody > tr.active > td, bgneal@118: .table > tfoot > tr.active > td, bgneal@118: .table > thead > tr.active > th, bgneal@118: .table > tbody > tr.active > th, bgneal@118: .table > tfoot > tr.active > th { bgneal@118: background-color: #f5f5f5; bgneal@118: } bgneal@137: .table-hover > tbody > tr > td.active:hover, bgneal@137: .table-hover > tbody > tr > th.active:hover, bgneal@137: .table-hover > tbody > tr.active:hover > td, bgneal@137: .table-hover > tbody > tr.active:hover > th { bgneal@137: background-color: #e8e8e8; bgneal@137: } bgneal@118: .table > thead > tr > td.success, bgneal@118: .table > tbody > tr > td.success, bgneal@118: .table > tfoot > tr > td.success, bgneal@118: .table > thead > tr > th.success, bgneal@118: .table > tbody > tr > th.success, bgneal@118: .table > tfoot > tr > th.success, bgneal@118: .table > thead > tr.success > td, bgneal@118: .table > tbody > tr.success > td, bgneal@118: .table > tfoot > tr.success > td, bgneal@118: .table > thead > tr.success > th, bgneal@118: .table > tbody > tr.success > th, bgneal@118: .table > tfoot > tr.success > th { bgneal@118: background-color: #dff0d8; bgneal@137: } bgneal@118: .table-hover > tbody > tr > td.success:hover, bgneal@118: .table-hover > tbody > tr > th.success:hover, bgneal@137: .table-hover > tbody > tr.success:hover > td, bgneal@137: .table-hover > tbody > tr.success:hover > th { bgneal@118: background-color: #d0e9c6; bgneal@137: } bgneal@137: .table > thead > tr > td.info, bgneal@137: .table > tbody > tr > td.info, bgneal@137: .table > tfoot > tr > td.info, bgneal@137: .table > thead > tr > th.info, bgneal@137: .table > tbody > tr > th.info, bgneal@137: .table > tfoot > tr > th.info, bgneal@137: .table > thead > tr.info > td, bgneal@137: .table > tbody > tr.info > td, bgneal@137: .table > tfoot > tr.info > td, bgneal@137: .table > thead > tr.info > th, bgneal@137: .table > tbody > tr.info > th, bgneal@137: .table > tfoot > tr.info > th { bgneal@137: background-color: #d9edf7; bgneal@137: } bgneal@137: .table-hover > tbody > tr > td.info:hover, bgneal@137: .table-hover > tbody > tr > th.info:hover, bgneal@137: .table-hover > tbody > tr.info:hover > td, bgneal@137: .table-hover > tbody > tr.info:hover > th { bgneal@137: background-color: #c4e3f3; bgneal@137: } bgneal@137: .table > thead > tr > td.warning, bgneal@137: .table > tbody > tr > td.warning, bgneal@137: .table > tfoot > tr > td.warning, bgneal@137: .table > thead > tr > th.warning, bgneal@137: .table > tbody > tr > th.warning, bgneal@137: .table > tfoot > tr > th.warning, bgneal@137: .table > thead > tr.warning > td, bgneal@137: .table > tbody > tr.warning > td, bgneal@137: .table > tfoot > tr.warning > td, bgneal@137: .table > thead > tr.warning > th, bgneal@137: .table > tbody > tr.warning > th, bgneal@137: .table > tfoot > tr.warning > th { bgneal@137: background-color: #fcf8e3; bgneal@137: } bgneal@137: .table-hover > tbody > tr > td.warning:hover, bgneal@137: .table-hover > tbody > tr > th.warning:hover, bgneal@137: .table-hover > tbody > tr.warning:hover > td, bgneal@137: .table-hover > tbody > tr.warning:hover > th { bgneal@137: background-color: #faf2cc; bgneal@137: } bgneal@118: .table > thead > tr > td.danger, bgneal@118: .table > tbody > tr > td.danger, bgneal@118: .table > tfoot > tr > td.danger, bgneal@118: .table > thead > tr > th.danger, bgneal@118: .table > tbody > tr > th.danger, bgneal@118: .table > tfoot > tr > th.danger, bgneal@118: .table > thead > tr.danger > td, bgneal@118: .table > tbody > tr.danger > td, bgneal@118: .table > tfoot > tr.danger > td, bgneal@118: .table > thead > tr.danger > th, bgneal@118: .table > tbody > tr.danger > th, bgneal@118: .table > tfoot > tr.danger > th { bgneal@118: background-color: #f2dede; bgneal@137: } bgneal@118: .table-hover > tbody > tr > td.danger:hover, bgneal@118: .table-hover > tbody > tr > th.danger:hover, bgneal@137: .table-hover > tbody > tr.danger:hover > td, bgneal@137: .table-hover > tbody > tr.danger:hover > th { bgneal@118: background-color: #ebcccc; bgneal@137: } bgneal@137: @media (max-width: 767px) { bgneal@118: .table-responsive { bgneal@118: width: 100%; bgneal@118: margin-bottom: 15px; bgneal@118: overflow-x: scroll; bgneal@118: overflow-y: hidden; bgneal@137: -webkit-overflow-scrolling: touch; bgneal@137: -ms-overflow-style: -ms-autohiding-scrollbar; bgneal@137: border: 1px solid #ddd; bgneal@118: } bgneal@118: .table-responsive > .table { bgneal@118: margin-bottom: 0; bgneal@118: } bgneal@118: .table-responsive > .table > thead > tr > th, bgneal@118: .table-responsive > .table > tbody > tr > th, bgneal@118: .table-responsive > .table > tfoot > tr > th, bgneal@118: .table-responsive > .table > thead > tr > td, bgneal@118: .table-responsive > .table > tbody > tr > td, bgneal@118: .table-responsive > .table > tfoot > tr > td { bgneal@118: white-space: nowrap; bgneal@118: } bgneal@118: .table-responsive > .table-bordered { bgneal@118: border: 0; bgneal@118: } bgneal@118: .table-responsive > .table-bordered > thead > tr > th:first-child, bgneal@118: .table-responsive > .table-bordered > tbody > tr > th:first-child, bgneal@118: .table-responsive > .table-bordered > tfoot > tr > th:first-child, bgneal@118: .table-responsive > .table-bordered > thead > tr > td:first-child, bgneal@118: .table-responsive > .table-bordered > tbody > tr > td:first-child, bgneal@118: .table-responsive > .table-bordered > tfoot > tr > td:first-child { bgneal@118: border-left: 0; bgneal@118: } bgneal@118: .table-responsive > .table-bordered > thead > tr > th:last-child, bgneal@118: .table-responsive > .table-bordered > tbody > tr > th:last-child, bgneal@118: .table-responsive > .table-bordered > tfoot > tr > th:last-child, bgneal@118: .table-responsive > .table-bordered > thead > tr > td:last-child, bgneal@118: .table-responsive > .table-bordered > tbody > tr > td:last-child, bgneal@118: .table-responsive > .table-bordered > tfoot > tr > td:last-child { bgneal@118: border-right: 0; bgneal@118: } bgneal@118: .table-responsive > .table-bordered > tbody > tr:last-child > th, bgneal@118: .table-responsive > .table-bordered > tfoot > tr:last-child > th, bgneal@118: .table-responsive > .table-bordered > tbody > tr:last-child > td, bgneal@118: .table-responsive > .table-bordered > tfoot > tr:last-child > td { bgneal@118: border-bottom: 0; bgneal@118: } bgneal@118: } bgneal@118: fieldset { bgneal@137: min-width: 0; bgneal@118: padding: 0; bgneal@118: margin: 0; bgneal@118: border: 0; bgneal@118: } bgneal@118: legend { bgneal@118: display: block; bgneal@118: width: 100%; bgneal@118: padding: 0; bgneal@118: margin-bottom: 20px; bgneal@118: font-size: 21px; bgneal@118: line-height: inherit; bgneal@137: color: #333; bgneal@118: border: 0; bgneal@118: border-bottom: 1px solid #e5e5e5; bgneal@118: } bgneal@118: label { bgneal@118: display: inline-block; bgneal@118: margin-bottom: 5px; bgneal@118: font-weight: bold; bgneal@118: } bgneal@118: input[type="search"] { bgneal@118: -webkit-box-sizing: border-box; bgneal@118: -moz-box-sizing: border-box; bgneal@118: box-sizing: border-box; bgneal@118: } bgneal@118: input[type="radio"], bgneal@118: input[type="checkbox"] { bgneal@118: margin: 4px 0 0; bgneal@118: margin-top: 1px \9; bgneal@118: /* IE8-9 */ bgneal@118: line-height: normal; bgneal@118: } bgneal@118: input[type="file"] { bgneal@118: display: block; bgneal@118: } bgneal@137: input[type="range"] { bgneal@137: display: block; bgneal@137: width: 100%; bgneal@137: } bgneal@118: select[multiple], bgneal@118: select[size] { bgneal@118: height: auto; bgneal@118: } bgneal@118: input[type="file"]:focus, bgneal@118: input[type="radio"]:focus, bgneal@118: input[type="checkbox"]:focus { bgneal@137: outline: thin dotted; bgneal@118: outline: 5px auto -webkit-focus-ring-color; bgneal@118: outline-offset: -2px; bgneal@118: } bgneal@137: output { bgneal@137: display: block; bgneal@137: padding-top: 7px; bgneal@137: font-size: 14px; bgneal@137: line-height: 1.42857143; bgneal@137: color: #555; bgneal@137: } bgneal@118: .form-control { bgneal@118: display: block; bgneal@118: width: 100%; bgneal@118: height: 34px; bgneal@118: padding: 6px 12px; bgneal@118: font-size: 14px; bgneal@137: line-height: 1.42857143; bgneal@137: color: #555; bgneal@137: background-color: #fff; bgneal@137: background-image: none; bgneal@137: border: 1px solid #ccc; bgneal@118: border-radius: 4px; bgneal@137: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bgneal@137: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bgneal@137: -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; bgneal@137: transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; bgneal@137: } bgneal@118: .form-control:focus { bgneal@118: border-color: #66afe9; bgneal@118: outline: 0; bgneal@137: -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); bgneal@137: box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); bgneal@137: } bgneal@137: .form-control::-moz-placeholder { bgneal@137: color: #999; bgneal@137: opacity: 1; bgneal@137: } bgneal@137: .form-control:-ms-input-placeholder { bgneal@137: color: #999; bgneal@137: } bgneal@137: .form-control::-webkit-input-placeholder { bgneal@137: color: #999; bgneal@137: } bgneal@118: .form-control[disabled], bgneal@118: .form-control[readonly], bgneal@118: fieldset[disabled] .form-control { bgneal@118: cursor: not-allowed; bgneal@137: background-color: #eee; bgneal@137: opacity: 1; bgneal@137: } bgneal@118: textarea.form-control { bgneal@118: height: auto; bgneal@118: } bgneal@137: input[type="search"] { bgneal@137: -webkit-appearance: none; bgneal@137: } bgneal@137: input[type="date"] { bgneal@137: line-height: 34px; bgneal@137: } bgneal@118: .form-group { bgneal@118: margin-bottom: 15px; bgneal@118: } bgneal@118: .radio, bgneal@118: .checkbox { bgneal@118: display: block; bgneal@118: min-height: 20px; bgneal@118: padding-left: 20px; bgneal@118: margin-top: 10px; bgneal@118: margin-bottom: 10px; bgneal@137: } bgneal@118: .radio label, bgneal@118: .checkbox label { bgneal@118: display: inline; bgneal@118: font-weight: normal; bgneal@118: cursor: pointer; bgneal@118: } bgneal@118: .radio input[type="radio"], bgneal@118: .radio-inline input[type="radio"], bgneal@118: .checkbox input[type="checkbox"], bgneal@118: .checkbox-inline input[type="checkbox"] { bgneal@118: float: left; bgneal@118: margin-left: -20px; bgneal@118: } bgneal@118: .radio + .radio, bgneal@118: .checkbox + .checkbox { bgneal@118: margin-top: -5px; bgneal@118: } bgneal@118: .radio-inline, bgneal@118: .checkbox-inline { bgneal@118: display: inline-block; bgneal@118: padding-left: 20px; bgneal@118: margin-bottom: 0; bgneal@118: font-weight: normal; bgneal@118: vertical-align: middle; bgneal@118: cursor: pointer; bgneal@118: } bgneal@118: .radio-inline + .radio-inline, bgneal@118: .checkbox-inline + .checkbox-inline { bgneal@118: margin-top: 0; bgneal@118: margin-left: 10px; bgneal@118: } bgneal@118: input[type="radio"][disabled], bgneal@118: input[type="checkbox"][disabled], bgneal@118: .radio[disabled], bgneal@118: .radio-inline[disabled], bgneal@118: .checkbox[disabled], bgneal@118: .checkbox-inline[disabled], bgneal@118: fieldset[disabled] input[type="radio"], bgneal@118: fieldset[disabled] input[type="checkbox"], bgneal@118: fieldset[disabled] .radio, bgneal@118: fieldset[disabled] .radio-inline, bgneal@118: fieldset[disabled] .checkbox, bgneal@118: fieldset[disabled] .checkbox-inline { bgneal@118: cursor: not-allowed; bgneal@118: } bgneal@118: .input-sm { bgneal@118: height: 30px; bgneal@118: padding: 5px 10px; bgneal@118: font-size: 12px; bgneal@118: line-height: 1.5; bgneal@118: border-radius: 3px; bgneal@118: } bgneal@118: select.input-sm { bgneal@118: height: 30px; bgneal@118: line-height: 30px; bgneal@118: } bgneal@137: textarea.input-sm, bgneal@137: select[multiple].input-sm { bgneal@118: height: auto; bgneal@118: } bgneal@118: .input-lg { bgneal@137: height: 46px; bgneal@118: padding: 10px 16px; bgneal@118: font-size: 18px; bgneal@118: line-height: 1.33; bgneal@118: border-radius: 6px; bgneal@118: } bgneal@118: select.input-lg { bgneal@137: height: 46px; bgneal@137: line-height: 46px; bgneal@137: } bgneal@137: textarea.input-lg, bgneal@137: select[multiple].input-lg { bgneal@118: height: auto; bgneal@118: } bgneal@137: .has-feedback { bgneal@137: position: relative; bgneal@137: } bgneal@137: .has-feedback .form-control { bgneal@137: padding-right: 42.5px; bgneal@137: } bgneal@137: .has-feedback .form-control-feedback { bgneal@137: position: absolute; bgneal@137: top: 25px; bgneal@137: right: 0; bgneal@137: display: block; bgneal@137: width: 34px; bgneal@137: height: 34px; bgneal@137: line-height: 34px; bgneal@137: text-align: center; bgneal@137: } bgneal@137: .has-success .help-block, bgneal@137: .has-success .control-label, bgneal@137: .has-success .radio, bgneal@137: .has-success .checkbox, bgneal@137: .has-success .radio-inline, bgneal@137: .has-success .checkbox-inline { bgneal@137: color: #3c763d; bgneal@137: } bgneal@137: .has-success .form-control { bgneal@137: border-color: #3c763d; bgneal@137: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bgneal@137: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bgneal@137: } bgneal@137: .has-success .form-control:focus { bgneal@137: border-color: #2b542c; bgneal@137: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; bgneal@137: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; bgneal@137: } bgneal@137: .has-success .input-group-addon { bgneal@137: color: #3c763d; bgneal@137: background-color: #dff0d8; bgneal@137: border-color: #3c763d; bgneal@137: } bgneal@137: .has-success .form-control-feedback { bgneal@137: color: #3c763d; bgneal@137: } bgneal@118: .has-warning .help-block, bgneal@137: .has-warning .control-label, bgneal@137: .has-warning .radio, bgneal@137: .has-warning .checkbox, bgneal@137: .has-warning .radio-inline, bgneal@137: .has-warning .checkbox-inline { bgneal@137: color: #8a6d3b; bgneal@137: } bgneal@118: .has-warning .form-control { bgneal@137: border-color: #8a6d3b; bgneal@137: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bgneal@137: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bgneal@137: } bgneal@118: .has-warning .form-control:focus { bgneal@137: border-color: #66512c; bgneal@137: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; bgneal@137: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; bgneal@137: } bgneal@118: .has-warning .input-group-addon { bgneal@137: color: #8a6d3b; bgneal@118: background-color: #fcf8e3; bgneal@137: border-color: #8a6d3b; bgneal@137: } bgneal@137: .has-warning .form-control-feedback { bgneal@137: color: #8a6d3b; bgneal@137: } bgneal@118: .has-error .help-block, bgneal@137: .has-error .control-label, bgneal@137: .has-error .radio, bgneal@137: .has-error .checkbox, bgneal@137: .has-error .radio-inline, bgneal@137: .has-error .checkbox-inline { bgneal@137: color: #a94442; bgneal@137: } bgneal@118: .has-error .form-control { bgneal@137: border-color: #a94442; bgneal@137: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bgneal@137: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bgneal@137: } bgneal@118: .has-error .form-control:focus { bgneal@137: border-color: #843534; bgneal@137: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; bgneal@137: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; bgneal@137: } bgneal@118: .has-error .input-group-addon { bgneal@137: color: #a94442; bgneal@118: background-color: #f2dede; bgneal@137: border-color: #a94442; bgneal@137: } bgneal@137: .has-error .form-control-feedback { bgneal@137: color: #a94442; bgneal@137: } bgneal@118: .form-control-static { bgneal@118: margin-bottom: 0; bgneal@118: } bgneal@118: .help-block { bgneal@118: display: block; bgneal@118: margin-top: 5px; bgneal@118: margin-bottom: 10px; bgneal@118: color: #737373; bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@118: .form-inline .form-group { bgneal@118: display: inline-block; bgneal@118: margin-bottom: 0; bgneal@118: vertical-align: middle; bgneal@118: } bgneal@118: .form-inline .form-control { bgneal@118: display: inline-block; bgneal@137: width: auto; bgneal@137: vertical-align: middle; bgneal@137: } bgneal@137: .form-inline .input-group > .form-control { bgneal@137: width: 100%; bgneal@137: } bgneal@137: .form-inline .control-label { bgneal@137: margin-bottom: 0; bgneal@137: vertical-align: middle; bgneal@118: } bgneal@118: .form-inline .radio, bgneal@118: .form-inline .checkbox { bgneal@118: display: inline-block; bgneal@118: padding-left: 0; bgneal@118: margin-top: 0; bgneal@118: margin-bottom: 0; bgneal@137: vertical-align: middle; bgneal@118: } bgneal@118: .form-inline .radio input[type="radio"], bgneal@118: .form-inline .checkbox input[type="checkbox"] { bgneal@118: float: none; bgneal@118: margin-left: 0; bgneal@118: } bgneal@137: .form-inline .has-feedback .form-control-feedback { bgneal@137: top: 0; bgneal@137: } bgneal@137: } bgneal@118: .form-horizontal .control-label, bgneal@118: .form-horizontal .radio, bgneal@118: .form-horizontal .checkbox, bgneal@118: .form-horizontal .radio-inline, bgneal@118: .form-horizontal .checkbox-inline { bgneal@118: padding-top: 7px; bgneal@118: margin-top: 0; bgneal@118: margin-bottom: 0; bgneal@118: } bgneal@137: .form-horizontal .radio, bgneal@137: .form-horizontal .checkbox { bgneal@137: min-height: 27px; bgneal@137: } bgneal@118: .form-horizontal .form-group { bgneal@118: margin-right: -15px; bgneal@118: margin-left: -15px; bgneal@118: } bgneal@137: .form-horizontal .form-control-static { bgneal@137: padding-top: 7px; bgneal@137: } bgneal@118: @media (min-width: 768px) { bgneal@118: .form-horizontal .control-label { bgneal@118: text-align: right; bgneal@118: } bgneal@118: } bgneal@137: .form-horizontal .has-feedback .form-control-feedback { bgneal@137: top: 0; bgneal@137: right: 15px; bgneal@137: } bgneal@118: .btn { bgneal@118: display: inline-block; bgneal@118: padding: 6px 12px; bgneal@118: margin-bottom: 0; bgneal@118: font-size: 14px; bgneal@118: font-weight: normal; bgneal@137: line-height: 1.42857143; bgneal@118: text-align: center; bgneal@118: white-space: nowrap; bgneal@118: vertical-align: middle; bgneal@118: cursor: pointer; bgneal@118: -webkit-user-select: none; bgneal@118: -moz-user-select: none; bgneal@118: -ms-user-select: none; bgneal@118: user-select: none; bgneal@137: background-image: none; bgneal@137: border: 1px solid transparent; bgneal@137: border-radius: 4px; bgneal@137: } bgneal@137: .btn:focus, bgneal@137: .btn:active:focus, bgneal@137: .btn.active:focus { bgneal@137: outline: thin dotted; bgneal@118: outline: 5px auto -webkit-focus-ring-color; bgneal@118: outline-offset: -2px; bgneal@118: } bgneal@118: .btn:hover, bgneal@118: .btn:focus { bgneal@137: color: #333; bgneal@118: text-decoration: none; bgneal@118: } bgneal@118: .btn:active, bgneal@118: .btn.active { bgneal@118: background-image: none; bgneal@118: outline: 0; bgneal@137: -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); bgneal@137: box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); bgneal@137: } bgneal@118: .btn.disabled, bgneal@118: .btn[disabled], bgneal@118: fieldset[disabled] .btn { bgneal@118: pointer-events: none; bgneal@118: cursor: not-allowed; bgneal@118: filter: alpha(opacity=65); bgneal@118: -webkit-box-shadow: none; bgneal@118: box-shadow: none; bgneal@137: opacity: .65; bgneal@137: } bgneal@118: .btn-default { bgneal@137: color: #333; bgneal@137: background-color: #fff; bgneal@137: border-color: #ccc; bgneal@137: } bgneal@118: .btn-default:hover, bgneal@118: .btn-default:focus, bgneal@118: .btn-default:active, bgneal@118: .btn-default.active, bgneal@118: .open .dropdown-toggle.btn-default { bgneal@137: color: #333; bgneal@118: background-color: #ebebeb; bgneal@118: border-color: #adadad; bgneal@118: } bgneal@118: .btn-default:active, bgneal@118: .btn-default.active, bgneal@118: .open .dropdown-toggle.btn-default { bgneal@118: background-image: none; bgneal@118: } bgneal@118: .btn-default.disabled, bgneal@118: .btn-default[disabled], bgneal@118: fieldset[disabled] .btn-default, bgneal@118: .btn-default.disabled:hover, bgneal@118: .btn-default[disabled]:hover, bgneal@118: fieldset[disabled] .btn-default:hover, bgneal@118: .btn-default.disabled:focus, bgneal@118: .btn-default[disabled]:focus, bgneal@118: fieldset[disabled] .btn-default:focus, bgneal@118: .btn-default.disabled:active, bgneal@118: .btn-default[disabled]:active, bgneal@118: fieldset[disabled] .btn-default:active, bgneal@118: .btn-default.disabled.active, bgneal@118: .btn-default[disabled].active, bgneal@118: fieldset[disabled] .btn-default.active { bgneal@137: background-color: #fff; bgneal@137: border-color: #ccc; bgneal@137: } bgneal@137: .btn-default .badge { bgneal@137: color: #fff; bgneal@137: background-color: #333; bgneal@137: } bgneal@118: .btn-primary { bgneal@137: color: #fff; bgneal@118: background-color: #428bca; bgneal@118: border-color: #357ebd; bgneal@118: } bgneal@118: .btn-primary:hover, bgneal@118: .btn-primary:focus, bgneal@118: .btn-primary:active, bgneal@118: .btn-primary.active, bgneal@118: .open .dropdown-toggle.btn-primary { bgneal@137: color: #fff; bgneal@118: background-color: #3276b1; bgneal@118: border-color: #285e8e; bgneal@118: } bgneal@118: .btn-primary:active, bgneal@118: .btn-primary.active, bgneal@118: .open .dropdown-toggle.btn-primary { bgneal@118: background-image: none; bgneal@118: } bgneal@118: .btn-primary.disabled, bgneal@118: .btn-primary[disabled], bgneal@118: fieldset[disabled] .btn-primary, bgneal@118: .btn-primary.disabled:hover, bgneal@118: .btn-primary[disabled]:hover, bgneal@118: fieldset[disabled] .btn-primary:hover, bgneal@118: .btn-primary.disabled:focus, bgneal@118: .btn-primary[disabled]:focus, bgneal@118: fieldset[disabled] .btn-primary:focus, bgneal@118: .btn-primary.disabled:active, bgneal@118: .btn-primary[disabled]:active, bgneal@118: fieldset[disabled] .btn-primary:active, bgneal@118: .btn-primary.disabled.active, bgneal@118: .btn-primary[disabled].active, bgneal@118: fieldset[disabled] .btn-primary.active { bgneal@118: background-color: #428bca; bgneal@118: border-color: #357ebd; bgneal@118: } bgneal@137: .btn-primary .badge { bgneal@137: color: #428bca; bgneal@137: background-color: #fff; bgneal@137: } bgneal@137: .btn-success { bgneal@137: color: #fff; bgneal@137: background-color: #5cb85c; bgneal@137: border-color: #4cae4c; bgneal@137: } bgneal@137: .btn-success:hover, bgneal@137: .btn-success:focus, bgneal@137: .btn-success:active, bgneal@137: .btn-success.active, bgneal@137: .open .dropdown-toggle.btn-success { bgneal@137: color: #fff; bgneal@137: background-color: #47a447; bgneal@137: border-color: #398439; bgneal@137: } bgneal@137: .btn-success:active, bgneal@137: .btn-success.active, bgneal@137: .open .dropdown-toggle.btn-success { bgneal@137: background-image: none; bgneal@137: } bgneal@137: .btn-success.disabled, bgneal@137: .btn-success[disabled], bgneal@137: fieldset[disabled] .btn-success, bgneal@137: .btn-success.disabled:hover, bgneal@137: .btn-success[disabled]:hover, bgneal@137: fieldset[disabled] .btn-success:hover, bgneal@137: .btn-success.disabled:focus, bgneal@137: .btn-success[disabled]:focus, bgneal@137: fieldset[disabled] .btn-success:focus, bgneal@137: .btn-success.disabled:active, bgneal@137: .btn-success[disabled]:active, bgneal@137: fieldset[disabled] .btn-success:active, bgneal@137: .btn-success.disabled.active, bgneal@137: .btn-success[disabled].active, bgneal@137: fieldset[disabled] .btn-success.active { bgneal@137: background-color: #5cb85c; bgneal@137: border-color: #4cae4c; bgneal@137: } bgneal@137: .btn-success .badge { bgneal@137: color: #5cb85c; bgneal@137: background-color: #fff; bgneal@137: } bgneal@137: .btn-info { bgneal@137: color: #fff; bgneal@137: background-color: #5bc0de; bgneal@137: border-color: #46b8da; bgneal@137: } bgneal@137: .btn-info:hover, bgneal@137: .btn-info:focus, bgneal@137: .btn-info:active, bgneal@137: .btn-info.active, bgneal@137: .open .dropdown-toggle.btn-info { bgneal@137: color: #fff; bgneal@137: background-color: #39b3d7; bgneal@137: border-color: #269abc; bgneal@137: } bgneal@137: .btn-info:active, bgneal@137: .btn-info.active, bgneal@137: .open .dropdown-toggle.btn-info { bgneal@137: background-image: none; bgneal@137: } bgneal@137: .btn-info.disabled, bgneal@137: .btn-info[disabled], bgneal@137: fieldset[disabled] .btn-info, bgneal@137: .btn-info.disabled:hover, bgneal@137: .btn-info[disabled]:hover, bgneal@137: fieldset[disabled] .btn-info:hover, bgneal@137: .btn-info.disabled:focus, bgneal@137: .btn-info[disabled]:focus, bgneal@137: fieldset[disabled] .btn-info:focus, bgneal@137: .btn-info.disabled:active, bgneal@137: .btn-info[disabled]:active, bgneal@137: fieldset[disabled] .btn-info:active, bgneal@137: .btn-info.disabled.active, bgneal@137: .btn-info[disabled].active, bgneal@137: fieldset[disabled] .btn-info.active { bgneal@137: background-color: #5bc0de; bgneal@137: border-color: #46b8da; bgneal@137: } bgneal@137: .btn-info .badge { bgneal@137: color: #5bc0de; bgneal@137: background-color: #fff; bgneal@137: } bgneal@118: .btn-warning { bgneal@137: color: #fff; bgneal@118: background-color: #f0ad4e; bgneal@118: border-color: #eea236; bgneal@118: } bgneal@118: .btn-warning:hover, bgneal@118: .btn-warning:focus, bgneal@118: .btn-warning:active, bgneal@118: .btn-warning.active, bgneal@118: .open .dropdown-toggle.btn-warning { bgneal@137: color: #fff; bgneal@118: background-color: #ed9c28; bgneal@118: border-color: #d58512; bgneal@118: } bgneal@118: .btn-warning:active, bgneal@118: .btn-warning.active, bgneal@118: .open .dropdown-toggle.btn-warning { bgneal@118: background-image: none; bgneal@118: } bgneal@118: .btn-warning.disabled, bgneal@118: .btn-warning[disabled], bgneal@118: fieldset[disabled] .btn-warning, bgneal@118: .btn-warning.disabled:hover, bgneal@118: .btn-warning[disabled]:hover, bgneal@118: fieldset[disabled] .btn-warning:hover, bgneal@118: .btn-warning.disabled:focus, bgneal@118: .btn-warning[disabled]:focus, bgneal@118: fieldset[disabled] .btn-warning:focus, bgneal@118: .btn-warning.disabled:active, bgneal@118: .btn-warning[disabled]:active, bgneal@118: fieldset[disabled] .btn-warning:active, bgneal@118: .btn-warning.disabled.active, bgneal@118: .btn-warning[disabled].active, bgneal@118: fieldset[disabled] .btn-warning.active { bgneal@118: background-color: #f0ad4e; bgneal@118: border-color: #eea236; bgneal@118: } bgneal@137: .btn-warning .badge { bgneal@137: color: #f0ad4e; bgneal@137: background-color: #fff; bgneal@137: } bgneal@118: .btn-danger { bgneal@137: color: #fff; bgneal@118: background-color: #d9534f; bgneal@118: border-color: #d43f3a; bgneal@118: } bgneal@118: .btn-danger:hover, bgneal@118: .btn-danger:focus, bgneal@118: .btn-danger:active, bgneal@118: .btn-danger.active, bgneal@118: .open .dropdown-toggle.btn-danger { bgneal@137: color: #fff; bgneal@118: background-color: #d2322d; bgneal@118: border-color: #ac2925; bgneal@118: } bgneal@118: .btn-danger:active, bgneal@118: .btn-danger.active, bgneal@118: .open .dropdown-toggle.btn-danger { bgneal@118: background-image: none; bgneal@118: } bgneal@118: .btn-danger.disabled, bgneal@118: .btn-danger[disabled], bgneal@118: fieldset[disabled] .btn-danger, bgneal@118: .btn-danger.disabled:hover, bgneal@118: .btn-danger[disabled]:hover, bgneal@118: fieldset[disabled] .btn-danger:hover, bgneal@118: .btn-danger.disabled:focus, bgneal@118: .btn-danger[disabled]:focus, bgneal@118: fieldset[disabled] .btn-danger:focus, bgneal@118: .btn-danger.disabled:active, bgneal@118: .btn-danger[disabled]:active, bgneal@118: fieldset[disabled] .btn-danger:active, bgneal@118: .btn-danger.disabled.active, bgneal@118: .btn-danger[disabled].active, bgneal@118: fieldset[disabled] .btn-danger.active { bgneal@118: background-color: #d9534f; bgneal@118: border-color: #d43f3a; bgneal@118: } bgneal@137: .btn-danger .badge { bgneal@137: color: #d9534f; bgneal@137: background-color: #fff; bgneal@137: } bgneal@118: .btn-link { bgneal@118: font-weight: normal; bgneal@118: color: #428bca; bgneal@118: cursor: pointer; bgneal@118: border-radius: 0; bgneal@118: } bgneal@118: .btn-link, bgneal@118: .btn-link:active, bgneal@118: .btn-link[disabled], bgneal@118: fieldset[disabled] .btn-link { bgneal@118: background-color: transparent; bgneal@118: -webkit-box-shadow: none; bgneal@118: box-shadow: none; bgneal@118: } bgneal@118: .btn-link, bgneal@118: .btn-link:hover, bgneal@118: .btn-link:focus, bgneal@118: .btn-link:active { bgneal@118: border-color: transparent; bgneal@118: } bgneal@118: .btn-link:hover, bgneal@118: .btn-link:focus { bgneal@118: color: #2a6496; bgneal@118: text-decoration: underline; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: .btn-link[disabled]:hover, bgneal@118: fieldset[disabled] .btn-link:hover, bgneal@118: .btn-link[disabled]:focus, bgneal@118: fieldset[disabled] .btn-link:focus { bgneal@137: color: #999; bgneal@118: text-decoration: none; bgneal@118: } bgneal@137: .btn-lg, bgneal@137: .btn-group-lg > .btn { bgneal@118: padding: 10px 16px; bgneal@118: font-size: 18px; bgneal@118: line-height: 1.33; bgneal@118: border-radius: 6px; bgneal@118: } bgneal@118: .btn-sm, bgneal@137: .btn-group-sm > .btn { bgneal@118: padding: 5px 10px; bgneal@118: font-size: 12px; bgneal@118: line-height: 1.5; bgneal@118: border-radius: 3px; bgneal@118: } bgneal@137: .btn-xs, bgneal@137: .btn-group-xs > .btn { bgneal@118: padding: 1px 5px; bgneal@137: font-size: 12px; bgneal@137: line-height: 1.5; bgneal@137: border-radius: 3px; bgneal@137: } bgneal@118: .btn-block { bgneal@118: display: block; bgneal@118: width: 100%; bgneal@118: padding-right: 0; bgneal@118: padding-left: 0; bgneal@118: } bgneal@118: .btn-block + .btn-block { bgneal@118: margin-top: 5px; bgneal@118: } bgneal@118: input[type="submit"].btn-block, bgneal@118: input[type="reset"].btn-block, bgneal@118: input[type="button"].btn-block { bgneal@118: width: 100%; bgneal@118: } bgneal@118: .fade { bgneal@118: opacity: 0; bgneal@137: -webkit-transition: opacity .15s linear; bgneal@137: transition: opacity .15s linear; bgneal@137: } bgneal@118: .fade.in { bgneal@118: opacity: 1; bgneal@118: } bgneal@118: .collapse { bgneal@118: display: none; bgneal@118: } bgneal@118: .collapse.in { bgneal@118: display: block; bgneal@118: } bgneal@118: .collapsing { bgneal@118: position: relative; bgneal@118: height: 0; bgneal@118: overflow: hidden; bgneal@137: -webkit-transition: height .35s ease; bgneal@137: transition: height .35s ease; bgneal@137: } bgneal@118: @font-face { bgneal@118: font-family: 'Glyphicons Halflings'; bgneal@137: bgneal@118: src: url('../fonts/glyphicons-halflings-regular.eot'); bgneal@137: src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); bgneal@137: } bgneal@118: .glyphicon { bgneal@118: position: relative; bgneal@118: top: 1px; bgneal@118: display: inline-block; bgneal@118: font-family: 'Glyphicons Halflings'; bgneal@118: font-style: normal; bgneal@118: font-weight: normal; bgneal@118: line-height: 1; bgneal@118: bgneal@137: -webkit-font-smoothing: antialiased; bgneal@137: -moz-osx-font-smoothing: grayscale; bgneal@137: } bgneal@118: .glyphicon-asterisk:before { bgneal@118: content: "\2a"; bgneal@118: } bgneal@118: .glyphicon-plus:before { bgneal@118: content: "\2b"; bgneal@118: } bgneal@118: .glyphicon-euro:before { bgneal@118: content: "\20ac"; bgneal@118: } bgneal@118: .glyphicon-minus:before { bgneal@118: content: "\2212"; bgneal@118: } bgneal@118: .glyphicon-cloud:before { bgneal@118: content: "\2601"; bgneal@118: } bgneal@118: .glyphicon-envelope:before { bgneal@118: content: "\2709"; bgneal@118: } bgneal@118: .glyphicon-pencil:before { bgneal@118: content: "\270f"; bgneal@118: } bgneal@118: .glyphicon-glass:before { bgneal@118: content: "\e001"; bgneal@118: } bgneal@118: .glyphicon-music:before { bgneal@118: content: "\e002"; bgneal@118: } bgneal@118: .glyphicon-search:before { bgneal@118: content: "\e003"; bgneal@118: } bgneal@118: .glyphicon-heart:before { bgneal@118: content: "\e005"; bgneal@118: } bgneal@118: .glyphicon-star:before { bgneal@118: content: "\e006"; bgneal@118: } bgneal@118: .glyphicon-star-empty:before { bgneal@118: content: "\e007"; bgneal@118: } bgneal@118: .glyphicon-user:before { bgneal@118: content: "\e008"; bgneal@118: } bgneal@118: .glyphicon-film:before { bgneal@118: content: "\e009"; bgneal@118: } bgneal@118: .glyphicon-th-large:before { bgneal@118: content: "\e010"; bgneal@118: } bgneal@118: .glyphicon-th:before { bgneal@118: content: "\e011"; bgneal@118: } bgneal@118: .glyphicon-th-list:before { bgneal@118: content: "\e012"; bgneal@118: } bgneal@118: .glyphicon-ok:before { bgneal@118: content: "\e013"; bgneal@118: } bgneal@118: .glyphicon-remove:before { bgneal@118: content: "\e014"; bgneal@118: } bgneal@118: .glyphicon-zoom-in:before { bgneal@118: content: "\e015"; bgneal@118: } bgneal@118: .glyphicon-zoom-out:before { bgneal@118: content: "\e016"; bgneal@118: } bgneal@118: .glyphicon-off:before { bgneal@118: content: "\e017"; bgneal@118: } bgneal@118: .glyphicon-signal:before { bgneal@118: content: "\e018"; bgneal@118: } bgneal@118: .glyphicon-cog:before { bgneal@118: content: "\e019"; bgneal@118: } bgneal@118: .glyphicon-trash:before { bgneal@118: content: "\e020"; bgneal@118: } bgneal@118: .glyphicon-home:before { bgneal@118: content: "\e021"; bgneal@118: } bgneal@118: .glyphicon-file:before { bgneal@118: content: "\e022"; bgneal@118: } bgneal@118: .glyphicon-time:before { bgneal@118: content: "\e023"; bgneal@118: } bgneal@118: .glyphicon-road:before { bgneal@118: content: "\e024"; bgneal@118: } bgneal@118: .glyphicon-download-alt:before { bgneal@118: content: "\e025"; bgneal@118: } bgneal@118: .glyphicon-download:before { bgneal@118: content: "\e026"; bgneal@118: } bgneal@118: .glyphicon-upload:before { bgneal@118: content: "\e027"; bgneal@118: } bgneal@118: .glyphicon-inbox:before { bgneal@118: content: "\e028"; bgneal@118: } bgneal@118: .glyphicon-play-circle:before { bgneal@118: content: "\e029"; bgneal@118: } bgneal@118: .glyphicon-repeat:before { bgneal@118: content: "\e030"; bgneal@118: } bgneal@118: .glyphicon-refresh:before { bgneal@118: content: "\e031"; bgneal@118: } bgneal@118: .glyphicon-list-alt:before { bgneal@118: content: "\e032"; bgneal@118: } bgneal@137: .glyphicon-lock:before { bgneal@137: content: "\e033"; bgneal@137: } bgneal@118: .glyphicon-flag:before { bgneal@118: content: "\e034"; bgneal@118: } bgneal@118: .glyphicon-headphones:before { bgneal@118: content: "\e035"; bgneal@118: } bgneal@118: .glyphicon-volume-off:before { bgneal@118: content: "\e036"; bgneal@118: } bgneal@118: .glyphicon-volume-down:before { bgneal@118: content: "\e037"; bgneal@118: } bgneal@118: .glyphicon-volume-up:before { bgneal@118: content: "\e038"; bgneal@118: } bgneal@118: .glyphicon-qrcode:before { bgneal@118: content: "\e039"; bgneal@118: } bgneal@118: .glyphicon-barcode:before { bgneal@118: content: "\e040"; bgneal@118: } bgneal@118: .glyphicon-tag:before { bgneal@118: content: "\e041"; bgneal@118: } bgneal@118: .glyphicon-tags:before { bgneal@118: content: "\e042"; bgneal@118: } bgneal@118: .glyphicon-book:before { bgneal@118: content: "\e043"; bgneal@118: } bgneal@137: .glyphicon-bookmark:before { bgneal@137: content: "\e044"; bgneal@137: } bgneal@118: .glyphicon-print:before { bgneal@118: content: "\e045"; bgneal@118: } bgneal@137: .glyphicon-camera:before { bgneal@137: content: "\e046"; bgneal@137: } bgneal@118: .glyphicon-font:before { bgneal@118: content: "\e047"; bgneal@118: } bgneal@118: .glyphicon-bold:before { bgneal@118: content: "\e048"; bgneal@118: } bgneal@118: .glyphicon-italic:before { bgneal@118: content: "\e049"; bgneal@118: } bgneal@118: .glyphicon-text-height:before { bgneal@118: content: "\e050"; bgneal@118: } bgneal@118: .glyphicon-text-width:before { bgneal@118: content: "\e051"; bgneal@118: } bgneal@118: .glyphicon-align-left:before { bgneal@118: content: "\e052"; bgneal@118: } bgneal@118: .glyphicon-align-center:before { bgneal@118: content: "\e053"; bgneal@118: } bgneal@118: .glyphicon-align-right:before { bgneal@118: content: "\e054"; bgneal@118: } bgneal@118: .glyphicon-align-justify:before { bgneal@118: content: "\e055"; bgneal@118: } bgneal@118: .glyphicon-list:before { bgneal@118: content: "\e056"; bgneal@118: } bgneal@118: .glyphicon-indent-left:before { bgneal@118: content: "\e057"; bgneal@118: } bgneal@118: .glyphicon-indent-right:before { bgneal@118: content: "\e058"; bgneal@118: } bgneal@118: .glyphicon-facetime-video:before { bgneal@118: content: "\e059"; bgneal@118: } bgneal@118: .glyphicon-picture:before { bgneal@118: content: "\e060"; bgneal@118: } bgneal@118: .glyphicon-map-marker:before { bgneal@118: content: "\e062"; bgneal@118: } bgneal@118: .glyphicon-adjust:before { bgneal@118: content: "\e063"; bgneal@118: } bgneal@118: .glyphicon-tint:before { bgneal@118: content: "\e064"; bgneal@118: } bgneal@118: .glyphicon-edit:before { bgneal@118: content: "\e065"; bgneal@118: } bgneal@118: .glyphicon-share:before { bgneal@118: content: "\e066"; bgneal@118: } bgneal@118: .glyphicon-check:before { bgneal@118: content: "\e067"; bgneal@118: } bgneal@118: .glyphicon-move:before { bgneal@118: content: "\e068"; bgneal@118: } bgneal@118: .glyphicon-step-backward:before { bgneal@118: content: "\e069"; bgneal@118: } bgneal@118: .glyphicon-fast-backward:before { bgneal@118: content: "\e070"; bgneal@118: } bgneal@118: .glyphicon-backward:before { bgneal@118: content: "\e071"; bgneal@118: } bgneal@118: .glyphicon-play:before { bgneal@118: content: "\e072"; bgneal@118: } bgneal@118: .glyphicon-pause:before { bgneal@118: content: "\e073"; bgneal@118: } bgneal@118: .glyphicon-stop:before { bgneal@118: content: "\e074"; bgneal@118: } bgneal@118: .glyphicon-forward:before { bgneal@118: content: "\e075"; bgneal@118: } bgneal@118: .glyphicon-fast-forward:before { bgneal@118: content: "\e076"; bgneal@118: } bgneal@118: .glyphicon-step-forward:before { bgneal@118: content: "\e077"; bgneal@118: } bgneal@118: .glyphicon-eject:before { bgneal@118: content: "\e078"; bgneal@118: } bgneal@118: .glyphicon-chevron-left:before { bgneal@118: content: "\e079"; bgneal@118: } bgneal@118: .glyphicon-chevron-right:before { bgneal@118: content: "\e080"; bgneal@118: } bgneal@118: .glyphicon-plus-sign:before { bgneal@118: content: "\e081"; bgneal@118: } bgneal@118: .glyphicon-minus-sign:before { bgneal@118: content: "\e082"; bgneal@118: } bgneal@118: .glyphicon-remove-sign:before { bgneal@118: content: "\e083"; bgneal@118: } bgneal@118: .glyphicon-ok-sign:before { bgneal@118: content: "\e084"; bgneal@118: } bgneal@118: .glyphicon-question-sign:before { bgneal@118: content: "\e085"; bgneal@118: } bgneal@118: .glyphicon-info-sign:before { bgneal@118: content: "\e086"; bgneal@118: } bgneal@118: .glyphicon-screenshot:before { bgneal@118: content: "\e087"; bgneal@118: } bgneal@118: .glyphicon-remove-circle:before { bgneal@118: content: "\e088"; bgneal@118: } bgneal@118: .glyphicon-ok-circle:before { bgneal@118: content: "\e089"; bgneal@118: } bgneal@118: .glyphicon-ban-circle:before { bgneal@118: content: "\e090"; bgneal@118: } bgneal@118: .glyphicon-arrow-left:before { bgneal@118: content: "\e091"; bgneal@118: } bgneal@118: .glyphicon-arrow-right:before { bgneal@118: content: "\e092"; bgneal@118: } bgneal@118: .glyphicon-arrow-up:before { bgneal@118: content: "\e093"; bgneal@118: } bgneal@118: .glyphicon-arrow-down:before { bgneal@118: content: "\e094"; bgneal@118: } bgneal@118: .glyphicon-share-alt:before { bgneal@118: content: "\e095"; bgneal@118: } bgneal@118: .glyphicon-resize-full:before { bgneal@118: content: "\e096"; bgneal@118: } bgneal@118: .glyphicon-resize-small:before { bgneal@118: content: "\e097"; bgneal@118: } bgneal@118: .glyphicon-exclamation-sign:before { bgneal@118: content: "\e101"; bgneal@118: } bgneal@118: .glyphicon-gift:before { bgneal@118: content: "\e102"; bgneal@118: } bgneal@118: .glyphicon-leaf:before { bgneal@118: content: "\e103"; bgneal@118: } bgneal@137: .glyphicon-fire:before { bgneal@137: content: "\e104"; bgneal@137: } bgneal@118: .glyphicon-eye-open:before { bgneal@118: content: "\e105"; bgneal@118: } bgneal@118: .glyphicon-eye-close:before { bgneal@118: content: "\e106"; bgneal@118: } bgneal@118: .glyphicon-warning-sign:before { bgneal@118: content: "\e107"; bgneal@118: } bgneal@118: .glyphicon-plane:before { bgneal@118: content: "\e108"; bgneal@118: } bgneal@137: .glyphicon-calendar:before { bgneal@137: content: "\e109"; bgneal@137: } bgneal@118: .glyphicon-random:before { bgneal@118: content: "\e110"; bgneal@118: } bgneal@118: .glyphicon-comment:before { bgneal@118: content: "\e111"; bgneal@118: } bgneal@118: .glyphicon-magnet:before { bgneal@118: content: "\e112"; bgneal@118: } bgneal@118: .glyphicon-chevron-up:before { bgneal@118: content: "\e113"; bgneal@118: } bgneal@118: .glyphicon-chevron-down:before { bgneal@118: content: "\e114"; bgneal@118: } bgneal@118: .glyphicon-retweet:before { bgneal@118: content: "\e115"; bgneal@118: } bgneal@118: .glyphicon-shopping-cart:before { bgneal@118: content: "\e116"; bgneal@118: } bgneal@118: .glyphicon-folder-close:before { bgneal@118: content: "\e117"; bgneal@118: } bgneal@118: .glyphicon-folder-open:before { bgneal@118: content: "\e118"; bgneal@118: } bgneal@118: .glyphicon-resize-vertical:before { bgneal@118: content: "\e119"; bgneal@118: } bgneal@118: .glyphicon-resize-horizontal:before { bgneal@118: content: "\e120"; bgneal@118: } bgneal@118: .glyphicon-hdd:before { bgneal@118: content: "\e121"; bgneal@118: } bgneal@118: .glyphicon-bullhorn:before { bgneal@118: content: "\e122"; bgneal@118: } bgneal@137: .glyphicon-bell:before { bgneal@137: content: "\e123"; bgneal@137: } bgneal@118: .glyphicon-certificate:before { bgneal@118: content: "\e124"; bgneal@118: } bgneal@118: .glyphicon-thumbs-up:before { bgneal@118: content: "\e125"; bgneal@118: } bgneal@118: .glyphicon-thumbs-down:before { bgneal@118: content: "\e126"; bgneal@118: } bgneal@118: .glyphicon-hand-right:before { bgneal@118: content: "\e127"; bgneal@118: } bgneal@118: .glyphicon-hand-left:before { bgneal@118: content: "\e128"; bgneal@118: } bgneal@118: .glyphicon-hand-up:before { bgneal@118: content: "\e129"; bgneal@118: } bgneal@118: .glyphicon-hand-down:before { bgneal@118: content: "\e130"; bgneal@118: } bgneal@118: .glyphicon-circle-arrow-right:before { bgneal@118: content: "\e131"; bgneal@118: } bgneal@118: .glyphicon-circle-arrow-left:before { bgneal@118: content: "\e132"; bgneal@118: } bgneal@118: .glyphicon-circle-arrow-up:before { bgneal@118: content: "\e133"; bgneal@118: } bgneal@118: .glyphicon-circle-arrow-down:before { bgneal@118: content: "\e134"; bgneal@118: } bgneal@118: .glyphicon-globe:before { bgneal@118: content: "\e135"; bgneal@118: } bgneal@137: .glyphicon-wrench:before { bgneal@137: content: "\e136"; bgneal@137: } bgneal@118: .glyphicon-tasks:before { bgneal@118: content: "\e137"; bgneal@118: } bgneal@118: .glyphicon-filter:before { bgneal@118: content: "\e138"; bgneal@118: } bgneal@137: .glyphicon-briefcase:before { bgneal@137: content: "\e139"; bgneal@137: } bgneal@118: .glyphicon-fullscreen:before { bgneal@118: content: "\e140"; bgneal@118: } bgneal@118: .glyphicon-dashboard:before { bgneal@118: content: "\e141"; bgneal@118: } bgneal@137: .glyphicon-paperclip:before { bgneal@137: content: "\e142"; bgneal@137: } bgneal@118: .glyphicon-heart-empty:before { bgneal@118: content: "\e143"; bgneal@118: } bgneal@118: .glyphicon-link:before { bgneal@118: content: "\e144"; bgneal@118: } bgneal@118: .glyphicon-phone:before { bgneal@118: content: "\e145"; bgneal@118: } bgneal@137: .glyphicon-pushpin:before { bgneal@137: content: "\e146"; bgneal@137: } bgneal@118: .glyphicon-usd:before { bgneal@118: content: "\e148"; bgneal@118: } bgneal@118: .glyphicon-gbp:before { bgneal@118: content: "\e149"; bgneal@118: } bgneal@118: .glyphicon-sort:before { bgneal@118: content: "\e150"; bgneal@118: } bgneal@118: .glyphicon-sort-by-alphabet:before { bgneal@118: content: "\e151"; bgneal@118: } bgneal@118: .glyphicon-sort-by-alphabet-alt:before { bgneal@118: content: "\e152"; bgneal@118: } bgneal@118: .glyphicon-sort-by-order:before { bgneal@118: content: "\e153"; bgneal@118: } bgneal@118: .glyphicon-sort-by-order-alt:before { bgneal@118: content: "\e154"; bgneal@118: } bgneal@118: .glyphicon-sort-by-attributes:before { bgneal@118: content: "\e155"; bgneal@118: } bgneal@118: .glyphicon-sort-by-attributes-alt:before { bgneal@118: content: "\e156"; bgneal@118: } bgneal@118: .glyphicon-unchecked:before { bgneal@118: content: "\e157"; bgneal@118: } bgneal@118: .glyphicon-expand:before { bgneal@118: content: "\e158"; bgneal@118: } bgneal@118: .glyphicon-collapse-down:before { bgneal@118: content: "\e159"; bgneal@118: } bgneal@118: .glyphicon-collapse-up:before { bgneal@118: content: "\e160"; bgneal@118: } bgneal@118: .glyphicon-log-in:before { bgneal@118: content: "\e161"; bgneal@118: } bgneal@118: .glyphicon-flash:before { bgneal@118: content: "\e162"; bgneal@118: } bgneal@118: .glyphicon-log-out:before { bgneal@118: content: "\e163"; bgneal@118: } bgneal@118: .glyphicon-new-window:before { bgneal@118: content: "\e164"; bgneal@118: } bgneal@118: .glyphicon-record:before { bgneal@118: content: "\e165"; bgneal@118: } bgneal@118: .glyphicon-save:before { bgneal@118: content: "\e166"; bgneal@118: } bgneal@118: .glyphicon-open:before { bgneal@118: content: "\e167"; bgneal@118: } bgneal@118: .glyphicon-saved:before { bgneal@118: content: "\e168"; bgneal@118: } bgneal@118: .glyphicon-import:before { bgneal@118: content: "\e169"; bgneal@118: } bgneal@118: .glyphicon-export:before { bgneal@118: content: "\e170"; bgneal@118: } bgneal@118: .glyphicon-send:before { bgneal@118: content: "\e171"; bgneal@118: } bgneal@118: .glyphicon-floppy-disk:before { bgneal@118: content: "\e172"; bgneal@118: } bgneal@118: .glyphicon-floppy-saved:before { bgneal@118: content: "\e173"; bgneal@118: } bgneal@118: .glyphicon-floppy-remove:before { bgneal@118: content: "\e174"; bgneal@118: } bgneal@118: .glyphicon-floppy-save:before { bgneal@118: content: "\e175"; bgneal@118: } bgneal@118: .glyphicon-floppy-open:before { bgneal@118: content: "\e176"; bgneal@118: } bgneal@118: .glyphicon-credit-card:before { bgneal@118: content: "\e177"; bgneal@118: } bgneal@118: .glyphicon-transfer:before { bgneal@118: content: "\e178"; bgneal@118: } bgneal@118: .glyphicon-cutlery:before { bgneal@118: content: "\e179"; bgneal@118: } bgneal@118: .glyphicon-header:before { bgneal@118: content: "\e180"; bgneal@118: } bgneal@118: .glyphicon-compressed:before { bgneal@118: content: "\e181"; bgneal@118: } bgneal@118: .glyphicon-earphone:before { bgneal@118: content: "\e182"; bgneal@118: } bgneal@118: .glyphicon-phone-alt:before { bgneal@118: content: "\e183"; bgneal@118: } bgneal@118: .glyphicon-tower:before { bgneal@118: content: "\e184"; bgneal@118: } bgneal@118: .glyphicon-stats:before { bgneal@118: content: "\e185"; bgneal@118: } bgneal@118: .glyphicon-sd-video:before { bgneal@118: content: "\e186"; bgneal@118: } bgneal@118: .glyphicon-hd-video:before { bgneal@118: content: "\e187"; bgneal@118: } bgneal@118: .glyphicon-subtitles:before { bgneal@118: content: "\e188"; bgneal@118: } bgneal@118: .glyphicon-sound-stereo:before { bgneal@118: content: "\e189"; bgneal@118: } bgneal@118: .glyphicon-sound-dolby:before { bgneal@118: content: "\e190"; bgneal@118: } bgneal@118: .glyphicon-sound-5-1:before { bgneal@118: content: "\e191"; bgneal@118: } bgneal@118: .glyphicon-sound-6-1:before { bgneal@118: content: "\e192"; bgneal@118: } bgneal@118: .glyphicon-sound-7-1:before { bgneal@118: content: "\e193"; bgneal@118: } bgneal@118: .glyphicon-copyright-mark:before { bgneal@118: content: "\e194"; bgneal@118: } bgneal@118: .glyphicon-registration-mark:before { bgneal@118: content: "\e195"; bgneal@118: } bgneal@118: .glyphicon-cloud-download:before { bgneal@118: content: "\e197"; bgneal@118: } bgneal@118: .glyphicon-cloud-upload:before { bgneal@118: content: "\e198"; bgneal@118: } bgneal@118: .glyphicon-tree-conifer:before { bgneal@118: content: "\e199"; bgneal@118: } bgneal@118: .glyphicon-tree-deciduous:before { bgneal@118: content: "\e200"; bgneal@118: } bgneal@118: .caret { bgneal@118: display: inline-block; bgneal@118: width: 0; bgneal@118: height: 0; bgneal@118: margin-left: 2px; bgneal@118: vertical-align: middle; bgneal@137: border-top: 4px solid; bgneal@118: border-right: 4px solid transparent; bgneal@118: border-left: 4px solid transparent; bgneal@137: } bgneal@118: .dropdown { bgneal@118: position: relative; bgneal@118: } bgneal@118: .dropdown-toggle:focus { bgneal@118: outline: 0; bgneal@118: } bgneal@118: .dropdown-menu { bgneal@118: position: absolute; bgneal@118: top: 100%; bgneal@118: left: 0; bgneal@118: z-index: 1000; bgneal@118: display: none; bgneal@118: float: left; bgneal@118: min-width: 160px; bgneal@118: padding: 5px 0; bgneal@118: margin: 2px 0 0; bgneal@118: font-size: 14px; bgneal@118: list-style: none; bgneal@137: background-color: #fff; bgneal@137: background-clip: padding-box; bgneal@137: border: 1px solid #ccc; bgneal@137: border: 1px solid rgba(0, 0, 0, .15); bgneal@118: border-radius: 4px; bgneal@137: -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); bgneal@137: box-shadow: 0 6px 12px rgba(0, 0, 0, .175); bgneal@137: } bgneal@118: .dropdown-menu.pull-right { bgneal@118: right: 0; bgneal@118: left: auto; bgneal@118: } bgneal@118: .dropdown-menu .divider { bgneal@118: height: 1px; bgneal@118: margin: 9px 0; bgneal@118: overflow: hidden; bgneal@118: background-color: #e5e5e5; bgneal@118: } bgneal@118: .dropdown-menu > li > a { bgneal@118: display: block; bgneal@118: padding: 3px 20px; bgneal@118: clear: both; bgneal@118: font-weight: normal; bgneal@137: line-height: 1.42857143; bgneal@137: color: #333; bgneal@118: white-space: nowrap; bgneal@118: } bgneal@118: .dropdown-menu > li > a:hover, bgneal@118: .dropdown-menu > li > a:focus { bgneal@137: color: #262626; bgneal@118: text-decoration: none; bgneal@137: background-color: #f5f5f5; bgneal@137: } bgneal@118: .dropdown-menu > .active > a, bgneal@118: .dropdown-menu > .active > a:hover, bgneal@118: .dropdown-menu > .active > a:focus { bgneal@137: color: #fff; bgneal@118: text-decoration: none; bgneal@118: background-color: #428bca; bgneal@118: outline: 0; bgneal@118: } bgneal@118: .dropdown-menu > .disabled > a, bgneal@118: .dropdown-menu > .disabled > a:hover, bgneal@118: .dropdown-menu > .disabled > a:focus { bgneal@137: color: #999; bgneal@137: } bgneal@118: .dropdown-menu > .disabled > a:hover, bgneal@118: .dropdown-menu > .disabled > a:focus { bgneal@118: text-decoration: none; bgneal@118: cursor: not-allowed; bgneal@118: background-color: transparent; bgneal@118: background-image: none; bgneal@137: filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); bgneal@137: } bgneal@118: .open > .dropdown-menu { bgneal@118: display: block; bgneal@118: } bgneal@118: .open > a { bgneal@118: outline: 0; bgneal@118: } bgneal@137: .dropdown-menu-right { bgneal@137: right: 0; bgneal@137: left: auto; bgneal@137: } bgneal@137: .dropdown-menu-left { bgneal@137: right: auto; bgneal@137: left: 0; bgneal@137: } bgneal@118: .dropdown-header { bgneal@118: display: block; bgneal@118: padding: 3px 20px; bgneal@118: font-size: 12px; bgneal@137: line-height: 1.42857143; bgneal@137: color: #999; bgneal@137: } bgneal@118: .dropdown-backdrop { bgneal@118: position: fixed; bgneal@118: top: 0; bgneal@118: right: 0; bgneal@118: bottom: 0; bgneal@118: left: 0; bgneal@118: z-index: 990; bgneal@118: } bgneal@118: .pull-right > .dropdown-menu { bgneal@118: right: 0; bgneal@118: left: auto; bgneal@118: } bgneal@118: .dropup .caret, bgneal@118: .navbar-fixed-bottom .dropdown .caret { bgneal@118: content: ""; bgneal@137: border-top: 0; bgneal@137: border-bottom: 4px solid; bgneal@137: } bgneal@118: .dropup .dropdown-menu, bgneal@118: .navbar-fixed-bottom .dropdown .dropdown-menu { bgneal@118: top: auto; bgneal@118: bottom: 100%; bgneal@118: margin-bottom: 1px; bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@118: .navbar-right .dropdown-menu { bgneal@118: right: 0; bgneal@118: left: auto; bgneal@118: } bgneal@137: .navbar-right .dropdown-menu-left { bgneal@137: right: auto; bgneal@137: left: 0; bgneal@137: } bgneal@137: } bgneal@118: .btn-group, bgneal@118: .btn-group-vertical { bgneal@118: position: relative; bgneal@118: display: inline-block; bgneal@118: vertical-align: middle; bgneal@118: } bgneal@118: .btn-group > .btn, bgneal@118: .btn-group-vertical > .btn { bgneal@118: position: relative; bgneal@118: float: left; bgneal@118: } bgneal@118: .btn-group > .btn:hover, bgneal@118: .btn-group-vertical > .btn:hover, bgneal@118: .btn-group > .btn:focus, bgneal@118: .btn-group-vertical > .btn:focus, bgneal@118: .btn-group > .btn:active, bgneal@118: .btn-group-vertical > .btn:active, bgneal@118: .btn-group > .btn.active, bgneal@118: .btn-group-vertical > .btn.active { bgneal@118: z-index: 2; bgneal@118: } bgneal@118: .btn-group > .btn:focus, bgneal@118: .btn-group-vertical > .btn:focus { bgneal@118: outline: none; bgneal@118: } bgneal@118: .btn-group .btn + .btn, bgneal@118: .btn-group .btn + .btn-group, bgneal@118: .btn-group .btn-group + .btn, bgneal@118: .btn-group .btn-group + .btn-group { bgneal@118: margin-left: -1px; bgneal@118: } bgneal@137: .btn-toolbar { bgneal@137: margin-left: -5px; bgneal@137: } bgneal@137: .btn-toolbar .btn-group, bgneal@137: .btn-toolbar .input-group { bgneal@118: float: left; bgneal@118: } bgneal@137: .btn-toolbar > .btn, bgneal@137: .btn-toolbar > .btn-group, bgneal@137: .btn-toolbar > .input-group { bgneal@118: margin-left: 5px; bgneal@118: } bgneal@118: .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { bgneal@118: border-radius: 0; bgneal@118: } bgneal@118: .btn-group > .btn:first-child { bgneal@118: margin-left: 0; bgneal@118: } bgneal@118: .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { bgneal@118: border-top-right-radius: 0; bgneal@118: border-bottom-right-radius: 0; bgneal@118: } bgneal@118: .btn-group > .btn:last-child:not(:first-child), bgneal@118: .btn-group > .dropdown-toggle:not(:first-child) { bgneal@137: border-top-left-radius: 0; bgneal@118: border-bottom-left-radius: 0; bgneal@137: } bgneal@118: .btn-group > .btn-group { bgneal@118: float: left; bgneal@118: } bgneal@118: .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { bgneal@118: border-radius: 0; bgneal@118: } bgneal@118: .btn-group > .btn-group:first-child > .btn:last-child, bgneal@118: .btn-group > .btn-group:first-child > .dropdown-toggle { bgneal@118: border-top-right-radius: 0; bgneal@118: border-bottom-right-radius: 0; bgneal@118: } bgneal@118: .btn-group > .btn-group:last-child > .btn:first-child { bgneal@137: border-top-left-radius: 0; bgneal@118: border-bottom-left-radius: 0; bgneal@137: } bgneal@118: .btn-group .dropdown-toggle:active, bgneal@118: .btn-group.open .dropdown-toggle { bgneal@118: outline: 0; bgneal@118: } bgneal@118: .btn-group > .btn + .dropdown-toggle { bgneal@118: padding-right: 8px; bgneal@118: padding-left: 8px; bgneal@118: } bgneal@118: .btn-group > .btn-lg + .dropdown-toggle { bgneal@118: padding-right: 12px; bgneal@118: padding-left: 12px; bgneal@118: } bgneal@118: .btn-group.open .dropdown-toggle { bgneal@137: -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); bgneal@137: box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); bgneal@137: } bgneal@137: .btn-group.open .dropdown-toggle.btn-link { bgneal@137: -webkit-box-shadow: none; bgneal@137: box-shadow: none; bgneal@137: } bgneal@118: .btn .caret { bgneal@118: margin-left: 0; bgneal@118: } bgneal@118: .btn-lg .caret { bgneal@118: border-width: 5px 5px 0; bgneal@118: border-bottom-width: 0; bgneal@118: } bgneal@118: .dropup .btn-lg .caret { bgneal@118: border-width: 0 5px 5px; bgneal@118: } bgneal@118: .btn-group-vertical > .btn, bgneal@137: .btn-group-vertical > .btn-group, bgneal@137: .btn-group-vertical > .btn-group > .btn { bgneal@118: display: block; bgneal@118: float: none; bgneal@118: width: 100%; bgneal@118: max-width: 100%; bgneal@118: } bgneal@118: .btn-group-vertical > .btn-group > .btn { bgneal@118: float: none; bgneal@118: } bgneal@118: .btn-group-vertical > .btn + .btn, bgneal@118: .btn-group-vertical > .btn + .btn-group, bgneal@118: .btn-group-vertical > .btn-group + .btn, bgneal@118: .btn-group-vertical > .btn-group + .btn-group { bgneal@118: margin-top: -1px; bgneal@118: margin-left: 0; bgneal@118: } bgneal@118: .btn-group-vertical > .btn:not(:first-child):not(:last-child) { bgneal@118: border-radius: 0; bgneal@118: } bgneal@118: .btn-group-vertical > .btn:first-child:not(:last-child) { bgneal@118: border-top-right-radius: 4px; bgneal@118: border-bottom-right-radius: 0; bgneal@118: border-bottom-left-radius: 0; bgneal@118: } bgneal@118: .btn-group-vertical > .btn:last-child:not(:first-child) { bgneal@137: border-top-left-radius: 0; bgneal@118: border-top-right-radius: 0; bgneal@118: border-bottom-left-radius: 4px; bgneal@137: } bgneal@118: .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { bgneal@118: border-radius: 0; bgneal@118: } bgneal@137: .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, bgneal@137: .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { bgneal@118: border-bottom-right-radius: 0; bgneal@118: border-bottom-left-radius: 0; bgneal@118: } bgneal@137: .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { bgneal@137: border-top-left-radius: 0; bgneal@118: border-top-right-radius: 0; bgneal@137: } bgneal@118: .btn-group-justified { bgneal@118: display: table; bgneal@118: width: 100%; bgneal@137: table-layout: fixed; bgneal@118: border-collapse: separate; bgneal@137: } bgneal@137: .btn-group-justified > .btn, bgneal@137: .btn-group-justified > .btn-group { bgneal@118: display: table-cell; bgneal@118: float: none; bgneal@118: width: 1%; bgneal@118: } bgneal@137: .btn-group-justified > .btn-group .btn { bgneal@137: width: 100%; bgneal@137: } bgneal@118: [data-toggle="buttons"] > .btn > input[type="radio"], bgneal@118: [data-toggle="buttons"] > .btn > input[type="checkbox"] { bgneal@118: display: none; bgneal@118: } bgneal@118: .input-group { bgneal@118: position: relative; bgneal@118: display: table; bgneal@118: border-collapse: separate; bgneal@118: } bgneal@137: .input-group[class*="col-"] { bgneal@118: float: none; bgneal@118: padding-right: 0; bgneal@118: padding-left: 0; bgneal@118: } bgneal@118: .input-group .form-control { bgneal@137: position: relative; bgneal@137: z-index: 2; bgneal@137: float: left; bgneal@118: width: 100%; bgneal@118: margin-bottom: 0; bgneal@118: } bgneal@118: .input-group-lg > .form-control, bgneal@118: .input-group-lg > .input-group-addon, bgneal@118: .input-group-lg > .input-group-btn > .btn { bgneal@137: height: 46px; bgneal@118: padding: 10px 16px; bgneal@118: font-size: 18px; bgneal@118: line-height: 1.33; bgneal@118: border-radius: 6px; bgneal@118: } bgneal@118: select.input-group-lg > .form-control, bgneal@118: select.input-group-lg > .input-group-addon, bgneal@118: select.input-group-lg > .input-group-btn > .btn { bgneal@137: height: 46px; bgneal@137: line-height: 46px; bgneal@137: } bgneal@118: textarea.input-group-lg > .form-control, bgneal@118: textarea.input-group-lg > .input-group-addon, bgneal@137: textarea.input-group-lg > .input-group-btn > .btn, bgneal@137: select[multiple].input-group-lg > .form-control, bgneal@137: select[multiple].input-group-lg > .input-group-addon, bgneal@137: select[multiple].input-group-lg > .input-group-btn > .btn { bgneal@118: height: auto; bgneal@118: } bgneal@118: .input-group-sm > .form-control, bgneal@118: .input-group-sm > .input-group-addon, bgneal@118: .input-group-sm > .input-group-btn > .btn { bgneal@118: height: 30px; bgneal@118: padding: 5px 10px; bgneal@118: font-size: 12px; bgneal@118: line-height: 1.5; bgneal@118: border-radius: 3px; bgneal@118: } bgneal@118: select.input-group-sm > .form-control, bgneal@118: select.input-group-sm > .input-group-addon, bgneal@118: select.input-group-sm > .input-group-btn > .btn { bgneal@118: height: 30px; bgneal@118: line-height: 30px; bgneal@118: } bgneal@118: textarea.input-group-sm > .form-control, bgneal@118: textarea.input-group-sm > .input-group-addon, bgneal@137: textarea.input-group-sm > .input-group-btn > .btn, bgneal@137: select[multiple].input-group-sm > .form-control, bgneal@137: select[multiple].input-group-sm > .input-group-addon, bgneal@137: select[multiple].input-group-sm > .input-group-btn > .btn { bgneal@118: height: auto; bgneal@118: } bgneal@118: .input-group-addon, bgneal@118: .input-group-btn, bgneal@118: .input-group .form-control { bgneal@118: display: table-cell; bgneal@118: } bgneal@118: .input-group-addon:not(:first-child):not(:last-child), bgneal@118: .input-group-btn:not(:first-child):not(:last-child), bgneal@118: .input-group .form-control:not(:first-child):not(:last-child) { bgneal@118: border-radius: 0; bgneal@118: } bgneal@118: .input-group-addon, bgneal@118: .input-group-btn { bgneal@118: width: 1%; bgneal@118: white-space: nowrap; bgneal@118: vertical-align: middle; bgneal@118: } bgneal@118: .input-group-addon { bgneal@118: padding: 6px 12px; bgneal@118: font-size: 14px; bgneal@118: font-weight: normal; bgneal@118: line-height: 1; bgneal@137: color: #555; bgneal@118: text-align: center; bgneal@137: background-color: #eee; bgneal@137: border: 1px solid #ccc; bgneal@118: border-radius: 4px; bgneal@118: } bgneal@118: .input-group-addon.input-sm { bgneal@118: padding: 5px 10px; bgneal@118: font-size: 12px; bgneal@118: border-radius: 3px; bgneal@118: } bgneal@118: .input-group-addon.input-lg { bgneal@118: padding: 10px 16px; bgneal@118: font-size: 18px; bgneal@118: border-radius: 6px; bgneal@118: } bgneal@118: .input-group-addon input[type="radio"], bgneal@118: .input-group-addon input[type="checkbox"] { bgneal@118: margin-top: 0; bgneal@118: } bgneal@118: .input-group .form-control:first-child, bgneal@118: .input-group-addon:first-child, bgneal@118: .input-group-btn:first-child > .btn, bgneal@137: .input-group-btn:first-child > .btn-group > .btn, bgneal@118: .input-group-btn:first-child > .dropdown-toggle, bgneal@137: .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), bgneal@137: .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { bgneal@118: border-top-right-radius: 0; bgneal@118: border-bottom-right-radius: 0; bgneal@118: } bgneal@118: .input-group-addon:first-child { bgneal@118: border-right: 0; bgneal@118: } bgneal@118: .input-group .form-control:last-child, bgneal@118: .input-group-addon:last-child, bgneal@118: .input-group-btn:last-child > .btn, bgneal@137: .input-group-btn:last-child > .btn-group > .btn, bgneal@118: .input-group-btn:last-child > .dropdown-toggle, bgneal@137: .input-group-btn:first-child > .btn:not(:first-child), bgneal@137: .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { bgneal@137: border-top-left-radius: 0; bgneal@118: border-bottom-left-radius: 0; bgneal@137: } bgneal@118: .input-group-addon:last-child { bgneal@118: border-left: 0; bgneal@118: } bgneal@118: .input-group-btn { bgneal@118: position: relative; bgneal@137: font-size: 0; bgneal@118: white-space: nowrap; bgneal@118: } bgneal@118: .input-group-btn > .btn { bgneal@118: position: relative; bgneal@118: } bgneal@118: .input-group-btn > .btn + .btn { bgneal@137: margin-left: -1px; bgneal@137: } bgneal@118: .input-group-btn > .btn:hover, bgneal@137: .input-group-btn > .btn:focus, bgneal@118: .input-group-btn > .btn:active { bgneal@118: z-index: 2; bgneal@118: } bgneal@137: .input-group-btn:first-child > .btn, bgneal@137: .input-group-btn:first-child > .btn-group { bgneal@137: margin-right: -1px; bgneal@137: } bgneal@137: .input-group-btn:last-child > .btn, bgneal@137: .input-group-btn:last-child > .btn-group { bgneal@137: margin-left: -1px; bgneal@137: } bgneal@118: .nav { bgneal@118: padding-left: 0; bgneal@118: margin-bottom: 0; bgneal@118: list-style: none; bgneal@118: } bgneal@118: .nav > li { bgneal@118: position: relative; bgneal@118: display: block; bgneal@118: } bgneal@118: .nav > li > a { bgneal@118: position: relative; bgneal@118: display: block; bgneal@118: padding: 10px 15px; bgneal@118: } bgneal@118: .nav > li > a:hover, bgneal@118: .nav > li > a:focus { bgneal@118: text-decoration: none; bgneal@137: background-color: #eee; bgneal@137: } bgneal@118: .nav > li.disabled > a { bgneal@137: color: #999; bgneal@137: } bgneal@118: .nav > li.disabled > a:hover, bgneal@118: .nav > li.disabled > a:focus { bgneal@137: color: #999; bgneal@118: text-decoration: none; bgneal@118: cursor: not-allowed; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: .nav .open > a, bgneal@118: .nav .open > a:hover, bgneal@118: .nav .open > a:focus { bgneal@137: background-color: #eee; bgneal@118: border-color: #428bca; bgneal@118: } bgneal@118: .nav .nav-divider { bgneal@118: height: 1px; bgneal@118: margin: 9px 0; bgneal@118: overflow: hidden; bgneal@118: background-color: #e5e5e5; bgneal@118: } bgneal@118: .nav > li > a > img { bgneal@118: max-width: none; bgneal@118: } bgneal@118: .nav-tabs { bgneal@137: border-bottom: 1px solid #ddd; bgneal@137: } bgneal@118: .nav-tabs > li { bgneal@118: float: left; bgneal@118: margin-bottom: -1px; bgneal@118: } bgneal@118: .nav-tabs > li > a { bgneal@118: margin-right: 2px; bgneal@137: line-height: 1.42857143; bgneal@118: border: 1px solid transparent; bgneal@118: border-radius: 4px 4px 0 0; bgneal@118: } bgneal@118: .nav-tabs > li > a:hover { bgneal@137: border-color: #eee #eee #ddd; bgneal@137: } bgneal@118: .nav-tabs > li.active > a, bgneal@118: .nav-tabs > li.active > a:hover, bgneal@118: .nav-tabs > li.active > a:focus { bgneal@137: color: #555; bgneal@118: cursor: default; bgneal@137: background-color: #fff; bgneal@137: border: 1px solid #ddd; bgneal@118: border-bottom-color: transparent; bgneal@118: } bgneal@118: .nav-tabs.nav-justified { bgneal@118: width: 100%; bgneal@118: border-bottom: 0; bgneal@118: } bgneal@118: .nav-tabs.nav-justified > li { bgneal@118: float: none; bgneal@118: } bgneal@118: .nav-tabs.nav-justified > li > a { bgneal@137: margin-bottom: 5px; bgneal@118: text-align: center; bgneal@118: } bgneal@137: .nav-tabs.nav-justified > .dropdown .dropdown-menu { bgneal@137: top: auto; bgneal@137: left: auto; bgneal@137: } bgneal@118: @media (min-width: 768px) { bgneal@118: .nav-tabs.nav-justified > li { bgneal@118: display: table-cell; bgneal@118: width: 1%; bgneal@118: } bgneal@137: .nav-tabs.nav-justified > li > a { bgneal@137: margin-bottom: 0; bgneal@137: } bgneal@137: } bgneal@118: .nav-tabs.nav-justified > li > a { bgneal@118: margin-right: 0; bgneal@137: border-radius: 4px; bgneal@137: } bgneal@137: .nav-tabs.nav-justified > .active > a, bgneal@137: .nav-tabs.nav-justified > .active > a:hover, bgneal@137: .nav-tabs.nav-justified > .active > a:focus { bgneal@137: border: 1px solid #ddd; bgneal@137: } bgneal@137: @media (min-width: 768px) { bgneal@137: .nav-tabs.nav-justified > li > a { bgneal@137: border-bottom: 1px solid #ddd; bgneal@137: border-radius: 4px 4px 0 0; bgneal@137: } bgneal@137: .nav-tabs.nav-justified > .active > a, bgneal@137: .nav-tabs.nav-justified > .active > a:hover, bgneal@137: .nav-tabs.nav-justified > .active > a:focus { bgneal@137: border-bottom-color: #fff; bgneal@137: } bgneal@137: } bgneal@118: .nav-pills > li { bgneal@118: float: left; bgneal@118: } bgneal@118: .nav-pills > li > a { bgneal@137: border-radius: 4px; bgneal@137: } bgneal@118: .nav-pills > li + li { bgneal@118: margin-left: 2px; bgneal@118: } bgneal@118: .nav-pills > li.active > a, bgneal@118: .nav-pills > li.active > a:hover, bgneal@118: .nav-pills > li.active > a:focus { bgneal@137: color: #fff; bgneal@118: background-color: #428bca; bgneal@118: } bgneal@118: .nav-stacked > li { bgneal@118: float: none; bgneal@118: } bgneal@118: .nav-stacked > li + li { bgneal@118: margin-top: 2px; bgneal@118: margin-left: 0; bgneal@118: } bgneal@118: .nav-justified { bgneal@118: width: 100%; bgneal@118: } bgneal@118: .nav-justified > li { bgneal@118: float: none; bgneal@118: } bgneal@118: .nav-justified > li > a { bgneal@137: margin-bottom: 5px; bgneal@118: text-align: center; bgneal@118: } bgneal@137: .nav-justified > .dropdown .dropdown-menu { bgneal@137: top: auto; bgneal@137: left: auto; bgneal@137: } bgneal@118: @media (min-width: 768px) { bgneal@118: .nav-justified > li { bgneal@118: display: table-cell; bgneal@118: width: 1%; bgneal@118: } bgneal@137: .nav-justified > li > a { bgneal@137: margin-bottom: 0; bgneal@137: } bgneal@137: } bgneal@118: .nav-tabs-justified { bgneal@118: border-bottom: 0; bgneal@118: } bgneal@118: .nav-tabs-justified > li > a { bgneal@118: margin-right: 0; bgneal@137: border-radius: 4px; bgneal@137: } bgneal@137: .nav-tabs-justified > .active > a, bgneal@137: .nav-tabs-justified > .active > a:hover, bgneal@137: .nav-tabs-justified > .active > a:focus { bgneal@137: border: 1px solid #ddd; bgneal@137: } bgneal@137: @media (min-width: 768px) { bgneal@137: .nav-tabs-justified > li > a { bgneal@137: border-bottom: 1px solid #ddd; bgneal@137: border-radius: 4px 4px 0 0; bgneal@137: } bgneal@137: .nav-tabs-justified > .active > a, bgneal@137: .nav-tabs-justified > .active > a:hover, bgneal@137: .nav-tabs-justified > .active > a:focus { bgneal@137: border-bottom-color: #fff; bgneal@137: } bgneal@137: } bgneal@137: .tab-content > .tab-pane { bgneal@118: display: none; bgneal@118: } bgneal@137: .tab-content > .active { bgneal@118: display: block; bgneal@118: } bgneal@118: .nav-tabs .dropdown-menu { bgneal@118: margin-top: -1px; bgneal@137: border-top-left-radius: 0; bgneal@118: border-top-right-radius: 0; bgneal@137: } bgneal@118: .navbar { bgneal@118: position: relative; bgneal@118: min-height: 50px; bgneal@118: margin-bottom: 20px; bgneal@118: border: 1px solid transparent; bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@118: .navbar { bgneal@118: border-radius: 4px; bgneal@118: } bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@118: .navbar-header { bgneal@118: float: left; bgneal@118: } bgneal@118: } bgneal@118: .navbar-collapse { bgneal@118: max-height: 340px; bgneal@118: padding-right: 15px; bgneal@118: padding-left: 15px; bgneal@118: overflow-x: visible; bgneal@137: -webkit-overflow-scrolling: touch; bgneal@118: border-top: 1px solid transparent; bgneal@137: box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); bgneal@137: } bgneal@118: .navbar-collapse.in { bgneal@118: overflow-y: auto; bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@118: .navbar-collapse { bgneal@118: width: auto; bgneal@118: border-top: 0; bgneal@118: box-shadow: none; bgneal@118: } bgneal@118: .navbar-collapse.collapse { bgneal@118: display: block !important; bgneal@118: height: auto !important; bgneal@118: padding-bottom: 0; bgneal@118: overflow: visible !important; bgneal@118: } bgneal@118: .navbar-collapse.in { bgneal@118: overflow-y: visible; bgneal@118: } bgneal@137: .navbar-fixed-top .navbar-collapse, bgneal@137: .navbar-static-top .navbar-collapse, bgneal@137: .navbar-fixed-bottom .navbar-collapse { bgneal@137: padding-right: 0; bgneal@137: padding-left: 0; bgneal@137: } bgneal@137: } bgneal@118: .container > .navbar-header, bgneal@137: .container-fluid > .navbar-header, bgneal@137: .container > .navbar-collapse, bgneal@137: .container-fluid > .navbar-collapse { bgneal@118: margin-right: -15px; bgneal@118: margin-left: -15px; bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@118: .container > .navbar-header, bgneal@137: .container-fluid > .navbar-header, bgneal@137: .container > .navbar-collapse, bgneal@137: .container-fluid > .navbar-collapse { bgneal@118: margin-right: 0; bgneal@118: margin-left: 0; bgneal@118: } bgneal@118: } bgneal@118: .navbar-static-top { bgneal@137: z-index: 1000; bgneal@118: border-width: 0 0 1px; bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@118: .navbar-static-top { bgneal@118: border-radius: 0; bgneal@118: } bgneal@118: } bgneal@118: .navbar-fixed-top, bgneal@118: .navbar-fixed-bottom { bgneal@118: position: fixed; bgneal@118: right: 0; bgneal@118: left: 0; bgneal@137: z-index: 1030; bgneal@137: } bgneal@118: @media (min-width: 768px) { bgneal@118: .navbar-fixed-top, bgneal@118: .navbar-fixed-bottom { bgneal@118: border-radius: 0; bgneal@118: } bgneal@118: } bgneal@118: .navbar-fixed-top { bgneal@118: top: 0; bgneal@137: border-width: 0 0 1px; bgneal@137: } bgneal@118: .navbar-fixed-bottom { bgneal@118: bottom: 0; bgneal@118: margin-bottom: 0; bgneal@137: border-width: 1px 0 0; bgneal@137: } bgneal@118: .navbar-brand { bgneal@118: float: left; bgneal@137: height: 50px; bgneal@118: padding: 15px 15px; bgneal@118: font-size: 18px; bgneal@118: line-height: 20px; bgneal@118: } bgneal@118: .navbar-brand:hover, bgneal@118: .navbar-brand:focus { bgneal@118: text-decoration: none; bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@137: .navbar > .container .navbar-brand, bgneal@137: .navbar > .container-fluid .navbar-brand { bgneal@118: margin-left: -15px; bgneal@118: } bgneal@118: } bgneal@118: .navbar-toggle { bgneal@118: position: relative; bgneal@118: float: right; bgneal@118: padding: 9px 10px; bgneal@118: margin-top: 8px; bgneal@118: margin-right: 15px; bgneal@118: margin-bottom: 8px; bgneal@118: background-color: transparent; bgneal@137: background-image: none; bgneal@118: border: 1px solid transparent; bgneal@118: border-radius: 4px; bgneal@118: } bgneal@137: .navbar-toggle:focus { bgneal@137: outline: none; bgneal@137: } bgneal@118: .navbar-toggle .icon-bar { bgneal@118: display: block; bgneal@118: width: 22px; bgneal@118: height: 2px; bgneal@118: border-radius: 1px; bgneal@118: } bgneal@118: .navbar-toggle .icon-bar + .icon-bar { bgneal@118: margin-top: 4px; bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@118: .navbar-toggle { bgneal@118: display: none; bgneal@118: } bgneal@118: } bgneal@118: .navbar-nav { bgneal@118: margin: 7.5px -15px; bgneal@118: } bgneal@118: .navbar-nav > li > a { bgneal@118: padding-top: 10px; bgneal@118: padding-bottom: 10px; bgneal@118: line-height: 20px; bgneal@118: } bgneal@118: @media (max-width: 767px) { bgneal@118: .navbar-nav .open .dropdown-menu { bgneal@118: position: static; bgneal@118: float: none; bgneal@118: width: auto; bgneal@118: margin-top: 0; bgneal@118: background-color: transparent; bgneal@118: border: 0; bgneal@118: box-shadow: none; bgneal@118: } bgneal@118: .navbar-nav .open .dropdown-menu > li > a, bgneal@118: .navbar-nav .open .dropdown-menu .dropdown-header { bgneal@118: padding: 5px 15px 5px 25px; bgneal@118: } bgneal@118: .navbar-nav .open .dropdown-menu > li > a { bgneal@118: line-height: 20px; bgneal@118: } bgneal@118: .navbar-nav .open .dropdown-menu > li > a:hover, bgneal@118: .navbar-nav .open .dropdown-menu > li > a:focus { bgneal@118: background-image: none; bgneal@118: } bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@118: .navbar-nav { bgneal@118: float: left; bgneal@118: margin: 0; bgneal@118: } bgneal@118: .navbar-nav > li { bgneal@118: float: left; bgneal@118: } bgneal@118: .navbar-nav > li > a { bgneal@118: padding-top: 15px; bgneal@118: padding-bottom: 15px; bgneal@118: } bgneal@137: .navbar-nav.navbar-right:last-child { bgneal@137: margin-right: -15px; bgneal@137: } bgneal@137: } bgneal@118: @media (min-width: 768px) { bgneal@118: .navbar-left { bgneal@118: float: left !important; bgneal@118: } bgneal@118: .navbar-right { bgneal@118: float: right !important; bgneal@118: } bgneal@118: } bgneal@118: .navbar-form { bgneal@118: padding: 10px 15px; bgneal@118: margin-top: 8px; bgneal@118: margin-right: -15px; bgneal@118: margin-bottom: 8px; bgneal@118: margin-left: -15px; bgneal@118: border-top: 1px solid transparent; bgneal@118: border-bottom: 1px solid transparent; bgneal@137: -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); bgneal@137: box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); bgneal@137: } bgneal@118: @media (min-width: 768px) { bgneal@118: .navbar-form .form-group { bgneal@118: display: inline-block; bgneal@118: margin-bottom: 0; bgneal@118: vertical-align: middle; bgneal@118: } bgneal@118: .navbar-form .form-control { bgneal@118: display: inline-block; bgneal@137: width: auto; bgneal@137: vertical-align: middle; bgneal@137: } bgneal@137: .navbar-form .input-group > .form-control { bgneal@137: width: 100%; bgneal@137: } bgneal@137: .navbar-form .control-label { bgneal@137: margin-bottom: 0; bgneal@137: vertical-align: middle; bgneal@118: } bgneal@118: .navbar-form .radio, bgneal@118: .navbar-form .checkbox { bgneal@118: display: inline-block; bgneal@118: padding-left: 0; bgneal@118: margin-top: 0; bgneal@118: margin-bottom: 0; bgneal@137: vertical-align: middle; bgneal@118: } bgneal@118: .navbar-form .radio input[type="radio"], bgneal@118: .navbar-form .checkbox input[type="checkbox"] { bgneal@118: float: none; bgneal@118: margin-left: 0; bgneal@118: } bgneal@137: .navbar-form .has-feedback .form-control-feedback { bgneal@137: top: 0; bgneal@137: } bgneal@137: } bgneal@118: @media (max-width: 767px) { bgneal@118: .navbar-form .form-group { bgneal@118: margin-bottom: 5px; bgneal@118: } bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@118: .navbar-form { bgneal@118: width: auto; bgneal@118: padding-top: 0; bgneal@118: padding-bottom: 0; bgneal@118: margin-right: 0; bgneal@118: margin-left: 0; bgneal@118: border: 0; bgneal@118: -webkit-box-shadow: none; bgneal@118: box-shadow: none; bgneal@118: } bgneal@137: .navbar-form.navbar-right:last-child { bgneal@137: margin-right: -15px; bgneal@137: } bgneal@137: } bgneal@118: .navbar-nav > li > .dropdown-menu { bgneal@118: margin-top: 0; bgneal@137: border-top-left-radius: 0; bgneal@118: border-top-right-radius: 0; bgneal@137: } bgneal@118: .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { bgneal@118: border-bottom-right-radius: 0; bgneal@118: border-bottom-left-radius: 0; bgneal@118: } bgneal@118: .navbar-btn { bgneal@118: margin-top: 8px; bgneal@118: margin-bottom: 8px; bgneal@118: } bgneal@137: .navbar-btn.btn-sm { bgneal@137: margin-top: 10px; bgneal@137: margin-bottom: 10px; bgneal@137: } bgneal@137: .navbar-btn.btn-xs { bgneal@137: margin-top: 14px; bgneal@137: margin-bottom: 14px; bgneal@137: } bgneal@118: .navbar-text { bgneal@118: margin-top: 15px; bgneal@118: margin-bottom: 15px; bgneal@118: } bgneal@118: @media (min-width: 768px) { bgneal@118: .navbar-text { bgneal@137: float: left; bgneal@118: margin-right: 15px; bgneal@118: margin-left: 15px; bgneal@118: } bgneal@137: .navbar-text.navbar-right:last-child { bgneal@137: margin-right: 0; bgneal@137: } bgneal@137: } bgneal@118: .navbar-default { bgneal@118: background-color: #f8f8f8; bgneal@118: border-color: #e7e7e7; bgneal@118: } bgneal@118: .navbar-default .navbar-brand { bgneal@137: color: #777; bgneal@137: } bgneal@118: .navbar-default .navbar-brand:hover, bgneal@118: .navbar-default .navbar-brand:focus { bgneal@118: color: #5e5e5e; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: .navbar-default .navbar-text { bgneal@137: color: #777; bgneal@137: } bgneal@118: .navbar-default .navbar-nav > li > a { bgneal@137: color: #777; bgneal@137: } bgneal@118: .navbar-default .navbar-nav > li > a:hover, bgneal@118: .navbar-default .navbar-nav > li > a:focus { bgneal@137: color: #333; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: .navbar-default .navbar-nav > .active > a, bgneal@118: .navbar-default .navbar-nav > .active > a:hover, bgneal@118: .navbar-default .navbar-nav > .active > a:focus { bgneal@137: color: #555; bgneal@118: background-color: #e7e7e7; bgneal@118: } bgneal@118: .navbar-default .navbar-nav > .disabled > a, bgneal@118: .navbar-default .navbar-nav > .disabled > a:hover, bgneal@118: .navbar-default .navbar-nav > .disabled > a:focus { bgneal@137: color: #ccc; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: .navbar-default .navbar-toggle { bgneal@137: border-color: #ddd; bgneal@137: } bgneal@118: .navbar-default .navbar-toggle:hover, bgneal@118: .navbar-default .navbar-toggle:focus { bgneal@137: background-color: #ddd; bgneal@137: } bgneal@118: .navbar-default .navbar-toggle .icon-bar { bgneal@137: background-color: #888; bgneal@137: } bgneal@118: .navbar-default .navbar-collapse, bgneal@118: .navbar-default .navbar-form { bgneal@137: border-color: #e7e7e7; bgneal@137: } bgneal@118: .navbar-default .navbar-nav > .open > a, bgneal@118: .navbar-default .navbar-nav > .open > a:hover, bgneal@118: .navbar-default .navbar-nav > .open > a:focus { bgneal@137: color: #555; bgneal@118: background-color: #e7e7e7; bgneal@118: } bgneal@118: @media (max-width: 767px) { bgneal@118: .navbar-default .navbar-nav .open .dropdown-menu > li > a { bgneal@137: color: #777; bgneal@118: } bgneal@118: .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, bgneal@118: .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { bgneal@137: color: #333; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: .navbar-default .navbar-nav .open .dropdown-menu > .active > a, bgneal@118: .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, bgneal@118: .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { bgneal@137: color: #555; bgneal@118: background-color: #e7e7e7; bgneal@118: } bgneal@118: .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, bgneal@118: .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, bgneal@118: .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { bgneal@137: color: #ccc; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: } bgneal@118: .navbar-default .navbar-link { bgneal@137: color: #777; bgneal@137: } bgneal@118: .navbar-default .navbar-link:hover { bgneal@137: color: #333; bgneal@137: } bgneal@118: .navbar-inverse { bgneal@137: background-color: #222; bgneal@118: border-color: #080808; bgneal@118: } bgneal@118: .navbar-inverse .navbar-brand { bgneal@137: color: #999; bgneal@137: } bgneal@118: .navbar-inverse .navbar-brand:hover, bgneal@118: .navbar-inverse .navbar-brand:focus { bgneal@137: color: #fff; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: .navbar-inverse .navbar-text { bgneal@137: color: #999; bgneal@137: } bgneal@118: .navbar-inverse .navbar-nav > li > a { bgneal@137: color: #999; bgneal@137: } bgneal@118: .navbar-inverse .navbar-nav > li > a:hover, bgneal@118: .navbar-inverse .navbar-nav > li > a:focus { bgneal@137: color: #fff; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: .navbar-inverse .navbar-nav > .active > a, bgneal@118: .navbar-inverse .navbar-nav > .active > a:hover, bgneal@118: .navbar-inverse .navbar-nav > .active > a:focus { bgneal@137: color: #fff; bgneal@118: background-color: #080808; bgneal@118: } bgneal@118: .navbar-inverse .navbar-nav > .disabled > a, bgneal@118: .navbar-inverse .navbar-nav > .disabled > a:hover, bgneal@118: .navbar-inverse .navbar-nav > .disabled > a:focus { bgneal@137: color: #444; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: .navbar-inverse .navbar-toggle { bgneal@137: border-color: #333; bgneal@137: } bgneal@118: .navbar-inverse .navbar-toggle:hover, bgneal@118: .navbar-inverse .navbar-toggle:focus { bgneal@137: background-color: #333; bgneal@137: } bgneal@118: .navbar-inverse .navbar-toggle .icon-bar { bgneal@137: background-color: #fff; bgneal@137: } bgneal@118: .navbar-inverse .navbar-collapse, bgneal@118: .navbar-inverse .navbar-form { bgneal@118: border-color: #101010; bgneal@118: } bgneal@118: .navbar-inverse .navbar-nav > .open > a, bgneal@118: .navbar-inverse .navbar-nav > .open > a:hover, bgneal@118: .navbar-inverse .navbar-nav > .open > a:focus { bgneal@137: color: #fff; bgneal@118: background-color: #080808; bgneal@118: } bgneal@118: @media (max-width: 767px) { bgneal@118: .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { bgneal@118: border-color: #080808; bgneal@118: } bgneal@137: .navbar-inverse .navbar-nav .open .dropdown-menu .divider { bgneal@137: background-color: #080808; bgneal@137: } bgneal@118: .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { bgneal@137: color: #999; bgneal@118: } bgneal@118: .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, bgneal@118: .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { bgneal@137: color: #fff; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, bgneal@118: .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, bgneal@118: .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { bgneal@137: color: #fff; bgneal@118: background-color: #080808; bgneal@118: } bgneal@118: .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, bgneal@118: .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, bgneal@118: .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { bgneal@137: color: #444; bgneal@118: background-color: transparent; bgneal@118: } bgneal@118: } bgneal@118: .navbar-inverse .navbar-link { bgneal@137: color: #999; bgneal@137: } bgneal@118: .navbar-inverse .navbar-link:hover { bgneal@137: color: #fff; bgneal@137: } bgneal@118: .breadcrumb { bgneal@118: padding: 8px 15px; bgneal@118: margin-bottom: 20px; bgneal@118: list-style: none; bgneal@118: background-color: #f5f5f5; bgneal@118: border-radius: 4px; bgneal@118: } bgneal@118: .breadcrumb > li { bgneal@118: display: inline-block; bgneal@118: } bgneal@118: .breadcrumb > li + li:before { bgneal@118: padding: 0 5px; bgneal@137: color: #ccc; bgneal@118: content: "/\00a0"; bgneal@118: } bgneal@118: .breadcrumb > .active { bgneal@137: color: #999; bgneal@137: } bgneal@118: .pagination { bgneal@118: display: inline-block; bgneal@118: padding-left: 0; bgneal@118: margin: 20px 0; bgneal@118: border-radius: 4px; bgneal@118: } bgneal@118: .pagination > li { bgneal@118: display: inline; bgneal@118: } bgneal@118: .pagination > li > a, bgneal@118: .pagination > li > span { bgneal@118: position: relative; bgneal@118: float: left; bgneal@118: padding: 6px 12px; bgneal@118: margin-left: -1px; bgneal@137: line-height: 1.42857143; bgneal@137: color: #428bca; bgneal@118: text-decoration: none; bgneal@137: background-color: #fff; bgneal@137: border: 1px solid #ddd; bgneal@137: } bgneal@118: .pagination > li:first-child > a, bgneal@118: .pagination > li:first-child > span { bgneal@118: margin-left: 0; bgneal@137: border-top-left-radius: 4px; bgneal@118: border-bottom-left-radius: 4px; bgneal@137: } bgneal@118: .pagination > li:last-child > a, bgneal@118: .pagination > li:last-child > span { bgneal@118: border-top-right-radius: 4px; bgneal@118: border-bottom-right-radius: 4px; bgneal@118: } bgneal@118: .pagination > li > a:hover, bgneal@118: .pagination > li > span:hover, bgneal@118: .pagination > li > a:focus, bgneal@118: .pagination > li > span:focus { bgneal@137: color: #2a6496; bgneal@137: background-color: #eee; bgneal@137: border-color: #ddd; bgneal@137: } bgneal@118: .pagination > .active > a, bgneal@118: .pagination > .active > span, bgneal@118: .pagination > .active > a:hover, bgneal@118: .pagination > .active > span:hover, bgneal@118: .pagination > .active > a:focus, bgneal@118: .pagination > .active > span:focus { bgneal@118: z-index: 2; bgneal@137: color: #fff; bgneal@118: cursor: default; bgneal@118: background-color: #428bca; bgneal@118: border-color: #428bca; bgneal@118: } bgneal@118: .pagination > .disabled > span, bgneal@137: .pagination > .disabled > span:hover, bgneal@137: .pagination > .disabled > span:focus, bgneal@118: .pagination > .disabled > a, bgneal@118: .pagination > .disabled > a:hover, bgneal@118: .pagination > .disabled > a:focus { bgneal@137: color: #999; bgneal@118: cursor: not-allowed; bgneal@137: background-color: #fff; bgneal@137: border-color: #ddd; bgneal@137: } bgneal@118: .pagination-lg > li > a, bgneal@118: .pagination-lg > li > span { bgneal@118: padding: 10px 16px; bgneal@118: font-size: 18px; bgneal@118: } bgneal@118: .pagination-lg > li:first-child > a, bgneal@118: .pagination-lg > li:first-child > span { bgneal@137: border-top-left-radius: 6px; bgneal@118: border-bottom-left-radius: 6px; bgneal@137: } bgneal@118: .pagination-lg > li:last-child > a, bgneal@118: .pagination-lg > li:last-child > span { bgneal@118: border-top-right-radius: 6px; bgneal@118: border-bottom-right-radius: 6px; bgneal@118: } bgneal@118: .pagination-sm > li > a, bgneal@118: .pagination-sm > li > span { bgneal@118: padding: 5px 10px; bgneal@118: font-size: 12px; bgneal@118: } bgneal@118: .pagination-sm > li:first-child > a, bgneal@118: .pagination-sm > li:first-child > span { bgneal@137: border-top-left-radius: 3px; bgneal@118: border-bottom-left-radius: 3px; bgneal@137: } bgneal@118: .pagination-sm > li:last-child > a, bgneal@118: .pagination-sm > li:last-child > span { bgneal@118: border-top-right-radius: 3px; bgneal@118: border-bottom-right-radius: 3px; bgneal@118: } bgneal@118: .pager { bgneal@118: padding-left: 0; bgneal@118: margin: 20px 0; bgneal@118: text-align: center; bgneal@118: list-style: none; bgneal@118: } bgneal@118: .pager li { bgneal@118: display: inline; bgneal@118: } bgneal@118: .pager li > a, bgneal@118: .pager li > span { bgneal@118: display: inline-block; bgneal@118: padding: 5px 14px; bgneal@137: background-color: #fff; bgneal@137: border: 1px solid #ddd; bgneal@118: border-radius: 15px; bgneal@118: } bgneal@118: .pager li > a:hover, bgneal@118: .pager li > a:focus { bgneal@118: text-decoration: none; bgneal@137: background-color: #eee; bgneal@137: } bgneal@118: .pager .next > a, bgneal@118: .pager .next > span { bgneal@118: float: right; bgneal@118: } bgneal@118: .pager .previous > a, bgneal@118: .pager .previous > span { bgneal@118: float: left; bgneal@118: } bgneal@118: .pager .disabled > a, bgneal@118: .pager .disabled > a:hover, bgneal@118: .pager .disabled > a:focus, bgneal@118: .pager .disabled > span { bgneal@137: color: #999; bgneal@118: cursor: not-allowed; bgneal@137: background-color: #fff; bgneal@137: } bgneal@118: .label { bgneal@118: display: inline; bgneal@118: padding: .2em .6em .3em; bgneal@118: font-size: 75%; bgneal@118: font-weight: bold; bgneal@118: line-height: 1; bgneal@137: color: #fff; bgneal@118: text-align: center; bgneal@118: white-space: nowrap; bgneal@118: vertical-align: baseline; bgneal@118: border-radius: .25em; bgneal@118: } bgneal@118: .label[href]:hover, bgneal@118: .label[href]:focus { bgneal@137: color: #fff; bgneal@118: text-decoration: none; bgneal@118: cursor: pointer; bgneal@118: } bgneal@118: .label:empty { bgneal@118: display: none; bgneal@118: } bgneal@137: .btn .label { bgneal@137: position: relative; bgneal@137: top: -1px; bgneal@137: } bgneal@118: .label-default { bgneal@137: background-color: #999; bgneal@137: } bgneal@118: .label-default[href]:hover, bgneal@118: .label-default[href]:focus { bgneal@118: background-color: #808080; bgneal@118: } bgneal@118: .label-primary { bgneal@118: background-color: #428bca; bgneal@118: } bgneal@118: .label-primary[href]:hover, bgneal@118: .label-primary[href]:focus { bgneal@118: background-color: #3071a9; bgneal@118: } bgneal@118: .label-success { bgneal@118: background-color: #5cb85c; bgneal@118: } bgneal@118: .label-success[href]:hover, bgneal@118: .label-success[href]:focus { bgneal@118: background-color: #449d44; bgneal@118: } bgneal@118: .label-info { bgneal@118: background-color: #5bc0de; bgneal@118: } bgneal@118: .label-info[href]:hover, bgneal@118: .label-info[href]:focus { bgneal@118: background-color: #31b0d5; bgneal@118: } bgneal@118: .label-warning { bgneal@118: background-color: #f0ad4e; bgneal@118: } bgneal@118: .label-warning[href]:hover, bgneal@118: .label-warning[href]:focus { bgneal@118: background-color: #ec971f; bgneal@118: } bgneal@118: .label-danger { bgneal@118: background-color: #d9534f; bgneal@118: } bgneal@118: .label-danger[href]:hover, bgneal@118: .label-danger[href]:focus { bgneal@118: background-color: #c9302c; bgneal@118: } bgneal@118: .badge { bgneal@118: display: inline-block; bgneal@118: min-width: 10px; bgneal@118: padding: 3px 7px; bgneal@118: font-size: 12px; bgneal@118: font-weight: bold; bgneal@118: line-height: 1; bgneal@137: color: #fff; bgneal@118: text-align: center; bgneal@118: white-space: nowrap; bgneal@118: vertical-align: baseline; bgneal@137: background-color: #999; bgneal@118: border-radius: 10px; bgneal@118: } bgneal@118: .badge:empty { bgneal@118: display: none; bgneal@118: } bgneal@118: .btn .badge { bgneal@118: position: relative; bgneal@118: top: -1px; bgneal@118: } bgneal@137: .btn-xs .badge { bgneal@137: top: 0; bgneal@137: padding: 1px 5px; bgneal@137: } bgneal@137: a.badge:hover, bgneal@137: a.badge:focus { bgneal@137: color: #fff; bgneal@137: text-decoration: none; bgneal@137: cursor: pointer; bgneal@137: } bgneal@118: a.list-group-item.active > .badge, bgneal@118: .nav-pills > .active > a > .badge { bgneal@118: color: #428bca; bgneal@137: background-color: #fff; bgneal@137: } bgneal@118: .nav-pills > li > a > .badge { bgneal@118: margin-left: 3px; bgneal@118: } bgneal@118: .jumbotron { bgneal@118: padding: 30px; bgneal@118: margin-bottom: 30px; bgneal@137: color: inherit; bgneal@137: background-color: #eee; bgneal@137: } bgneal@137: .jumbotron h1, bgneal@137: .jumbotron .h1 { bgneal@137: color: inherit; bgneal@137: } bgneal@137: .jumbotron p { bgneal@137: margin-bottom: 15px; bgneal@118: font-size: 21px; bgneal@118: font-weight: 200; bgneal@137: } bgneal@118: .container .jumbotron { bgneal@118: border-radius: 6px; bgneal@118: } bgneal@137: .jumbotron .container { bgneal@137: max-width: 100%; bgneal@137: } bgneal@118: @media screen and (min-width: 768px) { bgneal@118: .jumbotron { bgneal@118: padding-top: 48px; bgneal@118: padding-bottom: 48px; bgneal@118: } bgneal@118: .container .jumbotron { bgneal@118: padding-right: 60px; bgneal@118: padding-left: 60px; bgneal@118: } bgneal@137: .jumbotron h1, bgneal@137: .jumbotron .h1 { bgneal@118: font-size: 63px; bgneal@118: } bgneal@118: } bgneal@118: .thumbnail { bgneal@118: display: block; bgneal@118: padding: 4px; bgneal@137: margin-bottom: 20px; bgneal@137: line-height: 1.42857143; bgneal@137: background-color: #fff; bgneal@137: border: 1px solid #ddd; bgneal@118: border-radius: 4px; bgneal@137: -webkit-transition: all .2s ease-in-out; bgneal@137: transition: all .2s ease-in-out; bgneal@137: } bgneal@137: .thumbnail > img, bgneal@137: .thumbnail a > img { bgneal@118: margin-right: auto; bgneal@118: margin-left: auto; bgneal@118: } bgneal@137: a.thumbnail:hover, bgneal@137: a.thumbnail:focus, bgneal@137: a.thumbnail.active { bgneal@137: border-color: #428bca; bgneal@137: } bgneal@118: .thumbnail .caption { bgneal@118: padding: 9px; bgneal@137: color: #333; bgneal@137: } bgneal@118: .alert { bgneal@118: padding: 15px; bgneal@118: margin-bottom: 20px; bgneal@118: border: 1px solid transparent; bgneal@118: border-radius: 4px; bgneal@118: } bgneal@118: .alert h4 { bgneal@118: margin-top: 0; bgneal@118: color: inherit; bgneal@118: } bgneal@118: .alert .alert-link { bgneal@118: font-weight: bold; bgneal@118: } bgneal@118: .alert > p, bgneal@118: .alert > ul { bgneal@118: margin-bottom: 0; bgneal@118: } bgneal@118: .alert > p + p { bgneal@118: margin-top: 5px; bgneal@118: } bgneal@118: .alert-dismissable { bgneal@118: padding-right: 35px; bgneal@118: } bgneal@118: .alert-dismissable .close { bgneal@118: position: relative; bgneal@118: top: -2px; bgneal@118: right: -21px; bgneal@118: color: inherit; bgneal@118: } bgneal@118: .alert-success { bgneal@137: color: #3c763d; bgneal@118: background-color: #dff0d8; bgneal@118: border-color: #d6e9c6; bgneal@118: } bgneal@118: .alert-success hr { bgneal@118: border-top-color: #c9e2b3; bgneal@118: } bgneal@118: .alert-success .alert-link { bgneal@137: color: #2b542c; bgneal@137: } bgneal@118: .alert-info { bgneal@137: color: #31708f; bgneal@118: background-color: #d9edf7; bgneal@118: border-color: #bce8f1; bgneal@118: } bgneal@118: .alert-info hr { bgneal@118: border-top-color: #a6e1ec; bgneal@118: } bgneal@118: .alert-info .alert-link { bgneal@137: color: #245269; bgneal@137: } bgneal@118: .alert-warning { bgneal@137: color: #8a6d3b; bgneal@118: background-color: #fcf8e3; bgneal@137: border-color: #faebcc; bgneal@137: } bgneal@118: .alert-warning hr { bgneal@137: border-top-color: #f7e1b5; bgneal@137: } bgneal@118: .alert-warning .alert-link { bgneal@137: color: #66512c; bgneal@137: } bgneal@118: .alert-danger { bgneal@137: color: #a94442; bgneal@118: background-color: #f2dede; bgneal@137: border-color: #ebccd1; bgneal@137: } bgneal@118: .alert-danger hr { bgneal@137: border-top-color: #e4b9c0; bgneal@137: } bgneal@118: .alert-danger .alert-link { bgneal@137: color: #843534; bgneal@137: } bgneal@118: @-webkit-keyframes progress-bar-stripes { bgneal@118: from { bgneal@118: background-position: 40px 0; bgneal@118: } bgneal@118: to { bgneal@118: background-position: 0 0; bgneal@118: } bgneal@118: } bgneal@118: @keyframes progress-bar-stripes { bgneal@118: from { bgneal@118: background-position: 40px 0; bgneal@118: } bgneal@118: to { bgneal@118: background-position: 0 0; bgneal@118: } bgneal@118: } bgneal@118: .progress { bgneal@118: height: 20px; bgneal@118: margin-bottom: 20px; bgneal@118: overflow: hidden; bgneal@118: background-color: #f5f5f5; bgneal@118: border-radius: 4px; bgneal@137: -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); bgneal@137: box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); bgneal@137: } bgneal@118: .progress-bar { bgneal@118: float: left; bgneal@118: width: 0; bgneal@118: height: 100%; bgneal@118: font-size: 12px; bgneal@137: line-height: 20px; bgneal@137: color: #fff; bgneal@118: text-align: center; bgneal@118: background-color: #428bca; bgneal@137: -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); bgneal@137: box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); bgneal@137: -webkit-transition: width .6s ease; bgneal@137: transition: width .6s ease; bgneal@137: } bgneal@118: .progress-striped .progress-bar { bgneal@137: background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bgneal@137: background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bgneal@118: background-size: 40px 40px; bgneal@118: } bgneal@118: .progress.active .progress-bar { bgneal@118: -webkit-animation: progress-bar-stripes 2s linear infinite; bgneal@118: animation: progress-bar-stripes 2s linear infinite; bgneal@118: } bgneal@118: .progress-bar-success { bgneal@118: background-color: #5cb85c; bgneal@118: } bgneal@118: .progress-striped .progress-bar-success { bgneal@137: background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bgneal@137: background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bgneal@137: } bgneal@118: .progress-bar-info { bgneal@118: background-color: #5bc0de; bgneal@118: } bgneal@118: .progress-striped .progress-bar-info { bgneal@137: background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bgneal@137: background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bgneal@137: } bgneal@118: .progress-bar-warning { bgneal@118: background-color: #f0ad4e; bgneal@118: } bgneal@118: .progress-striped .progress-bar-warning { bgneal@137: background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bgneal@137: background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bgneal@137: } bgneal@118: .progress-bar-danger { bgneal@118: background-color: #d9534f; bgneal@118: } bgneal@118: .progress-striped .progress-bar-danger { bgneal@137: background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bgneal@137: background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bgneal@137: } bgneal@118: .media, bgneal@118: .media-body { bgneal@118: overflow: hidden; bgneal@118: zoom: 1; bgneal@118: } bgneal@118: .media, bgneal@118: .media .media { bgneal@118: margin-top: 15px; bgneal@118: } bgneal@118: .media:first-child { bgneal@118: margin-top: 0; bgneal@118: } bgneal@118: .media-object { bgneal@118: display: block; bgneal@118: } bgneal@118: .media-heading { bgneal@118: margin: 0 0 5px; bgneal@118: } bgneal@118: .media > .pull-left { bgneal@118: margin-right: 10px; bgneal@118: } bgneal@118: .media > .pull-right { bgneal@118: margin-left: 10px; bgneal@118: } bgneal@118: .media-list { bgneal@118: padding-left: 0; bgneal@118: list-style: none; bgneal@118: } bgneal@118: .list-group { bgneal@118: padding-left: 0; bgneal@118: margin-bottom: 20px; bgneal@118: } bgneal@118: .list-group-item { bgneal@118: position: relative; bgneal@118: display: block; bgneal@118: padding: 10px 15px; bgneal@118: margin-bottom: -1px; bgneal@137: background-color: #fff; bgneal@137: border: 1px solid #ddd; bgneal@137: } bgneal@118: .list-group-item:first-child { bgneal@137: border-top-left-radius: 4px; bgneal@118: border-top-right-radius: 4px; bgneal@137: } bgneal@118: .list-group-item:last-child { bgneal@118: margin-bottom: 0; bgneal@118: border-bottom-right-radius: 4px; bgneal@118: border-bottom-left-radius: 4px; bgneal@118: } bgneal@118: .list-group-item > .badge { bgneal@118: float: right; bgneal@118: } bgneal@118: .list-group-item > .badge + .badge { bgneal@118: margin-right: 5px; bgneal@118: } bgneal@118: a.list-group-item { bgneal@137: color: #555; bgneal@137: } bgneal@118: a.list-group-item .list-group-item-heading { bgneal@137: color: #333; bgneal@137: } bgneal@118: a.list-group-item:hover, bgneal@118: a.list-group-item:focus { bgneal@118: text-decoration: none; bgneal@118: background-color: #f5f5f5; bgneal@118: } bgneal@137: a.list-group-item.active, bgneal@137: a.list-group-item.active:hover, bgneal@137: a.list-group-item.active:focus { bgneal@118: z-index: 2; bgneal@137: color: #fff; bgneal@118: background-color: #428bca; bgneal@118: border-color: #428bca; bgneal@118: } bgneal@137: a.list-group-item.active .list-group-item-heading, bgneal@137: a.list-group-item.active:hover .list-group-item-heading, bgneal@137: a.list-group-item.active:focus .list-group-item-heading { bgneal@118: color: inherit; bgneal@118: } bgneal@137: a.list-group-item.active .list-group-item-text, bgneal@137: a.list-group-item.active:hover .list-group-item-text, bgneal@137: a.list-group-item.active:focus .list-group-item-text { bgneal@118: color: #e1edf7; bgneal@118: } bgneal@137: .list-group-item-success { bgneal@137: color: #3c763d; bgneal@137: background-color: #dff0d8; bgneal@137: } bgneal@137: a.list-group-item-success { bgneal@137: color: #3c763d; bgneal@137: } bgneal@137: a.list-group-item-success .list-group-item-heading { bgneal@137: color: inherit; bgneal@137: } bgneal@137: a.list-group-item-success:hover, bgneal@137: a.list-group-item-success:focus { bgneal@137: color: #3c763d; bgneal@137: background-color: #d0e9c6; bgneal@137: } bgneal@137: a.list-group-item-success.active, bgneal@137: a.list-group-item-success.active:hover, bgneal@137: a.list-group-item-success.active:focus { bgneal@137: color: #fff; bgneal@137: background-color: #3c763d; bgneal@137: border-color: #3c763d; bgneal@137: } bgneal@137: .list-group-item-info { bgneal@137: color: #31708f; bgneal@137: background-color: #d9edf7; bgneal@137: } bgneal@137: a.list-group-item-info { bgneal@137: color: #31708f; bgneal@137: } bgneal@137: a.list-group-item-info .list-group-item-heading { bgneal@137: color: inherit; bgneal@137: } bgneal@137: a.list-group-item-info:hover, bgneal@137: a.list-group-item-info:focus { bgneal@137: color: #31708f; bgneal@137: background-color: #c4e3f3; bgneal@137: } bgneal@137: a.list-group-item-info.active, bgneal@137: a.list-group-item-info.active:hover, bgneal@137: a.list-group-item-info.active:focus { bgneal@137: color: #fff; bgneal@137: background-color: #31708f; bgneal@137: border-color: #31708f; bgneal@137: } bgneal@137: .list-group-item-warning { bgneal@137: color: #8a6d3b; bgneal@137: background-color: #fcf8e3; bgneal@137: } bgneal@137: a.list-group-item-warning { bgneal@137: color: #8a6d3b; bgneal@137: } bgneal@137: a.list-group-item-warning .list-group-item-heading { bgneal@137: color: inherit; bgneal@137: } bgneal@137: a.list-group-item-warning:hover, bgneal@137: a.list-group-item-warning:focus { bgneal@137: color: #8a6d3b; bgneal@137: background-color: #faf2cc; bgneal@137: } bgneal@137: a.list-group-item-warning.active, bgneal@137: a.list-group-item-warning.active:hover, bgneal@137: a.list-group-item-warning.active:focus { bgneal@137: color: #fff; bgneal@137: background-color: #8a6d3b; bgneal@137: border-color: #8a6d3b; bgneal@137: } bgneal@137: .list-group-item-danger { bgneal@137: color: #a94442; bgneal@137: background-color: #f2dede; bgneal@137: } bgneal@137: a.list-group-item-danger { bgneal@137: color: #a94442; bgneal@137: } bgneal@137: a.list-group-item-danger .list-group-item-heading { bgneal@137: color: inherit; bgneal@137: } bgneal@137: a.list-group-item-danger:hover, bgneal@137: a.list-group-item-danger:focus { bgneal@137: color: #a94442; bgneal@137: background-color: #ebcccc; bgneal@137: } bgneal@137: a.list-group-item-danger.active, bgneal@137: a.list-group-item-danger.active:hover, bgneal@137: a.list-group-item-danger.active:focus { bgneal@137: color: #fff; bgneal@137: background-color: #a94442; bgneal@137: border-color: #a94442; bgneal@137: } bgneal@118: .list-group-item-heading { bgneal@118: margin-top: 0; bgneal@118: margin-bottom: 5px; bgneal@118: } bgneal@118: .list-group-item-text { bgneal@118: margin-bottom: 0; bgneal@118: line-height: 1.3; bgneal@118: } bgneal@118: .panel { bgneal@118: margin-bottom: 20px; bgneal@137: background-color: #fff; bgneal@118: border: 1px solid transparent; bgneal@118: border-radius: 4px; bgneal@137: -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); bgneal@137: box-shadow: 0 1px 1px rgba(0, 0, 0, .05); bgneal@137: } bgneal@118: .panel-body { bgneal@118: padding: 15px; bgneal@118: } bgneal@118: .panel-heading { bgneal@118: padding: 10px 15px; bgneal@118: border-bottom: 1px solid transparent; bgneal@137: border-top-left-radius: 3px; bgneal@118: border-top-right-radius: 3px; bgneal@137: } bgneal@137: .panel-heading > .dropdown .dropdown-toggle { bgneal@137: color: inherit; bgneal@137: } bgneal@118: .panel-title { bgneal@118: margin-top: 0; bgneal@118: margin-bottom: 0; bgneal@118: font-size: 16px; bgneal@137: color: inherit; bgneal@137: } bgneal@118: .panel-title > a { bgneal@118: color: inherit; bgneal@118: } bgneal@118: .panel-footer { bgneal@118: padding: 10px 15px; bgneal@118: background-color: #f5f5f5; bgneal@137: border-top: 1px solid #ddd; bgneal@118: border-bottom-right-radius: 3px; bgneal@118: border-bottom-left-radius: 3px; bgneal@118: } bgneal@137: .panel > .list-group { bgneal@137: margin-bottom: 0; bgneal@137: } bgneal@137: .panel > .list-group .list-group-item { bgneal@137: border-width: 1px 0; bgneal@137: border-radius: 0; bgneal@137: } bgneal@137: .panel > .list-group:first-child .list-group-item:first-child { bgneal@137: border-top: 0; bgneal@137: border-top-left-radius: 3px; bgneal@137: border-top-right-radius: 3px; bgneal@137: } bgneal@137: .panel > .list-group:last-child .list-group-item:last-child { bgneal@137: border-bottom: 0; bgneal@137: border-bottom-right-radius: 3px; bgneal@137: border-bottom-left-radius: 3px; bgneal@137: } bgneal@137: .panel-heading + .list-group .list-group-item:first-child { bgneal@137: border-top-width: 0; bgneal@137: } bgneal@137: .panel > .table, bgneal@137: .panel > .table-responsive > .table { bgneal@137: margin-bottom: 0; bgneal@137: } bgneal@137: .panel > .table:first-child, bgneal@137: .panel > .table-responsive:first-child > .table:first-child { bgneal@137: border-top-left-radius: 3px; bgneal@137: border-top-right-radius: 3px; bgneal@137: } bgneal@137: .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, bgneal@137: .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, bgneal@137: .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, bgneal@137: .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, bgneal@137: .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, bgneal@137: .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, bgneal@137: .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, bgneal@137: .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { bgneal@137: border-top-left-radius: 3px; bgneal@137: } bgneal@137: .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, bgneal@137: .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, bgneal@137: .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, bgneal@137: .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, bgneal@137: .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, bgneal@137: .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, bgneal@137: .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, bgneal@137: .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { bgneal@137: border-top-right-radius: 3px; bgneal@137: } bgneal@137: .panel > .table:last-child, bgneal@137: .panel > .table-responsive:last-child > .table:last-child { bgneal@137: border-bottom-right-radius: 3px; bgneal@137: border-bottom-left-radius: 3px; bgneal@137: } bgneal@137: .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, bgneal@137: .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, bgneal@137: .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, bgneal@137: .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, bgneal@137: .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, bgneal@137: .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, bgneal@137: .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, bgneal@137: .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { bgneal@137: border-bottom-left-radius: 3px; bgneal@137: } bgneal@137: .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, bgneal@137: .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, bgneal@137: .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, bgneal@137: .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, bgneal@137: .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, bgneal@137: .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, bgneal@137: .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, bgneal@137: .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { bgneal@137: border-bottom-right-radius: 3px; bgneal@137: } bgneal@137: .panel > .panel-body + .table, bgneal@137: .panel > .panel-body + .table-responsive { bgneal@137: border-top: 1px solid #ddd; bgneal@137: } bgneal@137: .panel > .table > tbody:first-child > tr:first-child th, bgneal@137: .panel > .table > tbody:first-child > tr:first-child td { bgneal@137: border-top: 0; bgneal@137: } bgneal@137: .panel > .table-bordered, bgneal@137: .panel > .table-responsive > .table-bordered { bgneal@137: border: 0; bgneal@137: } bgneal@137: .panel > .table-bordered > thead > tr > th:first-child, bgneal@137: .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, bgneal@137: .panel > .table-bordered > tbody > tr > th:first-child, bgneal@137: .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, bgneal@137: .panel > .table-bordered > tfoot > tr > th:first-child, bgneal@137: .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, bgneal@137: .panel > .table-bordered > thead > tr > td:first-child, bgneal@137: .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, bgneal@137: .panel > .table-bordered > tbody > tr > td:first-child, bgneal@137: .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, bgneal@137: .panel > .table-bordered > tfoot > tr > td:first-child, bgneal@137: .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { bgneal@137: border-left: 0; bgneal@137: } bgneal@137: .panel > .table-bordered > thead > tr > th:last-child, bgneal@137: .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, bgneal@137: .panel > .table-bordered > tbody > tr > th:last-child, bgneal@137: .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, bgneal@137: .panel > .table-bordered > tfoot > tr > th:last-child, bgneal@137: .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, bgneal@137: .panel > .table-bordered > thead > tr > td:last-child, bgneal@137: .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, bgneal@137: .panel > .table-bordered > tbody > tr > td:last-child, bgneal@137: .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, bgneal@137: .panel > .table-bordered > tfoot > tr > td:last-child, bgneal@137: .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { bgneal@137: border-right: 0; bgneal@137: } bgneal@137: .panel > .table-bordered > thead > tr:first-child > td, bgneal@137: .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, bgneal@137: .panel > .table-bordered > tbody > tr:first-child > td, bgneal@137: .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, bgneal@137: .panel > .table-bordered > thead > tr:first-child > th, bgneal@137: .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, bgneal@137: .panel > .table-bordered > tbody > tr:first-child > th, bgneal@137: .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { bgneal@137: border-bottom: 0; bgneal@137: } bgneal@137: .panel > .table-bordered > tbody > tr:last-child > td, bgneal@137: .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, bgneal@137: .panel > .table-bordered > tfoot > tr:last-child > td, bgneal@137: .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, bgneal@137: .panel > .table-bordered > tbody > tr:last-child > th, bgneal@137: .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, bgneal@137: .panel > .table-bordered > tfoot > tr:last-child > th, bgneal@137: .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { bgneal@137: border-bottom: 0; bgneal@137: } bgneal@137: .panel > .table-responsive { bgneal@137: margin-bottom: 0; bgneal@137: border: 0; bgneal@137: } bgneal@137: .panel-group { bgneal@137: margin-bottom: 20px; bgneal@137: } bgneal@118: .panel-group .panel { bgneal@118: margin-bottom: 0; bgneal@118: overflow: hidden; bgneal@118: border-radius: 4px; bgneal@118: } bgneal@118: .panel-group .panel + .panel { bgneal@118: margin-top: 5px; bgneal@118: } bgneal@118: .panel-group .panel-heading { bgneal@118: border-bottom: 0; bgneal@118: } bgneal@118: .panel-group .panel-heading + .panel-collapse .panel-body { bgneal@137: border-top: 1px solid #ddd; bgneal@137: } bgneal@118: .panel-group .panel-footer { bgneal@118: border-top: 0; bgneal@118: } bgneal@118: .panel-group .panel-footer + .panel-collapse .panel-body { bgneal@137: border-bottom: 1px solid #ddd; bgneal@137: } bgneal@118: .panel-default { bgneal@137: border-color: #ddd; bgneal@137: } bgneal@118: .panel-default > .panel-heading { bgneal@137: color: #333; bgneal@118: background-color: #f5f5f5; bgneal@137: border-color: #ddd; bgneal@137: } bgneal@118: .panel-default > .panel-heading + .panel-collapse .panel-body { bgneal@137: border-top-color: #ddd; bgneal@137: } bgneal@118: .panel-default > .panel-footer + .panel-collapse .panel-body { bgneal@137: border-bottom-color: #ddd; bgneal@137: } bgneal@118: .panel-primary { bgneal@118: border-color: #428bca; bgneal@118: } bgneal@118: .panel-primary > .panel-heading { bgneal@137: color: #fff; bgneal@118: background-color: #428bca; bgneal@118: border-color: #428bca; bgneal@118: } bgneal@118: .panel-primary > .panel-heading + .panel-collapse .panel-body { bgneal@118: border-top-color: #428bca; bgneal@118: } bgneal@118: .panel-primary > .panel-footer + .panel-collapse .panel-body { bgneal@118: border-bottom-color: #428bca; bgneal@118: } bgneal@118: .panel-success { bgneal@118: border-color: #d6e9c6; bgneal@118: } bgneal@118: .panel-success > .panel-heading { bgneal@137: color: #3c763d; bgneal@118: background-color: #dff0d8; bgneal@118: border-color: #d6e9c6; bgneal@118: } bgneal@118: .panel-success > .panel-heading + .panel-collapse .panel-body { bgneal@118: border-top-color: #d6e9c6; bgneal@118: } bgneal@118: .panel-success > .panel-footer + .panel-collapse .panel-body { bgneal@118: border-bottom-color: #d6e9c6; bgneal@118: } bgneal@118: .panel-info { bgneal@118: border-color: #bce8f1; bgneal@118: } bgneal@118: .panel-info > .panel-heading { bgneal@137: color: #31708f; bgneal@118: background-color: #d9edf7; bgneal@118: border-color: #bce8f1; bgneal@118: } bgneal@118: .panel-info > .panel-heading + .panel-collapse .panel-body { bgneal@118: border-top-color: #bce8f1; bgneal@118: } bgneal@118: .panel-info > .panel-footer + .panel-collapse .panel-body { bgneal@118: border-bottom-color: #bce8f1; bgneal@118: } bgneal@137: .panel-warning { bgneal@137: border-color: #faebcc; bgneal@137: } bgneal@137: .panel-warning > .panel-heading { bgneal@137: color: #8a6d3b; bgneal@137: background-color: #fcf8e3; bgneal@137: border-color: #faebcc; bgneal@137: } bgneal@137: .panel-warning > .panel-heading + .panel-collapse .panel-body { bgneal@137: border-top-color: #faebcc; bgneal@137: } bgneal@137: .panel-warning > .panel-footer + .panel-collapse .panel-body { bgneal@137: border-bottom-color: #faebcc; bgneal@137: } bgneal@137: .panel-danger { bgneal@137: border-color: #ebccd1; bgneal@137: } bgneal@137: .panel-danger > .panel-heading { bgneal@137: color: #a94442; bgneal@137: background-color: #f2dede; bgneal@137: border-color: #ebccd1; bgneal@137: } bgneal@137: .panel-danger > .panel-heading + .panel-collapse .panel-body { bgneal@137: border-top-color: #ebccd1; bgneal@137: } bgneal@137: .panel-danger > .panel-footer + .panel-collapse .panel-body { bgneal@137: border-bottom-color: #ebccd1; bgneal@137: } bgneal@118: .well { bgneal@118: min-height: 20px; bgneal@118: padding: 19px; bgneal@118: margin-bottom: 20px; bgneal@118: background-color: #f5f5f5; bgneal@118: border: 1px solid #e3e3e3; bgneal@118: border-radius: 4px; bgneal@137: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); bgneal@137: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); bgneal@137: } bgneal@118: .well blockquote { bgneal@118: border-color: #ddd; bgneal@137: border-color: rgba(0, 0, 0, .15); bgneal@137: } bgneal@118: .well-lg { bgneal@118: padding: 24px; bgneal@118: border-radius: 6px; bgneal@118: } bgneal@118: .well-sm { bgneal@118: padding: 9px; bgneal@118: border-radius: 3px; bgneal@118: } bgneal@118: .close { bgneal@118: float: right; bgneal@118: font-size: 21px; bgneal@118: font-weight: bold; bgneal@118: line-height: 1; bgneal@137: color: #000; bgneal@137: text-shadow: 0 1px 0 #fff; bgneal@118: filter: alpha(opacity=20); bgneal@137: opacity: .2; bgneal@137: } bgneal@118: .close:hover, bgneal@118: .close:focus { bgneal@137: color: #000; bgneal@118: text-decoration: none; bgneal@118: cursor: pointer; bgneal@118: filter: alpha(opacity=50); bgneal@137: opacity: .5; bgneal@137: } bgneal@118: button.close { bgneal@137: -webkit-appearance: none; bgneal@118: padding: 0; bgneal@118: cursor: pointer; bgneal@118: background: transparent; bgneal@118: border: 0; bgneal@137: } bgneal@118: .modal-open { bgneal@118: overflow: hidden; bgneal@118: } bgneal@118: .modal { bgneal@118: position: fixed; bgneal@118: top: 0; bgneal@118: right: 0; bgneal@118: bottom: 0; bgneal@118: left: 0; bgneal@137: z-index: 1050; bgneal@118: display: none; bgneal@118: overflow: auto; bgneal@118: overflow-y: scroll; bgneal@137: -webkit-overflow-scrolling: touch; bgneal@137: outline: 0; bgneal@137: } bgneal@118: .modal.fade .modal-dialog { bgneal@137: -webkit-transition: -webkit-transform .3s ease-out; bgneal@137: -moz-transition: -moz-transform .3s ease-out; bgneal@137: -o-transition: -o-transform .3s ease-out; bgneal@137: transition: transform .3s ease-out; bgneal@118: -webkit-transform: translate(0, -25%); bgneal@118: -ms-transform: translate(0, -25%); bgneal@118: transform: translate(0, -25%); bgneal@137: } bgneal@118: .modal.in .modal-dialog { bgneal@118: -webkit-transform: translate(0, 0); bgneal@118: -ms-transform: translate(0, 0); bgneal@118: transform: translate(0, 0); bgneal@118: } bgneal@118: .modal-dialog { bgneal@137: position: relative; bgneal@118: width: auto; bgneal@137: margin: 10px; bgneal@137: } bgneal@118: .modal-content { bgneal@118: position: relative; bgneal@137: background-color: #fff; bgneal@137: background-clip: padding-box; bgneal@137: border: 1px solid #999; bgneal@137: border: 1px solid rgba(0, 0, 0, .2); bgneal@118: border-radius: 6px; bgneal@118: outline: none; bgneal@137: -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); bgneal@137: box-shadow: 0 3px 9px rgba(0, 0, 0, .5); bgneal@137: } bgneal@118: .modal-backdrop { bgneal@118: position: fixed; bgneal@118: top: 0; bgneal@118: right: 0; bgneal@118: bottom: 0; bgneal@118: left: 0; bgneal@137: z-index: 1040; bgneal@137: background-color: #000; bgneal@137: } bgneal@118: .modal-backdrop.fade { bgneal@137: filter: alpha(opacity=0); bgneal@118: opacity: 0; bgneal@137: } bgneal@118: .modal-backdrop.in { bgneal@118: filter: alpha(opacity=50); bgneal@137: opacity: .5; bgneal@137: } bgneal@118: .modal-header { bgneal@137: min-height: 16.42857143px; bgneal@118: padding: 15px; bgneal@118: border-bottom: 1px solid #e5e5e5; bgneal@118: } bgneal@118: .modal-header .close { bgneal@118: margin-top: -2px; bgneal@118: } bgneal@118: .modal-title { bgneal@118: margin: 0; bgneal@137: line-height: 1.42857143; bgneal@137: } bgneal@118: .modal-body { bgneal@118: position: relative; bgneal@118: padding: 20px; bgneal@118: } bgneal@118: .modal-footer { bgneal@118: padding: 19px 20px 20px; bgneal@118: margin-top: 15px; bgneal@118: text-align: right; bgneal@118: border-top: 1px solid #e5e5e5; bgneal@118: } bgneal@118: .modal-footer .btn + .btn { bgneal@118: margin-bottom: 0; bgneal@118: margin-left: 5px; bgneal@118: } bgneal@118: .modal-footer .btn-group .btn + .btn { bgneal@118: margin-left: -1px; bgneal@118: } bgneal@118: .modal-footer .btn-block + .btn-block { bgneal@118: margin-left: 0; bgneal@118: } bgneal@137: @media (min-width: 768px) { bgneal@118: .modal-dialog { bgneal@118: width: 600px; bgneal@137: margin: 30px auto; bgneal@118: } bgneal@118: .modal-content { bgneal@137: -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); bgneal@137: box-shadow: 0 5px 15px rgba(0, 0, 0, .5); bgneal@137: } bgneal@137: .modal-sm { bgneal@137: width: 300px; bgneal@137: } bgneal@137: } bgneal@137: @media (min-width: 992px) { bgneal@137: .modal-lg { bgneal@137: width: 900px; bgneal@137: } bgneal@137: } bgneal@118: .tooltip { bgneal@118: position: absolute; bgneal@118: z-index: 1030; bgneal@118: display: block; bgneal@118: font-size: 12px; bgneal@118: line-height: 1.4; bgneal@137: visibility: visible; bgneal@137: filter: alpha(opacity=0); bgneal@118: opacity: 0; bgneal@137: } bgneal@118: .tooltip.in { bgneal@118: filter: alpha(opacity=90); bgneal@137: opacity: .9; bgneal@137: } bgneal@118: .tooltip.top { bgneal@118: padding: 5px 0; bgneal@118: margin-top: -3px; bgneal@118: } bgneal@118: .tooltip.right { bgneal@118: padding: 0 5px; bgneal@118: margin-left: 3px; bgneal@118: } bgneal@118: .tooltip.bottom { bgneal@118: padding: 5px 0; bgneal@118: margin-top: 3px; bgneal@118: } bgneal@118: .tooltip.left { bgneal@118: padding: 0 5px; bgneal@118: margin-left: -3px; bgneal@118: } bgneal@118: .tooltip-inner { bgneal@118: max-width: 200px; bgneal@118: padding: 3px 8px; bgneal@137: color: #fff; bgneal@118: text-align: center; bgneal@118: text-decoration: none; bgneal@137: background-color: #000; bgneal@118: border-radius: 4px; bgneal@118: } bgneal@118: .tooltip-arrow { bgneal@118: position: absolute; bgneal@118: width: 0; bgneal@118: height: 0; bgneal@118: border-color: transparent; bgneal@118: border-style: solid; bgneal@118: } bgneal@118: .tooltip.top .tooltip-arrow { bgneal@118: bottom: 0; bgneal@118: left: 50%; bgneal@118: margin-left: -5px; bgneal@118: border-width: 5px 5px 0; bgneal@137: border-top-color: #000; bgneal@137: } bgneal@118: .tooltip.top-left .tooltip-arrow { bgneal@118: bottom: 0; bgneal@118: left: 5px; bgneal@118: border-width: 5px 5px 0; bgneal@137: border-top-color: #000; bgneal@137: } bgneal@118: .tooltip.top-right .tooltip-arrow { bgneal@118: right: 5px; bgneal@118: bottom: 0; bgneal@118: border-width: 5px 5px 0; bgneal@137: border-top-color: #000; bgneal@137: } bgneal@118: .tooltip.right .tooltip-arrow { bgneal@118: top: 50%; bgneal@118: left: 0; bgneal@118: margin-top: -5px; bgneal@118: border-width: 5px 5px 5px 0; bgneal@137: border-right-color: #000; bgneal@137: } bgneal@118: .tooltip.left .tooltip-arrow { bgneal@118: top: 50%; bgneal@118: right: 0; bgneal@118: margin-top: -5px; bgneal@118: border-width: 5px 0 5px 5px; bgneal@137: border-left-color: #000; bgneal@137: } bgneal@118: .tooltip.bottom .tooltip-arrow { bgneal@118: top: 0; bgneal@118: left: 50%; bgneal@118: margin-left: -5px; bgneal@118: border-width: 0 5px 5px; bgneal@137: border-bottom-color: #000; bgneal@137: } bgneal@118: .tooltip.bottom-left .tooltip-arrow { bgneal@118: top: 0; bgneal@118: left: 5px; bgneal@118: border-width: 0 5px 5px; bgneal@137: border-bottom-color: #000; bgneal@137: } bgneal@118: .tooltip.bottom-right .tooltip-arrow { bgneal@118: top: 0; bgneal@118: right: 5px; bgneal@118: border-width: 0 5px 5px; bgneal@137: border-bottom-color: #000; bgneal@137: } bgneal@118: .popover { bgneal@118: position: absolute; bgneal@118: top: 0; bgneal@118: left: 0; bgneal@118: z-index: 1010; bgneal@118: display: none; bgneal@118: max-width: 276px; bgneal@118: padding: 1px; bgneal@118: text-align: left; bgneal@118: white-space: normal; bgneal@137: background-color: #fff; bgneal@137: background-clip: padding-box; bgneal@137: border: 1px solid #ccc; bgneal@137: border: 1px solid rgba(0, 0, 0, .2); bgneal@118: border-radius: 6px; bgneal@137: -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); bgneal@137: box-shadow: 0 5px 10px rgba(0, 0, 0, .2); bgneal@137: } bgneal@118: .popover.top { bgneal@118: margin-top: -10px; bgneal@118: } bgneal@118: .popover.right { bgneal@118: margin-left: 10px; bgneal@118: } bgneal@118: .popover.bottom { bgneal@118: margin-top: 10px; bgneal@118: } bgneal@118: .popover.left { bgneal@118: margin-left: -10px; bgneal@118: } bgneal@118: .popover-title { bgneal@118: padding: 8px 14px; bgneal@118: margin: 0; bgneal@118: font-size: 14px; bgneal@118: font-weight: normal; bgneal@118: line-height: 18px; bgneal@118: background-color: #f7f7f7; bgneal@118: border-bottom: 1px solid #ebebeb; bgneal@118: border-radius: 5px 5px 0 0; bgneal@118: } bgneal@118: .popover-content { bgneal@118: padding: 9px 14px; bgneal@118: } bgneal@137: .popover > .arrow, bgneal@137: .popover > .arrow:after { bgneal@118: position: absolute; bgneal@118: display: block; bgneal@118: width: 0; bgneal@118: height: 0; bgneal@118: border-color: transparent; bgneal@118: border-style: solid; bgneal@118: } bgneal@137: .popover > .arrow { bgneal@118: border-width: 11px; bgneal@118: } bgneal@137: .popover > .arrow:after { bgneal@137: content: ""; bgneal@118: border-width: 10px; bgneal@137: } bgneal@137: .popover.top > .arrow { bgneal@118: bottom: -11px; bgneal@118: left: 50%; bgneal@118: margin-left: -11px; bgneal@137: border-top-color: #999; bgneal@137: border-top-color: rgba(0, 0, 0, .25); bgneal@118: border-bottom-width: 0; bgneal@118: } bgneal@137: .popover.top > .arrow:after { bgneal@118: bottom: 1px; bgneal@118: margin-left: -10px; bgneal@137: content: " "; bgneal@137: border-top-color: #fff; bgneal@118: border-bottom-width: 0; bgneal@137: } bgneal@137: .popover.right > .arrow { bgneal@118: top: 50%; bgneal@118: left: -11px; bgneal@118: margin-top: -11px; bgneal@137: border-right-color: #999; bgneal@137: border-right-color: rgba(0, 0, 0, .25); bgneal@118: border-left-width: 0; bgneal@118: } bgneal@137: .popover.right > .arrow:after { bgneal@118: bottom: -10px; bgneal@118: left: 1px; bgneal@137: content: " "; bgneal@137: border-right-color: #fff; bgneal@118: border-left-width: 0; bgneal@137: } bgneal@137: .popover.bottom > .arrow { bgneal@118: top: -11px; bgneal@118: left: 50%; bgneal@118: margin-left: -11px; bgneal@118: border-top-width: 0; bgneal@137: border-bottom-color: #999; bgneal@137: border-bottom-color: rgba(0, 0, 0, .25); bgneal@137: } bgneal@137: .popover.bottom > .arrow:after { bgneal@118: top: 1px; bgneal@118: margin-left: -10px; bgneal@137: content: " "; bgneal@118: border-top-width: 0; bgneal@137: border-bottom-color: #fff; bgneal@137: } bgneal@137: .popover.left > .arrow { bgneal@118: top: 50%; bgneal@118: right: -11px; bgneal@118: margin-top: -11px; bgneal@118: border-right-width: 0; bgneal@137: border-left-color: #999; bgneal@137: border-left-color: rgba(0, 0, 0, .25); bgneal@137: } bgneal@137: .popover.left > .arrow:after { bgneal@118: right: 1px; bgneal@118: bottom: -10px; bgneal@137: content: " "; bgneal@118: border-right-width: 0; bgneal@137: border-left-color: #fff; bgneal@137: } bgneal@118: .carousel { bgneal@118: position: relative; bgneal@118: } bgneal@118: .carousel-inner { bgneal@118: position: relative; bgneal@118: width: 100%; bgneal@118: overflow: hidden; bgneal@118: } bgneal@118: .carousel-inner > .item { bgneal@118: position: relative; bgneal@118: display: none; bgneal@137: -webkit-transition: .6s ease-in-out left; bgneal@137: transition: .6s ease-in-out left; bgneal@137: } bgneal@118: .carousel-inner > .item > img, bgneal@118: .carousel-inner > .item > a > img { bgneal@118: line-height: 1; bgneal@118: } bgneal@118: .carousel-inner > .active, bgneal@118: .carousel-inner > .next, bgneal@118: .carousel-inner > .prev { bgneal@118: display: block; bgneal@118: } bgneal@118: .carousel-inner > .active { bgneal@118: left: 0; bgneal@118: } bgneal@118: .carousel-inner > .next, bgneal@118: .carousel-inner > .prev { bgneal@118: position: absolute; bgneal@118: top: 0; bgneal@118: width: 100%; bgneal@118: } bgneal@118: .carousel-inner > .next { bgneal@118: left: 100%; bgneal@118: } bgneal@118: .carousel-inner > .prev { bgneal@118: left: -100%; bgneal@118: } bgneal@118: .carousel-inner > .next.left, bgneal@118: .carousel-inner > .prev.right { bgneal@118: left: 0; bgneal@118: } bgneal@118: .carousel-inner > .active.left { bgneal@118: left: -100%; bgneal@118: } bgneal@118: .carousel-inner > .active.right { bgneal@118: left: 100%; bgneal@118: } bgneal@118: .carousel-control { bgneal@118: position: absolute; bgneal@118: top: 0; bgneal@118: bottom: 0; bgneal@118: left: 0; bgneal@118: width: 15%; bgneal@118: font-size: 20px; bgneal@137: color: #fff; bgneal@118: text-align: center; bgneal@137: text-shadow: 0 1px 2px rgba(0, 0, 0, .6); bgneal@118: filter: alpha(opacity=50); bgneal@137: opacity: .5; bgneal@137: } bgneal@118: .carousel-control.left { bgneal@137: background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%)); bgneal@137: background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); bgneal@137: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); bgneal@118: background-repeat: repeat-x; bgneal@137: } bgneal@118: .carousel-control.right { bgneal@118: right: 0; bgneal@118: left: auto; bgneal@137: background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%)); bgneal@137: background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); bgneal@137: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); bgneal@118: background-repeat: repeat-x; bgneal@137: } bgneal@118: .carousel-control:hover, bgneal@118: .carousel-control:focus { bgneal@137: color: #fff; bgneal@118: text-decoration: none; bgneal@118: filter: alpha(opacity=90); bgneal@137: outline: none; bgneal@137: opacity: .9; bgneal@137: } bgneal@118: .carousel-control .icon-prev, bgneal@118: .carousel-control .icon-next, bgneal@118: .carousel-control .glyphicon-chevron-left, bgneal@118: .carousel-control .glyphicon-chevron-right { bgneal@118: position: absolute; bgneal@118: top: 50%; bgneal@118: z-index: 5; bgneal@118: display: inline-block; bgneal@118: } bgneal@137: .carousel-control .icon-prev, bgneal@137: .carousel-control .glyphicon-chevron-left { bgneal@137: left: 50%; bgneal@137: } bgneal@137: .carousel-control .icon-next, bgneal@137: .carousel-control .glyphicon-chevron-right { bgneal@137: right: 50%; bgneal@137: } bgneal@118: .carousel-control .icon-prev, bgneal@118: .carousel-control .icon-next { bgneal@118: width: 20px; bgneal@118: height: 20px; bgneal@118: margin-top: -10px; bgneal@118: margin-left: -10px; bgneal@118: font-family: serif; bgneal@118: } bgneal@118: .carousel-control .icon-prev:before { bgneal@118: content: '\2039'; bgneal@118: } bgneal@118: .carousel-control .icon-next:before { bgneal@118: content: '\203a'; bgneal@118: } bgneal@118: .carousel-indicators { bgneal@118: position: absolute; bgneal@118: bottom: 10px; bgneal@118: left: 50%; bgneal@118: z-index: 15; bgneal@118: width: 60%; bgneal@118: padding-left: 0; bgneal@118: margin-left: -30%; bgneal@118: text-align: center; bgneal@118: list-style: none; bgneal@118: } bgneal@118: .carousel-indicators li { bgneal@118: display: inline-block; bgneal@118: width: 10px; bgneal@118: height: 10px; bgneal@118: margin: 1px; bgneal@118: text-indent: -999px; bgneal@118: cursor: pointer; bgneal@137: background-color: #000 \9; bgneal@137: background-color: rgba(0, 0, 0, 0); bgneal@137: border: 1px solid #fff; bgneal@118: border-radius: 10px; bgneal@118: } bgneal@118: .carousel-indicators .active { bgneal@118: width: 12px; bgneal@118: height: 12px; bgneal@118: margin: 0; bgneal@137: background-color: #fff; bgneal@137: } bgneal@118: .carousel-caption { bgneal@118: position: absolute; bgneal@118: right: 15%; bgneal@118: bottom: 20px; bgneal@118: left: 15%; bgneal@118: z-index: 10; bgneal@118: padding-top: 20px; bgneal@118: padding-bottom: 20px; bgneal@137: color: #fff; bgneal@118: text-align: center; bgneal@137: text-shadow: 0 1px 2px rgba(0, 0, 0, .6); bgneal@137: } bgneal@118: .carousel-caption .btn { bgneal@118: text-shadow: none; bgneal@118: } bgneal@118: @media screen and (min-width: 768px) { bgneal@137: .carousel-control .glyphicon-chevron-left, bgneal@137: .carousel-control .glyphicon-chevron-right, bgneal@118: .carousel-control .icon-prev, bgneal@118: .carousel-control .icon-next { bgneal@118: width: 30px; bgneal@118: height: 30px; bgneal@118: margin-top: -15px; bgneal@118: margin-left: -15px; bgneal@118: font-size: 30px; bgneal@118: } bgneal@118: .carousel-caption { bgneal@118: right: 20%; bgneal@118: left: 20%; bgneal@118: padding-bottom: 30px; bgneal@118: } bgneal@118: .carousel-indicators { bgneal@118: bottom: 20px; bgneal@118: } bgneal@118: } bgneal@118: .clearfix:before, bgneal@137: .clearfix:after, bgneal@137: .container:before, bgneal@137: .container:after, bgneal@137: .container-fluid:before, bgneal@137: .container-fluid:after, bgneal@137: .row:before, bgneal@137: .row:after, bgneal@137: .form-horizontal .form-group:before, bgneal@137: .form-horizontal .form-group:after, bgneal@137: .btn-toolbar:before, bgneal@137: .btn-toolbar:after, bgneal@137: .btn-group-vertical > .btn-group:before, bgneal@137: .btn-group-vertical > .btn-group:after, bgneal@137: .nav:before, bgneal@137: .nav:after, bgneal@137: .navbar:before, bgneal@137: .navbar:after, bgneal@137: .navbar-header:before, bgneal@137: .navbar-header:after, bgneal@137: .navbar-collapse:before, bgneal@137: .navbar-collapse:after, bgneal@137: .pager:before, bgneal@137: .pager:after, bgneal@137: .panel-body:before, bgneal@137: .panel-body:after, bgneal@137: .modal-footer:before, bgneal@137: .modal-footer:after { bgneal@118: display: table; bgneal@118: content: " "; bgneal@118: } bgneal@137: .clearfix:after, bgneal@137: .container:after, bgneal@137: .container-fluid:after, bgneal@137: .row:after, bgneal@137: .form-horizontal .form-group:after, bgneal@137: .btn-toolbar:after, bgneal@137: .btn-group-vertical > .btn-group:after, bgneal@137: .nav:after, bgneal@137: .navbar:after, bgneal@137: .navbar-header:after, bgneal@137: .navbar-collapse:after, bgneal@137: .pager:after, bgneal@137: .panel-body:after, bgneal@137: .modal-footer:after { bgneal@118: clear: both; bgneal@118: } bgneal@137: .center-block { bgneal@137: display: block; bgneal@137: margin-right: auto; bgneal@137: margin-left: auto; bgneal@137: } bgneal@118: .pull-right { bgneal@118: float: right !important; bgneal@118: } bgneal@118: .pull-left { bgneal@118: float: left !important; bgneal@118: } bgneal@118: .hide { bgneal@118: display: none !important; bgneal@118: } bgneal@118: .show { bgneal@118: display: block !important; bgneal@118: } bgneal@118: .invisible { bgneal@118: visibility: hidden; bgneal@118: } bgneal@118: .text-hide { bgneal@118: font: 0/0 a; bgneal@118: color: transparent; bgneal@118: text-shadow: none; bgneal@118: background-color: transparent; bgneal@118: border: 0; bgneal@118: } bgneal@118: .hidden { bgneal@118: display: none !important; bgneal@118: visibility: hidden !important; bgneal@118: } bgneal@137: .affix { bgneal@137: position: fixed; bgneal@137: } bgneal@137: @-ms-viewport { bgneal@137: width: device-width; bgneal@137: } bgneal@137: .visible-xs, bgneal@137: .visible-sm, bgneal@137: .visible-md, bgneal@137: .visible-lg { bgneal@118: display: none !important; bgneal@118: } bgneal@118: @media (max-width: 767px) { bgneal@118: .visible-xs { bgneal@118: display: block !important; bgneal@118: } bgneal@137: table.visible-xs { bgneal@137: display: table; bgneal@137: } bgneal@118: tr.visible-xs { bgneal@118: display: table-row !important; bgneal@118: } bgneal@118: th.visible-xs, bgneal@118: td.visible-xs { bgneal@118: display: table-cell !important; bgneal@118: } bgneal@118: } bgneal@118: @media (min-width: 768px) and (max-width: 991px) { bgneal@118: .visible-sm { bgneal@118: display: block !important; bgneal@118: } bgneal@137: table.visible-sm { bgneal@137: display: table; bgneal@137: } bgneal@118: tr.visible-sm { bgneal@118: display: table-row !important; bgneal@118: } bgneal@118: th.visible-sm, bgneal@118: td.visible-sm { bgneal@118: display: table-cell !important; bgneal@118: } bgneal@118: } bgneal@118: @media (min-width: 992px) and (max-width: 1199px) { bgneal@118: .visible-md { bgneal@118: display: block !important; bgneal@118: } bgneal@137: table.visible-md { bgneal@137: display: table; bgneal@137: } bgneal@118: tr.visible-md { bgneal@118: display: table-row !important; bgneal@118: } bgneal@118: th.visible-md, bgneal@118: td.visible-md { bgneal@118: display: table-cell !important; bgneal@118: } bgneal@118: } bgneal@118: @media (min-width: 1200px) { bgneal@118: .visible-lg { bgneal@118: display: block !important; bgneal@118: } bgneal@137: table.visible-lg { bgneal@137: display: table; bgneal@137: } bgneal@118: tr.visible-lg { bgneal@118: display: table-row !important; bgneal@118: } bgneal@118: th.visible-lg, bgneal@118: td.visible-lg { bgneal@118: display: table-cell !important; bgneal@118: } bgneal@118: } bgneal@118: @media (max-width: 767px) { bgneal@118: .hidden-xs { bgneal@118: display: none !important; bgneal@118: } bgneal@137: } bgneal@118: @media (min-width: 768px) and (max-width: 991px) { bgneal@118: .hidden-sm { bgneal@118: display: none !important; bgneal@118: } bgneal@137: } bgneal@118: @media (min-width: 992px) and (max-width: 1199px) { bgneal@118: .hidden-md { bgneal@118: display: none !important; bgneal@118: } bgneal@137: } bgneal@118: @media (min-width: 1200px) { bgneal@118: .hidden-lg { bgneal@118: display: none !important; bgneal@118: } bgneal@137: } bgneal@118: .visible-print { bgneal@118: display: none !important; bgneal@118: } bgneal@118: @media print { bgneal@118: .visible-print { bgneal@118: display: block !important; bgneal@118: } bgneal@137: table.visible-print { bgneal@137: display: table; bgneal@137: } bgneal@118: tr.visible-print { bgneal@118: display: table-row !important; bgneal@118: } bgneal@118: th.visible-print, bgneal@118: td.visible-print { bgneal@118: display: table-cell !important; bgneal@118: } bgneal@137: } bgneal@137: @media print { bgneal@118: .hidden-print { bgneal@118: display: none !important; bgneal@118: } bgneal@137: } bgneal@137: /*# sourceMappingURL=bootstrap.css.map */