Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/bootstrap/dist/css/bootstrap-reboot.css is written in an unsupported language. File is not indexed.

0001 /*!
0002  * Bootstrap Reboot v5.0.0-beta1 (https://getbootstrap.com/)
0003  * Copyright 2011-2020 The Bootstrap Authors
0004  * Copyright 2011-2020 Twitter, Inc.
0005  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
0006  * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
0007  */
0008 *,
0009 *::before,
0010 *::after {
0011   box-sizing: border-box;
0012 }
0013 
0014 @media (prefers-reduced-motion: no-preference) {
0015   :root {
0016     scroll-behavior: smooth;
0017   }
0018 }
0019 
0020 body {
0021   margin: 0;
0022   font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
0023   font-size: 1rem;
0024   font-weight: 400;
0025   line-height: 1.5;
0026   color: #212529;
0027   background-color: #fff;
0028   -webkit-text-size-adjust: 100%;
0029   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
0030 }
0031 
0032 [tabindex="-1"]:focus:not(:focus-visible) {
0033   outline: 0 !important;
0034 }
0035 
0036 hr {
0037   margin: 1rem 0;
0038   color: inherit;
0039   background-color: currentColor;
0040   border: 0;
0041   opacity: 0.25;
0042 }
0043 
0044 hr:not([size]) {
0045   height: 1px;
0046 }
0047 
0048 h6, h5, h4, h3, h2, h1 {
0049   margin-top: 0;
0050   margin-bottom: 0.5rem;
0051   font-weight: 500;
0052   line-height: 1.2;
0053 }
0054 
0055 h1 {
0056   font-size: calc(1.375rem + 1.5vw);
0057 }
0058 @media (min-width: 1200px) {
0059   h1 {
0060     font-size: 2.5rem;
0061   }
0062 }
0063 
0064 h2 {
0065   font-size: calc(1.325rem + 0.9vw);
0066 }
0067 @media (min-width: 1200px) {
0068   h2 {
0069     font-size: 2rem;
0070   }
0071 }
0072 
0073 h3 {
0074   font-size: calc(1.3rem + 0.6vw);
0075 }
0076 @media (min-width: 1200px) {
0077   h3 {
0078     font-size: 1.75rem;
0079   }
0080 }
0081 
0082 h4 {
0083   font-size: calc(1.275rem + 0.3vw);
0084 }
0085 @media (min-width: 1200px) {
0086   h4 {
0087     font-size: 1.5rem;
0088   }
0089 }
0090 
0091 h5 {
0092   font-size: 1.25rem;
0093 }
0094 
0095 h6 {
0096   font-size: 1rem;
0097 }
0098 
0099 p {
0100   margin-top: 0;
0101   margin-bottom: 1rem;
0102 }
0103 
0104 abbr[title],
0105 abbr[data-bs-original-title] {
0106   text-decoration: underline;
0107   -webkit-text-decoration: underline dotted;
0108   text-decoration: underline dotted;
0109   cursor: help;
0110   -webkit-text-decoration-skip-ink: none;
0111   text-decoration-skip-ink: none;
0112 }
0113 
0114 address {
0115   margin-bottom: 1rem;
0116   font-style: normal;
0117   line-height: inherit;
0118 }
0119 
0120 ol,
0121 ul {
0122   padding-left: 2rem;
0123 }
0124 
0125 ol,
0126 ul,
0127 dl {
0128   margin-top: 0;
0129   margin-bottom: 1rem;
0130 }
0131 
0132 ol ol,
0133 ul ul,
0134 ol ul,
0135 ul ol {
0136   margin-bottom: 0;
0137 }
0138 
0139 dt {
0140   font-weight: 700;
0141 }
0142 
0143 dd {
0144   margin-bottom: 0.5rem;
0145   margin-left: 0;
0146 }
0147 
0148 blockquote {
0149   margin: 0 0 1rem;
0150 }
0151 
0152 b,
0153 strong {
0154   font-weight: bolder;
0155 }
0156 
0157 small {
0158   font-size: 0.875em;
0159 }
0160 
0161 mark {
0162   padding: 0.2em;
0163   background-color: #fcf8e3;
0164 }
0165 
0166 sub,
0167 sup {
0168   position: relative;
0169   font-size: 0.75em;
0170   line-height: 0;
0171   vertical-align: baseline;
0172 }
0173 
0174 sub {
0175   bottom: -0.25em;
0176 }
0177 
0178 sup {
0179   top: -0.5em;
0180 }
0181 
0182 a {
0183   color: #0d6efd;
0184   text-decoration: underline;
0185 }
0186 a:hover {
0187   color: #0a58ca;
0188 }
0189 
0190 a:not([href]):not([class]), a:not([href]):not([class]):hover {
0191   color: inherit;
0192   text-decoration: none;
0193 }
0194 
0195 pre,
0196 code,
0197 kbd,
0198 samp {
0199   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
0200   font-size: 1em;
0201   direction: ltr /* rtl:ignore */;
0202   unicode-bidi: bidi-override;
0203 }
0204 
0205 pre {
0206   display: block;
0207   margin-top: 0;
0208   margin-bottom: 1rem;
0209   overflow: auto;
0210   font-size: 0.875em;
0211 }
0212 pre code {
0213   font-size: inherit;
0214   color: inherit;
0215   word-break: normal;
0216 }
0217 
0218 code {
0219   font-size: 0.875em;
0220   color: #d63384;
0221   word-wrap: break-word;
0222 }
0223 a > code {
0224   color: inherit;
0225 }
0226 
0227 kbd {
0228   padding: 0.2rem 0.4rem;
0229   font-size: 0.875em;
0230   color: #fff;
0231   background-color: #212529;
0232   border-radius: 0.2rem;
0233 }
0234 kbd kbd {
0235   padding: 0;
0236   font-size: 1em;
0237   font-weight: 700;
0238 }
0239 
0240 figure {
0241   margin: 0 0 1rem;
0242 }
0243 
0244 img,
0245 svg {
0246   vertical-align: middle;
0247 }
0248 
0249 table {
0250   caption-side: bottom;
0251   border-collapse: collapse;
0252 }
0253 
0254 caption {
0255   padding-top: 0.5rem;
0256   padding-bottom: 0.5rem;
0257   color: #6c757d;
0258   text-align: left;
0259 }
0260 
0261 th {
0262   text-align: inherit;
0263   text-align: -webkit-match-parent;
0264 }
0265 
0266 thead,
0267 tbody,
0268 tfoot,
0269 tr,
0270 td,
0271 th {
0272   border-color: inherit;
0273   border-style: solid;
0274   border-width: 0;
0275 }
0276 
0277 label {
0278   display: inline-block;
0279 }
0280 
0281 button {
0282   border-radius: 0;
0283 }
0284 
0285 button:focus {
0286   outline: dotted 1px;
0287   outline: -webkit-focus-ring-color auto 5px;
0288 }
0289 
0290 input,
0291 button,
0292 select,
0293 optgroup,
0294 textarea {
0295   margin: 0;
0296   font-family: inherit;
0297   font-size: inherit;
0298   line-height: inherit;
0299 }
0300 
0301 button,
0302 select {
0303   text-transform: none;
0304 }
0305 
0306 [role=button] {
0307   cursor: pointer;
0308 }
0309 
0310 select {
0311   word-wrap: normal;
0312 }
0313 
0314 [list]::-webkit-calendar-picker-indicator {
0315   display: none;
0316 }
0317 
0318 button,
0319 [type=button],
0320 [type=reset],
0321 [type=submit] {
0322   -webkit-appearance: button;
0323 }
0324 button:not(:disabled),
0325 [type=button]:not(:disabled),
0326 [type=reset]:not(:disabled),
0327 [type=submit]:not(:disabled) {
0328   cursor: pointer;
0329 }
0330 
0331 ::-moz-focus-inner {
0332   padding: 0;
0333   border-style: none;
0334 }
0335 
0336 textarea {
0337   resize: vertical;
0338 }
0339 
0340 fieldset {
0341   min-width: 0;
0342   padding: 0;
0343   margin: 0;
0344   border: 0;
0345 }
0346 
0347 legend {
0348   float: left;
0349   width: 100%;
0350   padding: 0;
0351   margin-bottom: 0.5rem;
0352   font-size: calc(1.275rem + 0.3vw);
0353   line-height: inherit;
0354 }
0355 @media (min-width: 1200px) {
0356   legend {
0357     font-size: 1.5rem;
0358   }
0359 }
0360 legend + * {
0361   clear: left;
0362 }
0363 
0364 ::-webkit-datetime-edit-fields-wrapper,
0365 ::-webkit-datetime-edit-text,
0366 ::-webkit-datetime-edit-minute,
0367 ::-webkit-datetime-edit-hour-field,
0368 ::-webkit-datetime-edit-day-field,
0369 ::-webkit-datetime-edit-month-field,
0370 ::-webkit-datetime-edit-year-field {
0371   padding: 0;
0372 }
0373 
0374 ::-webkit-inner-spin-button {
0375   height: auto;
0376 }
0377 
0378 [type=search] {
0379   outline-offset: -2px;
0380   -webkit-appearance: textfield;
0381 }
0382 
0383 /* rtl:raw:
0384 [type="tel"],
0385 [type="url"],
0386 [type="email"],
0387 [type="number"] {
0388   direction: ltr;
0389 }
0390 */
0391 ::-webkit-search-decoration {
0392   -webkit-appearance: none;
0393 }
0394 
0395 ::-webkit-color-swatch-wrapper {
0396   padding: 0;
0397 }
0398 
0399 ::file-selector-button {
0400   font: inherit;
0401 }
0402 
0403 ::-webkit-file-upload-button {
0404   font: inherit;
0405   -webkit-appearance: button;
0406 }
0407 
0408 output {
0409   display: inline-block;
0410 }
0411 
0412 iframe {
0413   border: 0;
0414 }
0415 
0416 summary {
0417   display: list-item;
0418   cursor: pointer;
0419 }
0420 
0421 progress {
0422   vertical-align: baseline;
0423 }
0424 
0425 [hidden] {
0426   display: none !important;
0427 }
0428 
0429 /*# sourceMappingURL=bootstrap-reboot.css.map */