Last active
August 29, 2015 14:20
-
-
Save lackneets/cd5af65fe91b9b62949a to your computer and use it in GitHub Desktop.
Bootstrap Wrapped Version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html.bs-wrap { | |
font-family: sans-serif; | |
-webkit-text-size-adjust: 100%; | |
-ms-text-size-adjust: 100%; | |
} | |
body.bs-wrap { | |
margin: 0; | |
} | |
.bs-wrap article, | |
.bs-wrap aside, | |
.bs-wrap details, | |
.bs-wrap figcaption, | |
.bs-wrap figure, | |
.bs-wrap footer, | |
.bs-wrap header, | |
.bs-wrap hgroup, | |
.bs-wrap main, | |
.bs-wrap menu, | |
.bs-wrap nav, | |
.bs-wrap section, | |
.bs-wrap summary { | |
display: block; | |
} | |
.bs-wrap audio, | |
.bs-wrap canvas, | |
.bs-wrap progress, | |
.bs-wrap video { | |
display: inline-block; | |
vertical-align: baseline; | |
} | |
.bs-wrap audio:not([controls]) { | |
display: none; | |
height: 0; | |
} | |
.bs-wrap [hidden], | |
.bs-wrap template { | |
display: none; | |
} | |
.bs-wrap a { | |
background-color: transparent; | |
} | |
.bs-wrap a:active, | |
.bs-wrap a:hover { | |
outline: 0; | |
} | |
.bs-wrap abbr[title] { | |
border-bottom: 1px dotted; | |
} | |
.bs-wrap b, | |
.bs-wrap strong { | |
font-weight: 700; | |
} | |
.bs-wrap dfn { | |
font-style: italic; | |
} | |
.bs-wrap h1 { | |
margin: .67em 0; | |
font-size: 2em; | |
} | |
.bs-wrap mark { | |
color: #000; | |
background: #ffff00; | |
} | |
.bs-wrap small { | |
font-size: 80%; | |
} | |
.bs-wrap sub, | |
.bs-wrap sup { | |
position: relative; | |
font-size: 75%; | |
line-height: 0; | |
vertical-align: baseline; | |
} | |
.bs-wrap sup { | |
top: -0.5em; | |
} | |
.bs-wrap sub { | |
bottom: -0.25em; | |
} | |
.bs-wrap img { | |
border: 0; | |
} | |
.bs-wrap svg:not(:root) { | |
overflow: hidden; | |
} | |
.bs-wrap figure { | |
margin: 1em 40px; | |
} | |
.bs-wrap hr { | |
height: 0; | |
-webkit-box-sizing: content-box; | |
-moz-box-sizing: content-box; | |
box-sizing: content-box; | |
} | |
.bs-wrap pre { | |
overflow: auto; | |
} | |
.bs-wrap code, | |
.bs-wrap kbd, | |
.bs-wrap pre, | |
.bs-wrap samp { | |
font-family: monospace,monospace; | |
font-size: 1em; | |
} | |
.bs-wrap button, | |
.bs-wrap input, | |
.bs-wrap optgroup, | |
.bs-wrap select, | |
.bs-wrap textarea { | |
margin: 0; | |
font: inherit; | |
color: inherit; | |
} | |
.bs-wrap button { | |
overflow: visible; | |
} | |
.bs-wrap button, | |
.bs-wrap select { | |
text-transform: none; | |
} | |
.bs-wrap button, | |
.bs-wrap html input[type=button], | |
.bs-wrap input[type=reset], | |
.bs-wrap input[type=submit] { | |
-webkit-appearance: button; | |
cursor: pointer; | |
} | |
.bs-wrap button[disabled], | |
.bs-wrap html input[disabled] { | |
cursor: default; | |
} | |
.bs-wrap button::-moz-focus-inner, | |
.bs-wrap input::-moz-focus-inner { | |
padding: 0; | |
border: 0; | |
} | |
.bs-wrap input { | |
line-height: normal; | |
} | |
.bs-wrap input[type=checkbox], | |
.bs-wrap input[type=radio] { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
padding: 0; | |
} | |
.bs-wrap input[type=number]::-webkit-inner-spin-button, | |
.bs-wrap input[type=number]::-webkit-outer-spin-button { | |
height: auto; | |
} | |
.bs-wrap input[type=search] { | |
-webkit-box-sizing: content-box; | |
-moz-box-sizing: content-box; | |
box-sizing: content-box; | |
-webkit-appearance: textfield; | |
} | |
.bs-wrap input[type=search]::-webkit-search-cancel-button, | |
.bs-wrap input[type=search]::-webkit-search-decoration { | |
-webkit-appearance: none; | |
} | |
.bs-wrap fieldset { | |
padding: .35em .625em .75em; | |
margin: 0 2px; | |
border: 1px solid #c0c0c0; | |
} | |
.bs-wrap legend { | |
padding: 0; | |
border: 0; | |
} | |
.bs-wrap textarea { | |
overflow: auto; | |
} | |
.bs-wrap optgroup { | |
font-weight: 700; | |
} | |
.bs-wrap table { | |
border-spacing: 0; | |
border-collapse: collapse; | |
} | |
.bs-wrap td, | |
.bs-wrap th { | |
padding: 0; | |
} | |
@media print { | |
.bs-wrap *, | |
.bs-wrap :after, | |
.bs-wrap :before { | |
color: #000!important; | |
text-shadow: none!important; | |
background: 0 0!important; | |
-webkit-box-shadow: none!important; | |
box-shadow: none !important; | |
} | |
.bs-wrap a, | |
.bs-wrap a:visited { | |
text-decoration: underline; | |
} | |
.bs-wrap a[href]:after { | |
content: " (" attr(href) ")"; | |
} | |
.bs-wrap abbr[title]:after { | |
content: " (" attr(title) ")"; | |
} | |
.bs-wrap a[href^="javascript:"]:after, | |
.bs-wrap a[href^="#"]:after { | |
content: ""; | |
} | |
.bs-wrap blockquote, | |
.bs-wrap pre { | |
border: 1px solid #999; | |
page-break-inside: avoid; | |
} | |
.bs-wrap thead { | |
display: table-header-group; | |
} | |
.bs-wrap img, | |
.bs-wrap tr { | |
page-break-inside: avoid; | |
} | |
.bs-wrap img { | |
max-width: 100% !important; | |
} | |
.bs-wrap h2, | |
.bs-wrap h3, | |
.bs-wrap p { | |
orphans: 3; | |
widows: 3; | |
} | |
.bs-wrap h2, | |
.bs-wrap h3 { | |
page-break-after: avoid; | |
} | |
.bs-wrap select { | |
background: #ffffff !important; | |
} | |
.bs-wrap .navbar { | |
display: none; | |
} | |
.bs-wrap .btn > .caret, | |
.bs-wrap .dropup > .btn > .caret { | |
border-top-color: #000000 !important; | |
} | |
.bs-wrap .label { | |
border: 1px solid #000000; | |
} | |
.bs-wrap .table { | |
border-collapse: collapse !important; | |
} | |
.bs-wrap .table td, | |
.bs-wrap .table th { | |
background-color: #ffffff !important; | |
} | |
.bs-wrap .table-bordered td, | |
.bs-wrap .table-bordered th { | |
border: 1px solid #dddddd !important; | |
} | |
} | |
@font-face { | |
font-family: 'Glyphicons Halflings'; | |
src: url(../fonts/glyphicons-halflings-regular.eot); | |
src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), 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'); | |
} | |
.bs-wrap .glyphicon { | |
position: relative; | |
top: 1px; | |
display: inline-block; | |
font-family: 'Glyphicons Halflings'; | |
font-style: normal; | |
font-weight: 400; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
} | |
.bs-wrap .glyphicon-asterisk:before { | |
content: "\2a"; | |
} | |
.bs-wrap .glyphicon-plus:before { | |
content: "\2b"; | |
} | |
.bs-wrap .glyphicon-eur:before, | |
.bs-wrap .glyphicon-euro:before { | |
content: "\20ac"; | |
} | |
.bs-wrap .glyphicon-minus:before { | |
content: "\2212"; | |
} | |
.bs-wrap .glyphicon-cloud:before { | |
content: "\2601"; | |
} | |
.bs-wrap .glyphicon-envelope:before { | |
content: "\2709"; | |
} | |
.bs-wrap .glyphicon-pencil:before { | |
content: "\270f"; | |
} | |
.bs-wrap .glyphicon-glass:before { | |
content: "\e001"; | |
} | |
.bs-wrap .glyphicon-music:before { | |
content: "\e002"; | |
} | |
.bs-wrap .glyphicon-search:before { | |
content: "\e003"; | |
} | |
.bs-wrap .glyphicon-heart:before { | |
content: "\e005"; | |
} | |
.bs-wrap .glyphicon-star:before { | |
content: "\e006"; | |
} | |
.bs-wrap .glyphicon-star-empty:before { | |
content: "\e007"; | |
} | |
.bs-wrap .glyphicon-user:before { | |
content: "\e008"; | |
} | |
.bs-wrap .glyphicon-film:before { | |
content: "\e009"; | |
} | |
.bs-wrap .glyphicon-th-large:before { | |
content: "\e010"; | |
} | |
.bs-wrap .glyphicon-th:before { | |
content: "\e011"; | |
} | |
.bs-wrap .glyphicon-th-list:before { | |
content: "\e012"; | |
} | |
.bs-wrap .glyphicon-ok:before { | |
content: "\e013"; | |
} | |
.bs-wrap .glyphicon-remove:before { | |
content: "\e014"; | |
} | |
.bs-wrap .glyphicon-zoom-in:before { | |
content: "\e015"; | |
} | |
.bs-wrap .glyphicon-zoom-out:before { | |
content: "\e016"; | |
} | |
.bs-wrap .glyphicon-off:before { | |
content: "\e017"; | |
} | |
.bs-wrap .glyphicon-signal:before { | |
content: "\e018"; | |
} | |
.bs-wrap .glyphicon-cog:before { | |
content: "\e019"; | |
} | |
.bs-wrap .glyphicon-trash:before { | |
content: "\e020"; | |
} | |
.bs-wrap .glyphicon-home:before { | |
content: "\e021"; | |
} | |
.bs-wrap .glyphicon-file:before { | |
content: "\e022"; | |
} | |
.bs-wrap .glyphicon-time:before { | |
content: "\e023"; | |
} | |
.bs-wrap .glyphicon-road:before { | |
content: "\e024"; | |
} | |
.bs-wrap .glyphicon-download-alt:before { | |
content: "\e025"; | |
} | |
.bs-wrap .glyphicon-download:before { | |
content: "\e026"; | |
} | |
.bs-wrap .glyphicon-upload:before { | |
content: "\e027"; | |
} | |
.bs-wrap .glyphicon-inbox:before { | |
content: "\e028"; | |
} | |
.bs-wrap .glyphicon-play-circle:before { | |
content: "\e029"; | |
} | |
.bs-wrap .glyphicon-repeat:before { | |
content: "\e030"; | |
} | |
.bs-wrap .glyphicon-refresh:before { | |
content: "\e031"; | |
} | |
.bs-wrap .glyphicon-list-alt:before { | |
content: "\e032"; | |
} | |
.bs-wrap .glyphicon-lock:before { | |
content: "\e033"; | |
} | |
.bs-wrap .glyphicon-flag:before { | |
content: "\e034"; | |
} | |
.bs-wrap .glyphicon-headphones:before { | |
content: "\e035"; | |
} | |
.bs-wrap .glyphicon-volume-off:before { | |
content: "\e036"; | |
} | |
.bs-wrap .glyphicon-volume-down:before { | |
content: "\e037"; | |
} | |
.bs-wrap .glyphicon-volume-up:before { | |
content: "\e038"; | |
} | |
.bs-wrap .glyphicon-qrcode:before { | |
content: "\e039"; | |
} | |
.bs-wrap .glyphicon-barcode:before { | |
content: "\e040"; | |
} | |
.bs-wrap .glyphicon-tag:before { | |
content: "\e041"; | |
} | |
.bs-wrap .glyphicon-tags:before { | |
content: "\e042"; | |
} | |
.bs-wrap .glyphicon-book:before { | |
content: "\e043"; | |
} | |
.bs-wrap .glyphicon-bookmark:before { | |
content: "\e044"; | |
} | |
.bs-wrap .glyphicon-print:before { | |
content: "\e045"; | |
} | |
.bs-wrap .glyphicon-camera:before { | |
content: "\e046"; | |
} | |
.bs-wrap .glyphicon-font:before { | |
content: "\e047"; | |
} | |
.bs-wrap .glyphicon-bold:before { | |
content: "\e048"; | |
} | |
.bs-wrap .glyphicon-italic:before { | |
content: "\e049"; | |
} | |
.bs-wrap .glyphicon-text-height:before { | |
content: "\e050"; | |
} | |
.bs-wrap .glyphicon-text-width:before { | |
content: "\e051"; | |
} | |
.bs-wrap .glyphicon-align-left:before { | |
content: "\e052"; | |
} | |
.bs-wrap .glyphicon-align-center:before { | |
content: "\e053"; | |
} | |
.bs-wrap .glyphicon-align-right:before { | |
content: "\e054"; | |
} | |
.bs-wrap .glyphicon-align-justify:before { | |
content: "\e055"; | |
} | |
.bs-wrap .glyphicon-list:before { | |
content: "\e056"; | |
} | |
.bs-wrap .glyphicon-indent-left:before { | |
content: "\e057"; | |
} | |
.bs-wrap .glyphicon-indent-right:before { | |
content: "\e058"; | |
} | |
.bs-wrap .glyphicon-facetime-video:before { | |
content: "\e059"; | |
} | |
.bs-wrap .glyphicon-picture:before { | |
content: "\e060"; | |
} | |
.bs-wrap .glyphicon-map-marker:before { | |
content: "\e062"; | |
} | |
.bs-wrap .glyphicon-adjust:before { | |
content: "\e063"; | |
} | |
.bs-wrap .glyphicon-tint:before { | |
content: "\e064"; | |
} | |
.bs-wrap .glyphicon-edit:before { | |
content: "\e065"; | |
} | |
.bs-wrap .glyphicon-share:before { | |
content: "\e066"; | |
} | |
.bs-wrap .glyphicon-check:before { | |
content: "\e067"; | |
} | |
.bs-wrap .glyphicon-move:before { | |
content: "\e068"; | |
} | |
.bs-wrap .glyphicon-step-backward:before { | |
content: "\e069"; | |
} | |
.bs-wrap .glyphicon-fast-backward:before { | |
content: "\e070"; | |
} | |
.bs-wrap .glyphicon-backward:before { | |
content: "\e071"; | |
} | |
.bs-wrap .glyphicon-play:before { | |
content: "\e072"; | |
} | |
.bs-wrap .glyphicon-pause:before { | |
content: "\e073"; | |
} | |
.bs-wrap .glyphicon-stop:before { | |
content: "\e074"; | |
} | |
.bs-wrap .glyphicon-forward:before { | |
content: "\e075"; | |
} | |
.bs-wrap .glyphicon-fast-forward:before { | |
content: "\e076"; | |
} | |
.bs-wrap .glyphicon-step-forward:before { | |
content: "\e077"; | |
} | |
.bs-wrap .glyphicon-eject:before { | |
content: "\e078"; | |
} | |
.bs-wrap .glyphicon-chevron-left:before { | |
content: "\e079"; | |
} | |
.bs-wrap .glyphicon-chevron-right:before { | |
content: "\e080"; | |
} | |
.bs-wrap .glyphicon-plus-sign:before { | |
content: "\e081"; | |
} | |
.bs-wrap .glyphicon-minus-sign:before { | |
content: "\e082"; | |
} | |
.bs-wrap .glyphicon-remove-sign:before { | |
content: "\e083"; | |
} | |
.bs-wrap .glyphicon-ok-sign:before { | |
content: "\e084"; | |
} | |
.bs-wrap .glyphicon-question-sign:before { | |
content: "\e085"; | |
} | |
.bs-wrap .glyphicon-info-sign:before { | |
content: "\e086"; | |
} | |
.bs-wrap .glyphicon-screenshot:before { | |
content: "\e087"; | |
} | |
.bs-wrap .glyphicon-remove-circle:before { | |
content: "\e088"; | |
} | |
.bs-wrap .glyphicon-ok-circle:before { | |
content: "\e089"; | |
} | |
.bs-wrap .glyphicon-ban-circle:before { | |
content: "\e090"; | |
} | |
.bs-wrap .glyphicon-arrow-left:before { | |
content: "\e091"; | |
} | |
.bs-wrap .glyphicon-arrow-right:before { | |
content: "\e092"; | |
} | |
.bs-wrap .glyphicon-arrow-up:before { | |
content: "\e093"; | |
} | |
.bs-wrap .glyphicon-arrow-down:before { | |
content: "\e094"; | |
} | |
.bs-wrap .glyphicon-share-alt:before { | |
content: "\e095"; | |
} | |
.bs-wrap .glyphicon-resize-full:before { | |
content: "\e096"; | |
} | |
.bs-wrap .glyphicon-resize-small:before { | |
content: "\e097"; | |
} | |
.bs-wrap .glyphicon-exclamation-sign:before { | |
content: "\e101"; | |
} | |
.bs-wrap .glyphicon-gift:before { | |
content: "\e102"; | |
} | |
.bs-wrap .glyphicon-leaf:before { | |
content: "\e103"; | |
} | |
.bs-wrap .glyphicon-fire:before { | |
content: "\e104"; | |
} | |
.bs-wrap .glyphicon-eye-open:before { | |
content: "\e105"; | |
} | |
.bs-wrap .glyphicon-eye-close:before { | |
content: "\e106"; | |
} | |
.bs-wrap .glyphicon-warning-sign:before { | |
content: "\e107"; | |
} | |
.bs-wrap .glyphicon-plane:before { | |
content: "\e108"; | |
} | |
.bs-wrap .glyphicon-calendar:before { | |
content: "\e109"; | |
} | |
.bs-wrap .glyphicon-random:before { | |
content: "\e110"; | |
} | |
.bs-wrap .glyphicon-comment:before { | |
content: "\e111"; | |
} | |
.bs-wrap .glyphicon-magnet:before { | |
content: "\e112"; | |
} | |
.bs-wrap .glyphicon-chevron-up:before { | |
content: "\e113"; | |
} | |
.bs-wrap .glyphicon-chevron-down:before { | |
content: "\e114"; | |
} | |
.bs-wrap .glyphicon-retweet:before { | |
content: "\e115"; | |
} | |
.bs-wrap .glyphicon-shopping-cart:before { | |
content: "\e116"; | |
} | |
.bs-wrap .glyphicon-folder-close:before { | |
content: "\e117"; | |
} | |
.bs-wrap .glyphicon-folder-open:before { | |
content: "\e118"; | |
} | |
.bs-wrap .glyphicon-resize-vertical:before { | |
content: "\e119"; | |
} | |
.bs-wrap .glyphicon-resize-horizontal:before { | |
content: "\e120"; | |
} | |
.bs-wrap .glyphicon-hdd:before { | |
content: "\e121"; | |
} | |
.bs-wrap .glyphicon-bullhorn:before { | |
content: "\e122"; | |
} | |
.bs-wrap .glyphicon-bell:before { | |
content: "\e123"; | |
} | |
.bs-wrap .glyphicon-certificate:before { | |
content: "\e124"; | |
} | |
.bs-wrap .glyphicon-thumbs-up:before { | |
content: "\e125"; | |
} | |
.bs-wrap .glyphicon-thumbs-down:before { | |
content: "\e126"; | |
} | |
.bs-wrap .glyphicon-hand-right:before { | |
content: "\e127"; | |
} | |
.bs-wrap .glyphicon-hand-left:before { | |
content: "\e128"; | |
} | |
.bs-wrap .glyphicon-hand-up:before { | |
content: "\e129"; | |
} | |
.bs-wrap .glyphicon-hand-down:before { | |
content: "\e130"; | |
} | |
.bs-wrap .glyphicon-circle-arrow-right:before { | |
content: "\e131"; | |
} | |
.bs-wrap .glyphicon-circle-arrow-left:before { | |
content: "\e132"; | |
} | |
.bs-wrap .glyphicon-circle-arrow-up:before { | |
content: "\e133"; | |
} | |
.bs-wrap .glyphicon-circle-arrow-down:before { | |
content: "\e134"; | |
} | |
.bs-wrap .glyphicon-globe:before { | |
content: "\e135"; | |
} | |
.bs-wrap .glyphicon-wrench:before { | |
content: "\e136"; | |
} | |
.bs-wrap .glyphicon-tasks:before { | |
content: "\e137"; | |
} | |
.bs-wrap .glyphicon-filter:before { | |
content: "\e138"; | |
} | |
.bs-wrap .glyphicon-briefcase:before { | |
content: "\e139"; | |
} | |
.bs-wrap .glyphicon-fullscreen:before { | |
content: "\e140"; | |
} | |
.bs-wrap .glyphicon-dashboard:before { | |
content: "\e141"; | |
} | |
.bs-wrap .glyphicon-paperclip:before { | |
content: "\e142"; | |
} | |
.bs-wrap .glyphicon-heart-empty:before { | |
content: "\e143"; | |
} | |
.bs-wrap .glyphicon-link:before { | |
content: "\e144"; | |
} | |
.bs-wrap .glyphicon-phone:before { | |
content: "\e145"; | |
} | |
.bs-wrap .glyphicon-pushpin:before { | |
content: "\e146"; | |
} | |
.bs-wrap .glyphicon-usd:before { | |
content: "\e148"; | |
} | |
.bs-wrap .glyphicon-gbp:before { | |
content: "\e149"; | |
} | |
.bs-wrap .glyphicon-sort:before { | |
content: "\e150"; | |
} | |
.bs-wrap .glyphicon-sort-by-alphabet:before { | |
content: "\e151"; | |
} | |
.bs-wrap .glyphicon-sort-by-alphabet-alt:before { | |
content: "\e152"; | |
} | |
.bs-wrap .glyphicon-sort-by-order:before { | |
content: "\e153"; | |
} | |
.bs-wrap .glyphicon-sort-by-order-alt:before { | |
content: "\e154"; | |
} | |
.bs-wrap .glyphicon-sort-by-attributes:before { | |
content: "\e155"; | |
} | |
.bs-wrap .glyphicon-sort-by-attributes-alt:before { | |
content: "\e156"; | |
} | |
.bs-wrap .glyphicon-unchecked:before { | |
content: "\e157"; | |
} | |
.bs-wrap .glyphicon-expand:before { | |
content: "\e158"; | |
} | |
.bs-wrap .glyphicon-collapse-down:before { | |
content: "\e159"; | |
} | |
.bs-wrap .glyphicon-collapse-up:before { | |
content: "\e160"; | |
} | |
.bs-wrap .glyphicon-log-in:before { | |
content: "\e161"; | |
} | |
.bs-wrap .glyphicon-flash:before { | |
content: "\e162"; | |
} | |
.bs-wrap .glyphicon-log-out:before { | |
content: "\e163"; | |
} | |
.bs-wrap .glyphicon-new-window:before { | |
content: "\e164"; | |
} | |
.bs-wrap .glyphicon-record:before { | |
content: "\e165"; | |
} | |
.bs-wrap .glyphicon-save:before { | |
content: "\e166"; | |
} | |
.bs-wrap .glyphicon-open:before { | |
content: "\e167"; | |
} | |
.bs-wrap .glyphicon-saved:before { | |
content: "\e168"; | |
} | |
.bs-wrap .glyphicon-import:before { | |
content: "\e169"; | |
} | |
.bs-wrap .glyphicon-export:before { | |
content: "\e170"; | |
} | |
.bs-wrap .glyphicon-send:before { | |
content: "\e171"; | |
} | |
.bs-wrap .glyphicon-floppy-disk:before { | |
content: "\e172"; | |
} | |
.bs-wrap .glyphicon-floppy-saved:before { | |
content: "\e173"; | |
} | |
.bs-wrap .glyphicon-floppy-remove:before { | |
content: "\e174"; | |
} | |
.bs-wrap .glyphicon-floppy-save:before { | |
content: "\e175"; | |
} | |
.bs-wrap .glyphicon-floppy-open:before { | |
content: "\e176"; | |
} | |
.bs-wrap .glyphicon-credit-card:before { | |
content: "\e177"; | |
} | |
.bs-wrap .glyphicon-transfer:before { | |
content: "\e178"; | |
} | |
.bs-wrap .glyphicon-cutlery:before { | |
content: "\e179"; | |
} | |
.bs-wrap .glyphicon-header:before { | |
content: "\e180"; | |
} | |
.bs-wrap .glyphicon-compressed:before { | |
content: "\e181"; | |
} | |
.bs-wrap .glyphicon-earphone:before { | |
content: "\e182"; | |
} | |
.bs-wrap .glyphicon-phone-alt:before { | |
content: "\e183"; | |
} | |
.bs-wrap .glyphicon-tower:before { | |
content: "\e184"; | |
} | |
.bs-wrap .glyphicon-stats:before { | |
content: "\e185"; | |
} | |
.bs-wrap .glyphicon-sd-video:before { | |
content: "\e186"; | |
} | |
.bs-wrap .glyphicon-hd-video:before { | |
content: "\e187"; | |
} | |
.bs-wrap .glyphicon-subtitles:before { | |
content: "\e188"; | |
} | |
.bs-wrap .glyphicon-sound-stereo:before { | |
content: "\e189"; | |
} | |
.bs-wrap .glyphicon-sound-dolby:before { | |
content: "\e190"; | |
} | |
.bs-wrap .glyphicon-sound-5-1:before { | |
content: "\e191"; | |
} | |
.bs-wrap .glyphicon-sound-6-1:before { | |
content: "\e192"; | |
} | |
.bs-wrap .glyphicon-sound-7-1:before { | |
content: "\e193"; | |
} | |
.bs-wrap .glyphicon-copyright-mark:before { | |
content: "\e194"; | |
} | |
.bs-wrap .glyphicon-registration-mark:before { | |
content: "\e195"; | |
} | |
.bs-wrap .glyphicon-cloud-download:before { | |
content: "\e197"; | |
} | |
.bs-wrap .glyphicon-cloud-upload:before { | |
content: "\e198"; | |
} | |
.bs-wrap .glyphicon-tree-conifer:before { | |
content: "\e199"; | |
} | |
.bs-wrap .glyphicon-tree-deciduous:before { | |
content: "\e200"; | |
} | |
.bs-wrap .glyphicon-cd:before { | |
content: "\e201"; | |
} | |
.bs-wrap .glyphicon-save-file:before { | |
content: "\e202"; | |
} | |
.bs-wrap .glyphicon-open-file:before { | |
content: "\e203"; | |
} | |
.bs-wrap .glyphicon-level-up:before { | |
content: "\e204"; | |
} | |
.bs-wrap .glyphicon-copy:before { | |
content: "\e205"; | |
} | |
.bs-wrap .glyphicon-paste:before { | |
content: "\e206"; | |
} | |
.bs-wrap .glyphicon-alert:before { | |
content: "\e209"; | |
} | |
.bs-wrap .glyphicon-equalizer:before { | |
content: "\e210"; | |
} | |
.bs-wrap .glyphicon-king:before { | |
content: "\e211"; | |
} | |
.bs-wrap .glyphicon-queen:before { | |
content: "\e212"; | |
} | |
.bs-wrap .glyphicon-pawn:before { | |
content: "\e213"; | |
} | |
.bs-wrap .glyphicon-bishop:before { | |
content: "\e214"; | |
} | |
.bs-wrap .glyphicon-knight:before { | |
content: "\e215"; | |
} | |
.bs-wrap .glyphicon-baby-formula:before { | |
content: "\e216"; | |
} | |
.bs-wrap .glyphicon-tent:before { | |
content: "\26fa"; | |
} | |
.bs-wrap .glyphicon-blackboard:before { | |
content: "\e218"; | |
} | |
.bs-wrap .glyphicon-bed:before { | |
content: "\e219"; | |
} | |
.bs-wrap .glyphicon-apple:before { | |
content: "\f8ff"; | |
} | |
.bs-wrap .glyphicon-erase:before { | |
content: "\e221"; | |
} | |
.bs-wrap .glyphicon-hourglass:before { | |
content: "\231b"; | |
} | |
.bs-wrap .glyphicon-lamp:before { | |
content: "\e223"; | |
} | |
.bs-wrap .glyphicon-duplicate:before { | |
content: "\e224"; | |
} | |
.bs-wrap .glyphicon-piggy-bank:before { | |
content: "\e225"; | |
} | |
.bs-wrap .glyphicon-scissors:before { | |
content: "\e226"; | |
} | |
.bs-wrap .glyphicon-bitcoin:before { | |
content: "\e227"; | |
} | |
.bs-wrap .glyphicon-yen:before { | |
content: "\00a5"; | |
} | |
.bs-wrap .glyphicon-ruble:before { | |
content: "\20bd"; | |
} | |
.bs-wrap .glyphicon-scale:before { | |
content: "\e230"; | |
} | |
.bs-wrap .glyphicon-ice-lolly:before { | |
content: "\e231"; | |
} | |
.bs-wrap .glyphicon-ice-lolly-tasted:before { | |
content: "\e232"; | |
} | |
.bs-wrap .glyphicon-education:before { | |
content: "\e233"; | |
} | |
.bs-wrap .glyphicon-option-horizontal:before { | |
content: "\e234"; | |
} | |
.bs-wrap .glyphicon-option-vertical:before { | |
content: "\e235"; | |
} | |
.bs-wrap .glyphicon-menu-hamburger:before { | |
content: "\e236"; | |
} | |
.bs-wrap .glyphicon-modal-window:before { | |
content: "\e237"; | |
} | |
.bs-wrap .glyphicon-oil:before { | |
content: "\e238"; | |
} | |
.bs-wrap .glyphicon-grain:before { | |
content: "\e239"; | |
} | |
.bs-wrap .glyphicon-sunglasses:before { | |
content: "\e240"; | |
} | |
.bs-wrap .glyphicon-text-size:before { | |
content: "\e241"; | |
} | |
.bs-wrap .glyphicon-text-color:before { | |
content: "\e242"; | |
} | |
.bs-wrap .glyphicon-text-background:before { | |
content: "\e243"; | |
} | |
.bs-wrap .glyphicon-object-align-top:before { | |
content: "\e244"; | |
} | |
.bs-wrap .glyphicon-object-align-bottom:before { | |
content: "\e245"; | |
} | |
.bs-wrap .glyphicon-object-align-horizontal:before { | |
content: "\e246"; | |
} | |
.bs-wrap .glyphicon-object-align-left:before { | |
content: "\e247"; | |
} | |
.bs-wrap .glyphicon-object-align-vertical:before { | |
content: "\e248"; | |
} | |
.bs-wrap .glyphicon-object-align-right:before { | |
content: "\e249"; | |
} | |
.bs-wrap .glyphicon-triangle-right:before { | |
content: "\e250"; | |
} | |
.bs-wrap .glyphicon-triangle-left:before { | |
content: "\e251"; | |
} | |
.bs-wrap .glyphicon-triangle-bottom:before { | |
content: "\e252"; | |
} | |
.bs-wrap .glyphicon-triangle-top:before { | |
content: "\e253"; | |
} | |
.bs-wrap .glyphicon-console:before { | |
content: "\e254"; | |
} | |
.bs-wrap .glyphicon-superscript:before { | |
content: "\e255"; | |
} | |
.bs-wrap .glyphicon-subscript:before { | |
content: "\e256"; | |
} | |
.bs-wrap .glyphicon-menu-left:before { | |
content: "\e257"; | |
} | |
.bs-wrap .glyphicon-menu-right:before { | |
content: "\e258"; | |
} | |
.bs-wrap .glyphicon-menu-down:before { | |
content: "\e259"; | |
} | |
.bs-wrap .glyphicon-menu-up:before { | |
content: "\e260"; | |
} | |
.bs-wrap * { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
.bs-wrap :after, | |
.bs-wrap :before { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
.bs-wrap html { | |
font-size: 10px; | |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); | |
} | |
.bs-wrap body { | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-size: 14px; | |
line-height: 1.42857143; | |
color: #333; | |
background-color: #ffffff; | |
} | |
.bs-wrap button, | |
.bs-wrap input, | |
.bs-wrap select, | |
.bs-wrap textarea { | |
font-family: inherit; | |
font-size: inherit; | |
line-height: inherit; | |
} | |
.bs-wrap a { | |
color: #337ab7; | |
text-decoration: none; | |
} | |
.bs-wrap a:focus, | |
.bs-wrap a:hover { | |
color: #23527c; | |
text-decoration: underline; | |
} | |
.bs-wrap a:focus { | |
outline: thin dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; | |
} | |
.bs-wrap figure { | |
margin: 0; | |
} | |
.bs-wrap img { | |
vertical-align: middle; | |
} | |
.bs-wrap .carousel-inner > .item > a > img, | |
.bs-wrap .carousel-inner > .item > img, | |
.bs-wrap .img-responsive, | |
.bs-wrap .thumbnail a > img, | |
.bs-wrap .thumbnail > img { | |
display: block; | |
max-width: 100%; | |
height: auto; | |
} | |
.bs-wrap .img-rounded { | |
border-radius: 6px; | |
} | |
.bs-wrap .img-thumbnail { | |
display: inline-block; | |
max-width: 100%; | |
height: auto; | |
padding: 4px; | |
line-height: 1.42857143; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 4px; | |
-webkit-transition: all 0.2s ease-in-out; | |
-o-transition: all 0.2s ease-in-out; | |
transition: all 0.2s ease-in-out; | |
} | |
.bs-wrap .img-circle { | |
border-radius: 50%; | |
} | |
.bs-wrap hr { | |
margin-top: 20px; | |
margin-bottom: 20px; | |
border: 0; | |
border-top: 1px solid #eeeeee; | |
} | |
.bs-wrap .sr-only { | |
position: absolute; | |
width: 1px; | |
height: 1px; | |
padding: 0; | |
margin: -1px; | |
overflow: hidden; | |
clip: rect(0, 0, 0, 0); | |
border: 0; | |
} | |
.bs-wrap .sr-only-focusable:active, | |
.bs-wrap .sr-only-focusable:focus { | |
position: static; | |
width: auto; | |
height: auto; | |
margin: 0; | |
overflow: visible; | |
clip: auto; | |
} | |
.bs-wrap .h1, | |
.bs-wrap .h2, | |
.bs-wrap .h3, | |
.bs-wrap .h4, | |
.bs-wrap .h5, | |
.bs-wrap .h6, | |
.bs-wrap h1, | |
.bs-wrap h2, | |
.bs-wrap h3, | |
.bs-wrap h4, | |
.bs-wrap h5, | |
.bs-wrap h6 { | |
font-family: inherit; | |
font-weight: 500; | |
line-height: 1.1; | |
color: inherit; | |
} | |
.bs-wrap .h1 .small, | |
.bs-wrap .h1 small, | |
.bs-wrap .h2 .small, | |
.bs-wrap .h2 small, | |
.bs-wrap .h3 .small, | |
.bs-wrap .h3 small, | |
.bs-wrap .h4 .small, | |
.bs-wrap .h4 small, | |
.bs-wrap .h5 .small, | |
.bs-wrap .h5 small, | |
.bs-wrap .h6 .small, | |
.bs-wrap .h6 small, | |
.bs-wrap h1 .small, | |
.bs-wrap h1 small, | |
.bs-wrap h2 .small, | |
.bs-wrap h2 small, | |
.bs-wrap h3 .small, | |
.bs-wrap h3 small, | |
.bs-wrap h4 .small, | |
.bs-wrap h4 small, | |
.bs-wrap h5 .small, | |
.bs-wrap h5 small, | |
.bs-wrap h6 .small, | |
.bs-wrap h6 small { | |
font-weight: 400; | |
line-height: 1; | |
color: #777777; | |
} | |
.bs-wrap .h1, | |
.bs-wrap .h2, | |
.bs-wrap .h3, | |
.bs-wrap h1, | |
.bs-wrap h2, | |
.bs-wrap h3 { | |
margin-top: 20px; | |
margin-bottom: 10px; | |
} | |
.bs-wrap .h1 .small, | |
.bs-wrap .h1 small, | |
.bs-wrap .h2 .small, | |
.bs-wrap .h2 small, | |
.bs-wrap .h3 .small, | |
.bs-wrap .h3 small, | |
.bs-wrap h1 .small, | |
.bs-wrap h1 small, | |
.bs-wrap h2 .small, | |
.bs-wrap h2 small, | |
.bs-wrap h3 .small, | |
.bs-wrap h3 small { | |
font-size: 65%; | |
} | |
.bs-wrap .h4, | |
.bs-wrap .h5, | |
.bs-wrap .h6, | |
.bs-wrap h4, | |
.bs-wrap h5, | |
.bs-wrap h6 { | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
.bs-wrap .h4 .small, | |
.bs-wrap .h4 small, | |
.bs-wrap .h5 .small, | |
.bs-wrap .h5 small, | |
.bs-wrap .h6 .small, | |
.bs-wrap .h6 small, | |
.bs-wrap h4 .small, | |
.bs-wrap h4 small, | |
.bs-wrap h5 .small, | |
.bs-wrap h5 small, | |
.bs-wrap h6 .small, | |
.bs-wrap h6 small { | |
font-size: 75%; | |
} | |
.bs-wrap .h1, | |
.bs-wrap h1 { | |
font-size: 36px; | |
} | |
.bs-wrap .h2, | |
.bs-wrap h2 { | |
font-size: 30px; | |
} | |
.bs-wrap .h3, | |
.bs-wrap h3 { | |
font-size: 24px; | |
} | |
.bs-wrap .h4, | |
.bs-wrap h4 { | |
font-size: 18px; | |
} | |
.bs-wrap .h5, | |
.bs-wrap h5 { | |
font-size: 14px; | |
} | |
.bs-wrap .h6, | |
.bs-wrap h6 { | |
font-size: 12px; | |
} | |
.bs-wrap p { | |
margin: 0 0 10px; | |
} | |
.bs-wrap .lead { | |
margin-bottom: 20px; | |
font-size: 16px; | |
font-weight: 300; | |
line-height: 1.4; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .lead { | |
font-size: 21px; | |
} | |
} | |
.bs-wrap .small, | |
.bs-wrap small { | |
font-size: 85%; | |
} | |
.bs-wrap .mark, | |
.bs-wrap mark { | |
padding: .2em; | |
background-color: #fcf8e3; | |
} | |
.bs-wrap .text-left { | |
text-align: left; | |
} | |
.bs-wrap .text-right { | |
text-align: right; | |
} | |
.bs-wrap .text-center { | |
text-align: center; | |
} | |
.bs-wrap .text-justify { | |
text-align: justify; | |
} | |
.bs-wrap .text-nowrap { | |
white-space: nowrap; | |
} | |
.bs-wrap .text-lowercase { | |
text-transform: lowercase; | |
} | |
.bs-wrap .text-uppercase { | |
text-transform: uppercase; | |
} | |
.bs-wrap .text-capitalize { | |
text-transform: capitalize; | |
} | |
.bs-wrap .text-muted { | |
color: #777777; | |
} | |
.bs-wrap .text-primary { | |
color: #337ab7; | |
} | |
.bs-wrap a.text-primary:hover { | |
color: #286090; | |
} | |
.bs-wrap .text-success { | |
color: #3c763d; | |
} | |
.bs-wrap a.text-success:hover { | |
color: #2b542c; | |
} | |
.bs-wrap .text-info { | |
color: #31708f; | |
} | |
.bs-wrap a.text-info:hover { | |
color: #245269; | |
} | |
.bs-wrap .text-warning { | |
color: #8a6d3b; | |
} | |
.bs-wrap a.text-warning:hover { | |
color: #66512c; | |
} | |
.bs-wrap .text-danger { | |
color: #a94442; | |
} | |
.bs-wrap a.text-danger:hover { | |
color: #843534; | |
} | |
.bs-wrap .bg-primary { | |
color: #fff; | |
background-color: #337ab7; | |
} | |
.bs-wrap a.bg-primary:hover { | |
background-color: #286090; | |
} | |
.bs-wrap .bg-success { | |
background-color: #dff0d8; | |
} | |
.bs-wrap a.bg-success:hover { | |
background-color: #c1e2b3; | |
} | |
.bs-wrap .bg-info { | |
background-color: #d9edf7; | |
} | |
.bs-wrap a.bg-info:hover { | |
background-color: #afd9ee; | |
} | |
.bs-wrap .bg-warning { | |
background-color: #fcf8e3; | |
} | |
.bs-wrap a.bg-warning:hover { | |
background-color: #f7ecb5; | |
} | |
.bs-wrap .bg-danger { | |
background-color: #f2dede; | |
} | |
.bs-wrap a.bg-danger:hover { | |
background-color: #e4b9b9; | |
} | |
.bs-wrap .page-header { | |
padding-bottom: 9px; | |
margin: 40px 0 20px; | |
border-bottom: 1px solid #eeeeee; | |
} | |
.bs-wrap ol, | |
.bs-wrap ul { | |
margin-top: 0; | |
margin-bottom: 10px; | |
} | |
.bs-wrap ol ol, | |
.bs-wrap ol ul, | |
.bs-wrap ul ol, | |
.bs-wrap ul ul { | |
margin-bottom: 0; | |
} | |
.bs-wrap .list-unstyled { | |
padding-left: 0; | |
list-style: none; | |
} | |
.bs-wrap .list-inline { | |
padding-left: 0; | |
margin-left: -5px; | |
list-style: none; | |
} | |
.bs-wrap .list-inline > li { | |
display: inline-block; | |
padding-right: 5px; | |
padding-left: 5px; | |
} | |
.bs-wrap dl { | |
margin-top: 0; | |
margin-bottom: 20px; | |
} | |
.bs-wrap dd, | |
.bs-wrap dt { | |
line-height: 1.42857143; | |
} | |
.bs-wrap dt { | |
font-weight: 700; | |
} | |
.bs-wrap dd { | |
margin-left: 0; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .dl-horizontal dt { | |
float: left; | |
width: 160px; | |
overflow: hidden; | |
clear: left; | |
text-align: right; | |
text-overflow: ellipsis; | |
white-space: nowrap; | |
} | |
.bs-wrap .dl-horizontal dd { | |
margin-left: 180px; | |
} | |
} | |
.bs-wrap abbr[data-original-title], | |
.bs-wrap abbr[title] { | |
cursor: help; | |
border-bottom: 1px dotted #777777; | |
} | |
.bs-wrap .initialism { | |
font-size: 90%; | |
text-transform: uppercase; | |
} | |
.bs-wrap blockquote { | |
padding: 10px 20px; | |
margin: 0 0 20px; | |
font-size: 17.5px; | |
border-left: 5px solid #eeeeee; | |
} | |
.bs-wrap blockquote ol:last-child, | |
.bs-wrap blockquote p:last-child, | |
.bs-wrap blockquote ul:last-child { | |
margin-bottom: 0; | |
} | |
.bs-wrap blockquote .small, | |
.bs-wrap blockquote footer, | |
.bs-wrap blockquote small { | |
display: block; | |
font-size: 80%; | |
line-height: 1.42857143; | |
color: #777777; | |
} | |
.bs-wrap blockquote .small:before, | |
.bs-wrap blockquote footer:before, | |
.bs-wrap blockquote small:before { | |
content: '\2014 \00A0'; | |
} | |
.bs-wrap .blockquote-reverse, | |
.bs-wrap blockquote.pull-right { | |
padding-right: 15px; | |
padding-left: 0; | |
text-align: right; | |
border-right: 5px solid #eee; | |
border-left: 0; | |
} | |
.bs-wrap .blockquote-reverse .small:before, | |
.bs-wrap .blockquote-reverse footer:before, | |
.bs-wrap .blockquote-reverse small:before, | |
.bs-wrap blockquote.pull-right .small:before, | |
.bs-wrap blockquote.pull-right footer:before, | |
.bs-wrap blockquote.pull-right small:before { | |
content: ''; | |
} | |
.bs-wrap .blockquote-reverse .small:after, | |
.bs-wrap .blockquote-reverse footer:after, | |
.bs-wrap .blockquote-reverse small:after, | |
.bs-wrap blockquote.pull-right .small:after, | |
.bs-wrap blockquote.pull-right footer:after, | |
.bs-wrap blockquote.pull-right small:after { | |
content: '\00A0 \2014'; | |
} | |
.bs-wrap address { | |
margin-bottom: 20px; | |
font-style: normal; | |
line-height: 1.42857143; | |
} | |
.bs-wrap code, | |
.bs-wrap kbd, | |
.bs-wrap pre, | |
.bs-wrap samp { | |
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; | |
} | |
.bs-wrap code { | |
padding: 2px 4px; | |
font-size: 90%; | |
color: #c7254e; | |
background-color: #f9f2f4; | |
border-radius: 4px; | |
} | |
.bs-wrap kbd { | |
padding: 2px 4px; | |
font-size: 90%; | |
color: #fff; | |
background-color: #333; | |
border-radius: 3px; | |
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); | |
} | |
.bs-wrap kbd kbd { | |
padding: 0; | |
font-size: 100%; | |
font-weight: 700; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.bs-wrap pre { | |
display: block; | |
padding: 9.5px; | |
margin: 0 0 10px; | |
font-size: 13px; | |
line-height: 1.42857143; | |
color: #333; | |
word-break: break-all; | |
word-wrap: break-word; | |
background-color: #f5f5f5; | |
border: 1px solid #ccc; | |
border-radius: 4px; | |
} | |
.bs-wrap pre code { | |
padding: 0; | |
font-size: inherit; | |
color: inherit; | |
white-space: pre-wrap; | |
background-color: transparent; | |
border-radius: 0; | |
} | |
.bs-wrap .pre-scrollable { | |
max-height: 340px; | |
overflow-y: scroll; | |
} | |
.bs-wrap .container { | |
padding-right: 15px; | |
padding-left: 15px; | |
margin-right: auto; | |
margin-left: auto; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .container { | |
width: 750px; | |
} | |
} | |
@media (min-width: 992px) { | |
.bs-wrap .container { | |
width: 970px; | |
} | |
} | |
@media (min-width: 1200px) { | |
.bs-wrap .container { | |
width: 1170px; | |
} | |
} | |
.bs-wrap .container-fluid { | |
padding-right: 15px; | |
padding-left: 15px; | |
margin-right: auto; | |
margin-left: auto; | |
} | |
.bs-wrap .row { | |
margin-right: -15px; | |
margin-left: -15px; | |
} | |
.bs-wrap .col-lg-1, | |
.bs-wrap .col-lg-10, | |
.bs-wrap .col-lg-11, | |
.bs-wrap .col-lg-12, | |
.bs-wrap .col-lg-2, | |
.bs-wrap .col-lg-3, | |
.bs-wrap .col-lg-4, | |
.bs-wrap .col-lg-5, | |
.bs-wrap .col-lg-6, | |
.bs-wrap .col-lg-7, | |
.bs-wrap .col-lg-8, | |
.bs-wrap .col-lg-9, | |
.bs-wrap .col-md-1, | |
.bs-wrap .col-md-10, | |
.bs-wrap .col-md-11, | |
.bs-wrap .col-md-12, | |
.bs-wrap .col-md-2, | |
.bs-wrap .col-md-3, | |
.bs-wrap .col-md-4, | |
.bs-wrap .col-md-5, | |
.bs-wrap .col-md-6, | |
.bs-wrap .col-md-7, | |
.bs-wrap .col-md-8, | |
.bs-wrap .col-md-9, | |
.bs-wrap .col-sm-1, | |
.bs-wrap .col-sm-10, | |
.bs-wrap .col-sm-11, | |
.bs-wrap .col-sm-12, | |
.bs-wrap .col-sm-2, | |
.bs-wrap .col-sm-3, | |
.bs-wrap .col-sm-4, | |
.bs-wrap .col-sm-5, | |
.bs-wrap .col-sm-6, | |
.bs-wrap .col-sm-7, | |
.bs-wrap .col-sm-8, | |
.bs-wrap .col-sm-9, | |
.bs-wrap .col-xs-1, | |
.bs-wrap .col-xs-10, | |
.bs-wrap .col-xs-11, | |
.bs-wrap .col-xs-12, | |
.bs-wrap .col-xs-2, | |
.bs-wrap .col-xs-3, | |
.bs-wrap .col-xs-4, | |
.bs-wrap .col-xs-5, | |
.bs-wrap .col-xs-6, | |
.bs-wrap .col-xs-7, | |
.bs-wrap .col-xs-8, | |
.bs-wrap .col-xs-9 { | |
position: relative; | |
min-height: 1px; | |
padding-right: 15px; | |
padding-left: 15px; | |
} | |
.bs-wrap .col-xs-1, | |
.bs-wrap .col-xs-10, | |
.bs-wrap .col-xs-11, | |
.bs-wrap .col-xs-12, | |
.bs-wrap .col-xs-2, | |
.bs-wrap .col-xs-3, | |
.bs-wrap .col-xs-4, | |
.bs-wrap .col-xs-5, | |
.bs-wrap .col-xs-6, | |
.bs-wrap .col-xs-7, | |
.bs-wrap .col-xs-8, | |
.bs-wrap .col-xs-9 { | |
float: left; | |
} | |
.bs-wrap .col-xs-12 { | |
width: 100%; | |
} | |
.bs-wrap .col-xs-11 { | |
width: 91.66666667%; | |
} | |
.bs-wrap .col-xs-10 { | |
width: 83.33333333%; | |
} | |
.bs-wrap .col-xs-9 { | |
width: 75%; | |
} | |
.bs-wrap .col-xs-8 { | |
width: 66.66666667%; | |
} | |
.bs-wrap .col-xs-7 { | |
width: 58.33333333%; | |
} | |
.bs-wrap .col-xs-6 { | |
width: 50%; | |
} | |
.bs-wrap .col-xs-5 { | |
width: 41.66666667%; | |
} | |
.bs-wrap .col-xs-4 { | |
width: 33.33333333%; | |
} | |
.bs-wrap .col-xs-3 { | |
width: 25%; | |
} | |
.bs-wrap .col-xs-2 { | |
width: 16.66666667%; | |
} | |
.bs-wrap .col-xs-1 { | |
width: 8.33333333%; | |
} | |
.bs-wrap .col-xs-pull-12 { | |
right: 100%; | |
} | |
.bs-wrap .col-xs-pull-11 { | |
right: 91.66666667%; | |
} | |
.bs-wrap .col-xs-pull-10 { | |
right: 83.33333333%; | |
} | |
.bs-wrap .col-xs-pull-9 { | |
right: 75%; | |
} | |
.bs-wrap .col-xs-pull-8 { | |
right: 66.66666667%; | |
} | |
.bs-wrap .col-xs-pull-7 { | |
right: 58.33333333%; | |
} | |
.bs-wrap .col-xs-pull-6 { | |
right: 50%; | |
} | |
.bs-wrap .col-xs-pull-5 { | |
right: 41.66666667%; | |
} | |
.bs-wrap .col-xs-pull-4 { | |
right: 33.33333333%; | |
} | |
.bs-wrap .col-xs-pull-3 { | |
right: 25%; | |
} | |
.bs-wrap .col-xs-pull-2 { | |
right: 16.66666667%; | |
} | |
.bs-wrap .col-xs-pull-1 { | |
right: 8.33333333%; | |
} | |
.bs-wrap .col-xs-pull-0 { | |
right: auto; | |
} | |
.bs-wrap .col-xs-push-12 { | |
left: 100%; | |
} | |
.bs-wrap .col-xs-push-11 { | |
left: 91.66666667%; | |
} | |
.bs-wrap .col-xs-push-10 { | |
left: 83.33333333%; | |
} | |
.bs-wrap .col-xs-push-9 { | |
left: 75%; | |
} | |
.bs-wrap .col-xs-push-8 { | |
left: 66.66666667%; | |
} | |
.bs-wrap .col-xs-push-7 { | |
left: 58.33333333%; | |
} | |
.bs-wrap .col-xs-push-6 { | |
left: 50%; | |
} | |
.bs-wrap .col-xs-push-5 { | |
left: 41.66666667%; | |
} | |
.bs-wrap .col-xs-push-4 { | |
left: 33.33333333%; | |
} | |
.bs-wrap .col-xs-push-3 { | |
left: 25%; | |
} | |
.bs-wrap .col-xs-push-2 { | |
left: 16.66666667%; | |
} | |
.bs-wrap .col-xs-push-1 { | |
left: 8.33333333%; | |
} | |
.bs-wrap .col-xs-push-0 { | |
left: auto; | |
} | |
.bs-wrap .col-xs-offset-12 { | |
margin-left: 100%; | |
} | |
.bs-wrap .col-xs-offset-11 { | |
margin-left: 91.66666667%; | |
} | |
.bs-wrap .col-xs-offset-10 { | |
margin-left: 83.33333333%; | |
} | |
.bs-wrap .col-xs-offset-9 { | |
margin-left: 75%; | |
} | |
.bs-wrap .col-xs-offset-8 { | |
margin-left: 66.66666667%; | |
} | |
.bs-wrap .col-xs-offset-7 { | |
margin-left: 58.33333333%; | |
} | |
.bs-wrap .col-xs-offset-6 { | |
margin-left: 50%; | |
} | |
.bs-wrap .col-xs-offset-5 { | |
margin-left: 41.66666667%; | |
} | |
.bs-wrap .col-xs-offset-4 { | |
margin-left: 33.33333333%; | |
} | |
.bs-wrap .col-xs-offset-3 { | |
margin-left: 25%; | |
} | |
.bs-wrap .col-xs-offset-2 { | |
margin-left: 16.66666667%; | |
} | |
.bs-wrap .col-xs-offset-1 { | |
margin-left: 8.33333333%; | |
} | |
.bs-wrap .col-xs-offset-0 { | |
margin-left: 0; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .col-sm-1, | |
.bs-wrap .col-sm-10, | |
.bs-wrap .col-sm-11, | |
.bs-wrap .col-sm-12, | |
.bs-wrap .col-sm-2, | |
.bs-wrap .col-sm-3, | |
.bs-wrap .col-sm-4, | |
.bs-wrap .col-sm-5, | |
.bs-wrap .col-sm-6, | |
.bs-wrap .col-sm-7, | |
.bs-wrap .col-sm-8, | |
.bs-wrap .col-sm-9 { | |
float: left; | |
} | |
.bs-wrap .col-sm-12 { | |
width: 100%; | |
} | |
.bs-wrap .col-sm-11 { | |
width: 91.66666667%; | |
} | |
.bs-wrap .col-sm-10 { | |
width: 83.33333333%; | |
} | |
.bs-wrap .col-sm-9 { | |
width: 75%; | |
} | |
.bs-wrap .col-sm-8 { | |
width: 66.66666667%; | |
} | |
.bs-wrap .col-sm-7 { | |
width: 58.33333333%; | |
} | |
.bs-wrap .col-sm-6 { | |
width: 50%; | |
} | |
.bs-wrap .col-sm-5 { | |
width: 41.66666667%; | |
} | |
.bs-wrap .col-sm-4 { | |
width: 33.33333333%; | |
} | |
.bs-wrap .col-sm-3 { | |
width: 25%; | |
} | |
.bs-wrap .col-sm-2 { | |
width: 16.66666667%; | |
} | |
.bs-wrap .col-sm-1 { | |
width: 8.33333333%; | |
} | |
.bs-wrap .col-sm-pull-12 { | |
right: 100%; | |
} | |
.bs-wrap .col-sm-pull-11 { | |
right: 91.66666667%; | |
} | |
.bs-wrap .col-sm-pull-10 { | |
right: 83.33333333%; | |
} | |
.bs-wrap .col-sm-pull-9 { | |
right: 75%; | |
} | |
.bs-wrap .col-sm-pull-8 { | |
right: 66.66666667%; | |
} | |
.bs-wrap .col-sm-pull-7 { | |
right: 58.33333333%; | |
} | |
.bs-wrap .col-sm-pull-6 { | |
right: 50%; | |
} | |
.bs-wrap .col-sm-pull-5 { | |
right: 41.66666667%; | |
} | |
.bs-wrap .col-sm-pull-4 { | |
right: 33.33333333%; | |
} | |
.bs-wrap .col-sm-pull-3 { | |
right: 25%; | |
} | |
.bs-wrap .col-sm-pull-2 { | |
right: 16.66666667%; | |
} | |
.bs-wrap .col-sm-pull-1 { | |
right: 8.33333333%; | |
} | |
.bs-wrap .col-sm-pull-0 { | |
right: auto; | |
} | |
.bs-wrap .col-sm-push-12 { | |
left: 100%; | |
} | |
.bs-wrap .col-sm-push-11 { | |
left: 91.66666667%; | |
} | |
.bs-wrap .col-sm-push-10 { | |
left: 83.33333333%; | |
} | |
.bs-wrap .col-sm-push-9 { | |
left: 75%; | |
} | |
.bs-wrap .col-sm-push-8 { | |
left: 66.66666667%; | |
} | |
.bs-wrap .col-sm-push-7 { | |
left: 58.33333333%; | |
} | |
.bs-wrap .col-sm-push-6 { | |
left: 50%; | |
} | |
.bs-wrap .col-sm-push-5 { | |
left: 41.66666667%; | |
} | |
.bs-wrap .col-sm-push-4 { | |
left: 33.33333333%; | |
} | |
.bs-wrap .col-sm-push-3 { | |
left: 25%; | |
} | |
.bs-wrap .col-sm-push-2 { | |
left: 16.66666667%; | |
} | |
.bs-wrap .col-sm-push-1 { | |
left: 8.33333333%; | |
} | |
.bs-wrap .col-sm-push-0 { | |
left: auto; | |
} | |
.bs-wrap .col-sm-offset-12 { | |
margin-left: 100%; | |
} | |
.bs-wrap .col-sm-offset-11 { | |
margin-left: 91.66666667%; | |
} | |
.bs-wrap .col-sm-offset-10 { | |
margin-left: 83.33333333%; | |
} | |
.bs-wrap .col-sm-offset-9 { | |
margin-left: 75%; | |
} | |
.bs-wrap .col-sm-offset-8 { | |
margin-left: 66.66666667%; | |
} | |
.bs-wrap .col-sm-offset-7 { | |
margin-left: 58.33333333%; | |
} | |
.bs-wrap .col-sm-offset-6 { | |
margin-left: 50%; | |
} | |
.bs-wrap .col-sm-offset-5 { | |
margin-left: 41.66666667%; | |
} | |
.bs-wrap .col-sm-offset-4 { | |
margin-left: 33.33333333%; | |
} | |
.bs-wrap .col-sm-offset-3 { | |
margin-left: 25%; | |
} | |
.bs-wrap .col-sm-offset-2 { | |
margin-left: 16.66666667%; | |
} | |
.bs-wrap .col-sm-offset-1 { | |
margin-left: 8.33333333%; | |
} | |
.bs-wrap .col-sm-offset-0 { | |
margin-left: 0; | |
} | |
} | |
@media (min-width: 992px) { | |
.bs-wrap .col-md-1, | |
.bs-wrap .col-md-10, | |
.bs-wrap .col-md-11, | |
.bs-wrap .col-md-12, | |
.bs-wrap .col-md-2, | |
.bs-wrap .col-md-3, | |
.bs-wrap .col-md-4, | |
.bs-wrap .col-md-5, | |
.bs-wrap .col-md-6, | |
.bs-wrap .col-md-7, | |
.bs-wrap .col-md-8, | |
.bs-wrap .col-md-9 { | |
float: left; | |
} | |
.bs-wrap .col-md-12 { | |
width: 100%; | |
} | |
.bs-wrap .col-md-11 { | |
width: 91.66666667%; | |
} | |
.bs-wrap .col-md-10 { | |
width: 83.33333333%; | |
} | |
.bs-wrap .col-md-9 { | |
width: 75%; | |
} | |
.bs-wrap .col-md-8 { | |
width: 66.66666667%; | |
} | |
.bs-wrap .col-md-7 { | |
width: 58.33333333%; | |
} | |
.bs-wrap .col-md-6 { | |
width: 50%; | |
} | |
.bs-wrap .col-md-5 { | |
width: 41.66666667%; | |
} | |
.bs-wrap .col-md-4 { | |
width: 33.33333333%; | |
} | |
.bs-wrap .col-md-3 { | |
width: 25%; | |
} | |
.bs-wrap .col-md-2 { | |
width: 16.66666667%; | |
} | |
.bs-wrap .col-md-1 { | |
width: 8.33333333%; | |
} | |
.bs-wrap .col-md-pull-12 { | |
right: 100%; | |
} | |
.bs-wrap .col-md-pull-11 { | |
right: 91.66666667%; | |
} | |
.bs-wrap .col-md-pull-10 { | |
right: 83.33333333%; | |
} | |
.bs-wrap .col-md-pull-9 { | |
right: 75%; | |
} | |
.bs-wrap .col-md-pull-8 { | |
right: 66.66666667%; | |
} | |
.bs-wrap .col-md-pull-7 { | |
right: 58.33333333%; | |
} | |
.bs-wrap .col-md-pull-6 { | |
right: 50%; | |
} | |
.bs-wrap .col-md-pull-5 { | |
right: 41.66666667%; | |
} | |
.bs-wrap .col-md-pull-4 { | |
right: 33.33333333%; | |
} | |
.bs-wrap .col-md-pull-3 { | |
right: 25%; | |
} | |
.bs-wrap .col-md-pull-2 { | |
right: 16.66666667%; | |
} | |
.bs-wrap .col-md-pull-1 { | |
right: 8.33333333%; | |
} | |
.bs-wrap .col-md-pull-0 { | |
right: auto; | |
} | |
.bs-wrap .col-md-push-12 { | |
left: 100%; | |
} | |
.bs-wrap .col-md-push-11 { | |
left: 91.66666667%; | |
} | |
.bs-wrap .col-md-push-10 { | |
left: 83.33333333%; | |
} | |
.bs-wrap .col-md-push-9 { | |
left: 75%; | |
} | |
.bs-wrap .col-md-push-8 { | |
left: 66.66666667%; | |
} | |
.bs-wrap .col-md-push-7 { | |
left: 58.33333333%; | |
} | |
.bs-wrap .col-md-push-6 { | |
left: 50%; | |
} | |
.bs-wrap .col-md-push-5 { | |
left: 41.66666667%; | |
} | |
.bs-wrap .col-md-push-4 { | |
left: 33.33333333%; | |
} | |
.bs-wrap .col-md-push-3 { | |
left: 25%; | |
} | |
.bs-wrap .col-md-push-2 { | |
left: 16.66666667%; | |
} | |
.bs-wrap .col-md-push-1 { | |
left: 8.33333333%; | |
} | |
.bs-wrap .col-md-push-0 { | |
left: auto; | |
} | |
.bs-wrap .col-md-offset-12 { | |
margin-left: 100%; | |
} | |
.bs-wrap .col-md-offset-11 { | |
margin-left: 91.66666667%; | |
} | |
.bs-wrap .col-md-offset-10 { | |
margin-left: 83.33333333%; | |
} | |
.bs-wrap .col-md-offset-9 { | |
margin-left: 75%; | |
} | |
.bs-wrap .col-md-offset-8 { | |
margin-left: 66.66666667%; | |
} | |
.bs-wrap .col-md-offset-7 { | |
margin-left: 58.33333333%; | |
} | |
.bs-wrap .col-md-offset-6 { | |
margin-left: 50%; | |
} | |
.bs-wrap .col-md-offset-5 { | |
margin-left: 41.66666667%; | |
} | |
.bs-wrap .col-md-offset-4 { | |
margin-left: 33.33333333%; | |
} | |
.bs-wrap .col-md-offset-3 { | |
margin-left: 25%; | |
} | |
.bs-wrap .col-md-offset-2 { | |
margin-left: 16.66666667%; | |
} | |
.bs-wrap .col-md-offset-1 { | |
margin-left: 8.33333333%; | |
} | |
.bs-wrap .col-md-offset-0 { | |
margin-left: 0; | |
} | |
} | |
@media (min-width: 1200px) { | |
.bs-wrap .col-lg-1, | |
.bs-wrap .col-lg-10, | |
.bs-wrap .col-lg-11, | |
.bs-wrap .col-lg-12, | |
.bs-wrap .col-lg-2, | |
.bs-wrap .col-lg-3, | |
.bs-wrap .col-lg-4, | |
.bs-wrap .col-lg-5, | |
.bs-wrap .col-lg-6, | |
.bs-wrap .col-lg-7, | |
.bs-wrap .col-lg-8, | |
.bs-wrap .col-lg-9 { | |
float: left; | |
} | |
.bs-wrap .col-lg-12 { | |
width: 100%; | |
} | |
.bs-wrap .col-lg-11 { | |
width: 91.66666667%; | |
} | |
.bs-wrap .col-lg-10 { | |
width: 83.33333333%; | |
} | |
.bs-wrap .col-lg-9 { | |
width: 75%; | |
} | |
.bs-wrap .col-lg-8 { | |
width: 66.66666667%; | |
} | |
.bs-wrap .col-lg-7 { | |
width: 58.33333333%; | |
} | |
.bs-wrap .col-lg-6 { | |
width: 50%; | |
} | |
.bs-wrap .col-lg-5 { | |
width: 41.66666667%; | |
} | |
.bs-wrap .col-lg-4 { | |
width: 33.33333333%; | |
} | |
.bs-wrap .col-lg-3 { | |
width: 25%; | |
} | |
.bs-wrap .col-lg-2 { | |
width: 16.66666667%; | |
} | |
.bs-wrap .col-lg-1 { | |
width: 8.33333333%; | |
} | |
.bs-wrap .col-lg-pull-12 { | |
right: 100%; | |
} | |
.bs-wrap .col-lg-pull-11 { | |
right: 91.66666667%; | |
} | |
.bs-wrap .col-lg-pull-10 { | |
right: 83.33333333%; | |
} | |
.bs-wrap .col-lg-pull-9 { | |
right: 75%; | |
} | |
.bs-wrap .col-lg-pull-8 { | |
right: 66.66666667%; | |
} | |
.bs-wrap .col-lg-pull-7 { | |
right: 58.33333333%; | |
} | |
.bs-wrap .col-lg-pull-6 { | |
right: 50%; | |
} | |
.bs-wrap .col-lg-pull-5 { | |
right: 41.66666667%; | |
} | |
.bs-wrap .col-lg-pull-4 { | |
right: 33.33333333%; | |
} | |
.bs-wrap .col-lg-pull-3 { | |
right: 25%; | |
} | |
.bs-wrap .col-lg-pull-2 { | |
right: 16.66666667%; | |
} | |
.bs-wrap .col-lg-pull-1 { | |
right: 8.33333333%; | |
} | |
.bs-wrap .col-lg-pull-0 { | |
right: auto; | |
} | |
.bs-wrap .col-lg-push-12 { | |
left: 100%; | |
} | |
.bs-wrap .col-lg-push-11 { | |
left: 91.66666667%; | |
} | |
.bs-wrap .col-lg-push-10 { | |
left: 83.33333333%; | |
} | |
.bs-wrap .col-lg-push-9 { | |
left: 75%; | |
} | |
.bs-wrap .col-lg-push-8 { | |
left: 66.66666667%; | |
} | |
.bs-wrap .col-lg-push-7 { | |
left: 58.33333333%; | |
} | |
.bs-wrap .col-lg-push-6 { | |
left: 50%; | |
} | |
.bs-wrap .col-lg-push-5 { | |
left: 41.66666667%; | |
} | |
.bs-wrap .col-lg-push-4 { | |
left: 33.33333333%; | |
} | |
.bs-wrap .col-lg-push-3 { | |
left: 25%; | |
} | |
.bs-wrap .col-lg-push-2 { | |
left: 16.66666667%; | |
} | |
.bs-wrap .col-lg-push-1 { | |
left: 8.33333333%; | |
} | |
.bs-wrap .col-lg-push-0 { | |
left: auto; | |
} | |
.bs-wrap .col-lg-offset-12 { | |
margin-left: 100%; | |
} | |
.bs-wrap .col-lg-offset-11 { | |
margin-left: 91.66666667%; | |
} | |
.bs-wrap .col-lg-offset-10 { | |
margin-left: 83.33333333%; | |
} | |
.bs-wrap .col-lg-offset-9 { | |
margin-left: 75%; | |
} | |
.bs-wrap .col-lg-offset-8 { | |
margin-left: 66.66666667%; | |
} | |
.bs-wrap .col-lg-offset-7 { | |
margin-left: 58.33333333%; | |
} | |
.bs-wrap .col-lg-offset-6 { | |
margin-left: 50%; | |
} | |
.bs-wrap .col-lg-offset-5 { | |
margin-left: 41.66666667%; | |
} | |
.bs-wrap .col-lg-offset-4 { | |
margin-left: 33.33333333%; | |
} | |
.bs-wrap .col-lg-offset-3 { | |
margin-left: 25%; | |
} | |
.bs-wrap .col-lg-offset-2 { | |
margin-left: 16.66666667%; | |
} | |
.bs-wrap .col-lg-offset-1 { | |
margin-left: 8.33333333%; | |
} | |
.bs-wrap .col-lg-offset-0 { | |
margin-left: 0; | |
} | |
} | |
.bs-wrap table { | |
background-color: transparent; | |
} | |
.bs-wrap caption { | |
padding-top: 8px; | |
padding-bottom: 8px; | |
color: #777; | |
text-align: left; | |
} | |
.bs-wrap th { | |
text-align: left; | |
} | |
.bs-wrap .table { | |
width: 100%; | |
max-width: 100%; | |
margin-bottom: 20px; | |
} | |
.bs-wrap .table > tbody > tr > td, | |
.bs-wrap .table > tbody > tr > th, | |
.bs-wrap .table > tfoot > tr > td, | |
.bs-wrap .table > tfoot > tr > th, | |
.bs-wrap .table > thead > tr > td, | |
.bs-wrap .table > thead > tr > th { | |
padding: 8px; | |
line-height: 1.42857143; | |
vertical-align: top; | |
border-top: 1px solid #dddddd; | |
} | |
.bs-wrap .table > thead > tr > th { | |
vertical-align: bottom; | |
border-bottom: 2px solid #dddddd; | |
} | |
.bs-wrap .table > caption + thead > tr:first-child > td, | |
.bs-wrap .table > caption + thead > tr:first-child > th, | |
.bs-wrap .table > colgroup + thead > tr:first-child > td, | |
.bs-wrap .table > colgroup + thead > tr:first-child > th, | |
.bs-wrap .table > thead:first-child > tr:first-child > td, | |
.bs-wrap .table > thead:first-child > tr:first-child > th { | |
border-top: 0; | |
} | |
.bs-wrap .table > tbody + tbody { | |
border-top: 2px solid #dddddd; | |
} | |
.bs-wrap .table .table { | |
background-color: #ffffff; | |
} | |
.bs-wrap .table-condensed > tbody > tr > td, | |
.bs-wrap .table-condensed > tbody > tr > th, | |
.bs-wrap .table-condensed > tfoot > tr > td, | |
.bs-wrap .table-condensed > tfoot > tr > th, | |
.bs-wrap .table-condensed > thead > tr > td, | |
.bs-wrap .table-condensed > thead > tr > th { | |
padding: 5px; | |
} | |
.bs-wrap .table-bordered { | |
border: 1px solid #dddddd; | |
} | |
.bs-wrap .table-bordered > tbody > tr > td, | |
.bs-wrap .table-bordered > tbody > tr > th, | |
.bs-wrap .table-bordered > tfoot > tr > td, | |
.bs-wrap .table-bordered > tfoot > tr > th, | |
.bs-wrap .table-bordered > thead > tr > td, | |
.bs-wrap .table-bordered > thead > tr > th { | |
border: 1px solid #dddddd; | |
} | |
.bs-wrap .table-bordered > thead > tr > td, | |
.bs-wrap .table-bordered > thead > tr > th { | |
border-bottom-width: 2px; | |
} | |
.bs-wrap .table-striped > tbody > tr:nth-of-type(odd) { | |
background-color: #f9f9f9; | |
} | |
.bs-wrap .table-hover > tbody > tr:hover { | |
background-color: #f5f5f5; | |
} | |
.bs-wrap table col[class*=col-] { | |
position: static; | |
display: table-column; | |
float: none; | |
} | |
.bs-wrap table td[class*=col-], | |
.bs-wrap table th[class*=col-] { | |
position: static; | |
display: table-cell; | |
float: none; | |
} | |
.bs-wrap .table > tbody > tr.active > td, | |
.bs-wrap .table > tbody > tr.active > th, | |
.bs-wrap .table > tbody > tr > td.active, | |
.bs-wrap .table > tbody > tr > th.active, | |
.bs-wrap .table > tfoot > tr.active > td, | |
.bs-wrap .table > tfoot > tr.active > th, | |
.bs-wrap .table > tfoot > tr > td.active, | |
.bs-wrap .table > tfoot > tr > th.active, | |
.bs-wrap .table > thead > tr.active > td, | |
.bs-wrap .table > thead > tr.active > th, | |
.bs-wrap .table > thead > tr > td.active, | |
.bs-wrap .table > thead > tr > th.active { | |
background-color: #f5f5f5; | |
} | |
.bs-wrap .table-hover > tbody > tr.active:hover > td, | |
.bs-wrap .table-hover > tbody > tr.active:hover > th, | |
.bs-wrap .table-hover > tbody > tr:hover > .active, | |
.bs-wrap .table-hover > tbody > tr > td.active:hover, | |
.bs-wrap .table-hover > tbody > tr > th.active:hover { | |
background-color: #e8e8e8; | |
} | |
.bs-wrap .table > tbody > tr.success > td, | |
.bs-wrap .table > tbody > tr.success > th, | |
.bs-wrap .table > tbody > tr > td.success, | |
.bs-wrap .table > tbody > tr > th.success, | |
.bs-wrap .table > tfoot > tr.success > td, | |
.bs-wrap .table > tfoot > tr.success > th, | |
.bs-wrap .table > tfoot > tr > td.success, | |
.bs-wrap .table > tfoot > tr > th.success, | |
.bs-wrap .table > thead > tr.success > td, | |
.bs-wrap .table > thead > tr.success > th, | |
.bs-wrap .table > thead > tr > td.success, | |
.bs-wrap .table > thead > tr > th.success { | |
background-color: #dff0d8; | |
} | |
.bs-wrap .table-hover > tbody > tr.success:hover > td, | |
.bs-wrap .table-hover > tbody > tr.success:hover > th, | |
.bs-wrap .table-hover > tbody > tr:hover > .success, | |
.bs-wrap .table-hover > tbody > tr > td.success:hover, | |
.bs-wrap .table-hover > tbody > tr > th.success:hover { | |
background-color: #d0e9c6; | |
} | |
.bs-wrap .table > tbody > tr.info > td, | |
.bs-wrap .table > tbody > tr.info > th, | |
.bs-wrap .table > tbody > tr > td.info, | |
.bs-wrap .table > tbody > tr > th.info, | |
.bs-wrap .table > tfoot > tr.info > td, | |
.bs-wrap .table > tfoot > tr.info > th, | |
.bs-wrap .table > tfoot > tr > td.info, | |
.bs-wrap .table > tfoot > tr > th.info, | |
.bs-wrap .table > thead > tr.info > td, | |
.bs-wrap .table > thead > tr.info > th, | |
.bs-wrap .table > thead > tr > td.info, | |
.bs-wrap .table > thead > tr > th.info { | |
background-color: #d9edf7; | |
} | |
.bs-wrap .table-hover > tbody > tr.info:hover > td, | |
.bs-wrap .table-hover > tbody > tr.info:hover > th, | |
.bs-wrap .table-hover > tbody > tr:hover > .info, | |
.bs-wrap .table-hover > tbody > tr > td.info:hover, | |
.bs-wrap .table-hover > tbody > tr > th.info:hover { | |
background-color: #c4e3f3; | |
} | |
.bs-wrap .table > tbody > tr.warning > td, | |
.bs-wrap .table > tbody > tr.warning > th, | |
.bs-wrap .table > tbody > tr > td.warning, | |
.bs-wrap .table > tbody > tr > th.warning, | |
.bs-wrap .table > tfoot > tr.warning > td, | |
.bs-wrap .table > tfoot > tr.warning > th, | |
.bs-wrap .table > tfoot > tr > td.warning, | |
.bs-wrap .table > tfoot > tr > th.warning, | |
.bs-wrap .table > thead > tr.warning > td, | |
.bs-wrap .table > thead > tr.warning > th, | |
.bs-wrap .table > thead > tr > td.warning, | |
.bs-wrap .table > thead > tr > th.warning { | |
background-color: #fcf8e3; | |
} | |
.bs-wrap .table-hover > tbody > tr.warning:hover > td, | |
.bs-wrap .table-hover > tbody > tr.warning:hover > th, | |
.bs-wrap .table-hover > tbody > tr:hover > .warning, | |
.bs-wrap .table-hover > tbody > tr > td.warning:hover, | |
.bs-wrap .table-hover > tbody > tr > th.warning:hover { | |
background-color: #faf2cc; | |
} | |
.bs-wrap .table > tbody > tr.danger > td, | |
.bs-wrap .table > tbody > tr.danger > th, | |
.bs-wrap .table > tbody > tr > td.danger, | |
.bs-wrap .table > tbody > tr > th.danger, | |
.bs-wrap .table > tfoot > tr.danger > td, | |
.bs-wrap .table > tfoot > tr.danger > th, | |
.bs-wrap .table > tfoot > tr > td.danger, | |
.bs-wrap .table > tfoot > tr > th.danger, | |
.bs-wrap .table > thead > tr.danger > td, | |
.bs-wrap .table > thead > tr.danger > th, | |
.bs-wrap .table > thead > tr > td.danger, | |
.bs-wrap .table > thead > tr > th.danger { | |
background-color: #f2dede; | |
} | |
.bs-wrap .table-hover > tbody > tr.danger:hover > td, | |
.bs-wrap .table-hover > tbody > tr.danger:hover > th, | |
.bs-wrap .table-hover > tbody > tr:hover > .danger, | |
.bs-wrap .table-hover > tbody > tr > td.danger:hover, | |
.bs-wrap .table-hover > tbody > tr > th.danger:hover { | |
background-color: #ebcccc; | |
} | |
.bs-wrap .table-responsive { | |
min-height: .01%; | |
overflow-x: auto; | |
} | |
@media screen and (max-width: 767px) { | |
.bs-wrap .table-responsive { | |
width: 100%; | |
margin-bottom: 15px; | |
overflow-y: hidden; | |
-ms-overflow-style: -ms-autohiding-scrollbar; | |
border: 1px solid #dddddd; | |
} | |
.bs-wrap .table-responsive > .table { | |
margin-bottom: 0; | |
} | |
.bs-wrap .table-responsive > .table > tbody > tr > td, | |
.bs-wrap .table-responsive > .table > tbody > tr > th, | |
.bs-wrap .table-responsive > .table > tfoot > tr > td, | |
.bs-wrap .table-responsive > .table > tfoot > tr > th, | |
.bs-wrap .table-responsive > .table > thead > tr > td, | |
.bs-wrap .table-responsive > .table > thead > tr > th { | |
white-space: nowrap; | |
} | |
.bs-wrap .table-responsive > .table-bordered { | |
border: 0; | |
} | |
.bs-wrap .table-responsive > .table-bordered > tbody > tr > td:first-child, | |
.bs-wrap .table-responsive > .table-bordered > tbody > tr > th:first-child, | |
.bs-wrap .table-responsive > .table-bordered > tfoot > tr > td:first-child, | |
.bs-wrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
.bs-wrap .table-responsive > .table-bordered > thead > tr > td:first-child, | |
.bs-wrap .table-responsive > .table-bordered > thead > tr > th:first-child { | |
border-left: 0; | |
} | |
.bs-wrap .table-responsive > .table-bordered > tbody > tr > td:last-child, | |
.bs-wrap .table-responsive > .table-bordered > tbody > tr > th:last-child, | |
.bs-wrap .table-responsive > .table-bordered > tfoot > tr > td:last-child, | |
.bs-wrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
.bs-wrap .table-responsive > .table-bordered > thead > tr > td:last-child, | |
.bs-wrap .table-responsive > .table-bordered > thead > tr > th:last-child { | |
border-right: 0; | |
} | |
.bs-wrap .table-responsive > .table-bordered > tbody > tr:last-child > td, | |
.bs-wrap .table-responsive > .table-bordered > tbody > tr:last-child > th, | |
.bs-wrap .table-responsive > .table-bordered > tfoot > tr:last-child > td, | |
.bs-wrap .table-responsive > .table-bordered > tfoot > tr:last-child > th { | |
border-bottom: 0; | |
} | |
} | |
.bs-wrap fieldset { | |
min-width: 0; | |
padding: 0; | |
margin: 0; | |
border: 0; | |
} | |
.bs-wrap legend { | |
display: block; | |
width: 100%; | |
padding: 0; | |
margin-bottom: 20px; | |
font-size: 21px; | |
line-height: inherit; | |
color: #333; | |
border: 0; | |
border-bottom: 1px solid #e5e5e5; | |
} | |
.bs-wrap label { | |
display: inline-block; | |
max-width: 100%; | |
margin-bottom: 5px; | |
font-weight: 700; | |
} | |
.bs-wrap input[type=search] { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
.bs-wrap input[type=checkbox], | |
.bs-wrap input[type=radio] { | |
margin: 4px 0 0; | |
margin-top: 1px \9; | |
line-height: normal; | |
} | |
.bs-wrap input[type=file] { | |
display: block; | |
} | |
.bs-wrap input[type=range] { | |
display: block; | |
width: 100%; | |
} | |
.bs-wrap select[multiple], | |
.bs-wrap select[size] { | |
height: auto; | |
} | |
.bs-wrap input[type=file]:focus, | |
.bs-wrap input[type=checkbox]:focus, | |
.bs-wrap input[type=radio]:focus { | |
outline: thin dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; | |
} | |
.bs-wrap output { | |
display: block; | |
padding-top: 7px; | |
font-size: 14px; | |
line-height: 1.42857143; | |
color: #555555; | |
} | |
.bs-wrap .form-control { | |
display: block; | |
width: 100%; | |
height: 34px; | |
padding: 6px 12px; | |
font-size: 14px; | |
line-height: 1.42857143; | |
color: #555; | |
background-color: #fff; | |
background-image: none; | |
border: 1px solid #ccc; | |
border-radius: 4px; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; | |
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; | |
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; | |
} | |
.bs-wrap .form-control:focus { | |
border-color: #66afe9; | |
outline: 0; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
} | |
.bs-wrap .form-control::-moz-placeholder { | |
color: #999; | |
opacity: 1; | |
} | |
.bs-wrap .form-control:-ms-input-placeholder { | |
color: #999999; | |
} | |
.bs-wrap .form-control::-webkit-input-placeholder { | |
color: #999999; | |
} | |
.bs-wrap .form-control[disabled], | |
.bs-wrap .form-control[readonly], | |
.bs-wrap fieldset[disabled] .form-control { | |
cursor: not-allowed; | |
background-color: #eee; | |
opacity: 1; | |
} | |
.bs-wrap textarea.form-control { | |
height: auto; | |
} | |
.bs-wrap input[type=search] { | |
-webkit-appearance: none; | |
} | |
@media screen and (-webkit-min-device-pixel-ratio: 0) { | |
.bs-wrap input[type=date], | |
.bs-wrap input[type=time], | |
.bs-wrap input[type=datetime-local], | |
.bs-wrap input[type=month] { | |
line-height: 34px; | |
} | |
.bs-wrap .input-group-sm input[type=date], | |
.bs-wrap .input-group-sm input[type=time], | |
.bs-wrap .input-group-sm input[type=datetime-local], | |
.bs-wrap .input-group-sm input[type=month], | |
.bs-wrap input[type=date].input-sm, | |
.bs-wrap input[type=time].input-sm, | |
.bs-wrap input[type=datetime-local].input-sm, | |
.bs-wrap input[type=month].input-sm { | |
line-height: 30px; | |
} | |
.bs-wrap .input-group-lg input[type=date], | |
.bs-wrap .input-group-lg input[type=time], | |
.bs-wrap .input-group-lg input[type=datetime-local], | |
.bs-wrap .input-group-lg input[type=month], | |
.bs-wrap input[type=date].input-lg, | |
.bs-wrap input[type=time].input-lg, | |
.bs-wrap input[type=datetime-local].input-lg, | |
.bs-wrap input[type=month].input-lg { | |
line-height: 46px; | |
} | |
} | |
.bs-wrap .form-group { | |
margin-bottom: 15px; | |
} | |
.bs-wrap .checkbox, | |
.bs-wrap .radio { | |
position: relative; | |
display: block; | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
.bs-wrap .checkbox label, | |
.bs-wrap .radio label { | |
min-height: 20px; | |
padding-left: 20px; | |
margin-bottom: 0; | |
font-weight: 400; | |
cursor: pointer; | |
} | |
.bs-wrap .checkbox input[type=checkbox], | |
.bs-wrap .checkbox-inline input[type=checkbox], | |
.bs-wrap .radio input[type=radio], | |
.bs-wrap .radio-inline input[type=radio] { | |
position: absolute; | |
margin-top: 4px \9; | |
margin-left: -20px; | |
} | |
.bs-wrap .checkbox + .checkbox, | |
.bs-wrap .radio + .radio { | |
margin-top: -5px; | |
} | |
.bs-wrap .checkbox-inline, | |
.bs-wrap .radio-inline { | |
display: inline-block; | |
padding-left: 20px; | |
margin-bottom: 0; | |
font-weight: 400; | |
vertical-align: middle; | |
cursor: pointer; | |
} | |
.bs-wrap .checkbox-inline + .checkbox-inline, | |
.bs-wrap .radio-inline + .radio-inline { | |
margin-top: 0; | |
margin-left: 10px; | |
} | |
.bs-wrap fieldset[disabled] input[type=checkbox], | |
.bs-wrap fieldset[disabled] input[type=radio], | |
.bs-wrap input[type=checkbox].disabled, | |
.bs-wrap input[type=checkbox][disabled], | |
.bs-wrap input[type=radio].disabled, | |
.bs-wrap input[type=radio][disabled] { | |
cursor: not-allowed; | |
} | |
.bs-wrap .checkbox-inline.disabled, | |
.bs-wrap .radio-inline.disabled, | |
.bs-wrap fieldset[disabled] .checkbox-inline, | |
.bs-wrap fieldset[disabled] .radio-inline { | |
cursor: not-allowed; | |
} | |
.bs-wrap .checkbox.disabled label, | |
.bs-wrap .radio.disabled label, | |
.bs-wrap fieldset[disabled] .checkbox label, | |
.bs-wrap fieldset[disabled] .radio label { | |
cursor: not-allowed; | |
} | |
.bs-wrap .form-control-static { | |
padding-top: 7px; | |
padding-bottom: 7px; | |
margin-bottom: 0; | |
} | |
.bs-wrap .form-control-static.input-lg, | |
.bs-wrap .form-control-static.input-sm { | |
padding-right: 0; | |
padding-left: 0; | |
} | |
.bs-wrap .input-sm { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; | |
} | |
.bs-wrap select.input-sm { | |
height: 30px; | |
line-height: 30px; | |
} | |
.bs-wrap select[multiple].input-sm, | |
.bs-wrap textarea.input-sm { | |
height: auto; | |
} | |
.bs-wrap .form-group-sm .form-control { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; | |
} | |
.bs-wrap select.form-group-sm .form-control { | |
height: 30px; | |
line-height: 30px; | |
} | |
.bs-wrap select[multiple].form-group-sm .form-control, | |
.bs-wrap textarea.form-group-sm .form-control { | |
height: auto; | |
} | |
.bs-wrap .form-group-sm .form-control-static { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
} | |
.bs-wrap .input-lg { | |
height: 46px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.3333333; | |
border-radius: 6px; | |
} | |
.bs-wrap select.input-lg { | |
height: 46px; | |
line-height: 46px; | |
} | |
.bs-wrap select[multiple].input-lg, | |
.bs-wrap textarea.input-lg { | |
height: auto; | |
} | |
.bs-wrap .form-group-lg .form-control { | |
height: 46px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.3333333; | |
border-radius: 6px; | |
} | |
.bs-wrap select.form-group-lg .form-control { | |
height: 46px; | |
line-height: 46px; | |
} | |
.bs-wrap select[multiple].form-group-lg .form-control, | |
.bs-wrap textarea.form-group-lg .form-control { | |
height: auto; | |
} | |
.bs-wrap .form-group-lg .form-control-static { | |
height: 46px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.3333333; | |
} | |
.bs-wrap .has-feedback { | |
position: relative; | |
} | |
.bs-wrap .has-feedback .form-control { | |
padding-right: 42.5px; | |
} | |
.bs-wrap .form-control-feedback { | |
position: absolute; | |
top: 0; | |
right: 0; | |
z-index: 2; | |
display: block; | |
width: 34px; | |
height: 34px; | |
line-height: 34px; | |
text-align: center; | |
pointer-events: none; | |
} | |
.bs-wrap .input-lg + .form-control-feedback { | |
width: 46px; | |
height: 46px; | |
line-height: 46px; | |
} | |
.bs-wrap .input-sm + .form-control-feedback { | |
width: 30px; | |
height: 30px; | |
line-height: 30px; | |
} | |
.bs-wrap .has-success .checkbox, | |
.bs-wrap .has-success .checkbox-inline, | |
.bs-wrap .has-success .control-label, | |
.bs-wrap .has-success .help-block, | |
.bs-wrap .has-success .radio, | |
.bs-wrap .has-success .radio-inline, | |
.bs-wrap .has-success.checkbox label, | |
.bs-wrap .has-success.checkbox-inline label, | |
.bs-wrap .has-success.radio label, | |
.bs-wrap .has-success.radio-inline label { | |
color: #3c763d; | |
} | |
.bs-wrap .has-success .form-control { | |
border-color: #3c763d; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
} | |
.bs-wrap .has-success .form-control:focus { | |
border-color: #2b542c; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; | |
} | |
.bs-wrap .has-success .input-group-addon { | |
color: #3c763d; | |
background-color: #dff0d8; | |
border-color: #3c763d; | |
} | |
.bs-wrap .has-success .form-control-feedback { | |
color: #3c763d; | |
} | |
.bs-wrap .has-warning .checkbox, | |
.bs-wrap .has-warning .checkbox-inline, | |
.bs-wrap .has-warning .control-label, | |
.bs-wrap .has-warning .help-block, | |
.bs-wrap .has-warning .radio, | |
.bs-wrap .has-warning .radio-inline, | |
.bs-wrap .has-warning.checkbox label, | |
.bs-wrap .has-warning.checkbox-inline label, | |
.bs-wrap .has-warning.radio label, | |
.bs-wrap .has-warning.radio-inline label { | |
color: #8a6d3b; | |
} | |
.bs-wrap .has-warning .form-control { | |
border-color: #8a6d3b; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
} | |
.bs-wrap .has-warning .form-control:focus { | |
border-color: #66512c; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; | |
} | |
.bs-wrap .has-warning .input-group-addon { | |
color: #8a6d3b; | |
background-color: #fcf8e3; | |
border-color: #8a6d3b; | |
} | |
.bs-wrap .has-warning .form-control-feedback { | |
color: #8a6d3b; | |
} | |
.bs-wrap .has-error .checkbox, | |
.bs-wrap .has-error .checkbox-inline, | |
.bs-wrap .has-error .control-label, | |
.bs-wrap .has-error .help-block, | |
.bs-wrap .has-error .radio, | |
.bs-wrap .has-error .radio-inline, | |
.bs-wrap .has-error.checkbox label, | |
.bs-wrap .has-error.checkbox-inline label, | |
.bs-wrap .has-error.radio label, | |
.bs-wrap .has-error.radio-inline label { | |
color: #a94442; | |
} | |
.bs-wrap .has-error .form-control { | |
border-color: #a94442; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
} | |
.bs-wrap .has-error .form-control:focus { | |
border-color: #843534; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; | |
} | |
.bs-wrap .has-error .input-group-addon { | |
color: #a94442; | |
background-color: #f2dede; | |
border-color: #a94442; | |
} | |
.bs-wrap .has-error .form-control-feedback { | |
color: #a94442; | |
} | |
.bs-wrap .has-feedback label ~ .form-control-feedback { | |
top: 25px; | |
} | |
.bs-wrap .has-feedback label.sr-only ~ .form-control-feedback { | |
top: 0; | |
} | |
.bs-wrap .help-block { | |
display: block; | |
margin-top: 5px; | |
margin-bottom: 10px; | |
color: #737373; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .form-inline .form-group { | |
display: inline-block; | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
.bs-wrap .form-inline .form-control { | |
display: inline-block; | |
width: auto; | |
vertical-align: middle; | |
} | |
.bs-wrap .form-inline .form-control-static { | |
display: inline-block; | |
} | |
.bs-wrap .form-inline .input-group { | |
display: inline-table; | |
vertical-align: middle; | |
} | |
.bs-wrap .form-inline .input-group .form-control, | |
.bs-wrap .form-inline .input-group .input-group-addon, | |
.bs-wrap .form-inline .input-group .input-group-btn { | |
width: auto; | |
} | |
.bs-wrap .form-inline .input-group > .form-control { | |
width: 100%; | |
} | |
.bs-wrap .form-inline .control-label { | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
.bs-wrap .form-inline .checkbox, | |
.bs-wrap .form-inline .radio { | |
display: inline-block; | |
margin-top: 0; | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
.bs-wrap .form-inline .checkbox label, | |
.bs-wrap .form-inline .radio label { | |
padding-left: 0; | |
} | |
.bs-wrap .form-inline .checkbox input[type=checkbox], | |
.bs-wrap .form-inline .radio input[type=radio] { | |
position: relative; | |
margin-left: 0; | |
} | |
.bs-wrap .form-inline .has-feedback .form-control-feedback { | |
top: 0; | |
} | |
} | |
.bs-wrap .form-horizontal .checkbox, | |
.bs-wrap .form-horizontal .checkbox-inline, | |
.bs-wrap .form-horizontal .radio, | |
.bs-wrap .form-horizontal .radio-inline { | |
padding-top: 7px; | |
margin-top: 0; | |
margin-bottom: 0; | |
} | |
.bs-wrap .form-horizontal .checkbox, | |
.bs-wrap .form-horizontal .radio { | |
min-height: 27px; | |
} | |
.bs-wrap .form-horizontal .form-group { | |
margin-right: -15px; | |
margin-left: -15px; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .form-horizontal .control-label { | |
padding-top: 7px; | |
margin-bottom: 0; | |
text-align: right; | |
} | |
} | |
.bs-wrap .form-horizontal .has-feedback .form-control-feedback { | |
right: 15px; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .form-horizontal .form-group-lg .control-label { | |
padding-top: 14.33px; | |
} | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .form-horizontal .form-group-sm .control-label { | |
padding-top: 6px; | |
} | |
} | |
.bs-wrap .btn { | |
display: inline-block; | |
padding: 6px 12px; | |
margin-bottom: 0; | |
font-size: 14px; | |
font-weight: 400; | |
line-height: 1.42857143; | |
text-align: center; | |
white-space: nowrap; | |
vertical-align: middle; | |
-ms-touch-action: manipulation; | |
touch-action: manipulation; | |
cursor: pointer; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
background-image: none; | |
border: 1px solid transparent; | |
border-radius: 4px; | |
} | |
.bs-wrap .btn.active.focus, | |
.bs-wrap .btn.active:focus, | |
.bs-wrap .btn.focus, | |
.bs-wrap .btn:active.focus, | |
.bs-wrap .btn:active:focus, | |
.bs-wrap .btn:focus { | |
outline: thin dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; | |
} | |
.bs-wrap .btn.focus, | |
.bs-wrap .btn:focus, | |
.bs-wrap .btn:hover { | |
color: #333; | |
text-decoration: none; | |
} | |
.bs-wrap .btn.active, | |
.bs-wrap .btn:active { | |
background-image: none; | |
outline: 0; | |
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
} | |
.bs-wrap .btn.disabled, | |
.bs-wrap .btn[disabled], | |
.bs-wrap fieldset[disabled] .btn { | |
pointer-events: none; | |
cursor: not-allowed; | |
filter: alpha(opacity=65); | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
opacity: 0.65; | |
} | |
.bs-wrap .btn-default { | |
color: #333; | |
background-color: #fff; | |
border-color: #cccccc; | |
} | |
.bs-wrap .btn-default.active, | |
.bs-wrap .btn-default.focus, | |
.bs-wrap .btn-default:active, | |
.bs-wrap .btn-default:focus, | |
.bs-wrap .btn-default:hover, | |
.bs-wrap .open > .dropdown-toggle.btn-default { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #adadad; | |
} | |
.bs-wrap .btn-default.active, | |
.bs-wrap .btn-default:active, | |
.bs-wrap .open > .dropdown-toggle.btn-default { | |
background-image: none; | |
} | |
.bs-wrap .btn-default.disabled, | |
.bs-wrap .btn-default.disabled.active, | |
.bs-wrap .btn-default.disabled.focus, | |
.bs-wrap .btn-default.disabled:active, | |
.bs-wrap .btn-default.disabled:focus, | |
.bs-wrap .btn-default.disabled:hover, | |
.bs-wrap .btn-default[disabled], | |
.bs-wrap .btn-default[disabled].active, | |
.bs-wrap .btn-default[disabled].focus, | |
.bs-wrap .btn-default[disabled]:active, | |
.bs-wrap .btn-default[disabled]:focus, | |
.bs-wrap .btn-default[disabled]:hover, | |
.bs-wrap fieldset[disabled] .btn-default, | |
.bs-wrap fieldset[disabled] .btn-default.active, | |
.bs-wrap fieldset[disabled] .btn-default.focus, | |
.bs-wrap fieldset[disabled] .btn-default:active, | |
.bs-wrap fieldset[disabled] .btn-default:focus, | |
.bs-wrap fieldset[disabled] .btn-default:hover { | |
background-color: #fff; | |
border-color: #cccccc; | |
} | |
.bs-wrap .btn-default .badge { | |
color: #fff; | |
background-color: #333333; | |
} | |
.bs-wrap .btn-primary { | |
color: #fff; | |
background-color: #337ab7; | |
border-color: #2e6da4; | |
} | |
.bs-wrap .btn-primary.active, | |
.bs-wrap .btn-primary.focus, | |
.bs-wrap .btn-primary:active, | |
.bs-wrap .btn-primary:focus, | |
.bs-wrap .btn-primary:hover, | |
.bs-wrap .open > .dropdown-toggle.btn-primary { | |
color: #fff; | |
background-color: #286090; | |
border-color: #204d74; | |
} | |
.bs-wrap .btn-primary.active, | |
.bs-wrap .btn-primary:active, | |
.bs-wrap .open > .dropdown-toggle.btn-primary { | |
background-image: none; | |
} | |
.bs-wrap .btn-primary.disabled, | |
.bs-wrap .btn-primary.disabled.active, | |
.bs-wrap .btn-primary.disabled.focus, | |
.bs-wrap .btn-primary.disabled:active, | |
.bs-wrap .btn-primary.disabled:focus, | |
.bs-wrap .btn-primary.disabled:hover, | |
.bs-wrap .btn-primary[disabled], | |
.bs-wrap .btn-primary[disabled].active, | |
.bs-wrap .btn-primary[disabled].focus, | |
.bs-wrap .btn-primary[disabled]:active, | |
.bs-wrap .btn-primary[disabled]:focus, | |
.bs-wrap .btn-primary[disabled]:hover, | |
.bs-wrap fieldset[disabled] .btn-primary, | |
.bs-wrap fieldset[disabled] .btn-primary.active, | |
.bs-wrap fieldset[disabled] .btn-primary.focus, | |
.bs-wrap fieldset[disabled] .btn-primary:active, | |
.bs-wrap fieldset[disabled] .btn-primary:focus, | |
.bs-wrap fieldset[disabled] .btn-primary:hover { | |
background-color: #337ab7; | |
border-color: #2e6da4; | |
} | |
.bs-wrap .btn-primary .badge { | |
color: #337ab7; | |
background-color: #ffffff; | |
} | |
.bs-wrap .btn-success { | |
color: #fff; | |
background-color: #5cb85c; | |
border-color: #4cae4c; | |
} | |
.bs-wrap .btn-success.active, | |
.bs-wrap .btn-success.focus, | |
.bs-wrap .btn-success:active, | |
.bs-wrap .btn-success:focus, | |
.bs-wrap .btn-success:hover, | |
.bs-wrap .open > .dropdown-toggle.btn-success { | |
color: #fff; | |
background-color: #449d44; | |
border-color: #398439; | |
} | |
.bs-wrap .btn-success.active, | |
.bs-wrap .btn-success:active, | |
.bs-wrap .open > .dropdown-toggle.btn-success { | |
background-image: none; | |
} | |
.bs-wrap .btn-success.disabled, | |
.bs-wrap .btn-success.disabled.active, | |
.bs-wrap .btn-success.disabled.focus, | |
.bs-wrap .btn-success.disabled:active, | |
.bs-wrap .btn-success.disabled:focus, | |
.bs-wrap .btn-success.disabled:hover, | |
.bs-wrap .btn-success[disabled], | |
.bs-wrap .btn-success[disabled].active, | |
.bs-wrap .btn-success[disabled].focus, | |
.bs-wrap .btn-success[disabled]:active, | |
.bs-wrap .btn-success[disabled]:focus, | |
.bs-wrap .btn-success[disabled]:hover, | |
.bs-wrap fieldset[disabled] .btn-success, | |
.bs-wrap fieldset[disabled] .btn-success.active, | |
.bs-wrap fieldset[disabled] .btn-success.focus, | |
.bs-wrap fieldset[disabled] .btn-success:active, | |
.bs-wrap fieldset[disabled] .btn-success:focus, | |
.bs-wrap fieldset[disabled] .btn-success:hover { | |
background-color: #5cb85c; | |
border-color: #4cae4c; | |
} | |
.bs-wrap .btn-success .badge { | |
color: #5cb85c; | |
background-color: #ffffff; | |
} | |
.bs-wrap .btn-info { | |
color: #fff; | |
background-color: #5bc0de; | |
border-color: #46b8da; | |
} | |
.bs-wrap .btn-info.active, | |
.bs-wrap .btn-info.focus, | |
.bs-wrap .btn-info:active, | |
.bs-wrap .btn-info:focus, | |
.bs-wrap .btn-info:hover, | |
.bs-wrap .open > .dropdown-toggle.btn-info { | |
color: #fff; | |
background-color: #31b0d5; | |
border-color: #269abc; | |
} | |
.bs-wrap .btn-info.active, | |
.bs-wrap .btn-info:active, | |
.bs-wrap .open > .dropdown-toggle.btn-info { | |
background-image: none; | |
} | |
.bs-wrap .btn-info.disabled, | |
.bs-wrap .btn-info.disabled.active, | |
.bs-wrap .btn-info.disabled.focus, | |
.bs-wrap .btn-info.disabled:active, | |
.bs-wrap .btn-info.disabled:focus, | |
.bs-wrap .btn-info.disabled:hover, | |
.bs-wrap .btn-info[disabled], | |
.bs-wrap .btn-info[disabled].active, | |
.bs-wrap .btn-info[disabled].focus, | |
.bs-wrap .btn-info[disabled]:active, | |
.bs-wrap .btn-info[disabled]:focus, | |
.bs-wrap .btn-info[disabled]:hover, | |
.bs-wrap fieldset[disabled] .btn-info, | |
.bs-wrap fieldset[disabled] .btn-info.active, | |
.bs-wrap fieldset[disabled] .btn-info.focus, | |
.bs-wrap fieldset[disabled] .btn-info:active, | |
.bs-wrap fieldset[disabled] .btn-info:focus, | |
.bs-wrap fieldset[disabled] .btn-info:hover { | |
background-color: #5bc0de; | |
border-color: #46b8da; | |
} | |
.bs-wrap .btn-info .badge { | |
color: #5bc0de; | |
background-color: #ffffff; | |
} | |
.bs-wrap .btn-warning { | |
color: #fff; | |
background-color: #f0ad4e; | |
border-color: #eea236; | |
} | |
.bs-wrap .btn-warning.active, | |
.bs-wrap .btn-warning.focus, | |
.bs-wrap .btn-warning:active, | |
.bs-wrap .btn-warning:focus, | |
.bs-wrap .btn-warning:hover, | |
.bs-wrap .open > .dropdown-toggle.btn-warning { | |
color: #fff; | |
background-color: #ec971f; | |
border-color: #d58512; | |
} | |
.bs-wrap .btn-warning.active, | |
.bs-wrap .btn-warning:active, | |
.bs-wrap .open > .dropdown-toggle.btn-warning { | |
background-image: none; | |
} | |
.bs-wrap .btn-warning.disabled, | |
.bs-wrap .btn-warning.disabled.active, | |
.bs-wrap .btn-warning.disabled.focus, | |
.bs-wrap .btn-warning.disabled:active, | |
.bs-wrap .btn-warning.disabled:focus, | |
.bs-wrap .btn-warning.disabled:hover, | |
.bs-wrap .btn-warning[disabled], | |
.bs-wrap .btn-warning[disabled].active, | |
.bs-wrap .btn-warning[disabled].focus, | |
.bs-wrap .btn-warning[disabled]:active, | |
.bs-wrap .btn-warning[disabled]:focus, | |
.bs-wrap .btn-warning[disabled]:hover, | |
.bs-wrap fieldset[disabled] .btn-warning, | |
.bs-wrap fieldset[disabled] .btn-warning.active, | |
.bs-wrap fieldset[disabled] .btn-warning.focus, | |
.bs-wrap fieldset[disabled] .btn-warning:active, | |
.bs-wrap fieldset[disabled] .btn-warning:focus, | |
.bs-wrap fieldset[disabled] .btn-warning:hover { | |
background-color: #f0ad4e; | |
border-color: #eea236; | |
} | |
.bs-wrap .btn-warning .badge { | |
color: #f0ad4e; | |
background-color: #ffffff; | |
} | |
.bs-wrap .btn-danger { | |
color: #fff; | |
background-color: #d9534f; | |
border-color: #d43f3a; | |
} | |
.bs-wrap .btn-danger.active, | |
.bs-wrap .btn-danger.focus, | |
.bs-wrap .btn-danger:active, | |
.bs-wrap .btn-danger:focus, | |
.bs-wrap .btn-danger:hover, | |
.bs-wrap .open > .dropdown-toggle.btn-danger { | |
color: #fff; | |
background-color: #c9302c; | |
border-color: #ac2925; | |
} | |
.bs-wrap .btn-danger.active, | |
.bs-wrap .btn-danger:active, | |
.bs-wrap .open > .dropdown-toggle.btn-danger { | |
background-image: none; | |
} | |
.bs-wrap .btn-danger.disabled, | |
.bs-wrap .btn-danger.disabled.active, | |
.bs-wrap .btn-danger.disabled.focus, | |
.bs-wrap .btn-danger.disabled:active, | |
.bs-wrap .btn-danger.disabled:focus, | |
.bs-wrap .btn-danger.disabled:hover, | |
.bs-wrap .btn-danger[disabled], | |
.bs-wrap .btn-danger[disabled].active, | |
.bs-wrap .btn-danger[disabled].focus, | |
.bs-wrap .btn-danger[disabled]:active, | |
.bs-wrap .btn-danger[disabled]:focus, | |
.bs-wrap .btn-danger[disabled]:hover, | |
.bs-wrap fieldset[disabled] .btn-danger, | |
.bs-wrap fieldset[disabled] .btn-danger.active, | |
.bs-wrap fieldset[disabled] .btn-danger.focus, | |
.bs-wrap fieldset[disabled] .btn-danger:active, | |
.bs-wrap fieldset[disabled] .btn-danger:focus, | |
.bs-wrap fieldset[disabled] .btn-danger:hover { | |
background-color: #d9534f; | |
border-color: #d43f3a; | |
} | |
.bs-wrap .btn-danger .badge { | |
color: #d9534f; | |
background-color: #ffffff; | |
} | |
.bs-wrap .btn-link { | |
font-weight: 400; | |
color: #337ab7; | |
border-radius: 0; | |
} | |
.bs-wrap .btn-link, | |
.bs-wrap .btn-link.active, | |
.bs-wrap .btn-link:active, | |
.bs-wrap .btn-link[disabled], | |
.bs-wrap fieldset[disabled] .btn-link { | |
background-color: transparent; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.bs-wrap .btn-link, | |
.bs-wrap .btn-link:active, | |
.bs-wrap .btn-link:focus, | |
.bs-wrap .btn-link:hover { | |
border-color: transparent; | |
} | |
.bs-wrap .btn-link:focus, | |
.bs-wrap .btn-link:hover { | |
color: #23527c; | |
text-decoration: underline; | |
background-color: transparent; | |
} | |
.bs-wrap .btn-link[disabled]:focus, | |
.bs-wrap .btn-link[disabled]:hover, | |
.bs-wrap fieldset[disabled] .btn-link:focus, | |
.bs-wrap fieldset[disabled] .btn-link:hover { | |
color: #777; | |
text-decoration: none; | |
} | |
.bs-wrap .btn-group-lg > .btn, | |
.bs-wrap .btn-lg { | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.3333333; | |
border-radius: 6px; | |
} | |
.bs-wrap .btn-group-sm > .btn, | |
.bs-wrap .btn-sm { | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; | |
} | |
.bs-wrap .btn-group-xs > .btn, | |
.bs-wrap .btn-xs { | |
padding: 1px 5px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; | |
} | |
.bs-wrap .btn-block { | |
display: block; | |
width: 100%; | |
} | |
.bs-wrap .btn-block + .btn-block { | |
margin-top: 5px; | |
} | |
.bs-wrap input[type=button].btn-block, | |
.bs-wrap input[type=reset].btn-block, | |
.bs-wrap input[type=submit].btn-block { | |
width: 100%; | |
} | |
.bs-wrap .fade { | |
opacity: 0; | |
-webkit-transition: opacity .15s linear; | |
-o-transition: opacity .15s linear; | |
transition: opacity 0.15s linear; | |
} | |
.bs-wrap .fade.in { | |
opacity: 1; | |
} | |
.bs-wrap .collapse { | |
display: none; | |
visibility: hidden; | |
} | |
.bs-wrap .collapse.in { | |
display: block; | |
visibility: visible; | |
} | |
.bs-wrap tr.collapse.in { | |
display: table-row; | |
} | |
.bs-wrap tbody.collapse.in { | |
display: table-row-group; | |
} | |
.bs-wrap .collapsing { | |
position: relative; | |
height: 0; | |
overflow: hidden; | |
-webkit-transition-timing-function: ease; | |
-o-transition-timing-function: ease; | |
transition-timing-function: ease; | |
-webkit-transition-duration: .35s; | |
-o-transition-duration: .35s; | |
transition-duration: .35s; | |
-webkit-transition-property: height,visibility; | |
-o-transition-property: height,visibility; | |
transition-property: height, visibility; | |
} | |
.bs-wrap .caret { | |
display: inline-block; | |
width: 0; | |
height: 0; | |
margin-left: 2px; | |
vertical-align: middle; | |
border-top: 4px solid; | |
border-right: 4px solid transparent; | |
border-left: 4px solid transparent; | |
} | |
.bs-wrap .dropdown, | |
.bs-wrap .dropup { | |
position: relative; | |
} | |
.bs-wrap .dropdown-toggle:focus { | |
outline: 0; | |
} | |
.bs-wrap .dropdown-menu { | |
position: absolute; | |
top: 100%; | |
left: 0; | |
z-index: 1000; | |
display: none; | |
float: left; | |
min-width: 160px; | |
padding: 5px 0; | |
margin: 2px 0 0; | |
font-size: 14px; | |
text-align: left; | |
list-style: none; | |
background-color: #fff; | |
-webkit-background-clip: padding-box; | |
background-clip: padding-box; | |
border: 1px solid #ccc; | |
border: 1px solid rgba(0, 0, 0, 0.15); | |
border-radius: 4px; | |
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | |
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | |
} | |
.bs-wrap .dropdown-menu.pull-right { | |
right: 0; | |
left: auto; | |
} | |
.bs-wrap .dropdown-menu .divider { | |
height: 1px; | |
margin: 9px 0; | |
overflow: hidden; | |
background-color: #e5e5e5; | |
} | |
.bs-wrap .dropdown-menu > li > a { | |
display: block; | |
padding: 3px 20px; | |
clear: both; | |
font-weight: 400; | |
line-height: 1.42857143; | |
color: #333; | |
white-space: nowrap; | |
} | |
.bs-wrap .dropdown-menu > li > a:focus, | |
.bs-wrap .dropdown-menu > li > a:hover { | |
color: #262626; | |
text-decoration: none; | |
background-color: #f5f5f5; | |
} | |
.bs-wrap .dropdown-menu > .active > a, | |
.bs-wrap .dropdown-menu > .active > a:focus, | |
.bs-wrap .dropdown-menu > .active > a:hover { | |
color: #fff; | |
text-decoration: none; | |
background-color: #337ab7; | |
outline: 0; | |
} | |
.bs-wrap .dropdown-menu > .disabled > a, | |
.bs-wrap .dropdown-menu > .disabled > a:focus, | |
.bs-wrap .dropdown-menu > .disabled > a:hover { | |
color: #777777; | |
} | |
.bs-wrap .dropdown-menu > .disabled > a:focus, | |
.bs-wrap .dropdown-menu > .disabled > a:hover { | |
text-decoration: none; | |
cursor: not-allowed; | |
background-color: transparent; | |
background-image: none; | |
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); | |
} | |
.bs-wrap .open > .dropdown-menu { | |
display: block; | |
} | |
.bs-wrap .open > a { | |
outline: 0; | |
} | |
.bs-wrap .dropdown-menu-right { | |
right: 0; | |
left: auto; | |
} | |
.bs-wrap .dropdown-menu-left { | |
right: auto; | |
left: 0; | |
} | |
.bs-wrap .dropdown-header { | |
display: block; | |
padding: 3px 20px; | |
font-size: 12px; | |
line-height: 1.42857143; | |
color: #777; | |
white-space: nowrap; | |
} | |
.bs-wrap .dropdown-backdrop { | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
z-index: 990; | |
} | |
.bs-wrap .pull-right > .dropdown-menu { | |
right: 0; | |
left: auto; | |
} | |
.bs-wrap .dropup .caret, | |
.bs-wrap .navbar-fixed-bottom .dropdown .caret { | |
content: ""; | |
border-top: 0; | |
border-bottom: 4px solid; | |
} | |
.bs-wrap .dropup .dropdown-menu, | |
.bs-wrap .navbar-fixed-bottom .dropdown .dropdown-menu { | |
top: auto; | |
bottom: 100%; | |
margin-bottom: 2px; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar-right .dropdown-menu { | |
right: 0; | |
left: auto; | |
} | |
.bs-wrap .navbar-right .dropdown-menu-left { | |
right: auto; | |
left: 0; | |
} | |
} | |
.bs-wrap .btn-group, | |
.bs-wrap .btn-group-vertical { | |
position: relative; | |
display: inline-block; | |
vertical-align: middle; | |
} | |
.bs-wrap .btn-group-vertical > .btn, | |
.bs-wrap .btn-group > .btn { | |
position: relative; | |
float: left; | |
} | |
.bs-wrap .btn-group-vertical > .btn.active, | |
.bs-wrap .btn-group-vertical > .btn:active, | |
.bs-wrap .btn-group-vertical > .btn:focus, | |
.bs-wrap .btn-group-vertical > .btn:hover, | |
.bs-wrap .btn-group > .btn.active, | |
.bs-wrap .btn-group > .btn:active, | |
.bs-wrap .btn-group > .btn:focus, | |
.bs-wrap .btn-group > .btn:hover { | |
z-index: 2; | |
} | |
.bs-wrap .btn-group .btn + .btn, | |
.bs-wrap .btn-group .btn + .btn-group, | |
.bs-wrap .btn-group .btn-group + .btn, | |
.bs-wrap .btn-group .btn-group + .btn-group { | |
margin-left: -1px; | |
} | |
.bs-wrap .btn-toolbar { | |
margin-left: -5px; | |
} | |
.bs-wrap .btn-toolbar .btn-group, | |
.bs-wrap .btn-toolbar .input-group { | |
float: left; | |
} | |
.bs-wrap .btn-toolbar > .btn, | |
.bs-wrap .btn-toolbar > .btn-group, | |
.bs-wrap .btn-toolbar > .input-group { | |
margin-left: 5px; | |
} | |
.bs-wrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { | |
border-radius: 0; | |
} | |
.bs-wrap .btn-group > .btn:first-child { | |
margin-left: 0; | |
} | |
.bs-wrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.bs-wrap .btn-group > .btn:last-child:not(:first-child), | |
.bs-wrap .btn-group > .dropdown-toggle:not(:first-child) { | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.bs-wrap .btn-group > .btn-group { | |
float: left; | |
} | |
.bs-wrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { | |
border-radius: 0; | |
} | |
.bs-wrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, | |
.bs-wrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.bs-wrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.bs-wrap .btn-group .dropdown-toggle:active, | |
.bs-wrap .btn-group.open .dropdown-toggle { | |
outline: 0; | |
} | |
.bs-wrap .btn-group > .btn + .dropdown-toggle { | |
padding-right: 8px; | |
padding-left: 8px; | |
} | |
.bs-wrap .btn-group > .btn-lg + .dropdown-toggle { | |
padding-right: 12px; | |
padding-left: 12px; | |
} | |
.bs-wrap .btn-group.open .dropdown-toggle { | |
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
} | |
.bs-wrap .btn-group.open .dropdown-toggle.btn-link { | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.bs-wrap .btn .caret { | |
margin-left: 0; | |
} | |
.bs-wrap .btn-lg .caret { | |
border-width: 5px 5px 0; | |
border-bottom-width: 0; | |
} | |
.bs-wrap .dropup .btn-lg .caret { | |
border-width: 0 5px 5px; | |
} | |
.bs-wrap .btn-group-vertical > .btn, | |
.bs-wrap .btn-group-vertical > .btn-group, | |
.bs-wrap .btn-group-vertical > .btn-group > .btn { | |
display: block; | |
float: none; | |
width: 100%; | |
max-width: 100%; | |
} | |
.bs-wrap .btn-group-vertical > .btn-group > .btn { | |
float: none; | |
} | |
.bs-wrap .btn-group-vertical > .btn + .btn, | |
.bs-wrap .btn-group-vertical > .btn + .btn-group, | |
.bs-wrap .btn-group-vertical > .btn-group + .btn, | |
.bs-wrap .btn-group-vertical > .btn-group + .btn-group { | |
margin-top: -1px; | |
margin-left: 0; | |
} | |
.bs-wrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) { | |
border-radius: 0; | |
} | |
.bs-wrap .btn-group-vertical > .btn:first-child:not(:last-child) { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.bs-wrap .btn-group-vertical > .btn:last-child:not(:first-child) { | |
border-top-left-radius: 0; | |
border-top-right-radius: 0; | |
border-bottom-left-radius: 4px; | |
} | |
.bs-wrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { | |
border-radius: 0; | |
} | |
.bs-wrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, | |
.bs-wrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.bs-wrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { | |
border-top-left-radius: 0; | |
border-top-right-radius: 0; | |
} | |
.bs-wrap .btn-group-justified { | |
display: table; | |
width: 100%; | |
table-layout: fixed; | |
border-collapse: separate; | |
} | |
.bs-wrap .btn-group-justified > .btn, | |
.bs-wrap .btn-group-justified > .btn-group { | |
display: table-cell; | |
float: none; | |
width: 1%; | |
} | |
.bs-wrap .btn-group-justified > .btn-group .btn { | |
width: 100%; | |
} | |
.bs-wrap .btn-group-justified > .btn-group .dropdown-menu { | |
left: auto; | |
} | |
.bs-wrap [data-toggle=buttons] > .btn input[type=checkbox], | |
.bs-wrap [data-toggle=buttons] > .btn input[type=radio], | |
.bs-wrap [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], | |
.bs-wrap [data-toggle=buttons] > .btn-group > .btn input[type=radio] { | |
position: absolute; | |
clip: rect(0, 0, 0, 0); | |
pointer-events: none; | |
} | |
.bs-wrap .input-group { | |
position: relative; | |
display: table; | |
border-collapse: separate; | |
} | |
.bs-wrap .input-group[class*=col-] { | |
float: none; | |
padding-right: 0; | |
padding-left: 0; | |
} | |
.bs-wrap .input-group .form-control { | |
position: relative; | |
z-index: 2; | |
float: left; | |
width: 100%; | |
margin-bottom: 0; | |
} | |
.bs-wrap .input-group-lg > .form-control, | |
.bs-wrap .input-group-lg > .input-group-addon, | |
.bs-wrap .input-group-lg > .input-group-btn > .btn { | |
height: 46px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.3333333; | |
border-radius: 6px; | |
} | |
.bs-wrap select.input-group-lg > .form-control, | |
.bs-wrap select.input-group-lg > .input-group-addon, | |
.bs-wrap select.input-group-lg > .input-group-btn > .btn { | |
height: 46px; | |
line-height: 46px; | |
} | |
.bs-wrap select[multiple].input-group-lg > .form-control, | |
.bs-wrap select[multiple].input-group-lg > .input-group-addon, | |
.bs-wrap select[multiple].input-group-lg > .input-group-btn > .btn, | |
.bs-wrap textarea.input-group-lg > .form-control, | |
.bs-wrap textarea.input-group-lg > .input-group-addon, | |
.bs-wrap textarea.input-group-lg > .input-group-btn > .btn { | |
height: auto; | |
} | |
.bs-wrap .input-group-sm > .form-control, | |
.bs-wrap .input-group-sm > .input-group-addon, | |
.bs-wrap .input-group-sm > .input-group-btn > .btn { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; | |
} | |
.bs-wrap select.input-group-sm > .form-control, | |
.bs-wrap select.input-group-sm > .input-group-addon, | |
.bs-wrap select.input-group-sm > .input-group-btn > .btn { | |
height: 30px; | |
line-height: 30px; | |
} | |
.bs-wrap select[multiple].input-group-sm > .form-control, | |
.bs-wrap select[multiple].input-group-sm > .input-group-addon, | |
.bs-wrap select[multiple].input-group-sm > .input-group-btn > .btn, | |
.bs-wrap textarea.input-group-sm > .form-control, | |
.bs-wrap textarea.input-group-sm > .input-group-addon, | |
.bs-wrap textarea.input-group-sm > .input-group-btn > .btn { | |
height: auto; | |
} | |
.bs-wrap .input-group .form-control, | |
.bs-wrap .input-group-addon, | |
.bs-wrap .input-group-btn { | |
display: table-cell; | |
} | |
.bs-wrap .input-group .form-control:not(:first-child):not(:last-child), | |
.bs-wrap .input-group-addon:not(:first-child):not(:last-child), | |
.bs-wrap .input-group-btn:not(:first-child):not(:last-child) { | |
border-radius: 0; | |
} | |
.bs-wrap .input-group-addon, | |
.bs-wrap .input-group-btn { | |
width: 1%; | |
white-space: nowrap; | |
vertical-align: middle; | |
} | |
.bs-wrap .input-group-addon { | |
padding: 6px 12px; | |
font-size: 14px; | |
font-weight: 400; | |
line-height: 1; | |
color: #555; | |
text-align: center; | |
background-color: #eee; | |
border: 1px solid #ccc; | |
border-radius: 4px; | |
} | |
.bs-wrap .input-group-addon.input-sm { | |
padding: 5px 10px; | |
font-size: 12px; | |
border-radius: 3px; | |
} | |
.bs-wrap .input-group-addon.input-lg { | |
padding: 10px 16px; | |
font-size: 18px; | |
border-radius: 6px; | |
} | |
.bs-wrap .input-group-addon input[type=checkbox], | |
.bs-wrap .input-group-addon input[type=radio] { | |
margin-top: 0; | |
} | |
.bs-wrap .input-group .form-control:first-child, | |
.bs-wrap .input-group-addon:first-child, | |
.bs-wrap .input-group-btn:first-child > .btn, | |
.bs-wrap .input-group-btn:first-child > .btn-group > .btn, | |
.bs-wrap .input-group-btn:first-child > .dropdown-toggle, | |
.bs-wrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, | |
.bs-wrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
.bs-wrap .input-group-addon:first-child { | |
border-right: 0; | |
} | |
.bs-wrap .input-group .form-control:last-child, | |
.bs-wrap .input-group-addon:last-child, | |
.bs-wrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, | |
.bs-wrap .input-group-btn:first-child > .btn:not(:first-child), | |
.bs-wrap .input-group-btn:last-child > .btn, | |
.bs-wrap .input-group-btn:last-child > .btn-group > .btn, | |
.bs-wrap .input-group-btn:last-child > .dropdown-toggle { | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.bs-wrap .input-group-addon:last-child { | |
border-left: 0; | |
} | |
.bs-wrap .input-group-btn { | |
position: relative; | |
font-size: 0; | |
white-space: nowrap; | |
} | |
.bs-wrap .input-group-btn > .btn { | |
position: relative; | |
} | |
.bs-wrap .input-group-btn > .btn + .btn { | |
margin-left: -1px; | |
} | |
.bs-wrap .input-group-btn > .btn:active, | |
.bs-wrap .input-group-btn > .btn:focus, | |
.bs-wrap .input-group-btn > .btn:hover { | |
z-index: 2; | |
} | |
.bs-wrap .input-group-btn:first-child > .btn, | |
.bs-wrap .input-group-btn:first-child > .btn-group { | |
margin-right: -1px; | |
} | |
.bs-wrap .input-group-btn:last-child > .btn, | |
.bs-wrap .input-group-btn:last-child > .btn-group { | |
margin-left: -1px; | |
} | |
.bs-wrap .nav { | |
padding-left: 0; | |
margin-bottom: 0; | |
list-style: none; | |
} | |
.bs-wrap .nav > li { | |
position: relative; | |
display: block; | |
} | |
.bs-wrap .nav > li > a { | |
position: relative; | |
display: block; | |
padding: 10px 15px; | |
} | |
.bs-wrap .nav > li > a:focus, | |
.bs-wrap .nav > li > a:hover { | |
text-decoration: none; | |
background-color: #eeeeee; | |
} | |
.bs-wrap .nav > li.disabled > a { | |
color: #777777; | |
} | |
.bs-wrap .nav > li.disabled > a:focus, | |
.bs-wrap .nav > li.disabled > a:hover { | |
color: #777; | |
text-decoration: none; | |
cursor: not-allowed; | |
background-color: transparent; | |
} | |
.bs-wrap .nav .open > a, | |
.bs-wrap .nav .open > a:focus, | |
.bs-wrap .nav .open > a:hover { | |
background-color: #eee; | |
border-color: #337ab7; | |
} | |
.bs-wrap .nav .nav-divider { | |
height: 1px; | |
margin: 9px 0; | |
overflow: hidden; | |
background-color: #e5e5e5; | |
} | |
.bs-wrap .nav > li > a > img { | |
max-width: none; | |
} | |
.bs-wrap .nav-tabs { | |
border-bottom: 1px solid #dddddd; | |
} | |
.bs-wrap .nav-tabs > li { | |
float: left; | |
margin-bottom: -1px; | |
} | |
.bs-wrap .nav-tabs > li > a { | |
margin-right: 2px; | |
line-height: 1.42857143; | |
border: 1px solid transparent; | |
border-radius: 4px 4px 0 0; | |
} | |
.bs-wrap .nav-tabs > li > a:hover { | |
border-color: #eeeeee #eeeeee #dddddd; | |
} | |
.bs-wrap .nav-tabs > li.active > a, | |
.bs-wrap .nav-tabs > li.active > a:focus, | |
.bs-wrap .nav-tabs > li.active > a:hover { | |
color: #555; | |
cursor: default; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-bottom-color: transparent; | |
} | |
.bs-wrap .nav-tabs.nav-justified { | |
width: 100%; | |
border-bottom: 0; | |
} | |
.bs-wrap .nav-tabs.nav-justified > li { | |
float: none; | |
} | |
.bs-wrap .nav-tabs.nav-justified > li > a { | |
margin-bottom: 5px; | |
text-align: center; | |
} | |
.bs-wrap .nav-tabs.nav-justified > .dropdown .dropdown-menu { | |
top: auto; | |
left: auto; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .nav-tabs.nav-justified > li { | |
display: table-cell; | |
width: 1%; | |
} | |
.bs-wrap .nav-tabs.nav-justified > li > a { | |
margin-bottom: 0; | |
} | |
} | |
.bs-wrap .nav-tabs.nav-justified > li > a { | |
margin-right: 0; | |
border-radius: 4px; | |
} | |
.bs-wrap .nav-tabs.nav-justified > .active > a, | |
.bs-wrap .nav-tabs.nav-justified > .active > a:focus, | |
.bs-wrap .nav-tabs.nav-justified > .active > a:hover { | |
border: 1px solid #dddddd; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .nav-tabs.nav-justified > li > a { | |
border-bottom: 1px solid #ddd; | |
border-radius: 4px 4px 0 0; | |
} | |
.bs-wrap .nav-tabs.nav-justified > .active > a, | |
.bs-wrap .nav-tabs.nav-justified > .active > a:focus, | |
.bs-wrap .nav-tabs.nav-justified > .active > a:hover { | |
border-bottom-color: #ffffff; | |
} | |
} | |
.bs-wrap .nav-pills > li { | |
float: left; | |
} | |
.bs-wrap .nav-pills > li > a { | |
border-radius: 4px; | |
} | |
.bs-wrap .nav-pills > li + li { | |
margin-left: 2px; | |
} | |
.bs-wrap .nav-pills > li.active > a, | |
.bs-wrap .nav-pills > li.active > a:focus, | |
.bs-wrap .nav-pills > li.active > a:hover { | |
color: #fff; | |
background-color: #337ab7; | |
} | |
.bs-wrap .nav-stacked > li { | |
float: none; | |
} | |
.bs-wrap .nav-stacked > li + li { | |
margin-top: 2px; | |
margin-left: 0; | |
} | |
.bs-wrap .nav-justified { | |
width: 100%; | |
} | |
.bs-wrap .nav-justified > li { | |
float: none; | |
} | |
.bs-wrap .nav-justified > li > a { | |
margin-bottom: 5px; | |
text-align: center; | |
} | |
.bs-wrap .nav-justified > .dropdown .dropdown-menu { | |
top: auto; | |
left: auto; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .nav-justified > li { | |
display: table-cell; | |
width: 1%; | |
} | |
.bs-wrap .nav-justified > li > a { | |
margin-bottom: 0; | |
} | |
} | |
.bs-wrap .nav-tabs-justified { | |
border-bottom: 0; | |
} | |
.bs-wrap .nav-tabs-justified > li > a { | |
margin-right: 0; | |
border-radius: 4px; | |
} | |
.bs-wrap .nav-tabs-justified > .active > a, | |
.bs-wrap .nav-tabs-justified > .active > a:focus, | |
.bs-wrap .nav-tabs-justified > .active > a:hover { | |
border: 1px solid #dddddd; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .nav-tabs-justified > li > a { | |
border-bottom: 1px solid #ddd; | |
border-radius: 4px 4px 0 0; | |
} | |
.bs-wrap .nav-tabs-justified > .active > a, | |
.bs-wrap .nav-tabs-justified > .active > a:focus, | |
.bs-wrap .nav-tabs-justified > .active > a:hover { | |
border-bottom-color: #ffffff; | |
} | |
} | |
.bs-wrap .tab-content > .tab-pane { | |
display: none; | |
visibility: hidden; | |
} | |
.bs-wrap .tab-content > .active { | |
display: block; | |
visibility: visible; | |
} | |
.bs-wrap .nav-tabs .dropdown-menu { | |
margin-top: -1px; | |
border-top-left-radius: 0; | |
border-top-right-radius: 0; | |
} | |
.bs-wrap .navbar { | |
position: relative; | |
min-height: 50px; | |
margin-bottom: 20px; | |
border: 1px solid transparent; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar { | |
border-radius: 4px; | |
} | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar-header { | |
float: left; | |
} | |
} | |
.bs-wrap .navbar-collapse { | |
padding-right: 15px; | |
padding-left: 15px; | |
overflow-x: visible; | |
-webkit-overflow-scrolling: touch; | |
border-top: 1px solid transparent; | |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); | |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); | |
} | |
.bs-wrap .navbar-collapse.in { | |
overflow-y: auto; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar-collapse { | |
width: auto; | |
border-top: 0; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.bs-wrap .navbar-collapse.collapse { | |
display: block!important; | |
height: auto!important; | |
padding-bottom: 0; | |
overflow: visible!important; | |
visibility: visible !important; | |
} | |
.bs-wrap .navbar-collapse.in { | |
overflow-y: visible; | |
} | |
.bs-wrap .navbar-fixed-bottom .navbar-collapse, | |
.bs-wrap .navbar-fixed-top .navbar-collapse, | |
.bs-wrap .navbar-static-top .navbar-collapse { | |
padding-right: 0; | |
padding-left: 0; | |
} | |
} | |
.bs-wrap .navbar-fixed-bottom .navbar-collapse, | |
.bs-wrap .navbar-fixed-top .navbar-collapse { | |
max-height: 340px; | |
} | |
@media (max-device-width: 480px) and (orientation: landscape) { | |
.bs-wrap .navbar-fixed-bottom .navbar-collapse, | |
.bs-wrap .navbar-fixed-top .navbar-collapse { | |
max-height: 200px; | |
} | |
} | |
.bs-wrap .container-fluid > .navbar-collapse, | |
.bs-wrap .container-fluid > .navbar-header, | |
.bs-wrap .container > .navbar-collapse, | |
.bs-wrap .container > .navbar-header { | |
margin-right: -15px; | |
margin-left: -15px; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .container-fluid > .navbar-collapse, | |
.bs-wrap .container-fluid > .navbar-header, | |
.bs-wrap .container > .navbar-collapse, | |
.bs-wrap .container > .navbar-header { | |
margin-right: 0; | |
margin-left: 0; | |
} | |
} | |
.bs-wrap .navbar-static-top { | |
z-index: 1000; | |
border-width: 0 0 1px; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar-static-top { | |
border-radius: 0; | |
} | |
} | |
.bs-wrap .navbar-fixed-bottom, | |
.bs-wrap .navbar-fixed-top { | |
position: fixed; | |
right: 0; | |
left: 0; | |
z-index: 1030; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar-fixed-bottom, | |
.bs-wrap .navbar-fixed-top { | |
border-radius: 0; | |
} | |
} | |
.bs-wrap .navbar-fixed-top { | |
top: 0; | |
border-width: 0 0 1px; | |
} | |
.bs-wrap .navbar-fixed-bottom { | |
bottom: 0; | |
margin-bottom: 0; | |
border-width: 1px 0 0; | |
} | |
.bs-wrap .navbar-brand { | |
float: left; | |
height: 50px; | |
padding: 15px 15px; | |
font-size: 18px; | |
line-height: 20px; | |
} | |
.bs-wrap .navbar-brand:focus, | |
.bs-wrap .navbar-brand:hover { | |
text-decoration: none; | |
} | |
.bs-wrap .navbar-brand > img { | |
display: block; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar > .container .navbar-brand, | |
.bs-wrap .navbar > .container-fluid .navbar-brand { | |
margin-left: -15px; | |
} | |
} | |
.bs-wrap .navbar-toggle { | |
position: relative; | |
float: right; | |
padding: 9px 10px; | |
margin-top: 8px; | |
margin-right: 15px; | |
margin-bottom: 8px; | |
background-color: transparent; | |
background-image: none; | |
border: 1px solid transparent; | |
border-radius: 4px; | |
} | |
.bs-wrap .navbar-toggle:focus { | |
outline: 0; | |
} | |
.bs-wrap .navbar-toggle .icon-bar { | |
display: block; | |
width: 22px; | |
height: 2px; | |
border-radius: 1px; | |
} | |
.bs-wrap .navbar-toggle .icon-bar + .icon-bar { | |
margin-top: 4px; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar-toggle { | |
display: none; | |
} | |
} | |
.bs-wrap .navbar-nav { | |
margin: 7.5px -15px; | |
} | |
.bs-wrap .navbar-nav > li > a { | |
padding-top: 10px; | |
padding-bottom: 10px; | |
line-height: 20px; | |
} | |
@media (max-width: 767px) { | |
.bs-wrap .navbar-nav .open .dropdown-menu { | |
position: static; | |
float: none; | |
width: auto; | |
margin-top: 0; | |
background-color: transparent; | |
border: 0; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.bs-wrap .navbar-nav .open .dropdown-menu .dropdown-header, | |
.bs-wrap .navbar-nav .open .dropdown-menu > li > a { | |
padding: 5px 15px 5px 25px; | |
} | |
.bs-wrap .navbar-nav .open .dropdown-menu > li > a { | |
line-height: 20px; | |
} | |
.bs-wrap .navbar-nav .open .dropdown-menu > li > a:focus, | |
.bs-wrap .navbar-nav .open .dropdown-menu > li > a:hover { | |
background-image: none; | |
} | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar-nav { | |
float: left; | |
margin: 0; | |
} | |
.bs-wrap .navbar-nav > li { | |
float: left; | |
} | |
.bs-wrap .navbar-nav > li > a { | |
padding-top: 15px; | |
padding-bottom: 15px; | |
} | |
} | |
.bs-wrap .navbar-form { | |
padding: 10px 15px; | |
margin-top: 8px; | |
margin-right: -15px; | |
margin-bottom: 8px; | |
margin-left: -15px; | |
border-top: 1px solid transparent; | |
border-bottom: 1px solid transparent; | |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); | |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar-form .form-group { | |
display: inline-block; | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
.bs-wrap .navbar-form .form-control { | |
display: inline-block; | |
width: auto; | |
vertical-align: middle; | |
} | |
.bs-wrap .navbar-form .form-control-static { | |
display: inline-block; | |
} | |
.bs-wrap .navbar-form .input-group { | |
display: inline-table; | |
vertical-align: middle; | |
} | |
.bs-wrap .navbar-form .input-group .form-control, | |
.bs-wrap .navbar-form .input-group .input-group-addon, | |
.bs-wrap .navbar-form .input-group .input-group-btn { | |
width: auto; | |
} | |
.bs-wrap .navbar-form .input-group > .form-control { | |
width: 100%; | |
} | |
.bs-wrap .navbar-form .control-label { | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
.bs-wrap .navbar-form .checkbox, | |
.bs-wrap .navbar-form .radio { | |
display: inline-block; | |
margin-top: 0; | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
.bs-wrap .navbar-form .checkbox label, | |
.bs-wrap .navbar-form .radio label { | |
padding-left: 0; | |
} | |
.bs-wrap .navbar-form .checkbox input[type=checkbox], | |
.bs-wrap .navbar-form .radio input[type=radio] { | |
position: relative; | |
margin-left: 0; | |
} | |
.bs-wrap .navbar-form .has-feedback .form-control-feedback { | |
top: 0; | |
} | |
} | |
@media (max-width: 767px) { | |
.bs-wrap .navbar-form .form-group { | |
margin-bottom: 5px; | |
} | |
.bs-wrap .navbar-form .form-group:last-child { | |
margin-bottom: 0; | |
} | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar-form { | |
width: auto; | |
padding-top: 0; | |
padding-bottom: 0; | |
margin-right: 0; | |
margin-left: 0; | |
border: 0; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
} | |
.bs-wrap .navbar-nav > li > .dropdown-menu { | |
margin-top: 0; | |
border-top-left-radius: 0; | |
border-top-right-radius: 0; | |
} | |
.bs-wrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { | |
margin-bottom: 0; | |
border-top-left-radius: 4px; | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.bs-wrap .navbar-btn { | |
margin-top: 8px; | |
margin-bottom: 8px; | |
} | |
.bs-wrap .navbar-btn.btn-sm { | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
.bs-wrap .navbar-btn.btn-xs { | |
margin-top: 14px; | |
margin-bottom: 14px; | |
} | |
.bs-wrap .navbar-text { | |
margin-top: 15px; | |
margin-bottom: 15px; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar-text { | |
float: left; | |
margin-right: 15px; | |
margin-left: 15px; | |
} | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .navbar-left { | |
float: left !important; | |
} | |
.bs-wrap .navbar-right { | |
float: right!important; | |
margin-right: -15px; | |
} | |
.bs-wrap .navbar-right ~ .navbar-right { | |
margin-right: 0; | |
} | |
} | |
.bs-wrap .navbar-default { | |
background-color: #f8f8f8; | |
border-color: #e7e7e7; | |
} | |
.bs-wrap .navbar-default .navbar-brand { | |
color: #777777; | |
} | |
.bs-wrap .navbar-default .navbar-brand:focus, | |
.bs-wrap .navbar-default .navbar-brand:hover { | |
color: #5e5e5e; | |
background-color: transparent; | |
} | |
.bs-wrap .navbar-default .navbar-text { | |
color: #777777; | |
} | |
.bs-wrap .navbar-default .navbar-nav > li > a { | |
color: #777777; | |
} | |
.bs-wrap .navbar-default .navbar-nav > li > a:focus, | |
.bs-wrap .navbar-default .navbar-nav > li > a:hover { | |
color: #333; | |
background-color: transparent; | |
} | |
.bs-wrap .navbar-default .navbar-nav > .active > a, | |
.bs-wrap .navbar-default .navbar-nav > .active > a:focus, | |
.bs-wrap .navbar-default .navbar-nav > .active > a:hover { | |
color: #555; | |
background-color: #e7e7e7; | |
} | |
.bs-wrap .navbar-default .navbar-nav > .disabled > a, | |
.bs-wrap .navbar-default .navbar-nav > .disabled > a:focus, | |
.bs-wrap .navbar-default .navbar-nav > .disabled > a:hover { | |
color: #ccc; | |
background-color: transparent; | |
} | |
.bs-wrap .navbar-default .navbar-toggle { | |
border-color: #dddddd; | |
} | |
.bs-wrap .navbar-default .navbar-toggle:focus, | |
.bs-wrap .navbar-default .navbar-toggle:hover { | |
background-color: #dddddd; | |
} | |
.bs-wrap .navbar-default .navbar-toggle .icon-bar { | |
background-color: #888888; | |
} | |
.bs-wrap .navbar-default .navbar-collapse, | |
.bs-wrap .navbar-default .navbar-form { | |
border-color: #e7e7e7; | |
} | |
.bs-wrap .navbar-default .navbar-nav > .open > a, | |
.bs-wrap .navbar-default .navbar-nav > .open > a:focus, | |
.bs-wrap .navbar-default .navbar-nav > .open > a:hover { | |
color: #555; | |
background-color: #e7e7e7; | |
} | |
@media (max-width: 767px) { | |
.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a { | |
color: #777777; | |
} | |
.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, | |
.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { | |
color: #333; | |
background-color: transparent; | |
} | |
.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a, | |
.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, | |
.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover { | |
color: #555; | |
background-color: #e7e7e7; | |
} | |
.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, | |
.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, | |
.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover { | |
color: #ccc; | |
background-color: transparent; | |
} | |
} | |
.bs-wrap .navbar-default .navbar-link { | |
color: #777777; | |
} | |
.bs-wrap .navbar-default .navbar-link:hover { | |
color: #333333; | |
} | |
.bs-wrap .navbar-default .btn-link { | |
color: #777777; | |
} | |
.bs-wrap .navbar-default .btn-link:focus, | |
.bs-wrap .navbar-default .btn-link:hover { | |
color: #333333; | |
} | |
.bs-wrap .navbar-default .btn-link[disabled]:focus, | |
.bs-wrap .navbar-default .btn-link[disabled]:hover, | |
.bs-wrap fieldset[disabled] .navbar-default .btn-link:focus, | |
.bs-wrap fieldset[disabled] .navbar-default .btn-link:hover { | |
color: #cccccc; | |
} | |
.bs-wrap .navbar-inverse { | |
background-color: #222; | |
border-color: #080808; | |
} | |
.bs-wrap .navbar-inverse .navbar-brand { | |
color: #9d9d9d; | |
} | |
.bs-wrap .navbar-inverse .navbar-brand:focus, | |
.bs-wrap .navbar-inverse .navbar-brand:hover { | |
color: #fff; | |
background-color: transparent; | |
} | |
.bs-wrap .navbar-inverse .navbar-text { | |
color: #9d9d9d; | |
} | |
.bs-wrap .navbar-inverse .navbar-nav > li > a { | |
color: #9d9d9d; | |
} | |
.bs-wrap .navbar-inverse .navbar-nav > li > a:focus, | |
.bs-wrap .navbar-inverse .navbar-nav > li > a:hover { | |
color: #fff; | |
background-color: transparent; | |
} | |
.bs-wrap .navbar-inverse .navbar-nav > .active > a, | |
.bs-wrap .navbar-inverse .navbar-nav > .active > a:focus, | |
.bs-wrap .navbar-inverse .navbar-nav > .active > a:hover { | |
color: #fff; | |
background-color: #080808; | |
} | |
.bs-wrap .navbar-inverse .navbar-nav > .disabled > a, | |
.bs-wrap .navbar-inverse .navbar-nav > .disabled > a:focus, | |
.bs-wrap .navbar-inverse .navbar-nav > .disabled > a:hover { | |
color: #444; | |
background-color: transparent; | |
} | |
.bs-wrap .navbar-inverse .navbar-toggle { | |
border-color: #333333; | |
} | |
.bs-wrap .navbar-inverse .navbar-toggle:focus, | |
.bs-wrap .navbar-inverse .navbar-toggle:hover { | |
background-color: #333333; | |
} | |
.bs-wrap .navbar-inverse .navbar-toggle .icon-bar { | |
background-color: #ffffff; | |
} | |
.bs-wrap .navbar-inverse .navbar-collapse, | |
.bs-wrap .navbar-inverse .navbar-form { | |
border-color: #101010; | |
} | |
.bs-wrap .navbar-inverse .navbar-nav > .open > a, | |
.bs-wrap .navbar-inverse .navbar-nav > .open > a:focus, | |
.bs-wrap .navbar-inverse .navbar-nav > .open > a:hover { | |
color: #fff; | |
background-color: #080808; | |
} | |
@media (max-width: 767px) { | |
.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { | |
border-color: #080808; | |
} | |
.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider { | |
background-color: #080808; | |
} | |
.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { | |
color: #9d9d9d; | |
} | |
.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, | |
.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover { | |
color: #fff; | |
background-color: transparent; | |
} | |
.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, | |
.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, | |
.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover { | |
color: #fff; | |
background-color: #080808; | |
} | |
.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, | |
.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, | |
.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover { | |
color: #444; | |
background-color: transparent; | |
} | |
} | |
.bs-wrap .navbar-inverse .navbar-link { | |
color: #9d9d9d; | |
} | |
.bs-wrap .navbar-inverse .navbar-link:hover { | |
color: #ffffff; | |
} | |
.bs-wrap .navbar-inverse .btn-link { | |
color: #9d9d9d; | |
} | |
.bs-wrap .navbar-inverse .btn-link:focus, | |
.bs-wrap .navbar-inverse .btn-link:hover { | |
color: #ffffff; | |
} | |
.bs-wrap .navbar-inverse .btn-link[disabled]:focus, | |
.bs-wrap .navbar-inverse .btn-link[disabled]:hover, | |
.bs-wrap fieldset[disabled] .navbar-inverse .btn-link:focus, | |
.bs-wrap fieldset[disabled] .navbar-inverse .btn-link:hover { | |
color: #444444; | |
} | |
.bs-wrap .breadcrumb { | |
padding: 8px 15px; | |
margin-bottom: 20px; | |
list-style: none; | |
background-color: #f5f5f5; | |
border-radius: 4px; | |
} | |
.bs-wrap .breadcrumb > li { | |
display: inline-block; | |
} | |
.bs-wrap .breadcrumb > li + li:before { | |
padding: 0 5px; | |
color: #ccc; | |
content: "/\00a0"; | |
} | |
.bs-wrap .breadcrumb > .active { | |
color: #777777; | |
} | |
.bs-wrap .pagination { | |
display: inline-block; | |
padding-left: 0; | |
margin: 20px 0; | |
border-radius: 4px; | |
} | |
.bs-wrap .pagination > li { | |
display: inline; | |
} | |
.bs-wrap .pagination > li > a, | |
.bs-wrap .pagination > li > span { | |
position: relative; | |
float: left; | |
padding: 6px 12px; | |
margin-left: -1px; | |
line-height: 1.42857143; | |
color: #337ab7; | |
text-decoration: none; | |
background-color: #fff; | |
border: 1px solid #dddddd; | |
} | |
.bs-wrap .pagination > li:first-child > a, | |
.bs-wrap .pagination > li:first-child > span { | |
margin-left: 0; | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
} | |
.bs-wrap .pagination > li:last-child > a, | |
.bs-wrap .pagination > li:last-child > span { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
.bs-wrap .pagination > li > a:focus, | |
.bs-wrap .pagination > li > a:hover, | |
.bs-wrap .pagination > li > span:focus, | |
.bs-wrap .pagination > li > span:hover { | |
color: #23527c; | |
background-color: #eee; | |
border-color: #dddddd; | |
} | |
.bs-wrap .pagination > .active > a, | |
.bs-wrap .pagination > .active > a:focus, | |
.bs-wrap .pagination > .active > a:hover, | |
.bs-wrap .pagination > .active > span, | |
.bs-wrap .pagination > .active > span:focus, | |
.bs-wrap .pagination > .active > span:hover { | |
z-index: 2; | |
color: #fff; | |
cursor: default; | |
background-color: #337ab7; | |
border-color: #337ab7; | |
} | |
.bs-wrap .pagination > .disabled > a, | |
.bs-wrap .pagination > .disabled > a:focus, | |
.bs-wrap .pagination > .disabled > a:hover, | |
.bs-wrap .pagination > .disabled > span, | |
.bs-wrap .pagination > .disabled > span:focus, | |
.bs-wrap .pagination > .disabled > span:hover { | |
color: #777; | |
cursor: not-allowed; | |
background-color: #fff; | |
border-color: #dddddd; | |
} | |
.bs-wrap .pagination-lg > li > a, | |
.bs-wrap .pagination-lg > li > span { | |
padding: 10px 16px; | |
font-size: 18px; | |
} | |
.bs-wrap .pagination-lg > li:first-child > a, | |
.bs-wrap .pagination-lg > li:first-child > span { | |
border-top-left-radius: 6px; | |
border-bottom-left-radius: 6px; | |
} | |
.bs-wrap .pagination-lg > li:last-child > a, | |
.bs-wrap .pagination-lg > li:last-child > span { | |
border-top-right-radius: 6px; | |
border-bottom-right-radius: 6px; | |
} | |
.bs-wrap .pagination-sm > li > a, | |
.bs-wrap .pagination-sm > li > span { | |
padding: 5px 10px; | |
font-size: 12px; | |
} | |
.bs-wrap .pagination-sm > li:first-child > a, | |
.bs-wrap .pagination-sm > li:first-child > span { | |
border-top-left-radius: 3px; | |
border-bottom-left-radius: 3px; | |
} | |
.bs-wrap .pagination-sm > li:last-child > a, | |
.bs-wrap .pagination-sm > li:last-child > span { | |
border-top-right-radius: 3px; | |
border-bottom-right-radius: 3px; | |
} | |
.bs-wrap .pager { | |
padding-left: 0; | |
margin: 20px 0; | |
text-align: center; | |
list-style: none; | |
} | |
.bs-wrap .pager li { | |
display: inline; | |
} | |
.bs-wrap .pager li > a, | |
.bs-wrap .pager li > span { | |
display: inline-block; | |
padding: 5px 14px; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 15px; | |
} | |
.bs-wrap .pager li > a:focus, | |
.bs-wrap .pager li > a:hover { | |
text-decoration: none; | |
background-color: #eeeeee; | |
} | |
.bs-wrap .pager .next > a, | |
.bs-wrap .pager .next > span { | |
float: right; | |
} | |
.bs-wrap .pager .previous > a, | |
.bs-wrap .pager .previous > span { | |
float: left; | |
} | |
.bs-wrap .pager .disabled > a, | |
.bs-wrap .pager .disabled > a:focus, | |
.bs-wrap .pager .disabled > a:hover, | |
.bs-wrap .pager .disabled > span { | |
color: #777; | |
cursor: not-allowed; | |
background-color: #ffffff; | |
} | |
.bs-wrap .label { | |
display: inline; | |
padding: .2em .6em .3em; | |
font-size: 75%; | |
font-weight: 700; | |
line-height: 1; | |
color: #fff; | |
text-align: center; | |
white-space: nowrap; | |
vertical-align: baseline; | |
border-radius: 0.25em; | |
} | |
.bs-wrap a.label:focus, | |
.bs-wrap a.label:hover { | |
color: #fff; | |
text-decoration: none; | |
cursor: pointer; | |
} | |
.bs-wrap .label:empty { | |
display: none; | |
} | |
.bs-wrap .btn .label { | |
position: relative; | |
top: -1px; | |
} | |
.bs-wrap .label-default { | |
background-color: #777777; | |
} | |
.bs-wrap .label-default[href]:focus, | |
.bs-wrap .label-default[href]:hover { | |
background-color: #5e5e5e; | |
} | |
.bs-wrap .label-primary { | |
background-color: #337ab7; | |
} | |
.bs-wrap .label-primary[href]:focus, | |
.bs-wrap .label-primary[href]:hover { | |
background-color: #286090; | |
} | |
.bs-wrap .label-success { | |
background-color: #5cb85c; | |
} | |
.bs-wrap .label-success[href]:focus, | |
.bs-wrap .label-success[href]:hover { | |
background-color: #449d44; | |
} | |
.bs-wrap .label-info { | |
background-color: #5bc0de; | |
} | |
.bs-wrap .label-info[href]:focus, | |
.bs-wrap .label-info[href]:hover { | |
background-color: #31b0d5; | |
} | |
.bs-wrap .label-warning { | |
background-color: #f0ad4e; | |
} | |
.bs-wrap .label-warning[href]:focus, | |
.bs-wrap .label-warning[href]:hover { | |
background-color: #ec971f; | |
} | |
.bs-wrap .label-danger { | |
background-color: #d9534f; | |
} | |
.bs-wrap .label-danger[href]:focus, | |
.bs-wrap .label-danger[href]:hover { | |
background-color: #c9302c; | |
} | |
.bs-wrap .badge { | |
display: inline-block; | |
min-width: 10px; | |
padding: 3px 7px; | |
font-size: 12px; | |
font-weight: 700; | |
line-height: 1; | |
color: #fff; | |
text-align: center; | |
white-space: nowrap; | |
vertical-align: baseline; | |
background-color: #777; | |
border-radius: 10px; | |
} | |
.bs-wrap .badge:empty { | |
display: none; | |
} | |
.bs-wrap .btn .badge { | |
position: relative; | |
top: -1px; | |
} | |
.bs-wrap .btn-xs .badge { | |
top: 0; | |
padding: 1px 5px; | |
} | |
.bs-wrap a.badge:focus, | |
.bs-wrap a.badge:hover { | |
color: #fff; | |
text-decoration: none; | |
cursor: pointer; | |
} | |
.bs-wrap .list-group-item.active > .badge, | |
.bs-wrap .nav-pills > .active > a > .badge { | |
color: #337ab7; | |
background-color: #ffffff; | |
} | |
.bs-wrap .list-group-item > .badge { | |
float: right; | |
} | |
.bs-wrap .list-group-item > .badge + .badge { | |
margin-right: 5px; | |
} | |
.bs-wrap .nav-pills > li > a > .badge { | |
margin-left: 3px; | |
} | |
.bs-wrap .jumbotron { | |
padding: 30px 15px; | |
margin-bottom: 30px; | |
color: inherit; | |
background-color: #eeeeee; | |
} | |
.bs-wrap .jumbotron .h1, | |
.bs-wrap .jumbotron h1 { | |
color: inherit; | |
} | |
.bs-wrap .jumbotron p { | |
margin-bottom: 15px; | |
font-size: 21px; | |
font-weight: 200; | |
} | |
.bs-wrap .jumbotron > hr { | |
border-top-color: #d5d5d5; | |
} | |
.bs-wrap .container .jumbotron, | |
.bs-wrap .container-fluid .jumbotron { | |
border-radius: 6px; | |
} | |
.bs-wrap .jumbotron .container { | |
max-width: 100%; | |
} | |
@media screen and (min-width: 768px) { | |
.bs-wrap .jumbotron { | |
padding: 48px 0; | |
} | |
.bs-wrap .container .jumbotron, | |
.bs-wrap .container-fluid .jumbotron { | |
padding-right: 60px; | |
padding-left: 60px; | |
} | |
.bs-wrap .jumbotron .h1, | |
.bs-wrap .jumbotron h1 { | |
font-size: 63px; | |
} | |
} | |
.bs-wrap .thumbnail { | |
display: block; | |
padding: 4px; | |
margin-bottom: 20px; | |
line-height: 1.42857143; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 4px; | |
-webkit-transition: border 0.2s ease-in-out; | |
-o-transition: border 0.2s ease-in-out; | |
transition: border 0.2s ease-in-out; | |
} | |
.bs-wrap .thumbnail a > img, | |
.bs-wrap .thumbnail > img { | |
margin-right: auto; | |
margin-left: auto; | |
} | |
.bs-wrap a.thumbnail.active, | |
.bs-wrap a.thumbnail:focus, | |
.bs-wrap a.thumbnail:hover { | |
border-color: #337ab7; | |
} | |
.bs-wrap .thumbnail .caption { | |
padding: 9px; | |
color: #333333; | |
} | |
.bs-wrap .alert { | |
padding: 15px; | |
margin-bottom: 20px; | |
border: 1px solid transparent; | |
border-radius: 4px; | |
} | |
.bs-wrap .alert h4 { | |
margin-top: 0; | |
color: inherit; | |
} | |
.bs-wrap .alert .alert-link { | |
font-weight: 700; | |
} | |
.bs-wrap .alert > p, | |
.bs-wrap .alert > ul { | |
margin-bottom: 0; | |
} | |
.bs-wrap .alert > p + p { | |
margin-top: 5px; | |
} | |
.bs-wrap .alert-dismissable, | |
.bs-wrap .alert-dismissible { | |
padding-right: 35px; | |
} | |
.bs-wrap .alert-dismissable .close, | |
.bs-wrap .alert-dismissible .close { | |
position: relative; | |
top: -2px; | |
right: -21px; | |
color: inherit; | |
} | |
.bs-wrap .alert-success { | |
color: #3c763d; | |
background-color: #dff0d8; | |
border-color: #d6e9c6; | |
} | |
.bs-wrap .alert-success hr { | |
border-top-color: #c9e2b3; | |
} | |
.bs-wrap .alert-success .alert-link { | |
color: #2b542c; | |
} | |
.bs-wrap .alert-info { | |
color: #31708f; | |
background-color: #d9edf7; | |
border-color: #bce8f1; | |
} | |
.bs-wrap .alert-info hr { | |
border-top-color: #a6e1ec; | |
} | |
.bs-wrap .alert-info .alert-link { | |
color: #245269; | |
} | |
.bs-wrap .alert-warning { | |
color: #8a6d3b; | |
background-color: #fcf8e3; | |
border-color: #faebcc; | |
} | |
.bs-wrap .alert-warning hr { | |
border-top-color: #f7e1b5; | |
} | |
.bs-wrap .alert-warning .alert-link { | |
color: #66512c; | |
} | |
.bs-wrap .alert-danger { | |
color: #a94442; | |
background-color: #f2dede; | |
border-color: #ebccd1; | |
} | |
.bs-wrap .alert-danger hr { | |
border-top-color: #e4b9c0; | |
} | |
.bs-wrap .alert-danger .alert-link { | |
color: #843534; | |
} | |
@-webkit-keyframes progress-bar-stripes { | |
from { | |
background-position: 40px 0; | |
} | |
to { | |
background-position: 0 0; | |
} | |
} | |
@-o-keyframes progress-bar-stripes { | |
from { | |
background-position: 40px 0; | |
} | |
to { | |
background-position: 0 0; | |
} | |
} | |
@keyframes progress-bar-stripes { | |
from { | |
background-position: 40px 0; | |
} | |
to { | |
background-position: 0 0; | |
} | |
} | |
.bs-wrap .progress { | |
height: 20px; | |
margin-bottom: 20px; | |
overflow: hidden; | |
background-color: #f5f5f5; | |
border-radius: 4px; | |
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | |
} | |
.bs-wrap .progress-bar { | |
float: left; | |
width: 0; | |
height: 100%; | |
font-size: 12px; | |
line-height: 20px; | |
color: #fff; | |
text-align: center; | |
background-color: #337ab7; | |
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | |
-webkit-transition: width .6s ease; | |
-o-transition: width .6s ease; | |
transition: width 0.6s ease; | |
} | |
.bs-wrap .progress-bar-striped, | |
.bs-wrap .progress-striped .progress-bar { | |
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
-webkit-background-size: 40px 40px; | |
background-size: 40px 40px; | |
} | |
.bs-wrap .progress-bar.active, | |
.bs-wrap .progress.active .progress-bar { | |
-webkit-animation: progress-bar-stripes 2s linear infinite; | |
-o-animation: progress-bar-stripes 2s linear infinite; | |
animation: progress-bar-stripes 2s linear infinite; | |
} | |
.bs-wrap .progress-bar-success { | |
background-color: #5cb85c; | |
} | |
.bs-wrap .progress-striped .progress-bar-success { | |
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
} | |
.bs-wrap .progress-bar-info { | |
background-color: #5bc0de; | |
} | |
.bs-wrap .progress-striped .progress-bar-info { | |
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
} | |
.bs-wrap .progress-bar-warning { | |
background-color: #f0ad4e; | |
} | |
.bs-wrap .progress-striped .progress-bar-warning { | |
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
} | |
.bs-wrap .progress-bar-danger { | |
background-color: #d9534f; | |
} | |
.bs-wrap .progress-striped .progress-bar-danger { | |
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
} | |
.bs-wrap .media { | |
margin-top: 15px; | |
} | |
.bs-wrap .media:first-child { | |
margin-top: 0; | |
} | |
.bs-wrap .media, | |
.bs-wrap .media-body { | |
overflow: hidden; | |
zoom: 1; | |
} | |
.bs-wrap .media-body { | |
width: 10000px; | |
} | |
.bs-wrap .media-object { | |
display: block; | |
} | |
.bs-wrap .media-right, | |
.bs-wrap .media > .pull-right { | |
padding-left: 10px; | |
} | |
.bs-wrap .media-left, | |
.bs-wrap .media > .pull-left { | |
padding-right: 10px; | |
} | |
.bs-wrap .media-body, | |
.bs-wrap .media-left, | |
.bs-wrap .media-right { | |
display: table-cell; | |
vertical-align: top; | |
} | |
.bs-wrap .media-middle { | |
vertical-align: middle; | |
} | |
.bs-wrap .media-bottom { | |
vertical-align: bottom; | |
} | |
.bs-wrap .media-heading { | |
margin-top: 0; | |
margin-bottom: 5px; | |
} | |
.bs-wrap .media-list { | |
padding-left: 0; | |
list-style: none; | |
} | |
.bs-wrap .list-group { | |
padding-left: 0; | |
margin-bottom: 20px; | |
} | |
.bs-wrap .list-group-item { | |
position: relative; | |
display: block; | |
padding: 10px 15px; | |
margin-bottom: -1px; | |
background-color: #fff; | |
border: 1px solid #dddddd; | |
} | |
.bs-wrap .list-group-item:first-child { | |
border-top-left-radius: 4px; | |
border-top-right-radius: 4px; | |
} | |
.bs-wrap .list-group-item:last-child { | |
margin-bottom: 0; | |
border-bottom-right-radius: 4px; | |
border-bottom-left-radius: 4px; | |
} | |
.bs-wrap a.list-group-item { | |
color: #555555; | |
} | |
.bs-wrap a.list-group-item .list-group-item-heading { | |
color: #333333; | |
} | |
.bs-wrap a.list-group-item:focus, | |
.bs-wrap a.list-group-item:hover { | |
color: #555; | |
text-decoration: none; | |
background-color: #f5f5f5; | |
} | |
.bs-wrap .list-group-item.disabled, | |
.bs-wrap .list-group-item.disabled:focus, | |
.bs-wrap .list-group-item.disabled:hover { | |
color: #777; | |
cursor: not-allowed; | |
background-color: #eeeeee; | |
} | |
.bs-wrap .list-group-item.disabled .list-group-item-heading, | |
.bs-wrap .list-group-item.disabled:focus .list-group-item-heading, | |
.bs-wrap .list-group-item.disabled:hover .list-group-item-heading { | |
color: inherit; | |
} | |
.bs-wrap .list-group-item.disabled .list-group-item-text, | |
.bs-wrap .list-group-item.disabled:focus .list-group-item-text, | |
.bs-wrap .list-group-item.disabled:hover .list-group-item-text { | |
color: #777777; | |
} | |
.bs-wrap .list-group-item.active, | |
.bs-wrap .list-group-item.active:focus, | |
.bs-wrap .list-group-item.active:hover { | |
z-index: 2; | |
color: #fff; | |
background-color: #337ab7; | |
border-color: #337ab7; | |
} | |
.bs-wrap .list-group-item.active .list-group-item-heading, | |
.bs-wrap .list-group-item.active .list-group-item-heading > .small, | |
.bs-wrap .list-group-item.active .list-group-item-heading > small, | |
.bs-wrap .list-group-item.active:focus .list-group-item-heading, | |
.bs-wrap .list-group-item.active:focus .list-group-item-heading > .small, | |
.bs-wrap .list-group-item.active:focus .list-group-item-heading > small, | |
.bs-wrap .list-group-item.active:hover .list-group-item-heading, | |
.bs-wrap .list-group-item.active:hover .list-group-item-heading > .small, | |
.bs-wrap .list-group-item.active:hover .list-group-item-heading > small { | |
color: inherit; | |
} | |
.bs-wrap .list-group-item.active .list-group-item-text, | |
.bs-wrap .list-group-item.active:focus .list-group-item-text, | |
.bs-wrap .list-group-item.active:hover .list-group-item-text { | |
color: #c7ddef; | |
} | |
.bs-wrap .list-group-item-success { | |
color: #3c763d; | |
background-color: #dff0d8; | |
} | |
.bs-wrap a.list-group-item-success { | |
color: #3c763d; | |
} | |
.bs-wrap a.list-group-item-success .list-group-item-heading { | |
color: inherit; | |
} | |
.bs-wrap a.list-group-item-success:focus, | |
.bs-wrap a.list-group-item-success:hover { | |
color: #3c763d; | |
background-color: #d0e9c6; | |
} | |
.bs-wrap a.list-group-item-success.active, | |
.bs-wrap a.list-group-item-success.active:focus, | |
.bs-wrap a.list-group-item-success.active:hover { | |
color: #fff; | |
background-color: #3c763d; | |
border-color: #3c763d; | |
} | |
.bs-wrap .list-group-item-info { | |
color: #31708f; | |
background-color: #d9edf7; | |
} | |
.bs-wrap a.list-group-item-info { | |
color: #31708f; | |
} | |
.bs-wrap a.list-group-item-info .list-group-item-heading { | |
color: inherit; | |
} | |
.bs-wrap a.list-group-item-info:focus, | |
.bs-wrap a.list-group-item-info:hover { | |
color: #31708f; | |
background-color: #c4e3f3; | |
} | |
.bs-wrap a.list-group-item-info.active, | |
.bs-wrap a.list-group-item-info.active:focus, | |
.bs-wrap a.list-group-item-info.active:hover { | |
color: #fff; | |
background-color: #31708f; | |
border-color: #31708f; | |
} | |
.bs-wrap .list-group-item-warning { | |
color: #8a6d3b; | |
background-color: #fcf8e3; | |
} | |
.bs-wrap a.list-group-item-warning { | |
color: #8a6d3b; | |
} | |
.bs-wrap a.list-group-item-warning .list-group-item-heading { | |
color: inherit; | |
} | |
.bs-wrap a.list-group-item-warning:focus, | |
.bs-wrap a.list-group-item-warning:hover { | |
color: #8a6d3b; | |
background-color: #faf2cc; | |
} | |
.bs-wrap a.list-group-item-warning.active, | |
.bs-wrap a.list-group-item-warning.active:focus, | |
.bs-wrap a.list-group-item-warning.active:hover { | |
color: #fff; | |
background-color: #8a6d3b; | |
border-color: #8a6d3b; | |
} | |
.bs-wrap .list-group-item-danger { | |
color: #a94442; | |
background-color: #f2dede; | |
} | |
.bs-wrap a.list-group-item-danger { | |
color: #a94442; | |
} | |
.bs-wrap a.list-group-item-danger .list-group-item-heading { | |
color: inherit; | |
} | |
.bs-wrap a.list-group-item-danger:focus, | |
.bs-wrap a.list-group-item-danger:hover { | |
color: #a94442; | |
background-color: #ebcccc; | |
} | |
.bs-wrap a.list-group-item-danger.active, | |
.bs-wrap a.list-group-item-danger.active:focus, | |
.bs-wrap a.list-group-item-danger.active:hover { | |
color: #fff; | |
background-color: #a94442; | |
border-color: #a94442; | |
} | |
.bs-wrap .list-group-item-heading { | |
margin-top: 0; | |
margin-bottom: 5px; | |
} | |
.bs-wrap .list-group-item-text { | |
margin-bottom: 0; | |
line-height: 1.3; | |
} | |
.bs-wrap .panel { | |
margin-bottom: 20px; | |
background-color: #fff; | |
border: 1px solid transparent; | |
border-radius: 4px; | |
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); | |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); | |
} | |
.bs-wrap .panel-body { | |
padding: 15px; | |
} | |
.bs-wrap .panel-heading { | |
padding: 10px 15px; | |
border-bottom: 1px solid transparent; | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; | |
} | |
.bs-wrap .panel-heading > .dropdown .dropdown-toggle { | |
color: inherit; | |
} | |
.bs-wrap .panel-title { | |
margin-top: 0; | |
margin-bottom: 0; | |
font-size: 16px; | |
color: inherit; | |
} | |
.bs-wrap .panel-title > .small, | |
.bs-wrap .panel-title > .small > a, | |
.bs-wrap .panel-title > a, | |
.bs-wrap .panel-title > small, | |
.bs-wrap .panel-title > small > a { | |
color: inherit; | |
} | |
.bs-wrap .panel-footer { | |
padding: 10px 15px; | |
background-color: #f5f5f5; | |
border-top: 1px solid #ddd; | |
border-bottom-right-radius: 3px; | |
border-bottom-left-radius: 3px; | |
} | |
.bs-wrap .panel > .list-group, | |
.bs-wrap .panel > .panel-collapse > .list-group { | |
margin-bottom: 0; | |
} | |
.bs-wrap .panel > .list-group .list-group-item, | |
.bs-wrap .panel > .panel-collapse > .list-group .list-group-item { | |
border-width: 1px 0; | |
border-radius: 0; | |
} | |
.bs-wrap .panel > .list-group:first-child .list-group-item:first-child, | |
.bs-wrap .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { | |
border-top: 0; | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; | |
} | |
.bs-wrap .panel > .list-group:last-child .list-group-item:last-child, | |
.bs-wrap .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { | |
border-bottom: 0; | |
border-bottom-right-radius: 3px; | |
border-bottom-left-radius: 3px; | |
} | |
.bs-wrap .panel-heading + .list-group .list-group-item:first-child { | |
border-top-width: 0; | |
} | |
.bs-wrap .list-group + .panel-footer { | |
border-top-width: 0; | |
} | |
.bs-wrap .panel > .panel-collapse > .table, | |
.bs-wrap .panel > .table, | |
.bs-wrap .panel > .table-responsive > .table { | |
margin-bottom: 0; | |
} | |
.bs-wrap .panel > .panel-collapse > .table caption, | |
.bs-wrap .panel > .table caption, | |
.bs-wrap .panel > .table-responsive > .table caption { | |
padding-right: 15px; | |
padding-left: 15px; | |
} | |
.bs-wrap .panel > .table-responsive:first-child > .table:first-child, | |
.bs-wrap .panel > .table:first-child { | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; | |
} | |
.bs-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, | |
.bs-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, | |
.bs-wrap .panel > .table:first-child > tbody:first-child > tr:first-child, | |
.bs-wrap .panel > .table:first-child > thead:first-child > tr:first-child { | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; | |
} | |
.bs-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
.bs-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, | |
.bs-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
.bs-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
.bs-wrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
.bs-wrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, | |
.bs-wrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
.bs-wrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child { | |
border-top-left-radius: 3px; | |
} | |
.bs-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
.bs-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, | |
.bs-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
.bs-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
.bs-wrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
.bs-wrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, | |
.bs-wrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
.bs-wrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child { | |
border-top-right-radius: 3px; | |
} | |
.bs-wrap .panel > .table-responsive:last-child > .table:last-child, | |
.bs-wrap .panel > .table:last-child { | |
border-bottom-right-radius: 3px; | |
border-bottom-left-radius: 3px; | |
} | |
.bs-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, | |
.bs-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, | |
.bs-wrap .panel > .table:last-child > tbody:last-child > tr:last-child, | |
.bs-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child { | |
border-bottom-right-radius: 3px; | |
border-bottom-left-radius: 3px; | |
} | |
.bs-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
.bs-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
.bs-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
.bs-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, | |
.bs-wrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
.bs-wrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
.bs-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
.bs-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child { | |
border-bottom-left-radius: 3px; | |
} | |
.bs-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
.bs-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
.bs-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
.bs-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, | |
.bs-wrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
.bs-wrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
.bs-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
.bs-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child { | |
border-bottom-right-radius: 3px; | |
} | |
.bs-wrap .panel > .panel-body + .table, | |
.bs-wrap .panel > .panel-body + .table-responsive, | |
.bs-wrap .panel > .table + .panel-body, | |
.bs-wrap .panel > .table-responsive + .panel-body { | |
border-top: 1px solid #dddddd; | |
} | |
.bs-wrap .panel > .table > tbody:first-child > tr:first-child td, | |
.bs-wrap .panel > .table > tbody:first-child > tr:first-child th { | |
border-top: 0; | |
} | |
.bs-wrap .panel > .table-bordered, | |
.bs-wrap .panel > .table-responsive > .table-bordered { | |
border: 0; | |
} | |
.bs-wrap .panel > .table-bordered > tbody > tr > td:first-child, | |
.bs-wrap .panel > .table-bordered > tbody > tr > th:first-child, | |
.bs-wrap .panel > .table-bordered > tfoot > tr > td:first-child, | |
.bs-wrap .panel > .table-bordered > tfoot > tr > th:first-child, | |
.bs-wrap .panel > .table-bordered > thead > tr > td:first-child, | |
.bs-wrap .panel > .table-bordered > thead > tr > th:first-child, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
.bs-wrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, | |
.bs-wrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child { | |
border-left: 0; | |
} | |
.bs-wrap .panel > .table-bordered > tbody > tr > td:last-child, | |
.bs-wrap .panel > .table-bordered > tbody > tr > th:last-child, | |
.bs-wrap .panel > .table-bordered > tfoot > tr > td:last-child, | |
.bs-wrap .panel > .table-bordered > tfoot > tr > th:last-child, | |
.bs-wrap .panel > .table-bordered > thead > tr > td:last-child, | |
.bs-wrap .panel > .table-bordered > thead > tr > th:last-child, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
.bs-wrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, | |
.bs-wrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child { | |
border-right: 0; | |
} | |
.bs-wrap .panel > .table-bordered > tbody > tr:first-child > td, | |
.bs-wrap .panel > .table-bordered > tbody > tr:first-child > th, | |
.bs-wrap .panel > .table-bordered > thead > tr:first-child > td, | |
.bs-wrap .panel > .table-bordered > thead > tr:first-child > th, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, | |
.bs-wrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, | |
.bs-wrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th { | |
border-bottom: 0; | |
} | |
.bs-wrap .panel > .table-bordered > tbody > tr:last-child > td, | |
.bs-wrap .panel > .table-bordered > tbody > tr:last-child > th, | |
.bs-wrap .panel > .table-bordered > tfoot > tr:last-child > td, | |
.bs-wrap .panel > .table-bordered > tfoot > tr:last-child > th, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, | |
.bs-wrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { | |
border-bottom: 0; | |
} | |
.bs-wrap .panel > .table-responsive { | |
margin-bottom: 0; | |
border: 0; | |
} | |
.bs-wrap .panel-group { | |
margin-bottom: 20px; | |
} | |
.bs-wrap .panel-group .panel { | |
margin-bottom: 0; | |
border-radius: 4px; | |
} | |
.bs-wrap .panel-group .panel + .panel { | |
margin-top: 5px; | |
} | |
.bs-wrap .panel-group .panel-heading { | |
border-bottom: 0; | |
} | |
.bs-wrap .panel-group .panel-heading + .panel-collapse > .list-group, | |
.bs-wrap .panel-group .panel-heading + .panel-collapse > .panel-body { | |
border-top: 1px solid #dddddd; | |
} | |
.bs-wrap .panel-group .panel-footer { | |
border-top: 0; | |
} | |
.bs-wrap .panel-group .panel-footer + .panel-collapse .panel-body { | |
border-bottom: 1px solid #dddddd; | |
} | |
.bs-wrap .panel-default { | |
border-color: #dddddd; | |
} | |
.bs-wrap .panel-default > .panel-heading { | |
color: #333; | |
background-color: #f5f5f5; | |
border-color: #dddddd; | |
} | |
.bs-wrap .panel-default > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #dddddd; | |
} | |
.bs-wrap .panel-default > .panel-heading .badge { | |
color: #f5f5f5; | |
background-color: #333333; | |
} | |
.bs-wrap .panel-default > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #dddddd; | |
} | |
.bs-wrap .panel-primary { | |
border-color: #337ab7; | |
} | |
.bs-wrap .panel-primary > .panel-heading { | |
color: #fff; | |
background-color: #337ab7; | |
border-color: #337ab7; | |
} | |
.bs-wrap .panel-primary > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #337ab7; | |
} | |
.bs-wrap .panel-primary > .panel-heading .badge { | |
color: #337ab7; | |
background-color: #ffffff; | |
} | |
.bs-wrap .panel-primary > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #337ab7; | |
} | |
.bs-wrap .panel-success { | |
border-color: #d6e9c6; | |
} | |
.bs-wrap .panel-success > .panel-heading { | |
color: #3c763d; | |
background-color: #dff0d8; | |
border-color: #d6e9c6; | |
} | |
.bs-wrap .panel-success > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #d6e9c6; | |
} | |
.bs-wrap .panel-success > .panel-heading .badge { | |
color: #dff0d8; | |
background-color: #3c763d; | |
} | |
.bs-wrap .panel-success > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #d6e9c6; | |
} | |
.bs-wrap .panel-info { | |
border-color: #bce8f1; | |
} | |
.bs-wrap .panel-info > .panel-heading { | |
color: #31708f; | |
background-color: #d9edf7; | |
border-color: #bce8f1; | |
} | |
.bs-wrap .panel-info > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #bce8f1; | |
} | |
.bs-wrap .panel-info > .panel-heading .badge { | |
color: #d9edf7; | |
background-color: #31708f; | |
} | |
.bs-wrap .panel-info > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #bce8f1; | |
} | |
.bs-wrap .panel-warning { | |
border-color: #faebcc; | |
} | |
.bs-wrap .panel-warning > .panel-heading { | |
color: #8a6d3b; | |
background-color: #fcf8e3; | |
border-color: #faebcc; | |
} | |
.bs-wrap .panel-warning > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #faebcc; | |
} | |
.bs-wrap .panel-warning > .panel-heading .badge { | |
color: #fcf8e3; | |
background-color: #8a6d3b; | |
} | |
.bs-wrap .panel-warning > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #faebcc; | |
} | |
.bs-wrap .panel-danger { | |
border-color: #ebccd1; | |
} | |
.bs-wrap .panel-danger > .panel-heading { | |
color: #a94442; | |
background-color: #f2dede; | |
border-color: #ebccd1; | |
} | |
.bs-wrap .panel-danger > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #ebccd1; | |
} | |
.bs-wrap .panel-danger > .panel-heading .badge { | |
color: #f2dede; | |
background-color: #a94442; | |
} | |
.bs-wrap .panel-danger > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #ebccd1; | |
} | |
.bs-wrap .embed-responsive { | |
position: relative; | |
display: block; | |
height: 0; | |
padding: 0; | |
overflow: hidden; | |
} | |
.bs-wrap .embed-responsive .embed-responsive-item, | |
.bs-wrap .embed-responsive embed, | |
.bs-wrap .embed-responsive iframe, | |
.bs-wrap .embed-responsive object, | |
.bs-wrap .embed-responsive video { | |
position: absolute; | |
top: 0; | |
bottom: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
border: 0; | |
} | |
.bs-wrap .embed-responsive.embed-responsive-16by9 { | |
padding-bottom: 56.25%; | |
} | |
.bs-wrap .embed-responsive.embed-responsive-4by3 { | |
padding-bottom: 75%; | |
} | |
.bs-wrap .well { | |
min-height: 20px; | |
padding: 19px; | |
margin-bottom: 20px; | |
background-color: #f5f5f5; | |
border: 1px solid #e3e3e3; | |
border-radius: 4px; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
} | |
.bs-wrap .well blockquote { | |
border-color: #ddd; | |
border-color: rgba(0, 0, 0, 0.15); | |
} | |
.bs-wrap .well-lg { | |
padding: 24px; | |
border-radius: 6px; | |
} | |
.bs-wrap .well-sm { | |
padding: 9px; | |
border-radius: 3px; | |
} | |
.bs-wrap .close { | |
float: right; | |
font-size: 21px; | |
font-weight: 700; | |
line-height: 1; | |
color: #000; | |
text-shadow: 0 1px 0 #fff; | |
filter: alpha(opacity=20); | |
opacity: 0.2; | |
} | |
.bs-wrap .close:focus, | |
.bs-wrap .close:hover { | |
color: #000; | |
text-decoration: none; | |
cursor: pointer; | |
filter: alpha(opacity=50); | |
opacity: 0.5; | |
} | |
.bs-wrap button.close { | |
-webkit-appearance: none; | |
padding: 0; | |
cursor: pointer; | |
background: 0 0; | |
border: 0; | |
} | |
.bs-wrap .modal-open { | |
overflow: hidden; | |
} | |
.bs-wrap .modal { | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
z-index: 1040; | |
display: none; | |
overflow: hidden; | |
-webkit-overflow-scrolling: touch; | |
outline: 0; | |
} | |
.bs-wrap .modal.fade .modal-dialog { | |
-webkit-transition: -webkit-transform 0.3s ease-out; | |
-o-transition: -o-transform 0.3s ease-out; | |
transition: transform 0.3s ease-out; | |
-webkit-transform: translate(0, -25%); | |
-ms-transform: translate(0, -25%); | |
-o-transform: translate(0, -25%); | |
transform: translate(0, -25%); | |
} | |
.bs-wrap .modal.in .modal-dialog { | |
-webkit-transform: translate(0, 0); | |
-ms-transform: translate(0, 0); | |
-o-transform: translate(0, 0); | |
transform: translate(0, 0); | |
} | |
.bs-wrap .modal-open .modal { | |
overflow-x: hidden; | |
overflow-y: auto; | |
} | |
.bs-wrap .modal-dialog { | |
position: relative; | |
width: auto; | |
margin: 10px; | |
} | |
.bs-wrap .modal-content { | |
position: relative; | |
background-color: #fff; | |
-webkit-background-clip: padding-box; | |
background-clip: padding-box; | |
border: 1px solid #999; | |
border: 1px solid rgba(0, 0, 0, 0.2); | |
border-radius: 6px; | |
outline: 0; | |
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
} | |
.bs-wrap .modal-backdrop { | |
position: absolute; | |
top: 0; | |
right: 0; | |
left: 0; | |
background-color: #000000; | |
} | |
.bs-wrap .modal-backdrop.fade { | |
filter: alpha(opacity=0); | |
opacity: 0; | |
} | |
.bs-wrap .modal-backdrop.in { | |
filter: alpha(opacity=50); | |
opacity: 0.5; | |
} | |
.bs-wrap .modal-header { | |
min-height: 16.43px; | |
padding: 15px; | |
border-bottom: 1px solid #e5e5e5; | |
} | |
.bs-wrap .modal-header .close { | |
margin-top: -2px; | |
} | |
.bs-wrap .modal-title { | |
margin: 0; | |
line-height: 1.42857143; | |
} | |
.bs-wrap .modal-body { | |
position: relative; | |
padding: 15px; | |
} | |
.bs-wrap .modal-footer { | |
padding: 15px; | |
text-align: right; | |
border-top: 1px solid #e5e5e5; | |
} | |
.bs-wrap .modal-footer .btn + .btn { | |
margin-bottom: 0; | |
margin-left: 5px; | |
} | |
.bs-wrap .modal-footer .btn-group .btn + .btn { | |
margin-left: -1px; | |
} | |
.bs-wrap .modal-footer .btn-block + .btn-block { | |
margin-left: 0; | |
} | |
.bs-wrap .modal-scrollbar-measure { | |
position: absolute; | |
top: -9999px; | |
width: 50px; | |
height: 50px; | |
overflow: scroll; | |
} | |
@media (min-width: 768px) { | |
.bs-wrap .modal-dialog { | |
width: 600px; | |
margin: 30px auto; | |
} | |
.bs-wrap .modal-content { | |
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | |
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | |
} | |
.bs-wrap .modal-sm { | |
width: 300px; | |
} | |
} | |
@media (min-width: 992px) { | |
.bs-wrap .modal-lg { | |
width: 900px; | |
} | |
} | |
.bs-wrap .tooltip { | |
position: absolute; | |
z-index: 1070; | |
display: block; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-size: 12px; | |
font-weight: 400; | |
line-height: 1.4; | |
visibility: visible; | |
filter: alpha(opacity=0); | |
opacity: 0; | |
} | |
.bs-wrap .tooltip.in { | |
filter: alpha(opacity=90); | |
opacity: 0.9; | |
} | |
.bs-wrap .tooltip.top { | |
padding: 5px 0; | |
margin-top: -3px; | |
} | |
.bs-wrap .tooltip.right { | |
padding: 0 5px; | |
margin-left: 3px; | |
} | |
.bs-wrap .tooltip.bottom { | |
padding: 5px 0; | |
margin-top: 3px; | |
} | |
.bs-wrap .tooltip.left { | |
padding: 0 5px; | |
margin-left: -3px; | |
} | |
.bs-wrap .tooltip-inner { | |
max-width: 200px; | |
padding: 3px 8px; | |
color: #fff; | |
text-align: center; | |
text-decoration: none; | |
background-color: #000; | |
border-radius: 4px; | |
} | |
.bs-wrap .tooltip-arrow { | |
position: absolute; | |
width: 0; | |
height: 0; | |
border-color: transparent; | |
border-style: solid; | |
} | |
.bs-wrap .tooltip.top .tooltip-arrow { | |
bottom: 0; | |
left: 50%; | |
margin-left: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #000000; | |
} | |
.bs-wrap .tooltip.top-left .tooltip-arrow { | |
right: 5px; | |
bottom: 0; | |
margin-bottom: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #000000; | |
} | |
.bs-wrap .tooltip.top-right .tooltip-arrow { | |
bottom: 0; | |
left: 5px; | |
margin-bottom: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #000000; | |
} | |
.bs-wrap .tooltip.right .tooltip-arrow { | |
top: 50%; | |
left: 0; | |
margin-top: -5px; | |
border-width: 5px 5px 5px 0; | |
border-right-color: #000000; | |
} | |
.bs-wrap .tooltip.left .tooltip-arrow { | |
top: 50%; | |
right: 0; | |
margin-top: -5px; | |
border-width: 5px 0 5px 5px; | |
border-left-color: #000000; | |
} | |
.bs-wrap .tooltip.bottom .tooltip-arrow { | |
top: 0; | |
left: 50%; | |
margin-left: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #000000; | |
} | |
.bs-wrap .tooltip.bottom-left .tooltip-arrow { | |
top: 0; | |
right: 5px; | |
margin-top: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #000000; | |
} | |
.bs-wrap .tooltip.bottom-right .tooltip-arrow { | |
top: 0; | |
left: 5px; | |
margin-top: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #000000; | |
} | |
.bs-wrap .popover { | |
position: absolute; | |
top: 0; | |
left: 0; | |
z-index: 1060; | |
display: none; | |
max-width: 276px; | |
padding: 1px; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-size: 14px; | |
font-weight: 400; | |
line-height: 1.42857143; | |
text-align: left; | |
white-space: normal; | |
background-color: #fff; | |
-webkit-background-clip: padding-box; | |
background-clip: padding-box; | |
border: 1px solid #ccc; | |
border: 1px solid rgba(0, 0, 0, 0.2); | |
border-radius: 6px; | |
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | |
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | |
} | |
.bs-wrap .popover.top { | |
margin-top: -10px; | |
} | |
.bs-wrap .popover.right { | |
margin-left: 10px; | |
} | |
.bs-wrap .popover.bottom { | |
margin-top: 10px; | |
} | |
.bs-wrap .popover.left { | |
margin-left: -10px; | |
} | |
.bs-wrap .popover-title { | |
padding: 8px 14px; | |
margin: 0; | |
font-size: 14px; | |
background-color: #f7f7f7; | |
border-bottom: 1px solid #ebebeb; | |
border-radius: 5px 5px 0 0; | |
} | |
.bs-wrap .popover-content { | |
padding: 9px 14px; | |
} | |
.bs-wrap .popover > .arrow, | |
.bs-wrap .popover > .arrow:after { | |
position: absolute; | |
display: block; | |
width: 0; | |
height: 0; | |
border-color: transparent; | |
border-style: solid; | |
} | |
.bs-wrap .popover > .arrow { | |
border-width: 11px; | |
} | |
.bs-wrap .popover > .arrow:after { | |
content: ""; | |
border-width: 10px; | |
} | |
.bs-wrap .popover.top > .arrow { | |
bottom: -11px; | |
left: 50%; | |
margin-left: -11px; | |
border-top-color: #999; | |
border-top-color: rgba(0, 0, 0, 0.25); | |
border-bottom-width: 0; | |
} | |
.bs-wrap .popover.top > .arrow:after { | |
bottom: 1px; | |
margin-left: -10px; | |
content: " "; | |
border-top-color: #fff; | |
border-bottom-width: 0; | |
} | |
.bs-wrap .popover.right > .arrow { | |
top: 50%; | |
left: -11px; | |
margin-top: -11px; | |
border-right-color: #999; | |
border-right-color: rgba(0, 0, 0, 0.25); | |
border-left-width: 0; | |
} | |
.bs-wrap .popover.right > .arrow:after { | |
bottom: -10px; | |
left: 1px; | |
content: " "; | |
border-right-color: #fff; | |
border-left-width: 0; | |
} | |
.bs-wrap .popover.bottom > .arrow { | |
top: -11px; | |
left: 50%; | |
margin-left: -11px; | |
border-top-width: 0; | |
border-bottom-color: #999; | |
border-bottom-color: rgba(0, 0, 0, 0.25); | |
} | |
.bs-wrap .popover.bottom > .arrow:after { | |
top: 1px; | |
margin-left: -10px; | |
content: " "; | |
border-top-width: 0; | |
border-bottom-color: #ffffff; | |
} | |
.bs-wrap .popover.left > .arrow { | |
top: 50%; | |
right: -11px; | |
margin-top: -11px; | |
border-right-width: 0; | |
border-left-color: #999; | |
border-left-color: rgba(0, 0, 0, 0.25); | |
} | |
.bs-wrap .popover.left > .arrow:after { | |
right: 1px; | |
bottom: -10px; | |
content: " "; | |
border-right-width: 0; | |
border-left-color: #ffffff; | |
} | |
.bs-wrap .carousel { | |
position: relative; | |
} | |
.bs-wrap .carousel-inner { | |
position: relative; | |
width: 100%; | |
overflow: hidden; | |
} | |
.bs-wrap .carousel-inner > .item { | |
position: relative; | |
display: none; | |
-webkit-transition: 0.6s ease-in-out left; | |
-o-transition: 0.6s ease-in-out left; | |
transition: 0.6s ease-in-out left; | |
} | |
.bs-wrap .carousel-inner > .item > a > img, | |
.bs-wrap .carousel-inner > .item > img { | |
line-height: 1; | |
} | |
@media all and (transform-3d), (-webkit-transform-3d) { | |
.bs-wrap .carousel-inner > .item { | |
-webkit-transition: -webkit-transform 0.6s ease-in-out; | |
-o-transition: -o-transform 0.6s ease-in-out; | |
transition: transform 0.6s ease-in-out; | |
-webkit-backface-visibility: hidden; | |
backface-visibility: hidden; | |
-webkit-perspective: 1000; | |
perspective: 1000; | |
} | |
.bs-wrap .carousel-inner > .item.active.right, | |
.bs-wrap .carousel-inner > .item.next { | |
left: 0; | |
-webkit-transform: translate3d(100%, 0, 0); | |
transform: translate3d(100%, 0, 0); | |
} | |
.bs-wrap .carousel-inner > .item.active.left, | |
.bs-wrap .carousel-inner > .item.prev { | |
left: 0; | |
-webkit-transform: translate3d(-100%, 0, 0); | |
transform: translate3d(-100%, 0, 0); | |
} | |
.bs-wrap .carousel-inner > .item.active, | |
.bs-wrap .carousel-inner > .item.next.left, | |
.bs-wrap .carousel-inner > .item.prev.right { | |
left: 0; | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); | |
} | |
} | |
.bs-wrap .carousel-inner > .active, | |
.bs-wrap .carousel-inner > .next, | |
.bs-wrap .carousel-inner > .prev { | |
display: block; | |
} | |
.bs-wrap .carousel-inner > .active { | |
left: 0; | |
} | |
.bs-wrap .carousel-inner > .next, | |
.bs-wrap .carousel-inner > .prev { | |
position: absolute; | |
top: 0; | |
width: 100%; | |
} | |
.bs-wrap .carousel-inner > .next { | |
left: 100%; | |
} | |
.bs-wrap .carousel-inner > .prev { | |
left: -100%; | |
} | |
.bs-wrap .carousel-inner > .next.left, | |
.bs-wrap .carousel-inner > .prev.right { | |
left: 0; | |
} | |
.bs-wrap .carousel-inner > .active.left { | |
left: -100%; | |
} | |
.bs-wrap .carousel-inner > .active.right { | |
left: 100%; | |
} | |
.bs-wrap .carousel-control { | |
position: absolute; | |
top: 0; | |
bottom: 0; | |
left: 0; | |
width: 15%; | |
font-size: 20px; | |
color: #fff; | |
text-align: center; | |
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); | |
filter: alpha(opacity=50); | |
opacity: 0.5; | |
} | |
.bs-wrap .carousel-control.left { | |
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); | |
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); | |
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); | |
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); | |
background-repeat: repeat-x; | |
} | |
.bs-wrap .carousel-control.right { | |
right: 0; | |
left: auto; | |
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); | |
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); | |
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); | |
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); | |
background-repeat: repeat-x; | |
} | |
.bs-wrap .carousel-control:focus, | |
.bs-wrap .carousel-control:hover { | |
color: #fff; | |
text-decoration: none; | |
filter: alpha(opacity=90); | |
outline: 0; | |
opacity: 0.9; | |
} | |
.bs-wrap .carousel-control .glyphicon-chevron-left, | |
.bs-wrap .carousel-control .glyphicon-chevron-right, | |
.bs-wrap .carousel-control .icon-next, | |
.bs-wrap .carousel-control .icon-prev { | |
position: absolute; | |
top: 50%; | |
z-index: 5; | |
display: inline-block; | |
} | |
.bs-wrap .carousel-control .glyphicon-chevron-left, | |
.bs-wrap .carousel-control .icon-prev { | |
left: 50%; | |
margin-left: -10px; | |
} | |
.bs-wrap .carousel-control .glyphicon-chevron-right, | |
.bs-wrap .carousel-control .icon-next { | |
right: 50%; | |
margin-right: -10px; | |
} | |
.bs-wrap .carousel-control .icon-next, | |
.bs-wrap .carousel-control .icon-prev { | |
width: 20px; | |
height: 20px; | |
margin-top: -10px; | |
font-family: serif; | |
line-height: 1; | |
} | |
.bs-wrap .carousel-control .icon-prev:before { | |
content: '\2039'; | |
} | |
.bs-wrap .carousel-control .icon-next:before { | |
content: '\203a'; | |
} | |
.bs-wrap .carousel-indicators { | |
position: absolute; | |
bottom: 10px; | |
left: 50%; | |
z-index: 15; | |
width: 60%; | |
padding-left: 0; | |
margin-left: -30%; | |
text-align: center; | |
list-style: none; | |
} | |
.bs-wrap .carousel-indicators li { | |
display: inline-block; | |
width: 10px; | |
height: 10px; | |
margin: 1px; | |
text-indent: -999px; | |
cursor: pointer; | |
background-color: #000 \9; | |
background-color: rgba(0, 0, 0, 0); | |
border: 1px solid #fff; | |
border-radius: 10px; | |
} | |
.bs-wrap .carousel-indicators .active { | |
width: 12px; | |
height: 12px; | |
margin: 0; | |
background-color: #ffffff; | |
} | |
.bs-wrap .carousel-caption { | |
position: absolute; | |
right: 15%; | |
bottom: 20px; | |
left: 15%; | |
z-index: 10; | |
padding-top: 20px; | |
padding-bottom: 20px; | |
color: #fff; | |
text-align: center; | |
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); | |
} | |
.bs-wrap .carousel-caption .btn { | |
text-shadow: none; | |
} | |
@media screen and (min-width: 768px) { | |
.bs-wrap .carousel-control .glyphicon-chevron-left, | |
.bs-wrap .carousel-control .glyphicon-chevron-right, | |
.bs-wrap .carousel-control .icon-next, | |
.bs-wrap .carousel-control .icon-prev { | |
width: 30px; | |
height: 30px; | |
margin-top: -15px; | |
font-size: 30px; | |
} | |
.bs-wrap .carousel-control .glyphicon-chevron-left, | |
.bs-wrap .carousel-control .icon-prev { | |
margin-left: -15px; | |
} | |
.bs-wrap .carousel-control .glyphicon-chevron-right, | |
.bs-wrap .carousel-control .icon-next { | |
margin-right: -15px; | |
} | |
.bs-wrap .carousel-caption { | |
right: 20%; | |
left: 20%; | |
padding-bottom: 30px; | |
} | |
.bs-wrap .carousel-indicators { | |
bottom: 20px; | |
} | |
} | |
.bs-wrap .btn-group-vertical > .btn-group:after, | |
.bs-wrap .btn-group-vertical > .btn-group:before, | |
.bs-wrap .btn-toolbar:after, | |
.bs-wrap .btn-toolbar:before, | |
.bs-wrap .clearfix:after, | |
.bs-wrap .clearfix:before, | |
.bs-wrap .container-fluid:after, | |
.bs-wrap .container-fluid:before, | |
.bs-wrap .container:after, | |
.bs-wrap .container:before, | |
.bs-wrap .dl-horizontal dd:after, | |
.bs-wrap .dl-horizontal dd:before, | |
.bs-wrap .form-horizontal .form-group:after, | |
.bs-wrap .form-horizontal .form-group:before, | |
.bs-wrap .modal-footer:after, | |
.bs-wrap .modal-footer:before, | |
.bs-wrap .nav:after, | |
.bs-wrap .nav:before, | |
.bs-wrap .navbar-collapse:after, | |
.bs-wrap .navbar-collapse:before, | |
.bs-wrap .navbar-header:after, | |
.bs-wrap .navbar-header:before, | |
.bs-wrap .navbar:after, | |
.bs-wrap .navbar:before, | |
.bs-wrap .pager:after, | |
.bs-wrap .pager:before, | |
.bs-wrap .panel-body:after, | |
.bs-wrap .panel-body:before, | |
.bs-wrap .row:after, | |
.bs-wrap .row:before { | |
display: table; | |
content: " "; | |
} | |
.bs-wrap .btn-group-vertical > .btn-group:after, | |
.bs-wrap .btn-toolbar:after, | |
.bs-wrap .clearfix:after, | |
.bs-wrap .container-fluid:after, | |
.bs-wrap .container:after, | |
.bs-wrap .dl-horizontal dd:after, | |
.bs-wrap .form-horizontal .form-group:after, | |
.bs-wrap .modal-footer:after, | |
.bs-wrap .nav:after, | |
.bs-wrap .navbar-collapse:after, | |
.bs-wrap .navbar-header:after, | |
.bs-wrap .navbar:after, | |
.bs-wrap .pager:after, | |
.bs-wrap .panel-body:after, | |
.bs-wrap .row:after { | |
clear: both; | |
} | |
.bs-wrap .center-block { | |
display: block; | |
margin-right: auto; | |
margin-left: auto; | |
} | |
.bs-wrap .pull-right { | |
float: right !important; | |
} | |
.bs-wrap .pull-left { | |
float: left !important; | |
} | |
.bs-wrap .hide { | |
display: none !important; | |
} | |
.bs-wrap .show { | |
display: block !important; | |
} | |
.bs-wrap .invisible { | |
visibility: hidden; | |
} | |
.bs-wrap .text-hide { | |
font: 0/0 a; | |
color: transparent; | |
text-shadow: none; | |
background-color: transparent; | |
border: 0; | |
} | |
.bs-wrap .hidden { | |
display: none!important; | |
visibility: hidden !important; | |
} | |
.bs-wrap .affix { | |
position: fixed; | |
} | |
@-ms-viewport { | |
width: device-width; | |
} | |
.bs-wrap .visible-lg, | |
.bs-wrap .visible-md, | |
.bs-wrap .visible-sm, | |
.bs-wrap .visible-xs { | |
display: none !important; | |
} | |
.bs-wrap .visible-lg-block, | |
.bs-wrap .visible-lg-inline, | |
.bs-wrap .visible-lg-inline-block, | |
.bs-wrap .visible-md-block, | |
.bs-wrap .visible-md-inline, | |
.bs-wrap .visible-md-inline-block, | |
.bs-wrap .visible-sm-block, | |
.bs-wrap .visible-sm-inline, | |
.bs-wrap .visible-sm-inline-block, | |
.bs-wrap .visible-xs-block, | |
.bs-wrap .visible-xs-inline, | |
.bs-wrap .visible-xs-inline-block { | |
display: none !important; | |
} | |
@media (max-width: 767px) { | |
.bs-wrap .visible-xs { | |
display: block !important; | |
} | |
.bs-wrap table.visible-xs { | |
display: table; | |
} | |
.bs-wrap tr.visible-xs { | |
display: table-row !important; | |
} | |
.bs-wrap td.visible-xs, | |
.bs-wrap th.visible-xs { | |
display: table-cell !important; | |
} | |
} | |
@media (max-width: 767px) { | |
.bs-wrap .visible-xs-block { | |
display: block !important; | |
} | |
} | |
@media (max-width: 767px) { | |
.bs-wrap .visible-xs-inline { | |
display: inline !important; | |
} | |
} | |
@media (max-width: 767px) { | |
.bs-wrap .visible-xs-inline-block { | |
display: inline-block !important; | |
} | |
} | |
@media (min-width: 768px) and (max-width: 991px) { | |
.bs-wrap .visible-sm { | |
display: block !important; | |
} | |
.bs-wrap table.visible-sm { | |
display: table; | |
} | |
.bs-wrap tr.visible-sm { | |
display: table-row !important; | |
} | |
.bs-wrap td.visible-sm, | |
.bs-wrap th.visible-sm { | |
display: table-cell !important; | |
} | |
} | |
@media (min-width: 768px) and (max-width: 991px) { | |
.bs-wrap .visible-sm-block { | |
display: block !important; | |
} | |
} | |
@media (min-width: 768px) and (max-width: 991px) { | |
.bs-wrap .visible-sm-inline { | |
display: inline !important; | |
} | |
} | |
@media (min-width: 768px) and (max-width: 991px) { | |
.bs-wrap .visible-sm-inline-block { | |
display: inline-block !important; | |
} | |
} | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.bs-wrap .visible-md { | |
display: block !important; | |
} | |
.bs-wrap table.visible-md { | |
display: table; | |
} | |
.bs-wrap tr.visible-md { | |
display: table-row !important; | |
} | |
.bs-wrap td.visible-md, | |
.bs-wrap th.visible-md { | |
display: table-cell !important; | |
} | |
} | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.bs-wrap .visible-md-block { | |
display: block !important; | |
} | |
} | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.bs-wrap .visible-md-inline { | |
display: inline !important; | |
} | |
} | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.bs-wrap .visible-md-inline-block { | |
display: inline-block !important; | |
} | |
} | |
@media (min-width: 1200px) { | |
.bs-wrap .visible-lg { | |
display: block !important; | |
} | |
.bs-wrap table.visible-lg { | |
display: table; | |
} | |
.bs-wrap tr.visible-lg { | |
display: table-row !important; | |
} | |
.bs-wrap td.visible-lg, | |
.bs-wrap th.visible-lg { | |
display: table-cell !important; | |
} | |
} | |
@media (min-width: 1200px) { | |
.bs-wrap .visible-lg-block { | |
display: block !important; | |
} | |
} | |
@media (min-width: 1200px) { | |
.bs-wrap .visible-lg-inline { | |
display: inline !important; | |
} | |
} | |
@media (min-width: 1200px) { | |
.bs-wrap .visible-lg-inline-block { | |
display: inline-block !important; | |
} | |
} | |
@media (max-width: 767px) { | |
.bs-wrap .hidden-xs { | |
display: none !important; | |
} | |
} | |
@media (min-width: 768px) and (max-width: 991px) { | |
.bs-wrap .hidden-sm { | |
display: none !important; | |
} | |
} | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.bs-wrap .hidden-md { | |
display: none !important; | |
} | |
} | |
@media (min-width: 1200px) { | |
.bs-wrap .hidden-lg { | |
display: none !important; | |
} | |
} | |
.bs-wrap .visible-print { | |
display: none !important; | |
} | |
@media print { | |
.bs-wrap .visible-print { | |
display: block !important; | |
} | |
.bs-wrap table.visible-print { | |
display: table; | |
} | |
.bs-wrap tr.visible-print { | |
display: table-row !important; | |
} | |
.bs-wrap td.visible-print, | |
.bs-wrap th.visible-print { | |
display: table-cell !important; | |
} | |
} | |
.bs-wrap .visible-print-block { | |
display: none !important; | |
} | |
@media print { | |
.bs-wrap .visible-print-block { | |
display: block !important; | |
} | |
} | |
.bs-wrap .visible-print-inline { | |
display: none !important; | |
} | |
@media print { | |
.bs-wrap .visible-print-inline { | |
display: inline !important; | |
} | |
} | |
.bs-wrap .visible-print-inline-block { | |
display: none !important; | |
} | |
@media print { | |
.bs-wrap .visible-print-inline-block { | |
display: inline-block !important; | |
} | |
} | |
@media print { | |
.bs-wrap .hidden-print { | |
display: none !important; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html.bs-wrap{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body.bs-wrap{margin:0}.bs-wrap article,.bs-wrap aside,.bs-wrap details,.bs-wrap figcaption,.bs-wrap figure,.bs-wrap footer,.bs-wrap header,.bs-wrap hgroup,.bs-wrap main,.bs-wrap menu,.bs-wrap nav,.bs-wrap section,.bs-wrap summary{display:block}.bs-wrap audio,.bs-wrap canvas,.bs-wrap progress,.bs-wrap video{display:inline-block;vertical-align:baseline}.bs-wrap audio:not([controls]){display:none;height:0}.bs-wrap [hidden],.bs-wrap template{display:none}.bs-wrap a{background-color:transparent}.bs-wrap a:active,.bs-wrap a:hover{outline:0}.bs-wrap b,.bs-wrap strong{font-weight:700}.bs-wrap dfn{font-style:italic}.bs-wrap h1{margin:.67em 0}.bs-wrap mark{color:#000;background:#ff0}.bs-wrap sub,.bs-wrap sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.bs-wrap sup{top:-.5em}.bs-wrap sub{bottom:-.25em}.bs-wrap img{border:0}.bs-wrap svg:not(:root){overflow:hidden}.bs-wrap hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.bs-wrap pre{overflow:auto}.bs-wrap code,.bs-wrap kbd,.bs-wrap pre,.bs-wrap samp{font-size:1em}.bs-wrap button,.bs-wrap input,.bs-wrap optgroup,.bs-wrap select,.bs-wrap textarea{margin:0;font:inherit;color:inherit}.bs-wrap button{overflow:visible}.bs-wrap button,.bs-wrap select{text-transform:none}.bs-wrap button,.bs-wrap html input[type=button],.bs-wrap input[type=reset],.bs-wrap input[type=submit]{-webkit-appearance:button;cursor:pointer}.bs-wrap button[disabled],.bs-wrap html input[disabled]{cursor:default}.bs-wrap button::-moz-focus-inner,.bs-wrap input::-moz-focus-inner{padding:0;border:0}.bs-wrap input[type=checkbox],.bs-wrap input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.bs-wrap input[type=number]::-webkit-inner-spin-button,.bs-wrap input[type=number]::-webkit-outer-spin-button{height:auto}.bs-wrap input[type=search]::-webkit-search-cancel-button,.bs-wrap input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.bs-wrap textarea{overflow:auto}.bs-wrap optgroup{font-weight:700}.bs-wrap table{border-spacing:0;border-collapse:collapse}.bs-wrap td,.bs-wrap th{padding:0}@media print{.bs-wrap *,.bs-wrap :after,.bs-wrap :before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.bs-wrap a,.bs-wrap a:visited{text-decoration:underline}.bs-wrap a[href]:after{content:" (" attr(href) ")"}.bs-wrap abbr[title]:after{content:" (" attr(title) ")"}.bs-wrap a[href^="javascript:"]:after,.bs-wrap a[href^="#"]:after{content:""}.bs-wrap blockquote,.bs-wrap pre{border:1px solid #999;page-break-inside:avoid}.bs-wrap thead{display:table-header-group}.bs-wrap img,.bs-wrap tr{page-break-inside:avoid}.bs-wrap img{max-width:100%!important}.bs-wrap h2,.bs-wrap h3,.bs-wrap p{orphans:3;widows:3}.bs-wrap h2,.bs-wrap h3{page-break-after:avoid}.bs-wrap select{background:#fff!important}.bs-wrap .navbar{display:none}.bs-wrap .btn>.caret,.bs-wrap .dropup>.btn>.caret{border-top-color:#000!important}.bs-wrap .label{border:1px solid #000}.bs-wrap .table{border-collapse:collapse!important}.bs-wrap .table td,.bs-wrap .table th{background-color:#fff!important}.bs-wrap .table-bordered td,.bs-wrap .table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),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')}.bs-wrap .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bs-wrap .glyphicon-asterisk:before{content:"\2a"}.bs-wrap .glyphicon-plus:before{content:"\2b"}.bs-wrap .glyphicon-eur:before,.bs-wrap .glyphicon-euro:before{content:"\20ac"}.bs-wrap .glyphicon-minus:before{content:"\2212"}.bs-wrap .glyphicon-cloud:before{content:"\2601"}.bs-wrap .glyphicon-envelope:before{content:"\2709"}.bs-wrap .glyphicon-pencil:before{content:"\270f"}.bs-wrap .glyphicon-glass:before{content:"\e001"}.bs-wrap .glyphicon-music:before{content:"\e002"}.bs-wrap .glyphicon-search:before{content:"\e003"}.bs-wrap .glyphicon-heart:before{content:"\e005"}.bs-wrap .glyphicon-star:before{content:"\e006"}.bs-wrap .glyphicon-star-empty:before{content:"\e007"}.bs-wrap .glyphicon-user:before{content:"\e008"}.bs-wrap .glyphicon-film:before{content:"\e009"}.bs-wrap .glyphicon-th-large:before{content:"\e010"}.bs-wrap .glyphicon-th:before{content:"\e011"}.bs-wrap .glyphicon-th-list:before{content:"\e012"}.bs-wrap .glyphicon-ok:before{content:"\e013"}.bs-wrap .glyphicon-remove:before{content:"\e014"}.bs-wrap .glyphicon-zoom-in:before{content:"\e015"}.bs-wrap .glyphicon-zoom-out:before{content:"\e016"}.bs-wrap .glyphicon-off:before{content:"\e017"}.bs-wrap .glyphicon-signal:before{content:"\e018"}.bs-wrap .glyphicon-cog:before{content:"\e019"}.bs-wrap .glyphicon-trash:before{content:"\e020"}.bs-wrap .glyphicon-home:before{content:"\e021"}.bs-wrap .glyphicon-file:before{content:"\e022"}.bs-wrap .glyphicon-time:before{content:"\e023"}.bs-wrap .glyphicon-road:before{content:"\e024"}.bs-wrap .glyphicon-download-alt:before{content:"\e025"}.bs-wrap .glyphicon-download:before{content:"\e026"}.bs-wrap .glyphicon-upload:before{content:"\e027"}.bs-wrap .glyphicon-inbox:before{content:"\e028"}.bs-wrap .glyphicon-play-circle:before{content:"\e029"}.bs-wrap .glyphicon-repeat:before{content:"\e030"}.bs-wrap .glyphicon-refresh:before{content:"\e031"}.bs-wrap .glyphicon-list-alt:before{content:"\e032"}.bs-wrap .glyphicon-lock:before{content:"\e033"}.bs-wrap .glyphicon-flag:before{content:"\e034"}.bs-wrap .glyphicon-headphones:before{content:"\e035"}.bs-wrap .glyphicon-volume-off:before{content:"\e036"}.bs-wrap .glyphicon-volume-down:before{content:"\e037"}.bs-wrap .glyphicon-volume-up:before{content:"\e038"}.bs-wrap .glyphicon-qrcode:before{content:"\e039"}.bs-wrap .glyphicon-barcode:before{content:"\e040"}.bs-wrap .glyphicon-tag:before{content:"\e041"}.bs-wrap .glyphicon-tags:before{content:"\e042"}.bs-wrap .glyphicon-book:before{content:"\e043"}.bs-wrap .glyphicon-bookmark:before{content:"\e044"}.bs-wrap .glyphicon-print:before{content:"\e045"}.bs-wrap .glyphicon-camera:before{content:"\e046"}.bs-wrap .glyphicon-font:before{content:"\e047"}.bs-wrap .glyphicon-bold:before{content:"\e048"}.bs-wrap .glyphicon-italic:before{content:"\e049"}.bs-wrap .glyphicon-text-height:before{content:"\e050"}.bs-wrap .glyphicon-text-width:before{content:"\e051"}.bs-wrap .glyphicon-align-left:before{content:"\e052"}.bs-wrap .glyphicon-align-center:before{content:"\e053"}.bs-wrap .glyphicon-align-right:before{content:"\e054"}.bs-wrap .glyphicon-align-justify:before{content:"\e055"}.bs-wrap .glyphicon-list:before{content:"\e056"}.bs-wrap .glyphicon-indent-left:before{content:"\e057"}.bs-wrap .glyphicon-indent-right:before{content:"\e058"}.bs-wrap .glyphicon-facetime-video:before{content:"\e059"}.bs-wrap .glyphicon-picture:before{content:"\e060"}.bs-wrap .glyphicon-map-marker:before{content:"\e062"}.bs-wrap .glyphicon-adjust:before{content:"\e063"}.bs-wrap .glyphicon-tint:before{content:"\e064"}.bs-wrap .glyphicon-edit:before{content:"\e065"}.bs-wrap .glyphicon-share:before{content:"\e066"}.bs-wrap .glyphicon-check:before{content:"\e067"}.bs-wrap .glyphicon-move:before{content:"\e068"}.bs-wrap .glyphicon-step-backward:before{content:"\e069"}.bs-wrap .glyphicon-fast-backward:before{content:"\e070"}.bs-wrap .glyphicon-backward:before{content:"\e071"}.bs-wrap .glyphicon-play:before{content:"\e072"}.bs-wrap .glyphicon-pause:before{content:"\e073"}.bs-wrap .glyphicon-stop:before{content:"\e074"}.bs-wrap .glyphicon-forward:before{content:"\e075"}.bs-wrap .glyphicon-fast-forward:before{content:"\e076"}.bs-wrap .glyphicon-step-forward:before{content:"\e077"}.bs-wrap .glyphicon-eject:before{content:"\e078"}.bs-wrap .glyphicon-chevron-left:before{content:"\e079"}.bs-wrap .glyphicon-chevron-right:before{content:"\e080"}.bs-wrap .glyphicon-plus-sign:before{content:"\e081"}.bs-wrap .glyphicon-minus-sign:before{content:"\e082"}.bs-wrap .glyphicon-remove-sign:before{content:"\e083"}.bs-wrap .glyphicon-ok-sign:before{content:"\e084"}.bs-wrap .glyphicon-question-sign:before{content:"\e085"}.bs-wrap .glyphicon-info-sign:before{content:"\e086"}.bs-wrap .glyphicon-screenshot:before{content:"\e087"}.bs-wrap .glyphicon-remove-circle:before{content:"\e088"}.bs-wrap .glyphicon-ok-circle:before{content:"\e089"}.bs-wrap .glyphicon-ban-circle:before{content:"\e090"}.bs-wrap .glyphicon-arrow-left:before{content:"\e091"}.bs-wrap .glyphicon-arrow-right:before{content:"\e092"}.bs-wrap .glyphicon-arrow-up:before{content:"\e093"}.bs-wrap .glyphicon-arrow-down:before{content:"\e094"}.bs-wrap .glyphicon-share-alt:before{content:"\e095"}.bs-wrap .glyphicon-resize-full:before{content:"\e096"}.bs-wrap .glyphicon-resize-small:before{content:"\e097"}.bs-wrap .glyphicon-exclamation-sign:before{content:"\e101"}.bs-wrap .glyphicon-gift:before{content:"\e102"}.bs-wrap .glyphicon-leaf:before{content:"\e103"}.bs-wrap .glyphicon-fire:before{content:"\e104"}.bs-wrap .glyphicon-eye-open:before{content:"\e105"}.bs-wrap .glyphicon-eye-close:before{content:"\e106"}.bs-wrap .glyphicon-warning-sign:before{content:"\e107"}.bs-wrap .glyphicon-plane:before{content:"\e108"}.bs-wrap .glyphicon-calendar:before{content:"\e109"}.bs-wrap .glyphicon-random:before{content:"\e110"}.bs-wrap .glyphicon-comment:before{content:"\e111"}.bs-wrap .glyphicon-magnet:before{content:"\e112"}.bs-wrap .glyphicon-chevron-up:before{content:"\e113"}.bs-wrap .glyphicon-chevron-down:before{content:"\e114"}.bs-wrap .glyphicon-retweet:before{content:"\e115"}.bs-wrap .glyphicon-shopping-cart:before{content:"\e116"}.bs-wrap .glyphicon-folder-close:before{content:"\e117"}.bs-wrap .glyphicon-folder-open:before{content:"\e118"}.bs-wrap .glyphicon-resize-vertical:before{content:"\e119"}.bs-wrap .glyphicon-resize-horizontal:before{content:"\e120"}.bs-wrap .glyphicon-hdd:before{content:"\e121"}.bs-wrap .glyphicon-bullhorn:before{content:"\e122"}.bs-wrap .glyphicon-bell:before{content:"\e123"}.bs-wrap .glyphicon-certificate:before{content:"\e124"}.bs-wrap .glyphicon-thumbs-up:before{content:"\e125"}.bs-wrap .glyphicon-thumbs-down:before{content:"\e126"}.bs-wrap .glyphicon-hand-right:before{content:"\e127"}.bs-wrap .glyphicon-hand-left:before{content:"\e128"}.bs-wrap .glyphicon-hand-up:before{content:"\e129"}.bs-wrap .glyphicon-hand-down:before{content:"\e130"}.bs-wrap .glyphicon-circle-arrow-right:before{content:"\e131"}.bs-wrap .glyphicon-circle-arrow-left:before{content:"\e132"}.bs-wrap .glyphicon-circle-arrow-up:before{content:"\e133"}.bs-wrap .glyphicon-circle-arrow-down:before{content:"\e134"}.bs-wrap .glyphicon-globe:before{content:"\e135"}.bs-wrap .glyphicon-wrench:before{content:"\e136"}.bs-wrap .glyphicon-tasks:before{content:"\e137"}.bs-wrap .glyphicon-filter:before{content:"\e138"}.bs-wrap .glyphicon-briefcase:before{content:"\e139"}.bs-wrap .glyphicon-fullscreen:before{content:"\e140"}.bs-wrap .glyphicon-dashboard:before{content:"\e141"}.bs-wrap .glyphicon-paperclip:before{content:"\e142"}.bs-wrap .glyphicon-heart-empty:before{content:"\e143"}.bs-wrap .glyphicon-link:before{content:"\e144"}.bs-wrap .glyphicon-phone:before{content:"\e145"}.bs-wrap .glyphicon-pushpin:before{content:"\e146"}.bs-wrap .glyphicon-usd:before{content:"\e148"}.bs-wrap .glyphicon-gbp:before{content:"\e149"}.bs-wrap .glyphicon-sort:before{content:"\e150"}.bs-wrap .glyphicon-sort-by-alphabet:before{content:"\e151"}.bs-wrap .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.bs-wrap .glyphicon-sort-by-order:before{content:"\e153"}.bs-wrap .glyphicon-sort-by-order-alt:before{content:"\e154"}.bs-wrap .glyphicon-sort-by-attributes:before{content:"\e155"}.bs-wrap .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.bs-wrap .glyphicon-unchecked:before{content:"\e157"}.bs-wrap .glyphicon-expand:before{content:"\e158"}.bs-wrap .glyphicon-collapse-down:before{content:"\e159"}.bs-wrap .glyphicon-collapse-up:before{content:"\e160"}.bs-wrap .glyphicon-log-in:before{content:"\e161"}.bs-wrap .glyphicon-flash:before{content:"\e162"}.bs-wrap .glyphicon-log-out:before{content:"\e163"}.bs-wrap .glyphicon-new-window:before{content:"\e164"}.bs-wrap .glyphicon-record:before{content:"\e165"}.bs-wrap .glyphicon-save:before{content:"\e166"}.bs-wrap .glyphicon-open:before{content:"\e167"}.bs-wrap .glyphicon-saved:before{content:"\e168"}.bs-wrap .glyphicon-import:before{content:"\e169"}.bs-wrap .glyphicon-export:before{content:"\e170"}.bs-wrap .glyphicon-send:before{content:"\e171"}.bs-wrap .glyphicon-floppy-disk:before{content:"\e172"}.bs-wrap .glyphicon-floppy-saved:before{content:"\e173"}.bs-wrap .glyphicon-floppy-remove:before{content:"\e174"}.bs-wrap .glyphicon-floppy-save:before{content:"\e175"}.bs-wrap .glyphicon-floppy-open:before{content:"\e176"}.bs-wrap .glyphicon-credit-card:before{content:"\e177"}.bs-wrap .glyphicon-transfer:before{content:"\e178"}.bs-wrap .glyphicon-cutlery:before{content:"\e179"}.bs-wrap .glyphicon-header:before{content:"\e180"}.bs-wrap .glyphicon-compressed:before{content:"\e181"}.bs-wrap .glyphicon-earphone:before{content:"\e182"}.bs-wrap .glyphicon-phone-alt:before{content:"\e183"}.bs-wrap .glyphicon-tower:before{content:"\e184"}.bs-wrap .glyphicon-stats:before{content:"\e185"}.bs-wrap .glyphicon-sd-video:before{content:"\e186"}.bs-wrap .glyphicon-hd-video:before{content:"\e187"}.bs-wrap .glyphicon-subtitles:before{content:"\e188"}.bs-wrap .glyphicon-sound-stereo:before{content:"\e189"}.bs-wrap .glyphicon-sound-dolby:before{content:"\e190"}.bs-wrap .glyphicon-sound-5-1:before{content:"\e191"}.bs-wrap .glyphicon-sound-6-1:before{content:"\e192"}.bs-wrap .glyphicon-sound-7-1:before{content:"\e193"}.bs-wrap .glyphicon-copyright-mark:before{content:"\e194"}.bs-wrap .glyphicon-registration-mark:before{content:"\e195"}.bs-wrap .glyphicon-cloud-download:before{content:"\e197"}.bs-wrap .glyphicon-cloud-upload:before{content:"\e198"}.bs-wrap .glyphicon-tree-conifer:before{content:"\e199"}.bs-wrap .glyphicon-tree-deciduous:before{content:"\e200"}.bs-wrap .glyphicon-cd:before{content:"\e201"}.bs-wrap .glyphicon-save-file:before{content:"\e202"}.bs-wrap .glyphicon-open-file:before{content:"\e203"}.bs-wrap .glyphicon-level-up:before{content:"\e204"}.bs-wrap .glyphicon-copy:before{content:"\e205"}.bs-wrap .glyphicon-paste:before{content:"\e206"}.bs-wrap .glyphicon-alert:before{content:"\e209"}.bs-wrap .glyphicon-equalizer:before{content:"\e210"}.bs-wrap .glyphicon-king:before{content:"\e211"}.bs-wrap .glyphicon-queen:before{content:"\e212"}.bs-wrap .glyphicon-pawn:before{content:"\e213"}.bs-wrap .glyphicon-bishop:before{content:"\e214"}.bs-wrap .glyphicon-knight:before{content:"\e215"}.bs-wrap .glyphicon-baby-formula:before{content:"\e216"}.bs-wrap .glyphicon-tent:before{content:"\26fa"}.bs-wrap .glyphicon-blackboard:before{content:"\e218"}.bs-wrap .glyphicon-bed:before{content:"\e219"}.bs-wrap .glyphicon-apple:before{content:"\f8ff"}.bs-wrap .glyphicon-erase:before{content:"\e221"}.bs-wrap .glyphicon-hourglass:before{content:"\231b"}.bs-wrap .glyphicon-lamp:before{content:"\e223"}.bs-wrap .glyphicon-duplicate:before{content:"\e224"}.bs-wrap .glyphicon-piggy-bank:before{content:"\e225"}.bs-wrap .glyphicon-scissors:before{content:"\e226"}.bs-wrap .glyphicon-bitcoin:before{content:"\e227"}.bs-wrap .glyphicon-yen:before{content:"\00a5"}.bs-wrap .glyphicon-ruble:before{content:"\20bd"}.bs-wrap .glyphicon-scale:before{content:"\e230"}.bs-wrap .glyphicon-ice-lolly:before{content:"\e231"}.bs-wrap .glyphicon-ice-lolly-tasted:before{content:"\e232"}.bs-wrap .glyphicon-education:before{content:"\e233"}.bs-wrap .glyphicon-option-horizontal:before{content:"\e234"}.bs-wrap .glyphicon-option-vertical:before{content:"\e235"}.bs-wrap .glyphicon-menu-hamburger:before{content:"\e236"}.bs-wrap .glyphicon-modal-window:before{content:"\e237"}.bs-wrap .glyphicon-oil:before{content:"\e238"}.bs-wrap .glyphicon-grain:before{content:"\e239"}.bs-wrap .glyphicon-sunglasses:before{content:"\e240"}.bs-wrap .glyphicon-text-size:before{content:"\e241"}.bs-wrap .glyphicon-text-color:before{content:"\e242"}.bs-wrap .glyphicon-text-background:before{content:"\e243"}.bs-wrap .glyphicon-object-align-top:before{content:"\e244"}.bs-wrap .glyphicon-object-align-bottom:before{content:"\e245"}.bs-wrap .glyphicon-object-align-horizontal:before{content:"\e246"}.bs-wrap .glyphicon-object-align-left:before{content:"\e247"}.bs-wrap .glyphicon-object-align-vertical:before{content:"\e248"}.bs-wrap .glyphicon-object-align-right:before{content:"\e249"}.bs-wrap .glyphicon-triangle-right:before{content:"\e250"}.bs-wrap .glyphicon-triangle-left:before{content:"\e251"}.bs-wrap .glyphicon-triangle-bottom:before{content:"\e252"}.bs-wrap .glyphicon-triangle-top:before{content:"\e253"}.bs-wrap .glyphicon-console:before{content:"\e254"}.bs-wrap .glyphicon-superscript:before{content:"\e255"}.bs-wrap .glyphicon-subscript:before{content:"\e256"}.bs-wrap .glyphicon-menu-left:before{content:"\e257"}.bs-wrap .glyphicon-menu-right:before{content:"\e258"}.bs-wrap .glyphicon-menu-down:before{content:"\e259"}.bs-wrap .glyphicon-menu-up:before{content:"\e260"}.bs-wrap *,.bs-wrap :after,.bs-wrap :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-wrap html{font-size:10px;-webkit-tap-highlight-color:transparent}.bs-wrap body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}.bs-wrap button,.bs-wrap input,.bs-wrap select,.bs-wrap textarea{font-family:inherit;font-size:inherit;line-height:inherit}.bs-wrap a{color:#337ab7;text-decoration:none}.bs-wrap a:focus,.bs-wrap a:hover{color:#23527c;text-decoration:underline}.bs-wrap a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.bs-wrap figure{margin:0}.bs-wrap img{vertical-align:middle}.bs-wrap .carousel-inner>.item>a>img,.bs-wrap .carousel-inner>.item>img,.bs-wrap .img-responsive,.bs-wrap .thumbnail a>img,.bs-wrap .thumbnail>img{display:block;max-width:100%;height:auto}.bs-wrap .img-rounded{border-radius:6px}.bs-wrap .img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.bs-wrap .img-circle{border-radius:50%}.bs-wrap hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.bs-wrap .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.bs-wrap .sr-only-focusable:active,.bs-wrap .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.bs-wrap .h1,.bs-wrap .h2,.bs-wrap .h3,.bs-wrap .h4,.bs-wrap .h5,.bs-wrap .h6,.bs-wrap h1,.bs-wrap h2,.bs-wrap h3,.bs-wrap h4,.bs-wrap h5,.bs-wrap h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.bs-wrap .h1 .small,.bs-wrap .h1 small,.bs-wrap .h2 .small,.bs-wrap .h2 small,.bs-wrap .h3 .small,.bs-wrap .h3 small,.bs-wrap .h4 .small,.bs-wrap .h4 small,.bs-wrap .h5 .small,.bs-wrap .h5 small,.bs-wrap .h6 .small,.bs-wrap .h6 small,.bs-wrap h1 .small,.bs-wrap h1 small,.bs-wrap h2 .small,.bs-wrap h2 small,.bs-wrap h3 .small,.bs-wrap h3 small,.bs-wrap h4 .small,.bs-wrap h4 small,.bs-wrap h5 .small,.bs-wrap h5 small,.bs-wrap h6 .small,.bs-wrap h6 small{font-weight:400;line-height:1;color:#777}.bs-wrap .h1,.bs-wrap .h2,.bs-wrap .h3,.bs-wrap h1,.bs-wrap h2,.bs-wrap h3{margin-top:20px;margin-bottom:10px}.bs-wrap .h1 .small,.bs-wrap .h1 small,.bs-wrap .h2 .small,.bs-wrap .h2 small,.bs-wrap .h3 .small,.bs-wrap .h3 small,.bs-wrap h1 .small,.bs-wrap h1 small,.bs-wrap h2 .small,.bs-wrap h2 small,.bs-wrap h3 .small,.bs-wrap h3 small{font-size:65%}.bs-wrap .h4,.bs-wrap .h5,.bs-wrap .h6,.bs-wrap h4,.bs-wrap h5,.bs-wrap h6{margin-top:10px;margin-bottom:10px}.bs-wrap .h4 .small,.bs-wrap .h4 small,.bs-wrap .h5 .small,.bs-wrap .h5 small,.bs-wrap .h6 .small,.bs-wrap .h6 small,.bs-wrap h4 .small,.bs-wrap h4 small,.bs-wrap h5 .small,.bs-wrap h5 small,.bs-wrap h6 .small,.bs-wrap h6 small{font-size:75%}.bs-wrap .h1,.bs-wrap h1{font-size:36px}.bs-wrap .h2,.bs-wrap h2{font-size:30px}.bs-wrap .h3,.bs-wrap h3{font-size:24px}.bs-wrap .h4,.bs-wrap h4{font-size:18px}.bs-wrap .h5,.bs-wrap h5{font-size:14px}.bs-wrap .h6,.bs-wrap h6{font-size:12px}.bs-wrap p{margin:0 0 10px}.bs-wrap .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.bs-wrap .lead{font-size:21px}}.bs-wrap .small,.bs-wrap small{font-size:85%}.bs-wrap .mark,.bs-wrap mark{padding:.2em;background-color:#fcf8e3}.bs-wrap .text-left{text-align:left}.bs-wrap .text-right{text-align:right}.bs-wrap .text-center{text-align:center}.bs-wrap .text-justify{text-align:justify}.bs-wrap .text-nowrap{white-space:nowrap}.bs-wrap .text-lowercase{text-transform:lowercase}.bs-wrap .text-uppercase{text-transform:uppercase}.bs-wrap .text-capitalize{text-transform:capitalize}.bs-wrap .text-muted{color:#777}.bs-wrap .text-primary{color:#337ab7}.bs-wrap a.text-primary:hover{color:#286090}.bs-wrap .text-success{color:#3c763d}.bs-wrap a.text-success:hover{color:#2b542c}.bs-wrap .text-info{color:#31708f}.bs-wrap a.text-info:hover{color:#245269}.bs-wrap .text-warning{color:#8a6d3b}.bs-wrap a.text-warning:hover{color:#66512c}.bs-wrap .text-danger{color:#a94442}.bs-wrap a.text-danger:hover{color:#843534}.bs-wrap .bg-primary{color:#fff;background-color:#337ab7}.bs-wrap a.bg-primary:hover{background-color:#286090}.bs-wrap .bg-success{background-color:#dff0d8}.bs-wrap a.bg-success:hover{background-color:#c1e2b3}.bs-wrap .bg-info{background-color:#d9edf7}.bs-wrap a.bg-info:hover{background-color:#afd9ee}.bs-wrap .bg-warning{background-color:#fcf8e3}.bs-wrap a.bg-warning:hover{background-color:#f7ecb5}.bs-wrap .bg-danger{background-color:#f2dede}.bs-wrap a.bg-danger:hover{background-color:#e4b9b9}.bs-wrap .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}.bs-wrap ol,.bs-wrap ul{margin-top:0;margin-bottom:10px}.bs-wrap ol ol,.bs-wrap ol ul,.bs-wrap ul ol,.bs-wrap ul ul{margin-bottom:0}.bs-wrap .list-unstyled{padding-left:0;list-style:none}.bs-wrap .list-inline{padding-left:0;margin-left:-5px;list-style:none}.bs-wrap .list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.bs-wrap dl{margin-top:0;margin-bottom:20px}.bs-wrap dd,.bs-wrap dt{line-height:1.42857143}.bs-wrap dt{font-weight:700}.bs-wrap dd{margin-left:0}@media (min-width:768px){.bs-wrap .dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.bs-wrap .dl-horizontal dd{margin-left:180px}}.bs-wrap abbr[data-original-title],.bs-wrap abbr[title]{cursor:help;border-bottom:1px dotted #777}.bs-wrap .initialism{font-size:90%;text-transform:uppercase}.bs-wrap blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.bs-wrap blockquote ol:last-child,.bs-wrap blockquote p:last-child,.bs-wrap blockquote ul:last-child{margin-bottom:0}.bs-wrap blockquote .small,.bs-wrap blockquote footer,.bs-wrap blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}.bs-wrap blockquote .small:before,.bs-wrap blockquote footer:before,.bs-wrap blockquote small:before{content:'\2014 \00A0'}.bs-wrap .blockquote-reverse,.bs-wrap blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.bs-wrap .blockquote-reverse .small:before,.bs-wrap .blockquote-reverse footer:before,.bs-wrap .blockquote-reverse small:before,.bs-wrap blockquote.pull-right .small:before,.bs-wrap blockquote.pull-right footer:before,.bs-wrap blockquote.pull-right small:before{content:''}.bs-wrap .blockquote-reverse .small:after,.bs-wrap .blockquote-reverse footer:after,.bs-wrap .blockquote-reverse small:after,.bs-wrap blockquote.pull-right .small:after,.bs-wrap blockquote.pull-right footer:after,.bs-wrap blockquote.pull-right small:after{content:'\00A0 \2014'}.bs-wrap address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.bs-wrap code,.bs-wrap kbd,.bs-wrap pre,.bs-wrap samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.bs-wrap code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.bs-wrap kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}.bs-wrap kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}.bs-wrap pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.bs-wrap pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.bs-wrap .pre-scrollable{max-height:340px;overflow-y:scroll}.bs-wrap .container,.bs-wrap .container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.bs-wrap .container{width:750px}}@media (min-width:992px){.bs-wrap .container{width:970px}}@media (min-width:1200px){.bs-wrap .container{width:1170px}}.bs-wrap .row{margin-right:-15px;margin-left:-15px}.bs-wrap .col-lg-1,.bs-wrap .col-lg-10,.bs-wrap .col-lg-11,.bs-wrap .col-lg-12,.bs-wrap .col-lg-2,.bs-wrap .col-lg-3,.bs-wrap .col-lg-4,.bs-wrap .col-lg-5,.bs-wrap .col-lg-6,.bs-wrap .col-lg-7,.bs-wrap .col-lg-8,.bs-wrap .col-lg-9,.bs-wrap .col-md-1,.bs-wrap .col-md-10,.bs-wrap .col-md-11,.bs-wrap .col-md-12,.bs-wrap .col-md-2,.bs-wrap .col-md-3,.bs-wrap .col-md-4,.bs-wrap .col-md-5,.bs-wrap .col-md-6,.bs-wrap .col-md-7,.bs-wrap .col-md-8,.bs-wrap .col-md-9,.bs-wrap .col-sm-1,.bs-wrap .col-sm-10,.bs-wrap .col-sm-11,.bs-wrap .col-sm-12,.bs-wrap .col-sm-2,.bs-wrap .col-sm-3,.bs-wrap .col-sm-4,.bs-wrap .col-sm-5,.bs-wrap .col-sm-6,.bs-wrap .col-sm-7,.bs-wrap .col-sm-8,.bs-wrap .col-sm-9,.bs-wrap .col-xs-1,.bs-wrap .col-xs-10,.bs-wrap .col-xs-11,.bs-wrap .col-xs-12,.bs-wrap .col-xs-2,.bs-wrap .col-xs-3,.bs-wrap .col-xs-4,.bs-wrap .col-xs-5,.bs-wrap .col-xs-6,.bs-wrap .col-xs-7,.bs-wrap .col-xs-8,.bs-wrap .col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.bs-wrap .col-xs-1,.bs-wrap .col-xs-10,.bs-wrap .col-xs-11,.bs-wrap .col-xs-12,.bs-wrap .col-xs-2,.bs-wrap .col-xs-3,.bs-wrap .col-xs-4,.bs-wrap .col-xs-5,.bs-wrap .col-xs-6,.bs-wrap .col-xs-7,.bs-wrap .col-xs-8,.bs-wrap .col-xs-9{float:left}.bs-wrap .col-xs-12{width:100%}.bs-wrap .col-xs-11{width:91.66666667%}.bs-wrap .col-xs-10{width:83.33333333%}.bs-wrap .col-xs-9{width:75%}.bs-wrap .col-xs-8{width:66.66666667%}.bs-wrap .col-xs-7{width:58.33333333%}.bs-wrap .col-xs-6{width:50%}.bs-wrap .col-xs-5{width:41.66666667%}.bs-wrap .col-xs-4{width:33.33333333%}.bs-wrap .col-xs-3{width:25%}.bs-wrap .col-xs-2{width:16.66666667%}.bs-wrap .col-xs-1{width:8.33333333%}.bs-wrap .col-xs-pull-12{right:100%}.bs-wrap .col-xs-pull-11{right:91.66666667%}.bs-wrap .col-xs-pull-10{right:83.33333333%}.bs-wrap .col-xs-pull-9{right:75%}.bs-wrap .col-xs-pull-8{right:66.66666667%}.bs-wrap .col-xs-pull-7{right:58.33333333%}.bs-wrap .col-xs-pull-6{right:50%}.bs-wrap .col-xs-pull-5{right:41.66666667%}.bs-wrap .col-xs-pull-4{right:33.33333333%}.bs-wrap .col-xs-pull-3{right:25%}.bs-wrap .col-xs-pull-2{right:16.66666667%}.bs-wrap .col-xs-pull-1{right:8.33333333%}.bs-wrap .col-xs-pull-0{right:auto}.bs-wrap .col-xs-push-12{left:100%}.bs-wrap .col-xs-push-11{left:91.66666667%}.bs-wrap .col-xs-push-10{left:83.33333333%}.bs-wrap .col-xs-push-9{left:75%}.bs-wrap .col-xs-push-8{left:66.66666667%}.bs-wrap .col-xs-push-7{left:58.33333333%}.bs-wrap .col-xs-push-6{left:50%}.bs-wrap .col-xs-push-5{left:41.66666667%}.bs-wrap .col-xs-push-4{left:33.33333333%}.bs-wrap .col-xs-push-3{left:25%}.bs-wrap .col-xs-push-2{left:16.66666667%}.bs-wrap .col-xs-push-1{left:8.33333333%}.bs-wrap .col-xs-push-0{left:auto}.bs-wrap .col-xs-offset-12{margin-left:100%}.bs-wrap .col-xs-offset-11{margin-left:91.66666667%}.bs-wrap .col-xs-offset-10{margin-left:83.33333333%}.bs-wrap .col-xs-offset-9{margin-left:75%}.bs-wrap .col-xs-offset-8{margin-left:66.66666667%}.bs-wrap .col-xs-offset-7{margin-left:58.33333333%}.bs-wrap .col-xs-offset-6{margin-left:50%}.bs-wrap .col-xs-offset-5{margin-left:41.66666667%}.bs-wrap .col-xs-offset-4{margin-left:33.33333333%}.bs-wrap .col-xs-offset-3{margin-left:25%}.bs-wrap .col-xs-offset-2{margin-left:16.66666667%}.bs-wrap .col-xs-offset-1{margin-left:8.33333333%}.bs-wrap .col-xs-offset-0{margin-left:0}@media (min-width:768px){.bs-wrap .col-sm-1,.bs-wrap .col-sm-10,.bs-wrap .col-sm-11,.bs-wrap .col-sm-12,.bs-wrap .col-sm-2,.bs-wrap .col-sm-3,.bs-wrap .col-sm-4,.bs-wrap .col-sm-5,.bs-wrap .col-sm-6,.bs-wrap .col-sm-7,.bs-wrap .col-sm-8,.bs-wrap .col-sm-9{float:left}.bs-wrap .col-sm-12{width:100%}.bs-wrap .col-sm-11{width:91.66666667%}.bs-wrap .col-sm-10{width:83.33333333%}.bs-wrap .col-sm-9{width:75%}.bs-wrap .col-sm-8{width:66.66666667%}.bs-wrap .col-sm-7{width:58.33333333%}.bs-wrap .col-sm-6{width:50%}.bs-wrap .col-sm-5{width:41.66666667%}.bs-wrap .col-sm-4{width:33.33333333%}.bs-wrap .col-sm-3{width:25%}.bs-wrap .col-sm-2{width:16.66666667%}.bs-wrap .col-sm-1{width:8.33333333%}.bs-wrap .col-sm-pull-12{right:100%}.bs-wrap .col-sm-pull-11{right:91.66666667%}.bs-wrap .col-sm-pull-10{right:83.33333333%}.bs-wrap .col-sm-pull-9{right:75%}.bs-wrap .col-sm-pull-8{right:66.66666667%}.bs-wrap .col-sm-pull-7{right:58.33333333%}.bs-wrap .col-sm-pull-6{right:50%}.bs-wrap .col-sm-pull-5{right:41.66666667%}.bs-wrap .col-sm-pull-4{right:33.33333333%}.bs-wrap .col-sm-pull-3{right:25%}.bs-wrap .col-sm-pull-2{right:16.66666667%}.bs-wrap .col-sm-pull-1{right:8.33333333%}.bs-wrap .col-sm-pull-0{right:auto}.bs-wrap .col-sm-push-12{left:100%}.bs-wrap .col-sm-push-11{left:91.66666667%}.bs-wrap .col-sm-push-10{left:83.33333333%}.bs-wrap .col-sm-push-9{left:75%}.bs-wrap .col-sm-push-8{left:66.66666667%}.bs-wrap .col-sm-push-7{left:58.33333333%}.bs-wrap .col-sm-push-6{left:50%}.bs-wrap .col-sm-push-5{left:41.66666667%}.bs-wrap .col-sm-push-4{left:33.33333333%}.bs-wrap .col-sm-push-3{left:25%}.bs-wrap .col-sm-push-2{left:16.66666667%}.bs-wrap .col-sm-push-1{left:8.33333333%}.bs-wrap .col-sm-push-0{left:auto}.bs-wrap .col-sm-offset-12{margin-left:100%}.bs-wrap .col-sm-offset-11{margin-left:91.66666667%}.bs-wrap .col-sm-offset-10{margin-left:83.33333333%}.bs-wrap .col-sm-offset-9{margin-left:75%}.bs-wrap .col-sm-offset-8{margin-left:66.66666667%}.bs-wrap .col-sm-offset-7{margin-left:58.33333333%}.bs-wrap .col-sm-offset-6{margin-left:50%}.bs-wrap .col-sm-offset-5{margin-left:41.66666667%}.bs-wrap .col-sm-offset-4{margin-left:33.33333333%}.bs-wrap .col-sm-offset-3{margin-left:25%}.bs-wrap .col-sm-offset-2{margin-left:16.66666667%}.bs-wrap .col-sm-offset-1{margin-left:8.33333333%}.bs-wrap .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.bs-wrap .col-md-1,.bs-wrap .col-md-10,.bs-wrap .col-md-11,.bs-wrap .col-md-12,.bs-wrap .col-md-2,.bs-wrap .col-md-3,.bs-wrap .col-md-4,.bs-wrap .col-md-5,.bs-wrap .col-md-6,.bs-wrap .col-md-7,.bs-wrap .col-md-8,.bs-wrap .col-md-9{float:left}.bs-wrap .col-md-12{width:100%}.bs-wrap .col-md-11{width:91.66666667%}.bs-wrap .col-md-10{width:83.33333333%}.bs-wrap .col-md-9{width:75%}.bs-wrap .col-md-8{width:66.66666667%}.bs-wrap .col-md-7{width:58.33333333%}.bs-wrap .col-md-6{width:50%}.bs-wrap .col-md-5{width:41.66666667%}.bs-wrap .col-md-4{width:33.33333333%}.bs-wrap .col-md-3{width:25%}.bs-wrap .col-md-2{width:16.66666667%}.bs-wrap .col-md-1{width:8.33333333%}.bs-wrap .col-md-pull-12{right:100%}.bs-wrap .col-md-pull-11{right:91.66666667%}.bs-wrap .col-md-pull-10{right:83.33333333%}.bs-wrap .col-md-pull-9{right:75%}.bs-wrap .col-md-pull-8{right:66.66666667%}.bs-wrap .col-md-pull-7{right:58.33333333%}.bs-wrap .col-md-pull-6{right:50%}.bs-wrap .col-md-pull-5{right:41.66666667%}.bs-wrap .col-md-pull-4{right:33.33333333%}.bs-wrap .col-md-pull-3{right:25%}.bs-wrap .col-md-pull-2{right:16.66666667%}.bs-wrap .col-md-pull-1{right:8.33333333%}.bs-wrap .col-md-pull-0{right:auto}.bs-wrap .col-md-push-12{left:100%}.bs-wrap .col-md-push-11{left:91.66666667%}.bs-wrap .col-md-push-10{left:83.33333333%}.bs-wrap .col-md-push-9{left:75%}.bs-wrap .col-md-push-8{left:66.66666667%}.bs-wrap .col-md-push-7{left:58.33333333%}.bs-wrap .col-md-push-6{left:50%}.bs-wrap .col-md-push-5{left:41.66666667%}.bs-wrap .col-md-push-4{left:33.33333333%}.bs-wrap .col-md-push-3{left:25%}.bs-wrap .col-md-push-2{left:16.66666667%}.bs-wrap .col-md-push-1{left:8.33333333%}.bs-wrap .col-md-push-0{left:auto}.bs-wrap .col-md-offset-12{margin-left:100%}.bs-wrap .col-md-offset-11{margin-left:91.66666667%}.bs-wrap .col-md-offset-10{margin-left:83.33333333%}.bs-wrap .col-md-offset-9{margin-left:75%}.bs-wrap .col-md-offset-8{margin-left:66.66666667%}.bs-wrap .col-md-offset-7{margin-left:58.33333333%}.bs-wrap .col-md-offset-6{margin-left:50%}.bs-wrap .col-md-offset-5{margin-left:41.66666667%}.bs-wrap .col-md-offset-4{margin-left:33.33333333%}.bs-wrap .col-md-offset-3{margin-left:25%}.bs-wrap .col-md-offset-2{margin-left:16.66666667%}.bs-wrap .col-md-offset-1{margin-left:8.33333333%}.bs-wrap .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.bs-wrap .col-lg-1,.bs-wrap .col-lg-10,.bs-wrap .col-lg-11,.bs-wrap .col-lg-12,.bs-wrap .col-lg-2,.bs-wrap .col-lg-3,.bs-wrap .col-lg-4,.bs-wrap .col-lg-5,.bs-wrap .col-lg-6,.bs-wrap .col-lg-7,.bs-wrap .col-lg-8,.bs-wrap .col-lg-9{float:left}.bs-wrap .col-lg-12{width:100%}.bs-wrap .col-lg-11{width:91.66666667%}.bs-wrap .col-lg-10{width:83.33333333%}.bs-wrap .col-lg-9{width:75%}.bs-wrap .col-lg-8{width:66.66666667%}.bs-wrap .col-lg-7{width:58.33333333%}.bs-wrap .col-lg-6{width:50%}.bs-wrap .col-lg-5{width:41.66666667%}.bs-wrap .col-lg-4{width:33.33333333%}.bs-wrap .col-lg-3{width:25%}.bs-wrap .col-lg-2{width:16.66666667%}.bs-wrap .col-lg-1{width:8.33333333%}.bs-wrap .col-lg-pull-12{right:100%}.bs-wrap .col-lg-pull-11{right:91.66666667%}.bs-wrap .col-lg-pull-10{right:83.33333333%}.bs-wrap .col-lg-pull-9{right:75%}.bs-wrap .col-lg-pull-8{right:66.66666667%}.bs-wrap .col-lg-pull-7{right:58.33333333%}.bs-wrap .col-lg-pull-6{right:50%}.bs-wrap .col-lg-pull-5{right:41.66666667%}.bs-wrap .col-lg-pull-4{right:33.33333333%}.bs-wrap .col-lg-pull-3{right:25%}.bs-wrap .col-lg-pull-2{right:16.66666667%}.bs-wrap .col-lg-pull-1{right:8.33333333%}.bs-wrap .col-lg-pull-0{right:auto}.bs-wrap .col-lg-push-12{left:100%}.bs-wrap .col-lg-push-11{left:91.66666667%}.bs-wrap .col-lg-push-10{left:83.33333333%}.bs-wrap .col-lg-push-9{left:75%}.bs-wrap .col-lg-push-8{left:66.66666667%}.bs-wrap .col-lg-push-7{left:58.33333333%}.bs-wrap .col-lg-push-6{left:50%}.bs-wrap .col-lg-push-5{left:41.66666667%}.bs-wrap .col-lg-push-4{left:33.33333333%}.bs-wrap .col-lg-push-3{left:25%}.bs-wrap .col-lg-push-2{left:16.66666667%}.bs-wrap .col-lg-push-1{left:8.33333333%}.bs-wrap .col-lg-push-0{left:auto}.bs-wrap .col-lg-offset-12{margin-left:100%}.bs-wrap .col-lg-offset-11{margin-left:91.66666667%}.bs-wrap .col-lg-offset-10{margin-left:83.33333333%}.bs-wrap .col-lg-offset-9{margin-left:75%}.bs-wrap .col-lg-offset-8{margin-left:66.66666667%}.bs-wrap .col-lg-offset-7{margin-left:58.33333333%}.bs-wrap .col-lg-offset-6{margin-left:50%}.bs-wrap .col-lg-offset-5{margin-left:41.66666667%}.bs-wrap .col-lg-offset-4{margin-left:33.33333333%}.bs-wrap .col-lg-offset-3{margin-left:25%}.bs-wrap .col-lg-offset-2{margin-left:16.66666667%}.bs-wrap .col-lg-offset-1{margin-left:8.33333333%}.bs-wrap .col-lg-offset-0{margin-left:0}}.bs-wrap table{background-color:transparent}.bs-wrap caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}.bs-wrap th{text-align:left}.bs-wrap .table{width:100%;max-width:100%;margin-bottom:20px}.bs-wrap .table>tbody>tr>td,.bs-wrap .table>tbody>tr>th,.bs-wrap .table>tfoot>tr>td,.bs-wrap .table>tfoot>tr>th,.bs-wrap .table>thead>tr>td,.bs-wrap .table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.bs-wrap .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.bs-wrap .table>caption+thead>tr:first-child>td,.bs-wrap .table>caption+thead>tr:first-child>th,.bs-wrap .table>colgroup+thead>tr:first-child>td,.bs-wrap .table>colgroup+thead>tr:first-child>th,.bs-wrap .table>thead:first-child>tr:first-child>td,.bs-wrap .table>thead:first-child>tr:first-child>th{border-top:0}.bs-wrap .table>tbody+tbody{border-top:2px solid #ddd}.bs-wrap .table .table{background-color:#fff}.bs-wrap .table-condensed>tbody>tr>td,.bs-wrap .table-condensed>tbody>tr>th,.bs-wrap .table-condensed>tfoot>tr>td,.bs-wrap .table-condensed>tfoot>tr>th,.bs-wrap .table-condensed>thead>tr>td,.bs-wrap .table-condensed>thead>tr>th{padding:5px}.bs-wrap .table-bordered,.bs-wrap .table-bordered>tbody>tr>td,.bs-wrap .table-bordered>tbody>tr>th,.bs-wrap .table-bordered>tfoot>tr>td,.bs-wrap .table-bordered>tfoot>tr>th,.bs-wrap .table-bordered>thead>tr>td,.bs-wrap .table-bordered>thead>tr>th{border:1px solid #ddd}.bs-wrap .table-bordered>thead>tr>td,.bs-wrap .table-bordered>thead>tr>th{border-bottom-width:2px}.bs-wrap .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.bs-wrap .table-hover>tbody>tr:hover{background-color:#f5f5f5}.bs-wrap table col[class*=col-]{position:static;display:table-column;float:none}.bs-wrap table td[class*=col-],.bs-wrap table th[class*=col-]{position:static;display:table-cell;float:none}.bs-wrap .table>tbody>tr.active>td,.bs-wrap .table>tbody>tr.active>th,.bs-wrap .table>tbody>tr>td.active,.bs-wrap .table>tbody>tr>th.active,.bs-wrap .table>tfoot>tr.active>td,.bs-wrap .table>tfoot>tr.active>th,.bs-wrap .table>tfoot>tr>td.active,.bs-wrap .table>tfoot>tr>th.active,.bs-wrap .table>thead>tr.active>td,.bs-wrap .table>thead>tr.active>th,.bs-wrap .table>thead>tr>td.active,.bs-wrap .table>thead>tr>th.active{background-color:#f5f5f5}.bs-wrap .table-hover>tbody>tr.active:hover>td,.bs-wrap .table-hover>tbody>tr.active:hover>th,.bs-wrap .table-hover>tbody>tr:hover>.active,.bs-wrap .table-hover>tbody>tr>td.active:hover,.bs-wrap .table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.bs-wrap .table>tbody>tr.success>td,.bs-wrap .table>tbody>tr.success>th,.bs-wrap .table>tbody>tr>td.success,.bs-wrap .table>tbody>tr>th.success,.bs-wrap .table>tfoot>tr.success>td,.bs-wrap .table>tfoot>tr.success>th,.bs-wrap .table>tfoot>tr>td.success,.bs-wrap .table>tfoot>tr>th.success,.bs-wrap .table>thead>tr.success>td,.bs-wrap .table>thead>tr.success>th,.bs-wrap .table>thead>tr>td.success,.bs-wrap .table>thead>tr>th.success{background-color:#dff0d8}.bs-wrap .table-hover>tbody>tr.success:hover>td,.bs-wrap .table-hover>tbody>tr.success:hover>th,.bs-wrap .table-hover>tbody>tr:hover>.success,.bs-wrap .table-hover>tbody>tr>td.success:hover,.bs-wrap .table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.bs-wrap .table>tbody>tr.info>td,.bs-wrap .table>tbody>tr.info>th,.bs-wrap .table>tbody>tr>td.info,.bs-wrap .table>tbody>tr>th.info,.bs-wrap .table>tfoot>tr.info>td,.bs-wrap .table>tfoot>tr.info>th,.bs-wrap .table>tfoot>tr>td.info,.bs-wrap .table>tfoot>tr>th.info,.bs-wrap .table>thead>tr.info>td,.bs-wrap .table>thead>tr.info>th,.bs-wrap .table>thead>tr>td.info,.bs-wrap .table>thead>tr>th.info{background-color:#d9edf7}.bs-wrap .table-hover>tbody>tr.info:hover>td,.bs-wrap .table-hover>tbody>tr.info:hover>th,.bs-wrap .table-hover>tbody>tr:hover>.info,.bs-wrap .table-hover>tbody>tr>td.info:hover,.bs-wrap .table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.bs-wrap .table>tbody>tr.warning>td,.bs-wrap .table>tbody>tr.warning>th,.bs-wrap .table>tbody>tr>td.warning,.bs-wrap .table>tbody>tr>th.warning,.bs-wrap .table>tfoot>tr.warning>td,.bs-wrap .table>tfoot>tr.warning>th,.bs-wrap .table>tfoot>tr>td.warning,.bs-wrap .table>tfoot>tr>th.warning,.bs-wrap .table>thead>tr.warning>td,.bs-wrap .table>thead>tr.warning>th,.bs-wrap .table>thead>tr>td.warning,.bs-wrap .table>thead>tr>th.warning{background-color:#fcf8e3}.bs-wrap .table-hover>tbody>tr.warning:hover>td,.bs-wrap .table-hover>tbody>tr.warning:hover>th,.bs-wrap .table-hover>tbody>tr:hover>.warning,.bs-wrap .table-hover>tbody>tr>td.warning:hover,.bs-wrap .table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.bs-wrap .table>tbody>tr.danger>td,.bs-wrap .table>tbody>tr.danger>th,.bs-wrap .table>tbody>tr>td.danger,.bs-wrap .table>tbody>tr>th.danger,.bs-wrap .table>tfoot>tr.danger>td,.bs-wrap .table>tfoot>tr.danger>th,.bs-wrap .table>tfoot>tr>td.danger,.bs-wrap .table>tfoot>tr>th.danger,.bs-wrap .table>thead>tr.danger>td,.bs-wrap .table>thead>tr.danger>th,.bs-wrap .table>thead>tr>td.danger,.bs-wrap .table>thead>tr>th.danger{background-color:#f2dede}.bs-wrap .table-hover>tbody>tr.danger:hover>td,.bs-wrap .table-hover>tbody>tr.danger:hover>th,.bs-wrap .table-hover>tbody>tr:hover>.danger,.bs-wrap .table-hover>tbody>tr>td.danger:hover,.bs-wrap .table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.bs-wrap .table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.bs-wrap .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.bs-wrap .table-responsive>.table{margin-bottom:0}.bs-wrap .table-responsive>.table>tbody>tr>td,.bs-wrap .table-responsive>.table>tbody>tr>th,.bs-wrap .table-responsive>.table>tfoot>tr>td,.bs-wrap .table-responsive>.table>tfoot>tr>th,.bs-wrap .table-responsive>.table>thead>tr>td,.bs-wrap .table-responsive>.table>thead>tr>th{white-space:nowrap}.bs-wrap .table-responsive>.table-bordered{border:0}.bs-wrap .table-responsive>.table-bordered>tbody>tr>td:first-child,.bs-wrap .table-responsive>.table-bordered>tbody>tr>th:first-child,.bs-wrap .table-responsive>.table-bordered>tfoot>tr>td:first-child,.bs-wrap .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bs-wrap .table-responsive>.table-bordered>thead>tr>td:first-child,.bs-wrap .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.bs-wrap .table-responsive>.table-bordered>tbody>tr>td:last-child,.bs-wrap .table-responsive>.table-bordered>tbody>tr>th:last-child,.bs-wrap .table-responsive>.table-bordered>tfoot>tr>td:last-child,.bs-wrap .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bs-wrap .table-responsive>.table-bordered>thead>tr>td:last-child,.bs-wrap .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.bs-wrap .table-responsive>.table-bordered>tbody>tr:last-child>td,.bs-wrap .table-responsive>.table-bordered>tbody>tr:last-child>th,.bs-wrap .table-responsive>.table-bordered>tfoot>tr:last-child>td,.bs-wrap .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.bs-wrap fieldset{min-width:0;padding:0;margin:0;border:0}.bs-wrap legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.bs-wrap label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.bs-wrap input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-wrap input[type=checkbox],.bs-wrap input[type=radio]{margin:4px 0 0;line-height:normal}.bs-wrap input[type=file]{display:block}.bs-wrap input[type=range]{display:block;width:100%}.bs-wrap select[multiple],.bs-wrap select[size]{height:auto}.bs-wrap input[type=checkbox]:focus,.bs-wrap input[type=file]:focus,.bs-wrap input[type=radio]:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.bs-wrap output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.bs-wrap .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bs-wrap .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bs-wrap .form-control::-moz-placeholder{color:#999;opacity:1}.bs-wrap .form-control:-ms-input-placeholder{color:#999}.bs-wrap .form-control::-webkit-input-placeholder{color:#999}.bs-wrap .form-control[disabled],.bs-wrap .form-control[readonly],.bs-wrap fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}.bs-wrap textarea.form-control{height:auto}.bs-wrap input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.bs-wrap input[type=date],.bs-wrap input[type=datetime-local],.bs-wrap input[type=month],.bs-wrap input[type=time]{line-height:34px}.bs-wrap .input-group-sm input[type=date],.bs-wrap .input-group-sm input[type=datetime-local],.bs-wrap .input-group-sm input[type=month],.bs-wrap .input-group-sm input[type=time],.bs-wrap input[type=date].input-sm,.bs-wrap input[type=datetime-local].input-sm,.bs-wrap input[type=month].input-sm,.bs-wrap input[type=time].input-sm{line-height:30px}.bs-wrap .input-group-lg input[type=date],.bs-wrap .input-group-lg input[type=datetime-local],.bs-wrap .input-group-lg input[type=month],.bs-wrap .input-group-lg input[type=time],.bs-wrap input[type=date].input-lg,.bs-wrap input[type=datetime-local].input-lg,.bs-wrap input[type=month].input-lg,.bs-wrap input[type=time].input-lg{line-height:46px}}.bs-wrap .form-group{margin-bottom:15px}.bs-wrap .checkbox,.bs-wrap .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.bs-wrap .checkbox label,.bs-wrap .radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.bs-wrap .checkbox input[type=checkbox],.bs-wrap .checkbox-inline input[type=checkbox],.bs-wrap .radio input[type=radio],.bs-wrap .radio-inline input[type=radio]{position:absolute;margin-left:-20px}.bs-wrap .checkbox+.checkbox,.bs-wrap .radio+.radio{margin-top:-5px}.bs-wrap .checkbox-inline,.bs-wrap .radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.bs-wrap .checkbox-inline+.checkbox-inline,.bs-wrap .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.bs-wrap .checkbox-inline.disabled,.bs-wrap .checkbox.disabled label,.bs-wrap .radio-inline.disabled,.bs-wrap .radio.disabled label,.bs-wrap fieldset[disabled] .checkbox label,.bs-wrap fieldset[disabled] .checkbox-inline,.bs-wrap fieldset[disabled] .radio label,.bs-wrap fieldset[disabled] .radio-inline,.bs-wrap fieldset[disabled] input[type=checkbox],.bs-wrap fieldset[disabled] input[type=radio],.bs-wrap input[type=checkbox].disabled,.bs-wrap input[type=checkbox][disabled],.bs-wrap input[type=radio].disabled,.bs-wrap input[type=radio][disabled]{cursor:not-allowed}.bs-wrap .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.bs-wrap .form-control-static.input-lg,.bs-wrap .form-control-static.input-sm{padding-right:0;padding-left:0}.bs-wrap .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bs-wrap select.input-sm{height:30px;line-height:30px}.bs-wrap select[multiple].input-sm,.bs-wrap textarea.input-sm{height:auto}.bs-wrap .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bs-wrap select.form-group-sm .form-control{height:30px;line-height:30px}.bs-wrap select[multiple].form-group-sm .form-control,.bs-wrap textarea.form-group-sm .form-control{height:auto}.bs-wrap .form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}.bs-wrap .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bs-wrap select.input-lg{height:46px;line-height:46px}.bs-wrap select[multiple].input-lg,.bs-wrap textarea.input-lg{height:auto}.bs-wrap .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bs-wrap select.form-group-lg .form-control{height:46px;line-height:46px}.bs-wrap select[multiple].form-group-lg .form-control,.bs-wrap textarea.form-group-lg .form-control{height:auto}.bs-wrap .form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333}.bs-wrap .has-feedback{position:relative}.bs-wrap .has-feedback .form-control{padding-right:42.5px}.bs-wrap .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.bs-wrap .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.bs-wrap .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.bs-wrap .has-success .checkbox,.bs-wrap .has-success .checkbox-inline,.bs-wrap .has-success .control-label,.bs-wrap .has-success .help-block,.bs-wrap .has-success .radio,.bs-wrap .has-success .radio-inline,.bs-wrap .has-success.checkbox label,.bs-wrap .has-success.checkbox-inline label,.bs-wrap .has-success.radio label,.bs-wrap .has-success.radio-inline label{color:#3c763d}.bs-wrap .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bs-wrap .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.bs-wrap .has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.bs-wrap .has-success .form-control-feedback{color:#3c763d}.bs-wrap .has-warning .checkbox,.bs-wrap .has-warning .checkbox-inline,.bs-wrap .has-warning .control-label,.bs-wrap .has-warning .help-block,.bs-wrap .has-warning .radio,.bs-wrap .has-warning .radio-inline,.bs-wrap .has-warning.checkbox label,.bs-wrap .has-warning.checkbox-inline label,.bs-wrap .has-warning.radio label,.bs-wrap .has-warning.radio-inline label{color:#8a6d3b}.bs-wrap .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bs-wrap .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.bs-wrap .has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.bs-wrap .has-warning .form-control-feedback{color:#8a6d3b}.bs-wrap .has-error .checkbox,.bs-wrap .has-error .checkbox-inline,.bs-wrap .has-error .control-label,.bs-wrap .has-error .help-block,.bs-wrap .has-error .radio,.bs-wrap .has-error .radio-inline,.bs-wrap .has-error.checkbox label,.bs-wrap .has-error.checkbox-inline label,.bs-wrap .has-error.radio label,.bs-wrap .has-error.radio-inline label{color:#a94442}.bs-wrap .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bs-wrap .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.bs-wrap .has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.bs-wrap .has-error .form-control-feedback{color:#a94442}.bs-wrap .has-feedback label~.form-control-feedback{top:25px}.bs-wrap .has-feedback label.sr-only~.form-control-feedback{top:0}.bs-wrap .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.bs-wrap .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bs-wrap .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bs-wrap .form-inline .form-control-static{display:inline-block}.bs-wrap .form-inline .input-group{display:inline-table;vertical-align:middle}.bs-wrap .form-inline .input-group .form-control,.bs-wrap .form-inline .input-group .input-group-addon,.bs-wrap .form-inline .input-group .input-group-btn{width:auto}.bs-wrap .form-inline .input-group>.form-control{width:100%}.bs-wrap .form-inline .control-label{margin-bottom:0;vertical-align:middle}.bs-wrap .form-inline .checkbox,.bs-wrap .form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bs-wrap .form-inline .checkbox label,.bs-wrap .form-inline .radio label{padding-left:0}.bs-wrap .form-inline .checkbox input[type=checkbox],.bs-wrap .form-inline .radio input[type=radio]{position:relative;margin-left:0}.bs-wrap .form-inline .has-feedback .form-control-feedback{top:0}}.bs-wrap .form-horizontal .checkbox,.bs-wrap .form-horizontal .checkbox-inline,.bs-wrap .form-horizontal .radio,.bs-wrap .form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.bs-wrap .form-horizontal .checkbox,.bs-wrap .form-horizontal .radio{min-height:27px}.bs-wrap .form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.bs-wrap .form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.bs-wrap .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.bs-wrap .form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.bs-wrap .form-horizontal .form-group-sm .control-label{padding-top:6px}}.bs-wrap .btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.bs-wrap .btn.active.focus,.bs-wrap .btn.active:focus,.bs-wrap .btn.focus,.bs-wrap .btn:active.focus,.bs-wrap .btn:active:focus,.bs-wrap .btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.bs-wrap .btn.focus,.bs-wrap .btn:focus,.bs-wrap .btn:hover{color:#333;text-decoration:none}.bs-wrap .btn.active,.bs-wrap .btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bs-wrap .btn.disabled,.bs-wrap .btn[disabled],.bs-wrap fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.bs-wrap .btn-default{color:#333;background-color:#fff;border-color:#ccc}.bs-wrap .btn-default.active,.bs-wrap .btn-default.focus,.bs-wrap .btn-default:active,.bs-wrap .btn-default:focus,.bs-wrap .btn-default:hover,.bs-wrap .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.bs-wrap .btn-default.active,.bs-wrap .btn-default:active,.bs-wrap .open>.dropdown-toggle.btn-default{background-image:none}.bs-wrap .btn-default.disabled,.bs-wrap .btn-default.disabled.active,.bs-wrap .btn-default.disabled.focus,.bs-wrap .btn-default.disabled:active,.bs-wrap .btn-default.disabled:focus,.bs-wrap .btn-default.disabled:hover,.bs-wrap .btn-default[disabled],.bs-wrap .btn-default[disabled].active,.bs-wrap .btn-default[disabled].focus,.bs-wrap .btn-default[disabled]:active,.bs-wrap .btn-default[disabled]:focus,.bs-wrap .btn-default[disabled]:hover,.bs-wrap fieldset[disabled] .btn-default,.bs-wrap fieldset[disabled] .btn-default.active,.bs-wrap fieldset[disabled] .btn-default.focus,.bs-wrap fieldset[disabled] .btn-default:active,.bs-wrap fieldset[disabled] .btn-default:focus,.bs-wrap fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.bs-wrap .btn-default .badge{color:#fff;background-color:#333}.bs-wrap .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.bs-wrap .btn-primary.active,.bs-wrap .btn-primary.focus,.bs-wrap .btn-primary:active,.bs-wrap .btn-primary:focus,.bs-wrap .btn-primary:hover,.bs-wrap .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.bs-wrap .btn-primary.active,.bs-wrap .btn-primary:active,.bs-wrap .open>.dropdown-toggle.btn-primary{background-image:none}.bs-wrap .btn-primary.disabled,.bs-wrap .btn-primary.disabled.active,.bs-wrap .btn-primary.disabled.focus,.bs-wrap .btn-primary.disabled:active,.bs-wrap .btn-primary.disabled:focus,.bs-wrap .btn-primary.disabled:hover,.bs-wrap .btn-primary[disabled],.bs-wrap .btn-primary[disabled].active,.bs-wrap .btn-primary[disabled].focus,.bs-wrap .btn-primary[disabled]:active,.bs-wrap .btn-primary[disabled]:focus,.bs-wrap .btn-primary[disabled]:hover,.bs-wrap fieldset[disabled] .btn-primary,.bs-wrap fieldset[disabled] .btn-primary.active,.bs-wrap fieldset[disabled] .btn-primary.focus,.bs-wrap fieldset[disabled] .btn-primary:active,.bs-wrap fieldset[disabled] .btn-primary:focus,.bs-wrap fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.bs-wrap .btn-primary .badge{color:#337ab7;background-color:#fff}.bs-wrap .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.bs-wrap .btn-success.active,.bs-wrap .btn-success.focus,.bs-wrap .btn-success:active,.bs-wrap .btn-success:focus,.bs-wrap .btn-success:hover,.bs-wrap .open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.bs-wrap .btn-success.active,.bs-wrap .btn-success:active,.bs-wrap .open>.dropdown-toggle.btn-success{background-image:none}.bs-wrap .btn-success.disabled,.bs-wrap .btn-success.disabled.active,.bs-wrap .btn-success.disabled.focus,.bs-wrap .btn-success.disabled:active,.bs-wrap .btn-success.disabled:focus,.bs-wrap .btn-success.disabled:hover,.bs-wrap .btn-success[disabled],.bs-wrap .btn-success[disabled].active,.bs-wrap .btn-success[disabled].focus,.bs-wrap .btn-success[disabled]:active,.bs-wrap .btn-success[disabled]:focus,.bs-wrap .btn-success[disabled]:hover,.bs-wrap fieldset[disabled] .btn-success,.bs-wrap fieldset[disabled] .btn-success.active,.bs-wrap fieldset[disabled] .btn-success.focus,.bs-wrap fieldset[disabled] .btn-success:active,.bs-wrap fieldset[disabled] .btn-success:focus,.bs-wrap fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.bs-wrap .btn-success .badge{color:#5cb85c;background-color:#fff}.bs-wrap .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.bs-wrap .btn-info.active,.bs-wrap .btn-info.focus,.bs-wrap .btn-info:active,.bs-wrap .btn-info:focus,.bs-wrap .btn-info:hover,.bs-wrap .open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.bs-wrap .btn-info.active,.bs-wrap .btn-info:active,.bs-wrap .open>.dropdown-toggle.btn-info{background-image:none}.bs-wrap .btn-info.disabled,.bs-wrap .btn-info.disabled.active,.bs-wrap .btn-info.disabled.focus,.bs-wrap .btn-info.disabled:active,.bs-wrap .btn-info.disabled:focus,.bs-wrap .btn-info.disabled:hover,.bs-wrap .btn-info[disabled],.bs-wrap .btn-info[disabled].active,.bs-wrap .btn-info[disabled].focus,.bs-wrap .btn-info[disabled]:active,.bs-wrap .btn-info[disabled]:focus,.bs-wrap .btn-info[disabled]:hover,.bs-wrap fieldset[disabled] .btn-info,.bs-wrap fieldset[disabled] .btn-info.active,.bs-wrap fieldset[disabled] .btn-info.focus,.bs-wrap fieldset[disabled] .btn-info:active,.bs-wrap fieldset[disabled] .btn-info:focus,.bs-wrap fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.bs-wrap .btn-info .badge{color:#5bc0de;background-color:#fff}.bs-wrap .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.bs-wrap .btn-warning.active,.bs-wrap .btn-warning.focus,.bs-wrap .btn-warning:active,.bs-wrap .btn-warning:focus,.bs-wrap .btn-warning:hover,.bs-wrap .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.bs-wrap .btn-warning.active,.bs-wrap .btn-warning:active,.bs-wrap .open>.dropdown-toggle.btn-warning{background-image:none}.bs-wrap .btn-warning.disabled,.bs-wrap .btn-warning.disabled.active,.bs-wrap .btn-warning.disabled.focus,.bs-wrap .btn-warning.disabled:active,.bs-wrap .btn-warning.disabled:focus,.bs-wrap .btn-warning.disabled:hover,.bs-wrap .btn-warning[disabled],.bs-wrap .btn-warning[disabled].active,.bs-wrap .btn-warning[disabled].focus,.bs-wrap .btn-warning[disabled]:active,.bs-wrap .btn-warning[disabled]:focus,.bs-wrap .btn-warning[disabled]:hover,.bs-wrap fieldset[disabled] .btn-warning,.bs-wrap fieldset[disabled] .btn-warning.active,.bs-wrap fieldset[disabled] .btn-warning.focus,.bs-wrap fieldset[disabled] .btn-warning:active,.bs-wrap fieldset[disabled] .btn-warning:focus,.bs-wrap fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.bs-wrap .btn-warning .badge{color:#f0ad4e;background-color:#fff}.bs-wrap .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.bs-wrap .btn-danger.active,.bs-wrap .btn-danger.focus,.bs-wrap .btn-danger:active,.bs-wrap .btn-danger:focus,.bs-wrap .btn-danger:hover,.bs-wrap .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.bs-wrap .btn-danger.active,.bs-wrap .btn-danger:active,.bs-wrap .open>.dropdown-toggle.btn-danger{background-image:none}.bs-wrap .btn-danger.disabled,.bs-wrap .btn-danger.disabled.active,.bs-wrap .btn-danger.disabled.focus,.bs-wrap .btn-danger.disabled:active,.bs-wrap .btn-danger.disabled:focus,.bs-wrap .btn-danger.disabled:hover,.bs-wrap .btn-danger[disabled],.bs-wrap .btn-danger[disabled].active,.bs-wrap .btn-danger[disabled].focus,.bs-wrap .btn-danger[disabled]:active,.bs-wrap .btn-danger[disabled]:focus,.bs-wrap .btn-danger[disabled]:hover,.bs-wrap fieldset[disabled] .btn-danger,.bs-wrap fieldset[disabled] .btn-danger.active,.bs-wrap fieldset[disabled] .btn-danger.focus,.bs-wrap fieldset[disabled] .btn-danger:active,.bs-wrap fieldset[disabled] .btn-danger:focus,.bs-wrap fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.bs-wrap .btn-danger .badge{color:#d9534f;background-color:#fff}.bs-wrap .btn-link{font-weight:400;color:#337ab7;border-radius:0}.bs-wrap .btn-link,.bs-wrap .btn-link.active,.bs-wrap .btn-link:active,.bs-wrap .btn-link[disabled],.bs-wrap fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.bs-wrap .btn-link,.bs-wrap .btn-link:active,.bs-wrap .btn-link:focus,.bs-wrap .btn-link:hover{border-color:transparent}.bs-wrap .btn-link:focus,.bs-wrap .btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.bs-wrap .btn-link[disabled]:focus,.bs-wrap .btn-link[disabled]:hover,.bs-wrap fieldset[disabled] .btn-link:focus,.bs-wrap fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.bs-wrap .btn-group-lg>.btn,.bs-wrap .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bs-wrap .btn-group-sm>.btn,.bs-wrap .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bs-wrap .btn-group-xs>.btn,.bs-wrap .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.bs-wrap .btn-block{display:block;width:100%}.bs-wrap .btn-block+.btn-block{margin-top:5px}.bs-wrap input[type=button].btn-block,.bs-wrap input[type=reset].btn-block,.bs-wrap input[type=submit].btn-block{width:100%}.bs-wrap .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.bs-wrap .fade.in{opacity:1}.bs-wrap .collapse{display:none;visibility:hidden}.bs-wrap .collapse.in{display:block;visibility:visible}.bs-wrap tr.collapse.in{display:table-row}.bs-wrap tbody.collapse.in{display:table-row-group}.bs-wrap .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.bs-wrap .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.bs-wrap .dropdown,.bs-wrap .dropup{position:relative}.bs-wrap .dropdown-toggle:focus{outline:0}.bs-wrap .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.bs-wrap .dropdown-menu.pull-right{right:0;left:auto}.bs-wrap .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bs-wrap .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.bs-wrap .dropdown-menu>li>a:focus,.bs-wrap .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.bs-wrap .dropdown-menu>.active>a,.bs-wrap .dropdown-menu>.active>a:focus,.bs-wrap .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.bs-wrap .dropdown-menu>.disabled>a,.bs-wrap .dropdown-menu>.disabled>a:focus,.bs-wrap .dropdown-menu>.disabled>a:hover{color:#777}.bs-wrap .dropdown-menu>.disabled>a:focus,.bs-wrap .dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.bs-wrap .open>.dropdown-menu{display:block}.bs-wrap .open>a{outline:0}.bs-wrap .dropdown-menu-right{right:0;left:auto}.bs-wrap .dropdown-menu-left{right:auto;left:0}.bs-wrap .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.bs-wrap .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.bs-wrap .pull-right>.dropdown-menu{right:0;left:auto}.bs-wrap .dropup .caret,.bs-wrap .navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.bs-wrap .dropup .dropdown-menu,.bs-wrap .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.bs-wrap .navbar-right .dropdown-menu{right:0;left:auto}.bs-wrap .navbar-right .dropdown-menu-left{right:auto;left:0}}.bs-wrap .btn-group,.bs-wrap .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.bs-wrap .btn-group-vertical>.btn,.bs-wrap .btn-group>.btn{position:relative;float:left}.bs-wrap .btn-group-vertical>.btn.active,.bs-wrap .btn-group-vertical>.btn:active,.bs-wrap .btn-group-vertical>.btn:focus,.bs-wrap .btn-group-vertical>.btn:hover,.bs-wrap .btn-group>.btn.active,.bs-wrap .btn-group>.btn:active,.bs-wrap .btn-group>.btn:focus,.bs-wrap .btn-group>.btn:hover{z-index:2}.bs-wrap .btn-group .btn+.btn,.bs-wrap .btn-group .btn+.btn-group,.bs-wrap .btn-group .btn-group+.btn,.bs-wrap .btn-group .btn-group+.btn-group{margin-left:-1px}.bs-wrap .btn-toolbar{margin-left:-5px}.bs-wrap .btn-toolbar .btn-group,.bs-wrap .btn-toolbar .input-group{float:left}.bs-wrap .btn-toolbar>.btn,.bs-wrap .btn-toolbar>.btn-group,.bs-wrap .btn-toolbar>.input-group{margin-left:5px}.bs-wrap .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.bs-wrap .btn-group>.btn:first-child{margin-left:0}.bs-wrap .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.bs-wrap .btn-group>.btn:last-child:not(:first-child),.bs-wrap .btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bs-wrap .btn-group>.btn-group{float:left}.bs-wrap .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bs-wrap .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.bs-wrap .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.bs-wrap .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.bs-wrap .btn-group .dropdown-toggle:active,.bs-wrap .btn-group.open .dropdown-toggle{outline:0}.bs-wrap .btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.bs-wrap .btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.bs-wrap .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bs-wrap .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.bs-wrap .btn .caret{margin-left:0}.bs-wrap .btn-lg .caret{border-width:5px 5px 0}.bs-wrap .dropup .btn-lg .caret{border-width:0 5px 5px}.bs-wrap .btn-group-vertical>.btn,.bs-wrap .btn-group-vertical>.btn-group,.bs-wrap .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.bs-wrap .btn-group-vertical>.btn-group>.btn{float:none}.bs-wrap .btn-group-vertical>.btn+.btn,.bs-wrap .btn-group-vertical>.btn+.btn-group,.bs-wrap .btn-group-vertical>.btn-group+.btn,.bs-wrap .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.bs-wrap .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.bs-wrap .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bs-wrap .btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.bs-wrap .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bs-wrap .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.bs-wrap .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.bs-wrap .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.bs-wrap .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.bs-wrap .btn-group-justified>.btn,.bs-wrap .btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.bs-wrap .btn-group-justified>.btn-group .btn{width:100%}.bs-wrap .btn-group-justified>.btn-group .dropdown-menu{left:auto}.bs-wrap [data-toggle=buttons]>.btn input[type=checkbox],.bs-wrap [data-toggle=buttons]>.btn input[type=radio],.bs-wrap [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],.bs-wrap [data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bs-wrap .input-group{position:relative;display:table;border-collapse:separate}.bs-wrap .input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.bs-wrap .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.bs-wrap .input-group-lg>.form-control,.bs-wrap .input-group-lg>.input-group-addon,.bs-wrap .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bs-wrap select.input-group-lg>.form-control,.bs-wrap select.input-group-lg>.input-group-addon,.bs-wrap select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}.bs-wrap select[multiple].input-group-lg>.form-control,.bs-wrap select[multiple].input-group-lg>.input-group-addon,.bs-wrap select[multiple].input-group-lg>.input-group-btn>.btn,.bs-wrap textarea.input-group-lg>.form-control,.bs-wrap textarea.input-group-lg>.input-group-addon,.bs-wrap textarea.input-group-lg>.input-group-btn>.btn{height:auto}.bs-wrap .input-group-sm>.form-control,.bs-wrap .input-group-sm>.input-group-addon,.bs-wrap .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bs-wrap select.input-group-sm>.form-control,.bs-wrap select.input-group-sm>.input-group-addon,.bs-wrap select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}.bs-wrap select[multiple].input-group-sm>.form-control,.bs-wrap select[multiple].input-group-sm>.input-group-addon,.bs-wrap select[multiple].input-group-sm>.input-group-btn>.btn,.bs-wrap textarea.input-group-sm>.form-control,.bs-wrap textarea.input-group-sm>.input-group-addon,.bs-wrap textarea.input-group-sm>.input-group-btn>.btn{height:auto}.bs-wrap .input-group .form-control,.bs-wrap .input-group-addon,.bs-wrap .input-group-btn{display:table-cell}.bs-wrap .input-group .form-control:not(:first-child):not(:last-child),.bs-wrap .input-group-addon:not(:first-child):not(:last-child),.bs-wrap .input-group-btn:not(:first-child):not(:last-child){border-radius:0}.bs-wrap .input-group-addon,.bs-wrap .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.bs-wrap .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.bs-wrap .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.bs-wrap .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.bs-wrap .input-group-addon input[type=checkbox],.bs-wrap .input-group-addon input[type=radio]{margin-top:0}.bs-wrap .input-group .form-control:first-child,.bs-wrap .input-group-addon:first-child,.bs-wrap .input-group-btn:first-child>.btn,.bs-wrap .input-group-btn:first-child>.btn-group>.btn,.bs-wrap .input-group-btn:first-child>.dropdown-toggle,.bs-wrap .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.bs-wrap .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.bs-wrap .input-group-addon:first-child{border-right:0}.bs-wrap .input-group .form-control:last-child,.bs-wrap .input-group-addon:last-child,.bs-wrap .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.bs-wrap .input-group-btn:first-child>.btn:not(:first-child),.bs-wrap .input-group-btn:last-child>.btn,.bs-wrap .input-group-btn:last-child>.btn-group>.btn,.bs-wrap .input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.bs-wrap .input-group-addon:last-child{border-left:0}.bs-wrap .input-group-btn{position:relative;font-size:0;white-space:nowrap}.bs-wrap .input-group-btn>.btn{position:relative}.bs-wrap .input-group-btn>.btn+.btn{margin-left:-1px}.bs-wrap .input-group-btn>.btn:active,.bs-wrap .input-group-btn>.btn:focus,.bs-wrap .input-group-btn>.btn:hover{z-index:2}.bs-wrap .input-group-btn:first-child>.btn,.bs-wrap .input-group-btn:first-child>.btn-group{margin-right:-1px}.bs-wrap .input-group-btn:last-child>.btn,.bs-wrap .input-group-btn:last-child>.btn-group{margin-left:-1px}.bs-wrap .nav{padding-left:0;margin-bottom:0;list-style:none}.bs-wrap .nav>li{position:relative;display:block}.bs-wrap .nav>li>a{position:relative;display:block;padding:10px 15px}.bs-wrap .nav>li>a:focus,.bs-wrap .nav>li>a:hover{text-decoration:none;background-color:#eee}.bs-wrap .nav>li.disabled>a{color:#777}.bs-wrap .nav>li.disabled>a:focus,.bs-wrap .nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.bs-wrap .nav .open>a,.bs-wrap .nav .open>a:focus,.bs-wrap .nav .open>a:hover{background-color:#eee;border-color:#337ab7}.bs-wrap .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bs-wrap .nav>li>a>img{max-width:none}.bs-wrap .nav-tabs{border-bottom:1px solid #ddd}.bs-wrap .nav-tabs>li{float:left;margin-bottom:-1px}.bs-wrap .nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.bs-wrap .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.bs-wrap .nav-tabs>li.active>a,.bs-wrap .nav-tabs>li.active>a:focus,.bs-wrap .nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.bs-wrap .nav-tabs.nav-justified{width:100%;border-bottom:0}.bs-wrap .nav-tabs.nav-justified>li{float:none}.bs-wrap .nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.bs-wrap .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.bs-wrap .nav-tabs.nav-justified>li{display:table-cell;width:1%}.bs-wrap .nav-tabs.nav-justified>li>a{margin-bottom:0}}.bs-wrap .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.bs-wrap .nav-tabs.nav-justified>.active>a,.bs-wrap .nav-tabs.nav-justified>.active>a:focus,.bs-wrap .nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.bs-wrap .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.bs-wrap .nav-tabs.nav-justified>.active>a,.bs-wrap .nav-tabs.nav-justified>.active>a:focus,.bs-wrap .nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.bs-wrap .nav-pills>li{float:left}.bs-wrap .nav-pills>li>a{border-radius:4px}.bs-wrap .nav-pills>li+li{margin-left:2px}.bs-wrap .nav-pills>li.active>a,.bs-wrap .nav-pills>li.active>a:focus,.bs-wrap .nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.bs-wrap .nav-stacked>li{float:none}.bs-wrap .nav-stacked>li+li{margin-top:2px;margin-left:0}.bs-wrap .nav-justified{width:100%}.bs-wrap .nav-justified>li{float:none}.bs-wrap .nav-justified>li>a{margin-bottom:5px;text-align:center}.bs-wrap .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.bs-wrap .nav-justified>li{display:table-cell;width:1%}.bs-wrap .nav-justified>li>a{margin-bottom:0}}.bs-wrap .nav-tabs-justified{border-bottom:0}.bs-wrap .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.bs-wrap .nav-tabs-justified>.active>a,.bs-wrap .nav-tabs-justified>.active>a:focus,.bs-wrap .nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.bs-wrap .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.bs-wrap .nav-tabs-justified>.active>a,.bs-wrap .nav-tabs-justified>.active>a:focus,.bs-wrap .nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.bs-wrap .tab-content>.tab-pane{display:none;visibility:hidden}.bs-wrap .tab-content>.active{display:block;visibility:visible}.bs-wrap .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.bs-wrap .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.bs-wrap .navbar{border-radius:4px}}@media (min-width:768px){.bs-wrap .navbar-header{float:left}}.bs-wrap .navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.bs-wrap .navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.bs-wrap .navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.bs-wrap .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}.bs-wrap .navbar-collapse.in{overflow-y:visible}.bs-wrap .navbar-fixed-bottom .navbar-collapse,.bs-wrap .navbar-fixed-top .navbar-collapse,.bs-wrap .navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.bs-wrap .navbar-fixed-bottom .navbar-collapse,.bs-wrap .navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.bs-wrap .navbar-fixed-bottom .navbar-collapse,.bs-wrap .navbar-fixed-top .navbar-collapse{max-height:200px}}.bs-wrap .container-fluid>.navbar-collapse,.bs-wrap .container-fluid>.navbar-header,.bs-wrap .container>.navbar-collapse,.bs-wrap .container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.bs-wrap .container-fluid>.navbar-collapse,.bs-wrap .container-fluid>.navbar-header,.bs-wrap .container>.navbar-collapse,.bs-wrap .container>.navbar-header{margin-right:0;margin-left:0}}.bs-wrap .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.bs-wrap .navbar-static-top{border-radius:0}}.bs-wrap .navbar-fixed-bottom,.bs-wrap .navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.bs-wrap .navbar-fixed-bottom,.bs-wrap .navbar-fixed-top{border-radius:0}}.bs-wrap .navbar-fixed-top{top:0;border-width:0 0 1px}.bs-wrap .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.bs-wrap .navbar-brand{float:left;height:50px;padding:15px;font-size:18px;line-height:20px}.bs-wrap .navbar-brand:focus,.bs-wrap .navbar-brand:hover{text-decoration:none}.bs-wrap .navbar-brand>img{display:block}@media (min-width:768px){.bs-wrap .navbar>.container .navbar-brand,.bs-wrap .navbar>.container-fluid .navbar-brand{margin-left:-15px}}.bs-wrap .navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.bs-wrap .navbar-toggle:focus{outline:0}.bs-wrap .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.bs-wrap .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.bs-wrap .navbar-toggle{display:none}}.bs-wrap .navbar-nav{margin:7.5px -15px}.bs-wrap .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.bs-wrap .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.bs-wrap .navbar-nav .open .dropdown-menu .dropdown-header,.bs-wrap .navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.bs-wrap .navbar-nav .open .dropdown-menu>li>a{line-height:20px}.bs-wrap .navbar-nav .open .dropdown-menu>li>a:focus,.bs-wrap .navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.bs-wrap .navbar-nav{float:left;margin:0}.bs-wrap .navbar-nav>li{float:left}.bs-wrap .navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.bs-wrap .navbar-form{padding:10px 15px;margin:8px -15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.bs-wrap .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bs-wrap .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.bs-wrap .navbar-form .form-control-static{display:inline-block}.bs-wrap .navbar-form .input-group{display:inline-table;vertical-align:middle}.bs-wrap .navbar-form .input-group .form-control,.bs-wrap .navbar-form .input-group .input-group-addon,.bs-wrap .navbar-form .input-group .input-group-btn{width:auto}.bs-wrap .navbar-form .input-group>.form-control{width:100%}.bs-wrap .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.bs-wrap .navbar-form .checkbox,.bs-wrap .navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bs-wrap .navbar-form .checkbox label,.bs-wrap .navbar-form .radio label{padding-left:0}.bs-wrap .navbar-form .checkbox input[type=checkbox],.bs-wrap .navbar-form .radio input[type=radio]{position:relative;margin-left:0}.bs-wrap .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.bs-wrap .navbar-form .form-group{margin-bottom:5px}.bs-wrap .navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.bs-wrap .navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.bs-wrap .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.bs-wrap .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-radius:4px 4px 0 0}.bs-wrap .navbar-btn{margin-top:8px;margin-bottom:8px}.bs-wrap .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.bs-wrap .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.bs-wrap .navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.bs-wrap .navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.bs-wrap .navbar-left{float:left!important}.bs-wrap .navbar-right{float:right!important;margin-right:-15px}.bs-wrap .navbar-right~.navbar-right{margin-right:0}}.bs-wrap .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.bs-wrap .navbar-default .navbar-brand{color:#777}.bs-wrap .navbar-default .navbar-brand:focus,.bs-wrap .navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.bs-wrap .navbar-default .navbar-nav>li>a,.bs-wrap .navbar-default .navbar-text{color:#777}.bs-wrap .navbar-default .navbar-nav>li>a:focus,.bs-wrap .navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.bs-wrap .navbar-default .navbar-nav>.active>a,.bs-wrap .navbar-default .navbar-nav>.active>a:focus,.bs-wrap .navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.bs-wrap .navbar-default .navbar-nav>.disabled>a,.bs-wrap .navbar-default .navbar-nav>.disabled>a:focus,.bs-wrap .navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.bs-wrap .navbar-default .navbar-toggle{border-color:#ddd}.bs-wrap .navbar-default .navbar-toggle:focus,.bs-wrap .navbar-default .navbar-toggle:hover{background-color:#ddd}.bs-wrap .navbar-default .navbar-toggle .icon-bar{background-color:#888}.bs-wrap .navbar-default .navbar-collapse,.bs-wrap .navbar-default .navbar-form{border-color:#e7e7e7}.bs-wrap .navbar-default .navbar-nav>.open>a,.bs-wrap .navbar-default .navbar-nav>.open>a:focus,.bs-wrap .navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bs-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.bs-wrap .navbar-default .navbar-link{color:#777}.bs-wrap .navbar-default .navbar-link:hover{color:#333}.bs-wrap .navbar-default .btn-link{color:#777}.bs-wrap .navbar-default .btn-link:focus,.bs-wrap .navbar-default .btn-link:hover{color:#333}.bs-wrap .navbar-default .btn-link[disabled]:focus,.bs-wrap .navbar-default .btn-link[disabled]:hover,.bs-wrap fieldset[disabled] .navbar-default .btn-link:focus,.bs-wrap fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.bs-wrap .navbar-inverse{background-color:#222;border-color:#080808}.bs-wrap .navbar-inverse .navbar-brand{color:#9d9d9d}.bs-wrap .navbar-inverse .navbar-brand:focus,.bs-wrap .navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.bs-wrap .navbar-inverse .navbar-nav>li>a,.bs-wrap .navbar-inverse .navbar-text{color:#9d9d9d}.bs-wrap .navbar-inverse .navbar-nav>li>a:focus,.bs-wrap .navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.bs-wrap .navbar-inverse .navbar-nav>.active>a,.bs-wrap .navbar-inverse .navbar-nav>.active>a:focus,.bs-wrap .navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.bs-wrap .navbar-inverse .navbar-nav>.disabled>a,.bs-wrap .navbar-inverse .navbar-nav>.disabled>a:focus,.bs-wrap .navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.bs-wrap .navbar-inverse .navbar-toggle{border-color:#333}.bs-wrap .navbar-inverse .navbar-toggle:focus,.bs-wrap .navbar-inverse .navbar-toggle:hover{background-color:#333}.bs-wrap .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.bs-wrap .navbar-inverse .navbar-collapse,.bs-wrap .navbar-inverse .navbar-form{border-color:#101010}.bs-wrap .navbar-inverse .navbar-nav>.open>a,.bs-wrap .navbar-inverse .navbar-nav>.open>a:focus,.bs-wrap .navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bs-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.bs-wrap .navbar-inverse .navbar-link{color:#9d9d9d}.bs-wrap .navbar-inverse .navbar-link:hover{color:#fff}.bs-wrap .navbar-inverse .btn-link{color:#9d9d9d}.bs-wrap .navbar-inverse .btn-link:focus,.bs-wrap .navbar-inverse .btn-link:hover{color:#fff}.bs-wrap .navbar-inverse .btn-link[disabled]:focus,.bs-wrap .navbar-inverse .btn-link[disabled]:hover,.bs-wrap fieldset[disabled] .navbar-inverse .btn-link:focus,.bs-wrap fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.bs-wrap .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.bs-wrap .breadcrumb>li{display:inline-block}.bs-wrap .breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.bs-wrap .breadcrumb>.active{color:#777}.bs-wrap .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.bs-wrap .pagination>li{display:inline}.bs-wrap .pagination>li>a,.bs-wrap .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.bs-wrap .pagination>li:first-child>a,.bs-wrap .pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.bs-wrap .pagination>li:last-child>a,.bs-wrap .pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.bs-wrap .pagination>li>a:focus,.bs-wrap .pagination>li>a:hover,.bs-wrap .pagination>li>span:focus,.bs-wrap .pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.bs-wrap .pagination>.active>a,.bs-wrap .pagination>.active>a:focus,.bs-wrap .pagination>.active>a:hover,.bs-wrap .pagination>.active>span,.bs-wrap .pagination>.active>span:focus,.bs-wrap .pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.bs-wrap .pagination>.disabled>a,.bs-wrap .pagination>.disabled>a:focus,.bs-wrap .pagination>.disabled>a:hover,.bs-wrap .pagination>.disabled>span,.bs-wrap .pagination>.disabled>span:focus,.bs-wrap .pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.bs-wrap .pagination-lg>li>a,.bs-wrap .pagination-lg>li>span{padding:10px 16px;font-size:18px}.bs-wrap .pagination-lg>li:first-child>a,.bs-wrap .pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.bs-wrap .pagination-lg>li:last-child>a,.bs-wrap .pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.bs-wrap .pagination-sm>li>a,.bs-wrap .pagination-sm>li>span{padding:5px 10px;font-size:12px}.bs-wrap .pagination-sm>li:first-child>a,.bs-wrap .pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.bs-wrap .pagination-sm>li:last-child>a,.bs-wrap .pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.bs-wrap .pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.bs-wrap .pager li{display:inline}.bs-wrap .pager li>a,.bs-wrap .pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.bs-wrap .pager li>a:focus,.bs-wrap .pager li>a:hover{text-decoration:none;background-color:#eee}.bs-wrap .pager .next>a,.bs-wrap .pager .next>span{float:right}.bs-wrap .pager .previous>a,.bs-wrap .pager .previous>span{float:left}.bs-wrap .pager .disabled>a,.bs-wrap .pager .disabled>a:focus,.bs-wrap .pager .disabled>a:hover,.bs-wrap .pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.bs-wrap .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.bs-wrap a.label:focus,.bs-wrap a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.bs-wrap .label:empty{display:none}.bs-wrap .btn .label{position:relative;top:-1px}.bs-wrap .label-default{background-color:#777}.bs-wrap .label-default[href]:focus,.bs-wrap .label-default[href]:hover{background-color:#5e5e5e}.bs-wrap .label-primary{background-color:#337ab7}.bs-wrap .label-primary[href]:focus,.bs-wrap .label-primary[href]:hover{background-color:#286090}.bs-wrap .label-success{background-color:#5cb85c}.bs-wrap .label-success[href]:focus,.bs-wrap .label-success[href]:hover{background-color:#449d44}.bs-wrap .label-info{background-color:#5bc0de}.bs-wrap .label-info[href]:focus,.bs-wrap .label-info[href]:hover{background-color:#31b0d5}.bs-wrap .label-warning{background-color:#f0ad4e}.bs-wrap .label-warning[href]:focus,.bs-wrap .label-warning[href]:hover{background-color:#ec971f}.bs-wrap .label-danger{background-color:#d9534f}.bs-wrap .label-danger[href]:focus,.bs-wrap .label-danger[href]:hover{background-color:#c9302c}.bs-wrap .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.bs-wrap .badge:empty{display:none}.bs-wrap .btn .badge{position:relative;top:-1px}.bs-wrap .btn-xs .badge{top:0;padding:1px 5px}.bs-wrap a.badge:focus,.bs-wrap a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.bs-wrap .list-group-item.active>.badge,.bs-wrap .nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.bs-wrap .list-group-item>.badge{float:right}.bs-wrap .list-group-item>.badge+.badge{margin-right:5px}.bs-wrap .nav-pills>li>a>.badge{margin-left:3px}.bs-wrap .jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.bs-wrap .jumbotron .h1,.bs-wrap .jumbotron h1{color:inherit}.bs-wrap .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.bs-wrap .jumbotron>hr{border-top-color:#d5d5d5}.bs-wrap .container .jumbotron,.bs-wrap .container-fluid .jumbotron{border-radius:6px}.bs-wrap .jumbotron .container{max-width:100%}@media screen and (min-width:768px){.bs-wrap .jumbotron{padding:48px 0}.bs-wrap .container .jumbotron,.bs-wrap .container-fluid .jumbotron{padding-right:60px;padding-left:60px}.bs-wrap .jumbotron .h1,.bs-wrap .jumbotron h1{font-size:63px}}.bs-wrap .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.bs-wrap .thumbnail a>img,.bs-wrap .thumbnail>img{margin-right:auto;margin-left:auto}.bs-wrap a.thumbnail.active,.bs-wrap a.thumbnail:focus,.bs-wrap a.thumbnail:hover{border-color:#337ab7}.bs-wrap .thumbnail .caption{padding:9px;color:#333}.bs-wrap .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.bs-wrap .alert h4{margin-top:0;color:inherit}.bs-wrap .alert .alert-link{font-weight:700}.bs-wrap .alert>p,.bs-wrap .alert>ul{margin-bottom:0}.bs-wrap .alert>p+p{margin-top:5px}.bs-wrap .alert-dismissable,.bs-wrap .alert-dismissible{padding-right:35px}.bs-wrap .alert-dismissable .close,.bs-wrap .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.bs-wrap .alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bs-wrap .alert-success hr{border-top-color:#c9e2b3}.bs-wrap .alert-success .alert-link{color:#2b542c}.bs-wrap .alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bs-wrap .alert-info hr{border-top-color:#a6e1ec}.bs-wrap .alert-info .alert-link{color:#245269}.bs-wrap .alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bs-wrap .alert-warning hr{border-top-color:#f7e1b5}.bs-wrap .alert-warning .alert-link{color:#66512c}.bs-wrap .alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bs-wrap .alert-danger hr{border-top-color:#e4b9c0}.bs-wrap .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.bs-wrap .progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.bs-wrap .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.bs-wrap .progress-bar-striped,.bs-wrap .progress-striped .progress-bar{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);background-image:-o-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);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);-webkit-background-size:40px 40px;background-size:40px 40px}.bs-wrap .progress-bar.active,.bs-wrap .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.bs-wrap .progress-bar-success{background-color:#5cb85c}.bs-wrap .progress-striped .progress-bar-success{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);background-image:-o-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);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)}.bs-wrap .progress-bar-info{background-color:#5bc0de}.bs-wrap .progress-striped .progress-bar-info{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);background-image:-o-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);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)}.bs-wrap .progress-bar-warning{background-color:#f0ad4e}.bs-wrap .progress-striped .progress-bar-warning{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);background-image:-o-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);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)}.bs-wrap .progress-bar-danger{background-color:#d9534f}.bs-wrap .progress-striped .progress-bar-danger{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);background-image:-o-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);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)}.bs-wrap .media{margin-top:15px}.bs-wrap .media:first-child{margin-top:0}.bs-wrap .media,.bs-wrap .media-body{overflow:hidden;zoom:1}.bs-wrap .media-body{width:10000px}.bs-wrap .media-object{display:block}.bs-wrap .media-right,.bs-wrap .media>.pull-right{padding-left:10px}.bs-wrap .media-left,.bs-wrap .media>.pull-left{padding-right:10px}.bs-wrap .media-body,.bs-wrap .media-left,.bs-wrap .media-right{display:table-cell;vertical-align:top}.bs-wrap .media-middle{vertical-align:middle}.bs-wrap .media-bottom{vertical-align:bottom}.bs-wrap .media-heading{margin-top:0;margin-bottom:5px}.bs-wrap .media-list{padding-left:0;list-style:none}.bs-wrap .list-group{padding-left:0;margin-bottom:20px}.bs-wrap .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.bs-wrap .list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.bs-wrap .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.bs-wrap a.list-group-item{color:#555}.bs-wrap a.list-group-item .list-group-item-heading{color:#333}.bs-wrap a.list-group-item:focus,.bs-wrap a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.bs-wrap .list-group-item.disabled,.bs-wrap .list-group-item.disabled:focus,.bs-wrap .list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.bs-wrap .list-group-item.disabled .list-group-item-heading,.bs-wrap .list-group-item.disabled:focus .list-group-item-heading,.bs-wrap .list-group-item.disabled:hover .list-group-item-heading{color:inherit}.bs-wrap .list-group-item.disabled .list-group-item-text,.bs-wrap .list-group-item.disabled:focus .list-group-item-text,.bs-wrap .list-group-item.disabled:hover .list-group-item-text{color:#777}.bs-wrap .list-group-item.active,.bs-wrap .list-group-item.active:focus,.bs-wrap .list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.bs-wrap .list-group-item.active .list-group-item-heading,.bs-wrap .list-group-item.active .list-group-item-heading>.small,.bs-wrap .list-group-item.active .list-group-item-heading>small,.bs-wrap .list-group-item.active:focus .list-group-item-heading,.bs-wrap .list-group-item.active:focus .list-group-item-heading>.small,.bs-wrap .list-group-item.active:focus .list-group-item-heading>small,.bs-wrap .list-group-item.active:hover .list-group-item-heading,.bs-wrap .list-group-item.active:hover .list-group-item-heading>.small,.bs-wrap .list-group-item.active:hover .list-group-item-heading>small{color:inherit}.bs-wrap .list-group-item.active .list-group-item-text,.bs-wrap .list-group-item.active:focus .list-group-item-text,.bs-wrap .list-group-item.active:hover .list-group-item-text{color:#c7ddef}.bs-wrap .list-group-item-success{color:#3c763d;background-color:#dff0d8}.bs-wrap a.list-group-item-success{color:#3c763d}.bs-wrap a.list-group-item-success .list-group-item-heading{color:inherit}.bs-wrap a.list-group-item-success:focus,.bs-wrap a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}.bs-wrap a.list-group-item-success.active,.bs-wrap a.list-group-item-success.active:focus,.bs-wrap a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.bs-wrap .list-group-item-info{color:#31708f;background-color:#d9edf7}.bs-wrap a.list-group-item-info{color:#31708f}.bs-wrap a.list-group-item-info .list-group-item-heading{color:inherit}.bs-wrap a.list-group-item-info:focus,.bs-wrap a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}.bs-wrap a.list-group-item-info.active,.bs-wrap a.list-group-item-info.active:focus,.bs-wrap a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.bs-wrap .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.bs-wrap a.list-group-item-warning{color:#8a6d3b}.bs-wrap a.list-group-item-warning .list-group-item-heading{color:inherit}.bs-wrap a.list-group-item-warning:focus,.bs-wrap a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}.bs-wrap a.list-group-item-warning.active,.bs-wrap a.list-group-item-warning.active:focus,.bs-wrap a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.bs-wrap .list-group-item-danger{color:#a94442;background-color:#f2dede}.bs-wrap a.list-group-item-danger{color:#a94442}.bs-wrap a.list-group-item-danger .list-group-item-heading{color:inherit}.bs-wrap a.list-group-item-danger:focus,.bs-wrap a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}.bs-wrap a.list-group-item-danger.active,.bs-wrap a.list-group-item-danger.active:focus,.bs-wrap a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.bs-wrap .list-group-item-heading{margin-top:0;margin-bottom:5px}.bs-wrap .list-group-item-text{margin-bottom:0;line-height:1.3}.bs-wrap .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.bs-wrap .panel-body{padding:15px}.bs-wrap .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.bs-wrap .panel-heading>.dropdown .dropdown-toggle{color:inherit}.bs-wrap .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.bs-wrap .panel-title>.small,.bs-wrap .panel-title>.small>a,.bs-wrap .panel-title>a,.bs-wrap .panel-title>small,.bs-wrap .panel-title>small>a{color:inherit}.bs-wrap .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bs-wrap .panel>.list-group,.bs-wrap .panel>.panel-collapse>.list-group{margin-bottom:0}.bs-wrap .panel>.list-group .list-group-item,.bs-wrap .panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.bs-wrap .panel>.list-group:first-child .list-group-item:first-child,.bs-wrap .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.bs-wrap .panel>.list-group:last-child .list-group-item:last-child,.bs-wrap .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bs-wrap .list-group+.panel-footer,.bs-wrap .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.bs-wrap .panel>.panel-collapse>.table,.bs-wrap .panel>.table,.bs-wrap .panel>.table-responsive>.table{margin-bottom:0}.bs-wrap .panel>.panel-collapse>.table caption,.bs-wrap .panel>.table caption,.bs-wrap .panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.bs-wrap .panel>.table-responsive:first-child>.table:first-child,.bs-wrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.bs-wrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.bs-wrap .panel>.table:first-child,.bs-wrap .panel>.table:first-child>tbody:first-child>tr:first-child,.bs-wrap .panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.bs-wrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bs-wrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bs-wrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.bs-wrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.bs-wrap .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bs-wrap .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bs-wrap .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.bs-wrap .panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.bs-wrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bs-wrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bs-wrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.bs-wrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.bs-wrap .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bs-wrap .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bs-wrap .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.bs-wrap .panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.bs-wrap .panel>.table-responsive:last-child>.table:last-child,.bs-wrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.bs-wrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.bs-wrap .panel>.table:last-child,.bs-wrap .panel>.table:last-child>tbody:last-child>tr:last-child,.bs-wrap .panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bs-wrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bs-wrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bs-wrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bs-wrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.bs-wrap .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bs-wrap .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bs-wrap .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bs-wrap .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.bs-wrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bs-wrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bs-wrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bs-wrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.bs-wrap .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bs-wrap .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bs-wrap .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bs-wrap .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.bs-wrap .panel>.panel-body+.table,.bs-wrap .panel>.panel-body+.table-responsive,.bs-wrap .panel>.table+.panel-body,.bs-wrap .panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.bs-wrap .panel>.table>tbody:first-child>tr:first-child td,.bs-wrap .panel>.table>tbody:first-child>tr:first-child th{border-top:0}.bs-wrap .panel>.table-bordered,.bs-wrap .panel>.table-responsive>.table-bordered{border:0}.bs-wrap .panel>.table-bordered>tbody>tr>td:first-child,.bs-wrap .panel>.table-bordered>tbody>tr>th:first-child,.bs-wrap .panel>.table-bordered>tfoot>tr>td:first-child,.bs-wrap .panel>.table-bordered>tfoot>tr>th:first-child,.bs-wrap .panel>.table-bordered>thead>tr>td:first-child,.bs-wrap .panel>.table-bordered>thead>tr>th:first-child,.bs-wrap .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.bs-wrap .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.bs-wrap .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.bs-wrap .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.bs-wrap .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.bs-wrap .panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.bs-wrap .panel>.table-bordered>tbody>tr>td:last-child,.bs-wrap .panel>.table-bordered>tbody>tr>th:last-child,.bs-wrap .panel>.table-bordered>tfoot>tr>td:last-child,.bs-wrap .panel>.table-bordered>tfoot>tr>th:last-child,.bs-wrap .panel>.table-bordered>thead>tr>td:last-child,.bs-wrap .panel>.table-bordered>thead>tr>th:last-child,.bs-wrap .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.bs-wrap .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.bs-wrap .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.bs-wrap .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.bs-wrap .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.bs-wrap .panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.bs-wrap .panel>.table-bordered>tbody>tr:first-child>td,.bs-wrap .panel>.table-bordered>tbody>tr:first-child>th,.bs-wrap .panel>.table-bordered>tbody>tr:last-child>td,.bs-wrap .panel>.table-bordered>tbody>tr:last-child>th,.bs-wrap .panel>.table-bordered>tfoot>tr:last-child>td,.bs-wrap .panel>.table-bordered>tfoot>tr:last-child>th,.bs-wrap .panel>.table-bordered>thead>tr:first-child>td,.bs-wrap .panel>.table-bordered>thead>tr:first-child>th,.bs-wrap .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.bs-wrap .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.bs-wrap .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.bs-wrap .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.bs-wrap .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.bs-wrap .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.bs-wrap .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.bs-wrap .panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.bs-wrap .panel>.table-responsive{margin-bottom:0;border:0}.bs-wrap .panel-group{margin-bottom:20px}.bs-wrap .panel-group .panel{margin-bottom:0;border-radius:4px}.bs-wrap .panel-group .panel+.panel{margin-top:5px}.bs-wrap .panel-group .panel-heading{border-bottom:0}.bs-wrap .panel-group .panel-heading+.panel-collapse>.list-group,.bs-wrap .panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.bs-wrap .panel-group .panel-footer{border-top:0}.bs-wrap .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.bs-wrap .panel-default{border-color:#ddd}.bs-wrap .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.bs-wrap .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.bs-wrap .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.bs-wrap .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.bs-wrap .panel-primary{border-color:#337ab7}.bs-wrap .panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.bs-wrap .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.bs-wrap .panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.bs-wrap .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.bs-wrap .panel-success{border-color:#d6e9c6}.bs-wrap .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bs-wrap .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.bs-wrap .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.bs-wrap .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.bs-wrap .panel-info{border-color:#bce8f1}.bs-wrap .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bs-wrap .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.bs-wrap .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.bs-wrap .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.bs-wrap .panel-warning{border-color:#faebcc}.bs-wrap .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bs-wrap .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.bs-wrap .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.bs-wrap .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.bs-wrap .panel-danger{border-color:#ebccd1}.bs-wrap .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bs-wrap .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.bs-wrap .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.bs-wrap .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.bs-wrap .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.bs-wrap .embed-responsive .embed-responsive-item,.bs-wrap .embed-responsive embed,.bs-wrap .embed-responsive iframe,.bs-wrap .embed-responsive object,.bs-wrap .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.bs-wrap .embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.bs-wrap .embed-responsive.embed-responsive-4by3{padding-bottom:75%}.bs-wrap .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.bs-wrap .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.bs-wrap .well-lg{padding:24px;border-radius:6px}.bs-wrap .well-sm{padding:9px;border-radius:3px}.bs-wrap .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.bs-wrap .close:focus,.bs-wrap .close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}.bs-wrap button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.bs-wrap .modal-open{overflow:hidden}.bs-wrap .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.bs-wrap .modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.bs-wrap .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.bs-wrap .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bs-wrap .modal-dialog{position:relative;width:auto;margin:10px}.bs-wrap .modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.bs-wrap .modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.bs-wrap .modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.bs-wrap .modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.bs-wrap .modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.bs-wrap .modal-header .close{margin-top:-2px}.bs-wrap .modal-title{margin:0;line-height:1.42857143}.bs-wrap .modal-body{position:relative;padding:15px}.bs-wrap .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.bs-wrap .modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.bs-wrap .modal-footer .btn-group .btn+.btn{margin-left:-1px}.bs-wrap .modal-footer .btn-block+.btn-block{margin-left:0}.bs-wrap .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.bs-wrap .modal-dialog{width:600px;margin:30px auto}.bs-wrap .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.bs-wrap .modal-sm{width:300px}}@media (min-width:992px){.bs-wrap .modal-lg{width:900px}}.bs-wrap .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.bs-wrap .tooltip.in{filter:alpha(opacity=90);opacity:.9}.bs-wrap .tooltip.top{padding:5px 0;margin-top:-3px}.bs-wrap .tooltip.right{padding:0 5px;margin-left:3px}.bs-wrap .tooltip.bottom{padding:5px 0;margin-top:3px}.bs-wrap .tooltip.left{padding:0 5px;margin-left:-3px}.bs-wrap .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.bs-wrap .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.bs-wrap .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.bs-wrap .tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.bs-wrap .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.bs-wrap .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.bs-wrap .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.bs-wrap .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bs-wrap .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bs-wrap .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bs-wrap .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.bs-wrap .popover.top{margin-top:-10px}.bs-wrap .popover.right{margin-left:10px}.bs-wrap .popover.bottom{margin-top:10px}.bs-wrap .popover.left{margin-left:-10px}.bs-wrap .popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.bs-wrap .popover-content{padding:9px 14px}.bs-wrap .popover>.arrow,.bs-wrap .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.bs-wrap .popover>.arrow{border-width:11px}.bs-wrap .popover>.arrow:after{content:"";border-width:10px}.bs-wrap .popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.bs-wrap .popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.bs-wrap .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.bs-wrap .popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.bs-wrap .popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.bs-wrap .popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.bs-wrap .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.bs-wrap .popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.bs-wrap .carousel{position:relative}.bs-wrap .carousel-inner{position:relative;width:100%;overflow:hidden}.bs-wrap .carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.bs-wrap .carousel-inner>.item>a>img,.bs-wrap .carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.bs-wrap .carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.bs-wrap .carousel-inner>.item.active.right,.bs-wrap .carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.bs-wrap .carousel-inner>.item.active.left,.bs-wrap .carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.bs-wrap .carousel-inner>.item.active,.bs-wrap .carousel-inner>.item.next.left,.bs-wrap .carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bs-wrap .carousel-inner>.active,.bs-wrap .carousel-inner>.next,.bs-wrap .carousel-inner>.prev{display:block}.bs-wrap .carousel-inner>.active{left:0}.bs-wrap .carousel-inner>.next,.bs-wrap .carousel-inner>.prev{position:absolute;top:0;width:100%}.bs-wrap .carousel-inner>.next{left:100%}.bs-wrap .carousel-inner>.prev{left:-100%}.bs-wrap .carousel-inner>.next.left,.bs-wrap .carousel-inner>.prev.right{left:0}.bs-wrap .carousel-inner>.active.left{left:-100%}.bs-wrap .carousel-inner>.active.right{left:100%}.bs-wrap .carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.bs-wrap .carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.bs-wrap .carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.bs-wrap .carousel-control:focus,.bs-wrap .carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.bs-wrap .carousel-control .glyphicon-chevron-left,.bs-wrap .carousel-control .glyphicon-chevron-right,.bs-wrap .carousel-control .icon-next,.bs-wrap .carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.bs-wrap .carousel-control .glyphicon-chevron-left,.bs-wrap .carousel-control .icon-prev{left:50%;margin-left:-10px}.bs-wrap .carousel-control .glyphicon-chevron-right,.bs-wrap .carousel-control .icon-next{right:50%;margin-right:-10px}.bs-wrap .carousel-control .icon-next,.bs-wrap .carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.bs-wrap .carousel-control .icon-prev:before{content:'\2039'}.bs-wrap .carousel-control .icon-next:before{content:'\203a'}.bs-wrap .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.bs-wrap .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:transparent;border:1px solid #fff;border-radius:10px}.bs-wrap .carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.bs-wrap .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.bs-wrap .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.bs-wrap .carousel-control .glyphicon-chevron-left,.bs-wrap .carousel-control .glyphicon-chevron-right,.bs-wrap .carousel-control .icon-next,.bs-wrap .carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.bs-wrap .carousel-control .glyphicon-chevron-left,.bs-wrap .carousel-control .icon-prev{margin-left:-15px}.bs-wrap .carousel-control .glyphicon-chevron-right,.bs-wrap .carousel-control .icon-next{margin-right:-15px}.bs-wrap .carousel-caption{right:20%;left:20%;padding-bottom:30px}.bs-wrap .carousel-indicators{bottom:20px}}.bs-wrap .btn-group-vertical>.btn-group:after,.bs-wrap .btn-group-vertical>.btn-group:before,.bs-wrap .btn-toolbar:after,.bs-wrap .btn-toolbar:before,.bs-wrap .clearfix:after,.bs-wrap .clearfix:before,.bs-wrap .container-fluid:after,.bs-wrap .container-fluid:before,.bs-wrap .container:after,.bs-wrap .container:before,.bs-wrap .dl-horizontal dd:after,.bs-wrap .dl-horizontal dd:before,.bs-wrap .form-horizontal .form-group:after,.bs-wrap .form-horizontal .form-group:before,.bs-wrap .modal-footer:after,.bs-wrap .modal-footer:before,.bs-wrap .nav:after,.bs-wrap .nav:before,.bs-wrap .navbar-collapse:after,.bs-wrap .navbar-collapse:before,.bs-wrap .navbar-header:after,.bs-wrap .navbar-header:before,.bs-wrap .navbar:after,.bs-wrap .navbar:before,.bs-wrap .pager:after,.bs-wrap .pager:before,.bs-wrap .panel-body:after,.bs-wrap .panel-body:before,.bs-wrap .row:after,.bs-wrap .row:before{display:table;content:" "}.bs-wrap .btn-group-vertical>.btn-group:after,.bs-wrap .btn-toolbar:after,.bs-wrap .clearfix:after,.bs-wrap .container-fluid:after,.bs-wrap .container:after,.bs-wrap .dl-horizontal dd:after,.bs-wrap .form-horizontal .form-group:after,.bs-wrap .modal-footer:after,.bs-wrap .nav:after,.bs-wrap .navbar-collapse:after,.bs-wrap .navbar-header:after,.bs-wrap .navbar:after,.bs-wrap .pager:after,.bs-wrap .panel-body:after,.bs-wrap .row:after{clear:both}.bs-wrap .center-block{display:block;margin-right:auto;margin-left:auto}.bs-wrap .pull-right{float:right!important}.bs-wrap .pull-left{float:left!important}.bs-wrap .hide{display:none!important}.bs-wrap .show{display:block!important}.bs-wrap .invisible{visibility:hidden}.bs-wrap .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bs-wrap .hidden{display:none!important;visibility:hidden!important}.bs-wrap .affix{position:fixed}@-ms-viewport{width:device-width}.bs-wrap .visible-lg,.bs-wrap .visible-lg-block,.bs-wrap .visible-lg-inline,.bs-wrap .visible-lg-inline-block,.bs-wrap .visible-md,.bs-wrap .visible-md-block,.bs-wrap .visible-md-inline,.bs-wrap .visible-md-inline-block,.bs-wrap .visible-print,.bs-wrap .visible-print-block,.bs-wrap .visible-print-inline,.bs-wrap .visible-print-inline-block,.bs-wrap .visible-sm,.bs-wrap .visible-sm-block,.bs-wrap .visible-sm-inline,.bs-wrap .visible-sm-inline-block,.bs-wrap .visible-xs,.bs-wrap .visible-xs-block,.bs-wrap .visible-xs-inline,.bs-wrap .visible-xs-inline-block{display:none!important}@media (max-width:767px){.bs-wrap .visible-xs{display:block!important}.bs-wrap table.visible-xs{display:table}.bs-wrap tr.visible-xs{display:table-row!important}.bs-wrap td.visible-xs,.bs-wrap th.visible-xs{display:table-cell!important}}@media (max-width:767px){.bs-wrap .visible-xs-block{display:block!important}}@media (max-width:767px){.bs-wrap .visible-xs-inline{display:inline!important}}@media (max-width:767px){.bs-wrap .visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.bs-wrap .visible-sm{display:block!important}.bs-wrap table.visible-sm{display:table}.bs-wrap tr.visible-sm{display:table-row!important}.bs-wrap td.visible-sm,.bs-wrap th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bs-wrap .visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.bs-wrap .visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.bs-wrap .visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.bs-wrap .visible-md{display:block!important}.bs-wrap table.visible-md{display:table}.bs-wrap tr.visible-md{display:table-row!important}.bs-wrap td.visible-md,.bs-wrap th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bs-wrap .visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.bs-wrap .visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.bs-wrap .visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.bs-wrap .visible-lg{display:block!important}.bs-wrap table.visible-lg{display:table}.bs-wrap tr.visible-lg{display:table-row!important}.bs-wrap td.visible-lg,.bs-wrap th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.bs-wrap .visible-lg-block{display:block!important}}@media (min-width:1200px){.bs-wrap .visible-lg-inline{display:inline!important}}@media (min-width:1200px){.bs-wrap .visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.bs-wrap .hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bs-wrap .hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bs-wrap .hidden-md{display:none!important}}@media (min-width:1200px){.bs-wrap .hidden-lg{display:none!important}}@media print{.bs-wrap .visible-print{display:block!important}.bs-wrap table.visible-print{display:table}.bs-wrap tr.visible-print{display:table-row!important}.bs-wrap td.visible-print,.bs-wrap th.visible-print{display:table-cell!important}}@media print{.bs-wrap .visible-print-block{display:block!important}}@media print{.bs-wrap .visible-print-inline{display:inline!important}}@media print{.bs-wrap .visible-print-inline-block{display:inline-block!important}}@media print{.bs-wrap .hidden-print{display:none!important}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment