Created
January 13, 2016 17:13
-
-
Save seanpat09/6207236541d701da40ce to your computer and use it in GitHub Desktop.
Namespaced Bootstrap
This file contains 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
@charset "UTF-8"; | |
.sfdcBootstrap { | |
/*! | |
* Bootstrap v3.3.6 (http://getbootstrap.com) | |
* Copyright 2011-2015 Twitter, Inc. | |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
*/ | |
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ | |
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ } | |
.sfdcBootstrap html { | |
font-family: sans-serif; | |
-ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100%; } | |
.sfdcBootstrap body { | |
margin: 0; } | |
.sfdcBootstrap article, | |
.sfdcBootstrap aside, | |
.sfdcBootstrap details, | |
.sfdcBootstrap figcaption, | |
.sfdcBootstrap figure, | |
.sfdcBootstrap footer, | |
.sfdcBootstrap header, | |
.sfdcBootstrap hgroup, | |
.sfdcBootstrap main, | |
.sfdcBootstrap menu, | |
.sfdcBootstrap nav, | |
.sfdcBootstrap section, | |
.sfdcBootstrap summary { | |
display: block; } | |
.sfdcBootstrap audio, | |
.sfdcBootstrap canvas, | |
.sfdcBootstrap progress, | |
.sfdcBootstrap video { | |
display: inline-block; | |
vertical-align: baseline; } | |
.sfdcBootstrap audio:not([controls]) { | |
display: none; | |
height: 0; } | |
.sfdcBootstrap [hidden], | |
.sfdcBootstrap template { | |
display: none; } | |
.sfdcBootstrap a { | |
background-color: transparent; } | |
.sfdcBootstrap a:active, | |
.sfdcBootstrap a:hover { | |
outline: 0; } | |
.sfdcBootstrap abbr[title] { | |
border-bottom: 1px dotted; } | |
.sfdcBootstrap b, | |
.sfdcBootstrap strong { | |
font-weight: bold; } | |
.sfdcBootstrap dfn { | |
font-style: italic; } | |
.sfdcBootstrap h1 { | |
font-size: 2em; | |
margin: 0.67em 0; } | |
.sfdcBootstrap mark { | |
background: #ff0; | |
color: #000; } | |
.sfdcBootstrap small { | |
font-size: 80%; } | |
.sfdcBootstrap sub, | |
.sfdcBootstrap sup { | |
font-size: 75%; | |
line-height: 0; | |
position: relative; | |
vertical-align: baseline; } | |
.sfdcBootstrap sup { | |
top: -0.5em; } | |
.sfdcBootstrap sub { | |
bottom: -0.25em; } | |
.sfdcBootstrap img { | |
border: 0; } | |
.sfdcBootstrap svg:not(:root) { | |
overflow: hidden; } | |
.sfdcBootstrap figure { | |
margin: 1em 40px; } | |
.sfdcBootstrap hr { | |
box-sizing: content-box; | |
height: 0; } | |
.sfdcBootstrap pre { | |
overflow: auto; } | |
.sfdcBootstrap code, | |
.sfdcBootstrap kbd, | |
.sfdcBootstrap pre, | |
.sfdcBootstrap samp { | |
font-family: monospace, monospace; | |
font-size: 1em; } | |
.sfdcBootstrap button, | |
.sfdcBootstrap input, | |
.sfdcBootstrap optgroup, | |
.sfdcBootstrap select, | |
.sfdcBootstrap textarea { | |
color: inherit; | |
font: inherit; | |
margin: 0; } | |
.sfdcBootstrap button { | |
overflow: visible; } | |
.sfdcBootstrap button, | |
.sfdcBootstrap select { | |
text-transform: none; } | |
.sfdcBootstrap button, | |
.sfdcBootstrap html input[type="button"], | |
.sfdcBootstrap input[type="reset"], | |
.sfdcBootstrap input[type="submit"] { | |
-webkit-appearance: button; | |
cursor: pointer; } | |
.sfdcBootstrap button[disabled], | |
.sfdcBootstrap html input[disabled] { | |
cursor: default; } | |
.sfdcBootstrap button::-moz-focus-inner, | |
.sfdcBootstrap input::-moz-focus-inner { | |
border: 0; | |
padding: 0; } | |
.sfdcBootstrap input { | |
line-height: normal; } | |
.sfdcBootstrap input[type="checkbox"], | |
.sfdcBootstrap input[type="radio"] { | |
box-sizing: border-box; | |
padding: 0; } | |
.sfdcBootstrap input[type="number"]::-webkit-inner-spin-button, | |
.sfdcBootstrap input[type="number"]::-webkit-outer-spin-button { | |
height: auto; } | |
.sfdcBootstrap input[type="search"] { | |
-webkit-appearance: textfield; | |
box-sizing: content-box; } | |
.sfdcBootstrap input[type="search"]::-webkit-search-cancel-button, | |
.sfdcBootstrap input[type="search"]::-webkit-search-decoration { | |
-webkit-appearance: none; } | |
.sfdcBootstrap fieldset { | |
border: 1px solid #c0c0c0; | |
margin: 0 2px; | |
padding: 0.35em 0.625em 0.75em; } | |
.sfdcBootstrap legend { | |
border: 0; | |
padding: 0; } | |
.sfdcBootstrap textarea { | |
overflow: auto; } | |
.sfdcBootstrap optgroup { | |
font-weight: bold; } | |
.sfdcBootstrap table { | |
border-collapse: collapse; | |
border-spacing: 0; } | |
.sfdcBootstrap td, | |
.sfdcBootstrap th { | |
padding: 0; } | |
@media print { | |
.sfdcBootstrap *, | |
.sfdcBootstrap *:before, | |
.sfdcBootstrap *:after { | |
background: transparent !important; | |
color: #000 !important; | |
box-shadow: none !important; | |
text-shadow: none !important; } | |
.sfdcBootstrap a, | |
.sfdcBootstrap a:visited { | |
text-decoration: underline; } | |
.sfdcBootstrap a[href]:after { | |
content: " (" attr(href) ")"; } | |
.sfdcBootstrap abbr[title]:after { | |
content: " (" attr(title) ")"; } | |
.sfdcBootstrap a[href^="#"]:after, | |
.sfdcBootstrap a[href^="javascript:"]:after { | |
content: ""; } | |
.sfdcBootstrap pre, | |
.sfdcBootstrap blockquote { | |
border: 1px solid #999; | |
page-break-inside: avoid; } | |
.sfdcBootstrap thead { | |
display: table-header-group; } | |
.sfdcBootstrap tr, | |
.sfdcBootstrap img { | |
page-break-inside: avoid; } | |
.sfdcBootstrap img { | |
max-width: 100% !important; } | |
.sfdcBootstrap p, | |
.sfdcBootstrap h2, | |
.sfdcBootstrap h3 { | |
orphans: 3; | |
widows: 3; } | |
.sfdcBootstrap h2, | |
.sfdcBootstrap h3 { | |
page-break-after: avoid; } | |
.sfdcBootstrap .navbar { | |
display: none; } | |
.sfdcBootstrap .btn > .caret, | |
.sfdcBootstrap .dropup > .btn > .caret { | |
border-top-color: #000 !important; } | |
.sfdcBootstrap .label { | |
border: 1px solid #000; } | |
.sfdcBootstrap .table { | |
border-collapse: collapse !important; } | |
.sfdcBootstrap .table td, | |
.sfdcBootstrap .table th { | |
background-color: #fff !important; } | |
.sfdcBootstrap .table-bordered th, | |
.sfdcBootstrap .table-bordered td { | |
border: 1px solid #ddd !important; } } | |
@font-face { | |
font-family: 'Glyphicons Halflings'; | |
src: url("fonts/bootstrap/glyphicons-halflings-regular.eot"); | |
src: url("fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } | |
.sfdcBootstrap .glyphicon { | |
position: relative; | |
top: 1px; | |
display: inline-block; | |
font-family: 'Glyphicons Halflings'; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; } | |
.sfdcBootstrap .glyphicon-asterisk:before { | |
content: "\002a"; } | |
.sfdcBootstrap .glyphicon-plus:before { | |
content: "\002b"; } | |
.sfdcBootstrap .glyphicon-euro:before, | |
.sfdcBootstrap .glyphicon-eur:before { | |
content: "\20ac"; } | |
.sfdcBootstrap .glyphicon-minus:before { | |
content: "\2212"; } | |
.sfdcBootstrap .glyphicon-cloud:before { | |
content: "\2601"; } | |
.sfdcBootstrap .glyphicon-envelope:before { | |
content: "\2709"; } | |
.sfdcBootstrap .glyphicon-pencil:before { | |
content: "\270f"; } | |
.sfdcBootstrap .glyphicon-glass:before { | |
content: "\e001"; } | |
.sfdcBootstrap .glyphicon-music:before { | |
content: "\e002"; } | |
.sfdcBootstrap .glyphicon-search:before { | |
content: "\e003"; } | |
.sfdcBootstrap .glyphicon-heart:before { | |
content: "\e005"; } | |
.sfdcBootstrap .glyphicon-star:before { | |
content: "\e006"; } | |
.sfdcBootstrap .glyphicon-star-empty:before { | |
content: "\e007"; } | |
.sfdcBootstrap .glyphicon-user:before { | |
content: "\e008"; } | |
.sfdcBootstrap .glyphicon-film:before { | |
content: "\e009"; } | |
.sfdcBootstrap .glyphicon-th-large:before { | |
content: "\e010"; } | |
.sfdcBootstrap .glyphicon-th:before { | |
content: "\e011"; } | |
.sfdcBootstrap .glyphicon-th-list:before { | |
content: "\e012"; } | |
.sfdcBootstrap .glyphicon-ok:before { | |
content: "\e013"; } | |
.sfdcBootstrap .glyphicon-remove:before { | |
content: "\e014"; } | |
.sfdcBootstrap .glyphicon-zoom-in:before { | |
content: "\e015"; } | |
.sfdcBootstrap .glyphicon-zoom-out:before { | |
content: "\e016"; } | |
.sfdcBootstrap .glyphicon-off:before { | |
content: "\e017"; } | |
.sfdcBootstrap .glyphicon-signal:before { | |
content: "\e018"; } | |
.sfdcBootstrap .glyphicon-cog:before { | |
content: "\e019"; } | |
.sfdcBootstrap .glyphicon-trash:before { | |
content: "\e020"; } | |
.sfdcBootstrap .glyphicon-home:before { | |
content: "\e021"; } | |
.sfdcBootstrap .glyphicon-file:before { | |
content: "\e022"; } | |
.sfdcBootstrap .glyphicon-time:before { | |
content: "\e023"; } | |
.sfdcBootstrap .glyphicon-road:before { | |
content: "\e024"; } | |
.sfdcBootstrap .glyphicon-download-alt:before { | |
content: "\e025"; } | |
.sfdcBootstrap .glyphicon-download:before { | |
content: "\e026"; } | |
.sfdcBootstrap .glyphicon-upload:before { | |
content: "\e027"; } | |
.sfdcBootstrap .glyphicon-inbox:before { | |
content: "\e028"; } | |
.sfdcBootstrap .glyphicon-play-circle:before { | |
content: "\e029"; } | |
.sfdcBootstrap .glyphicon-repeat:before { | |
content: "\e030"; } | |
.sfdcBootstrap .glyphicon-refresh:before { | |
content: "\e031"; } | |
.sfdcBootstrap .glyphicon-list-alt:before { | |
content: "\e032"; } | |
.sfdcBootstrap .glyphicon-lock:before { | |
content: "\e033"; } | |
.sfdcBootstrap .glyphicon-flag:before { | |
content: "\e034"; } | |
.sfdcBootstrap .glyphicon-headphones:before { | |
content: "\e035"; } | |
.sfdcBootstrap .glyphicon-volume-off:before { | |
content: "\e036"; } | |
.sfdcBootstrap .glyphicon-volume-down:before { | |
content: "\e037"; } | |
.sfdcBootstrap .glyphicon-volume-up:before { | |
content: "\e038"; } | |
.sfdcBootstrap .glyphicon-qrcode:before { | |
content: "\e039"; } | |
.sfdcBootstrap .glyphicon-barcode:before { | |
content: "\e040"; } | |
.sfdcBootstrap .glyphicon-tag:before { | |
content: "\e041"; } | |
.sfdcBootstrap .glyphicon-tags:before { | |
content: "\e042"; } | |
.sfdcBootstrap .glyphicon-book:before { | |
content: "\e043"; } | |
.sfdcBootstrap .glyphicon-bookmark:before { | |
content: "\e044"; } | |
.sfdcBootstrap .glyphicon-print:before { | |
content: "\e045"; } | |
.sfdcBootstrap .glyphicon-camera:before { | |
content: "\e046"; } | |
.sfdcBootstrap .glyphicon-font:before { | |
content: "\e047"; } | |
.sfdcBootstrap .glyphicon-bold:before { | |
content: "\e048"; } | |
.sfdcBootstrap .glyphicon-italic:before { | |
content: "\e049"; } | |
.sfdcBootstrap .glyphicon-text-height:before { | |
content: "\e050"; } | |
.sfdcBootstrap .glyphicon-text-width:before { | |
content: "\e051"; } | |
.sfdcBootstrap .glyphicon-align-left:before { | |
content: "\e052"; } | |
.sfdcBootstrap .glyphicon-align-center:before { | |
content: "\e053"; } | |
.sfdcBootstrap .glyphicon-align-right:before { | |
content: "\e054"; } | |
.sfdcBootstrap .glyphicon-align-justify:before { | |
content: "\e055"; } | |
.sfdcBootstrap .glyphicon-list:before { | |
content: "\e056"; } | |
.sfdcBootstrap .glyphicon-indent-left:before { | |
content: "\e057"; } | |
.sfdcBootstrap .glyphicon-indent-right:before { | |
content: "\e058"; } | |
.sfdcBootstrap .glyphicon-facetime-video:before { | |
content: "\e059"; } | |
.sfdcBootstrap .glyphicon-picture:before { | |
content: "\e060"; } | |
.sfdcBootstrap .glyphicon-map-marker:before { | |
content: "\e062"; } | |
.sfdcBootstrap .glyphicon-adjust:before { | |
content: "\e063"; } | |
.sfdcBootstrap .glyphicon-tint:before { | |
content: "\e064"; } | |
.sfdcBootstrap .glyphicon-edit:before { | |
content: "\e065"; } | |
.sfdcBootstrap .glyphicon-share:before { | |
content: "\e066"; } | |
.sfdcBootstrap .glyphicon-check:before { | |
content: "\e067"; } | |
.sfdcBootstrap .glyphicon-move:before { | |
content: "\e068"; } | |
.sfdcBootstrap .glyphicon-step-backward:before { | |
content: "\e069"; } | |
.sfdcBootstrap .glyphicon-fast-backward:before { | |
content: "\e070"; } | |
.sfdcBootstrap .glyphicon-backward:before { | |
content: "\e071"; } | |
.sfdcBootstrap .glyphicon-play:before { | |
content: "\e072"; } | |
.sfdcBootstrap .glyphicon-pause:before { | |
content: "\e073"; } | |
.sfdcBootstrap .glyphicon-stop:before { | |
content: "\e074"; } | |
.sfdcBootstrap .glyphicon-forward:before { | |
content: "\e075"; } | |
.sfdcBootstrap .glyphicon-fast-forward:before { | |
content: "\e076"; } | |
.sfdcBootstrap .glyphicon-step-forward:before { | |
content: "\e077"; } | |
.sfdcBootstrap .glyphicon-eject:before { | |
content: "\e078"; } | |
.sfdcBootstrap .glyphicon-chevron-left:before { | |
content: "\e079"; } | |
.sfdcBootstrap .glyphicon-chevron-right:before { | |
content: "\e080"; } | |
.sfdcBootstrap .glyphicon-plus-sign:before { | |
content: "\e081"; } | |
.sfdcBootstrap .glyphicon-minus-sign:before { | |
content: "\e082"; } | |
.sfdcBootstrap .glyphicon-remove-sign:before { | |
content: "\e083"; } | |
.sfdcBootstrap .glyphicon-ok-sign:before { | |
content: "\e084"; } | |
.sfdcBootstrap .glyphicon-question-sign:before { | |
content: "\e085"; } | |
.sfdcBootstrap .glyphicon-info-sign:before { | |
content: "\e086"; } | |
.sfdcBootstrap .glyphicon-screenshot:before { | |
content: "\e087"; } | |
.sfdcBootstrap .glyphicon-remove-circle:before { | |
content: "\e088"; } | |
.sfdcBootstrap .glyphicon-ok-circle:before { | |
content: "\e089"; } | |
.sfdcBootstrap .glyphicon-ban-circle:before { | |
content: "\e090"; } | |
.sfdcBootstrap .glyphicon-arrow-left:before { | |
content: "\e091"; } | |
.sfdcBootstrap .glyphicon-arrow-right:before { | |
content: "\e092"; } | |
.sfdcBootstrap .glyphicon-arrow-up:before { | |
content: "\e093"; } | |
.sfdcBootstrap .glyphicon-arrow-down:before { | |
content: "\e094"; } | |
.sfdcBootstrap .glyphicon-share-alt:before { | |
content: "\e095"; } | |
.sfdcBootstrap .glyphicon-resize-full:before { | |
content: "\e096"; } | |
.sfdcBootstrap .glyphicon-resize-small:before { | |
content: "\e097"; } | |
.sfdcBootstrap .glyphicon-exclamation-sign:before { | |
content: "\e101"; } | |
.sfdcBootstrap .glyphicon-gift:before { | |
content: "\e102"; } | |
.sfdcBootstrap .glyphicon-leaf:before { | |
content: "\e103"; } | |
.sfdcBootstrap .glyphicon-fire:before { | |
content: "\e104"; } | |
.sfdcBootstrap .glyphicon-eye-open:before { | |
content: "\e105"; } | |
.sfdcBootstrap .glyphicon-eye-close:before { | |
content: "\e106"; } | |
.sfdcBootstrap .glyphicon-warning-sign:before { | |
content: "\e107"; } | |
.sfdcBootstrap .glyphicon-plane:before { | |
content: "\e108"; } | |
.sfdcBootstrap .glyphicon-calendar:before { | |
content: "\e109"; } | |
.sfdcBootstrap .glyphicon-random:before { | |
content: "\e110"; } | |
.sfdcBootstrap .glyphicon-comment:before { | |
content: "\e111"; } | |
.sfdcBootstrap .glyphicon-magnet:before { | |
content: "\e112"; } | |
.sfdcBootstrap .glyphicon-chevron-up:before { | |
content: "\e113"; } | |
.sfdcBootstrap .glyphicon-chevron-down:before { | |
content: "\e114"; } | |
.sfdcBootstrap .glyphicon-retweet:before { | |
content: "\e115"; } | |
.sfdcBootstrap .glyphicon-shopping-cart:before { | |
content: "\e116"; } | |
.sfdcBootstrap .glyphicon-folder-close:before { | |
content: "\e117"; } | |
.sfdcBootstrap .glyphicon-folder-open:before { | |
content: "\e118"; } | |
.sfdcBootstrap .glyphicon-resize-vertical:before { | |
content: "\e119"; } | |
.sfdcBootstrap .glyphicon-resize-horizontal:before { | |
content: "\e120"; } | |
.sfdcBootstrap .glyphicon-hdd:before { | |
content: "\e121"; } | |
.sfdcBootstrap .glyphicon-bullhorn:before { | |
content: "\e122"; } | |
.sfdcBootstrap .glyphicon-bell:before { | |
content: "\e123"; } | |
.sfdcBootstrap .glyphicon-certificate:before { | |
content: "\e124"; } | |
.sfdcBootstrap .glyphicon-thumbs-up:before { | |
content: "\e125"; } | |
.sfdcBootstrap .glyphicon-thumbs-down:before { | |
content: "\e126"; } | |
.sfdcBootstrap .glyphicon-hand-right:before { | |
content: "\e127"; } | |
.sfdcBootstrap .glyphicon-hand-left:before { | |
content: "\e128"; } | |
.sfdcBootstrap .glyphicon-hand-up:before { | |
content: "\e129"; } | |
.sfdcBootstrap .glyphicon-hand-down:before { | |
content: "\e130"; } | |
.sfdcBootstrap .glyphicon-circle-arrow-right:before { | |
content: "\e131"; } | |
.sfdcBootstrap .glyphicon-circle-arrow-left:before { | |
content: "\e132"; } | |
.sfdcBootstrap .glyphicon-circle-arrow-up:before { | |
content: "\e133"; } | |
.sfdcBootstrap .glyphicon-circle-arrow-down:before { | |
content: "\e134"; } | |
.sfdcBootstrap .glyphicon-globe:before { | |
content: "\e135"; } | |
.sfdcBootstrap .glyphicon-wrench:before { | |
content: "\e136"; } | |
.sfdcBootstrap .glyphicon-tasks:before { | |
content: "\e137"; } | |
.sfdcBootstrap .glyphicon-filter:before { | |
content: "\e138"; } | |
.sfdcBootstrap .glyphicon-briefcase:before { | |
content: "\e139"; } | |
.sfdcBootstrap .glyphicon-fullscreen:before { | |
content: "\e140"; } | |
.sfdcBootstrap .glyphicon-dashboard:before { | |
content: "\e141"; } | |
.sfdcBootstrap .glyphicon-paperclip:before { | |
content: "\e142"; } | |
.sfdcBootstrap .glyphicon-heart-empty:before { | |
content: "\e143"; } | |
.sfdcBootstrap .glyphicon-link:before { | |
content: "\e144"; } | |
.sfdcBootstrap .glyphicon-phone:before { | |
content: "\e145"; } | |
.sfdcBootstrap .glyphicon-pushpin:before { | |
content: "\e146"; } | |
.sfdcBootstrap .glyphicon-usd:before { | |
content: "\e148"; } | |
.sfdcBootstrap .glyphicon-gbp:before { | |
content: "\e149"; } | |
.sfdcBootstrap .glyphicon-sort:before { | |
content: "\e150"; } | |
.sfdcBootstrap .glyphicon-sort-by-alphabet:before { | |
content: "\e151"; } | |
.sfdcBootstrap .glyphicon-sort-by-alphabet-alt:before { | |
content: "\e152"; } | |
.sfdcBootstrap .glyphicon-sort-by-order:before { | |
content: "\e153"; } | |
.sfdcBootstrap .glyphicon-sort-by-order-alt:before { | |
content: "\e154"; } | |
.sfdcBootstrap .glyphicon-sort-by-attributes:before { | |
content: "\e155"; } | |
.sfdcBootstrap .glyphicon-sort-by-attributes-alt:before { | |
content: "\e156"; } | |
.sfdcBootstrap .glyphicon-unchecked:before { | |
content: "\e157"; } | |
.sfdcBootstrap .glyphicon-expand:before { | |
content: "\e158"; } | |
.sfdcBootstrap .glyphicon-collapse-down:before { | |
content: "\e159"; } | |
.sfdcBootstrap .glyphicon-collapse-up:before { | |
content: "\e160"; } | |
.sfdcBootstrap .glyphicon-log-in:before { | |
content: "\e161"; } | |
.sfdcBootstrap .glyphicon-flash:before { | |
content: "\e162"; } | |
.sfdcBootstrap .glyphicon-log-out:before { | |
content: "\e163"; } | |
.sfdcBootstrap .glyphicon-new-window:before { | |
content: "\e164"; } | |
.sfdcBootstrap .glyphicon-record:before { | |
content: "\e165"; } | |
.sfdcBootstrap .glyphicon-save:before { | |
content: "\e166"; } | |
.sfdcBootstrap .glyphicon-open:before { | |
content: "\e167"; } | |
.sfdcBootstrap .glyphicon-saved:before { | |
content: "\e168"; } | |
.sfdcBootstrap .glyphicon-import:before { | |
content: "\e169"; } | |
.sfdcBootstrap .glyphicon-export:before { | |
content: "\e170"; } | |
.sfdcBootstrap .glyphicon-send:before { | |
content: "\e171"; } | |
.sfdcBootstrap .glyphicon-floppy-disk:before { | |
content: "\e172"; } | |
.sfdcBootstrap .glyphicon-floppy-saved:before { | |
content: "\e173"; } | |
.sfdcBootstrap .glyphicon-floppy-remove:before { | |
content: "\e174"; } | |
.sfdcBootstrap .glyphicon-floppy-save:before { | |
content: "\e175"; } | |
.sfdcBootstrap .glyphicon-floppy-open:before { | |
content: "\e176"; } | |
.sfdcBootstrap .glyphicon-credit-card:before { | |
content: "\e177"; } | |
.sfdcBootstrap .glyphicon-transfer:before { | |
content: "\e178"; } | |
.sfdcBootstrap .glyphicon-cutlery:before { | |
content: "\e179"; } | |
.sfdcBootstrap .glyphicon-header:before { | |
content: "\e180"; } | |
.sfdcBootstrap .glyphicon-compressed:before { | |
content: "\e181"; } | |
.sfdcBootstrap .glyphicon-earphone:before { | |
content: "\e182"; } | |
.sfdcBootstrap .glyphicon-phone-alt:before { | |
content: "\e183"; } | |
.sfdcBootstrap .glyphicon-tower:before { | |
content: "\e184"; } | |
.sfdcBootstrap .glyphicon-stats:before { | |
content: "\e185"; } | |
.sfdcBootstrap .glyphicon-sd-video:before { | |
content: "\e186"; } | |
.sfdcBootstrap .glyphicon-hd-video:before { | |
content: "\e187"; } | |
.sfdcBootstrap .glyphicon-subtitles:before { | |
content: "\e188"; } | |
.sfdcBootstrap .glyphicon-sound-stereo:before { | |
content: "\e189"; } | |
.sfdcBootstrap .glyphicon-sound-dolby:before { | |
content: "\e190"; } | |
.sfdcBootstrap .glyphicon-sound-5-1:before { | |
content: "\e191"; } | |
.sfdcBootstrap .glyphicon-sound-6-1:before { | |
content: "\e192"; } | |
.sfdcBootstrap .glyphicon-sound-7-1:before { | |
content: "\e193"; } | |
.sfdcBootstrap .glyphicon-copyright-mark:before { | |
content: "\e194"; } | |
.sfdcBootstrap .glyphicon-registration-mark:before { | |
content: "\e195"; } | |
.sfdcBootstrap .glyphicon-cloud-download:before { | |
content: "\e197"; } | |
.sfdcBootstrap .glyphicon-cloud-upload:before { | |
content: "\e198"; } | |
.sfdcBootstrap .glyphicon-tree-conifer:before { | |
content: "\e199"; } | |
.sfdcBootstrap .glyphicon-tree-deciduous:before { | |
content: "\e200"; } | |
.sfdcBootstrap .glyphicon-cd:before { | |
content: "\e201"; } | |
.sfdcBootstrap .glyphicon-save-file:before { | |
content: "\e202"; } | |
.sfdcBootstrap .glyphicon-open-file:before { | |
content: "\e203"; } | |
.sfdcBootstrap .glyphicon-level-up:before { | |
content: "\e204"; } | |
.sfdcBootstrap .glyphicon-copy:before { | |
content: "\e205"; } | |
.sfdcBootstrap .glyphicon-paste:before { | |
content: "\e206"; } | |
.sfdcBootstrap .glyphicon-alert:before { | |
content: "\e209"; } | |
.sfdcBootstrap .glyphicon-equalizer:before { | |
content: "\e210"; } | |
.sfdcBootstrap .glyphicon-king:before { | |
content: "\e211"; } | |
.sfdcBootstrap .glyphicon-queen:before { | |
content: "\e212"; } | |
.sfdcBootstrap .glyphicon-pawn:before { | |
content: "\e213"; } | |
.sfdcBootstrap .glyphicon-bishop:before { | |
content: "\e214"; } | |
.sfdcBootstrap .glyphicon-knight:before { | |
content: "\e215"; } | |
.sfdcBootstrap .glyphicon-baby-formula:before { | |
content: "\e216"; } | |
.sfdcBootstrap .glyphicon-tent:before { | |
content: "\26fa"; } | |
.sfdcBootstrap .glyphicon-blackboard:before { | |
content: "\e218"; } | |
.sfdcBootstrap .glyphicon-bed:before { | |
content: "\e219"; } | |
.sfdcBootstrap .glyphicon-apple:before { | |
content: "\f8ff"; } | |
.sfdcBootstrap .glyphicon-erase:before { | |
content: "\e221"; } | |
.sfdcBootstrap .glyphicon-hourglass:before { | |
content: "\231b"; } | |
.sfdcBootstrap .glyphicon-lamp:before { | |
content: "\e223"; } | |
.sfdcBootstrap .glyphicon-duplicate:before { | |
content: "\e224"; } | |
.sfdcBootstrap .glyphicon-piggy-bank:before { | |
content: "\e225"; } | |
.sfdcBootstrap .glyphicon-scissors:before { | |
content: "\e226"; } | |
.sfdcBootstrap .glyphicon-bitcoin:before { | |
content: "\e227"; } | |
.sfdcBootstrap .glyphicon-btc:before { | |
content: "\e227"; } | |
.sfdcBootstrap .glyphicon-xbt:before { | |
content: "\e227"; } | |
.sfdcBootstrap .glyphicon-yen:before { | |
content: "\00a5"; } | |
.sfdcBootstrap .glyphicon-jpy:before { | |
content: "\00a5"; } | |
.sfdcBootstrap .glyphicon-ruble:before { | |
content: "\20bd"; } | |
.sfdcBootstrap .glyphicon-rub:before { | |
content: "\20bd"; } | |
.sfdcBootstrap .glyphicon-scale:before { | |
content: "\e230"; } | |
.sfdcBootstrap .glyphicon-ice-lolly:before { | |
content: "\e231"; } | |
.sfdcBootstrap .glyphicon-ice-lolly-tasted:before { | |
content: "\e232"; } | |
.sfdcBootstrap .glyphicon-education:before { | |
content: "\e233"; } | |
.sfdcBootstrap .glyphicon-option-horizontal:before { | |
content: "\e234"; } | |
.sfdcBootstrap .glyphicon-option-vertical:before { | |
content: "\e235"; } | |
.sfdcBootstrap .glyphicon-menu-hamburger:before { | |
content: "\e236"; } | |
.sfdcBootstrap .glyphicon-modal-window:before { | |
content: "\e237"; } | |
.sfdcBootstrap .glyphicon-oil:before { | |
content: "\e238"; } | |
.sfdcBootstrap .glyphicon-grain:before { | |
content: "\e239"; } | |
.sfdcBootstrap .glyphicon-sunglasses:before { | |
content: "\e240"; } | |
.sfdcBootstrap .glyphicon-text-size:before { | |
content: "\e241"; } | |
.sfdcBootstrap .glyphicon-text-color:before { | |
content: "\e242"; } | |
.sfdcBootstrap .glyphicon-text-background:before { | |
content: "\e243"; } | |
.sfdcBootstrap .glyphicon-object-align-top:before { | |
content: "\e244"; } | |
.sfdcBootstrap .glyphicon-object-align-bottom:before { | |
content: "\e245"; } | |
.sfdcBootstrap .glyphicon-object-align-horizontal:before { | |
content: "\e246"; } | |
.sfdcBootstrap .glyphicon-object-align-left:before { | |
content: "\e247"; } | |
.sfdcBootstrap .glyphicon-object-align-vertical:before { | |
content: "\e248"; } | |
.sfdcBootstrap .glyphicon-object-align-right:before { | |
content: "\e249"; } | |
.sfdcBootstrap .glyphicon-triangle-right:before { | |
content: "\e250"; } | |
.sfdcBootstrap .glyphicon-triangle-left:before { | |
content: "\e251"; } | |
.sfdcBootstrap .glyphicon-triangle-bottom:before { | |
content: "\e252"; } | |
.sfdcBootstrap .glyphicon-triangle-top:before { | |
content: "\e253"; } | |
.sfdcBootstrap .glyphicon-console:before { | |
content: "\e254"; } | |
.sfdcBootstrap .glyphicon-superscript:before { | |
content: "\e255"; } | |
.sfdcBootstrap .glyphicon-subscript:before { | |
content: "\e256"; } | |
.sfdcBootstrap .glyphicon-menu-left:before { | |
content: "\e257"; } | |
.sfdcBootstrap .glyphicon-menu-right:before { | |
content: "\e258"; } | |
.sfdcBootstrap .glyphicon-menu-down:before { | |
content: "\e259"; } | |
.sfdcBootstrap .glyphicon-menu-up:before { | |
content: "\e260"; } | |
.sfdcBootstrap * { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; } | |
.sfdcBootstrap *:before, | |
.sfdcBootstrap *:after { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; } | |
.sfdcBootstrap html { | |
font-size: 10px; | |
-webkit-tap-highlight-color: transparent; } | |
.sfdcBootstrap body { | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-size: 14px; | |
line-height: 1.42857; | |
color: #333333; | |
background-color: #fff; } | |
.sfdcBootstrap input, | |
.sfdcBootstrap button, | |
.sfdcBootstrap select, | |
.sfdcBootstrap textarea { | |
font-family: inherit; | |
font-size: inherit; | |
line-height: inherit; } | |
.sfdcBootstrap a { | |
color: #337ab7; | |
text-decoration: none; } | |
.sfdcBootstrap a:hover, .sfdcBootstrap a:focus { | |
color: #23527c; | |
text-decoration: underline; } | |
.sfdcBootstrap a:focus { | |
outline: thin dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; } | |
.sfdcBootstrap figure { | |
margin: 0; } | |
.sfdcBootstrap img { | |
vertical-align: middle; } | |
.sfdcBootstrap .img-responsive { | |
display: block; | |
max-width: 100%; | |
height: auto; } | |
.sfdcBootstrap .img-rounded { | |
border-radius: 6px; } | |
.sfdcBootstrap .img-thumbnail { | |
padding: 4px; | |
line-height: 1.42857; | |
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; | |
display: inline-block; | |
max-width: 100%; | |
height: auto; } | |
.sfdcBootstrap .img-circle { | |
border-radius: 50%; } | |
.sfdcBootstrap hr { | |
margin-top: 20px; | |
margin-bottom: 20px; | |
border: 0; | |
border-top: 1px solid #eeeeee; } | |
.sfdcBootstrap .sr-only { | |
position: absolute; | |
width: 1px; | |
height: 1px; | |
margin: -1px; | |
padding: 0; | |
overflow: hidden; | |
clip: rect(0, 0, 0, 0); | |
border: 0; } | |
.sfdcBootstrap .sr-only-focusable:active, .sfdcBootstrap .sr-only-focusable:focus { | |
position: static; | |
width: auto; | |
height: auto; | |
margin: 0; | |
overflow: visible; | |
clip: auto; } | |
.sfdcBootstrap [role="button"] { | |
cursor: pointer; } | |
.sfdcBootstrap h1, .sfdcBootstrap h2, .sfdcBootstrap h3, .sfdcBootstrap h4, .sfdcBootstrap h5, .sfdcBootstrap h6, | |
.sfdcBootstrap .h1, .sfdcBootstrap .h2, .sfdcBootstrap .h3, .sfdcBootstrap .h4, .sfdcBootstrap .h5, .sfdcBootstrap .h6 { | |
font-family: inherit; | |
font-weight: 500; | |
line-height: 1.1; | |
color: inherit; } | |
.sfdcBootstrap h1 small, | |
.sfdcBootstrap h1 .small, .sfdcBootstrap h2 small, | |
.sfdcBootstrap h2 .small, .sfdcBootstrap h3 small, | |
.sfdcBootstrap h3 .small, .sfdcBootstrap h4 small, | |
.sfdcBootstrap h4 .small, .sfdcBootstrap h5 small, | |
.sfdcBootstrap h5 .small, .sfdcBootstrap h6 small, | |
.sfdcBootstrap h6 .small, | |
.sfdcBootstrap .h1 small, | |
.sfdcBootstrap .h1 .small, .sfdcBootstrap .h2 small, | |
.sfdcBootstrap .h2 .small, .sfdcBootstrap .h3 small, | |
.sfdcBootstrap .h3 .small, .sfdcBootstrap .h4 small, | |
.sfdcBootstrap .h4 .small, .sfdcBootstrap .h5 small, | |
.sfdcBootstrap .h5 .small, .sfdcBootstrap .h6 small, | |
.sfdcBootstrap .h6 .small { | |
font-weight: normal; | |
line-height: 1; | |
color: #777777; } | |
.sfdcBootstrap h1, .sfdcBootstrap .h1, | |
.sfdcBootstrap h2, .sfdcBootstrap .h2, | |
.sfdcBootstrap h3, .sfdcBootstrap .h3 { | |
margin-top: 20px; | |
margin-bottom: 10px; } | |
.sfdcBootstrap h1 small, | |
.sfdcBootstrap h1 .small, .sfdcBootstrap .h1 small, | |
.sfdcBootstrap .h1 .small, | |
.sfdcBootstrap h2 small, | |
.sfdcBootstrap h2 .small, .sfdcBootstrap .h2 small, | |
.sfdcBootstrap .h2 .small, | |
.sfdcBootstrap h3 small, | |
.sfdcBootstrap h3 .small, .sfdcBootstrap .h3 small, | |
.sfdcBootstrap .h3 .small { | |
font-size: 65%; } | |
.sfdcBootstrap h4, .sfdcBootstrap .h4, | |
.sfdcBootstrap h5, .sfdcBootstrap .h5, | |
.sfdcBootstrap h6, .sfdcBootstrap .h6 { | |
margin-top: 10px; | |
margin-bottom: 10px; } | |
.sfdcBootstrap h4 small, | |
.sfdcBootstrap h4 .small, .sfdcBootstrap .h4 small, | |
.sfdcBootstrap .h4 .small, | |
.sfdcBootstrap h5 small, | |
.sfdcBootstrap h5 .small, .sfdcBootstrap .h5 small, | |
.sfdcBootstrap .h5 .small, | |
.sfdcBootstrap h6 small, | |
.sfdcBootstrap h6 .small, .sfdcBootstrap .h6 small, | |
.sfdcBootstrap .h6 .small { | |
font-size: 75%; } | |
.sfdcBootstrap h1, .sfdcBootstrap .h1 { | |
font-size: 36px; } | |
.sfdcBootstrap h2, .sfdcBootstrap .h2 { | |
font-size: 30px; } | |
.sfdcBootstrap h3, .sfdcBootstrap .h3 { | |
font-size: 24px; } | |
.sfdcBootstrap h4, .sfdcBootstrap .h4 { | |
font-size: 18px; } | |
.sfdcBootstrap h5, .sfdcBootstrap .h5 { | |
font-size: 14px; } | |
.sfdcBootstrap h6, .sfdcBootstrap .h6 { | |
font-size: 12px; } | |
.sfdcBootstrap p { | |
margin: 0 0 10px; } | |
.sfdcBootstrap .lead { | |
margin-bottom: 20px; | |
font-size: 16px; | |
font-weight: 300; | |
line-height: 1.4; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .lead { | |
font-size: 21px; } } | |
.sfdcBootstrap small, | |
.sfdcBootstrap .small { | |
font-size: 85%; } | |
.sfdcBootstrap mark, | |
.sfdcBootstrap .mark { | |
background-color: #fcf8e3; | |
padding: .2em; } | |
.sfdcBootstrap .text-left { | |
text-align: left; } | |
.sfdcBootstrap .text-right { | |
text-align: right; } | |
.sfdcBootstrap .text-center { | |
text-align: center; } | |
.sfdcBootstrap .text-justify { | |
text-align: justify; } | |
.sfdcBootstrap .text-nowrap { | |
white-space: nowrap; } | |
.sfdcBootstrap .text-lowercase { | |
text-transform: lowercase; } | |
.sfdcBootstrap .text-uppercase, .sfdcBootstrap .initialism { | |
text-transform: uppercase; } | |
.sfdcBootstrap .text-capitalize { | |
text-transform: capitalize; } | |
.sfdcBootstrap .text-muted { | |
color: #777777; } | |
.sfdcBootstrap .text-primary { | |
color: #337ab7; } | |
.sfdcBootstrap a.text-primary:hover, | |
.sfdcBootstrap a.text-primary:focus { | |
color: #286090; } | |
.sfdcBootstrap .text-success { | |
color: #3c763d; } | |
.sfdcBootstrap a.text-success:hover, | |
.sfdcBootstrap a.text-success:focus { | |
color: #2b542c; } | |
.sfdcBootstrap .text-info { | |
color: #31708f; } | |
.sfdcBootstrap a.text-info:hover, | |
.sfdcBootstrap a.text-info:focus { | |
color: #245269; } | |
.sfdcBootstrap .text-warning { | |
color: #8a6d3b; } | |
.sfdcBootstrap a.text-warning:hover, | |
.sfdcBootstrap a.text-warning:focus { | |
color: #66512c; } | |
.sfdcBootstrap .text-danger { | |
color: #a94442; } | |
.sfdcBootstrap a.text-danger:hover, | |
.sfdcBootstrap a.text-danger:focus { | |
color: #843534; } | |
.sfdcBootstrap .bg-primary { | |
color: #fff; } | |
.sfdcBootstrap .bg-primary { | |
background-color: #337ab7; } | |
.sfdcBootstrap a.bg-primary:hover, | |
.sfdcBootstrap a.bg-primary:focus { | |
background-color: #286090; } | |
.sfdcBootstrap .bg-success { | |
background-color: #dff0d8; } | |
.sfdcBootstrap a.bg-success:hover, | |
.sfdcBootstrap a.bg-success:focus { | |
background-color: #c1e2b3; } | |
.sfdcBootstrap .bg-info { | |
background-color: #d9edf7; } | |
.sfdcBootstrap a.bg-info:hover, | |
.sfdcBootstrap a.bg-info:focus { | |
background-color: #afd9ee; } | |
.sfdcBootstrap .bg-warning { | |
background-color: #fcf8e3; } | |
.sfdcBootstrap a.bg-warning:hover, | |
.sfdcBootstrap a.bg-warning:focus { | |
background-color: #f7ecb5; } | |
.sfdcBootstrap .bg-danger { | |
background-color: #f2dede; } | |
.sfdcBootstrap a.bg-danger:hover, | |
.sfdcBootstrap a.bg-danger:focus { | |
background-color: #e4b9b9; } | |
.sfdcBootstrap .page-header { | |
padding-bottom: 9px; | |
margin: 40px 0 20px; | |
border-bottom: 1px solid #eeeeee; } | |
.sfdcBootstrap ul, | |
.sfdcBootstrap ol { | |
margin-top: 0; | |
margin-bottom: 10px; } | |
.sfdcBootstrap ul ul, | |
.sfdcBootstrap ul ol, | |
.sfdcBootstrap ol ul, | |
.sfdcBootstrap ol ol { | |
margin-bottom: 0; } | |
.sfdcBootstrap .list-unstyled { | |
padding-left: 0; | |
list-style: none; } | |
.sfdcBootstrap .list-inline { | |
padding-left: 0; | |
list-style: none; | |
margin-left: -5px; } | |
.sfdcBootstrap .list-inline > li { | |
display: inline-block; | |
padding-left: 5px; | |
padding-right: 5px; } | |
.sfdcBootstrap dl { | |
margin-top: 0; | |
margin-bottom: 20px; } | |
.sfdcBootstrap dt, | |
.sfdcBootstrap dd { | |
line-height: 1.42857; } | |
.sfdcBootstrap dt { | |
font-weight: bold; } | |
.sfdcBootstrap dd { | |
margin-left: 0; } | |
.sfdcBootstrap .dl-horizontal dd:before, .sfdcBootstrap .dl-horizontal dd:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .dl-horizontal dd:after { | |
clear: both; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .dl-horizontal dt { | |
float: left; | |
width: 160px; | |
clear: left; | |
text-align: right; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
white-space: nowrap; } | |
.sfdcBootstrap .dl-horizontal dd { | |
margin-left: 180px; } } | |
.sfdcBootstrap abbr[title], | |
.sfdcBootstrap abbr[data-original-title] { | |
cursor: help; | |
border-bottom: 1px dotted #777777; } | |
.sfdcBootstrap .initialism { | |
font-size: 90%; } | |
.sfdcBootstrap blockquote { | |
padding: 10px 20px; | |
margin: 0 0 20px; | |
font-size: 17.5px; | |
border-left: 5px solid #eeeeee; } | |
.sfdcBootstrap blockquote p:last-child, | |
.sfdcBootstrap blockquote ul:last-child, | |
.sfdcBootstrap blockquote ol:last-child { | |
margin-bottom: 0; } | |
.sfdcBootstrap blockquote footer, | |
.sfdcBootstrap blockquote small, | |
.sfdcBootstrap blockquote .small { | |
display: block; | |
font-size: 80%; | |
line-height: 1.42857; | |
color: #777777; } | |
.sfdcBootstrap blockquote footer:before, | |
.sfdcBootstrap blockquote small:before, | |
.sfdcBootstrap blockquote .small:before { | |
content: '\2014 \00A0'; } | |
.sfdcBootstrap .blockquote-reverse, | |
.sfdcBootstrap blockquote.pull-right { | |
padding-right: 15px; | |
padding-left: 0; | |
border-right: 5px solid #eeeeee; | |
border-left: 0; | |
text-align: right; } | |
.sfdcBootstrap .blockquote-reverse footer:before, | |
.sfdcBootstrap .blockquote-reverse small:before, | |
.sfdcBootstrap .blockquote-reverse .small:before, | |
.sfdcBootstrap blockquote.pull-right footer:before, | |
.sfdcBootstrap blockquote.pull-right small:before, | |
.sfdcBootstrap blockquote.pull-right .small:before { | |
content: ''; } | |
.sfdcBootstrap .blockquote-reverse footer:after, | |
.sfdcBootstrap .blockquote-reverse small:after, | |
.sfdcBootstrap .blockquote-reverse .small:after, | |
.sfdcBootstrap blockquote.pull-right footer:after, | |
.sfdcBootstrap blockquote.pull-right small:after, | |
.sfdcBootstrap blockquote.pull-right .small:after { | |
content: '\00A0 \2014'; } | |
.sfdcBootstrap address { | |
margin-bottom: 20px; | |
font-style: normal; | |
line-height: 1.42857; } | |
.sfdcBootstrap code, | |
.sfdcBootstrap kbd, | |
.sfdcBootstrap pre, | |
.sfdcBootstrap samp { | |
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } | |
.sfdcBootstrap code { | |
padding: 2px 4px; | |
font-size: 90%; | |
color: #c7254e; | |
background-color: #f9f2f4; | |
border-radius: 4px; } | |
.sfdcBootstrap kbd { | |
padding: 2px 4px; | |
font-size: 90%; | |
color: #fff; | |
background-color: #333; | |
border-radius: 3px; | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } | |
.sfdcBootstrap kbd kbd { | |
padding: 0; | |
font-size: 100%; | |
font-weight: bold; | |
box-shadow: none; } | |
.sfdcBootstrap pre { | |
display: block; | |
padding: 9.5px; | |
margin: 0 0 10px; | |
font-size: 13px; | |
line-height: 1.42857; | |
word-break: break-all; | |
word-wrap: break-word; | |
color: #333333; | |
background-color: #f5f5f5; | |
border: 1px solid #ccc; | |
border-radius: 4px; } | |
.sfdcBootstrap pre code { | |
padding: 0; | |
font-size: inherit; | |
color: inherit; | |
white-space: pre-wrap; | |
background-color: transparent; | |
border-radius: 0; } | |
.sfdcBootstrap .pre-scrollable { | |
max-height: 340px; | |
overflow-y: scroll; } | |
.sfdcBootstrap .container { | |
margin-right: auto; | |
margin-left: auto; | |
padding-left: 15px; | |
padding-right: 15px; } | |
.sfdcBootstrap .container:before, .sfdcBootstrap .container:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .container:after { | |
clear: both; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .container { | |
width: 750px; } } | |
@media (min-width: 992px) { | |
.sfdcBootstrap .container { | |
width: 970px; } } | |
@media (min-width: 1200px) { | |
.sfdcBootstrap .container { | |
width: 1170px; } } | |
.sfdcBootstrap .container-fluid { | |
margin-right: auto; | |
margin-left: auto; | |
padding-left: 15px; | |
padding-right: 15px; } | |
.sfdcBootstrap .container-fluid:before, .sfdcBootstrap .container-fluid:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .container-fluid:after { | |
clear: both; } | |
.sfdcBootstrap .row { | |
margin-left: -15px; | |
margin-right: -15px; } | |
.sfdcBootstrap .row:before, .sfdcBootstrap .row:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .row:after { | |
clear: both; } | |
.sfdcBootstrap .col-xs-1, .sfdcBootstrap .col-sm-1, .sfdcBootstrap .col-md-1, .sfdcBootstrap .col-lg-1, .sfdcBootstrap .col-xs-2, .sfdcBootstrap .col-sm-2, .sfdcBootstrap .col-md-2, .sfdcBootstrap .col-lg-2, .sfdcBootstrap .col-xs-3, .sfdcBootstrap .col-sm-3, .sfdcBootstrap .col-md-3, .sfdcBootstrap .col-lg-3, .sfdcBootstrap .col-xs-4, .sfdcBootstrap .col-sm-4, .sfdcBootstrap .col-md-4, .sfdcBootstrap .col-lg-4, .sfdcBootstrap .col-xs-5, .sfdcBootstrap .col-sm-5, .sfdcBootstrap .col-md-5, .sfdcBootstrap .col-lg-5, .sfdcBootstrap .col-xs-6, .sfdcBootstrap .col-sm-6, .sfdcBootstrap .col-md-6, .sfdcBootstrap .col-lg-6, .sfdcBootstrap .col-xs-7, .sfdcBootstrap .col-sm-7, .sfdcBootstrap .col-md-7, .sfdcBootstrap .col-lg-7, .sfdcBootstrap .col-xs-8, .sfdcBootstrap .col-sm-8, .sfdcBootstrap .col-md-8, .sfdcBootstrap .col-lg-8, .sfdcBootstrap .col-xs-9, .sfdcBootstrap .col-sm-9, .sfdcBootstrap .col-md-9, .sfdcBootstrap .col-lg-9, .sfdcBootstrap .col-xs-10, .sfdcBootstrap .col-sm-10, .sfdcBootstrap .col-md-10, .sfdcBootstrap .col-lg-10, .sfdcBootstrap .col-xs-11, .sfdcBootstrap .col-sm-11, .sfdcBootstrap .col-md-11, .sfdcBootstrap .col-lg-11, .sfdcBootstrap .col-xs-12, .sfdcBootstrap .col-sm-12, .sfdcBootstrap .col-md-12, .sfdcBootstrap .col-lg-12 { | |
position: relative; | |
min-height: 1px; | |
padding-left: 15px; | |
padding-right: 15px; } | |
.sfdcBootstrap .col-xs-1, .sfdcBootstrap .col-xs-2, .sfdcBootstrap .col-xs-3, .sfdcBootstrap .col-xs-4, .sfdcBootstrap .col-xs-5, .sfdcBootstrap .col-xs-6, .sfdcBootstrap .col-xs-7, .sfdcBootstrap .col-xs-8, .sfdcBootstrap .col-xs-9, .sfdcBootstrap .col-xs-10, .sfdcBootstrap .col-xs-11, .sfdcBootstrap .col-xs-12 { | |
float: left; } | |
.sfdcBootstrap .col-xs-1 { | |
width: 8.33333%; } | |
.sfdcBootstrap .col-xs-2 { | |
width: 16.66667%; } | |
.sfdcBootstrap .col-xs-3 { | |
width: 25%; } | |
.sfdcBootstrap .col-xs-4 { | |
width: 33.33333%; } | |
.sfdcBootstrap .col-xs-5 { | |
width: 41.66667%; } | |
.sfdcBootstrap .col-xs-6 { | |
width: 50%; } | |
.sfdcBootstrap .col-xs-7 { | |
width: 58.33333%; } | |
.sfdcBootstrap .col-xs-8 { | |
width: 66.66667%; } | |
.sfdcBootstrap .col-xs-9 { | |
width: 75%; } | |
.sfdcBootstrap .col-xs-10 { | |
width: 83.33333%; } | |
.sfdcBootstrap .col-xs-11 { | |
width: 91.66667%; } | |
.sfdcBootstrap .col-xs-12 { | |
width: 100%; } | |
.sfdcBootstrap .col-xs-pull-0 { | |
right: auto; } | |
.sfdcBootstrap .col-xs-pull-1 { | |
right: 8.33333%; } | |
.sfdcBootstrap .col-xs-pull-2 { | |
right: 16.66667%; } | |
.sfdcBootstrap .col-xs-pull-3 { | |
right: 25%; } | |
.sfdcBootstrap .col-xs-pull-4 { | |
right: 33.33333%; } | |
.sfdcBootstrap .col-xs-pull-5 { | |
right: 41.66667%; } | |
.sfdcBootstrap .col-xs-pull-6 { | |
right: 50%; } | |
.sfdcBootstrap .col-xs-pull-7 { | |
right: 58.33333%; } | |
.sfdcBootstrap .col-xs-pull-8 { | |
right: 66.66667%; } | |
.sfdcBootstrap .col-xs-pull-9 { | |
right: 75%; } | |
.sfdcBootstrap .col-xs-pull-10 { | |
right: 83.33333%; } | |
.sfdcBootstrap .col-xs-pull-11 { | |
right: 91.66667%; } | |
.sfdcBootstrap .col-xs-pull-12 { | |
right: 100%; } | |
.sfdcBootstrap .col-xs-push-0 { | |
left: auto; } | |
.sfdcBootstrap .col-xs-push-1 { | |
left: 8.33333%; } | |
.sfdcBootstrap .col-xs-push-2 { | |
left: 16.66667%; } | |
.sfdcBootstrap .col-xs-push-3 { | |
left: 25%; } | |
.sfdcBootstrap .col-xs-push-4 { | |
left: 33.33333%; } | |
.sfdcBootstrap .col-xs-push-5 { | |
left: 41.66667%; } | |
.sfdcBootstrap .col-xs-push-6 { | |
left: 50%; } | |
.sfdcBootstrap .col-xs-push-7 { | |
left: 58.33333%; } | |
.sfdcBootstrap .col-xs-push-8 { | |
left: 66.66667%; } | |
.sfdcBootstrap .col-xs-push-9 { | |
left: 75%; } | |
.sfdcBootstrap .col-xs-push-10 { | |
left: 83.33333%; } | |
.sfdcBootstrap .col-xs-push-11 { | |
left: 91.66667%; } | |
.sfdcBootstrap .col-xs-push-12 { | |
left: 100%; } | |
.sfdcBootstrap .col-xs-offset-0 { | |
margin-left: 0%; } | |
.sfdcBootstrap .col-xs-offset-1 { | |
margin-left: 8.33333%; } | |
.sfdcBootstrap .col-xs-offset-2 { | |
margin-left: 16.66667%; } | |
.sfdcBootstrap .col-xs-offset-3 { | |
margin-left: 25%; } | |
.sfdcBootstrap .col-xs-offset-4 { | |
margin-left: 33.33333%; } | |
.sfdcBootstrap .col-xs-offset-5 { | |
margin-left: 41.66667%; } | |
.sfdcBootstrap .col-xs-offset-6 { | |
margin-left: 50%; } | |
.sfdcBootstrap .col-xs-offset-7 { | |
margin-left: 58.33333%; } | |
.sfdcBootstrap .col-xs-offset-8 { | |
margin-left: 66.66667%; } | |
.sfdcBootstrap .col-xs-offset-9 { | |
margin-left: 75%; } | |
.sfdcBootstrap .col-xs-offset-10 { | |
margin-left: 83.33333%; } | |
.sfdcBootstrap .col-xs-offset-11 { | |
margin-left: 91.66667%; } | |
.sfdcBootstrap .col-xs-offset-12 { | |
margin-left: 100%; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .col-sm-1, .sfdcBootstrap .col-sm-2, .sfdcBootstrap .col-sm-3, .sfdcBootstrap .col-sm-4, .sfdcBootstrap .col-sm-5, .sfdcBootstrap .col-sm-6, .sfdcBootstrap .col-sm-7, .sfdcBootstrap .col-sm-8, .sfdcBootstrap .col-sm-9, .sfdcBootstrap .col-sm-10, .sfdcBootstrap .col-sm-11, .sfdcBootstrap .col-sm-12 { | |
float: left; } | |
.sfdcBootstrap .col-sm-1 { | |
width: 8.33333%; } | |
.sfdcBootstrap .col-sm-2 { | |
width: 16.66667%; } | |
.sfdcBootstrap .col-sm-3 { | |
width: 25%; } | |
.sfdcBootstrap .col-sm-4 { | |
width: 33.33333%; } | |
.sfdcBootstrap .col-sm-5 { | |
width: 41.66667%; } | |
.sfdcBootstrap .col-sm-6 { | |
width: 50%; } | |
.sfdcBootstrap .col-sm-7 { | |
width: 58.33333%; } | |
.sfdcBootstrap .col-sm-8 { | |
width: 66.66667%; } | |
.sfdcBootstrap .col-sm-9 { | |
width: 75%; } | |
.sfdcBootstrap .col-sm-10 { | |
width: 83.33333%; } | |
.sfdcBootstrap .col-sm-11 { | |
width: 91.66667%; } | |
.sfdcBootstrap .col-sm-12 { | |
width: 100%; } | |
.sfdcBootstrap .col-sm-pull-0 { | |
right: auto; } | |
.sfdcBootstrap .col-sm-pull-1 { | |
right: 8.33333%; } | |
.sfdcBootstrap .col-sm-pull-2 { | |
right: 16.66667%; } | |
.sfdcBootstrap .col-sm-pull-3 { | |
right: 25%; } | |
.sfdcBootstrap .col-sm-pull-4 { | |
right: 33.33333%; } | |
.sfdcBootstrap .col-sm-pull-5 { | |
right: 41.66667%; } | |
.sfdcBootstrap .col-sm-pull-6 { | |
right: 50%; } | |
.sfdcBootstrap .col-sm-pull-7 { | |
right: 58.33333%; } | |
.sfdcBootstrap .col-sm-pull-8 { | |
right: 66.66667%; } | |
.sfdcBootstrap .col-sm-pull-9 { | |
right: 75%; } | |
.sfdcBootstrap .col-sm-pull-10 { | |
right: 83.33333%; } | |
.sfdcBootstrap .col-sm-pull-11 { | |
right: 91.66667%; } | |
.sfdcBootstrap .col-sm-pull-12 { | |
right: 100%; } | |
.sfdcBootstrap .col-sm-push-0 { | |
left: auto; } | |
.sfdcBootstrap .col-sm-push-1 { | |
left: 8.33333%; } | |
.sfdcBootstrap .col-sm-push-2 { | |
left: 16.66667%; } | |
.sfdcBootstrap .col-sm-push-3 { | |
left: 25%; } | |
.sfdcBootstrap .col-sm-push-4 { | |
left: 33.33333%; } | |
.sfdcBootstrap .col-sm-push-5 { | |
left: 41.66667%; } | |
.sfdcBootstrap .col-sm-push-6 { | |
left: 50%; } | |
.sfdcBootstrap .col-sm-push-7 { | |
left: 58.33333%; } | |
.sfdcBootstrap .col-sm-push-8 { | |
left: 66.66667%; } | |
.sfdcBootstrap .col-sm-push-9 { | |
left: 75%; } | |
.sfdcBootstrap .col-sm-push-10 { | |
left: 83.33333%; } | |
.sfdcBootstrap .col-sm-push-11 { | |
left: 91.66667%; } | |
.sfdcBootstrap .col-sm-push-12 { | |
left: 100%; } | |
.sfdcBootstrap .col-sm-offset-0 { | |
margin-left: 0%; } | |
.sfdcBootstrap .col-sm-offset-1 { | |
margin-left: 8.33333%; } | |
.sfdcBootstrap .col-sm-offset-2 { | |
margin-left: 16.66667%; } | |
.sfdcBootstrap .col-sm-offset-3 { | |
margin-left: 25%; } | |
.sfdcBootstrap .col-sm-offset-4 { | |
margin-left: 33.33333%; } | |
.sfdcBootstrap .col-sm-offset-5 { | |
margin-left: 41.66667%; } | |
.sfdcBootstrap .col-sm-offset-6 { | |
margin-left: 50%; } | |
.sfdcBootstrap .col-sm-offset-7 { | |
margin-left: 58.33333%; } | |
.sfdcBootstrap .col-sm-offset-8 { | |
margin-left: 66.66667%; } | |
.sfdcBootstrap .col-sm-offset-9 { | |
margin-left: 75%; } | |
.sfdcBootstrap .col-sm-offset-10 { | |
margin-left: 83.33333%; } | |
.sfdcBootstrap .col-sm-offset-11 { | |
margin-left: 91.66667%; } | |
.sfdcBootstrap .col-sm-offset-12 { | |
margin-left: 100%; } } | |
@media (min-width: 992px) { | |
.sfdcBootstrap .col-md-1, .sfdcBootstrap .col-md-2, .sfdcBootstrap .col-md-3, .sfdcBootstrap .col-md-4, .sfdcBootstrap .col-md-5, .sfdcBootstrap .col-md-6, .sfdcBootstrap .col-md-7, .sfdcBootstrap .col-md-8, .sfdcBootstrap .col-md-9, .sfdcBootstrap .col-md-10, .sfdcBootstrap .col-md-11, .sfdcBootstrap .col-md-12 { | |
float: left; } | |
.sfdcBootstrap .col-md-1 { | |
width: 8.33333%; } | |
.sfdcBootstrap .col-md-2 { | |
width: 16.66667%; } | |
.sfdcBootstrap .col-md-3 { | |
width: 25%; } | |
.sfdcBootstrap .col-md-4 { | |
width: 33.33333%; } | |
.sfdcBootstrap .col-md-5 { | |
width: 41.66667%; } | |
.sfdcBootstrap .col-md-6 { | |
width: 50%; } | |
.sfdcBootstrap .col-md-7 { | |
width: 58.33333%; } | |
.sfdcBootstrap .col-md-8 { | |
width: 66.66667%; } | |
.sfdcBootstrap .col-md-9 { | |
width: 75%; } | |
.sfdcBootstrap .col-md-10 { | |
width: 83.33333%; } | |
.sfdcBootstrap .col-md-11 { | |
width: 91.66667%; } | |
.sfdcBootstrap .col-md-12 { | |
width: 100%; } | |
.sfdcBootstrap .col-md-pull-0 { | |
right: auto; } | |
.sfdcBootstrap .col-md-pull-1 { | |
right: 8.33333%; } | |
.sfdcBootstrap .col-md-pull-2 { | |
right: 16.66667%; } | |
.sfdcBootstrap .col-md-pull-3 { | |
right: 25%; } | |
.sfdcBootstrap .col-md-pull-4 { | |
right: 33.33333%; } | |
.sfdcBootstrap .col-md-pull-5 { | |
right: 41.66667%; } | |
.sfdcBootstrap .col-md-pull-6 { | |
right: 50%; } | |
.sfdcBootstrap .col-md-pull-7 { | |
right: 58.33333%; } | |
.sfdcBootstrap .col-md-pull-8 { | |
right: 66.66667%; } | |
.sfdcBootstrap .col-md-pull-9 { | |
right: 75%; } | |
.sfdcBootstrap .col-md-pull-10 { | |
right: 83.33333%; } | |
.sfdcBootstrap .col-md-pull-11 { | |
right: 91.66667%; } | |
.sfdcBootstrap .col-md-pull-12 { | |
right: 100%; } | |
.sfdcBootstrap .col-md-push-0 { | |
left: auto; } | |
.sfdcBootstrap .col-md-push-1 { | |
left: 8.33333%; } | |
.sfdcBootstrap .col-md-push-2 { | |
left: 16.66667%; } | |
.sfdcBootstrap .col-md-push-3 { | |
left: 25%; } | |
.sfdcBootstrap .col-md-push-4 { | |
left: 33.33333%; } | |
.sfdcBootstrap .col-md-push-5 { | |
left: 41.66667%; } | |
.sfdcBootstrap .col-md-push-6 { | |
left: 50%; } | |
.sfdcBootstrap .col-md-push-7 { | |
left: 58.33333%; } | |
.sfdcBootstrap .col-md-push-8 { | |
left: 66.66667%; } | |
.sfdcBootstrap .col-md-push-9 { | |
left: 75%; } | |
.sfdcBootstrap .col-md-push-10 { | |
left: 83.33333%; } | |
.sfdcBootstrap .col-md-push-11 { | |
left: 91.66667%; } | |
.sfdcBootstrap .col-md-push-12 { | |
left: 100%; } | |
.sfdcBootstrap .col-md-offset-0 { | |
margin-left: 0%; } | |
.sfdcBootstrap .col-md-offset-1 { | |
margin-left: 8.33333%; } | |
.sfdcBootstrap .col-md-offset-2 { | |
margin-left: 16.66667%; } | |
.sfdcBootstrap .col-md-offset-3 { | |
margin-left: 25%; } | |
.sfdcBootstrap .col-md-offset-4 { | |
margin-left: 33.33333%; } | |
.sfdcBootstrap .col-md-offset-5 { | |
margin-left: 41.66667%; } | |
.sfdcBootstrap .col-md-offset-6 { | |
margin-left: 50%; } | |
.sfdcBootstrap .col-md-offset-7 { | |
margin-left: 58.33333%; } | |
.sfdcBootstrap .col-md-offset-8 { | |
margin-left: 66.66667%; } | |
.sfdcBootstrap .col-md-offset-9 { | |
margin-left: 75%; } | |
.sfdcBootstrap .col-md-offset-10 { | |
margin-left: 83.33333%; } | |
.sfdcBootstrap .col-md-offset-11 { | |
margin-left: 91.66667%; } | |
.sfdcBootstrap .col-md-offset-12 { | |
margin-left: 100%; } } | |
@media (min-width: 1200px) { | |
.sfdcBootstrap .col-lg-1, .sfdcBootstrap .col-lg-2, .sfdcBootstrap .col-lg-3, .sfdcBootstrap .col-lg-4, .sfdcBootstrap .col-lg-5, .sfdcBootstrap .col-lg-6, .sfdcBootstrap .col-lg-7, .sfdcBootstrap .col-lg-8, .sfdcBootstrap .col-lg-9, .sfdcBootstrap .col-lg-10, .sfdcBootstrap .col-lg-11, .sfdcBootstrap .col-lg-12 { | |
float: left; } | |
.sfdcBootstrap .col-lg-1 { | |
width: 8.33333%; } | |
.sfdcBootstrap .col-lg-2 { | |
width: 16.66667%; } | |
.sfdcBootstrap .col-lg-3 { | |
width: 25%; } | |
.sfdcBootstrap .col-lg-4 { | |
width: 33.33333%; } | |
.sfdcBootstrap .col-lg-5 { | |
width: 41.66667%; } | |
.sfdcBootstrap .col-lg-6 { | |
width: 50%; } | |
.sfdcBootstrap .col-lg-7 { | |
width: 58.33333%; } | |
.sfdcBootstrap .col-lg-8 { | |
width: 66.66667%; } | |
.sfdcBootstrap .col-lg-9 { | |
width: 75%; } | |
.sfdcBootstrap .col-lg-10 { | |
width: 83.33333%; } | |
.sfdcBootstrap .col-lg-11 { | |
width: 91.66667%; } | |
.sfdcBootstrap .col-lg-12 { | |
width: 100%; } | |
.sfdcBootstrap .col-lg-pull-0 { | |
right: auto; } | |
.sfdcBootstrap .col-lg-pull-1 { | |
right: 8.33333%; } | |
.sfdcBootstrap .col-lg-pull-2 { | |
right: 16.66667%; } | |
.sfdcBootstrap .col-lg-pull-3 { | |
right: 25%; } | |
.sfdcBootstrap .col-lg-pull-4 { | |
right: 33.33333%; } | |
.sfdcBootstrap .col-lg-pull-5 { | |
right: 41.66667%; } | |
.sfdcBootstrap .col-lg-pull-6 { | |
right: 50%; } | |
.sfdcBootstrap .col-lg-pull-7 { | |
right: 58.33333%; } | |
.sfdcBootstrap .col-lg-pull-8 { | |
right: 66.66667%; } | |
.sfdcBootstrap .col-lg-pull-9 { | |
right: 75%; } | |
.sfdcBootstrap .col-lg-pull-10 { | |
right: 83.33333%; } | |
.sfdcBootstrap .col-lg-pull-11 { | |
right: 91.66667%; } | |
.sfdcBootstrap .col-lg-pull-12 { | |
right: 100%; } | |
.sfdcBootstrap .col-lg-push-0 { | |
left: auto; } | |
.sfdcBootstrap .col-lg-push-1 { | |
left: 8.33333%; } | |
.sfdcBootstrap .col-lg-push-2 { | |
left: 16.66667%; } | |
.sfdcBootstrap .col-lg-push-3 { | |
left: 25%; } | |
.sfdcBootstrap .col-lg-push-4 { | |
left: 33.33333%; } | |
.sfdcBootstrap .col-lg-push-5 { | |
left: 41.66667%; } | |
.sfdcBootstrap .col-lg-push-6 { | |
left: 50%; } | |
.sfdcBootstrap .col-lg-push-7 { | |
left: 58.33333%; } | |
.sfdcBootstrap .col-lg-push-8 { | |
left: 66.66667%; } | |
.sfdcBootstrap .col-lg-push-9 { | |
left: 75%; } | |
.sfdcBootstrap .col-lg-push-10 { | |
left: 83.33333%; } | |
.sfdcBootstrap .col-lg-push-11 { | |
left: 91.66667%; } | |
.sfdcBootstrap .col-lg-push-12 { | |
left: 100%; } | |
.sfdcBootstrap .col-lg-offset-0 { | |
margin-left: 0%; } | |
.sfdcBootstrap .col-lg-offset-1 { | |
margin-left: 8.33333%; } | |
.sfdcBootstrap .col-lg-offset-2 { | |
margin-left: 16.66667%; } | |
.sfdcBootstrap .col-lg-offset-3 { | |
margin-left: 25%; } | |
.sfdcBootstrap .col-lg-offset-4 { | |
margin-left: 33.33333%; } | |
.sfdcBootstrap .col-lg-offset-5 { | |
margin-left: 41.66667%; } | |
.sfdcBootstrap .col-lg-offset-6 { | |
margin-left: 50%; } | |
.sfdcBootstrap .col-lg-offset-7 { | |
margin-left: 58.33333%; } | |
.sfdcBootstrap .col-lg-offset-8 { | |
margin-left: 66.66667%; } | |
.sfdcBootstrap .col-lg-offset-9 { | |
margin-left: 75%; } | |
.sfdcBootstrap .col-lg-offset-10 { | |
margin-left: 83.33333%; } | |
.sfdcBootstrap .col-lg-offset-11 { | |
margin-left: 91.66667%; } | |
.sfdcBootstrap .col-lg-offset-12 { | |
margin-left: 100%; } } | |
.sfdcBootstrap table { | |
background-color: transparent; } | |
.sfdcBootstrap caption { | |
padding-top: 8px; | |
padding-bottom: 8px; | |
color: #777777; | |
text-align: left; } | |
.sfdcBootstrap th { | |
text-align: left; } | |
.sfdcBootstrap .table { | |
width: 100%; | |
max-width: 100%; | |
margin-bottom: 20px; } | |
.sfdcBootstrap .table > thead > tr > th, | |
.sfdcBootstrap .table > thead > tr > td, | |
.sfdcBootstrap .table > tbody > tr > th, | |
.sfdcBootstrap .table > tbody > tr > td, | |
.sfdcBootstrap .table > tfoot > tr > th, | |
.sfdcBootstrap .table > tfoot > tr > td { | |
padding: 8px; | |
line-height: 1.42857; | |
vertical-align: top; | |
border-top: 1px solid #ddd; } | |
.sfdcBootstrap .table > thead > tr > th { | |
vertical-align: bottom; | |
border-bottom: 2px solid #ddd; } | |
.sfdcBootstrap .table > caption + thead > tr:first-child > th, | |
.sfdcBootstrap .table > caption + thead > tr:first-child > td, | |
.sfdcBootstrap .table > colgroup + thead > tr:first-child > th, | |
.sfdcBootstrap .table > colgroup + thead > tr:first-child > td, | |
.sfdcBootstrap .table > thead:first-child > tr:first-child > th, | |
.sfdcBootstrap .table > thead:first-child > tr:first-child > td { | |
border-top: 0; } | |
.sfdcBootstrap .table > tbody + tbody { | |
border-top: 2px solid #ddd; } | |
.sfdcBootstrap .table .table { | |
background-color: #fff; } | |
.sfdcBootstrap .table-condensed > thead > tr > th, | |
.sfdcBootstrap .table-condensed > thead > tr > td, | |
.sfdcBootstrap .table-condensed > tbody > tr > th, | |
.sfdcBootstrap .table-condensed > tbody > tr > td, | |
.sfdcBootstrap .table-condensed > tfoot > tr > th, | |
.sfdcBootstrap .table-condensed > tfoot > tr > td { | |
padding: 5px; } | |
.sfdcBootstrap .table-bordered { | |
border: 1px solid #ddd; } | |
.sfdcBootstrap .table-bordered > thead > tr > th, | |
.sfdcBootstrap .table-bordered > thead > tr > td, | |
.sfdcBootstrap .table-bordered > tbody > tr > th, | |
.sfdcBootstrap .table-bordered > tbody > tr > td, | |
.sfdcBootstrap .table-bordered > tfoot > tr > th, | |
.sfdcBootstrap .table-bordered > tfoot > tr > td { | |
border: 1px solid #ddd; } | |
.sfdcBootstrap .table-bordered > thead > tr > th, | |
.sfdcBootstrap .table-bordered > thead > tr > td { | |
border-bottom-width: 2px; } | |
.sfdcBootstrap .table-striped > tbody > tr:nth-of-type(odd) { | |
background-color: #f9f9f9; } | |
.sfdcBootstrap .table-hover > tbody > tr:hover { | |
background-color: #f5f5f5; } | |
.sfdcBootstrap table col[class*="col-"] { | |
position: static; | |
float: none; | |
display: table-column; } | |
.sfdcBootstrap table td[class*="col-"], | |
.sfdcBootstrap table th[class*="col-"] { | |
position: static; | |
float: none; | |
display: table-cell; } | |
.sfdcBootstrap .table > thead > tr > td.active, | |
.sfdcBootstrap .table > thead > tr > th.active, .sfdcBootstrap .table > thead > tr.active > td, .sfdcBootstrap .table > thead > tr.active > th, | |
.sfdcBootstrap .table > tbody > tr > td.active, | |
.sfdcBootstrap .table > tbody > tr > th.active, | |
.sfdcBootstrap .table > tbody > tr.active > td, | |
.sfdcBootstrap .table > tbody > tr.active > th, | |
.sfdcBootstrap .table > tfoot > tr > td.active, | |
.sfdcBootstrap .table > tfoot > tr > th.active, | |
.sfdcBootstrap .table > tfoot > tr.active > td, | |
.sfdcBootstrap .table > tfoot > tr.active > th { | |
background-color: #f5f5f5; } | |
.sfdcBootstrap .table-hover > tbody > tr > td.active:hover, | |
.sfdcBootstrap .table-hover > tbody > tr > th.active:hover, .sfdcBootstrap .table-hover > tbody > tr.active:hover > td, .sfdcBootstrap .table-hover > tbody > tr:hover > .active, .sfdcBootstrap .table-hover > tbody > tr.active:hover > th { | |
background-color: #e8e8e8; } | |
.sfdcBootstrap .table > thead > tr > td.success, | |
.sfdcBootstrap .table > thead > tr > th.success, .sfdcBootstrap .table > thead > tr.success > td, .sfdcBootstrap .table > thead > tr.success > th, | |
.sfdcBootstrap .table > tbody > tr > td.success, | |
.sfdcBootstrap .table > tbody > tr > th.success, | |
.sfdcBootstrap .table > tbody > tr.success > td, | |
.sfdcBootstrap .table > tbody > tr.success > th, | |
.sfdcBootstrap .table > tfoot > tr > td.success, | |
.sfdcBootstrap .table > tfoot > tr > th.success, | |
.sfdcBootstrap .table > tfoot > tr.success > td, | |
.sfdcBootstrap .table > tfoot > tr.success > th { | |
background-color: #dff0d8; } | |
.sfdcBootstrap .table-hover > tbody > tr > td.success:hover, | |
.sfdcBootstrap .table-hover > tbody > tr > th.success:hover, .sfdcBootstrap .table-hover > tbody > tr.success:hover > td, .sfdcBootstrap .table-hover > tbody > tr:hover > .success, .sfdcBootstrap .table-hover > tbody > tr.success:hover > th { | |
background-color: #d0e9c6; } | |
.sfdcBootstrap .table > thead > tr > td.info, | |
.sfdcBootstrap .table > thead > tr > th.info, .sfdcBootstrap .table > thead > tr.info > td, .sfdcBootstrap .table > thead > tr.info > th, | |
.sfdcBootstrap .table > tbody > tr > td.info, | |
.sfdcBootstrap .table > tbody > tr > th.info, | |
.sfdcBootstrap .table > tbody > tr.info > td, | |
.sfdcBootstrap .table > tbody > tr.info > th, | |
.sfdcBootstrap .table > tfoot > tr > td.info, | |
.sfdcBootstrap .table > tfoot > tr > th.info, | |
.sfdcBootstrap .table > tfoot > tr.info > td, | |
.sfdcBootstrap .table > tfoot > tr.info > th { | |
background-color: #d9edf7; } | |
.sfdcBootstrap .table-hover > tbody > tr > td.info:hover, | |
.sfdcBootstrap .table-hover > tbody > tr > th.info:hover, .sfdcBootstrap .table-hover > tbody > tr.info:hover > td, .sfdcBootstrap .table-hover > tbody > tr:hover > .info, .sfdcBootstrap .table-hover > tbody > tr.info:hover > th { | |
background-color: #c4e3f3; } | |
.sfdcBootstrap .table > thead > tr > td.warning, | |
.sfdcBootstrap .table > thead > tr > th.warning, .sfdcBootstrap .table > thead > tr.warning > td, .sfdcBootstrap .table > thead > tr.warning > th, | |
.sfdcBootstrap .table > tbody > tr > td.warning, | |
.sfdcBootstrap .table > tbody > tr > th.warning, | |
.sfdcBootstrap .table > tbody > tr.warning > td, | |
.sfdcBootstrap .table > tbody > tr.warning > th, | |
.sfdcBootstrap .table > tfoot > tr > td.warning, | |
.sfdcBootstrap .table > tfoot > tr > th.warning, | |
.sfdcBootstrap .table > tfoot > tr.warning > td, | |
.sfdcBootstrap .table > tfoot > tr.warning > th { | |
background-color: #fcf8e3; } | |
.sfdcBootstrap .table-hover > tbody > tr > td.warning:hover, | |
.sfdcBootstrap .table-hover > tbody > tr > th.warning:hover, .sfdcBootstrap .table-hover > tbody > tr.warning:hover > td, .sfdcBootstrap .table-hover > tbody > tr:hover > .warning, .sfdcBootstrap .table-hover > tbody > tr.warning:hover > th { | |
background-color: #faf2cc; } | |
.sfdcBootstrap .table > thead > tr > td.danger, | |
.sfdcBootstrap .table > thead > tr > th.danger, .sfdcBootstrap .table > thead > tr.danger > td, .sfdcBootstrap .table > thead > tr.danger > th, | |
.sfdcBootstrap .table > tbody > tr > td.danger, | |
.sfdcBootstrap .table > tbody > tr > th.danger, | |
.sfdcBootstrap .table > tbody > tr.danger > td, | |
.sfdcBootstrap .table > tbody > tr.danger > th, | |
.sfdcBootstrap .table > tfoot > tr > td.danger, | |
.sfdcBootstrap .table > tfoot > tr > th.danger, | |
.sfdcBootstrap .table > tfoot > tr.danger > td, | |
.sfdcBootstrap .table > tfoot > tr.danger > th { | |
background-color: #f2dede; } | |
.sfdcBootstrap .table-hover > tbody > tr > td.danger:hover, | |
.sfdcBootstrap .table-hover > tbody > tr > th.danger:hover, .sfdcBootstrap .table-hover > tbody > tr.danger:hover > td, .sfdcBootstrap .table-hover > tbody > tr:hover > .danger, .sfdcBootstrap .table-hover > tbody > tr.danger:hover > th { | |
background-color: #ebcccc; } | |
.sfdcBootstrap .table-responsive { | |
overflow-x: auto; | |
min-height: 0.01%; } | |
@media screen and (max-width: 767px) { | |
.sfdcBootstrap .table-responsive { | |
width: 100%; | |
margin-bottom: 15px; | |
overflow-y: hidden; | |
-ms-overflow-style: -ms-autohiding-scrollbar; | |
border: 1px solid #ddd; } | |
.sfdcBootstrap .table-responsive > .table { | |
margin-bottom: 0; } | |
.sfdcBootstrap .table-responsive > .table > thead > tr > th, | |
.sfdcBootstrap .table-responsive > .table > thead > tr > td, | |
.sfdcBootstrap .table-responsive > .table > tbody > tr > th, | |
.sfdcBootstrap .table-responsive > .table > tbody > tr > td, | |
.sfdcBootstrap .table-responsive > .table > tfoot > tr > th, | |
.sfdcBootstrap .table-responsive > .table > tfoot > tr > td { | |
white-space: nowrap; } | |
.sfdcBootstrap .table-responsive > .table-bordered { | |
border: 0; } | |
.sfdcBootstrap .table-responsive > .table-bordered > thead > tr > th:first-child, | |
.sfdcBootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, | |
.sfdcBootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, | |
.sfdcBootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, | |
.sfdcBootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
.sfdcBootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child { | |
border-left: 0; } | |
.sfdcBootstrap .table-responsive > .table-bordered > thead > tr > th:last-child, | |
.sfdcBootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, | |
.sfdcBootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, | |
.sfdcBootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, | |
.sfdcBootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
.sfdcBootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child { | |
border-right: 0; } | |
.sfdcBootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, | |
.sfdcBootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, | |
.sfdcBootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th, | |
.sfdcBootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td { | |
border-bottom: 0; } } | |
.sfdcBootstrap fieldset { | |
padding: 0; | |
margin: 0; | |
border: 0; | |
min-width: 0; } | |
.sfdcBootstrap legend { | |
display: block; | |
width: 100%; | |
padding: 0; | |
margin-bottom: 20px; | |
font-size: 21px; | |
line-height: inherit; | |
color: #333333; | |
border: 0; | |
border-bottom: 1px solid #e5e5e5; } | |
.sfdcBootstrap label { | |
display: inline-block; | |
max-width: 100%; | |
margin-bottom: 5px; | |
font-weight: bold; } | |
.sfdcBootstrap input[type="search"] { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; } | |
.sfdcBootstrap input[type="radio"], | |
.sfdcBootstrap input[type="checkbox"] { | |
margin: 4px 0 0; | |
margin-top: 1px \9; | |
line-height: normal; } | |
.sfdcBootstrap input[type="file"] { | |
display: block; } | |
.sfdcBootstrap input[type="range"] { | |
display: block; | |
width: 100%; } | |
.sfdcBootstrap select[multiple], | |
.sfdcBootstrap select[size] { | |
height: auto; } | |
.sfdcBootstrap input[type="file"]:focus, | |
.sfdcBootstrap input[type="radio"]:focus, | |
.sfdcBootstrap input[type="checkbox"]:focus { | |
outline: thin dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; } | |
.sfdcBootstrap output { | |
display: block; | |
padding-top: 7px; | |
font-size: 14px; | |
line-height: 1.42857; | |
color: #555555; } | |
.sfdcBootstrap .form-control { | |
display: block; | |
width: 100%; | |
height: 34px; | |
padding: 6px 12px; | |
font-size: 14px; | |
line-height: 1.42857; | |
color: #555555; | |
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, 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; } | |
.sfdcBootstrap .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); } | |
.sfdcBootstrap .form-control::-moz-placeholder { | |
color: #999; | |
opacity: 1; } | |
.sfdcBootstrap .form-control:-ms-input-placeholder { | |
color: #999; } | |
.sfdcBootstrap .form-control::-webkit-input-placeholder { | |
color: #999; } | |
.sfdcBootstrap .form-control::-ms-expand { | |
border: 0; | |
background-color: transparent; } | |
.sfdcBootstrap .form-control[disabled], .sfdcBootstrap .form-control[readonly], fieldset[disabled] .sfdcBootstrap .form-control { | |
background-color: #eeeeee; | |
opacity: 1; } | |
.sfdcBootstrap .form-control[disabled], fieldset[disabled] .sfdcBootstrap .form-control { | |
cursor: not-allowed; } | |
.sfdcBootstrap textarea.form-control { | |
height: auto; } | |
.sfdcBootstrap input[type="search"] { | |
-webkit-appearance: none; } | |
@media screen and (-webkit-min-device-pixel-ratio: 0) { | |
.sfdcBootstrap input[type="date"].form-control, | |
.sfdcBootstrap input[type="time"].form-control, | |
.sfdcBootstrap input[type="datetime-local"].form-control, | |
.sfdcBootstrap input[type="month"].form-control { | |
line-height: 34px; } | |
.sfdcBootstrap input[type="date"].input-sm, .sfdcBootstrap .input-group-sm > input[type="date"].form-control, | |
.sfdcBootstrap .input-group-sm > input[type="date"].input-group-addon, | |
.sfdcBootstrap .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm .sfdcBootstrap input[type="date"], | |
.sfdcBootstrap input[type="time"].input-sm, | |
.sfdcBootstrap .input-group-sm > input[type="time"].form-control, | |
.sfdcBootstrap .input-group-sm > input[type="time"].input-group-addon, | |
.sfdcBootstrap .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm | |
.sfdcBootstrap input[type="time"], | |
.sfdcBootstrap input[type="datetime-local"].input-sm, | |
.sfdcBootstrap .input-group-sm > input[type="datetime-local"].form-control, | |
.sfdcBootstrap .input-group-sm > input[type="datetime-local"].input-group-addon, | |
.sfdcBootstrap .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm | |
.sfdcBootstrap input[type="datetime-local"], | |
.sfdcBootstrap input[type="month"].input-sm, | |
.sfdcBootstrap .input-group-sm > input[type="month"].form-control, | |
.sfdcBootstrap .input-group-sm > input[type="month"].input-group-addon, | |
.sfdcBootstrap .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm | |
.sfdcBootstrap input[type="month"] { | |
line-height: 30px; } | |
.sfdcBootstrap input[type="date"].input-lg, .sfdcBootstrap .input-group-lg > input[type="date"].form-control, | |
.sfdcBootstrap .input-group-lg > input[type="date"].input-group-addon, | |
.sfdcBootstrap .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg .sfdcBootstrap input[type="date"], | |
.sfdcBootstrap input[type="time"].input-lg, | |
.sfdcBootstrap .input-group-lg > input[type="time"].form-control, | |
.sfdcBootstrap .input-group-lg > input[type="time"].input-group-addon, | |
.sfdcBootstrap .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg | |
.sfdcBootstrap input[type="time"], | |
.sfdcBootstrap input[type="datetime-local"].input-lg, | |
.sfdcBootstrap .input-group-lg > input[type="datetime-local"].form-control, | |
.sfdcBootstrap .input-group-lg > input[type="datetime-local"].input-group-addon, | |
.sfdcBootstrap .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg | |
.sfdcBootstrap input[type="datetime-local"], | |
.sfdcBootstrap input[type="month"].input-lg, | |
.sfdcBootstrap .input-group-lg > input[type="month"].form-control, | |
.sfdcBootstrap .input-group-lg > input[type="month"].input-group-addon, | |
.sfdcBootstrap .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg | |
.sfdcBootstrap input[type="month"] { | |
line-height: 46px; } } | |
.sfdcBootstrap .form-group { | |
margin-bottom: 15px; } | |
.sfdcBootstrap .radio, | |
.sfdcBootstrap .checkbox { | |
position: relative; | |
display: block; | |
margin-top: 10px; | |
margin-bottom: 10px; } | |
.sfdcBootstrap .radio label, | |
.sfdcBootstrap .checkbox label { | |
min-height: 20px; | |
padding-left: 20px; | |
margin-bottom: 0; | |
font-weight: normal; | |
cursor: pointer; } | |
.sfdcBootstrap .radio input[type="radio"], | |
.sfdcBootstrap .radio-inline input[type="radio"], | |
.sfdcBootstrap .checkbox input[type="checkbox"], | |
.sfdcBootstrap .checkbox-inline input[type="checkbox"] { | |
position: absolute; | |
margin-left: -20px; | |
margin-top: 4px \9; } | |
.sfdcBootstrap .radio + .radio, | |
.sfdcBootstrap .checkbox + .checkbox { | |
margin-top: -5px; } | |
.sfdcBootstrap .radio-inline, | |
.sfdcBootstrap .checkbox-inline { | |
position: relative; | |
display: inline-block; | |
padding-left: 20px; | |
margin-bottom: 0; | |
vertical-align: middle; | |
font-weight: normal; | |
cursor: pointer; } | |
.sfdcBootstrap .radio-inline + .radio-inline, | |
.sfdcBootstrap .checkbox-inline + .checkbox-inline { | |
margin-top: 0; | |
margin-left: 10px; } | |
.sfdcBootstrap input[type="radio"][disabled], .sfdcBootstrap input[type="radio"].disabled, fieldset[disabled] .sfdcBootstrap input[type="radio"], | |
.sfdcBootstrap input[type="checkbox"][disabled], | |
.sfdcBootstrap input[type="checkbox"].disabled, fieldset[disabled] | |
.sfdcBootstrap input[type="checkbox"] { | |
cursor: not-allowed; } | |
.sfdcBootstrap .radio-inline.disabled, fieldset[disabled] .sfdcBootstrap .radio-inline, | |
.sfdcBootstrap .checkbox-inline.disabled, fieldset[disabled] | |
.sfdcBootstrap .checkbox-inline { | |
cursor: not-allowed; } | |
.sfdcBootstrap .radio.disabled label, fieldset[disabled] .sfdcBootstrap .radio label, | |
.sfdcBootstrap .checkbox.disabled label, fieldset[disabled] | |
.sfdcBootstrap .checkbox label { | |
cursor: not-allowed; } | |
.sfdcBootstrap .form-control-static { | |
padding-top: 7px; | |
padding-bottom: 7px; | |
margin-bottom: 0; | |
min-height: 34px; } | |
.sfdcBootstrap .form-control-static.input-lg, .sfdcBootstrap .input-group-lg > .form-control-static.form-control, | |
.sfdcBootstrap .input-group-lg > .form-control-static.input-group-addon, | |
.sfdcBootstrap .input-group-lg > .input-group-btn > .form-control-static.btn, .sfdcBootstrap .form-control-static.input-sm, .sfdcBootstrap .input-group-sm > .form-control-static.form-control, | |
.sfdcBootstrap .input-group-sm > .form-control-static.input-group-addon, | |
.sfdcBootstrap .input-group-sm > .input-group-btn > .form-control-static.btn { | |
padding-left: 0; | |
padding-right: 0; } | |
.sfdcBootstrap .input-sm, .sfdcBootstrap .input-group-sm > .form-control, | |
.sfdcBootstrap .input-group-sm > .input-group-addon, | |
.sfdcBootstrap .input-group-sm > .input-group-btn > .btn { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; } | |
.sfdcBootstrap select.input-sm, .sfdcBootstrap .input-group-sm > select.form-control, | |
.sfdcBootstrap .input-group-sm > select.input-group-addon, | |
.sfdcBootstrap .input-group-sm > .input-group-btn > select.btn { | |
height: 30px; | |
line-height: 30px; } | |
.sfdcBootstrap textarea.input-sm, .sfdcBootstrap .input-group-sm > textarea.form-control, | |
.sfdcBootstrap .input-group-sm > textarea.input-group-addon, | |
.sfdcBootstrap .input-group-sm > .input-group-btn > textarea.btn, | |
.sfdcBootstrap select[multiple].input-sm, | |
.sfdcBootstrap .input-group-sm > select[multiple].form-control, | |
.sfdcBootstrap .input-group-sm > select[multiple].input-group-addon, | |
.sfdcBootstrap .input-group-sm > .input-group-btn > select[multiple].btn { | |
height: auto; } | |
.sfdcBootstrap .form-group-sm .form-control { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; } | |
.sfdcBootstrap .form-group-sm select.form-control { | |
height: 30px; | |
line-height: 30px; } | |
.sfdcBootstrap .form-group-sm textarea.form-control, | |
.sfdcBootstrap .form-group-sm select[multiple].form-control { | |
height: auto; } | |
.sfdcBootstrap .form-group-sm .form-control-static { | |
height: 30px; | |
min-height: 32px; | |
padding: 6px 10px; | |
font-size: 12px; | |
line-height: 1.5; } | |
.sfdcBootstrap .input-lg, .sfdcBootstrap .input-group-lg > .form-control, | |
.sfdcBootstrap .input-group-lg > .input-group-addon, | |
.sfdcBootstrap .input-group-lg > .input-group-btn > .btn { | |
height: 46px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.33333; | |
border-radius: 6px; } | |
.sfdcBootstrap select.input-lg, .sfdcBootstrap .input-group-lg > select.form-control, | |
.sfdcBootstrap .input-group-lg > select.input-group-addon, | |
.sfdcBootstrap .input-group-lg > .input-group-btn > select.btn { | |
height: 46px; | |
line-height: 46px; } | |
.sfdcBootstrap textarea.input-lg, .sfdcBootstrap .input-group-lg > textarea.form-control, | |
.sfdcBootstrap .input-group-lg > textarea.input-group-addon, | |
.sfdcBootstrap .input-group-lg > .input-group-btn > textarea.btn, | |
.sfdcBootstrap select[multiple].input-lg, | |
.sfdcBootstrap .input-group-lg > select[multiple].form-control, | |
.sfdcBootstrap .input-group-lg > select[multiple].input-group-addon, | |
.sfdcBootstrap .input-group-lg > .input-group-btn > select[multiple].btn { | |
height: auto; } | |
.sfdcBootstrap .form-group-lg .form-control { | |
height: 46px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.33333; | |
border-radius: 6px; } | |
.sfdcBootstrap .form-group-lg select.form-control { | |
height: 46px; | |
line-height: 46px; } | |
.sfdcBootstrap .form-group-lg textarea.form-control, | |
.sfdcBootstrap .form-group-lg select[multiple].form-control { | |
height: auto; } | |
.sfdcBootstrap .form-group-lg .form-control-static { | |
height: 46px; | |
min-height: 38px; | |
padding: 11px 16px; | |
font-size: 18px; | |
line-height: 1.33333; } | |
.sfdcBootstrap .has-feedback { | |
position: relative; } | |
.sfdcBootstrap .has-feedback .form-control { | |
padding-right: 42.5px; } | |
.sfdcBootstrap .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; } | |
.sfdcBootstrap .input-lg + .form-control-feedback, .sfdcBootstrap .input-group-lg > .form-control + .form-control-feedback, | |
.sfdcBootstrap .input-group-lg > .input-group-addon + .form-control-feedback, | |
.sfdcBootstrap .input-group-lg > .input-group-btn > .btn + .form-control-feedback, | |
.sfdcBootstrap .input-group-lg + .form-control-feedback, | |
.sfdcBootstrap .form-group-lg .form-control + .form-control-feedback { | |
width: 46px; | |
height: 46px; | |
line-height: 46px; } | |
.sfdcBootstrap .input-sm + .form-control-feedback, .sfdcBootstrap .input-group-sm > .form-control + .form-control-feedback, | |
.sfdcBootstrap .input-group-sm > .input-group-addon + .form-control-feedback, | |
.sfdcBootstrap .input-group-sm > .input-group-btn > .btn + .form-control-feedback, | |
.sfdcBootstrap .input-group-sm + .form-control-feedback, | |
.sfdcBootstrap .form-group-sm .form-control + .form-control-feedback { | |
width: 30px; | |
height: 30px; | |
line-height: 30px; } | |
.sfdcBootstrap .has-success .help-block, | |
.sfdcBootstrap .has-success .control-label, | |
.sfdcBootstrap .has-success .radio, | |
.sfdcBootstrap .has-success .checkbox, | |
.sfdcBootstrap .has-success .radio-inline, | |
.sfdcBootstrap .has-success .checkbox-inline, .sfdcBootstrap .has-success.radio label, .sfdcBootstrap .has-success.checkbox label, .sfdcBootstrap .has-success.radio-inline label, .sfdcBootstrap .has-success.checkbox-inline label { | |
color: #3c763d; } | |
.sfdcBootstrap .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); } | |
.sfdcBootstrap .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; } | |
.sfdcBootstrap .has-success .input-group-addon { | |
color: #3c763d; | |
border-color: #3c763d; | |
background-color: #dff0d8; } | |
.sfdcBootstrap .has-success .form-control-feedback { | |
color: #3c763d; } | |
.sfdcBootstrap .has-warning .help-block, | |
.sfdcBootstrap .has-warning .control-label, | |
.sfdcBootstrap .has-warning .radio, | |
.sfdcBootstrap .has-warning .checkbox, | |
.sfdcBootstrap .has-warning .radio-inline, | |
.sfdcBootstrap .has-warning .checkbox-inline, .sfdcBootstrap .has-warning.radio label, .sfdcBootstrap .has-warning.checkbox label, .sfdcBootstrap .has-warning.radio-inline label, .sfdcBootstrap .has-warning.checkbox-inline label { | |
color: #8a6d3b; } | |
.sfdcBootstrap .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); } | |
.sfdcBootstrap .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; } | |
.sfdcBootstrap .has-warning .input-group-addon { | |
color: #8a6d3b; | |
border-color: #8a6d3b; | |
background-color: #fcf8e3; } | |
.sfdcBootstrap .has-warning .form-control-feedback { | |
color: #8a6d3b; } | |
.sfdcBootstrap .has-error .help-block, | |
.sfdcBootstrap .has-error .control-label, | |
.sfdcBootstrap .has-error .radio, | |
.sfdcBootstrap .has-error .checkbox, | |
.sfdcBootstrap .has-error .radio-inline, | |
.sfdcBootstrap .has-error .checkbox-inline, .sfdcBootstrap .has-error.radio label, .sfdcBootstrap .has-error.checkbox label, .sfdcBootstrap .has-error.radio-inline label, .sfdcBootstrap .has-error.checkbox-inline label { | |
color: #a94442; } | |
.sfdcBootstrap .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); } | |
.sfdcBootstrap .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; } | |
.sfdcBootstrap .has-error .input-group-addon { | |
color: #a94442; | |
border-color: #a94442; | |
background-color: #f2dede; } | |
.sfdcBootstrap .has-error .form-control-feedback { | |
color: #a94442; } | |
.sfdcBootstrap .has-feedback label ~ .form-control-feedback { | |
top: 25px; } | |
.sfdcBootstrap .has-feedback label.sr-only ~ .form-control-feedback { | |
top: 0; } | |
.sfdcBootstrap .help-block { | |
display: block; | |
margin-top: 5px; | |
margin-bottom: 10px; | |
color: #737373; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .form-inline .form-group { | |
display: inline-block; | |
margin-bottom: 0; | |
vertical-align: middle; } | |
.sfdcBootstrap .form-inline .form-control { | |
display: inline-block; | |
width: auto; | |
vertical-align: middle; } | |
.sfdcBootstrap .form-inline .form-control-static { | |
display: inline-block; } | |
.sfdcBootstrap .form-inline .input-group { | |
display: inline-table; | |
vertical-align: middle; } | |
.sfdcBootstrap .form-inline .input-group .input-group-addon, | |
.sfdcBootstrap .form-inline .input-group .input-group-btn, | |
.sfdcBootstrap .form-inline .input-group .form-control { | |
width: auto; } | |
.sfdcBootstrap .form-inline .input-group > .form-control { | |
width: 100%; } | |
.sfdcBootstrap .form-inline .control-label { | |
margin-bottom: 0; | |
vertical-align: middle; } | |
.sfdcBootstrap .form-inline .radio, | |
.sfdcBootstrap .form-inline .checkbox { | |
display: inline-block; | |
margin-top: 0; | |
margin-bottom: 0; | |
vertical-align: middle; } | |
.sfdcBootstrap .form-inline .radio label, | |
.sfdcBootstrap .form-inline .checkbox label { | |
padding-left: 0; } | |
.sfdcBootstrap .form-inline .radio input[type="radio"], | |
.sfdcBootstrap .form-inline .checkbox input[type="checkbox"] { | |
position: relative; | |
margin-left: 0; } | |
.sfdcBootstrap .form-inline .has-feedback .form-control-feedback { | |
top: 0; } } | |
.sfdcBootstrap .form-horizontal .radio, | |
.sfdcBootstrap .form-horizontal .checkbox, | |
.sfdcBootstrap .form-horizontal .radio-inline, | |
.sfdcBootstrap .form-horizontal .checkbox-inline { | |
margin-top: 0; | |
margin-bottom: 0; | |
padding-top: 7px; } | |
.sfdcBootstrap .form-horizontal .radio, | |
.sfdcBootstrap .form-horizontal .checkbox { | |
min-height: 27px; } | |
.sfdcBootstrap .form-horizontal .form-group { | |
margin-left: -15px; | |
margin-right: -15px; } | |
.sfdcBootstrap .form-horizontal .form-group:before, .sfdcBootstrap .form-horizontal .form-group:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .form-horizontal .form-group:after { | |
clear: both; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .form-horizontal .control-label { | |
text-align: right; | |
margin-bottom: 0; | |
padding-top: 7px; } } | |
.sfdcBootstrap .form-horizontal .has-feedback .form-control-feedback { | |
right: 15px; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .form-horizontal .form-group-lg .control-label { | |
padding-top: 11px; | |
font-size: 18px; } } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .form-horizontal .form-group-sm .control-label { | |
padding-top: 6px; | |
font-size: 12px; } } | |
.sfdcBootstrap .btn { | |
display: inline-block; | |
margin-bottom: 0; | |
font-weight: normal; | |
text-align: center; | |
vertical-align: middle; | |
touch-action: manipulation; | |
cursor: pointer; | |
background-image: none; | |
border: 1px solid transparent; | |
white-space: nowrap; | |
padding: 6px 12px; | |
font-size: 14px; | |
line-height: 1.42857; | |
border-radius: 4px; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; } | |
.sfdcBootstrap .btn:focus, .sfdcBootstrap .btn.focus, .sfdcBootstrap .btn:active:focus, .sfdcBootstrap .btn:active.focus, .sfdcBootstrap .btn.active:focus, .sfdcBootstrap .btn.active.focus { | |
outline: thin dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; } | |
.sfdcBootstrap .btn:hover, .sfdcBootstrap .btn:focus, .sfdcBootstrap .btn.focus { | |
color: #333; | |
text-decoration: none; } | |
.sfdcBootstrap .btn:active, .sfdcBootstrap .btn.active { | |
outline: 0; | |
background-image: none; | |
-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); } | |
.sfdcBootstrap .btn.disabled, .sfdcBootstrap .btn[disabled], fieldset[disabled] .sfdcBootstrap .btn { | |
cursor: not-allowed; | |
opacity: 0.65; | |
filter: alpha(opacity=65); | |
-webkit-box-shadow: none; | |
box-shadow: none; } | |
.sfdcBootstrap a.btn.disabled, fieldset[disabled] .sfdcBootstrap a.btn { | |
pointer-events: none; } | |
.sfdcBootstrap .btn-default { | |
color: #333; | |
background-color: #fff; | |
border-color: #ccc; } | |
.sfdcBootstrap .btn-default:focus, .sfdcBootstrap .btn-default.focus { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #8c8c8c; } | |
.sfdcBootstrap .btn-default:hover { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #adadad; } | |
.sfdcBootstrap .btn-default:active, .sfdcBootstrap .btn-default.active, .open > .sfdcBootstrap .btn-default.dropdown-toggle { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #adadad; } | |
.sfdcBootstrap .btn-default:active:hover, .sfdcBootstrap .btn-default:active:focus, .sfdcBootstrap .btn-default:active.focus, .sfdcBootstrap .btn-default.active:hover, .sfdcBootstrap .btn-default.active:focus, .sfdcBootstrap .btn-default.active.focus, .open > .sfdcBootstrap .btn-default.dropdown-toggle:hover, .open > .sfdcBootstrap .btn-default.dropdown-toggle:focus, .open > .sfdcBootstrap .btn-default.dropdown-toggle.focus { | |
color: #333; | |
background-color: #d4d4d4; | |
border-color: #8c8c8c; } | |
.sfdcBootstrap .btn-default:active, .sfdcBootstrap .btn-default.active, .open > .sfdcBootstrap .btn-default.dropdown-toggle { | |
background-image: none; } | |
.sfdcBootstrap .btn-default.disabled:hover, .sfdcBootstrap .btn-default.disabled:focus, .sfdcBootstrap .btn-default.disabled.focus, .sfdcBootstrap .btn-default[disabled]:hover, .sfdcBootstrap .btn-default[disabled]:focus, .sfdcBootstrap .btn-default[disabled].focus, fieldset[disabled] .sfdcBootstrap .btn-default:hover, fieldset[disabled] .sfdcBootstrap .btn-default:focus, fieldset[disabled] .sfdcBootstrap .btn-default.focus { | |
background-color: #fff; | |
border-color: #ccc; } | |
.sfdcBootstrap .btn-default .badge { | |
color: #fff; | |
background-color: #333; } | |
.sfdcBootstrap .btn-primary { | |
color: #fff; | |
background-color: #337ab7; | |
border-color: #2e6da4; } | |
.sfdcBootstrap .btn-primary:focus, .sfdcBootstrap .btn-primary.focus { | |
color: #fff; | |
background-color: #286090; | |
border-color: #122b40; } | |
.sfdcBootstrap .btn-primary:hover { | |
color: #fff; | |
background-color: #286090; | |
border-color: #204d74; } | |
.sfdcBootstrap .btn-primary:active, .sfdcBootstrap .btn-primary.active, .open > .sfdcBootstrap .btn-primary.dropdown-toggle { | |
color: #fff; | |
background-color: #286090; | |
border-color: #204d74; } | |
.sfdcBootstrap .btn-primary:active:hover, .sfdcBootstrap .btn-primary:active:focus, .sfdcBootstrap .btn-primary:active.focus, .sfdcBootstrap .btn-primary.active:hover, .sfdcBootstrap .btn-primary.active:focus, .sfdcBootstrap .btn-primary.active.focus, .open > .sfdcBootstrap .btn-primary.dropdown-toggle:hover, .open > .sfdcBootstrap .btn-primary.dropdown-toggle:focus, .open > .sfdcBootstrap .btn-primary.dropdown-toggle.focus { | |
color: #fff; | |
background-color: #204d74; | |
border-color: #122b40; } | |
.sfdcBootstrap .btn-primary:active, .sfdcBootstrap .btn-primary.active, .open > .sfdcBootstrap .btn-primary.dropdown-toggle { | |
background-image: none; } | |
.sfdcBootstrap .btn-primary.disabled:hover, .sfdcBootstrap .btn-primary.disabled:focus, .sfdcBootstrap .btn-primary.disabled.focus, .sfdcBootstrap .btn-primary[disabled]:hover, .sfdcBootstrap .btn-primary[disabled]:focus, .sfdcBootstrap .btn-primary[disabled].focus, fieldset[disabled] .sfdcBootstrap .btn-primary:hover, fieldset[disabled] .sfdcBootstrap .btn-primary:focus, fieldset[disabled] .sfdcBootstrap .btn-primary.focus { | |
background-color: #337ab7; | |
border-color: #2e6da4; } | |
.sfdcBootstrap .btn-primary .badge { | |
color: #337ab7; | |
background-color: #fff; } | |
.sfdcBootstrap .btn-success { | |
color: #fff; | |
background-color: #5cb85c; | |
border-color: #4cae4c; } | |
.sfdcBootstrap .btn-success:focus, .sfdcBootstrap .btn-success.focus { | |
color: #fff; | |
background-color: #449d44; | |
border-color: #255625; } | |
.sfdcBootstrap .btn-success:hover { | |
color: #fff; | |
background-color: #449d44; | |
border-color: #398439; } | |
.sfdcBootstrap .btn-success:active, .sfdcBootstrap .btn-success.active, .open > .sfdcBootstrap .btn-success.dropdown-toggle { | |
color: #fff; | |
background-color: #449d44; | |
border-color: #398439; } | |
.sfdcBootstrap .btn-success:active:hover, .sfdcBootstrap .btn-success:active:focus, .sfdcBootstrap .btn-success:active.focus, .sfdcBootstrap .btn-success.active:hover, .sfdcBootstrap .btn-success.active:focus, .sfdcBootstrap .btn-success.active.focus, .open > .sfdcBootstrap .btn-success.dropdown-toggle:hover, .open > .sfdcBootstrap .btn-success.dropdown-toggle:focus, .open > .sfdcBootstrap .btn-success.dropdown-toggle.focus { | |
color: #fff; | |
background-color: #398439; | |
border-color: #255625; } | |
.sfdcBootstrap .btn-success:active, .sfdcBootstrap .btn-success.active, .open > .sfdcBootstrap .btn-success.dropdown-toggle { | |
background-image: none; } | |
.sfdcBootstrap .btn-success.disabled:hover, .sfdcBootstrap .btn-success.disabled:focus, .sfdcBootstrap .btn-success.disabled.focus, .sfdcBootstrap .btn-success[disabled]:hover, .sfdcBootstrap .btn-success[disabled]:focus, .sfdcBootstrap .btn-success[disabled].focus, fieldset[disabled] .sfdcBootstrap .btn-success:hover, fieldset[disabled] .sfdcBootstrap .btn-success:focus, fieldset[disabled] .sfdcBootstrap .btn-success.focus { | |
background-color: #5cb85c; | |
border-color: #4cae4c; } | |
.sfdcBootstrap .btn-success .badge { | |
color: #5cb85c; | |
background-color: #fff; } | |
.sfdcBootstrap .btn-info { | |
color: #fff; | |
background-color: #5bc0de; | |
border-color: #46b8da; } | |
.sfdcBootstrap .btn-info:focus, .sfdcBootstrap .btn-info.focus { | |
color: #fff; | |
background-color: #31b0d5; | |
border-color: #1b6d85; } | |
.sfdcBootstrap .btn-info:hover { | |
color: #fff; | |
background-color: #31b0d5; | |
border-color: #269abc; } | |
.sfdcBootstrap .btn-info:active, .sfdcBootstrap .btn-info.active, .open > .sfdcBootstrap .btn-info.dropdown-toggle { | |
color: #fff; | |
background-color: #31b0d5; | |
border-color: #269abc; } | |
.sfdcBootstrap .btn-info:active:hover, .sfdcBootstrap .btn-info:active:focus, .sfdcBootstrap .btn-info:active.focus, .sfdcBootstrap .btn-info.active:hover, .sfdcBootstrap .btn-info.active:focus, .sfdcBootstrap .btn-info.active.focus, .open > .sfdcBootstrap .btn-info.dropdown-toggle:hover, .open > .sfdcBootstrap .btn-info.dropdown-toggle:focus, .open > .sfdcBootstrap .btn-info.dropdown-toggle.focus { | |
color: #fff; | |
background-color: #269abc; | |
border-color: #1b6d85; } | |
.sfdcBootstrap .btn-info:active, .sfdcBootstrap .btn-info.active, .open > .sfdcBootstrap .btn-info.dropdown-toggle { | |
background-image: none; } | |
.sfdcBootstrap .btn-info.disabled:hover, .sfdcBootstrap .btn-info.disabled:focus, .sfdcBootstrap .btn-info.disabled.focus, .sfdcBootstrap .btn-info[disabled]:hover, .sfdcBootstrap .btn-info[disabled]:focus, .sfdcBootstrap .btn-info[disabled].focus, fieldset[disabled] .sfdcBootstrap .btn-info:hover, fieldset[disabled] .sfdcBootstrap .btn-info:focus, fieldset[disabled] .sfdcBootstrap .btn-info.focus { | |
background-color: #5bc0de; | |
border-color: #46b8da; } | |
.sfdcBootstrap .btn-info .badge { | |
color: #5bc0de; | |
background-color: #fff; } | |
.sfdcBootstrap .btn-warning { | |
color: #fff; | |
background-color: #f0ad4e; | |
border-color: #eea236; } | |
.sfdcBootstrap .btn-warning:focus, .sfdcBootstrap .btn-warning.focus { | |
color: #fff; | |
background-color: #ec971f; | |
border-color: #985f0d; } | |
.sfdcBootstrap .btn-warning:hover { | |
color: #fff; | |
background-color: #ec971f; | |
border-color: #d58512; } | |
.sfdcBootstrap .btn-warning:active, .sfdcBootstrap .btn-warning.active, .open > .sfdcBootstrap .btn-warning.dropdown-toggle { | |
color: #fff; | |
background-color: #ec971f; | |
border-color: #d58512; } | |
.sfdcBootstrap .btn-warning:active:hover, .sfdcBootstrap .btn-warning:active:focus, .sfdcBootstrap .btn-warning:active.focus, .sfdcBootstrap .btn-warning.active:hover, .sfdcBootstrap .btn-warning.active:focus, .sfdcBootstrap .btn-warning.active.focus, .open > .sfdcBootstrap .btn-warning.dropdown-toggle:hover, .open > .sfdcBootstrap .btn-warning.dropdown-toggle:focus, .open > .sfdcBootstrap .btn-warning.dropdown-toggle.focus { | |
color: #fff; | |
background-color: #d58512; | |
border-color: #985f0d; } | |
.sfdcBootstrap .btn-warning:active, .sfdcBootstrap .btn-warning.active, .open > .sfdcBootstrap .btn-warning.dropdown-toggle { | |
background-image: none; } | |
.sfdcBootstrap .btn-warning.disabled:hover, .sfdcBootstrap .btn-warning.disabled:focus, .sfdcBootstrap .btn-warning.disabled.focus, .sfdcBootstrap .btn-warning[disabled]:hover, .sfdcBootstrap .btn-warning[disabled]:focus, .sfdcBootstrap .btn-warning[disabled].focus, fieldset[disabled] .sfdcBootstrap .btn-warning:hover, fieldset[disabled] .sfdcBootstrap .btn-warning:focus, fieldset[disabled] .sfdcBootstrap .btn-warning.focus { | |
background-color: #f0ad4e; | |
border-color: #eea236; } | |
.sfdcBootstrap .btn-warning .badge { | |
color: #f0ad4e; | |
background-color: #fff; } | |
.sfdcBootstrap .btn-danger { | |
color: #fff; | |
background-color: #d9534f; | |
border-color: #d43f3a; } | |
.sfdcBootstrap .btn-danger:focus, .sfdcBootstrap .btn-danger.focus { | |
color: #fff; | |
background-color: #c9302c; | |
border-color: #761c19; } | |
.sfdcBootstrap .btn-danger:hover { | |
color: #fff; | |
background-color: #c9302c; | |
border-color: #ac2925; } | |
.sfdcBootstrap .btn-danger:active, .sfdcBootstrap .btn-danger.active, .open > .sfdcBootstrap .btn-danger.dropdown-toggle { | |
color: #fff; | |
background-color: #c9302c; | |
border-color: #ac2925; } | |
.sfdcBootstrap .btn-danger:active:hover, .sfdcBootstrap .btn-danger:active:focus, .sfdcBootstrap .btn-danger:active.focus, .sfdcBootstrap .btn-danger.active:hover, .sfdcBootstrap .btn-danger.active:focus, .sfdcBootstrap .btn-danger.active.focus, .open > .sfdcBootstrap .btn-danger.dropdown-toggle:hover, .open > .sfdcBootstrap .btn-danger.dropdown-toggle:focus, .open > .sfdcBootstrap .btn-danger.dropdown-toggle.focus { | |
color: #fff; | |
background-color: #ac2925; | |
border-color: #761c19; } | |
.sfdcBootstrap .btn-danger:active, .sfdcBootstrap .btn-danger.active, .open > .sfdcBootstrap .btn-danger.dropdown-toggle { | |
background-image: none; } | |
.sfdcBootstrap .btn-danger.disabled:hover, .sfdcBootstrap .btn-danger.disabled:focus, .sfdcBootstrap .btn-danger.disabled.focus, .sfdcBootstrap .btn-danger[disabled]:hover, .sfdcBootstrap .btn-danger[disabled]:focus, .sfdcBootstrap .btn-danger[disabled].focus, fieldset[disabled] .sfdcBootstrap .btn-danger:hover, fieldset[disabled] .sfdcBootstrap .btn-danger:focus, fieldset[disabled] .sfdcBootstrap .btn-danger.focus { | |
background-color: #d9534f; | |
border-color: #d43f3a; } | |
.sfdcBootstrap .btn-danger .badge { | |
color: #d9534f; | |
background-color: #fff; } | |
.sfdcBootstrap .btn-link { | |
color: #337ab7; | |
font-weight: normal; | |
border-radius: 0; } | |
.sfdcBootstrap .btn-link, .sfdcBootstrap .btn-link:active, .sfdcBootstrap .btn-link.active, .sfdcBootstrap .btn-link[disabled], fieldset[disabled] .sfdcBootstrap .btn-link { | |
background-color: transparent; | |
-webkit-box-shadow: none; | |
box-shadow: none; } | |
.sfdcBootstrap .btn-link, .sfdcBootstrap .btn-link:hover, .sfdcBootstrap .btn-link:focus, .sfdcBootstrap .btn-link:active { | |
border-color: transparent; } | |
.sfdcBootstrap .btn-link:hover, .sfdcBootstrap .btn-link:focus { | |
color: #23527c; | |
text-decoration: underline; | |
background-color: transparent; } | |
.sfdcBootstrap .btn-link[disabled]:hover, .sfdcBootstrap .btn-link[disabled]:focus, fieldset[disabled] .sfdcBootstrap .btn-link:hover, fieldset[disabled] .sfdcBootstrap .btn-link:focus { | |
color: #777777; | |
text-decoration: none; } | |
.sfdcBootstrap .btn-lg, .sfdcBootstrap .btn-group-lg > .btn { | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.33333; | |
border-radius: 6px; } | |
.sfdcBootstrap .btn-sm, .sfdcBootstrap .btn-group-sm > .btn { | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; } | |
.sfdcBootstrap .btn-xs, .sfdcBootstrap .btn-group-xs > .btn { | |
padding: 1px 5px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; } | |
.sfdcBootstrap .btn-block { | |
display: block; | |
width: 100%; } | |
.sfdcBootstrap .btn-block + .btn-block { | |
margin-top: 5px; } | |
.sfdcBootstrap input[type="submit"].btn-block, | |
.sfdcBootstrap input[type="reset"].btn-block, | |
.sfdcBootstrap input[type="button"].btn-block { | |
width: 100%; } | |
.sfdcBootstrap .fade { | |
opacity: 0; | |
-webkit-transition: opacity 0.15s linear; | |
-o-transition: opacity 0.15s linear; | |
transition: opacity 0.15s linear; } | |
.sfdcBootstrap .fade.in { | |
opacity: 1; } | |
.sfdcBootstrap .collapse { | |
display: none; } | |
.sfdcBootstrap .collapse.in { | |
display: block; } | |
.sfdcBootstrap tr.collapse.in { | |
display: table-row; } | |
.sfdcBootstrap tbody.collapse.in { | |
display: table-row-group; } | |
.sfdcBootstrap .collapsing { | |
position: relative; | |
height: 0; | |
overflow: hidden; | |
-webkit-transition-property: height, visibility; | |
transition-property: height, visibility; | |
-webkit-transition-duration: 0.35s; | |
transition-duration: 0.35s; | |
-webkit-transition-timing-function: ease; | |
transition-timing-function: ease; } | |
.sfdcBootstrap .caret { | |
display: inline-block; | |
width: 0; | |
height: 0; | |
margin-left: 2px; | |
vertical-align: middle; | |
border-top: 4px dashed; | |
border-top: 4px solid \9; | |
border-right: 4px solid transparent; | |
border-left: 4px solid transparent; } | |
.sfdcBootstrap .dropup, | |
.sfdcBootstrap .dropdown { | |
position: relative; } | |
.sfdcBootstrap .dropdown-toggle:focus { | |
outline: 0; } | |
.sfdcBootstrap .dropdown-menu { | |
position: absolute; | |
top: 100%; | |
left: 0; | |
z-index: 1000; | |
display: none; | |
float: left; | |
min-width: 160px; | |
padding: 5px 0; | |
margin: 2px 0 0; | |
list-style: none; | |
font-size: 14px; | |
text-align: left; | |
background-color: #fff; | |
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); | |
background-clip: padding-box; } | |
.sfdcBootstrap .dropdown-menu.pull-right { | |
right: 0; | |
left: auto; } | |
.sfdcBootstrap .dropdown-menu .divider { | |
height: 1px; | |
margin: 9px 0; | |
overflow: hidden; | |
background-color: #e5e5e5; } | |
.sfdcBootstrap .dropdown-menu > li > a { | |
display: block; | |
padding: 3px 20px; | |
clear: both; | |
font-weight: normal; | |
line-height: 1.42857; | |
color: #333333; | |
white-space: nowrap; } | |
.sfdcBootstrap .dropdown-menu > li > a:hover, .sfdcBootstrap .dropdown-menu > li > a:focus { | |
text-decoration: none; | |
color: #262626; | |
background-color: #f5f5f5; } | |
.sfdcBootstrap .dropdown-menu > .active > a, .sfdcBootstrap .dropdown-menu > .active > a:hover, .sfdcBootstrap .dropdown-menu > .active > a:focus { | |
color: #fff; | |
text-decoration: none; | |
outline: 0; | |
background-color: #337ab7; } | |
.sfdcBootstrap .dropdown-menu > .disabled > a, .sfdcBootstrap .dropdown-menu > .disabled > a:hover, .sfdcBootstrap .dropdown-menu > .disabled > a:focus { | |
color: #777777; } | |
.sfdcBootstrap .dropdown-menu > .disabled > a:hover, .sfdcBootstrap .dropdown-menu > .disabled > a:focus { | |
text-decoration: none; | |
background-color: transparent; | |
background-image: none; | |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
cursor: not-allowed; } | |
.sfdcBootstrap .open > .dropdown-menu { | |
display: block; } | |
.sfdcBootstrap .open > a { | |
outline: 0; } | |
.sfdcBootstrap .dropdown-menu-right { | |
left: auto; | |
right: 0; } | |
.sfdcBootstrap .dropdown-menu-left { | |
left: 0; | |
right: auto; } | |
.sfdcBootstrap .dropdown-header { | |
display: block; | |
padding: 3px 20px; | |
font-size: 12px; | |
line-height: 1.42857; | |
color: #777777; | |
white-space: nowrap; } | |
.sfdcBootstrap .dropdown-backdrop { | |
position: fixed; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
top: 0; | |
z-index: 990; } | |
.sfdcBootstrap .pull-right > .dropdown-menu { | |
right: 0; | |
left: auto; } | |
.sfdcBootstrap .dropup .caret, | |
.sfdcBootstrap .navbar-fixed-bottom .dropdown .caret { | |
border-top: 0; | |
border-bottom: 4px dashed; | |
border-bottom: 4px solid \9; | |
content: ""; } | |
.sfdcBootstrap .dropup .dropdown-menu, | |
.sfdcBootstrap .navbar-fixed-bottom .dropdown .dropdown-menu { | |
top: auto; | |
bottom: 100%; | |
margin-bottom: 2px; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .navbar-right .dropdown-menu { | |
right: 0; | |
left: auto; } | |
.sfdcBootstrap .navbar-right .dropdown-menu-left { | |
left: 0; | |
right: auto; } } | |
.sfdcBootstrap .btn-group, | |
.sfdcBootstrap .btn-group-vertical { | |
position: relative; | |
display: inline-block; | |
vertical-align: middle; } | |
.sfdcBootstrap .btn-group > .btn, | |
.sfdcBootstrap .btn-group-vertical > .btn { | |
position: relative; | |
float: left; } | |
.sfdcBootstrap .btn-group > .btn:hover, .sfdcBootstrap .btn-group > .btn:focus, .sfdcBootstrap .btn-group > .btn:active, .sfdcBootstrap .btn-group > .btn.active, | |
.sfdcBootstrap .btn-group-vertical > .btn:hover, | |
.sfdcBootstrap .btn-group-vertical > .btn:focus, | |
.sfdcBootstrap .btn-group-vertical > .btn:active, | |
.sfdcBootstrap .btn-group-vertical > .btn.active { | |
z-index: 2; } | |
.sfdcBootstrap .btn-group .btn + .btn, | |
.sfdcBootstrap .btn-group .btn + .btn-group, | |
.sfdcBootstrap .btn-group .btn-group + .btn, | |
.sfdcBootstrap .btn-group .btn-group + .btn-group { | |
margin-left: -1px; } | |
.sfdcBootstrap .btn-toolbar { | |
margin-left: -5px; } | |
.sfdcBootstrap .btn-toolbar:before, .sfdcBootstrap .btn-toolbar:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .btn-toolbar:after { | |
clear: both; } | |
.sfdcBootstrap .btn-toolbar .btn, | |
.sfdcBootstrap .btn-toolbar .btn-group, | |
.sfdcBootstrap .btn-toolbar .input-group { | |
float: left; } | |
.sfdcBootstrap .btn-toolbar > .btn, | |
.sfdcBootstrap .btn-toolbar > .btn-group, | |
.sfdcBootstrap .btn-toolbar > .input-group { | |
margin-left: 5px; } | |
.sfdcBootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { | |
border-radius: 0; } | |
.sfdcBootstrap .btn-group > .btn:first-child { | |
margin-left: 0; } | |
.sfdcBootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0; } | |
.sfdcBootstrap .btn-group > .btn:last-child:not(:first-child), | |
.sfdcBootstrap .btn-group > .dropdown-toggle:not(:first-child) { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0; } | |
.sfdcBootstrap .btn-group > .btn-group { | |
float: left; } | |
.sfdcBootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { | |
border-radius: 0; } | |
.sfdcBootstrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, | |
.sfdcBootstrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0; } | |
.sfdcBootstrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0; } | |
.sfdcBootstrap .btn-group .dropdown-toggle:active, | |
.sfdcBootstrap .btn-group.open .dropdown-toggle { | |
outline: 0; } | |
.sfdcBootstrap .btn-group > .btn + .dropdown-toggle { | |
padding-left: 8px; | |
padding-right: 8px; } | |
.sfdcBootstrap .btn-group > .btn-lg + .dropdown-toggle, .sfdcBootstrap .btn-group-lg.btn-group > .btn + .dropdown-toggle { | |
padding-left: 12px; | |
padding-right: 12px; } | |
.sfdcBootstrap .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); } | |
.sfdcBootstrap .btn-group.open .dropdown-toggle.btn-link { | |
-webkit-box-shadow: none; | |
box-shadow: none; } | |
.sfdcBootstrap .btn .caret { | |
margin-left: 0; } | |
.sfdcBootstrap .btn-lg .caret, .sfdcBootstrap .btn-group-lg > .btn .caret { | |
border-width: 5px 5px 0; | |
border-bottom-width: 0; } | |
.sfdcBootstrap .dropup .btn-lg .caret, .sfdcBootstrap .dropup .btn-group-lg > .btn .caret { | |
border-width: 0 5px 5px; } | |
.sfdcBootstrap .btn-group-vertical > .btn, | |
.sfdcBootstrap .btn-group-vertical > .btn-group, | |
.sfdcBootstrap .btn-group-vertical > .btn-group > .btn { | |
display: block; | |
float: none; | |
width: 100%; | |
max-width: 100%; } | |
.sfdcBootstrap .btn-group-vertical > .btn-group:before, .sfdcBootstrap .btn-group-vertical > .btn-group:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .btn-group-vertical > .btn-group:after { | |
clear: both; } | |
.sfdcBootstrap .btn-group-vertical > .btn-group > .btn { | |
float: none; } | |
.sfdcBootstrap .btn-group-vertical > .btn + .btn, | |
.sfdcBootstrap .btn-group-vertical > .btn + .btn-group, | |
.sfdcBootstrap .btn-group-vertical > .btn-group + .btn, | |
.sfdcBootstrap .btn-group-vertical > .btn-group + .btn-group { | |
margin-top: -1px; | |
margin-left: 0; } | |
.sfdcBootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) { | |
border-radius: 0; } | |
.sfdcBootstrap .btn-group-vertical > .btn:first-child:not(:last-child) { | |
border-top-right-radius: 4px; | |
border-top-left-radius: 4px; | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; } | |
.sfdcBootstrap .btn-group-vertical > .btn:last-child:not(:first-child) { | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; | |
border-bottom-right-radius: 4px; | |
border-bottom-left-radius: 4px; } | |
.sfdcBootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { | |
border-radius: 0; } | |
.sfdcBootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, | |
.sfdcBootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; } | |
.sfdcBootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; } | |
.sfdcBootstrap .btn-group-justified { | |
display: table; | |
width: 100%; | |
table-layout: fixed; | |
border-collapse: separate; } | |
.sfdcBootstrap .btn-group-justified > .btn, | |
.sfdcBootstrap .btn-group-justified > .btn-group { | |
float: none; | |
display: table-cell; | |
width: 1%; } | |
.sfdcBootstrap .btn-group-justified > .btn-group .btn { | |
width: 100%; } | |
.sfdcBootstrap .btn-group-justified > .btn-group .dropdown-menu { | |
left: auto; } | |
.sfdcBootstrap [data-toggle="buttons"] > .btn input[type="radio"], | |
.sfdcBootstrap [data-toggle="buttons"] > .btn input[type="checkbox"], | |
.sfdcBootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], | |
.sfdcBootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { | |
position: absolute; | |
clip: rect(0, 0, 0, 0); | |
pointer-events: none; } | |
.sfdcBootstrap .input-group { | |
position: relative; | |
display: table; | |
border-collapse: separate; } | |
.sfdcBootstrap .input-group[class*="col-"] { | |
float: none; | |
padding-left: 0; | |
padding-right: 0; } | |
.sfdcBootstrap .input-group .form-control { | |
position: relative; | |
z-index: 2; | |
float: left; | |
width: 100%; | |
margin-bottom: 0; } | |
.sfdcBootstrap .input-group .form-control:focus { | |
z-index: 3; } | |
.sfdcBootstrap .input-group-addon, | |
.sfdcBootstrap .input-group-btn, | |
.sfdcBootstrap .input-group .form-control { | |
display: table-cell; } | |
.sfdcBootstrap .input-group-addon:not(:first-child):not(:last-child), | |
.sfdcBootstrap .input-group-btn:not(:first-child):not(:last-child), | |
.sfdcBootstrap .input-group .form-control:not(:first-child):not(:last-child) { | |
border-radius: 0; } | |
.sfdcBootstrap .input-group-addon, | |
.sfdcBootstrap .input-group-btn { | |
width: 1%; | |
white-space: nowrap; | |
vertical-align: middle; } | |
.sfdcBootstrap .input-group-addon { | |
padding: 6px 12px; | |
font-size: 14px; | |
font-weight: normal; | |
line-height: 1; | |
color: #555555; | |
text-align: center; | |
background-color: #eeeeee; | |
border: 1px solid #ccc; | |
border-radius: 4px; } | |
.sfdcBootstrap .input-group-addon.input-sm, | |
.sfdcBootstrap .input-group-sm > .input-group-addon, | |
.sfdcBootstrap .input-group-sm > .input-group-btn > .input-group-addon.btn { | |
padding: 5px 10px; | |
font-size: 12px; | |
border-radius: 3px; } | |
.sfdcBootstrap .input-group-addon.input-lg, | |
.sfdcBootstrap .input-group-lg > .input-group-addon, | |
.sfdcBootstrap .input-group-lg > .input-group-btn > .input-group-addon.btn { | |
padding: 10px 16px; | |
font-size: 18px; | |
border-radius: 6px; } | |
.sfdcBootstrap .input-group-addon input[type="radio"], | |
.sfdcBootstrap .input-group-addon input[type="checkbox"] { | |
margin-top: 0; } | |
.sfdcBootstrap .input-group .form-control:first-child, | |
.sfdcBootstrap .input-group-addon:first-child, | |
.sfdcBootstrap .input-group-btn:first-child > .btn, | |
.sfdcBootstrap .input-group-btn:first-child > .btn-group > .btn, | |
.sfdcBootstrap .input-group-btn:first-child > .dropdown-toggle, | |
.sfdcBootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), | |
.sfdcBootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0; } | |
.sfdcBootstrap .input-group-addon:first-child { | |
border-right: 0; } | |
.sfdcBootstrap .input-group .form-control:last-child, | |
.sfdcBootstrap .input-group-addon:last-child, | |
.sfdcBootstrap .input-group-btn:last-child > .btn, | |
.sfdcBootstrap .input-group-btn:last-child > .btn-group > .btn, | |
.sfdcBootstrap .input-group-btn:last-child > .dropdown-toggle, | |
.sfdcBootstrap .input-group-btn:first-child > .btn:not(:first-child), | |
.sfdcBootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0; } | |
.sfdcBootstrap .input-group-addon:last-child { | |
border-left: 0; } | |
.sfdcBootstrap .input-group-btn { | |
position: relative; | |
font-size: 0; | |
white-space: nowrap; } | |
.sfdcBootstrap .input-group-btn > .btn { | |
position: relative; } | |
.sfdcBootstrap .input-group-btn > .btn + .btn { | |
margin-left: -1px; } | |
.sfdcBootstrap .input-group-btn > .btn:hover, .sfdcBootstrap .input-group-btn > .btn:focus, .sfdcBootstrap .input-group-btn > .btn:active { | |
z-index: 2; } | |
.sfdcBootstrap .input-group-btn:first-child > .btn, | |
.sfdcBootstrap .input-group-btn:first-child > .btn-group { | |
margin-right: -1px; } | |
.sfdcBootstrap .input-group-btn:last-child > .btn, | |
.sfdcBootstrap .input-group-btn:last-child > .btn-group { | |
z-index: 2; | |
margin-left: -1px; } | |
.sfdcBootstrap .nav { | |
margin-bottom: 0; | |
padding-left: 0; | |
list-style: none; } | |
.sfdcBootstrap .nav:before, .sfdcBootstrap .nav:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .nav:after { | |
clear: both; } | |
.sfdcBootstrap .nav > li { | |
position: relative; | |
display: block; } | |
.sfdcBootstrap .nav > li > a { | |
position: relative; | |
display: block; | |
padding: 10px 15px; } | |
.sfdcBootstrap .nav > li > a:hover, .sfdcBootstrap .nav > li > a:focus { | |
text-decoration: none; | |
background-color: #eeeeee; } | |
.sfdcBootstrap .nav > li.disabled > a { | |
color: #777777; } | |
.sfdcBootstrap .nav > li.disabled > a:hover, .sfdcBootstrap .nav > li.disabled > a:focus { | |
color: #777777; | |
text-decoration: none; | |
background-color: transparent; | |
cursor: not-allowed; } | |
.sfdcBootstrap .nav .open > a, .sfdcBootstrap .nav .open > a:hover, .sfdcBootstrap .nav .open > a:focus { | |
background-color: #eeeeee; | |
border-color: #337ab7; } | |
.sfdcBootstrap .nav .nav-divider { | |
height: 1px; | |
margin: 9px 0; | |
overflow: hidden; | |
background-color: #e5e5e5; } | |
.sfdcBootstrap .nav > li > a > img { | |
max-width: none; } | |
.sfdcBootstrap .nav-tabs { | |
border-bottom: 1px solid #ddd; } | |
.sfdcBootstrap .nav-tabs > li { | |
float: left; | |
margin-bottom: -1px; } | |
.sfdcBootstrap .nav-tabs > li > a { | |
margin-right: 2px; | |
line-height: 1.42857; | |
border: 1px solid transparent; | |
border-radius: 4px 4px 0 0; } | |
.sfdcBootstrap .nav-tabs > li > a:hover { | |
border-color: #eeeeee #eeeeee #ddd; } | |
.sfdcBootstrap .nav-tabs > li.active > a, .sfdcBootstrap .nav-tabs > li.active > a:hover, .sfdcBootstrap .nav-tabs > li.active > a:focus { | |
color: #555555; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-bottom-color: transparent; | |
cursor: default; } | |
.sfdcBootstrap .nav-pills > li { | |
float: left; } | |
.sfdcBootstrap .nav-pills > li > a { | |
border-radius: 4px; } | |
.sfdcBootstrap .nav-pills > li + li { | |
margin-left: 2px; } | |
.sfdcBootstrap .nav-pills > li.active > a, .sfdcBootstrap .nav-pills > li.active > a:hover, .sfdcBootstrap .nav-pills > li.active > a:focus { | |
color: #fff; | |
background-color: #337ab7; } | |
.sfdcBootstrap .nav-stacked > li { | |
float: none; } | |
.sfdcBootstrap .nav-stacked > li + li { | |
margin-top: 2px; | |
margin-left: 0; } | |
.sfdcBootstrap .nav-justified, .sfdcBootstrap .nav-tabs.nav-justified { | |
width: 100%; } | |
.sfdcBootstrap .nav-justified > li, .sfdcBootstrap .nav-tabs.nav-justified > li { | |
float: none; } | |
.sfdcBootstrap .nav-justified > li > a, .sfdcBootstrap .nav-tabs.nav-justified > li > a { | |
text-align: center; | |
margin-bottom: 5px; } | |
.sfdcBootstrap .nav-justified > .dropdown .dropdown-menu { | |
top: auto; | |
left: auto; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .nav-justified > li, .sfdcBootstrap .nav-tabs.nav-justified > li { | |
display: table-cell; | |
width: 1%; } | |
.sfdcBootstrap .nav-justified > li > a, .sfdcBootstrap .nav-tabs.nav-justified > li > a { | |
margin-bottom: 0; } } | |
.sfdcBootstrap .nav-tabs-justified, .sfdcBootstrap .nav-tabs.nav-justified { | |
border-bottom: 0; } | |
.sfdcBootstrap .nav-tabs-justified > li > a, .sfdcBootstrap .nav-tabs.nav-justified > li > a { | |
margin-right: 0; | |
border-radius: 4px; } | |
.sfdcBootstrap .nav-tabs-justified > .active > a, .sfdcBootstrap .nav-tabs.nav-justified > .active > a, | |
.sfdcBootstrap .nav-tabs-justified > .active > a:hover, | |
.sfdcBootstrap .nav-tabs.nav-justified > .active > a:hover, | |
.sfdcBootstrap .nav-tabs-justified > .active > a:focus, | |
.sfdcBootstrap .nav-tabs.nav-justified > .active > a:focus { | |
border: 1px solid #ddd; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .nav-tabs-justified > li > a, .sfdcBootstrap .nav-tabs.nav-justified > li > a { | |
border-bottom: 1px solid #ddd; | |
border-radius: 4px 4px 0 0; } | |
.sfdcBootstrap .nav-tabs-justified > .active > a, .sfdcBootstrap .nav-tabs.nav-justified > .active > a, | |
.sfdcBootstrap .nav-tabs-justified > .active > a:hover, | |
.sfdcBootstrap .nav-tabs.nav-justified > .active > a:hover, | |
.sfdcBootstrap .nav-tabs-justified > .active > a:focus, | |
.sfdcBootstrap .nav-tabs.nav-justified > .active > a:focus { | |
border-bottom-color: #fff; } } | |
.sfdcBootstrap .tab-content > .tab-pane { | |
display: none; } | |
.sfdcBootstrap .tab-content > .active { | |
display: block; } | |
.sfdcBootstrap .nav-tabs .dropdown-menu { | |
margin-top: -1px; | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; } | |
.sfdcBootstrap .navbar { | |
position: relative; | |
min-height: 50px; | |
margin-bottom: 20px; | |
border: 1px solid transparent; } | |
.sfdcBootstrap .navbar:before, .sfdcBootstrap .navbar:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .navbar:after { | |
clear: both; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .navbar { | |
border-radius: 4px; } } | |
.sfdcBootstrap .navbar-header:before, .sfdcBootstrap .navbar-header:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .navbar-header:after { | |
clear: both; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .navbar-header { | |
float: left; } } | |
.sfdcBootstrap .navbar-collapse { | |
overflow-x: visible; | |
padding-right: 15px; | |
padding-left: 15px; | |
border-top: 1px solid transparent; | |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); | |
-webkit-overflow-scrolling: touch; } | |
.sfdcBootstrap .navbar-collapse:before, .sfdcBootstrap .navbar-collapse:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .navbar-collapse:after { | |
clear: both; } | |
.sfdcBootstrap .navbar-collapse.in { | |
overflow-y: auto; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .navbar-collapse { | |
width: auto; | |
border-top: 0; | |
box-shadow: none; } | |
.sfdcBootstrap .navbar-collapse.collapse { | |
display: block !important; | |
height: auto !important; | |
padding-bottom: 0; | |
overflow: visible !important; } | |
.sfdcBootstrap .navbar-collapse.in { | |
overflow-y: visible; } | |
.navbar-fixed-top .sfdcBootstrap .navbar-collapse, .navbar-static-top .sfdcBootstrap .navbar-collapse, .navbar-fixed-bottom .sfdcBootstrap .navbar-collapse { | |
padding-left: 0; | |
padding-right: 0; } } | |
.sfdcBootstrap .navbar-fixed-top .navbar-collapse, | |
.sfdcBootstrap .navbar-fixed-bottom .navbar-collapse { | |
max-height: 340px; } | |
@media (max-device-width: 480px) and (orientation: landscape) { | |
.sfdcBootstrap .navbar-fixed-top .navbar-collapse, | |
.sfdcBootstrap .navbar-fixed-bottom .navbar-collapse { | |
max-height: 200px; } } | |
.sfdcBootstrap .container > .navbar-header, | |
.sfdcBootstrap .container > .navbar-collapse, | |
.sfdcBootstrap .container-fluid > .navbar-header, | |
.sfdcBootstrap .container-fluid > .navbar-collapse { | |
margin-right: -15px; | |
margin-left: -15px; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .container > .navbar-header, | |
.sfdcBootstrap .container > .navbar-collapse, | |
.sfdcBootstrap .container-fluid > .navbar-header, | |
.sfdcBootstrap .container-fluid > .navbar-collapse { | |
margin-right: 0; | |
margin-left: 0; } } | |
.sfdcBootstrap .navbar-static-top { | |
z-index: 1000; | |
border-width: 0 0 1px; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .navbar-static-top { | |
border-radius: 0; } } | |
.sfdcBootstrap .navbar-fixed-top, | |
.sfdcBootstrap .navbar-fixed-bottom { | |
position: fixed; | |
right: 0; | |
left: 0; | |
z-index: 1030; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .navbar-fixed-top, | |
.sfdcBootstrap .navbar-fixed-bottom { | |
border-radius: 0; } } | |
.sfdcBootstrap .navbar-fixed-top { | |
top: 0; | |
border-width: 0 0 1px; } | |
.sfdcBootstrap .navbar-fixed-bottom { | |
bottom: 0; | |
margin-bottom: 0; | |
border-width: 1px 0 0; } | |
.sfdcBootstrap .navbar-brand { | |
float: left; | |
padding: 15px 15px; | |
font-size: 18px; | |
line-height: 20px; | |
height: 50px; } | |
.sfdcBootstrap .navbar-brand:hover, .sfdcBootstrap .navbar-brand:focus { | |
text-decoration: none; } | |
.sfdcBootstrap .navbar-brand > img { | |
display: block; } | |
@media (min-width: 768px) { | |
.navbar > .container .sfdcBootstrap .navbar-brand, .navbar > .container-fluid .sfdcBootstrap .navbar-brand { | |
margin-left: -15px; } } | |
.sfdcBootstrap .navbar-toggle { | |
position: relative; | |
float: right; | |
margin-right: 15px; | |
padding: 9px 10px; | |
margin-top: 8px; | |
margin-bottom: 8px; | |
background-color: transparent; | |
background-image: none; | |
border: 1px solid transparent; | |
border-radius: 4px; } | |
.sfdcBootstrap .navbar-toggle:focus { | |
outline: 0; } | |
.sfdcBootstrap .navbar-toggle .icon-bar { | |
display: block; | |
width: 22px; | |
height: 2px; | |
border-radius: 1px; } | |
.sfdcBootstrap .navbar-toggle .icon-bar + .icon-bar { | |
margin-top: 4px; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .navbar-toggle { | |
display: none; } } | |
.sfdcBootstrap .navbar-nav { | |
margin: 7.5px -15px; } | |
.sfdcBootstrap .navbar-nav > li > a { | |
padding-top: 10px; | |
padding-bottom: 10px; | |
line-height: 20px; } | |
@media (max-width: 767px) { | |
.sfdcBootstrap .navbar-nav .open .dropdown-menu { | |
position: static; | |
float: none; | |
width: auto; | |
margin-top: 0; | |
background-color: transparent; | |
border: 0; | |
box-shadow: none; } | |
.sfdcBootstrap .navbar-nav .open .dropdown-menu > li > a, | |
.sfdcBootstrap .navbar-nav .open .dropdown-menu .dropdown-header { | |
padding: 5px 15px 5px 25px; } | |
.sfdcBootstrap .navbar-nav .open .dropdown-menu > li > a { | |
line-height: 20px; } | |
.sfdcBootstrap .navbar-nav .open .dropdown-menu > li > a:hover, .sfdcBootstrap .navbar-nav .open .dropdown-menu > li > a:focus { | |
background-image: none; } } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .navbar-nav { | |
float: left; | |
margin: 0; } | |
.sfdcBootstrap .navbar-nav > li { | |
float: left; } | |
.sfdcBootstrap .navbar-nav > li > a { | |
padding-top: 15px; | |
padding-bottom: 15px; } } | |
.sfdcBootstrap .navbar-form { | |
margin-left: -15px; | |
margin-right: -15px; | |
padding: 10px 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); | |
margin-top: 8px; | |
margin-bottom: 8px; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .navbar-form .form-group { | |
display: inline-block; | |
margin-bottom: 0; | |
vertical-align: middle; } | |
.sfdcBootstrap .navbar-form .form-control { | |
display: inline-block; | |
width: auto; | |
vertical-align: middle; } | |
.sfdcBootstrap .navbar-form .form-control-static { | |
display: inline-block; } | |
.sfdcBootstrap .navbar-form .input-group { | |
display: inline-table; | |
vertical-align: middle; } | |
.sfdcBootstrap .navbar-form .input-group .input-group-addon, | |
.sfdcBootstrap .navbar-form .input-group .input-group-btn, | |
.sfdcBootstrap .navbar-form .input-group .form-control { | |
width: auto; } | |
.sfdcBootstrap .navbar-form .input-group > .form-control { | |
width: 100%; } | |
.sfdcBootstrap .navbar-form .control-label { | |
margin-bottom: 0; | |
vertical-align: middle; } | |
.sfdcBootstrap .navbar-form .radio, | |
.sfdcBootstrap .navbar-form .checkbox { | |
display: inline-block; | |
margin-top: 0; | |
margin-bottom: 0; | |
vertical-align: middle; } | |
.sfdcBootstrap .navbar-form .radio label, | |
.sfdcBootstrap .navbar-form .checkbox label { | |
padding-left: 0; } | |
.sfdcBootstrap .navbar-form .radio input[type="radio"], | |
.sfdcBootstrap .navbar-form .checkbox input[type="checkbox"] { | |
position: relative; | |
margin-left: 0; } | |
.sfdcBootstrap .navbar-form .has-feedback .form-control-feedback { | |
top: 0; } } | |
@media (max-width: 767px) { | |
.sfdcBootstrap .navbar-form .form-group { | |
margin-bottom: 5px; } | |
.sfdcBootstrap .navbar-form .form-group:last-child { | |
margin-bottom: 0; } } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .navbar-form { | |
width: auto; | |
border: 0; | |
margin-left: 0; | |
margin-right: 0; | |
padding-top: 0; | |
padding-bottom: 0; | |
-webkit-box-shadow: none; | |
box-shadow: none; } } | |
.sfdcBootstrap .navbar-nav > li > .dropdown-menu { | |
margin-top: 0; | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; } | |
.sfdcBootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { | |
margin-bottom: 0; | |
border-top-right-radius: 4px; | |
border-top-left-radius: 4px; | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; } | |
.sfdcBootstrap .navbar-btn { | |
margin-top: 8px; | |
margin-bottom: 8px; } | |
.sfdcBootstrap .navbar-btn.btn-sm, .sfdcBootstrap .btn-group-sm > .navbar-btn.btn { | |
margin-top: 10px; | |
margin-bottom: 10px; } | |
.sfdcBootstrap .navbar-btn.btn-xs, .sfdcBootstrap .btn-group-xs > .navbar-btn.btn { | |
margin-top: 14px; | |
margin-bottom: 14px; } | |
.sfdcBootstrap .navbar-text { | |
margin-top: 15px; | |
margin-bottom: 15px; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .navbar-text { | |
float: left; | |
margin-left: 15px; | |
margin-right: 15px; } } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .navbar-left { | |
float: left !important; } | |
.sfdcBootstrap .navbar-right { | |
float: right !important; | |
margin-right: -15px; } | |
.sfdcBootstrap .navbar-right ~ .navbar-right { | |
margin-right: 0; } } | |
.sfdcBootstrap .navbar-default { | |
background-color: #f8f8f8; | |
border-color: #e7e7e7; } | |
.sfdcBootstrap .navbar-default .navbar-brand { | |
color: #777; } | |
.sfdcBootstrap .navbar-default .navbar-brand:hover, .sfdcBootstrap .navbar-default .navbar-brand:focus { | |
color: #5e5e5e; | |
background-color: transparent; } | |
.sfdcBootstrap .navbar-default .navbar-text { | |
color: #777; } | |
.sfdcBootstrap .navbar-default .navbar-nav > li > a { | |
color: #777; } | |
.sfdcBootstrap .navbar-default .navbar-nav > li > a:hover, .sfdcBootstrap .navbar-default .navbar-nav > li > a:focus { | |
color: #333; | |
background-color: transparent; } | |
.sfdcBootstrap .navbar-default .navbar-nav > .active > a, .sfdcBootstrap .navbar-default .navbar-nav > .active > a:hover, .sfdcBootstrap .navbar-default .navbar-nav > .active > a:focus { | |
color: #555; | |
background-color: #e7e7e7; } | |
.sfdcBootstrap .navbar-default .navbar-nav > .disabled > a, .sfdcBootstrap .navbar-default .navbar-nav > .disabled > a:hover, .sfdcBootstrap .navbar-default .navbar-nav > .disabled > a:focus { | |
color: #ccc; | |
background-color: transparent; } | |
.sfdcBootstrap .navbar-default .navbar-toggle { | |
border-color: #ddd; } | |
.sfdcBootstrap .navbar-default .navbar-toggle:hover, .sfdcBootstrap .navbar-default .navbar-toggle:focus { | |
background-color: #ddd; } | |
.sfdcBootstrap .navbar-default .navbar-toggle .icon-bar { | |
background-color: #888; } | |
.sfdcBootstrap .navbar-default .navbar-collapse, | |
.sfdcBootstrap .navbar-default .navbar-form { | |
border-color: #e7e7e7; } | |
.sfdcBootstrap .navbar-default .navbar-nav > .open > a, .sfdcBootstrap .navbar-default .navbar-nav > .open > a:hover, .sfdcBootstrap .navbar-default .navbar-nav > .open > a:focus { | |
background-color: #e7e7e7; | |
color: #555; } | |
@media (max-width: 767px) { | |
.sfdcBootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a { | |
color: #777; } | |
.sfdcBootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .sfdcBootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { | |
color: #333; | |
background-color: transparent; } | |
.sfdcBootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .sfdcBootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .sfdcBootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { | |
color: #555; | |
background-color: #e7e7e7; } | |
.sfdcBootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .sfdcBootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .sfdcBootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { | |
color: #ccc; | |
background-color: transparent; } } | |
.sfdcBootstrap .navbar-default .navbar-link { | |
color: #777; } | |
.sfdcBootstrap .navbar-default .navbar-link:hover { | |
color: #333; } | |
.sfdcBootstrap .navbar-default .btn-link { | |
color: #777; } | |
.sfdcBootstrap .navbar-default .btn-link:hover, .sfdcBootstrap .navbar-default .btn-link:focus { | |
color: #333; } | |
.sfdcBootstrap .navbar-default .btn-link[disabled]:hover, .sfdcBootstrap .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .sfdcBootstrap .navbar-default .btn-link:hover, fieldset[disabled] .sfdcBootstrap .navbar-default .btn-link:focus { | |
color: #ccc; } | |
.sfdcBootstrap .navbar-inverse { | |
background-color: #222; | |
border-color: #090909; } | |
.sfdcBootstrap .navbar-inverse .navbar-brand { | |
color: #9d9d9d; } | |
.sfdcBootstrap .navbar-inverse .navbar-brand:hover, .sfdcBootstrap .navbar-inverse .navbar-brand:focus { | |
color: #fff; | |
background-color: transparent; } | |
.sfdcBootstrap .navbar-inverse .navbar-text { | |
color: #9d9d9d; } | |
.sfdcBootstrap .navbar-inverse .navbar-nav > li > a { | |
color: #9d9d9d; } | |
.sfdcBootstrap .navbar-inverse .navbar-nav > li > a:hover, .sfdcBootstrap .navbar-inverse .navbar-nav > li > a:focus { | |
color: #fff; | |
background-color: transparent; } | |
.sfdcBootstrap .navbar-inverse .navbar-nav > .active > a, .sfdcBootstrap .navbar-inverse .navbar-nav > .active > a:hover, .sfdcBootstrap .navbar-inverse .navbar-nav > .active > a:focus { | |
color: #fff; | |
background-color: #090909; } | |
.sfdcBootstrap .navbar-inverse .navbar-nav > .disabled > a, .sfdcBootstrap .navbar-inverse .navbar-nav > .disabled > a:hover, .sfdcBootstrap .navbar-inverse .navbar-nav > .disabled > a:focus { | |
color: #444; | |
background-color: transparent; } | |
.sfdcBootstrap .navbar-inverse .navbar-toggle { | |
border-color: #333; } | |
.sfdcBootstrap .navbar-inverse .navbar-toggle:hover, .sfdcBootstrap .navbar-inverse .navbar-toggle:focus { | |
background-color: #333; } | |
.sfdcBootstrap .navbar-inverse .navbar-toggle .icon-bar { | |
background-color: #fff; } | |
.sfdcBootstrap .navbar-inverse .navbar-collapse, | |
.sfdcBootstrap .navbar-inverse .navbar-form { | |
border-color: #101010; } | |
.sfdcBootstrap .navbar-inverse .navbar-nav > .open > a, .sfdcBootstrap .navbar-inverse .navbar-nav > .open > a:hover, .sfdcBootstrap .navbar-inverse .navbar-nav > .open > a:focus { | |
background-color: #090909; | |
color: #fff; } | |
@media (max-width: 767px) { | |
.sfdcBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { | |
border-color: #090909; } | |
.sfdcBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider { | |
background-color: #090909; } | |
.sfdcBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { | |
color: #9d9d9d; } | |
.sfdcBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .sfdcBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { | |
color: #fff; | |
background-color: transparent; } | |
.sfdcBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .sfdcBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .sfdcBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { | |
color: #fff; | |
background-color: #090909; } | |
.sfdcBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .sfdcBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .sfdcBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { | |
color: #444; | |
background-color: transparent; } } | |
.sfdcBootstrap .navbar-inverse .navbar-link { | |
color: #9d9d9d; } | |
.sfdcBootstrap .navbar-inverse .navbar-link:hover { | |
color: #fff; } | |
.sfdcBootstrap .navbar-inverse .btn-link { | |
color: #9d9d9d; } | |
.sfdcBootstrap .navbar-inverse .btn-link:hover, .sfdcBootstrap .navbar-inverse .btn-link:focus { | |
color: #fff; } | |
.sfdcBootstrap .navbar-inverse .btn-link[disabled]:hover, .sfdcBootstrap .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .sfdcBootstrap .navbar-inverse .btn-link:hover, fieldset[disabled] .sfdcBootstrap .navbar-inverse .btn-link:focus { | |
color: #444; } | |
.sfdcBootstrap .breadcrumb { | |
padding: 8px 15px; | |
margin-bottom: 20px; | |
list-style: none; | |
background-color: #f5f5f5; | |
border-radius: 4px; } | |
.sfdcBootstrap .breadcrumb > li { | |
display: inline-block; } | |
.sfdcBootstrap .breadcrumb > li + li:before { | |
content: "/ "; | |
padding: 0 5px; | |
color: #ccc; } | |
.sfdcBootstrap .breadcrumb > .active { | |
color: #777777; } | |
.sfdcBootstrap .pagination { | |
display: inline-block; | |
padding-left: 0; | |
margin: 20px 0; | |
border-radius: 4px; } | |
.sfdcBootstrap .pagination > li { | |
display: inline; } | |
.sfdcBootstrap .pagination > li > a, | |
.sfdcBootstrap .pagination > li > span { | |
position: relative; | |
float: left; | |
padding: 6px 12px; | |
line-height: 1.42857; | |
text-decoration: none; | |
color: #337ab7; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
margin-left: -1px; } | |
.sfdcBootstrap .pagination > li:first-child > a, | |
.sfdcBootstrap .pagination > li:first-child > span { | |
margin-left: 0; | |
border-bottom-left-radius: 4px; | |
border-top-left-radius: 4px; } | |
.sfdcBootstrap .pagination > li:last-child > a, | |
.sfdcBootstrap .pagination > li:last-child > span { | |
border-bottom-right-radius: 4px; | |
border-top-right-radius: 4px; } | |
.sfdcBootstrap .pagination > li > a:hover, .sfdcBootstrap .pagination > li > a:focus, | |
.sfdcBootstrap .pagination > li > span:hover, | |
.sfdcBootstrap .pagination > li > span:focus { | |
z-index: 2; | |
color: #23527c; | |
background-color: #eeeeee; | |
border-color: #ddd; } | |
.sfdcBootstrap .pagination > .active > a, .sfdcBootstrap .pagination > .active > a:hover, .sfdcBootstrap .pagination > .active > a:focus, | |
.sfdcBootstrap .pagination > .active > span, | |
.sfdcBootstrap .pagination > .active > span:hover, | |
.sfdcBootstrap .pagination > .active > span:focus { | |
z-index: 3; | |
color: #fff; | |
background-color: #337ab7; | |
border-color: #337ab7; | |
cursor: default; } | |
.sfdcBootstrap .pagination > .disabled > span, | |
.sfdcBootstrap .pagination > .disabled > span:hover, | |
.sfdcBootstrap .pagination > .disabled > span:focus, | |
.sfdcBootstrap .pagination > .disabled > a, | |
.sfdcBootstrap .pagination > .disabled > a:hover, | |
.sfdcBootstrap .pagination > .disabled > a:focus { | |
color: #777777; | |
background-color: #fff; | |
border-color: #ddd; | |
cursor: not-allowed; } | |
.sfdcBootstrap .pagination-lg > li > a, | |
.sfdcBootstrap .pagination-lg > li > span { | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.33333; } | |
.sfdcBootstrap .pagination-lg > li:first-child > a, | |
.sfdcBootstrap .pagination-lg > li:first-child > span { | |
border-bottom-left-radius: 6px; | |
border-top-left-radius: 6px; } | |
.sfdcBootstrap .pagination-lg > li:last-child > a, | |
.sfdcBootstrap .pagination-lg > li:last-child > span { | |
border-bottom-right-radius: 6px; | |
border-top-right-radius: 6px; } | |
.sfdcBootstrap .pagination-sm > li > a, | |
.sfdcBootstrap .pagination-sm > li > span { | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; } | |
.sfdcBootstrap .pagination-sm > li:first-child > a, | |
.sfdcBootstrap .pagination-sm > li:first-child > span { | |
border-bottom-left-radius: 3px; | |
border-top-left-radius: 3px; } | |
.sfdcBootstrap .pagination-sm > li:last-child > a, | |
.sfdcBootstrap .pagination-sm > li:last-child > span { | |
border-bottom-right-radius: 3px; | |
border-top-right-radius: 3px; } | |
.sfdcBootstrap .pager { | |
padding-left: 0; | |
margin: 20px 0; | |
list-style: none; | |
text-align: center; } | |
.sfdcBootstrap .pager:before, .sfdcBootstrap .pager:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .pager:after { | |
clear: both; } | |
.sfdcBootstrap .pager li { | |
display: inline; } | |
.sfdcBootstrap .pager li > a, | |
.sfdcBootstrap .pager li > span { | |
display: inline-block; | |
padding: 5px 14px; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 15px; } | |
.sfdcBootstrap .pager li > a:hover, | |
.sfdcBootstrap .pager li > a:focus { | |
text-decoration: none; | |
background-color: #eeeeee; } | |
.sfdcBootstrap .pager .next > a, | |
.sfdcBootstrap .pager .next > span { | |
float: right; } | |
.sfdcBootstrap .pager .previous > a, | |
.sfdcBootstrap .pager .previous > span { | |
float: left; } | |
.sfdcBootstrap .pager .disabled > a, | |
.sfdcBootstrap .pager .disabled > a:hover, | |
.sfdcBootstrap .pager .disabled > a:focus, | |
.sfdcBootstrap .pager .disabled > span { | |
color: #777777; | |
background-color: #fff; | |
cursor: not-allowed; } | |
.sfdcBootstrap .label { | |
display: inline; | |
padding: .2em .6em .3em; | |
font-size: 75%; | |
font-weight: bold; | |
line-height: 1; | |
color: #fff; | |
text-align: center; | |
white-space: nowrap; | |
vertical-align: baseline; | |
border-radius: .25em; } | |
.sfdcBootstrap .label:empty { | |
display: none; } | |
.btn .sfdcBootstrap .label { | |
position: relative; | |
top: -1px; } | |
.sfdcBootstrap a.label:hover, .sfdcBootstrap a.label:focus { | |
color: #fff; | |
text-decoration: none; | |
cursor: pointer; } | |
.sfdcBootstrap .label-default { | |
background-color: #777777; } | |
.sfdcBootstrap .label-default[href]:hover, .sfdcBootstrap .label-default[href]:focus { | |
background-color: #5e5e5e; } | |
.sfdcBootstrap .label-primary { | |
background-color: #337ab7; } | |
.sfdcBootstrap .label-primary[href]:hover, .sfdcBootstrap .label-primary[href]:focus { | |
background-color: #286090; } | |
.sfdcBootstrap .label-success { | |
background-color: #5cb85c; } | |
.sfdcBootstrap .label-success[href]:hover, .sfdcBootstrap .label-success[href]:focus { | |
background-color: #449d44; } | |
.sfdcBootstrap .label-info { | |
background-color: #5bc0de; } | |
.sfdcBootstrap .label-info[href]:hover, .sfdcBootstrap .label-info[href]:focus { | |
background-color: #31b0d5; } | |
.sfdcBootstrap .label-warning { | |
background-color: #f0ad4e; } | |
.sfdcBootstrap .label-warning[href]:hover, .sfdcBootstrap .label-warning[href]:focus { | |
background-color: #ec971f; } | |
.sfdcBootstrap .label-danger { | |
background-color: #d9534f; } | |
.sfdcBootstrap .label-danger[href]:hover, .sfdcBootstrap .label-danger[href]:focus { | |
background-color: #c9302c; } | |
.sfdcBootstrap .badge { | |
display: inline-block; | |
min-width: 10px; | |
padding: 3px 7px; | |
font-size: 12px; | |
font-weight: bold; | |
color: #fff; | |
line-height: 1; | |
vertical-align: middle; | |
white-space: nowrap; | |
text-align: center; | |
background-color: #777777; | |
border-radius: 10px; } | |
.sfdcBootstrap .badge:empty { | |
display: none; } | |
.btn .sfdcBootstrap .badge { | |
position: relative; | |
top: -1px; } | |
.btn-xs .sfdcBootstrap .badge, .sfdcBootstrap .btn-group-xs > .btn .sfdcBootstrap .badge, .btn-group-xs > .btn .sfdcBootstrap .badge { | |
top: 0; | |
padding: 1px 5px; } | |
.list-group-item.active > .sfdcBootstrap .badge, .nav-pills > .active > a > .sfdcBootstrap .badge { | |
color: #337ab7; | |
background-color: #fff; } | |
.list-group-item > .sfdcBootstrap .badge { | |
float: right; } | |
.list-group-item > .sfdcBootstrap .badge + .sfdcBootstrap .badge { | |
margin-right: 5px; } | |
.nav-pills > li > a > .sfdcBootstrap .badge { | |
margin-left: 3px; } | |
.sfdcBootstrap a.badge:hover, .sfdcBootstrap a.badge:focus { | |
color: #fff; | |
text-decoration: none; | |
cursor: pointer; } | |
.sfdcBootstrap .jumbotron { | |
padding-top: 30px; | |
padding-bottom: 30px; | |
margin-bottom: 30px; | |
color: inherit; | |
background-color: #eeeeee; } | |
.sfdcBootstrap .jumbotron h1, | |
.sfdcBootstrap .jumbotron .h1 { | |
color: inherit; } | |
.sfdcBootstrap .jumbotron p { | |
margin-bottom: 15px; | |
font-size: 21px; | |
font-weight: 200; } | |
.sfdcBootstrap .jumbotron > hr { | |
border-top-color: #d5d5d5; } | |
.container .sfdcBootstrap .jumbotron, .container-fluid .sfdcBootstrap .jumbotron { | |
border-radius: 6px; | |
padding-left: 15px; | |
padding-right: 15px; } | |
.sfdcBootstrap .jumbotron .container { | |
max-width: 100%; } | |
@media screen and (min-width: 768px) { | |
.sfdcBootstrap .jumbotron { | |
padding-top: 48px; | |
padding-bottom: 48px; } | |
.container .sfdcBootstrap .jumbotron, .container-fluid .sfdcBootstrap .jumbotron { | |
padding-left: 60px; | |
padding-right: 60px; } | |
.sfdcBootstrap .jumbotron h1, | |
.sfdcBootstrap .jumbotron .h1 { | |
font-size: 63px; } } | |
.sfdcBootstrap .thumbnail { | |
display: block; | |
padding: 4px; | |
margin-bottom: 20px; | |
line-height: 1.42857; | |
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; } | |
.sfdcBootstrap .thumbnail > img, | |
.sfdcBootstrap .thumbnail a > img { | |
display: block; | |
max-width: 100%; | |
height: auto; | |
margin-left: auto; | |
margin-right: auto; } | |
.sfdcBootstrap .thumbnail .caption { | |
padding: 9px; | |
color: #333333; } | |
.sfdcBootstrap a.thumbnail:hover, | |
.sfdcBootstrap a.thumbnail:focus, | |
.sfdcBootstrap a.thumbnail.active { | |
border-color: #337ab7; } | |
.sfdcBootstrap .alert { | |
padding: 15px; | |
margin-bottom: 20px; | |
border: 1px solid transparent; | |
border-radius: 4px; } | |
.sfdcBootstrap .alert h4 { | |
margin-top: 0; | |
color: inherit; } | |
.sfdcBootstrap .alert .alert-link { | |
font-weight: bold; } | |
.sfdcBootstrap .alert > p, | |
.sfdcBootstrap .alert > ul { | |
margin-bottom: 0; } | |
.sfdcBootstrap .alert > p + p { | |
margin-top: 5px; } | |
.sfdcBootstrap .alert-dismissable, | |
.sfdcBootstrap .alert-dismissible { | |
padding-right: 35px; } | |
.sfdcBootstrap .alert-dismissable .close, | |
.sfdcBootstrap .alert-dismissible .close { | |
position: relative; | |
top: -2px; | |
right: -21px; | |
color: inherit; } | |
.sfdcBootstrap .alert-success { | |
background-color: #dff0d8; | |
border-color: #d6e9c6; | |
color: #3c763d; } | |
.sfdcBootstrap .alert-success hr { | |
border-top-color: #c9e2b3; } | |
.sfdcBootstrap .alert-success .alert-link { | |
color: #2b542c; } | |
.sfdcBootstrap .alert-info { | |
background-color: #d9edf7; | |
border-color: #bce8f1; | |
color: #31708f; } | |
.sfdcBootstrap .alert-info hr { | |
border-top-color: #a6e1ec; } | |
.sfdcBootstrap .alert-info .alert-link { | |
color: #245269; } | |
.sfdcBootstrap .alert-warning { | |
background-color: #fcf8e3; | |
border-color: #faebcc; | |
color: #8a6d3b; } | |
.sfdcBootstrap .alert-warning hr { | |
border-top-color: #f7e1b5; } | |
.sfdcBootstrap .alert-warning .alert-link { | |
color: #66512c; } | |
.sfdcBootstrap .alert-danger { | |
background-color: #f2dede; | |
border-color: #ebccd1; | |
color: #a94442; } | |
.sfdcBootstrap .alert-danger hr { | |
border-top-color: #e4b9c0; } | |
.sfdcBootstrap .alert-danger .alert-link { | |
color: #843534; } | |
@-webkit-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; } } | |
.sfdcBootstrap .progress { | |
overflow: hidden; | |
height: 20px; | |
margin-bottom: 20px; | |
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); } | |
.sfdcBootstrap .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 0.6s ease; | |
-o-transition: width 0.6s ease; | |
transition: width 0.6s ease; } | |
.sfdcBootstrap .progress-striped .progress-bar, | |
.sfdcBootstrap .progress-bar-striped { | |
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); | |
background-size: 40px 40px; } | |
.sfdcBootstrap .progress.active .progress-bar, | |
.sfdcBootstrap .progress-bar.active { | |
-webkit-animation: progress-bar-stripes 2s linear infinite; | |
-o-animation: progress-bar-stripes 2s linear infinite; | |
animation: progress-bar-stripes 2s linear infinite; } | |
.sfdcBootstrap .progress-bar-success { | |
background-color: #5cb85c; } | |
.progress-striped .sfdcBootstrap .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); } | |
.sfdcBootstrap .progress-bar-info { | |
background-color: #5bc0de; } | |
.progress-striped .sfdcBootstrap .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); } | |
.sfdcBootstrap .progress-bar-warning { | |
background-color: #f0ad4e; } | |
.progress-striped .sfdcBootstrap .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); } | |
.sfdcBootstrap .progress-bar-danger { | |
background-color: #d9534f; } | |
.progress-striped .sfdcBootstrap .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); } | |
.sfdcBootstrap .media { | |
margin-top: 15px; } | |
.sfdcBootstrap .media:first-child { | |
margin-top: 0; } | |
.sfdcBootstrap .media, | |
.sfdcBootstrap .media-body { | |
zoom: 1; | |
overflow: hidden; } | |
.sfdcBootstrap .media-body { | |
width: 10000px; } | |
.sfdcBootstrap .media-object { | |
display: block; } | |
.sfdcBootstrap .media-object.img-thumbnail { | |
max-width: none; } | |
.sfdcBootstrap .media-right, | |
.sfdcBootstrap .media > .pull-right { | |
padding-left: 10px; } | |
.sfdcBootstrap .media-left, | |
.sfdcBootstrap .media > .pull-left { | |
padding-right: 10px; } | |
.sfdcBootstrap .media-left, | |
.sfdcBootstrap .media-right, | |
.sfdcBootstrap .media-body { | |
display: table-cell; | |
vertical-align: top; } | |
.sfdcBootstrap .media-middle { | |
vertical-align: middle; } | |
.sfdcBootstrap .media-bottom { | |
vertical-align: bottom; } | |
.sfdcBootstrap .media-heading { | |
margin-top: 0; | |
margin-bottom: 5px; } | |
.sfdcBootstrap .media-list { | |
padding-left: 0; | |
list-style: none; } | |
.sfdcBootstrap .list-group { | |
margin-bottom: 20px; | |
padding-left: 0; } | |
.sfdcBootstrap .list-group-item { | |
position: relative; | |
display: block; | |
padding: 10px 15px; | |
margin-bottom: -1px; | |
background-color: #fff; | |
border: 1px solid #ddd; } | |
.sfdcBootstrap .list-group-item:first-child { | |
border-top-right-radius: 4px; | |
border-top-left-radius: 4px; } | |
.sfdcBootstrap .list-group-item:last-child { | |
margin-bottom: 0; | |
border-bottom-right-radius: 4px; | |
border-bottom-left-radius: 4px; } | |
.sfdcBootstrap a.list-group-item, | |
.sfdcBootstrap button.list-group-item { | |
color: #555; } | |
.sfdcBootstrap a.list-group-item .list-group-item-heading, | |
.sfdcBootstrap button.list-group-item .list-group-item-heading { | |
color: #333; } | |
.sfdcBootstrap a.list-group-item:hover, .sfdcBootstrap a.list-group-item:focus, | |
.sfdcBootstrap button.list-group-item:hover, | |
.sfdcBootstrap button.list-group-item:focus { | |
text-decoration: none; | |
color: #555; | |
background-color: #f5f5f5; } | |
.sfdcBootstrap button.list-group-item { | |
width: 100%; | |
text-align: left; } | |
.sfdcBootstrap .list-group-item.disabled, .sfdcBootstrap .list-group-item.disabled:hover, .sfdcBootstrap .list-group-item.disabled:focus { | |
background-color: #eeeeee; | |
color: #777777; | |
cursor: not-allowed; } | |
.sfdcBootstrap .list-group-item.disabled .list-group-item-heading, .sfdcBootstrap .list-group-item.disabled:hover .list-group-item-heading, .sfdcBootstrap .list-group-item.disabled:focus .list-group-item-heading { | |
color: inherit; } | |
.sfdcBootstrap .list-group-item.disabled .list-group-item-text, .sfdcBootstrap .list-group-item.disabled:hover .list-group-item-text, .sfdcBootstrap .list-group-item.disabled:focus .list-group-item-text { | |
color: #777777; } | |
.sfdcBootstrap .list-group-item.active, .sfdcBootstrap .list-group-item.active:hover, .sfdcBootstrap .list-group-item.active:focus { | |
z-index: 2; | |
color: #fff; | |
background-color: #337ab7; | |
border-color: #337ab7; } | |
.sfdcBootstrap .list-group-item.active .list-group-item-heading, | |
.sfdcBootstrap .list-group-item.active .list-group-item-heading > small, | |
.sfdcBootstrap .list-group-item.active .list-group-item-heading > .small, .sfdcBootstrap .list-group-item.active:hover .list-group-item-heading, | |
.sfdcBootstrap .list-group-item.active:hover .list-group-item-heading > small, | |
.sfdcBootstrap .list-group-item.active:hover .list-group-item-heading > .small, .sfdcBootstrap .list-group-item.active:focus .list-group-item-heading, | |
.sfdcBootstrap .list-group-item.active:focus .list-group-item-heading > small, | |
.sfdcBootstrap .list-group-item.active:focus .list-group-item-heading > .small { | |
color: inherit; } | |
.sfdcBootstrap .list-group-item.active .list-group-item-text, .sfdcBootstrap .list-group-item.active:hover .list-group-item-text, .sfdcBootstrap .list-group-item.active:focus .list-group-item-text { | |
color: #c7ddef; } | |
.sfdcBootstrap .list-group-item-success { | |
color: #3c763d; | |
background-color: #dff0d8; } | |
.sfdcBootstrap a.list-group-item-success, | |
.sfdcBootstrap button.list-group-item-success { | |
color: #3c763d; } | |
.sfdcBootstrap a.list-group-item-success .list-group-item-heading, | |
.sfdcBootstrap button.list-group-item-success .list-group-item-heading { | |
color: inherit; } | |
.sfdcBootstrap a.list-group-item-success:hover, .sfdcBootstrap a.list-group-item-success:focus, | |
.sfdcBootstrap button.list-group-item-success:hover, | |
.sfdcBootstrap button.list-group-item-success:focus { | |
color: #3c763d; | |
background-color: #d0e9c6; } | |
.sfdcBootstrap a.list-group-item-success.active, .sfdcBootstrap a.list-group-item-success.active:hover, .sfdcBootstrap a.list-group-item-success.active:focus, | |
.sfdcBootstrap button.list-group-item-success.active, | |
.sfdcBootstrap button.list-group-item-success.active:hover, | |
.sfdcBootstrap button.list-group-item-success.active:focus { | |
color: #fff; | |
background-color: #3c763d; | |
border-color: #3c763d; } | |
.sfdcBootstrap .list-group-item-info { | |
color: #31708f; | |
background-color: #d9edf7; } | |
.sfdcBootstrap a.list-group-item-info, | |
.sfdcBootstrap button.list-group-item-info { | |
color: #31708f; } | |
.sfdcBootstrap a.list-group-item-info .list-group-item-heading, | |
.sfdcBootstrap button.list-group-item-info .list-group-item-heading { | |
color: inherit; } | |
.sfdcBootstrap a.list-group-item-info:hover, .sfdcBootstrap a.list-group-item-info:focus, | |
.sfdcBootstrap button.list-group-item-info:hover, | |
.sfdcBootstrap button.list-group-item-info:focus { | |
color: #31708f; | |
background-color: #c4e3f3; } | |
.sfdcBootstrap a.list-group-item-info.active, .sfdcBootstrap a.list-group-item-info.active:hover, .sfdcBootstrap a.list-group-item-info.active:focus, | |
.sfdcBootstrap button.list-group-item-info.active, | |
.sfdcBootstrap button.list-group-item-info.active:hover, | |
.sfdcBootstrap button.list-group-item-info.active:focus { | |
color: #fff; | |
background-color: #31708f; | |
border-color: #31708f; } | |
.sfdcBootstrap .list-group-item-warning { | |
color: #8a6d3b; | |
background-color: #fcf8e3; } | |
.sfdcBootstrap a.list-group-item-warning, | |
.sfdcBootstrap button.list-group-item-warning { | |
color: #8a6d3b; } | |
.sfdcBootstrap a.list-group-item-warning .list-group-item-heading, | |
.sfdcBootstrap button.list-group-item-warning .list-group-item-heading { | |
color: inherit; } | |
.sfdcBootstrap a.list-group-item-warning:hover, .sfdcBootstrap a.list-group-item-warning:focus, | |
.sfdcBootstrap button.list-group-item-warning:hover, | |
.sfdcBootstrap button.list-group-item-warning:focus { | |
color: #8a6d3b; | |
background-color: #faf2cc; } | |
.sfdcBootstrap a.list-group-item-warning.active, .sfdcBootstrap a.list-group-item-warning.active:hover, .sfdcBootstrap a.list-group-item-warning.active:focus, | |
.sfdcBootstrap button.list-group-item-warning.active, | |
.sfdcBootstrap button.list-group-item-warning.active:hover, | |
.sfdcBootstrap button.list-group-item-warning.active:focus { | |
color: #fff; | |
background-color: #8a6d3b; | |
border-color: #8a6d3b; } | |
.sfdcBootstrap .list-group-item-danger { | |
color: #a94442; | |
background-color: #f2dede; } | |
.sfdcBootstrap a.list-group-item-danger, | |
.sfdcBootstrap button.list-group-item-danger { | |
color: #a94442; } | |
.sfdcBootstrap a.list-group-item-danger .list-group-item-heading, | |
.sfdcBootstrap button.list-group-item-danger .list-group-item-heading { | |
color: inherit; } | |
.sfdcBootstrap a.list-group-item-danger:hover, .sfdcBootstrap a.list-group-item-danger:focus, | |
.sfdcBootstrap button.list-group-item-danger:hover, | |
.sfdcBootstrap button.list-group-item-danger:focus { | |
color: #a94442; | |
background-color: #ebcccc; } | |
.sfdcBootstrap a.list-group-item-danger.active, .sfdcBootstrap a.list-group-item-danger.active:hover, .sfdcBootstrap a.list-group-item-danger.active:focus, | |
.sfdcBootstrap button.list-group-item-danger.active, | |
.sfdcBootstrap button.list-group-item-danger.active:hover, | |
.sfdcBootstrap button.list-group-item-danger.active:focus { | |
color: #fff; | |
background-color: #a94442; | |
border-color: #a94442; } | |
.sfdcBootstrap .list-group-item-heading { | |
margin-top: 0; | |
margin-bottom: 5px; } | |
.sfdcBootstrap .list-group-item-text { | |
margin-bottom: 0; | |
line-height: 1.3; } | |
.sfdcBootstrap .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); } | |
.sfdcBootstrap .panel-body { | |
padding: 15px; } | |
.sfdcBootstrap .panel-body:before, .sfdcBootstrap .panel-body:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .panel-body:after { | |
clear: both; } | |
.sfdcBootstrap .panel-heading { | |
padding: 10px 15px; | |
border-bottom: 1px solid transparent; | |
border-top-right-radius: 3px; | |
border-top-left-radius: 3px; } | |
.sfdcBootstrap .panel-heading > .dropdown .dropdown-toggle { | |
color: inherit; } | |
.sfdcBootstrap .panel-title { | |
margin-top: 0; | |
margin-bottom: 0; | |
font-size: 16px; | |
color: inherit; } | |
.sfdcBootstrap .panel-title > a, | |
.sfdcBootstrap .panel-title > small, | |
.sfdcBootstrap .panel-title > .small, | |
.sfdcBootstrap .panel-title > small > a, | |
.sfdcBootstrap .panel-title > .small > a { | |
color: inherit; } | |
.sfdcBootstrap .panel-footer { | |
padding: 10px 15px; | |
background-color: #f5f5f5; | |
border-top: 1px solid #ddd; | |
border-bottom-right-radius: 3px; | |
border-bottom-left-radius: 3px; } | |
.sfdcBootstrap .panel > .list-group, | |
.sfdcBootstrap .panel > .panel-collapse > .list-group { | |
margin-bottom: 0; } | |
.sfdcBootstrap .panel > .list-group .list-group-item, | |
.sfdcBootstrap .panel > .panel-collapse > .list-group .list-group-item { | |
border-width: 1px 0; | |
border-radius: 0; } | |
.sfdcBootstrap .panel > .list-group:first-child .list-group-item:first-child, | |
.sfdcBootstrap .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { | |
border-top: 0; | |
border-top-right-radius: 3px; | |
border-top-left-radius: 3px; } | |
.sfdcBootstrap .panel > .list-group:last-child .list-group-item:last-child, | |
.sfdcBootstrap .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; } | |
.sfdcBootstrap .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; } | |
.sfdcBootstrap .panel-heading + .list-group .list-group-item:first-child { | |
border-top-width: 0; } | |
.sfdcBootstrap .list-group + .panel-footer { | |
border-top-width: 0; } | |
.sfdcBootstrap .panel > .table, | |
.sfdcBootstrap .panel > .table-responsive > .table, | |
.sfdcBootstrap .panel > .panel-collapse > .table { | |
margin-bottom: 0; } | |
.sfdcBootstrap .panel > .table caption, | |
.sfdcBootstrap .panel > .table-responsive > .table caption, | |
.sfdcBootstrap .panel > .panel-collapse > .table caption { | |
padding-left: 15px; | |
padding-right: 15px; } | |
.sfdcBootstrap .panel > .table:first-child, | |
.sfdcBootstrap .panel > .table-responsive:first-child > .table:first-child { | |
border-top-right-radius: 3px; | |
border-top-left-radius: 3px; } | |
.sfdcBootstrap .panel > .table:first-child > thead:first-child > tr:first-child, | |
.sfdcBootstrap .panel > .table:first-child > tbody:first-child > tr:first-child, | |
.sfdcBootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, | |
.sfdcBootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; } | |
.sfdcBootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
.sfdcBootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
.sfdcBootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
.sfdcBootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, | |
.sfdcBootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
.sfdcBootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
.sfdcBootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
.sfdcBootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { | |
border-top-left-radius: 3px; } | |
.sfdcBootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
.sfdcBootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
.sfdcBootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
.sfdcBootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, | |
.sfdcBootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
.sfdcBootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
.sfdcBootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
.sfdcBootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { | |
border-top-right-radius: 3px; } | |
.sfdcBootstrap .panel > .table:last-child, | |
.sfdcBootstrap .panel > .table-responsive:last-child > .table:last-child { | |
border-bottom-right-radius: 3px; | |
border-bottom-left-radius: 3px; } | |
.sfdcBootstrap .panel > .table:last-child > tbody:last-child > tr:last-child, | |
.sfdcBootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child, | |
.sfdcBootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, | |
.sfdcBootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { | |
border-bottom-left-radius: 3px; | |
border-bottom-right-radius: 3px; } | |
.sfdcBootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
.sfdcBootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
.sfdcBootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
.sfdcBootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, | |
.sfdcBootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
.sfdcBootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
.sfdcBootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
.sfdcBootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { | |
border-bottom-left-radius: 3px; } | |
.sfdcBootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
.sfdcBootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
.sfdcBootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
.sfdcBootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, | |
.sfdcBootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
.sfdcBootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
.sfdcBootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
.sfdcBootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { | |
border-bottom-right-radius: 3px; } | |
.sfdcBootstrap .panel > .panel-body + .table, | |
.sfdcBootstrap .panel > .panel-body + .table-responsive, | |
.sfdcBootstrap .panel > .table + .panel-body, | |
.sfdcBootstrap .panel > .table-responsive + .panel-body { | |
border-top: 1px solid #ddd; } | |
.sfdcBootstrap .panel > .table > tbody:first-child > tr:first-child th, | |
.sfdcBootstrap .panel > .table > tbody:first-child > tr:first-child td { | |
border-top: 0; } | |
.sfdcBootstrap .panel > .table-bordered, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered { | |
border: 0; } | |
.sfdcBootstrap .panel > .table-bordered > thead > tr > th:first-child, | |
.sfdcBootstrap .panel > .table-bordered > thead > tr > td:first-child, | |
.sfdcBootstrap .panel > .table-bordered > tbody > tr > th:first-child, | |
.sfdcBootstrap .panel > .table-bordered > tbody > tr > td:first-child, | |
.sfdcBootstrap .panel > .table-bordered > tfoot > tr > th:first-child, | |
.sfdcBootstrap .panel > .table-bordered > tfoot > tr > td:first-child, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { | |
border-left: 0; } | |
.sfdcBootstrap .panel > .table-bordered > thead > tr > th:last-child, | |
.sfdcBootstrap .panel > .table-bordered > thead > tr > td:last-child, | |
.sfdcBootstrap .panel > .table-bordered > tbody > tr > th:last-child, | |
.sfdcBootstrap .panel > .table-bordered > tbody > tr > td:last-child, | |
.sfdcBootstrap .panel > .table-bordered > tfoot > tr > th:last-child, | |
.sfdcBootstrap .panel > .table-bordered > tfoot > tr > td:last-child, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { | |
border-right: 0; } | |
.sfdcBootstrap .panel > .table-bordered > thead > tr:first-child > td, | |
.sfdcBootstrap .panel > .table-bordered > thead > tr:first-child > th, | |
.sfdcBootstrap .panel > .table-bordered > tbody > tr:first-child > td, | |
.sfdcBootstrap .panel > .table-bordered > tbody > tr:first-child > th, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { | |
border-bottom: 0; } | |
.sfdcBootstrap .panel > .table-bordered > tbody > tr:last-child > td, | |
.sfdcBootstrap .panel > .table-bordered > tbody > tr:last-child > th, | |
.sfdcBootstrap .panel > .table-bordered > tfoot > tr:last-child > td, | |
.sfdcBootstrap .panel > .table-bordered > tfoot > tr:last-child > th, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, | |
.sfdcBootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { | |
border-bottom: 0; } | |
.sfdcBootstrap .panel > .table-responsive { | |
border: 0; | |
margin-bottom: 0; } | |
.sfdcBootstrap .panel-group { | |
margin-bottom: 20px; } | |
.sfdcBootstrap .panel-group .panel { | |
margin-bottom: 0; | |
border-radius: 4px; } | |
.sfdcBootstrap .panel-group .panel + .panel { | |
margin-top: 5px; } | |
.sfdcBootstrap .panel-group .panel-heading { | |
border-bottom: 0; } | |
.sfdcBootstrap .panel-group .panel-heading + .panel-collapse > .panel-body, | |
.sfdcBootstrap .panel-group .panel-heading + .panel-collapse > .list-group { | |
border-top: 1px solid #ddd; } | |
.sfdcBootstrap .panel-group .panel-footer { | |
border-top: 0; } | |
.sfdcBootstrap .panel-group .panel-footer + .panel-collapse .panel-body { | |
border-bottom: 1px solid #ddd; } | |
.sfdcBootstrap .panel-default { | |
border-color: #ddd; } | |
.sfdcBootstrap .panel-default > .panel-heading { | |
color: #333333; | |
background-color: #f5f5f5; | |
border-color: #ddd; } | |
.sfdcBootstrap .panel-default > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #ddd; } | |
.sfdcBootstrap .panel-default > .panel-heading .badge { | |
color: #f5f5f5; | |
background-color: #333333; } | |
.sfdcBootstrap .panel-default > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #ddd; } | |
.sfdcBootstrap .panel-primary { | |
border-color: #337ab7; } | |
.sfdcBootstrap .panel-primary > .panel-heading { | |
color: #fff; | |
background-color: #337ab7; | |
border-color: #337ab7; } | |
.sfdcBootstrap .panel-primary > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #337ab7; } | |
.sfdcBootstrap .panel-primary > .panel-heading .badge { | |
color: #337ab7; | |
background-color: #fff; } | |
.sfdcBootstrap .panel-primary > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #337ab7; } | |
.sfdcBootstrap .panel-success { | |
border-color: #d6e9c6; } | |
.sfdcBootstrap .panel-success > .panel-heading { | |
color: #3c763d; | |
background-color: #dff0d8; | |
border-color: #d6e9c6; } | |
.sfdcBootstrap .panel-success > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #d6e9c6; } | |
.sfdcBootstrap .panel-success > .panel-heading .badge { | |
color: #dff0d8; | |
background-color: #3c763d; } | |
.sfdcBootstrap .panel-success > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #d6e9c6; } | |
.sfdcBootstrap .panel-info { | |
border-color: #bce8f1; } | |
.sfdcBootstrap .panel-info > .panel-heading { | |
color: #31708f; | |
background-color: #d9edf7; | |
border-color: #bce8f1; } | |
.sfdcBootstrap .panel-info > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #bce8f1; } | |
.sfdcBootstrap .panel-info > .panel-heading .badge { | |
color: #d9edf7; | |
background-color: #31708f; } | |
.sfdcBootstrap .panel-info > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #bce8f1; } | |
.sfdcBootstrap .panel-warning { | |
border-color: #faebcc; } | |
.sfdcBootstrap .panel-warning > .panel-heading { | |
color: #8a6d3b; | |
background-color: #fcf8e3; | |
border-color: #faebcc; } | |
.sfdcBootstrap .panel-warning > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #faebcc; } | |
.sfdcBootstrap .panel-warning > .panel-heading .badge { | |
color: #fcf8e3; | |
background-color: #8a6d3b; } | |
.sfdcBootstrap .panel-warning > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #faebcc; } | |
.sfdcBootstrap .panel-danger { | |
border-color: #ebccd1; } | |
.sfdcBootstrap .panel-danger > .panel-heading { | |
color: #a94442; | |
background-color: #f2dede; | |
border-color: #ebccd1; } | |
.sfdcBootstrap .panel-danger > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #ebccd1; } | |
.sfdcBootstrap .panel-danger > .panel-heading .badge { | |
color: #f2dede; | |
background-color: #a94442; } | |
.sfdcBootstrap .panel-danger > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #ebccd1; } | |
.sfdcBootstrap .embed-responsive { | |
position: relative; | |
display: block; | |
height: 0; | |
padding: 0; | |
overflow: hidden; } | |
.sfdcBootstrap .embed-responsive .embed-responsive-item, | |
.sfdcBootstrap .embed-responsive iframe, | |
.sfdcBootstrap .embed-responsive embed, | |
.sfdcBootstrap .embed-responsive object, | |
.sfdcBootstrap .embed-responsive video { | |
position: absolute; | |
top: 0; | |
left: 0; | |
bottom: 0; | |
height: 100%; | |
width: 100%; | |
border: 0; } | |
.sfdcBootstrap .embed-responsive-16by9 { | |
padding-bottom: 56.25%; } | |
.sfdcBootstrap .embed-responsive-4by3 { | |
padding-bottom: 75%; } | |
.sfdcBootstrap .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); } | |
.sfdcBootstrap .well blockquote { | |
border-color: #ddd; | |
border-color: rgba(0, 0, 0, 0.15); } | |
.sfdcBootstrap .well-lg { | |
padding: 24px; | |
border-radius: 6px; } | |
.sfdcBootstrap .well-sm { | |
padding: 9px; | |
border-radius: 3px; } | |
.sfdcBootstrap .close { | |
float: right; | |
font-size: 21px; | |
font-weight: bold; | |
line-height: 1; | |
color: #000; | |
text-shadow: 0 1px 0 #fff; | |
opacity: 0.2; | |
filter: alpha(opacity=20); } | |
.sfdcBootstrap .close:hover, .sfdcBootstrap .close:focus { | |
color: #000; | |
text-decoration: none; | |
cursor: pointer; | |
opacity: 0.5; | |
filter: alpha(opacity=50); } | |
.sfdcBootstrap button.close { | |
padding: 0; | |
cursor: pointer; | |
background: transparent; | |
border: 0; | |
-webkit-appearance: none; } | |
.sfdcBootstrap .modal-open { | |
overflow: hidden; } | |
.sfdcBootstrap .modal { | |
display: none; | |
overflow: hidden; | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
z-index: 1050; | |
-webkit-overflow-scrolling: touch; | |
outline: 0; } | |
.sfdcBootstrap .modal.fade .modal-dialog { | |
-webkit-transform: translate(0, -25%); | |
-ms-transform: translate(0, -25%); | |
-o-transform: translate(0, -25%); | |
transform: translate(0, -25%); | |
-webkit-transition: -webkit-transform 0.3s ease-out; | |
-moz-transition: -moz-transform 0.3s ease-out; | |
-o-transition: -o-transform 0.3s ease-out; | |
transition: transform 0.3s ease-out; } | |
.sfdcBootstrap .modal.in .modal-dialog { | |
-webkit-transform: translate(0, 0); | |
-ms-transform: translate(0, 0); | |
-o-transform: translate(0, 0); | |
transform: translate(0, 0); } | |
.sfdcBootstrap .modal-open .modal { | |
overflow-x: hidden; | |
overflow-y: auto; } | |
.sfdcBootstrap .modal-dialog { | |
position: relative; | |
width: auto; | |
margin: 10px; } | |
.sfdcBootstrap .modal-content { | |
position: relative; | |
background-color: #fff; | |
border: 1px solid #999; | |
border: 1px solid rgba(0, 0, 0, 0.2); | |
border-radius: 6px; | |
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
background-clip: padding-box; | |
outline: 0; } | |
.sfdcBootstrap .modal-backdrop { | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
z-index: 1040; | |
background-color: #000; } | |
.sfdcBootstrap .modal-backdrop.fade { | |
opacity: 0; | |
filter: alpha(opacity=0); } | |
.sfdcBootstrap .modal-backdrop.in { | |
opacity: 0.5; | |
filter: alpha(opacity=50); } | |
.sfdcBootstrap .modal-header { | |
padding: 15px; | |
border-bottom: 1px solid #e5e5e5; } | |
.sfdcBootstrap .modal-header:before, .sfdcBootstrap .modal-header:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .modal-header:after { | |
clear: both; } | |
.sfdcBootstrap .modal-header .close { | |
margin-top: -2px; } | |
.sfdcBootstrap .modal-title { | |
margin: 0; | |
line-height: 1.42857; } | |
.sfdcBootstrap .modal-body { | |
position: relative; | |
padding: 15px; } | |
.sfdcBootstrap .modal-footer { | |
padding: 15px; | |
text-align: right; | |
border-top: 1px solid #e5e5e5; } | |
.sfdcBootstrap .modal-footer:before, .sfdcBootstrap .modal-footer:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .modal-footer:after { | |
clear: both; } | |
.sfdcBootstrap .modal-footer .btn + .btn { | |
margin-left: 5px; | |
margin-bottom: 0; } | |
.sfdcBootstrap .modal-footer .btn-group .btn + .btn { | |
margin-left: -1px; } | |
.sfdcBootstrap .modal-footer .btn-block + .btn-block { | |
margin-left: 0; } | |
.sfdcBootstrap .modal-scrollbar-measure { | |
position: absolute; | |
top: -9999px; | |
width: 50px; | |
height: 50px; | |
overflow: scroll; } | |
@media (min-width: 768px) { | |
.sfdcBootstrap .modal-dialog { | |
width: 600px; | |
margin: 30px auto; } | |
.sfdcBootstrap .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); } | |
.sfdcBootstrap .modal-sm { | |
width: 300px; } } | |
@media (min-width: 992px) { | |
.sfdcBootstrap .modal-lg { | |
width: 900px; } } | |
.sfdcBootstrap .tooltip { | |
position: absolute; | |
z-index: 1070; | |
display: block; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-style: normal; | |
font-weight: normal; | |
letter-spacing: normal; | |
line-break: auto; | |
line-height: 1.42857; | |
text-align: left; | |
text-align: start; | |
text-decoration: none; | |
text-shadow: none; | |
text-transform: none; | |
white-space: normal; | |
word-break: normal; | |
word-spacing: normal; | |
word-wrap: normal; | |
font-size: 12px; | |
opacity: 0; | |
filter: alpha(opacity=0); } | |
.sfdcBootstrap .tooltip.in { | |
opacity: 0.9; | |
filter: alpha(opacity=90); } | |
.sfdcBootstrap .tooltip.top { | |
margin-top: -3px; | |
padding: 5px 0; } | |
.sfdcBootstrap .tooltip.right { | |
margin-left: 3px; | |
padding: 0 5px; } | |
.sfdcBootstrap .tooltip.bottom { | |
margin-top: 3px; | |
padding: 5px 0; } | |
.sfdcBootstrap .tooltip.left { | |
margin-left: -3px; | |
padding: 0 5px; } | |
.sfdcBootstrap .tooltip-inner { | |
max-width: 200px; | |
padding: 3px 8px; | |
color: #fff; | |
text-align: center; | |
background-color: #000; | |
border-radius: 4px; } | |
.sfdcBootstrap .tooltip-arrow { | |
position: absolute; | |
width: 0; | |
height: 0; | |
border-color: transparent; | |
border-style: solid; } | |
.sfdcBootstrap .tooltip.top .tooltip-arrow { | |
bottom: 0; | |
left: 50%; | |
margin-left: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #000; } | |
.sfdcBootstrap .tooltip.top-left .tooltip-arrow { | |
bottom: 0; | |
right: 5px; | |
margin-bottom: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #000; } | |
.sfdcBootstrap .tooltip.top-right .tooltip-arrow { | |
bottom: 0; | |
left: 5px; | |
margin-bottom: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #000; } | |
.sfdcBootstrap .tooltip.right .tooltip-arrow { | |
top: 50%; | |
left: 0; | |
margin-top: -5px; | |
border-width: 5px 5px 5px 0; | |
border-right-color: #000; } | |
.sfdcBootstrap .tooltip.left .tooltip-arrow { | |
top: 50%; | |
right: 0; | |
margin-top: -5px; | |
border-width: 5px 0 5px 5px; | |
border-left-color: #000; } | |
.sfdcBootstrap .tooltip.bottom .tooltip-arrow { | |
top: 0; | |
left: 50%; | |
margin-left: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #000; } | |
.sfdcBootstrap .tooltip.bottom-left .tooltip-arrow { | |
top: 0; | |
right: 5px; | |
margin-top: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #000; } | |
.sfdcBootstrap .tooltip.bottom-right .tooltip-arrow { | |
top: 0; | |
left: 5px; | |
margin-top: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #000; } | |
.sfdcBootstrap .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-style: normal; | |
font-weight: normal; | |
letter-spacing: normal; | |
line-break: auto; | |
line-height: 1.42857; | |
text-align: left; | |
text-align: start; | |
text-decoration: none; | |
text-shadow: none; | |
text-transform: none; | |
white-space: normal; | |
word-break: normal; | |
word-spacing: normal; | |
word-wrap: normal; | |
font-size: 14px; | |
background-color: #fff; | |
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); } | |
.sfdcBootstrap .popover.top { | |
margin-top: -10px; } | |
.sfdcBootstrap .popover.right { | |
margin-left: 10px; } | |
.sfdcBootstrap .popover.bottom { | |
margin-top: 10px; } | |
.sfdcBootstrap .popover.left { | |
margin-left: -10px; } | |
.sfdcBootstrap .popover-title { | |
margin: 0; | |
padding: 8px 14px; | |
font-size: 14px; | |
background-color: #f7f7f7; | |
border-bottom: 1px solid #ebebeb; | |
border-radius: 5px 5px 0 0; } | |
.sfdcBootstrap .popover-content { | |
padding: 9px 14px; } | |
.sfdcBootstrap .popover > .arrow, .sfdcBootstrap .popover > .arrow:after { | |
position: absolute; | |
display: block; | |
width: 0; | |
height: 0; | |
border-color: transparent; | |
border-style: solid; } | |
.sfdcBootstrap .popover > .arrow { | |
border-width: 11px; } | |
.sfdcBootstrap .popover > .arrow:after { | |
border-width: 10px; | |
content: ""; } | |
.sfdcBootstrap .popover.top > .arrow { | |
left: 50%; | |
margin-left: -11px; | |
border-bottom-width: 0; | |
border-top-color: #999999; | |
border-top-color: rgba(0, 0, 0, 0.25); | |
bottom: -11px; } | |
.sfdcBootstrap .popover.top > .arrow:after { | |
content: " "; | |
bottom: 1px; | |
margin-left: -10px; | |
border-bottom-width: 0; | |
border-top-color: #fff; } | |
.sfdcBootstrap .popover.right > .arrow { | |
top: 50%; | |
left: -11px; | |
margin-top: -11px; | |
border-left-width: 0; | |
border-right-color: #999999; | |
border-right-color: rgba(0, 0, 0, 0.25); } | |
.sfdcBootstrap .popover.right > .arrow:after { | |
content: " "; | |
left: 1px; | |
bottom: -10px; | |
border-left-width: 0; | |
border-right-color: #fff; } | |
.sfdcBootstrap .popover.bottom > .arrow { | |
left: 50%; | |
margin-left: -11px; | |
border-top-width: 0; | |
border-bottom-color: #999999; | |
border-bottom-color: rgba(0, 0, 0, 0.25); | |
top: -11px; } | |
.sfdcBootstrap .popover.bottom > .arrow:after { | |
content: " "; | |
top: 1px; | |
margin-left: -10px; | |
border-top-width: 0; | |
border-bottom-color: #fff; } | |
.sfdcBootstrap .popover.left > .arrow { | |
top: 50%; | |
right: -11px; | |
margin-top: -11px; | |
border-right-width: 0; | |
border-left-color: #999999; | |
border-left-color: rgba(0, 0, 0, 0.25); } | |
.sfdcBootstrap .popover.left > .arrow:after { | |
content: " "; | |
right: 1px; | |
border-right-width: 0; | |
border-left-color: #fff; | |
bottom: -10px; } | |
.sfdcBootstrap .carousel { | |
position: relative; } | |
.sfdcBootstrap .carousel-inner { | |
position: relative; | |
overflow: hidden; | |
width: 100%; } | |
.sfdcBootstrap .carousel-inner > .item { | |
display: none; | |
position: relative; | |
-webkit-transition: 0.6s ease-in-out left; | |
-o-transition: 0.6s ease-in-out left; | |
transition: 0.6s ease-in-out left; } | |
.sfdcBootstrap .carousel-inner > .item > img, | |
.sfdcBootstrap .carousel-inner > .item > a > img { | |
display: block; | |
max-width: 100%; | |
height: auto; | |
line-height: 1; } | |
@media all and (transform-3d), (-webkit-transform-3d) { | |
.sfdcBootstrap .carousel-inner > .item { | |
-webkit-transition: -webkit-transform 0.6s ease-in-out; | |
-moz-transition: -moz-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; | |
-moz-backface-visibility: hidden; | |
backface-visibility: hidden; | |
-webkit-perspective: 1000px; | |
-moz-perspective: 1000px; | |
perspective: 1000px; } | |
.sfdcBootstrap .carousel-inner > .item.next, .sfdcBootstrap .carousel-inner > .item.active.right { | |
-webkit-transform: translate3d(100%, 0, 0); | |
transform: translate3d(100%, 0, 0); | |
left: 0; } | |
.sfdcBootstrap .carousel-inner > .item.prev, .sfdcBootstrap .carousel-inner > .item.active.left { | |
-webkit-transform: translate3d(-100%, 0, 0); | |
transform: translate3d(-100%, 0, 0); | |
left: 0; } | |
.sfdcBootstrap .carousel-inner > .item.next.left, .sfdcBootstrap .carousel-inner > .item.prev.right, .sfdcBootstrap .carousel-inner > .item.active { | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); | |
left: 0; } } | |
.sfdcBootstrap .carousel-inner > .active, | |
.sfdcBootstrap .carousel-inner > .next, | |
.sfdcBootstrap .carousel-inner > .prev { | |
display: block; } | |
.sfdcBootstrap .carousel-inner > .active { | |
left: 0; } | |
.sfdcBootstrap .carousel-inner > .next, | |
.sfdcBootstrap .carousel-inner > .prev { | |
position: absolute; | |
top: 0; | |
width: 100%; } | |
.sfdcBootstrap .carousel-inner > .next { | |
left: 100%; } | |
.sfdcBootstrap .carousel-inner > .prev { | |
left: -100%; } | |
.sfdcBootstrap .carousel-inner > .next.left, | |
.sfdcBootstrap .carousel-inner > .prev.right { | |
left: 0; } | |
.sfdcBootstrap .carousel-inner > .active.left { | |
left: -100%; } | |
.sfdcBootstrap .carousel-inner > .active.right { | |
left: 100%; } | |
.sfdcBootstrap .carousel-control { | |
position: absolute; | |
top: 0; | |
left: 0; | |
bottom: 0; | |
width: 15%; | |
opacity: 0.5; | |
filter: alpha(opacity=50); | |
font-size: 20px; | |
color: #fff; | |
text-align: center; | |
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); | |
background-color: transparent; } | |
.sfdcBootstrap .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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); | |
background-repeat: repeat-x; | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } | |
.sfdcBootstrap .carousel-control.right { | |
left: auto; | |
right: 0; | |
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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); | |
background-repeat: repeat-x; | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } | |
.sfdcBootstrap .carousel-control:hover, .sfdcBootstrap .carousel-control:focus { | |
outline: 0; | |
color: #fff; | |
text-decoration: none; | |
opacity: 0.9; | |
filter: alpha(opacity=90); } | |
.sfdcBootstrap .carousel-control .icon-prev, | |
.sfdcBootstrap .carousel-control .icon-next, | |
.sfdcBootstrap .carousel-control .glyphicon-chevron-left, | |
.sfdcBootstrap .carousel-control .glyphicon-chevron-right { | |
position: absolute; | |
top: 50%; | |
margin-top: -10px; | |
z-index: 5; | |
display: inline-block; } | |
.sfdcBootstrap .carousel-control .icon-prev, | |
.sfdcBootstrap .carousel-control .glyphicon-chevron-left { | |
left: 50%; | |
margin-left: -10px; } | |
.sfdcBootstrap .carousel-control .icon-next, | |
.sfdcBootstrap .carousel-control .glyphicon-chevron-right { | |
right: 50%; | |
margin-right: -10px; } | |
.sfdcBootstrap .carousel-control .icon-prev, | |
.sfdcBootstrap .carousel-control .icon-next { | |
width: 20px; | |
height: 20px; | |
line-height: 1; | |
font-family: serif; } | |
.sfdcBootstrap .carousel-control .icon-prev:before { | |
content: '\2039'; } | |
.sfdcBootstrap .carousel-control .icon-next:before { | |
content: '\203a'; } | |
.sfdcBootstrap .carousel-indicators { | |
position: absolute; | |
bottom: 10px; | |
left: 50%; | |
z-index: 15; | |
width: 60%; | |
margin-left: -30%; | |
padding-left: 0; | |
list-style: none; | |
text-align: center; } | |
.sfdcBootstrap .carousel-indicators li { | |
display: inline-block; | |
width: 10px; | |
height: 10px; | |
margin: 1px; | |
text-indent: -999px; | |
border: 1px solid #fff; | |
border-radius: 10px; | |
cursor: pointer; | |
background-color: #000 \9; | |
background-color: transparent; } | |
.sfdcBootstrap .carousel-indicators .active { | |
margin: 0; | |
width: 12px; | |
height: 12px; | |
background-color: #fff; } | |
.sfdcBootstrap .carousel-caption { | |
position: absolute; | |
left: 15%; | |
right: 15%; | |
bottom: 20px; | |
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); } | |
.sfdcBootstrap .carousel-caption .btn { | |
text-shadow: none; } | |
@media screen and (min-width: 768px) { | |
.sfdcBootstrap .carousel-control .glyphicon-chevron-left, | |
.sfdcBootstrap .carousel-control .glyphicon-chevron-right, | |
.sfdcBootstrap .carousel-control .icon-prev, | |
.sfdcBootstrap .carousel-control .icon-next { | |
width: 30px; | |
height: 30px; | |
margin-top: -10px; | |
font-size: 30px; } | |
.sfdcBootstrap .carousel-control .glyphicon-chevron-left, | |
.sfdcBootstrap .carousel-control .icon-prev { | |
margin-left: -10px; } | |
.sfdcBootstrap .carousel-control .glyphicon-chevron-right, | |
.sfdcBootstrap .carousel-control .icon-next { | |
margin-right: -10px; } | |
.sfdcBootstrap .carousel-caption { | |
left: 20%; | |
right: 20%; | |
padding-bottom: 30px; } | |
.sfdcBootstrap .carousel-indicators { | |
bottom: 20px; } } | |
.sfdcBootstrap .clearfix:before, .sfdcBootstrap .clearfix:after { | |
content: " "; | |
display: table; } | |
.sfdcBootstrap .clearfix:after { | |
clear: both; } | |
.sfdcBootstrap .center-block { | |
display: block; | |
margin-left: auto; | |
margin-right: auto; } | |
.sfdcBootstrap .pull-right { | |
float: right !important; } | |
.sfdcBootstrap .pull-left { | |
float: left !important; } | |
.sfdcBootstrap .hide { | |
display: none !important; } | |
.sfdcBootstrap .show { | |
display: block !important; } | |
.sfdcBootstrap .invisible { | |
visibility: hidden; } | |
.sfdcBootstrap .text-hide { | |
font: 0/0 a; | |
color: transparent; | |
text-shadow: none; | |
background-color: transparent; | |
border: 0; } | |
.sfdcBootstrap .hidden { | |
display: none !important; } | |
.sfdcBootstrap .affix { | |
position: fixed; } | |
@-ms-viewport { | |
width: device-width; } | |
.sfdcBootstrap .visible-xs { | |
display: none !important; } | |
.sfdcBootstrap .visible-sm { | |
display: none !important; } | |
.sfdcBootstrap .visible-md { | |
display: none !important; } | |
.sfdcBootstrap .visible-lg { | |
display: none !important; } | |
.sfdcBootstrap .visible-xs-block, | |
.sfdcBootstrap .visible-xs-inline, | |
.sfdcBootstrap .visible-xs-inline-block, | |
.sfdcBootstrap .visible-sm-block, | |
.sfdcBootstrap .visible-sm-inline, | |
.sfdcBootstrap .visible-sm-inline-block, | |
.sfdcBootstrap .visible-md-block, | |
.sfdcBootstrap .visible-md-inline, | |
.sfdcBootstrap .visible-md-inline-block, | |
.sfdcBootstrap .visible-lg-block, | |
.sfdcBootstrap .visible-lg-inline, | |
.sfdcBootstrap .visible-lg-inline-block { | |
display: none !important; } | |
@media (max-width: 767px) { | |
.sfdcBootstrap .visible-xs { | |
display: block !important; } | |
.sfdcBootstrap table.visible-xs { | |
display: table !important; } | |
.sfdcBootstrap tr.visible-xs { | |
display: table-row !important; } | |
.sfdcBootstrap th.visible-xs, | |
.sfdcBootstrap td.visible-xs { | |
display: table-cell !important; } } | |
@media (max-width: 767px) { | |
.sfdcBootstrap .visible-xs-block { | |
display: block !important; } } | |
@media (max-width: 767px) { | |
.sfdcBootstrap .visible-xs-inline { | |
display: inline !important; } } | |
@media (max-width: 767px) { | |
.sfdcBootstrap .visible-xs-inline-block { | |
display: inline-block !important; } } | |
@media (min-width: 768px) and (max-width: 991px) { | |
.sfdcBootstrap .visible-sm { | |
display: block !important; } | |
.sfdcBootstrap table.visible-sm { | |
display: table !important; } | |
.sfdcBootstrap tr.visible-sm { | |
display: table-row !important; } | |
.sfdcBootstrap th.visible-sm, | |
.sfdcBootstrap td.visible-sm { | |
display: table-cell !important; } } | |
@media (min-width: 768px) and (max-width: 991px) { | |
.sfdcBootstrap .visible-sm-block { | |
display: block !important; } } | |
@media (min-width: 768px) and (max-width: 991px) { | |
.sfdcBootstrap .visible-sm-inline { | |
display: inline !important; } } | |
@media (min-width: 768px) and (max-width: 991px) { | |
.sfdcBootstrap .visible-sm-inline-block { | |
display: inline-block !important; } } | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.sfdcBootstrap .visible-md { | |
display: block !important; } | |
.sfdcBootstrap table.visible-md { | |
display: table !important; } | |
.sfdcBootstrap tr.visible-md { | |
display: table-row !important; } | |
.sfdcBootstrap th.visible-md, | |
.sfdcBootstrap td.visible-md { | |
display: table-cell !important; } } | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.sfdcBootstrap .visible-md-block { | |
display: block !important; } } | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.sfdcBootstrap .visible-md-inline { | |
display: inline !important; } } | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.sfdcBootstrap .visible-md-inline-block { | |
display: inline-block !important; } } | |
@media (min-width: 1200px) { | |
.sfdcBootstrap .visible-lg { | |
display: block !important; } | |
.sfdcBootstrap table.visible-lg { | |
display: table !important; } | |
.sfdcBootstrap tr.visible-lg { | |
display: table-row !important; } | |
.sfdcBootstrap th.visible-lg, | |
.sfdcBootstrap td.visible-lg { | |
display: table-cell !important; } } | |
@media (min-width: 1200px) { | |
.sfdcBootstrap .visible-lg-block { | |
display: block !important; } } | |
@media (min-width: 1200px) { | |
.sfdcBootstrap .visible-lg-inline { | |
display: inline !important; } } | |
@media (min-width: 1200px) { | |
.sfdcBootstrap .visible-lg-inline-block { | |
display: inline-block !important; } } | |
@media (max-width: 767px) { | |
.sfdcBootstrap .hidden-xs { | |
display: none !important; } } | |
@media (min-width: 768px) and (max-width: 991px) { | |
.sfdcBootstrap .hidden-sm { | |
display: none !important; } } | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.sfdcBootstrap .hidden-md { | |
display: none !important; } } | |
@media (min-width: 1200px) { | |
.sfdcBootstrap .hidden-lg { | |
display: none !important; } } | |
.sfdcBootstrap .visible-print { | |
display: none !important; } | |
@media print { | |
.sfdcBootstrap .visible-print { | |
display: block !important; } | |
.sfdcBootstrap table.visible-print { | |
display: table !important; } | |
.sfdcBootstrap tr.visible-print { | |
display: table-row !important; } | |
.sfdcBootstrap th.visible-print, | |
.sfdcBootstrap td.visible-print { | |
display: table-cell !important; } } | |
.sfdcBootstrap .visible-print-block { | |
display: none !important; } | |
@media print { | |
.sfdcBootstrap .visible-print-block { | |
display: block !important; } } | |
.sfdcBootstrap .visible-print-inline { | |
display: none !important; } | |
@media print { | |
.sfdcBootstrap .visible-print-inline { | |
display: inline !important; } } | |
.sfdcBootstrap .visible-print-inline-block { | |
display: none !important; } | |
@media print { | |
.sfdcBootstrap .visible-print-inline-block { | |
display: inline-block !important; } } | |
@media print { | |
.sfdcBootstrap .hidden-print { | |
display: none !important; } } | |
.sfdcBootstrap .glyphicon-refresh-animate { | |
-animation: spin .7s infinite linear; | |
-webkit-animation: spin2 .7s infinite linear; } | |
@-webkit-keyframes spin2 { | |
from { | |
-webkit-transform: rotate(0deg); } | |
to { | |
-webkit-transform: rotate(360deg); } } | |
@keyframes spin { | |
from { | |
transform: scale(1) rotate(0deg); } | |
to { | |
transform: scale(1) rotate(360deg); } } | |
/*# sourceMappingURL=sfdcBootstrap.css.map */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment