Version Description
- Code fixes
Download this release
Release Info
| Developer | adamskaat |
| Plugin | |
| Version | 2.3.4 |
| Comparing to | |
| See all releases | |
Code changes from version 2.3.3 to 2.3.4
- assets/css/bootstrap.css +1 -6846
- assets/views/main/simpleMainView.php +1 -1
- classes/Actions.php +5 -5
- classes/Filters.php +0 -6
- classes/countdown/TimerCountdown.php +21 -21
- config/config.php +2 -2
- countdown-builder.php +1 -1
- helpers/AdminHelper.php +3 -3
- readme.txt +4 -1
assets/css/bootstrap.css
CHANGED
|
@@ -1,6846 +1 @@
|
|
| 1 |
-
.ycd-bootstrap-wrapper {
|
| 2 |
-
/*!
|
| 3 |
-
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
| 4 |
-
* Copyright 2011-2015 Twitter, Inc.
|
| 5 |
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
| 6 |
-
*/
|
| 7 |
-
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
| 8 |
-
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
| 9 |
-
/*# sourceMappingURL=bootstrap.css.map */
|
| 10 |
-
}
|
| 11 |
-
.ycd-bootstrap-wrapper html {
|
| 12 |
-
font-family: sans-serif;
|
| 13 |
-
-webkit-text-size-adjust: 100%;
|
| 14 |
-
-ms-text-size-adjust: 100%;
|
| 15 |
-
}
|
| 16 |
-
.ycd-bootstrap-wrapper body {
|
| 17 |
-
margin: 0;
|
| 18 |
-
}
|
| 19 |
-
.ycd-bootstrap-wrapper article,
|
| 20 |
-
.ycd-bootstrap-wrapper aside,
|
| 21 |
-
.ycd-bootstrap-wrapper details,
|
| 22 |
-
.ycd-bootstrap-wrapper figcaption,
|
| 23 |
-
.ycd-bootstrap-wrapper figure,
|
| 24 |
-
.ycd-bootstrap-wrapper footer,
|
| 25 |
-
.ycd-bootstrap-wrapper header,
|
| 26 |
-
.ycd-bootstrap-wrapper hgroup,
|
| 27 |
-
.ycd-bootstrap-wrapper main,
|
| 28 |
-
.ycd-bootstrap-wrapper menu,
|
| 29 |
-
.ycd-bootstrap-wrapper nav,
|
| 30 |
-
.ycd-bootstrap-wrapper section,
|
| 31 |
-
.ycd-bootstrap-wrapper summary {
|
| 32 |
-
display: block;
|
| 33 |
-
}
|
| 34 |
-
.ycd-bootstrap-wrapper audio,
|
| 35 |
-
.ycd-bootstrap-wrapper canvas,
|
| 36 |
-
.ycd-bootstrap-wrapper progress,
|
| 37 |
-
.ycd-bootstrap-wrapper video {
|
| 38 |
-
display: inline-block;
|
| 39 |
-
vertical-align: baseline;
|
| 40 |
-
}
|
| 41 |
-
.ycd-bootstrap-wrapper audio:not([controls]) {
|
| 42 |
-
display: none;
|
| 43 |
-
height: 0;
|
| 44 |
-
}
|
| 45 |
-
.ycd-bootstrap-wrapper [hidden],
|
| 46 |
-
.ycd-bootstrap-wrapper template {
|
| 47 |
-
display: none;
|
| 48 |
-
}
|
| 49 |
-
.ycd-bootstrap-wrapper a {
|
| 50 |
-
background-color: transparent;
|
| 51 |
-
}
|
| 52 |
-
.ycd-bootstrap-wrapper a:active,
|
| 53 |
-
.ycd-bootstrap-wrapper a:hover {
|
| 54 |
-
outline: 0;
|
| 55 |
-
}
|
| 56 |
-
.ycd-bootstrap-wrapper abbr[title] {
|
| 57 |
-
border-bottom: 1px dotted;
|
| 58 |
-
}
|
| 59 |
-
.ycd-bootstrap-wrapper b,
|
| 60 |
-
.ycd-bootstrap-wrapper strong {
|
| 61 |
-
font-weight: bold;
|
| 62 |
-
}
|
| 63 |
-
.ycd-bootstrap-wrapper dfn {
|
| 64 |
-
font-style: italic;
|
| 65 |
-
}
|
| 66 |
-
.ycd-bootstrap-wrapper h1 {
|
| 67 |
-
margin: .67em 0;
|
| 68 |
-
font-size: 2em;
|
| 69 |
-
}
|
| 70 |
-
.ycd-bootstrap-wrapper mark {
|
| 71 |
-
color: #000;
|
| 72 |
-
background: #ff0;
|
| 73 |
-
}
|
| 74 |
-
.ycd-bootstrap-wrapper small {
|
| 75 |
-
font-size: 80%;
|
| 76 |
-
}
|
| 77 |
-
.ycd-bootstrap-wrapper sub,
|
| 78 |
-
.ycd-bootstrap-wrapper sup {
|
| 79 |
-
position: relative;
|
| 80 |
-
font-size: 75%;
|
| 81 |
-
line-height: 0;
|
| 82 |
-
vertical-align: baseline;
|
| 83 |
-
}
|
| 84 |
-
.ycd-bootstrap-wrapper sup {
|
| 85 |
-
top: -0.5em;
|
| 86 |
-
}
|
| 87 |
-
.ycd-bootstrap-wrapper sub {
|
| 88 |
-
bottom: -0.25em;
|
| 89 |
-
}
|
| 90 |
-
.ycd-bootstrap-wrapper img {
|
| 91 |
-
border: 0;
|
| 92 |
-
}
|
| 93 |
-
.ycd-bootstrap-wrapper svg:not(:root) {
|
| 94 |
-
overflow: hidden;
|
| 95 |
-
}
|
| 96 |
-
.ycd-bootstrap-wrapper figure {
|
| 97 |
-
margin: 1em 40px;
|
| 98 |
-
}
|
| 99 |
-
.ycd-bootstrap-wrapper hr {
|
| 100 |
-
height: 0;
|
| 101 |
-
-webkit-box-sizing: content-box;
|
| 102 |
-
-moz-box-sizing: content-box;
|
| 103 |
-
box-sizing: content-box;
|
| 104 |
-
}
|
| 105 |
-
.ycd-bootstrap-wrapper pre {
|
| 106 |
-
overflow: auto;
|
| 107 |
-
}
|
| 108 |
-
.ycd-bootstrap-wrapper code,
|
| 109 |
-
.ycd-bootstrap-wrapper kbd,
|
| 110 |
-
.ycd-bootstrap-wrapper pre,
|
| 111 |
-
.ycd-bootstrap-wrapper samp {
|
| 112 |
-
font-family: monospace, monospace;
|
| 113 |
-
font-size: 1em;
|
| 114 |
-
}
|
| 115 |
-
.ycd-bootstrap-wrapper button,
|
| 116 |
-
.ycd-bootstrap-wrapper input,
|
| 117 |
-
.ycd-bootstrap-wrapper optgroup,
|
| 118 |
-
.ycd-bootstrap-wrapper select,
|
| 119 |
-
.ycd-bootstrap-wrapper textarea {
|
| 120 |
-
margin: 0;
|
| 121 |
-
font: inherit;
|
| 122 |
-
color: inherit;
|
| 123 |
-
}
|
| 124 |
-
.ycd-bootstrap-wrapper button {
|
| 125 |
-
overflow: visible;
|
| 126 |
-
}
|
| 127 |
-
.ycd-bootstrap-wrapper button,
|
| 128 |
-
.ycd-bootstrap-wrapper select {
|
| 129 |
-
text-transform: none;
|
| 130 |
-
}
|
| 131 |
-
.ycd-bootstrap-wrapper button,
|
| 132 |
-
.ycd-bootstrap-wrapper html input[type="button"],
|
| 133 |
-
.ycd-bootstrap-wrapper input[type="reset"],
|
| 134 |
-
.ycd-bootstrap-wrapper input[type="submit"] {
|
| 135 |
-
-webkit-appearance: button;
|
| 136 |
-
cursor: pointer;
|
| 137 |
-
}
|
| 138 |
-
.ycd-bootstrap-wrapper button[disabled],
|
| 139 |
-
.ycd-bootstrap-wrapper html input[disabled] {
|
| 140 |
-
cursor: default;
|
| 141 |
-
}
|
| 142 |
-
.ycd-bootstrap-wrapper button::-moz-focus-inner,
|
| 143 |
-
.ycd-bootstrap-wrapper input::-moz-focus-inner {
|
| 144 |
-
padding: 0;
|
| 145 |
-
border: 0;
|
| 146 |
-
}
|
| 147 |
-
.ycd-bootstrap-wrapper input {
|
| 148 |
-
line-height: normal;
|
| 149 |
-
}
|
| 150 |
-
.ycd-bootstrap-wrapper input[type="checkbox"],
|
| 151 |
-
.ycd-bootstrap-wrapper input[type="radio"] {
|
| 152 |
-
-webkit-box-sizing: border-box;
|
| 153 |
-
-moz-box-sizing: border-box;
|
| 154 |
-
box-sizing: border-box;
|
| 155 |
-
padding: 0;
|
| 156 |
-
}
|
| 157 |
-
.ycd-bootstrap-wrapper input[type="number"]::-webkit-inner-spin-button,
|
| 158 |
-
.ycd-bootstrap-wrapper input[type="number"]::-webkit-outer-spin-button {
|
| 159 |
-
height: auto;
|
| 160 |
-
}
|
| 161 |
-
.ycd-bootstrap-wrapper input[type="search"] {
|
| 162 |
-
-webkit-box-sizing: content-box;
|
| 163 |
-
-moz-box-sizing: content-box;
|
| 164 |
-
box-sizing: content-box;
|
| 165 |
-
-webkit-appearance: textfield;
|
| 166 |
-
}
|
| 167 |
-
.ycd-bootstrap-wrapper input[type="search"]::-webkit-search-cancel-button,
|
| 168 |
-
.ycd-bootstrap-wrapper input[type="search"]::-webkit-search-decoration {
|
| 169 |
-
-webkit-appearance: none;
|
| 170 |
-
}
|
| 171 |
-
.ycd-bootstrap-wrapper fieldset {
|
| 172 |
-
padding: .35em .625em .75em;
|
| 173 |
-
margin: 0 2px;
|
| 174 |
-
border: 1px solid #c0c0c0;
|
| 175 |
-
}
|
| 176 |
-
.ycd-bootstrap-wrapper legend {
|
| 177 |
-
padding: 0;
|
| 178 |
-
border: 0;
|
| 179 |
-
}
|
| 180 |
-
.ycd-bootstrap-wrapper textarea {
|
| 181 |
-
overflow: auto;
|
| 182 |
-
}
|
| 183 |
-
.ycd-bootstrap-wrapper optgroup {
|
| 184 |
-
font-weight: bold;
|
| 185 |
-
}
|
| 186 |
-
.ycd-bootstrap-wrapper table {
|
| 187 |
-
border-spacing: 0;
|
| 188 |
-
border-collapse: collapse;
|
| 189 |
-
}
|
| 190 |
-
.ycd-bootstrap-wrapper td,
|
| 191 |
-
.ycd-bootstrap-wrapper th {
|
| 192 |
-
padding: 0;
|
| 193 |
-
}
|
| 194 |
-
@media print {
|
| 195 |
-
.ycd-bootstrap-wrapper *,
|
| 196 |
-
.ycd-bootstrap-wrapper *:before,
|
| 197 |
-
.ycd-bootstrap-wrapper *:after {
|
| 198 |
-
color: #000 !important;
|
| 199 |
-
text-shadow: none !important;
|
| 200 |
-
background: transparent !important;
|
| 201 |
-
-webkit-box-shadow: none !important;
|
| 202 |
-
box-shadow: none !important;
|
| 203 |
-
}
|
| 204 |
-
.ycd-bootstrap-wrapper a,
|
| 205 |
-
.ycd-bootstrap-wrapper a:visited {
|
| 206 |
-
text-decoration: underline;
|
| 207 |
-
}
|
| 208 |
-
.ycd-bootstrap-wrapper a[href]:after {
|
| 209 |
-
content: " (" attr(href) ")";
|
| 210 |
-
}
|
| 211 |
-
.ycd-bootstrap-wrapper abbr[title]:after {
|
| 212 |
-
content: " (" attr(title) ")";
|
| 213 |
-
}
|
| 214 |
-
.ycd-bootstrap-wrapper a[href^="#"]:after,
|
| 215 |
-
.ycd-bootstrap-wrapper a[href^="javascript:"]:after {
|
| 216 |
-
content: "";
|
| 217 |
-
}
|
| 218 |
-
.ycd-bootstrap-wrapper pre,
|
| 219 |
-
.ycd-bootstrap-wrapper blockquote {
|
| 220 |
-
border: 1px solid #999;
|
| 221 |
-
page-break-inside: avoid;
|
| 222 |
-
}
|
| 223 |
-
.ycd-bootstrap-wrapper thead {
|
| 224 |
-
display: table-header-group;
|
| 225 |
-
}
|
| 226 |
-
.ycd-bootstrap-wrapper tr,
|
| 227 |
-
.ycd-bootstrap-wrapper img {
|
| 228 |
-
page-break-inside: avoid;
|
| 229 |
-
}
|
| 230 |
-
.ycd-bootstrap-wrapper img {
|
| 231 |
-
max-width: 100% !important;
|
| 232 |
-
}
|
| 233 |
-
.ycd-bootstrap-wrapper p,
|
| 234 |
-
.ycd-bootstrap-wrapper h2,
|
| 235 |
-
.ycd-bootstrap-wrapper h3 {
|
| 236 |
-
orphans: 3;
|
| 237 |
-
widows: 3;
|
| 238 |
-
}
|
| 239 |
-
.ycd-bootstrap-wrapper h2,
|
| 240 |
-
.ycd-bootstrap-wrapper h3 {
|
| 241 |
-
page-break-after: avoid;
|
| 242 |
-
}
|
| 243 |
-
.ycd-bootstrap-wrapper .navbar {
|
| 244 |
-
display: none;
|
| 245 |
-
}
|
| 246 |
-
.ycd-bootstrap-wrapper .btn > .caret,
|
| 247 |
-
.ycd-bootstrap-wrapper .dropup > .btn > .caret {
|
| 248 |
-
border-top-color: #000 !important;
|
| 249 |
-
}
|
| 250 |
-
.ycd-bootstrap-wrapper .label {
|
| 251 |
-
border: 1px solid #000;
|
| 252 |
-
}
|
| 253 |
-
.ycd-bootstrap-wrapper .table {
|
| 254 |
-
border-collapse: collapse !important;
|
| 255 |
-
}
|
| 256 |
-
.ycd-bootstrap-wrapper .table td,
|
| 257 |
-
.ycd-bootstrap-wrapper .table th {
|
| 258 |
-
background-color: #fff !important;
|
| 259 |
-
}
|
| 260 |
-
.ycd-bootstrap-wrapper .table-bordered th,
|
| 261 |
-
.ycd-bootstrap-wrapper .table-bordered td {
|
| 262 |
-
border: 1px solid #ddd !important;
|
| 263 |
-
}
|
| 264 |
-
}
|
| 265 |
-
@font-face {
|
| 266 |
-
font-family: 'Glyphicons Halflings';
|
| 267 |
-
src: url('http://localhost/fonts/glyphicons-halflings-regular.eot');
|
| 268 |
-
src: url('http://localhost/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('http://localhost/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('http://localhost/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://localhost/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://localhost/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
| 269 |
-
}
|
| 270 |
-
.ycd-bootstrap-wrapper .glyphicon {
|
| 271 |
-
position: relative;
|
| 272 |
-
top: 1px;
|
| 273 |
-
display: inline-block;
|
| 274 |
-
font-family: 'Glyphicons Halflings';
|
| 275 |
-
font-style: normal;
|
| 276 |
-
font-weight: normal;
|
| 277 |
-
line-height: 1;
|
| 278 |
-
-webkit-font-smoothing: antialiased;
|
| 279 |
-
-moz-osx-font-smoothing: grayscale;
|
| 280 |
-
}
|
| 281 |
-
.ycd-bootstrap-wrapper .glyphicon-asterisk:before {
|
| 282 |
-
content: "\002a";
|
| 283 |
-
}
|
| 284 |
-
.ycd-bootstrap-wrapper .glyphicon-plus:before {
|
| 285 |
-
content: "\002b";
|
| 286 |
-
}
|
| 287 |
-
.ycd-bootstrap-wrapper .glyphicon-euro:before,
|
| 288 |
-
.ycd-bootstrap-wrapper .glyphicon-eur:before {
|
| 289 |
-
content: "\20ac";
|
| 290 |
-
}
|
| 291 |
-
.ycd-bootstrap-wrapper .glyphicon-minus:before {
|
| 292 |
-
content: "\2212";
|
| 293 |
-
}
|
| 294 |
-
.ycd-bootstrap-wrapper .glyphicon-cloud:before {
|
| 295 |
-
content: "\2601";
|
| 296 |
-
}
|
| 297 |
-
.ycd-bootstrap-wrapper .glyphicon-envelope:before {
|
| 298 |
-
content: "\2709";
|
| 299 |
-
}
|
| 300 |
-
.ycd-bootstrap-wrapper .glyphicon-pencil:before {
|
| 301 |
-
content: "\270f";
|
| 302 |
-
}
|
| 303 |
-
.ycd-bootstrap-wrapper .glyphicon-glass:before {
|
| 304 |
-
content: "\e001";
|
| 305 |
-
}
|
| 306 |
-
.ycd-bootstrap-wrapper .glyphicon-music:before {
|
| 307 |
-
content: "\e002";
|
| 308 |
-
}
|
| 309 |
-
.ycd-bootstrap-wrapper .glyphicon-search:before {
|
| 310 |
-
content: "\e003";
|
| 311 |
-
}
|
| 312 |
-
.ycd-bootstrap-wrapper .glyphicon-heart:before {
|
| 313 |
-
content: "\e005";
|
| 314 |
-
}
|
| 315 |
-
.ycd-bootstrap-wrapper .glyphicon-star:before {
|
| 316 |
-
content: "\e006";
|
| 317 |
-
}
|
| 318 |
-
.ycd-bootstrap-wrapper .glyphicon-star-empty:before {
|
| 319 |
-
content: "\e007";
|
| 320 |
-
}
|
| 321 |
-
.ycd-bootstrap-wrapper .glyphicon-user:before {
|
| 322 |
-
content: "\e008";
|
| 323 |
-
}
|
| 324 |
-
.ycd-bootstrap-wrapper .glyphicon-film:before {
|
| 325 |
-
content: "\e009";
|
| 326 |
-
}
|
| 327 |
-
.ycd-bootstrap-wrapper .glyphicon-th-large:before {
|
| 328 |
-
content: "\e010";
|
| 329 |
-
}
|
| 330 |
-
.ycd-bootstrap-wrapper .glyphicon-th:before {
|
| 331 |
-
content: "\e011";
|
| 332 |
-
}
|
| 333 |
-
.ycd-bootstrap-wrapper .glyphicon-th-list:before {
|
| 334 |
-
content: "\e012";
|
| 335 |
-
}
|
| 336 |
-
.ycd-bootstrap-wrapper .glyphicon-ok:before {
|
| 337 |
-
content: "\e013";
|
| 338 |
-
}
|
| 339 |
-
.ycd-bootstrap-wrapper .glyphicon-remove:before {
|
| 340 |
-
content: "\e014";
|
| 341 |
-
}
|
| 342 |
-
.ycd-bootstrap-wrapper .glyphicon-zoom-in:before {
|
| 343 |
-
content: "\e015";
|
| 344 |
-
}
|
| 345 |
-
.ycd-bootstrap-wrapper .glyphicon-zoom-out:before {
|
| 346 |
-
content: "\e016";
|
| 347 |
-
}
|
| 348 |
-
.ycd-bootstrap-wrapper .glyphicon-off:before {
|
| 349 |
-
content: "\e017";
|
| 350 |
-
}
|
| 351 |
-
.ycd-bootstrap-wrapper .glyphicon-signal:before {
|
| 352 |
-
content: "\e018";
|
| 353 |
-
}
|
| 354 |
-
.ycd-bootstrap-wrapper .glyphicon-cog:before {
|
| 355 |
-
content: "\e019";
|
| 356 |
-
}
|
| 357 |
-
.ycd-bootstrap-wrapper .glyphicon-trash:before {
|
| 358 |
-
content: "\e020";
|
| 359 |
-
}
|
| 360 |
-
.ycd-bootstrap-wrapper .glyphicon-home:before {
|
| 361 |
-
content: "\e021";
|
| 362 |
-
}
|
| 363 |
-
.ycd-bootstrap-wrapper .glyphicon-file:before {
|
| 364 |
-
content: "\e022";
|
| 365 |
-
}
|
| 366 |
-
.ycd-bootstrap-wrapper .glyphicon-time:before {
|
| 367 |
-
content: "\e023";
|
| 368 |
-
}
|
| 369 |
-
.ycd-bootstrap-wrapper .glyphicon-road:before {
|
| 370 |
-
content: "\e024";
|
| 371 |
-
}
|
| 372 |
-
.ycd-bootstrap-wrapper .glyphicon-download-alt:before {
|
| 373 |
-
content: "\e025";
|
| 374 |
-
}
|
| 375 |
-
.ycd-bootstrap-wrapper .glyphicon-download:before {
|
| 376 |
-
content: "\e026";
|
| 377 |
-
}
|
| 378 |
-
.ycd-bootstrap-wrapper .glyphicon-upload:before {
|
| 379 |
-
content: "\e027";
|
| 380 |
-
}
|
| 381 |
-
.ycd-bootstrap-wrapper .glyphicon-inbox:before {
|
| 382 |
-
content: "\e028";
|
| 383 |
-
}
|
| 384 |
-
.ycd-bootstrap-wrapper .glyphicon-play-circle:before {
|
| 385 |
-
content: "\e029";
|
| 386 |
-
}
|
| 387 |
-
.ycd-bootstrap-wrapper .glyphicon-repeat:before {
|
| 388 |
-
content: "\e030";
|
| 389 |
-
}
|
| 390 |
-
.ycd-bootstrap-wrapper .glyphicon-refresh:before {
|
| 391 |
-
content: "\e031";
|
| 392 |
-
}
|
| 393 |
-
.ycd-bootstrap-wrapper .glyphicon-list-alt:before {
|
| 394 |
-
content: "\e032";
|
| 395 |
-
}
|
| 396 |
-
.ycd-bootstrap-wrapper .glyphicon-lock:before {
|
| 397 |
-
content: "\e033";
|
| 398 |
-
}
|
| 399 |
-
.ycd-bootstrap-wrapper .glyphicon-flag:before {
|
| 400 |
-
content: "\e034";
|
| 401 |
-
}
|
| 402 |
-
.ycd-bootstrap-wrapper .glyphicon-headphones:before {
|
| 403 |
-
content: "\e035";
|
| 404 |
-
}
|
| 405 |
-
.ycd-bootstrap-wrapper .glyphicon-volume-off:before {
|
| 406 |
-
content: "\e036";
|
| 407 |
-
}
|
| 408 |
-
.ycd-bootstrap-wrapper .glyphicon-volume-down:before {
|
| 409 |
-
content: "\e037";
|
| 410 |
-
}
|
| 411 |
-
.ycd-bootstrap-wrapper .glyphicon-volume-up:before {
|
| 412 |
-
content: "\e038";
|
| 413 |
-
}
|
| 414 |
-
.ycd-bootstrap-wrapper .glyphicon-qrcode:before {
|
| 415 |
-
content: "\e039";
|
| 416 |
-
}
|
| 417 |
-
.ycd-bootstrap-wrapper .glyphicon-barcode:before {
|
| 418 |
-
content: "\e040";
|
| 419 |
-
}
|
| 420 |
-
.ycd-bootstrap-wrapper .glyphicon-tag:before {
|
| 421 |
-
content: "\e041";
|
| 422 |
-
}
|
| 423 |
-
.ycd-bootstrap-wrapper .glyphicon-tags:before {
|
| 424 |
-
content: "\e042";
|
| 425 |
-
}
|
| 426 |
-
.ycd-bootstrap-wrapper .glyphicon-book:before {
|
| 427 |
-
content: "\e043";
|
| 428 |
-
}
|
| 429 |
-
.ycd-bootstrap-wrapper .glyphicon-bookmark:before {
|
| 430 |
-
content: "\e044";
|
| 431 |
-
}
|
| 432 |
-
.ycd-bootstrap-wrapper .glyphicon-print:before {
|
| 433 |
-
content: "\e045";
|
| 434 |
-
}
|
| 435 |
-
.ycd-bootstrap-wrapper .glyphicon-camera:before {
|
| 436 |
-
content: "\e046";
|
| 437 |
-
}
|
| 438 |
-
.ycd-bootstrap-wrapper .glyphicon-font:before {
|
| 439 |
-
content: "\e047";
|
| 440 |
-
}
|
| 441 |
-
.ycd-bootstrap-wrapper .glyphicon-bold:before {
|
| 442 |
-
content: "\e048";
|
| 443 |
-
}
|
| 444 |
-
.ycd-bootstrap-wrapper .glyphicon-italic:before {
|
| 445 |
-
content: "\e049";
|
| 446 |
-
}
|
| 447 |
-
.ycd-bootstrap-wrapper .glyphicon-text-height:before {
|
| 448 |
-
content: "\e050";
|
| 449 |
-
}
|
| 450 |
-
.ycd-bootstrap-wrapper .glyphicon-text-width:before {
|
| 451 |
-
content: "\e051";
|
| 452 |
-
}
|
| 453 |
-
.ycd-bootstrap-wrapper .glyphicon-align-left:before {
|
| 454 |
-
content: "\e052";
|
| 455 |
-
}
|
| 456 |
-
.ycd-bootstrap-wrapper .glyphicon-align-center:before {
|
| 457 |
-
content: "\e053";
|
| 458 |
-
}
|
| 459 |
-
.ycd-bootstrap-wrapper .glyphicon-align-right:before {
|
| 460 |
-
content: "\e054";
|
| 461 |
-
}
|
| 462 |
-
.ycd-bootstrap-wrapper .glyphicon-align-justify:before {
|
| 463 |
-
content: "\e055";
|
| 464 |
-
}
|
| 465 |
-
.ycd-bootstrap-wrapper .glyphicon-list:before {
|
| 466 |
-
content: "\e056";
|
| 467 |
-
}
|
| 468 |
-
.ycd-bootstrap-wrapper .glyphicon-indent-left:before {
|
| 469 |
-
content: "\e057";
|
| 470 |
-
}
|
| 471 |
-
.ycd-bootstrap-wrapper .glyphicon-indent-right:before {
|
| 472 |
-
content: "\e058";
|
| 473 |
-
}
|
| 474 |
-
.ycd-bootstrap-wrapper .glyphicon-facetime-video:before {
|
| 475 |
-
content: "\e059";
|
| 476 |
-
}
|
| 477 |
-
.ycd-bootstrap-wrapper .glyphicon-picture:before {
|
| 478 |
-
content: "\e060";
|
| 479 |
-
}
|
| 480 |
-
.ycd-bootstrap-wrapper .glyphicon-map-marker:before {
|
| 481 |
-
content: "\e062";
|
| 482 |
-
}
|
| 483 |
-
.ycd-bootstrap-wrapper .glyphicon-adjust:before {
|
| 484 |
-
content: "\e063";
|
| 485 |
-
}
|
| 486 |
-
.ycd-bootstrap-wrapper .glyphicon-tint:before {
|
| 487 |
-
content: "\e064";
|
| 488 |
-
}
|
| 489 |
-
.ycd-bootstrap-wrapper .glyphicon-edit:before {
|
| 490 |
-
content: "\e065";
|
| 491 |
-
}
|
| 492 |
-
.ycd-bootstrap-wrapper .glyphicon-share:before {
|
| 493 |
-
content: "\e066";
|
| 494 |
-
}
|
| 495 |
-
.ycd-bootstrap-wrapper .glyphicon-check:before {
|
| 496 |
-
content: "\e067";
|
| 497 |
-
}
|
| 498 |
-
.ycd-bootstrap-wrapper .glyphicon-move:before {
|
| 499 |
-
content: "\e068";
|
| 500 |
-
}
|
| 501 |
-
.ycd-bootstrap-wrapper .glyphicon-step-backward:before {
|
| 502 |
-
content: "\e069";
|
| 503 |
-
}
|
| 504 |
-
.ycd-bootstrap-wrapper .glyphicon-fast-backward:before {
|
| 505 |
-
content: "\e070";
|
| 506 |
-
}
|
| 507 |
-
.ycd-bootstrap-wrapper .glyphicon-backward:before {
|
| 508 |
-
content: "\e071";
|
| 509 |
-
}
|
| 510 |
-
.ycd-bootstrap-wrapper .glyphicon-play:before {
|
| 511 |
-
content: "\e072";
|
| 512 |
-
}
|
| 513 |
-
.ycd-bootstrap-wrapper .glyphicon-pause:before {
|
| 514 |
-
content: "\e073";
|
| 515 |
-
}
|
| 516 |
-
.ycd-bootstrap-wrapper .glyphicon-stop:before {
|
| 517 |
-
content: "\e074";
|
| 518 |
-
}
|
| 519 |
-
.ycd-bootstrap-wrapper .glyphicon-forward:before {
|
| 520 |
-
content: "\e075";
|
| 521 |
-
}
|
| 522 |
-
.ycd-bootstrap-wrapper .glyphicon-fast-forward:before {
|
| 523 |
-
content: "\e076";
|
| 524 |
-
}
|
| 525 |
-
.ycd-bootstrap-wrapper .glyphicon-step-forward:before {
|
| 526 |
-
content: "\e077";
|
| 527 |
-
}
|
| 528 |
-
.ycd-bootstrap-wrapper .glyphicon-eject:before {
|
| 529 |
-
content: "\e078";
|
| 530 |
-
}
|
| 531 |
-
.ycd-bootstrap-wrapper .glyphicon-chevron-left:before {
|
| 532 |
-
content: "\e079";
|
| 533 |
-
}
|
| 534 |
-
.ycd-bootstrap-wrapper .glyphicon-chevron-right:before {
|
| 535 |
-
content: "\e080";
|
| 536 |
-
}
|
| 537 |
-
.ycd-bootstrap-wrapper .glyphicon-plus-sign:before {
|
| 538 |
-
content: "\e081";
|
| 539 |
-
}
|
| 540 |
-
.ycd-bootstrap-wrapper .glyphicon-minus-sign:before {
|
| 541 |
-
content: "\e082";
|
| 542 |
-
}
|
| 543 |
-
.ycd-bootstrap-wrapper .glyphicon-remove-sign:before {
|
| 544 |
-
content: "\e083";
|
| 545 |
-
}
|
| 546 |
-
.ycd-bootstrap-wrapper .glyphicon-ok-sign:before {
|
| 547 |
-
content: "\e084";
|
| 548 |
-
}
|
| 549 |
-
.ycd-bootstrap-wrapper .glyphicon-question-sign:before {
|
| 550 |
-
content: "\e085";
|
| 551 |
-
}
|
| 552 |
-
.ycd-bootstrap-wrapper .glyphicon-info-sign:before {
|
| 553 |
-
content: "\e086";
|
| 554 |
-
}
|
| 555 |
-
.ycd-bootstrap-wrapper .glyphicon-screenshot:before {
|
| 556 |
-
content: "\e087";
|
| 557 |
-
}
|
| 558 |
-
.ycd-bootstrap-wrapper .glyphicon-remove-circle:before {
|
| 559 |
-
content: "\e088";
|
| 560 |
-
}
|
| 561 |
-
.ycd-bootstrap-wrapper .glyphicon-ok-circle:before {
|
| 562 |
-
content: "\e089";
|
| 563 |
-
}
|
| 564 |
-
.ycd-bootstrap-wrapper .glyphicon-ban-circle:before {
|
| 565 |
-
content: "\e090";
|
| 566 |
-
}
|
| 567 |
-
.ycd-bootstrap-wrapper .glyphicon-arrow-left:before {
|
| 568 |
-
content: "\e091";
|
| 569 |
-
}
|
| 570 |
-
.ycd-bootstrap-wrapper .glyphicon-arrow-right:before {
|
| 571 |
-
content: "\e092";
|
| 572 |
-
}
|
| 573 |
-
.ycd-bootstrap-wrapper .glyphicon-arrow-up:before {
|
| 574 |
-
content: "\e093";
|
| 575 |
-
}
|
| 576 |
-
.ycd-bootstrap-wrapper .glyphicon-arrow-down:before {
|
| 577 |
-
content: "\e094";
|
| 578 |
-
}
|
| 579 |
-
.ycd-bootstrap-wrapper .glyphicon-share-alt:before {
|
| 580 |
-
content: "\e095";
|
| 581 |
-
}
|
| 582 |
-
.ycd-bootstrap-wrapper .glyphicon-resize-full:before {
|
| 583 |
-
content: "\e096";
|
| 584 |
-
}
|
| 585 |
-
.ycd-bootstrap-wrapper .glyphicon-resize-small:before {
|
| 586 |
-
content: "\e097";
|
| 587 |
-
}
|
| 588 |
-
.ycd-bootstrap-wrapper .glyphicon-exclamation-sign:before {
|
| 589 |
-
content: "\e101";
|
| 590 |
-
}
|
| 591 |
-
.ycd-bootstrap-wrapper .glyphicon-gift:before {
|
| 592 |
-
content: "\e102";
|
| 593 |
-
}
|
| 594 |
-
.ycd-bootstrap-wrapper .glyphicon-leaf:before {
|
| 595 |
-
content: "\e103";
|
| 596 |
-
}
|
| 597 |
-
.ycd-bootstrap-wrapper .glyphicon-fire:before {
|
| 598 |
-
content: "\e104";
|
| 599 |
-
}
|
| 600 |
-
.ycd-bootstrap-wrapper .glyphicon-eye-open:before {
|
| 601 |
-
content: "\e105";
|
| 602 |
-
}
|
| 603 |
-
.ycd-bootstrap-wrapper .glyphicon-eye-close:before {
|
| 604 |
-
content: "\e106";
|
| 605 |
-
}
|
| 606 |
-
.ycd-bootstrap-wrapper .glyphicon-warning-sign:before {
|
| 607 |
-
content: "\e107";
|
| 608 |
-
}
|
| 609 |
-
.ycd-bootstrap-wrapper .glyphicon-plane:before {
|
| 610 |
-
content: "\e108";
|
| 611 |
-
}
|
| 612 |
-
.ycd-bootstrap-wrapper .glyphicon-calendar:before {
|
| 613 |
-
content: "\e109";
|
| 614 |
-
}
|
| 615 |
-
.ycd-bootstrap-wrapper .glyphicon-random:before {
|
| 616 |
-
content: "\e110";
|
| 617 |
-
}
|
| 618 |
-
.ycd-bootstrap-wrapper .glyphicon-comment:before {
|
| 619 |
-
content: "\e111";
|
| 620 |
-
}
|
| 621 |
-
.ycd-bootstrap-wrapper .glyphicon-magnet:before {
|
| 622 |
-
content: "\e112";
|
| 623 |
-
}
|
| 624 |
-
.ycd-bootstrap-wrapper .glyphicon-chevron-up:before {
|
| 625 |
-
content: "\e113";
|
| 626 |
-
}
|
| 627 |
-
.ycd-bootstrap-wrapper .glyphicon-chevron-down:before {
|
| 628 |
-
content: "\e114";
|
| 629 |
-
}
|
| 630 |
-
.ycd-bootstrap-wrapper .glyphicon-retweet:before {
|
| 631 |
-
content: "\e115";
|
| 632 |
-
}
|
| 633 |
-
.ycd-bootstrap-wrapper .glyphicon-shopping-cart:before {
|
| 634 |
-
content: "\e116";
|
| 635 |
-
}
|
| 636 |
-
.ycd-bootstrap-wrapper .glyphicon-folder-close:before {
|
| 637 |
-
content: "\e117";
|
| 638 |
-
}
|
| 639 |
-
.ycd-bootstrap-wrapper .glyphicon-folder-open:before {
|
| 640 |
-
content: "\e118";
|
| 641 |
-
}
|
| 642 |
-
.ycd-bootstrap-wrapper .glyphicon-resize-vertical:before {
|
| 643 |
-
content: "\e119";
|
| 644 |
-
}
|
| 645 |
-
.ycd-bootstrap-wrapper .glyphicon-resize-horizontal:before {
|
| 646 |
-
content: "\e120";
|
| 647 |
-
}
|
| 648 |
-
.ycd-bootstrap-wrapper .glyphicon-hdd:before {
|
| 649 |
-
content: "\e121";
|
| 650 |
-
}
|
| 651 |
-
.ycd-bootstrap-wrapper .glyphicon-bullhorn:before {
|
| 652 |
-
content: "\e122";
|
| 653 |
-
}
|
| 654 |
-
.ycd-bootstrap-wrapper .glyphicon-bell:before {
|
| 655 |
-
content: "\e123";
|
| 656 |
-
}
|
| 657 |
-
.ycd-bootstrap-wrapper .glyphicon-certificate:before {
|
| 658 |
-
content: "\e124";
|
| 659 |
-
}
|
| 660 |
-
.ycd-bootstrap-wrapper .glyphicon-thumbs-up:before {
|
| 661 |
-
content: "\e125";
|
| 662 |
-
}
|
| 663 |
-
.ycd-bootstrap-wrapper .glyphicon-thumbs-down:before {
|
| 664 |
-
content: "\e126";
|
| 665 |
-
}
|
| 666 |
-
.ycd-bootstrap-wrapper .glyphicon-hand-right:before {
|
| 667 |
-
content: "\e127";
|
| 668 |
-
}
|
| 669 |
-
.ycd-bootstrap-wrapper .glyphicon-hand-left:before {
|
| 670 |
-
content: "\e128";
|
| 671 |
-
}
|
| 672 |
-
.ycd-bootstrap-wrapper .glyphicon-hand-up:before {
|
| 673 |
-
content: "\e129";
|
| 674 |
-
}
|
| 675 |
-
.ycd-bootstrap-wrapper .glyphicon-hand-down:before {
|
| 676 |
-
content: "\e130";
|
| 677 |
-
}
|
| 678 |
-
.ycd-bootstrap-wrapper .glyphicon-circle-arrow-right:before {
|
| 679 |
-
content: "\e131";
|
| 680 |
-
}
|
| 681 |
-
.ycd-bootstrap-wrapper .glyphicon-circle-arrow-left:before {
|
| 682 |
-
content: "\e132";
|
| 683 |
-
}
|
| 684 |
-
.ycd-bootstrap-wrapper .glyphicon-circle-arrow-up:before {
|
| 685 |
-
content: "\e133";
|
| 686 |
-
}
|
| 687 |
-
.ycd-bootstrap-wrapper .glyphicon-circle-arrow-down:before {
|
| 688 |
-
content: "\e134";
|
| 689 |
-
}
|
| 690 |
-
.ycd-bootstrap-wrapper .glyphicon-globe:before {
|
| 691 |
-
content: "\e135";
|
| 692 |
-
}
|
| 693 |
-
.ycd-bootstrap-wrapper .glyphicon-wrench:before {
|
| 694 |
-
content: "\e136";
|
| 695 |
-
}
|
| 696 |
-
.ycd-bootstrap-wrapper .glyphicon-tasks:before {
|
| 697 |
-
content: "\e137";
|
| 698 |
-
}
|
| 699 |
-
.ycd-bootstrap-wrapper .glyphicon-filter:before {
|
| 700 |
-
content: "\e138";
|
| 701 |
-
}
|
| 702 |
-
.ycd-bootstrap-wrapper .glyphicon-briefcase:before {
|
| 703 |
-
content: "\e139";
|
| 704 |
-
}
|
| 705 |
-
.ycd-bootstrap-wrapper .glyphicon-fullscreen:before {
|
| 706 |
-
content: "\e140";
|
| 707 |
-
}
|
| 708 |
-
.ycd-bootstrap-wrapper .glyphicon-dashboard:before {
|
| 709 |
-
content: "\e141";
|
| 710 |
-
}
|
| 711 |
-
.ycd-bootstrap-wrapper .glyphicon-paperclip:before {
|
| 712 |
-
content: "\e142";
|
| 713 |
-
}
|
| 714 |
-
.ycd-bootstrap-wrapper .glyphicon-heart-empty:before {
|
| 715 |
-
content: "\e143";
|
| 716 |
-
}
|
| 717 |
-
.ycd-bootstrap-wrapper .glyphicon-link:before {
|
| 718 |
-
content: "\e144";
|
| 719 |
-
}
|
| 720 |
-
.ycd-bootstrap-wrapper .glyphicon-phone:before {
|
| 721 |
-
content: "\e145";
|
| 722 |
-
}
|
| 723 |
-
.ycd-bootstrap-wrapper .glyphicon-pushpin:before {
|
| 724 |
-
content: "\e146";
|
| 725 |
-
}
|
| 726 |
-
.ycd-bootstrap-wrapper .glyphicon-usd:before {
|
| 727 |
-
content: "\e148";
|
| 728 |
-
}
|
| 729 |
-
.ycd-bootstrap-wrapper .glyphicon-gbp:before {
|
| 730 |
-
content: "\e149";
|
| 731 |
-
}
|
| 732 |
-
.ycd-bootstrap-wrapper .glyphicon-sort:before {
|
| 733 |
-
content: "\e150";
|
| 734 |
-
}
|
| 735 |
-
.ycd-bootstrap-wrapper .glyphicon-sort-by-alphabet:before {
|
| 736 |
-
content: "\e151";
|
| 737 |
-
}
|
| 738 |
-
.ycd-bootstrap-wrapper .glyphicon-sort-by-alphabet-alt:before {
|
| 739 |
-
content: "\e152";
|
| 740 |
-
}
|
| 741 |
-
.ycd-bootstrap-wrapper .glyphicon-sort-by-order:before {
|
| 742 |
-
content: "\e153";
|
| 743 |
-
}
|
| 744 |
-
.ycd-bootstrap-wrapper .glyphicon-sort-by-order-alt:before {
|
| 745 |
-
content: "\e154";
|
| 746 |
-
}
|
| 747 |
-
.ycd-bootstrap-wrapper .glyphicon-sort-by-attributes:before {
|
| 748 |
-
content: "\e155";
|
| 749 |
-
}
|
| 750 |
-
.ycd-bootstrap-wrapper .glyphicon-sort-by-attributes-alt:before {
|
| 751 |
-
content: "\e156";
|
| 752 |
-
}
|
| 753 |
-
.ycd-bootstrap-wrapper .glyphicon-unchecked:before {
|
| 754 |
-
content: "\e157";
|
| 755 |
-
}
|
| 756 |
-
.ycd-bootstrap-wrapper .glyphicon-expand:before {
|
| 757 |
-
content: "\e158";
|
| 758 |
-
}
|
| 759 |
-
.ycd-bootstrap-wrapper .glyphicon-collapse-down:before {
|
| 760 |
-
content: "\e159";
|
| 761 |
-
}
|
| 762 |
-
.ycd-bootstrap-wrapper .glyphicon-collapse-up:before {
|
| 763 |
-
content: "\e160";
|
| 764 |
-
}
|
| 765 |
-
.ycd-bootstrap-wrapper .glyphicon-log-in:before {
|
| 766 |
-
content: "\e161";
|
| 767 |
-
}
|
| 768 |
-
.ycd-bootstrap-wrapper .glyphicon-flash:before {
|
| 769 |
-
content: "\e162";
|
| 770 |
-
}
|
| 771 |
-
.ycd-bootstrap-wrapper .glyphicon-log-out:before {
|
| 772 |
-
content: "\e163";
|
| 773 |
-
}
|
| 774 |
-
.ycd-bootstrap-wrapper .glyphicon-new-window:before {
|
| 775 |
-
content: "\e164";
|
| 776 |
-
}
|
| 777 |
-
.ycd-bootstrap-wrapper .glyphicon-record:before {
|
| 778 |
-
content: "\e165";
|
| 779 |
-
}
|
| 780 |
-
.ycd-bootstrap-wrapper .glyphicon-save:before {
|
| 781 |
-
content: "\e166";
|
| 782 |
-
}
|
| 783 |
-
.ycd-bootstrap-wrapper .glyphicon-open:before {
|
| 784 |
-
content: "\e167";
|
| 785 |
-
}
|
| 786 |
-
.ycd-bootstrap-wrapper .glyphicon-saved:before {
|
| 787 |
-
content: "\e168";
|
| 788 |
-
}
|
| 789 |
-
.ycd-bootstrap-wrapper .glyphicon-import:before {
|
| 790 |
-
content: "\e169";
|
| 791 |
-
}
|
| 792 |
-
.ycd-bootstrap-wrapper .glyphicon-export:before {
|
| 793 |
-
content: "\e170";
|
| 794 |
-
}
|
| 795 |
-
.ycd-bootstrap-wrapper .glyphicon-send:before {
|
| 796 |
-
content: "\e171";
|
| 797 |
-
}
|
| 798 |
-
.ycd-bootstrap-wrapper .glyphicon-floppy-disk:before {
|
| 799 |
-
content: "\e172";
|
| 800 |
-
}
|
| 801 |
-
.ycd-bootstrap-wrapper .glyphicon-floppy-saved:before {
|
| 802 |
-
content: "\e173";
|
| 803 |
-
}
|
| 804 |
-
.ycd-bootstrap-wrapper .glyphicon-floppy-remove:before {
|
| 805 |
-
content: "\e174";
|
| 806 |
-
}
|
| 807 |
-
.ycd-bootstrap-wrapper .glyphicon-floppy-save:before {
|
| 808 |
-
content: "\e175";
|
| 809 |
-
}
|
| 810 |
-
.ycd-bootstrap-wrapper .glyphicon-floppy-open:before {
|
| 811 |
-
content: "\e176";
|
| 812 |
-
}
|
| 813 |
-
.ycd-bootstrap-wrapper .glyphicon-credit-card:before {
|
| 814 |
-
content: "\e177";
|
| 815 |
-
}
|
| 816 |
-
.ycd-bootstrap-wrapper .glyphicon-transfer:before {
|
| 817 |
-
content: "\e178";
|
| 818 |
-
}
|
| 819 |
-
.ycd-bootstrap-wrapper .glyphicon-cutlery:before {
|
| 820 |
-
content: "\e179";
|
| 821 |
-
}
|
| 822 |
-
.ycd-bootstrap-wrapper .glyphicon-header:before {
|
| 823 |
-
content: "\e180";
|
| 824 |
-
}
|
| 825 |
-
.ycd-bootstrap-wrapper .glyphicon-compressed:before {
|
| 826 |
-
content: "\e181";
|
| 827 |
-
}
|
| 828 |
-
.ycd-bootstrap-wrapper .glyphicon-earphone:before {
|
| 829 |
-
content: "\e182";
|
| 830 |
-
}
|
| 831 |
-
.ycd-bootstrap-wrapper .glyphicon-phone-alt:before {
|
| 832 |
-
content: "\e183";
|
| 833 |
-
}
|
| 834 |
-
.ycd-bootstrap-wrapper .glyphicon-tower:before {
|
| 835 |
-
content: "\e184";
|
| 836 |
-
}
|
| 837 |
-
.ycd-bootstrap-wrapper .glyphicon-stats:before {
|
| 838 |
-
content: "\e185";
|
| 839 |
-
}
|
| 840 |
-
.ycd-bootstrap-wrapper .glyphicon-sd-video:before {
|
| 841 |
-
content: "\e186";
|
| 842 |
-
}
|
| 843 |
-
.ycd-bootstrap-wrapper .glyphicon-hd-video:before {
|
| 844 |
-
content: "\e187";
|
| 845 |
-
}
|
| 846 |
-
.ycd-bootstrap-wrapper .glyphicon-subtitles:before {
|
| 847 |
-
content: "\e188";
|
| 848 |
-
}
|
| 849 |
-
.ycd-bootstrap-wrapper .glyphicon-sound-stereo:before {
|
| 850 |
-
content: "\e189";
|
| 851 |
-
}
|
| 852 |
-
.ycd-bootstrap-wrapper .glyphicon-sound-dolby:before {
|
| 853 |
-
content: "\e190";
|
| 854 |
-
}
|
| 855 |
-
.ycd-bootstrap-wrapper .glyphicon-sound-5-1:before {
|
| 856 |
-
content: "\e191";
|
| 857 |
-
}
|
| 858 |
-
.ycd-bootstrap-wrapper .glyphicon-sound-6-1:before {
|
| 859 |
-
content: "\e192";
|
| 860 |
-
}
|
| 861 |
-
.ycd-bootstrap-wrapper .glyphicon-sound-7-1:before {
|
| 862 |
-
content: "\e193";
|
| 863 |
-
}
|
| 864 |
-
.ycd-bootstrap-wrapper .glyphicon-copyright-mark:before {
|
| 865 |
-
content: "\e194";
|
| 866 |
-
}
|
| 867 |
-
.ycd-bootstrap-wrapper .glyphicon-registration-mark:before {
|
| 868 |
-
content: "\e195";
|
| 869 |
-
}
|
| 870 |
-
.ycd-bootstrap-wrapper .glyphicon-cloud-download:before {
|
| 871 |
-
content: "\e197";
|
| 872 |
-
}
|
| 873 |
-
.ycd-bootstrap-wrapper .glyphicon-cloud-upload:before {
|
| 874 |
-
content: "\e198";
|
| 875 |
-
}
|
| 876 |
-
.ycd-bootstrap-wrapper .glyphicon-tree-conifer:before {
|
| 877 |
-
content: "\e199";
|
| 878 |
-
}
|
| 879 |
-
.ycd-bootstrap-wrapper .glyphicon-tree-deciduous:before {
|
| 880 |
-
content: "\e200";
|
| 881 |
-
}
|
| 882 |
-
.ycd-bootstrap-wrapper .glyphicon-cd:before {
|
| 883 |
-
content: "\e201";
|
| 884 |
-
}
|
| 885 |
-
.ycd-bootstrap-wrapper .glyphicon-save-file:before {
|
| 886 |
-
content: "\e202";
|
| 887 |
-
}
|
| 888 |
-
.ycd-bootstrap-wrapper .glyphicon-open-file:before {
|
| 889 |
-
content: "\e203";
|
| 890 |
-
}
|
| 891 |
-
.ycd-bootstrap-wrapper .glyphicon-level-up:before {
|
| 892 |
-
content: "\e204";
|
| 893 |
-
}
|
| 894 |
-
.ycd-bootstrap-wrapper .glyphicon-copy:before {
|
| 895 |
-
content: "\e205";
|
| 896 |
-
}
|
| 897 |
-
.ycd-bootstrap-wrapper .glyphicon-paste:before {
|
| 898 |
-
content: "\e206";
|
| 899 |
-
}
|
| 900 |
-
.ycd-bootstrap-wrapper .glyphicon-alert:before {
|
| 901 |
-
content: "\e209";
|
| 902 |
-
}
|
| 903 |
-
.ycd-bootstrap-wrapper .glyphicon-equalizer:before {
|
| 904 |
-
content: "\e210";
|
| 905 |
-
}
|
| 906 |
-
.ycd-bootstrap-wrapper .glyphicon-king:before {
|
| 907 |
-
content: "\e211";
|
| 908 |
-
}
|
| 909 |
-
.ycd-bootstrap-wrapper .glyphicon-queen:before {
|
| 910 |
-
content: "\e212";
|
| 911 |
-
}
|
| 912 |
-
.ycd-bootstrap-wrapper .glyphicon-pawn:before {
|
| 913 |
-
content: "\e213";
|
| 914 |
-
}
|
| 915 |
-
.ycd-bootstrap-wrapper .glyphicon-bishop:before {
|
| 916 |
-
content: "\e214";
|
| 917 |
-
}
|
| 918 |
-
.ycd-bootstrap-wrapper .glyphicon-knight:before {
|
| 919 |
-
content: "\e215";
|
| 920 |
-
}
|
| 921 |
-
.ycd-bootstrap-wrapper .glyphicon-baby-formula:before {
|
| 922 |
-
content: "\e216";
|
| 923 |
-
}
|
| 924 |
-
.ycd-bootstrap-wrapper .glyphicon-tent:before {
|
| 925 |
-
content: "\26fa";
|
| 926 |
-
}
|
| 927 |
-
.ycd-bootstrap-wrapper .glyphicon-blackboard:before {
|
| 928 |
-
content: "\e218";
|
| 929 |
-
}
|
| 930 |
-
.ycd-bootstrap-wrapper .glyphicon-bed:before {
|
| 931 |
-
content: "\e219";
|
| 932 |
-
}
|
| 933 |
-
.ycd-bootstrap-wrapper .glyphicon-apple:before {
|
| 934 |
-
content: "\f8ff";
|
| 935 |
-
}
|
| 936 |
-
.ycd-bootstrap-wrapper .glyphicon-erase:before {
|
| 937 |
-
content: "\e221";
|
| 938 |
-
}
|
| 939 |
-
.ycd-bootstrap-wrapper .glyphicon-hourglass:before {
|
| 940 |
-
content: "\231b";
|
| 941 |
-
}
|
| 942 |
-
.ycd-bootstrap-wrapper .glyphicon-lamp:before {
|
| 943 |
-
content: "\e223";
|
| 944 |
-
}
|
| 945 |
-
.ycd-bootstrap-wrapper .glyphicon-duplicate:before {
|
| 946 |
-
content: "\e224";
|
| 947 |
-
}
|
| 948 |
-
.ycd-bootstrap-wrapper .glyphicon-piggy-bank:before {
|
| 949 |
-
content: "\e225";
|
| 950 |
-
}
|
| 951 |
-
.ycd-bootstrap-wrapper .glyphicon-scissors:before {
|
| 952 |
-
content: "\e226";
|
| 953 |
-
}
|
| 954 |
-
.ycd-bootstrap-wrapper .glyphicon-bitcoin:before {
|
| 955 |
-
content: "\e227";
|
| 956 |
-
}
|
| 957 |
-
.ycd-bootstrap-wrapper .glyphicon-btc:before {
|
| 958 |
-
content: "\e227";
|
| 959 |
-
}
|
| 960 |
-
.ycd-bootstrap-wrapper .glyphicon-xbt:before {
|
| 961 |
-
content: "\e227";
|
| 962 |
-
}
|
| 963 |
-
.ycd-bootstrap-wrapper .glyphicon-yen:before {
|
| 964 |
-
content: "\00a5";
|
| 965 |
-
}
|
| 966 |
-
.ycd-bootstrap-wrapper .glyphicon-jpy:before {
|
| 967 |
-
content: "\00a5";
|
| 968 |
-
}
|
| 969 |
-
.ycd-bootstrap-wrapper .glyphicon-ruble:before {
|
| 970 |
-
content: "\20bd";
|
| 971 |
-
}
|
| 972 |
-
.ycd-bootstrap-wrapper .glyphicon-rub:before {
|
| 973 |
-
content: "\20bd";
|
| 974 |
-
}
|
| 975 |
-
.ycd-bootstrap-wrapper .glyphicon-scale:before {
|
| 976 |
-
content: "\e230";
|
| 977 |
-
}
|
| 978 |
-
.ycd-bootstrap-wrapper .glyphicon-ice-lolly:before {
|
| 979 |
-
content: "\e231";
|
| 980 |
-
}
|
| 981 |
-
.ycd-bootstrap-wrapper .glyphicon-ice-lolly-tasted:before {
|
| 982 |
-
content: "\e232";
|
| 983 |
-
}
|
| 984 |
-
.ycd-bootstrap-wrapper .glyphicon-education:before {
|
| 985 |
-
content: "\e233";
|
| 986 |
-
}
|
| 987 |
-
.ycd-bootstrap-wrapper .glyphicon-option-horizontal:before {
|
| 988 |
-
content: "\e234";
|
| 989 |
-
}
|
| 990 |
-
.ycd-bootstrap-wrapper .glyphicon-option-vertical:before {
|
| 991 |
-
content: "\e235";
|
| 992 |
-
}
|
| 993 |
-
.ycd-bootstrap-wrapper .glyphicon-menu-hamburger:before {
|
| 994 |
-
content: "\e236";
|
| 995 |
-
}
|
| 996 |
-
.ycd-bootstrap-wrapper .glyphicon-modal-window:before {
|
| 997 |
-
content: "\e237";
|
| 998 |
-
}
|
| 999 |
-
.ycd-bootstrap-wrapper .glyphicon-oil:before {
|
| 1000 |
-
content: "\e238";
|
| 1001 |
-
}
|
| 1002 |
-
.ycd-bootstrap-wrapper .glyphicon-grain:before {
|
| 1003 |
-
content: "\e239";
|
| 1004 |
-
}
|
| 1005 |
-
.ycd-bootstrap-wrapper .glyphicon-sunglasses:before {
|
| 1006 |
-
content: "\e240";
|
| 1007 |
-
}
|
| 1008 |
-
.ycd-bootstrap-wrapper .glyphicon-text-size:before {
|
| 1009 |
-
content: "\e241";
|
| 1010 |
-
}
|
| 1011 |
-
.ycd-bootstrap-wrapper .glyphicon-text-color:before {
|
| 1012 |
-
content: "\e242";
|
| 1013 |
-
}
|
| 1014 |
-
.ycd-bootstrap-wrapper .glyphicon-text-background:before {
|
| 1015 |
-
content: "\e243";
|
| 1016 |
-
}
|
| 1017 |
-
.ycd-bootstrap-wrapper .glyphicon-object-align-top:before {
|
| 1018 |
-
content: "\e244";
|
| 1019 |
-
}
|
| 1020 |
-
.ycd-bootstrap-wrapper .glyphicon-object-align-bottom:before {
|
| 1021 |
-
content: "\e245";
|
| 1022 |
-
}
|
| 1023 |
-
.ycd-bootstrap-wrapper .glyphicon-object-align-horizontal:before {
|
| 1024 |
-
content: "\e246";
|
| 1025 |
-
}
|
| 1026 |
-
.ycd-bootstrap-wrapper .glyphicon-object-align-left:before {
|
| 1027 |
-
content: "\e247";
|
| 1028 |
-
}
|
| 1029 |
-
.ycd-bootstrap-wrapper .glyphicon-object-align-vertical:before {
|
| 1030 |
-
content: "\e248";
|
| 1031 |
-
}
|
| 1032 |
-
.ycd-bootstrap-wrapper .glyphicon-object-align-right:before {
|
| 1033 |
-
content: "\e249";
|
| 1034 |
-
}
|
| 1035 |
-
.ycd-bootstrap-wrapper .glyphicon-triangle-right:before {
|
| 1036 |
-
content: "\e250";
|
| 1037 |
-
}
|
| 1038 |
-
.ycd-bootstrap-wrapper .glyphicon-triangle-left:before {
|
| 1039 |
-
content: "\e251";
|
| 1040 |
-
}
|
| 1041 |
-
.ycd-bootstrap-wrapper .glyphicon-triangle-bottom:before {
|
| 1042 |
-
content: "\e252";
|
| 1043 |
-
}
|
| 1044 |
-
.ycd-bootstrap-wrapper .glyphicon-triangle-top:before {
|
| 1045 |
-
content: "\e253";
|
| 1046 |
-
}
|
| 1047 |
-
.ycd-bootstrap-wrapper .glyphicon-console:before {
|
| 1048 |
-
content: "\e254";
|
| 1049 |
-
}
|
| 1050 |
-
.ycd-bootstrap-wrapper .glyphicon-superscript:before {
|
| 1051 |
-
content: "\e255";
|
| 1052 |
-
}
|
| 1053 |
-
.ycd-bootstrap-wrapper .glyphicon-subscript:before {
|
| 1054 |
-
content: "\e256";
|
| 1055 |
-
}
|
| 1056 |
-
.ycd-bootstrap-wrapper .glyphicon-menu-left:before {
|
| 1057 |
-
content: "\e257";
|
| 1058 |
-
}
|
| 1059 |
-
.ycd-bootstrap-wrapper .glyphicon-menu-right:before {
|
| 1060 |
-
content: "\e258";
|
| 1061 |
-
}
|
| 1062 |
-
.ycd-bootstrap-wrapper .glyphicon-menu-down:before {
|
| 1063 |
-
content: "\e259";
|
| 1064 |
-
}
|
| 1065 |
-
.ycd-bootstrap-wrapper .glyphicon-menu-up:before {
|
| 1066 |
-
content: "\e260";
|
| 1067 |
-
}
|
| 1068 |
-
.ycd-bootstrap-wrapper * {
|
| 1069 |
-
-webkit-box-sizing: border-box;
|
| 1070 |
-
-moz-box-sizing: border-box;
|
| 1071 |
-
box-sizing: border-box;
|
| 1072 |
-
}
|
| 1073 |
-
.ycd-bootstrap-wrapper *:before,
|
| 1074 |
-
.ycd-bootstrap-wrapper *:after {
|
| 1075 |
-
-webkit-box-sizing: border-box;
|
| 1076 |
-
-moz-box-sizing: border-box;
|
| 1077 |
-
box-sizing: border-box;
|
| 1078 |
-
}
|
| 1079 |
-
.ycd-bootstrap-wrapper html {
|
| 1080 |
-
font-size: 10px;
|
| 1081 |
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
| 1082 |
-
}
|
| 1083 |
-
.ycd-bootstrap-wrapper body {
|
| 1084 |
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
| 1085 |
-
font-size: 14px;
|
| 1086 |
-
line-height: 1.42857143;
|
| 1087 |
-
color: #333;
|
| 1088 |
-
background-color: #fff;
|
| 1089 |
-
}
|
| 1090 |
-
.ycd-bootstrap-wrapper input,
|
| 1091 |
-
.ycd-bootstrap-wrapper button,
|
| 1092 |
-
.ycd-bootstrap-wrapper select,
|
| 1093 |
-
.ycd-bootstrap-wrapper textarea {
|
| 1094 |
-
font-family: inherit;
|
| 1095 |
-
font-size: inherit;
|
| 1096 |
-
line-height: inherit;
|
| 1097 |
-
}
|
| 1098 |
-
.ycd-bootstrap-wrapper a {
|
| 1099 |
-
color: #337ab7;
|
| 1100 |
-
text-decoration: none;
|
| 1101 |
-
}
|
| 1102 |
-
.ycd-bootstrap-wrapper a:hover,
|
| 1103 |
-
.ycd-bootstrap-wrapper a:focus {
|
| 1104 |
-
color: #23527c;
|
| 1105 |
-
text-decoration: underline;
|
| 1106 |
-
}
|
| 1107 |
-
.ycd-bootstrap-wrapper a:focus {
|
| 1108 |
-
outline: thin dotted;
|
| 1109 |
-
outline: 5px auto -webkit-focus-ring-color;
|
| 1110 |
-
outline-offset: -2px;
|
| 1111 |
-
}
|
| 1112 |
-
.ycd-bootstrap-wrapper figure {
|
| 1113 |
-
margin: 0;
|
| 1114 |
-
}
|
| 1115 |
-
.ycd-bootstrap-wrapper img {
|
| 1116 |
-
vertical-align: middle;
|
| 1117 |
-
}
|
| 1118 |
-
.ycd-bootstrap-wrapper .img-responsive,
|
| 1119 |
-
.ycd-bootstrap-wrapper .thumbnail > img,
|
| 1120 |
-
.ycd-bootstrap-wrapper .thumbnail a > img,
|
| 1121 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item > img,
|
| 1122 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item > a > img {
|
| 1123 |
-
display: block;
|
| 1124 |
-
max-width: 100%;
|
| 1125 |
-
height: auto;
|
| 1126 |
-
}
|
| 1127 |
-
.ycd-bootstrap-wrapper .img-rounded {
|
| 1128 |
-
border-radius: 6px;
|
| 1129 |
-
}
|
| 1130 |
-
.ycd-bootstrap-wrapper .img-thumbnail {
|
| 1131 |
-
display: inline-block;
|
| 1132 |
-
max-width: 100%;
|
| 1133 |
-
height: auto;
|
| 1134 |
-
padding: 4px;
|
| 1135 |
-
line-height: 1.42857143;
|
| 1136 |
-
background-color: #fff;
|
| 1137 |
-
border: 1px solid #ddd;
|
| 1138 |
-
border-radius: 4px;
|
| 1139 |
-
-webkit-transition: all 0.2s ease-in-out;
|
| 1140 |
-
-o-transition: all 0.2s ease-in-out;
|
| 1141 |
-
transition: all 0.2s ease-in-out;
|
| 1142 |
-
}
|
| 1143 |
-
.ycd-bootstrap-wrapper .img-circle {
|
| 1144 |
-
border-radius: 50%;
|
| 1145 |
-
}
|
| 1146 |
-
.ycd-bootstrap-wrapper hr {
|
| 1147 |
-
margin-top: 20px;
|
| 1148 |
-
margin-bottom: 20px;
|
| 1149 |
-
border: 0;
|
| 1150 |
-
border-top: 1px solid #eee;
|
| 1151 |
-
}
|
| 1152 |
-
.ycd-bootstrap-wrapper .sr-only {
|
| 1153 |
-
position: absolute;
|
| 1154 |
-
width: 1px;
|
| 1155 |
-
height: 1px;
|
| 1156 |
-
padding: 0;
|
| 1157 |
-
margin: -1px;
|
| 1158 |
-
overflow: hidden;
|
| 1159 |
-
clip: rect(0, 0, 0, 0);
|
| 1160 |
-
border: 0;
|
| 1161 |
-
}
|
| 1162 |
-
.ycd-bootstrap-wrapper .sr-only-focusable:active,
|
| 1163 |
-
.ycd-bootstrap-wrapper .sr-only-focusable:focus {
|
| 1164 |
-
position: static;
|
| 1165 |
-
width: auto;
|
| 1166 |
-
height: auto;
|
| 1167 |
-
margin: 0;
|
| 1168 |
-
overflow: visible;
|
| 1169 |
-
clip: auto;
|
| 1170 |
-
}
|
| 1171 |
-
.ycd-bootstrap-wrapper [role="button"] {
|
| 1172 |
-
cursor: pointer;
|
| 1173 |
-
}
|
| 1174 |
-
.ycd-bootstrap-wrapper h1,
|
| 1175 |
-
.ycd-bootstrap-wrapper h2,
|
| 1176 |
-
.ycd-bootstrap-wrapper h3,
|
| 1177 |
-
.ycd-bootstrap-wrapper h4,
|
| 1178 |
-
.ycd-bootstrap-wrapper h5,
|
| 1179 |
-
.ycd-bootstrap-wrapper h6,
|
| 1180 |
-
.ycd-bootstrap-wrapper .h1,
|
| 1181 |
-
.ycd-bootstrap-wrapper .h2,
|
| 1182 |
-
.ycd-bootstrap-wrapper .h3,
|
| 1183 |
-
.ycd-bootstrap-wrapper .h4,
|
| 1184 |
-
.ycd-bootstrap-wrapper .h5,
|
| 1185 |
-
.ycd-bootstrap-wrapper .h6 {
|
| 1186 |
-
font-family: inherit;
|
| 1187 |
-
font-weight: 500;
|
| 1188 |
-
line-height: 1.1;
|
| 1189 |
-
color: inherit;
|
| 1190 |
-
}
|
| 1191 |
-
.ycd-bootstrap-wrapper h1 small,
|
| 1192 |
-
.ycd-bootstrap-wrapper h2 small,
|
| 1193 |
-
.ycd-bootstrap-wrapper h3 small,
|
| 1194 |
-
.ycd-bootstrap-wrapper h4 small,
|
| 1195 |
-
.ycd-bootstrap-wrapper h5 small,
|
| 1196 |
-
.ycd-bootstrap-wrapper h6 small,
|
| 1197 |
-
.ycd-bootstrap-wrapper .h1 small,
|
| 1198 |
-
.ycd-bootstrap-wrapper .h2 small,
|
| 1199 |
-
.ycd-bootstrap-wrapper .h3 small,
|
| 1200 |
-
.ycd-bootstrap-wrapper .h4 small,
|
| 1201 |
-
.ycd-bootstrap-wrapper .h5 small,
|
| 1202 |
-
.ycd-bootstrap-wrapper .h6 small,
|
| 1203 |
-
.ycd-bootstrap-wrapper h1 .small,
|
| 1204 |
-
.ycd-bootstrap-wrapper h2 .small,
|
| 1205 |
-
.ycd-bootstrap-wrapper h3 .small,
|
| 1206 |
-
.ycd-bootstrap-wrapper h4 .small,
|
| 1207 |
-
.ycd-bootstrap-wrapper h5 .small,
|
| 1208 |
-
.ycd-bootstrap-wrapper h6 .small,
|
| 1209 |
-
.ycd-bootstrap-wrapper .h1 .small,
|
| 1210 |
-
.ycd-bootstrap-wrapper .h2 .small,
|
| 1211 |
-
.ycd-bootstrap-wrapper .h3 .small,
|
| 1212 |
-
.ycd-bootstrap-wrapper .h4 .small,
|
| 1213 |
-
.ycd-bootstrap-wrapper .h5 .small,
|
| 1214 |
-
.ycd-bootstrap-wrapper .h6 .small {
|
| 1215 |
-
font-weight: normal;
|
| 1216 |
-
line-height: 1;
|
| 1217 |
-
color: #777;
|
| 1218 |
-
}
|
| 1219 |
-
.ycd-bootstrap-wrapper h1,
|
| 1220 |
-
.ycd-bootstrap-wrapper .h1,
|
| 1221 |
-
.ycd-bootstrap-wrapper h2,
|
| 1222 |
-
.ycd-bootstrap-wrapper .h2,
|
| 1223 |
-
.ycd-bootstrap-wrapper h3,
|
| 1224 |
-
.ycd-bootstrap-wrapper .h3 {
|
| 1225 |
-
margin-top: 20px;
|
| 1226 |
-
margin-bottom: 10px;
|
| 1227 |
-
}
|
| 1228 |
-
.ycd-bootstrap-wrapper h1 small,
|
| 1229 |
-
.ycd-bootstrap-wrapper .h1 small,
|
| 1230 |
-
.ycd-bootstrap-wrapper h2 small,
|
| 1231 |
-
.ycd-bootstrap-wrapper .h2 small,
|
| 1232 |
-
.ycd-bootstrap-wrapper h3 small,
|
| 1233 |
-
.ycd-bootstrap-wrapper .h3 small,
|
| 1234 |
-
.ycd-bootstrap-wrapper h1 .small,
|
| 1235 |
-
.ycd-bootstrap-wrapper .h1 .small,
|
| 1236 |
-
.ycd-bootstrap-wrapper h2 .small,
|
| 1237 |
-
.ycd-bootstrap-wrapper .h2 .small,
|
| 1238 |
-
.ycd-bootstrap-wrapper h3 .small,
|
| 1239 |
-
.ycd-bootstrap-wrapper .h3 .small {
|
| 1240 |
-
font-size: 65%;
|
| 1241 |
-
}
|
| 1242 |
-
.ycd-bootstrap-wrapper h4,
|
| 1243 |
-
.ycd-bootstrap-wrapper .h4,
|
| 1244 |
-
.ycd-bootstrap-wrapper h5,
|
| 1245 |
-
.ycd-bootstrap-wrapper .h5,
|
| 1246 |
-
.ycd-bootstrap-wrapper h6,
|
| 1247 |
-
.ycd-bootstrap-wrapper .h6 {
|
| 1248 |
-
margin-top: 10px;
|
| 1249 |
-
margin-bottom: 10px;
|
| 1250 |
-
}
|
| 1251 |
-
.ycd-bootstrap-wrapper h4 small,
|
| 1252 |
-
.ycd-bootstrap-wrapper .h4 small,
|
| 1253 |
-
.ycd-bootstrap-wrapper h5 small,
|
| 1254 |
-
.ycd-bootstrap-wrapper .h5 small,
|
| 1255 |
-
.ycd-bootstrap-wrapper h6 small,
|
| 1256 |
-
.ycd-bootstrap-wrapper .h6 small,
|
| 1257 |
-
.ycd-bootstrap-wrapper h4 .small,
|
| 1258 |
-
.ycd-bootstrap-wrapper .h4 .small,
|
| 1259 |
-
.ycd-bootstrap-wrapper h5 .small,
|
| 1260 |
-
.ycd-bootstrap-wrapper .h5 .small,
|
| 1261 |
-
.ycd-bootstrap-wrapper h6 .small,
|
| 1262 |
-
.ycd-bootstrap-wrapper .h6 .small {
|
| 1263 |
-
font-size: 75%;
|
| 1264 |
-
}
|
| 1265 |
-
.ycd-bootstrap-wrapper h1,
|
| 1266 |
-
.ycd-bootstrap-wrapper .h1 {
|
| 1267 |
-
font-size: 36px;
|
| 1268 |
-
}
|
| 1269 |
-
.ycd-bootstrap-wrapper h2,
|
| 1270 |
-
.ycd-bootstrap-wrapper .h2 {
|
| 1271 |
-
font-size: 30px;
|
| 1272 |
-
}
|
| 1273 |
-
.ycd-bootstrap-wrapper h3,
|
| 1274 |
-
.ycd-bootstrap-wrapper .h3 {
|
| 1275 |
-
font-size: 24px;
|
| 1276 |
-
}
|
| 1277 |
-
.ycd-bootstrap-wrapper h4,
|
| 1278 |
-
.ycd-bootstrap-wrapper .h4 {
|
| 1279 |
-
font-size: 18px;
|
| 1280 |
-
}
|
| 1281 |
-
.ycd-bootstrap-wrapper h5,
|
| 1282 |
-
.ycd-bootstrap-wrapper .h5 {
|
| 1283 |
-
font-size: 14px;
|
| 1284 |
-
}
|
| 1285 |
-
.ycd-bootstrap-wrapper h6,
|
| 1286 |
-
.ycd-bootstrap-wrapper .h6 {
|
| 1287 |
-
font-size: 12px;
|
| 1288 |
-
}
|
| 1289 |
-
.ycd-bootstrap-wrapper p {
|
| 1290 |
-
margin: 0 0 10px;
|
| 1291 |
-
}
|
| 1292 |
-
.ycd-bootstrap-wrapper .lead {
|
| 1293 |
-
margin-bottom: 20px;
|
| 1294 |
-
font-size: 16px;
|
| 1295 |
-
font-weight: 300;
|
| 1296 |
-
line-height: 1.4;
|
| 1297 |
-
}
|
| 1298 |
-
@media (min-width: 768px) {
|
| 1299 |
-
.ycd-bootstrap-wrapper .lead {
|
| 1300 |
-
font-size: 21px;
|
| 1301 |
-
}
|
| 1302 |
-
}
|
| 1303 |
-
.ycd-bootstrap-wrapper small,
|
| 1304 |
-
.ycd-bootstrap-wrapper .small {
|
| 1305 |
-
font-size: 85%;
|
| 1306 |
-
}
|
| 1307 |
-
.ycd-bootstrap-wrapper mark,
|
| 1308 |
-
.ycd-bootstrap-wrapper .mark {
|
| 1309 |
-
padding: .2em;
|
| 1310 |
-
background-color: #fcf8e3;
|
| 1311 |
-
}
|
| 1312 |
-
.ycd-bootstrap-wrapper .text-left {
|
| 1313 |
-
text-align: left;
|
| 1314 |
-
}
|
| 1315 |
-
.ycd-bootstrap-wrapper .text-right {
|
| 1316 |
-
text-align: right;
|
| 1317 |
-
}
|
| 1318 |
-
.ycd-bootstrap-wrapper .text-center {
|
| 1319 |
-
text-align: center;
|
| 1320 |
-
}
|
| 1321 |
-
.ycd-bootstrap-wrapper .text-justify {
|
| 1322 |
-
text-align: justify;
|
| 1323 |
-
}
|
| 1324 |
-
.ycd-bootstrap-wrapper .text-nowrap {
|
| 1325 |
-
white-space: nowrap;
|
| 1326 |
-
}
|
| 1327 |
-
.ycd-bootstrap-wrapper .text-lowercase {
|
| 1328 |
-
text-transform: lowercase;
|
| 1329 |
-
}
|
| 1330 |
-
.ycd-bootstrap-wrapper .text-uppercase {
|
| 1331 |
-
text-transform: uppercase;
|
| 1332 |
-
}
|
| 1333 |
-
.ycd-bootstrap-wrapper .text-capitalize {
|
| 1334 |
-
text-transform: capitalize;
|
| 1335 |
-
}
|
| 1336 |
-
.ycd-bootstrap-wrapper .text-muted {
|
| 1337 |
-
color: #777;
|
| 1338 |
-
}
|
| 1339 |
-
.ycd-bootstrap-wrapper .text-primary {
|
| 1340 |
-
color: #337ab7;
|
| 1341 |
-
}
|
| 1342 |
-
.ycd-bootstrap-wrapper a.text-primary:hover,
|
| 1343 |
-
.ycd-bootstrap-wrapper a.text-primary:focus {
|
| 1344 |
-
color: #286090;
|
| 1345 |
-
}
|
| 1346 |
-
.ycd-bootstrap-wrapper .text-success {
|
| 1347 |
-
color: #3c763d;
|
| 1348 |
-
}
|
| 1349 |
-
.ycd-bootstrap-wrapper a.text-success:hover,
|
| 1350 |
-
.ycd-bootstrap-wrapper a.text-success:focus {
|
| 1351 |
-
color: #2b542c;
|
| 1352 |
-
}
|
| 1353 |
-
.ycd-bootstrap-wrapper .text-info {
|
| 1354 |
-
color: #31708f;
|
| 1355 |
-
}
|
| 1356 |
-
.ycd-bootstrap-wrapper a.text-info:hover,
|
| 1357 |
-
.ycd-bootstrap-wrapper a.text-info:focus {
|
| 1358 |
-
color: #245269;
|
| 1359 |
-
}
|
| 1360 |
-
.ycd-bootstrap-wrapper .text-warning {
|
| 1361 |
-
color: #8a6d3b;
|
| 1362 |
-
}
|
| 1363 |
-
.ycd-bootstrap-wrapper a.text-warning:hover,
|
| 1364 |
-
.ycd-bootstrap-wrapper a.text-warning:focus {
|
| 1365 |
-
color: #66512c;
|
| 1366 |
-
}
|
| 1367 |
-
.ycd-bootstrap-wrapper .text-danger {
|
| 1368 |
-
color: #a94442;
|
| 1369 |
-
}
|
| 1370 |
-
.ycd-bootstrap-wrapper a.text-danger:hover,
|
| 1371 |
-
.ycd-bootstrap-wrapper a.text-danger:focus {
|
| 1372 |
-
color: #843534;
|
| 1373 |
-
}
|
| 1374 |
-
.ycd-bootstrap-wrapper .bg-primary {
|
| 1375 |
-
color: #fff;
|
| 1376 |
-
background-color: #337ab7;
|
| 1377 |
-
}
|
| 1378 |
-
.ycd-bootstrap-wrapper a.bg-primary:hover,
|
| 1379 |
-
.ycd-bootstrap-wrapper a.bg-primary:focus {
|
| 1380 |
-
background-color: #286090;
|
| 1381 |
-
}
|
| 1382 |
-
.ycd-bootstrap-wrapper .bg-success {
|
| 1383 |
-
background-color: #dff0d8;
|
| 1384 |
-
}
|
| 1385 |
-
.ycd-bootstrap-wrapper a.bg-success:hover,
|
| 1386 |
-
.ycd-bootstrap-wrapper a.bg-success:focus {
|
| 1387 |
-
background-color: #c1e2b3;
|
| 1388 |
-
}
|
| 1389 |
-
.ycd-bootstrap-wrapper .bg-info {
|
| 1390 |
-
background-color: #d9edf7;
|
| 1391 |
-
}
|
| 1392 |
-
.ycd-bootstrap-wrapper a.bg-info:hover,
|
| 1393 |
-
.ycd-bootstrap-wrapper a.bg-info:focus {
|
| 1394 |
-
background-color: #afd9ee;
|
| 1395 |
-
}
|
| 1396 |
-
.ycd-bootstrap-wrapper .bg-warning {
|
| 1397 |
-
background-color: #fcf8e3;
|
| 1398 |
-
}
|
| 1399 |
-
.ycd-bootstrap-wrapper a.bg-warning:hover,
|
| 1400 |
-
.ycd-bootstrap-wrapper a.bg-warning:focus {
|
| 1401 |
-
background-color: #f7ecb5;
|
| 1402 |
-
}
|
| 1403 |
-
.ycd-bootstrap-wrapper .bg-danger {
|
| 1404 |
-
background-color: #f2dede;
|
| 1405 |
-
}
|
| 1406 |
-
.ycd-bootstrap-wrapper a.bg-danger:hover,
|
| 1407 |
-
.ycd-bootstrap-wrapper a.bg-danger:focus {
|
| 1408 |
-
background-color: #e4b9b9;
|
| 1409 |
-
}
|
| 1410 |
-
.ycd-bootstrap-wrapper .page-header {
|
| 1411 |
-
padding-bottom: 9px;
|
| 1412 |
-
margin: 40px 0 20px;
|
| 1413 |
-
border-bottom: 1px solid #eee;
|
| 1414 |
-
}
|
| 1415 |
-
.ycd-bootstrap-wrapper ul,
|
| 1416 |
-
.ycd-bootstrap-wrapper ol {
|
| 1417 |
-
margin-top: 0;
|
| 1418 |
-
margin-bottom: 10px;
|
| 1419 |
-
}
|
| 1420 |
-
.ycd-bootstrap-wrapper ul ul,
|
| 1421 |
-
.ycd-bootstrap-wrapper ol ul,
|
| 1422 |
-
.ycd-bootstrap-wrapper ul ol,
|
| 1423 |
-
.ycd-bootstrap-wrapper ol ol {
|
| 1424 |
-
margin-bottom: 0;
|
| 1425 |
-
}
|
| 1426 |
-
.ycd-bootstrap-wrapper .list-unstyled {
|
| 1427 |
-
padding-left: 0;
|
| 1428 |
-
list-style: none;
|
| 1429 |
-
}
|
| 1430 |
-
.ycd-bootstrap-wrapper .list-inline {
|
| 1431 |
-
padding-left: 0;
|
| 1432 |
-
margin-left: -5px;
|
| 1433 |
-
list-style: none;
|
| 1434 |
-
}
|
| 1435 |
-
.ycd-bootstrap-wrapper .list-inline > li {
|
| 1436 |
-
display: inline-block;
|
| 1437 |
-
padding-right: 5px;
|
| 1438 |
-
padding-left: 5px;
|
| 1439 |
-
}
|
| 1440 |
-
.ycd-bootstrap-wrapper dl {
|
| 1441 |
-
margin-top: 0;
|
| 1442 |
-
margin-bottom: 20px;
|
| 1443 |
-
}
|
| 1444 |
-
.ycd-bootstrap-wrapper dt,
|
| 1445 |
-
.ycd-bootstrap-wrapper dd {
|
| 1446 |
-
line-height: 1.42857143;
|
| 1447 |
-
}
|
| 1448 |
-
.ycd-bootstrap-wrapper dt {
|
| 1449 |
-
font-weight: bold;
|
| 1450 |
-
}
|
| 1451 |
-
.ycd-bootstrap-wrapper dd {
|
| 1452 |
-
margin-left: 0;
|
| 1453 |
-
}
|
| 1454 |
-
@media (min-width: 768px) {
|
| 1455 |
-
.ycd-bootstrap-wrapper .dl-horizontal dt {
|
| 1456 |
-
float: left;
|
| 1457 |
-
width: 160px;
|
| 1458 |
-
overflow: hidden;
|
| 1459 |
-
clear: left;
|
| 1460 |
-
text-align: right;
|
| 1461 |
-
text-overflow: ellipsis;
|
| 1462 |
-
white-space: nowrap;
|
| 1463 |
-
}
|
| 1464 |
-
.ycd-bootstrap-wrapper .dl-horizontal dd {
|
| 1465 |
-
margin-left: 180px;
|
| 1466 |
-
}
|
| 1467 |
-
}
|
| 1468 |
-
.ycd-bootstrap-wrapper abbr[title],
|
| 1469 |
-
.ycd-bootstrap-wrapper abbr[data-original-title] {
|
| 1470 |
-
cursor: help;
|
| 1471 |
-
border-bottom: 1px dotted #777;
|
| 1472 |
-
}
|
| 1473 |
-
.ycd-bootstrap-wrapper .initialism {
|
| 1474 |
-
font-size: 90%;
|
| 1475 |
-
text-transform: uppercase;
|
| 1476 |
-
}
|
| 1477 |
-
.ycd-bootstrap-wrapper blockquote {
|
| 1478 |
-
padding: 10px 20px;
|
| 1479 |
-
margin: 0 0 20px;
|
| 1480 |
-
font-size: 17.5px;
|
| 1481 |
-
border-left: 5px solid #eee;
|
| 1482 |
-
}
|
| 1483 |
-
.ycd-bootstrap-wrapper blockquote p:last-child,
|
| 1484 |
-
.ycd-bootstrap-wrapper blockquote ul:last-child,
|
| 1485 |
-
.ycd-bootstrap-wrapper blockquote ol:last-child {
|
| 1486 |
-
margin-bottom: 0;
|
| 1487 |
-
}
|
| 1488 |
-
.ycd-bootstrap-wrapper blockquote footer,
|
| 1489 |
-
.ycd-bootstrap-wrapper blockquote small,
|
| 1490 |
-
.ycd-bootstrap-wrapper blockquote .small {
|
| 1491 |
-
display: block;
|
| 1492 |
-
font-size: 80%;
|
| 1493 |
-
line-height: 1.42857143;
|
| 1494 |
-
color: #777;
|
| 1495 |
-
}
|
| 1496 |
-
.ycd-bootstrap-wrapper blockquote footer:before,
|
| 1497 |
-
.ycd-bootstrap-wrapper blockquote small:before,
|
| 1498 |
-
.ycd-bootstrap-wrapper blockquote .small:before {
|
| 1499 |
-
content: '\2014 \00A0';
|
| 1500 |
-
}
|
| 1501 |
-
.ycd-bootstrap-wrapper .blockquote-reverse,
|
| 1502 |
-
.ycd-bootstrap-wrapper blockquote.pull-right {
|
| 1503 |
-
padding-right: 15px;
|
| 1504 |
-
padding-left: 0;
|
| 1505 |
-
text-align: right;
|
| 1506 |
-
border-right: 5px solid #eee;
|
| 1507 |
-
border-left: 0;
|
| 1508 |
-
}
|
| 1509 |
-
.ycd-bootstrap-wrapper .blockquote-reverse footer:before,
|
| 1510 |
-
.ycd-bootstrap-wrapper blockquote.pull-right footer:before,
|
| 1511 |
-
.ycd-bootstrap-wrapper .blockquote-reverse small:before,
|
| 1512 |
-
.ycd-bootstrap-wrapper blockquote.pull-right small:before,
|
| 1513 |
-
.ycd-bootstrap-wrapper .blockquote-reverse .small:before,
|
| 1514 |
-
.ycd-bootstrap-wrapper blockquote.pull-right .small:before {
|
| 1515 |
-
content: '';
|
| 1516 |
-
}
|
| 1517 |
-
.ycd-bootstrap-wrapper .blockquote-reverse footer:after,
|
| 1518 |
-
.ycd-bootstrap-wrapper blockquote.pull-right footer:after,
|
| 1519 |
-
.ycd-bootstrap-wrapper .blockquote-reverse small:after,
|
| 1520 |
-
.ycd-bootstrap-wrapper blockquote.pull-right small:after,
|
| 1521 |
-
.ycd-bootstrap-wrapper .blockquote-reverse .small:after,
|
| 1522 |
-
.ycd-bootstrap-wrapper blockquote.pull-right .small:after {
|
| 1523 |
-
content: '\00A0 \2014';
|
| 1524 |
-
}
|
| 1525 |
-
.ycd-bootstrap-wrapper address {
|
| 1526 |
-
margin-bottom: 20px;
|
| 1527 |
-
font-style: normal;
|
| 1528 |
-
line-height: 1.42857143;
|
| 1529 |
-
}
|
| 1530 |
-
.ycd-bootstrap-wrapper code,
|
| 1531 |
-
.ycd-bootstrap-wrapper kbd,
|
| 1532 |
-
.ycd-bootstrap-wrapper pre,
|
| 1533 |
-
.ycd-bootstrap-wrapper samp {
|
| 1534 |
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
| 1535 |
-
}
|
| 1536 |
-
.ycd-bootstrap-wrapper code {
|
| 1537 |
-
padding: 2px 4px;
|
| 1538 |
-
font-size: 90%;
|
| 1539 |
-
color: #c7254e;
|
| 1540 |
-
background-color: #f9f2f4;
|
| 1541 |
-
border-radius: 4px;
|
| 1542 |
-
}
|
| 1543 |
-
.ycd-bootstrap-wrapper kbd {
|
| 1544 |
-
padding: 2px 4px;
|
| 1545 |
-
font-size: 90%;
|
| 1546 |
-
color: #fff;
|
| 1547 |
-
background-color: #333;
|
| 1548 |
-
border-radius: 3px;
|
| 1549 |
-
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
|
| 1550 |
-
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
|
| 1551 |
-
}
|
| 1552 |
-
.ycd-bootstrap-wrapper kbd kbd {
|
| 1553 |
-
padding: 0;
|
| 1554 |
-
font-size: 100%;
|
| 1555 |
-
font-weight: bold;
|
| 1556 |
-
-webkit-box-shadow: none;
|
| 1557 |
-
box-shadow: none;
|
| 1558 |
-
}
|
| 1559 |
-
.ycd-bootstrap-wrapper pre {
|
| 1560 |
-
display: block;
|
| 1561 |
-
padding: 9.5px;
|
| 1562 |
-
margin: 0 0 10px;
|
| 1563 |
-
font-size: 13px;
|
| 1564 |
-
line-height: 1.42857143;
|
| 1565 |
-
color: #333;
|
| 1566 |
-
word-break: break-all;
|
| 1567 |
-
word-wrap: break-word;
|
| 1568 |
-
background-color: #f5f5f5;
|
| 1569 |
-
border: 1px solid #ccc;
|
| 1570 |
-
border-radius: 4px;
|
| 1571 |
-
}
|
| 1572 |
-
.ycd-bootstrap-wrapper pre code {
|
| 1573 |
-
padding: 0;
|
| 1574 |
-
font-size: inherit;
|
| 1575 |
-
color: inherit;
|
| 1576 |
-
white-space: pre-wrap;
|
| 1577 |
-
background-color: transparent;
|
| 1578 |
-
border-radius: 0;
|
| 1579 |
-
}
|
| 1580 |
-
.ycd-bootstrap-wrapper .pre-scrollable {
|
| 1581 |
-
max-height: 340px;
|
| 1582 |
-
overflow-y: scroll;
|
| 1583 |
-
}
|
| 1584 |
-
.ycd-bootstrap-wrapper .container {
|
| 1585 |
-
padding-right: 15px;
|
| 1586 |
-
padding-left: 15px;
|
| 1587 |
-
margin-right: auto;
|
| 1588 |
-
margin-left: auto;
|
| 1589 |
-
}
|
| 1590 |
-
@media (min-width: 768px) {
|
| 1591 |
-
.ycd-bootstrap-wrapper .container {
|
| 1592 |
-
width: 750px;
|
| 1593 |
-
}
|
| 1594 |
-
}
|
| 1595 |
-
@media (min-width: 992px) {
|
| 1596 |
-
.ycd-bootstrap-wrapper .container {
|
| 1597 |
-
width: 970px;
|
| 1598 |
-
}
|
| 1599 |
-
}
|
| 1600 |
-
@media (min-width: 1200px) {
|
| 1601 |
-
.ycd-bootstrap-wrapper .container {
|
| 1602 |
-
width: 1170px;
|
| 1603 |
-
}
|
| 1604 |
-
}
|
| 1605 |
-
.ycd-bootstrap-wrapper .container-fluid {
|
| 1606 |
-
padding-right: 15px;
|
| 1607 |
-
padding-left: 15px;
|
| 1608 |
-
margin-right: auto;
|
| 1609 |
-
margin-left: auto;
|
| 1610 |
-
}
|
| 1611 |
-
.ycd-bootstrap-wrapper .row {
|
| 1612 |
-
margin-right: -15px;
|
| 1613 |
-
margin-left: -15px;
|
| 1614 |
-
}
|
| 1615 |
-
.ycd-bootstrap-wrapper .col-xs-1,
|
| 1616 |
-
.ycd-bootstrap-wrapper .col-sm-1,
|
| 1617 |
-
.ycd-bootstrap-wrapper .col-md-1,
|
| 1618 |
-
.ycd-bootstrap-wrapper .col-lg-1,
|
| 1619 |
-
.ycd-bootstrap-wrapper .col-xs-2,
|
| 1620 |
-
.ycd-bootstrap-wrapper .col-sm-2,
|
| 1621 |
-
.ycd-bootstrap-wrapper .col-md-2,
|
| 1622 |
-
.ycd-bootstrap-wrapper .col-lg-2,
|
| 1623 |
-
.ycd-bootstrap-wrapper .col-xs-3,
|
| 1624 |
-
.ycd-bootstrap-wrapper .col-sm-3,
|
| 1625 |
-
.ycd-bootstrap-wrapper .col-md-3,
|
| 1626 |
-
.ycd-bootstrap-wrapper .col-lg-3,
|
| 1627 |
-
.ycd-bootstrap-wrapper .col-xs-4,
|
| 1628 |
-
.ycd-bootstrap-wrapper .col-sm-4,
|
| 1629 |
-
.ycd-bootstrap-wrapper .col-md-4,
|
| 1630 |
-
.ycd-bootstrap-wrapper .col-lg-4,
|
| 1631 |
-
.ycd-bootstrap-wrapper .col-xs-5,
|
| 1632 |
-
.ycd-bootstrap-wrapper .col-sm-5,
|
| 1633 |
-
.ycd-bootstrap-wrapper .col-md-5,
|
| 1634 |
-
.ycd-bootstrap-wrapper .col-lg-5,
|
| 1635 |
-
.ycd-bootstrap-wrapper .col-xs-6,
|
| 1636 |
-
.ycd-bootstrap-wrapper .col-sm-6,
|
| 1637 |
-
.ycd-bootstrap-wrapper .col-md-6,
|
| 1638 |
-
.ycd-bootstrap-wrapper .col-lg-6,
|
| 1639 |
-
.ycd-bootstrap-wrapper .col-xs-7,
|
| 1640 |
-
.ycd-bootstrap-wrapper .col-sm-7,
|
| 1641 |
-
.ycd-bootstrap-wrapper .col-md-7,
|
| 1642 |
-
.ycd-bootstrap-wrapper .col-lg-7,
|
| 1643 |
-
.ycd-bootstrap-wrapper .col-xs-8,
|
| 1644 |
-
.ycd-bootstrap-wrapper .col-sm-8,
|
| 1645 |
-
.ycd-bootstrap-wrapper .col-md-8,
|
| 1646 |
-
.ycd-bootstrap-wrapper .col-lg-8,
|
| 1647 |
-
.ycd-bootstrap-wrapper .col-xs-9,
|
| 1648 |
-
.ycd-bootstrap-wrapper .col-sm-9,
|
| 1649 |
-
.ycd-bootstrap-wrapper .col-md-9,
|
| 1650 |
-
.ycd-bootstrap-wrapper .col-lg-9,
|
| 1651 |
-
.ycd-bootstrap-wrapper .col-xs-10,
|
| 1652 |
-
.ycd-bootstrap-wrapper .col-sm-10,
|
| 1653 |
-
.ycd-bootstrap-wrapper .col-md-10,
|
| 1654 |
-
.ycd-bootstrap-wrapper .col-lg-10,
|
| 1655 |
-
.ycd-bootstrap-wrapper .col-xs-11,
|
| 1656 |
-
.ycd-bootstrap-wrapper .col-sm-11,
|
| 1657 |
-
.ycd-bootstrap-wrapper .col-md-11,
|
| 1658 |
-
.ycd-bootstrap-wrapper .col-lg-11,
|
| 1659 |
-
.ycd-bootstrap-wrapper .col-xs-12,
|
| 1660 |
-
.ycd-bootstrap-wrapper .col-sm-12,
|
| 1661 |
-
.ycd-bootstrap-wrapper .col-md-12,
|
| 1662 |
-
.ycd-bootstrap-wrapper .col-lg-12 {
|
| 1663 |
-
position: relative;
|
| 1664 |
-
min-height: 1px;
|
| 1665 |
-
padding-right: 15px;
|
| 1666 |
-
padding-left: 15px;
|
| 1667 |
-
}
|
| 1668 |
-
.ycd-bootstrap-wrapper .col-xs-1,
|
| 1669 |
-
.ycd-bootstrap-wrapper .col-xs-2,
|
| 1670 |
-
.ycd-bootstrap-wrapper .col-xs-3,
|
| 1671 |
-
.ycd-bootstrap-wrapper .col-xs-4,
|
| 1672 |
-
.ycd-bootstrap-wrapper .col-xs-5,
|
| 1673 |
-
.ycd-bootstrap-wrapper .col-xs-6,
|
| 1674 |
-
.ycd-bootstrap-wrapper .col-xs-7,
|
| 1675 |
-
.ycd-bootstrap-wrapper .col-xs-8,
|
| 1676 |
-
.ycd-bootstrap-wrapper .col-xs-9,
|
| 1677 |
-
.ycd-bootstrap-wrapper .col-xs-10,
|
| 1678 |
-
.ycd-bootstrap-wrapper .col-xs-11,
|
| 1679 |
-
.ycd-bootstrap-wrapper .col-xs-12 {
|
| 1680 |
-
float: left;
|
| 1681 |
-
}
|
| 1682 |
-
.ycd-bootstrap-wrapper .col-xs-12 {
|
| 1683 |
-
width: 100%;
|
| 1684 |
-
}
|
| 1685 |
-
.ycd-bootstrap-wrapper .col-xs-11 {
|
| 1686 |
-
width: 91.66666667%;
|
| 1687 |
-
}
|
| 1688 |
-
.ycd-bootstrap-wrapper .col-xs-10 {
|
| 1689 |
-
width: 83.33333333%;
|
| 1690 |
-
}
|
| 1691 |
-
.ycd-bootstrap-wrapper .col-xs-9 {
|
| 1692 |
-
width: 75%;
|
| 1693 |
-
}
|
| 1694 |
-
.ycd-bootstrap-wrapper .col-xs-8 {
|
| 1695 |
-
width: 66.66666667%;
|
| 1696 |
-
}
|
| 1697 |
-
.ycd-bootstrap-wrapper .col-xs-7 {
|
| 1698 |
-
width: 58.33333333%;
|
| 1699 |
-
}
|
| 1700 |
-
.ycd-bootstrap-wrapper .col-xs-6 {
|
| 1701 |
-
width: 50%;
|
| 1702 |
-
}
|
| 1703 |
-
.ycd-bootstrap-wrapper .col-xs-5 {
|
| 1704 |
-
width: 41.66666667%;
|
| 1705 |
-
}
|
| 1706 |
-
.ycd-bootstrap-wrapper .col-xs-4 {
|
| 1707 |
-
width: 33.33333333%;
|
| 1708 |
-
}
|
| 1709 |
-
.ycd-bootstrap-wrapper .col-xs-3 {
|
| 1710 |
-
width: 25%;
|
| 1711 |
-
}
|
| 1712 |
-
.ycd-bootstrap-wrapper .col-xs-2 {
|
| 1713 |
-
width: 16.66666667%;
|
| 1714 |
-
}
|
| 1715 |
-
.ycd-bootstrap-wrapper .col-xs-1 {
|
| 1716 |
-
width: 8.33333333%;
|
| 1717 |
-
}
|
| 1718 |
-
.ycd-bootstrap-wrapper .col-xs-pull-12 {
|
| 1719 |
-
right: 100%;
|
| 1720 |
-
}
|
| 1721 |
-
.ycd-bootstrap-wrapper .col-xs-pull-11 {
|
| 1722 |
-
right: 91.66666667%;
|
| 1723 |
-
}
|
| 1724 |
-
.ycd-bootstrap-wrapper .col-xs-pull-10 {
|
| 1725 |
-
right: 83.33333333%;
|
| 1726 |
-
}
|
| 1727 |
-
.ycd-bootstrap-wrapper .col-xs-pull-9 {
|
| 1728 |
-
right: 75%;
|
| 1729 |
-
}
|
| 1730 |
-
.ycd-bootstrap-wrapper .col-xs-pull-8 {
|
| 1731 |
-
right: 66.66666667%;
|
| 1732 |
-
}
|
| 1733 |
-
.ycd-bootstrap-wrapper .col-xs-pull-7 {
|
| 1734 |
-
right: 58.33333333%;
|
| 1735 |
-
}
|
| 1736 |
-
.ycd-bootstrap-wrapper .col-xs-pull-6 {
|
| 1737 |
-
right: 50%;
|
| 1738 |
-
}
|
| 1739 |
-
.ycd-bootstrap-wrapper .col-xs-pull-5 {
|
| 1740 |
-
right: 41.66666667%;
|
| 1741 |
-
}
|
| 1742 |
-
.ycd-bootstrap-wrapper .col-xs-pull-4 {
|
| 1743 |
-
right: 33.33333333%;
|
| 1744 |
-
}
|
| 1745 |
-
.ycd-bootstrap-wrapper .col-xs-pull-3 {
|
| 1746 |
-
right: 25%;
|
| 1747 |
-
}
|
| 1748 |
-
.ycd-bootstrap-wrapper .col-xs-pull-2 {
|
| 1749 |
-
right: 16.66666667%;
|
| 1750 |
-
}
|
| 1751 |
-
.ycd-bootstrap-wrapper .col-xs-pull-1 {
|
| 1752 |
-
right: 8.33333333%;
|
| 1753 |
-
}
|
| 1754 |
-
.ycd-bootstrap-wrapper .col-xs-pull-0 {
|
| 1755 |
-
right: auto;
|
| 1756 |
-
}
|
| 1757 |
-
.ycd-bootstrap-wrapper .col-xs-push-12 {
|
| 1758 |
-
left: 100%;
|
| 1759 |
-
}
|
| 1760 |
-
.ycd-bootstrap-wrapper .col-xs-push-11 {
|
| 1761 |
-
left: 91.66666667%;
|
| 1762 |
-
}
|
| 1763 |
-
.ycd-bootstrap-wrapper .col-xs-push-10 {
|
| 1764 |
-
left: 83.33333333%;
|
| 1765 |
-
}
|
| 1766 |
-
.ycd-bootstrap-wrapper .col-xs-push-9 {
|
| 1767 |
-
left: 75%;
|
| 1768 |
-
}
|
| 1769 |
-
.ycd-bootstrap-wrapper .col-xs-push-8 {
|
| 1770 |
-
left: 66.66666667%;
|
| 1771 |
-
}
|
| 1772 |
-
.ycd-bootstrap-wrapper .col-xs-push-7 {
|
| 1773 |
-
left: 58.33333333%;
|
| 1774 |
-
}
|
| 1775 |
-
.ycd-bootstrap-wrapper .col-xs-push-6 {
|
| 1776 |
-
left: 50%;
|
| 1777 |
-
}
|
| 1778 |
-
.ycd-bootstrap-wrapper .col-xs-push-5 {
|
| 1779 |
-
left: 41.66666667%;
|
| 1780 |
-
}
|
| 1781 |
-
.ycd-bootstrap-wrapper .col-xs-push-4 {
|
| 1782 |
-
left: 33.33333333%;
|
| 1783 |
-
}
|
| 1784 |
-
.ycd-bootstrap-wrapper .col-xs-push-3 {
|
| 1785 |
-
left: 25%;
|
| 1786 |
-
}
|
| 1787 |
-
.ycd-bootstrap-wrapper .col-xs-push-2 {
|
| 1788 |
-
left: 16.66666667%;
|
| 1789 |
-
}
|
| 1790 |
-
.ycd-bootstrap-wrapper .col-xs-push-1 {
|
| 1791 |
-
left: 8.33333333%;
|
| 1792 |
-
}
|
| 1793 |
-
.ycd-bootstrap-wrapper .col-xs-push-0 {
|
| 1794 |
-
left: auto;
|
| 1795 |
-
}
|
| 1796 |
-
.ycd-bootstrap-wrapper .col-xs-offset-12 {
|
| 1797 |
-
margin-left: 100%;
|
| 1798 |
-
}
|
| 1799 |
-
.ycd-bootstrap-wrapper .col-xs-offset-11 {
|
| 1800 |
-
margin-left: 91.66666667%;
|
| 1801 |
-
}
|
| 1802 |
-
.ycd-bootstrap-wrapper .col-xs-offset-10 {
|
| 1803 |
-
margin-left: 83.33333333%;
|
| 1804 |
-
}
|
| 1805 |
-
.ycd-bootstrap-wrapper .col-xs-offset-9 {
|
| 1806 |
-
margin-left: 75%;
|
| 1807 |
-
}
|
| 1808 |
-
.ycd-bootstrap-wrapper .col-xs-offset-8 {
|
| 1809 |
-
margin-left: 66.66666667%;
|
| 1810 |
-
}
|
| 1811 |
-
.ycd-bootstrap-wrapper .col-xs-offset-7 {
|
| 1812 |
-
margin-left: 58.33333333%;
|
| 1813 |
-
}
|
| 1814 |
-
.ycd-bootstrap-wrapper .col-xs-offset-6 {
|
| 1815 |
-
margin-left: 50%;
|
| 1816 |
-
}
|
| 1817 |
-
.ycd-bootstrap-wrapper .col-xs-offset-5 {
|
| 1818 |
-
margin-left: 41.66666667%;
|
| 1819 |
-
}
|
| 1820 |
-
.ycd-bootstrap-wrapper .col-xs-offset-4 {
|
| 1821 |
-
margin-left: 33.33333333%;
|
| 1822 |
-
}
|
| 1823 |
-
.ycd-bootstrap-wrapper .col-xs-offset-3 {
|
| 1824 |
-
margin-left: 25%;
|
| 1825 |
-
}
|
| 1826 |
-
.ycd-bootstrap-wrapper .col-xs-offset-2 {
|
| 1827 |
-
margin-left: 16.66666667%;
|
| 1828 |
-
}
|
| 1829 |
-
.ycd-bootstrap-wrapper .col-xs-offset-1 {
|
| 1830 |
-
margin-left: 8.33333333%;
|
| 1831 |
-
}
|
| 1832 |
-
.ycd-bootstrap-wrapper .col-xs-offset-0 {
|
| 1833 |
-
margin-left: 0;
|
| 1834 |
-
}
|
| 1835 |
-
@media (min-width: 768px) {
|
| 1836 |
-
.ycd-bootstrap-wrapper .col-sm-1,
|
| 1837 |
-
.ycd-bootstrap-wrapper .col-sm-2,
|
| 1838 |
-
.ycd-bootstrap-wrapper .col-sm-3,
|
| 1839 |
-
.ycd-bootstrap-wrapper .col-sm-4,
|
| 1840 |
-
.ycd-bootstrap-wrapper .col-sm-5,
|
| 1841 |
-
.ycd-bootstrap-wrapper .col-sm-6,
|
| 1842 |
-
.ycd-bootstrap-wrapper .col-sm-7,
|
| 1843 |
-
.ycd-bootstrap-wrapper .col-sm-8,
|
| 1844 |
-
.ycd-bootstrap-wrapper .col-sm-9,
|
| 1845 |
-
.ycd-bootstrap-wrapper .col-sm-10,
|
| 1846 |
-
.ycd-bootstrap-wrapper .col-sm-11,
|
| 1847 |
-
.ycd-bootstrap-wrapper .col-sm-12 {
|
| 1848 |
-
float: left;
|
| 1849 |
-
}
|
| 1850 |
-
.ycd-bootstrap-wrapper .col-sm-12 {
|
| 1851 |
-
width: 100%;
|
| 1852 |
-
}
|
| 1853 |
-
.ycd-bootstrap-wrapper .col-sm-11 {
|
| 1854 |
-
width: 91.66666667%;
|
| 1855 |
-
}
|
| 1856 |
-
.ycd-bootstrap-wrapper .col-sm-10 {
|
| 1857 |
-
width: 83.33333333%;
|
| 1858 |
-
}
|
| 1859 |
-
.ycd-bootstrap-wrapper .col-sm-9 {
|
| 1860 |
-
width: 75%;
|
| 1861 |
-
}
|
| 1862 |
-
.ycd-bootstrap-wrapper .col-sm-8 {
|
| 1863 |
-
width: 66.66666667%;
|
| 1864 |
-
}
|
| 1865 |
-
.ycd-bootstrap-wrapper .col-sm-7 {
|
| 1866 |
-
width: 58.33333333%;
|
| 1867 |
-
}
|
| 1868 |
-
.ycd-bootstrap-wrapper .col-sm-6 {
|
| 1869 |
-
width: 50%;
|
| 1870 |
-
}
|
| 1871 |
-
.ycd-bootstrap-wrapper .col-sm-5 {
|
| 1872 |
-
width: 41.66666667%;
|
| 1873 |
-
}
|
| 1874 |
-
.ycd-bootstrap-wrapper .col-sm-4 {
|
| 1875 |
-
width: 33.33333333%;
|
| 1876 |
-
}
|
| 1877 |
-
.ycd-bootstrap-wrapper .col-sm-3 {
|
| 1878 |
-
width: 25%;
|
| 1879 |
-
}
|
| 1880 |
-
.ycd-bootstrap-wrapper .col-sm-2 {
|
| 1881 |
-
width: 16.66666667%;
|
| 1882 |
-
}
|
| 1883 |
-
.ycd-bootstrap-wrapper .col-sm-1 {
|
| 1884 |
-
width: 8.33333333%;
|
| 1885 |
-
}
|
| 1886 |
-
.ycd-bootstrap-wrapper .col-sm-pull-12 {
|
| 1887 |
-
right: 100%;
|
| 1888 |
-
}
|
| 1889 |
-
.ycd-bootstrap-wrapper .col-sm-pull-11 {
|
| 1890 |
-
right: 91.66666667%;
|
| 1891 |
-
}
|
| 1892 |
-
.ycd-bootstrap-wrapper .col-sm-pull-10 {
|
| 1893 |
-
right: 83.33333333%;
|
| 1894 |
-
}
|
| 1895 |
-
.ycd-bootstrap-wrapper .col-sm-pull-9 {
|
| 1896 |
-
right: 75%;
|
| 1897 |
-
}
|
| 1898 |
-
.ycd-bootstrap-wrapper .col-sm-pull-8 {
|
| 1899 |
-
right: 66.66666667%;
|
| 1900 |
-
}
|
| 1901 |
-
.ycd-bootstrap-wrapper .col-sm-pull-7 {
|
| 1902 |
-
right: 58.33333333%;
|
| 1903 |
-
}
|
| 1904 |
-
.ycd-bootstrap-wrapper .col-sm-pull-6 {
|
| 1905 |
-
right: 50%;
|
| 1906 |
-
}
|
| 1907 |
-
.ycd-bootstrap-wrapper .col-sm-pull-5 {
|
| 1908 |
-
right: 41.66666667%;
|
| 1909 |
-
}
|
| 1910 |
-
.ycd-bootstrap-wrapper .col-sm-pull-4 {
|
| 1911 |
-
right: 33.33333333%;
|
| 1912 |
-
}
|
| 1913 |
-
.ycd-bootstrap-wrapper .col-sm-pull-3 {
|
| 1914 |
-
right: 25%;
|
| 1915 |
-
}
|
| 1916 |
-
.ycd-bootstrap-wrapper .col-sm-pull-2 {
|
| 1917 |
-
right: 16.66666667%;
|
| 1918 |
-
}
|
| 1919 |
-
.ycd-bootstrap-wrapper .col-sm-pull-1 {
|
| 1920 |
-
right: 8.33333333%;
|
| 1921 |
-
}
|
| 1922 |
-
.ycd-bootstrap-wrapper .col-sm-pull-0 {
|
| 1923 |
-
right: auto;
|
| 1924 |
-
}
|
| 1925 |
-
.ycd-bootstrap-wrapper .col-sm-push-12 {
|
| 1926 |
-
left: 100%;
|
| 1927 |
-
}
|
| 1928 |
-
.ycd-bootstrap-wrapper .col-sm-push-11 {
|
| 1929 |
-
left: 91.66666667%;
|
| 1930 |
-
}
|
| 1931 |
-
.ycd-bootstrap-wrapper .col-sm-push-10 {
|
| 1932 |
-
left: 83.33333333%;
|
| 1933 |
-
}
|
| 1934 |
-
.ycd-bootstrap-wrapper .col-sm-push-9 {
|
| 1935 |
-
left: 75%;
|
| 1936 |
-
}
|
| 1937 |
-
.ycd-bootstrap-wrapper .col-sm-push-8 {
|
| 1938 |
-
left: 66.66666667%;
|
| 1939 |
-
}
|
| 1940 |
-
.ycd-bootstrap-wrapper .col-sm-push-7 {
|
| 1941 |
-
left: 58.33333333%;
|
| 1942 |
-
}
|
| 1943 |
-
.ycd-bootstrap-wrapper .col-sm-push-6 {
|
| 1944 |
-
left: 50%;
|
| 1945 |
-
}
|
| 1946 |
-
.ycd-bootstrap-wrapper .col-sm-push-5 {
|
| 1947 |
-
left: 41.66666667%;
|
| 1948 |
-
}
|
| 1949 |
-
.ycd-bootstrap-wrapper .col-sm-push-4 {
|
| 1950 |
-
left: 33.33333333%;
|
| 1951 |
-
}
|
| 1952 |
-
.ycd-bootstrap-wrapper .col-sm-push-3 {
|
| 1953 |
-
left: 25%;
|
| 1954 |
-
}
|
| 1955 |
-
.ycd-bootstrap-wrapper .col-sm-push-2 {
|
| 1956 |
-
left: 16.66666667%;
|
| 1957 |
-
}
|
| 1958 |
-
.ycd-bootstrap-wrapper .col-sm-push-1 {
|
| 1959 |
-
left: 8.33333333%;
|
| 1960 |
-
}
|
| 1961 |
-
.ycd-bootstrap-wrapper .col-sm-push-0 {
|
| 1962 |
-
left: auto;
|
| 1963 |
-
}
|
| 1964 |
-
.ycd-bootstrap-wrapper .col-sm-offset-12 {
|
| 1965 |
-
margin-left: 100%;
|
| 1966 |
-
}
|
| 1967 |
-
.ycd-bootstrap-wrapper .col-sm-offset-11 {
|
| 1968 |
-
margin-left: 91.66666667%;
|
| 1969 |
-
}
|
| 1970 |
-
.ycd-bootstrap-wrapper .col-sm-offset-10 {
|
| 1971 |
-
margin-left: 83.33333333%;
|
| 1972 |
-
}
|
| 1973 |
-
.ycd-bootstrap-wrapper .col-sm-offset-9 {
|
| 1974 |
-
margin-left: 75%;
|
| 1975 |
-
}
|
| 1976 |
-
.ycd-bootstrap-wrapper .col-sm-offset-8 {
|
| 1977 |
-
margin-left: 66.66666667%;
|
| 1978 |
-
}
|
| 1979 |
-
.ycd-bootstrap-wrapper .col-sm-offset-7 {
|
| 1980 |
-
margin-left: 58.33333333%;
|
| 1981 |
-
}
|
| 1982 |
-
.ycd-bootstrap-wrapper .col-sm-offset-6 {
|
| 1983 |
-
margin-left: 50%;
|
| 1984 |
-
}
|
| 1985 |
-
.ycd-bootstrap-wrapper .col-sm-offset-5 {
|
| 1986 |
-
margin-left: 41.66666667%;
|
| 1987 |
-
}
|
| 1988 |
-
.ycd-bootstrap-wrapper .col-sm-offset-4 {
|
| 1989 |
-
margin-left: 33.33333333%;
|
| 1990 |
-
}
|
| 1991 |
-
.ycd-bootstrap-wrapper .col-sm-offset-3 {
|
| 1992 |
-
margin-left: 25%;
|
| 1993 |
-
}
|
| 1994 |
-
.ycd-bootstrap-wrapper .col-sm-offset-2 {
|
| 1995 |
-
margin-left: 16.66666667%;
|
| 1996 |
-
}
|
| 1997 |
-
.ycd-bootstrap-wrapper .col-sm-offset-1 {
|
| 1998 |
-
margin-left: 8.33333333%;
|
| 1999 |
-
}
|
| 2000 |
-
.ycd-bootstrap-wrapper .col-sm-offset-0 {
|
| 2001 |
-
margin-left: 0;
|
| 2002 |
-
}
|
| 2003 |
-
}
|
| 2004 |
-
@media (min-width: 992px) {
|
| 2005 |
-
.ycd-bootstrap-wrapper .col-md-1,
|
| 2006 |
-
.ycd-bootstrap-wrapper .col-md-2,
|
| 2007 |
-
.ycd-bootstrap-wrapper .col-md-3,
|
| 2008 |
-
.ycd-bootstrap-wrapper .col-md-4,
|
| 2009 |
-
.ycd-bootstrap-wrapper .col-md-5,
|
| 2010 |
-
.ycd-bootstrap-wrapper .col-md-6,
|
| 2011 |
-
.ycd-bootstrap-wrapper .col-md-7,
|
| 2012 |
-
.ycd-bootstrap-wrapper .col-md-8,
|
| 2013 |
-
.ycd-bootstrap-wrapper .col-md-9,
|
| 2014 |
-
.ycd-bootstrap-wrapper .col-md-10,
|
| 2015 |
-
.ycd-bootstrap-wrapper .col-md-11,
|
| 2016 |
-
.ycd-bootstrap-wrapper .col-md-12 {
|
| 2017 |
-
float: left;
|
| 2018 |
-
}
|
| 2019 |
-
.ycd-bootstrap-wrapper .col-md-12 {
|
| 2020 |
-
width: 100%;
|
| 2021 |
-
}
|
| 2022 |
-
.ycd-bootstrap-wrapper .col-md-11 {
|
| 2023 |
-
width: 91.66666667%;
|
| 2024 |
-
}
|
| 2025 |
-
.ycd-bootstrap-wrapper .col-md-10 {
|
| 2026 |
-
width: 83.33333333%;
|
| 2027 |
-
}
|
| 2028 |
-
.ycd-bootstrap-wrapper .col-md-9 {
|
| 2029 |
-
width: 75%;
|
| 2030 |
-
}
|
| 2031 |
-
.ycd-bootstrap-wrapper .col-md-8 {
|
| 2032 |
-
width: 66.66666667%;
|
| 2033 |
-
}
|
| 2034 |
-
.ycd-bootstrap-wrapper .col-md-7 {
|
| 2035 |
-
width: 58.33333333%;
|
| 2036 |
-
}
|
| 2037 |
-
.ycd-bootstrap-wrapper .col-md-6 {
|
| 2038 |
-
width: 50%;
|
| 2039 |
-
}
|
| 2040 |
-
.ycd-bootstrap-wrapper .col-md-5 {
|
| 2041 |
-
width: 41.66666667%;
|
| 2042 |
-
}
|
| 2043 |
-
.ycd-bootstrap-wrapper .col-md-4 {
|
| 2044 |
-
width: 33.33333333%;
|
| 2045 |
-
}
|
| 2046 |
-
.ycd-bootstrap-wrapper .col-md-3 {
|
| 2047 |
-
width: 25%;
|
| 2048 |
-
}
|
| 2049 |
-
.ycd-bootstrap-wrapper .col-md-2 {
|
| 2050 |
-
width: 16.66666667%;
|
| 2051 |
-
}
|
| 2052 |
-
.ycd-bootstrap-wrapper .col-md-1 {
|
| 2053 |
-
width: 8.33333333%;
|
| 2054 |
-
}
|
| 2055 |
-
.ycd-bootstrap-wrapper .col-md-pull-12 {
|
| 2056 |
-
right: 100%;
|
| 2057 |
-
}
|
| 2058 |
-
.ycd-bootstrap-wrapper .col-md-pull-11 {
|
| 2059 |
-
right: 91.66666667%;
|
| 2060 |
-
}
|
| 2061 |
-
.ycd-bootstrap-wrapper .col-md-pull-10 {
|
| 2062 |
-
right: 83.33333333%;
|
| 2063 |
-
}
|
| 2064 |
-
.ycd-bootstrap-wrapper .col-md-pull-9 {
|
| 2065 |
-
right: 75%;
|
| 2066 |
-
}
|
| 2067 |
-
.ycd-bootstrap-wrapper .col-md-pull-8 {
|
| 2068 |
-
right: 66.66666667%;
|
| 2069 |
-
}
|
| 2070 |
-
.ycd-bootstrap-wrapper .col-md-pull-7 {
|
| 2071 |
-
right: 58.33333333%;
|
| 2072 |
-
}
|
| 2073 |
-
.ycd-bootstrap-wrapper .col-md-pull-6 {
|
| 2074 |
-
right: 50%;
|
| 2075 |
-
}
|
| 2076 |
-
.ycd-bootstrap-wrapper .col-md-pull-5 {
|
| 2077 |
-
right: 41.66666667%;
|
| 2078 |
-
}
|
| 2079 |
-
.ycd-bootstrap-wrapper .col-md-pull-4 {
|
| 2080 |
-
right: 33.33333333%;
|
| 2081 |
-
}
|
| 2082 |
-
.ycd-bootstrap-wrapper .col-md-pull-3 {
|
| 2083 |
-
right: 25%;
|
| 2084 |
-
}
|
| 2085 |
-
.ycd-bootstrap-wrapper .col-md-pull-2 {
|
| 2086 |
-
right: 16.66666667%;
|
| 2087 |
-
}
|
| 2088 |
-
.ycd-bootstrap-wrapper .col-md-pull-1 {
|
| 2089 |
-
right: 8.33333333%;
|
| 2090 |
-
}
|
| 2091 |
-
.ycd-bootstrap-wrapper .col-md-pull-0 {
|
| 2092 |
-
right: auto;
|
| 2093 |
-
}
|
| 2094 |
-
.ycd-bootstrap-wrapper .col-md-push-12 {
|
| 2095 |
-
left: 100%;
|
| 2096 |
-
}
|
| 2097 |
-
.ycd-bootstrap-wrapper .col-md-push-11 {
|
| 2098 |
-
left: 91.66666667%;
|
| 2099 |
-
}
|
| 2100 |
-
.ycd-bootstrap-wrapper .col-md-push-10 {
|
| 2101 |
-
left: 83.33333333%;
|
| 2102 |
-
}
|
| 2103 |
-
.ycd-bootstrap-wrapper .col-md-push-9 {
|
| 2104 |
-
left: 75%;
|
| 2105 |
-
}
|
| 2106 |
-
.ycd-bootstrap-wrapper .col-md-push-8 {
|
| 2107 |
-
left: 66.66666667%;
|
| 2108 |
-
}
|
| 2109 |
-
.ycd-bootstrap-wrapper .col-md-push-7 {
|
| 2110 |
-
left: 58.33333333%;
|
| 2111 |
-
}
|
| 2112 |
-
.ycd-bootstrap-wrapper .col-md-push-6 {
|
| 2113 |
-
left: 50%;
|
| 2114 |
-
}
|
| 2115 |
-
.ycd-bootstrap-wrapper .col-md-push-5 {
|
| 2116 |
-
left: 41.66666667%;
|
| 2117 |
-
}
|
| 2118 |
-
.ycd-bootstrap-wrapper .col-md-push-4 {
|
| 2119 |
-
left: 33.33333333%;
|
| 2120 |
-
}
|
| 2121 |
-
.ycd-bootstrap-wrapper .col-md-push-3 {
|
| 2122 |
-
left: 25%;
|
| 2123 |
-
}
|
| 2124 |
-
.ycd-bootstrap-wrapper .col-md-push-2 {
|
| 2125 |
-
left: 16.66666667%;
|
| 2126 |
-
}
|
| 2127 |
-
.ycd-bootstrap-wrapper .col-md-push-1 {
|
| 2128 |
-
left: 8.33333333%;
|
| 2129 |
-
}
|
| 2130 |
-
.ycd-bootstrap-wrapper .col-md-push-0 {
|
| 2131 |
-
left: auto;
|
| 2132 |
-
}
|
| 2133 |
-
.ycd-bootstrap-wrapper .col-md-offset-12 {
|
| 2134 |
-
margin-left: 100%;
|
| 2135 |
-
}
|
| 2136 |
-
.ycd-bootstrap-wrapper .col-md-offset-11 {
|
| 2137 |
-
margin-left: 91.66666667%;
|
| 2138 |
-
}
|
| 2139 |
-
.ycd-bootstrap-wrapper .col-md-offset-10 {
|
| 2140 |
-
margin-left: 83.33333333%;
|
| 2141 |
-
}
|
| 2142 |
-
.ycd-bootstrap-wrapper .col-md-offset-9 {
|
| 2143 |
-
margin-left: 75%;
|
| 2144 |
-
}
|
| 2145 |
-
.ycd-bootstrap-wrapper .col-md-offset-8 {
|
| 2146 |
-
margin-left: 66.66666667%;
|
| 2147 |
-
}
|
| 2148 |
-
.ycd-bootstrap-wrapper .col-md-offset-7 {
|
| 2149 |
-
margin-left: 58.33333333%;
|
| 2150 |
-
}
|
| 2151 |
-
.ycd-bootstrap-wrapper .col-md-offset-6 {
|
| 2152 |
-
margin-left: 50%;
|
| 2153 |
-
}
|
| 2154 |
-
.ycd-bootstrap-wrapper .col-md-offset-5 {
|
| 2155 |
-
margin-left: 41.66666667%;
|
| 2156 |
-
}
|
| 2157 |
-
.ycd-bootstrap-wrapper .col-md-offset-4 {
|
| 2158 |
-
margin-left: 33.33333333%;
|
| 2159 |
-
}
|
| 2160 |
-
.ycd-bootstrap-wrapper .col-md-offset-3 {
|
| 2161 |
-
margin-left: 25%;
|
| 2162 |
-
}
|
| 2163 |
-
.ycd-bootstrap-wrapper .col-md-offset-2 {
|
| 2164 |
-
margin-left: 16.66666667%;
|
| 2165 |
-
}
|
| 2166 |
-
.ycd-bootstrap-wrapper .col-md-offset-1 {
|
| 2167 |
-
margin-left: 8.33333333%;
|
| 2168 |
-
}
|
| 2169 |
-
.ycd-bootstrap-wrapper .col-md-offset-0 {
|
| 2170 |
-
margin-left: 0;
|
| 2171 |
-
}
|
| 2172 |
-
}
|
| 2173 |
-
@media (min-width: 1200px) {
|
| 2174 |
-
.ycd-bootstrap-wrapper .col-lg-1,
|
| 2175 |
-
.ycd-bootstrap-wrapper .col-lg-2,
|
| 2176 |
-
.ycd-bootstrap-wrapper .col-lg-3,
|
| 2177 |
-
.ycd-bootstrap-wrapper .col-lg-4,
|
| 2178 |
-
.ycd-bootstrap-wrapper .col-lg-5,
|
| 2179 |
-
.ycd-bootstrap-wrapper .col-lg-6,
|
| 2180 |
-
.ycd-bootstrap-wrapper .col-lg-7,
|
| 2181 |
-
.ycd-bootstrap-wrapper .col-lg-8,
|
| 2182 |
-
.ycd-bootstrap-wrapper .col-lg-9,
|
| 2183 |
-
.ycd-bootstrap-wrapper .col-lg-10,
|
| 2184 |
-
.ycd-bootstrap-wrapper .col-lg-11,
|
| 2185 |
-
.ycd-bootstrap-wrapper .col-lg-12 {
|
| 2186 |
-
float: left;
|
| 2187 |
-
}
|
| 2188 |
-
.ycd-bootstrap-wrapper .col-lg-12 {
|
| 2189 |
-
width: 100%;
|
| 2190 |
-
}
|
| 2191 |
-
.ycd-bootstrap-wrapper .col-lg-11 {
|
| 2192 |
-
width: 91.66666667%;
|
| 2193 |
-
}
|
| 2194 |
-
.ycd-bootstrap-wrapper .col-lg-10 {
|
| 2195 |
-
width: 83.33333333%;
|
| 2196 |
-
}
|
| 2197 |
-
.ycd-bootstrap-wrapper .col-lg-9 {
|
| 2198 |
-
width: 75%;
|
| 2199 |
-
}
|
| 2200 |
-
.ycd-bootstrap-wrapper .col-lg-8 {
|
| 2201 |
-
width: 66.66666667%;
|
| 2202 |
-
}
|
| 2203 |
-
.ycd-bootstrap-wrapper .col-lg-7 {
|
| 2204 |
-
width: 58.33333333%;
|
| 2205 |
-
}
|
| 2206 |
-
.ycd-bootstrap-wrapper .col-lg-6 {
|
| 2207 |
-
width: 50%;
|
| 2208 |
-
}
|
| 2209 |
-
.ycd-bootstrap-wrapper .col-lg-5 {
|
| 2210 |
-
width: 41.66666667%;
|
| 2211 |
-
}
|
| 2212 |
-
.ycd-bootstrap-wrapper .col-lg-4 {
|
| 2213 |
-
width: 33.33333333%;
|
| 2214 |
-
}
|
| 2215 |
-
.ycd-bootstrap-wrapper .col-lg-3 {
|
| 2216 |
-
width: 25%;
|
| 2217 |
-
}
|
| 2218 |
-
.ycd-bootstrap-wrapper .col-lg-2 {
|
| 2219 |
-
width: 16.66666667%;
|
| 2220 |
-
}
|
| 2221 |
-
.ycd-bootstrap-wrapper .col-lg-1 {
|
| 2222 |
-
width: 8.33333333%;
|
| 2223 |
-
}
|
| 2224 |
-
.ycd-bootstrap-wrapper .col-lg-pull-12 {
|
| 2225 |
-
right: 100%;
|
| 2226 |
-
}
|
| 2227 |
-
.ycd-bootstrap-wrapper .col-lg-pull-11 {
|
| 2228 |
-
right: 91.66666667%;
|
| 2229 |
-
}
|
| 2230 |
-
.ycd-bootstrap-wrapper .col-lg-pull-10 {
|
| 2231 |
-
right: 83.33333333%;
|
| 2232 |
-
}
|
| 2233 |
-
.ycd-bootstrap-wrapper .col-lg-pull-9 {
|
| 2234 |
-
right: 75%;
|
| 2235 |
-
}
|
| 2236 |
-
.ycd-bootstrap-wrapper .col-lg-pull-8 {
|
| 2237 |
-
right: 66.66666667%;
|
| 2238 |
-
}
|
| 2239 |
-
.ycd-bootstrap-wrapper .col-lg-pull-7 {
|
| 2240 |
-
right: 58.33333333%;
|
| 2241 |
-
}
|
| 2242 |
-
.ycd-bootstrap-wrapper .col-lg-pull-6 {
|
| 2243 |
-
right: 50%;
|
| 2244 |
-
}
|
| 2245 |
-
.ycd-bootstrap-wrapper .col-lg-pull-5 {
|
| 2246 |
-
right: 41.66666667%;
|
| 2247 |
-
}
|
| 2248 |
-
.ycd-bootstrap-wrapper .col-lg-pull-4 {
|
| 2249 |
-
right: 33.33333333%;
|
| 2250 |
-
}
|
| 2251 |
-
.ycd-bootstrap-wrapper .col-lg-pull-3 {
|
| 2252 |
-
right: 25%;
|
| 2253 |
-
}
|
| 2254 |
-
.ycd-bootstrap-wrapper .col-lg-pull-2 {
|
| 2255 |
-
right: 16.66666667%;
|
| 2256 |
-
}
|
| 2257 |
-
.ycd-bootstrap-wrapper .col-lg-pull-1 {
|
| 2258 |
-
right: 8.33333333%;
|
| 2259 |
-
}
|
| 2260 |
-
.ycd-bootstrap-wrapper .col-lg-pull-0 {
|
| 2261 |
-
right: auto;
|
| 2262 |
-
}
|
| 2263 |
-
.ycd-bootstrap-wrapper .col-lg-push-12 {
|
| 2264 |
-
left: 100%;
|
| 2265 |
-
}
|
| 2266 |
-
.ycd-bootstrap-wrapper .col-lg-push-11 {
|
| 2267 |
-
left: 91.66666667%;
|
| 2268 |
-
}
|
| 2269 |
-
.ycd-bootstrap-wrapper .col-lg-push-10 {
|
| 2270 |
-
left: 83.33333333%;
|
| 2271 |
-
}
|
| 2272 |
-
.ycd-bootstrap-wrapper .col-lg-push-9 {
|
| 2273 |
-
left: 75%;
|
| 2274 |
-
}
|
| 2275 |
-
.ycd-bootstrap-wrapper .col-lg-push-8 {
|
| 2276 |
-
left: 66.66666667%;
|
| 2277 |
-
}
|
| 2278 |
-
.ycd-bootstrap-wrapper .col-lg-push-7 {
|
| 2279 |
-
left: 58.33333333%;
|
| 2280 |
-
}
|
| 2281 |
-
.ycd-bootstrap-wrapper .col-lg-push-6 {
|
| 2282 |
-
left: 50%;
|
| 2283 |
-
}
|
| 2284 |
-
.ycd-bootstrap-wrapper .col-lg-push-5 {
|
| 2285 |
-
left: 41.66666667%;
|
| 2286 |
-
}
|
| 2287 |
-
.ycd-bootstrap-wrapper .col-lg-push-4 {
|
| 2288 |
-
left: 33.33333333%;
|
| 2289 |
-
}
|
| 2290 |
-
.ycd-bootstrap-wrapper .col-lg-push-3 {
|
| 2291 |
-
left: 25%;
|
| 2292 |
-
}
|
| 2293 |
-
.ycd-bootstrap-wrapper .col-lg-push-2 {
|
| 2294 |
-
left: 16.66666667%;
|
| 2295 |
-
}
|
| 2296 |
-
.ycd-bootstrap-wrapper .col-lg-push-1 {
|
| 2297 |
-
left: 8.33333333%;
|
| 2298 |
-
}
|
| 2299 |
-
.ycd-bootstrap-wrapper .col-lg-push-0 {
|
| 2300 |
-
left: auto;
|
| 2301 |
-
}
|
| 2302 |
-
.ycd-bootstrap-wrapper .col-lg-offset-12 {
|
| 2303 |
-
margin-left: 100%;
|
| 2304 |
-
}
|
| 2305 |
-
.ycd-bootstrap-wrapper .col-lg-offset-11 {
|
| 2306 |
-
margin-left: 91.66666667%;
|
| 2307 |
-
}
|
| 2308 |
-
.ycd-bootstrap-wrapper .col-lg-offset-10 {
|
| 2309 |
-
margin-left: 83.33333333%;
|
| 2310 |
-
}
|
| 2311 |
-
.ycd-bootstrap-wrapper .col-lg-offset-9 {
|
| 2312 |
-
margin-left: 75%;
|
| 2313 |
-
}
|
| 2314 |
-
.ycd-bootstrap-wrapper .col-lg-offset-8 {
|
| 2315 |
-
margin-left: 66.66666667%;
|
| 2316 |
-
}
|
| 2317 |
-
.ycd-bootstrap-wrapper .col-lg-offset-7 {
|
| 2318 |
-
margin-left: 58.33333333%;
|
| 2319 |
-
}
|
| 2320 |
-
.ycd-bootstrap-wrapper .col-lg-offset-6 {
|
| 2321 |
-
margin-left: 50%;
|
| 2322 |
-
}
|
| 2323 |
-
.ycd-bootstrap-wrapper .col-lg-offset-5 {
|
| 2324 |
-
margin-left: 41.66666667%;
|
| 2325 |
-
}
|
| 2326 |
-
.ycd-bootstrap-wrapper .col-lg-offset-4 {
|
| 2327 |
-
margin-left: 33.33333333%;
|
| 2328 |
-
}
|
| 2329 |
-
.ycd-bootstrap-wrapper .col-lg-offset-3 {
|
| 2330 |
-
margin-left: 25%;
|
| 2331 |
-
}
|
| 2332 |
-
.ycd-bootstrap-wrapper .col-lg-offset-2 {
|
| 2333 |
-
margin-left: 16.66666667%;
|
| 2334 |
-
}
|
| 2335 |
-
.ycd-bootstrap-wrapper .col-lg-offset-1 {
|
| 2336 |
-
margin-left: 8.33333333%;
|
| 2337 |
-
}
|
| 2338 |
-
.ycd-bootstrap-wrapper .col-lg-offset-0 {
|
| 2339 |
-
margin-left: 0;
|
| 2340 |
-
}
|
| 2341 |
-
}
|
| 2342 |
-
.ycd-bootstrap-wrapper table {
|
| 2343 |
-
background-color: transparent;
|
| 2344 |
-
}
|
| 2345 |
-
.ycd-bootstrap-wrapper caption {
|
| 2346 |
-
padding-top: 8px;
|
| 2347 |
-
padding-bottom: 8px;
|
| 2348 |
-
color: #777;
|
| 2349 |
-
text-align: left;
|
| 2350 |
-
}
|
| 2351 |
-
.ycd-bootstrap-wrapper th {
|
| 2352 |
-
text-align: left;
|
| 2353 |
-
}
|
| 2354 |
-
.ycd-bootstrap-wrapper .table {
|
| 2355 |
-
width: 100%;
|
| 2356 |
-
max-width: 100%;
|
| 2357 |
-
margin-bottom: 20px;
|
| 2358 |
-
}
|
| 2359 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th,
|
| 2360 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > th,
|
| 2361 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > th,
|
| 2362 |
-
.ycd-bootstrap-wrapper .table > thead > tr > td,
|
| 2363 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > td,
|
| 2364 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > td {
|
| 2365 |
-
padding: 8px;
|
| 2366 |
-
line-height: 1.42857143;
|
| 2367 |
-
vertical-align: top;
|
| 2368 |
-
border-top: 1px solid #ddd;
|
| 2369 |
-
}
|
| 2370 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th {
|
| 2371 |
-
vertical-align: bottom;
|
| 2372 |
-
border-bottom: 2px solid #ddd;
|
| 2373 |
-
}
|
| 2374 |
-
.ycd-bootstrap-wrapper .table > caption + thead > tr:first-child > th,
|
| 2375 |
-
.ycd-bootstrap-wrapper .table > colgroup + thead > tr:first-child > th,
|
| 2376 |
-
.ycd-bootstrap-wrapper .table > thead:first-child > tr:first-child > th,
|
| 2377 |
-
.ycd-bootstrap-wrapper .table > caption + thead > tr:first-child > td,
|
| 2378 |
-
.ycd-bootstrap-wrapper .table > colgroup + thead > tr:first-child > td,
|
| 2379 |
-
.ycd-bootstrap-wrapper .table > thead:first-child > tr:first-child > td {
|
| 2380 |
-
border-top: 0;
|
| 2381 |
-
}
|
| 2382 |
-
.ycd-bootstrap-wrapper .table > tbody + tbody {
|
| 2383 |
-
border-top: 2px solid #ddd;
|
| 2384 |
-
}
|
| 2385 |
-
.ycd-bootstrap-wrapper .table .table {
|
| 2386 |
-
background-color: #fff;
|
| 2387 |
-
}
|
| 2388 |
-
.ycd-bootstrap-wrapper .table-condensed > thead > tr > th,
|
| 2389 |
-
.ycd-bootstrap-wrapper .table-condensed > tbody > tr > th,
|
| 2390 |
-
.ycd-bootstrap-wrapper .table-condensed > tfoot > tr > th,
|
| 2391 |
-
.ycd-bootstrap-wrapper .table-condensed > thead > tr > td,
|
| 2392 |
-
.ycd-bootstrap-wrapper .table-condensed > tbody > tr > td,
|
| 2393 |
-
.ycd-bootstrap-wrapper .table-condensed > tfoot > tr > td {
|
| 2394 |
-
padding: 5px;
|
| 2395 |
-
}
|
| 2396 |
-
.ycd-bootstrap-wrapper .table-bordered {
|
| 2397 |
-
border: 1px solid #ddd;
|
| 2398 |
-
}
|
| 2399 |
-
.ycd-bootstrap-wrapper .table-bordered > thead > tr > th,
|
| 2400 |
-
.ycd-bootstrap-wrapper .table-bordered > tbody > tr > th,
|
| 2401 |
-
.ycd-bootstrap-wrapper .table-bordered > tfoot > tr > th,
|
| 2402 |
-
.ycd-bootstrap-wrapper .table-bordered > thead > tr > td,
|
| 2403 |
-
.ycd-bootstrap-wrapper .table-bordered > tbody > tr > td,
|
| 2404 |
-
.ycd-bootstrap-wrapper .table-bordered > tfoot > tr > td {
|
| 2405 |
-
border: 1px solid #ddd;
|
| 2406 |
-
}
|
| 2407 |
-
.ycd-bootstrap-wrapper .table-bordered > thead > tr > th,
|
| 2408 |
-
.ycd-bootstrap-wrapper .table-bordered > thead > tr > td {
|
| 2409 |
-
border-bottom-width: 2px;
|
| 2410 |
-
}
|
| 2411 |
-
.ycd-bootstrap-wrapper .table-striped > tbody > tr:nth-of-type(odd) {
|
| 2412 |
-
background-color: #f9f9f9;
|
| 2413 |
-
}
|
| 2414 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr:hover {
|
| 2415 |
-
background-color: #f5f5f5;
|
| 2416 |
-
}
|
| 2417 |
-
.ycd-bootstrap-wrapper table col[class*="col-"] {
|
| 2418 |
-
position: static;
|
| 2419 |
-
display: table-column;
|
| 2420 |
-
float: none;
|
| 2421 |
-
}
|
| 2422 |
-
.ycd-bootstrap-wrapper table td[class*="col-"],
|
| 2423 |
-
.ycd-bootstrap-wrapper table th[class*="col-"] {
|
| 2424 |
-
position: static;
|
| 2425 |
-
display: table-cell;
|
| 2426 |
-
float: none;
|
| 2427 |
-
}
|
| 2428 |
-
.ycd-bootstrap-wrapper .table > thead > tr > td.active,
|
| 2429 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > td.active,
|
| 2430 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > td.active,
|
| 2431 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th.active,
|
| 2432 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > th.active,
|
| 2433 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > th.active,
|
| 2434 |
-
.ycd-bootstrap-wrapper .table > thead > tr.active > td,
|
| 2435 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.active > td,
|
| 2436 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.active > td,
|
| 2437 |
-
.ycd-bootstrap-wrapper .table > thead > tr.active > th,
|
| 2438 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.active > th,
|
| 2439 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.active > th {
|
| 2440 |
-
background-color: #f5f5f5;
|
| 2441 |
-
}
|
| 2442 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > td.active:hover,
|
| 2443 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > th.active:hover,
|
| 2444 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.active:hover > td,
|
| 2445 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr:hover > .active,
|
| 2446 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.active:hover > th {
|
| 2447 |
-
background-color: #e8e8e8;
|
| 2448 |
-
}
|
| 2449 |
-
.ycd-bootstrap-wrapper .table > thead > tr > td.success,
|
| 2450 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > td.success,
|
| 2451 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > td.success,
|
| 2452 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th.success,
|
| 2453 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > th.success,
|
| 2454 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > th.success,
|
| 2455 |
-
.ycd-bootstrap-wrapper .table > thead > tr.success > td,
|
| 2456 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.success > td,
|
| 2457 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.success > td,
|
| 2458 |
-
.ycd-bootstrap-wrapper .table > thead > tr.success > th,
|
| 2459 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.success > th,
|
| 2460 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.success > th {
|
| 2461 |
-
background-color: #dff0d8;
|
| 2462 |
-
}
|
| 2463 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > td.success:hover,
|
| 2464 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > th.success:hover,
|
| 2465 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.success:hover > td,
|
| 2466 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr:hover > .success,
|
| 2467 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.success:hover > th {
|
| 2468 |
-
background-color: #d0e9c6;
|
| 2469 |
-
}
|
| 2470 |
-
.ycd-bootstrap-wrapper .table > thead > tr > td.info,
|
| 2471 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > td.info,
|
| 2472 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > td.info,
|
| 2473 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th.info,
|
| 2474 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > th.info,
|
| 2475 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > th.info,
|
| 2476 |
-
.ycd-bootstrap-wrapper .table > thead > tr.info > td,
|
| 2477 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.info > td,
|
| 2478 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.info > td,
|
| 2479 |
-
.ycd-bootstrap-wrapper .table > thead > tr.info > th,
|
| 2480 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.info > th,
|
| 2481 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.info > th {
|
| 2482 |
-
background-color: #d9edf7;
|
| 2483 |
-
}
|
| 2484 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > td.info:hover,
|
| 2485 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > th.info:hover,
|
| 2486 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.info:hover > td,
|
| 2487 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr:hover > .info,
|
| 2488 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.info:hover > th {
|
| 2489 |
-
background-color: #c4e3f3;
|
| 2490 |
-
}
|
| 2491 |
-
.ycd-bootstrap-wrapper .table > thead > tr > td.warning,
|
| 2492 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > td.warning,
|
| 2493 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > td.warning,
|
| 2494 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th.warning,
|
| 2495 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > th.warning,
|
| 2496 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > th.warning,
|
| 2497 |
-
.ycd-bootstrap-wrapper .table > thead > tr.warning > td,
|
| 2498 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.warning > td,
|
| 2499 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.warning > td,
|
| 2500 |
-
.ycd-bootstrap-wrapper .table > thead > tr.warning > th,
|
| 2501 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.warning > th,
|
| 2502 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.warning > th {
|
| 2503 |
-
background-color: #fcf8e3;
|
| 2504 |
-
}
|
| 2505 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > td.warning:hover,
|
| 2506 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > th.warning:hover,
|
| 2507 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.warning:hover > td,
|
| 2508 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr:hover > .warning,
|
| 2509 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.warning:hover > th {
|
| 2510 |
-
background-color: #faf2cc;
|
| 2511 |
-
}
|
| 2512 |
-
.ycd-bootstrap-wrapper .table > thead > tr > td.danger,
|
| 2513 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > td.danger,
|
| 2514 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > td.danger,
|
| 2515 |
-
.ycd-bootstrap-wrapper .table > thead > tr > th.danger,
|
| 2516 |
-
.ycd-bootstrap-wrapper .table > tbody > tr > th.danger,
|
| 2517 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr > th.danger,
|
| 2518 |
-
.ycd-bootstrap-wrapper .table > thead > tr.danger > td,
|
| 2519 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.danger > td,
|
| 2520 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.danger > td,
|
| 2521 |
-
.ycd-bootstrap-wrapper .table > thead > tr.danger > th,
|
| 2522 |
-
.ycd-bootstrap-wrapper .table > tbody > tr.danger > th,
|
| 2523 |
-
.ycd-bootstrap-wrapper .table > tfoot > tr.danger > th {
|
| 2524 |
-
background-color: #f2dede;
|
| 2525 |
-
}
|
| 2526 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > td.danger:hover,
|
| 2527 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr > th.danger:hover,
|
| 2528 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.danger:hover > td,
|
| 2529 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr:hover > .danger,
|
| 2530 |
-
.ycd-bootstrap-wrapper .table-hover > tbody > tr.danger:hover > th {
|
| 2531 |
-
background-color: #ebcccc;
|
| 2532 |
-
}
|
| 2533 |
-
.ycd-bootstrap-wrapper .table-responsive {
|
| 2534 |
-
min-height: .01%;
|
| 2535 |
-
overflow-x: auto;
|
| 2536 |
-
}
|
| 2537 |
-
@media screen and (max-width: 767px) {
|
| 2538 |
-
.ycd-bootstrap-wrapper .table-responsive {
|
| 2539 |
-
width: 100%;
|
| 2540 |
-
margin-bottom: 15px;
|
| 2541 |
-
overflow-y: hidden;
|
| 2542 |
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
| 2543 |
-
border: 1px solid #ddd;
|
| 2544 |
-
}
|
| 2545 |
-
.ycd-bootstrap-wrapper .table-responsive > .table {
|
| 2546 |
-
margin-bottom: 0;
|
| 2547 |
-
}
|
| 2548 |
-
.ycd-bootstrap-wrapper .table-responsive > .table > thead > tr > th,
|
| 2549 |
-
.ycd-bootstrap-wrapper .table-responsive > .table > tbody > tr > th,
|
| 2550 |
-
.ycd-bootstrap-wrapper .table-responsive > .table > tfoot > tr > th,
|
| 2551 |
-
.ycd-bootstrap-wrapper .table-responsive > .table > thead > tr > td,
|
| 2552 |
-
.ycd-bootstrap-wrapper .table-responsive > .table > tbody > tr > td,
|
| 2553 |
-
.ycd-bootstrap-wrapper .table-responsive > .table > tfoot > tr > td {
|
| 2554 |
-
white-space: nowrap;
|
| 2555 |
-
}
|
| 2556 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered {
|
| 2557 |
-
border: 0;
|
| 2558 |
-
}
|
| 2559 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > thead > tr > th:first-child,
|
| 2560 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr > th:first-child,
|
| 2561 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
| 2562 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > thead > tr > td:first-child,
|
| 2563 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr > td:first-child,
|
| 2564 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
| 2565 |
-
border-left: 0;
|
| 2566 |
-
}
|
| 2567 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > thead > tr > th:last-child,
|
| 2568 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr > th:last-child,
|
| 2569 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
| 2570 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > thead > tr > td:last-child,
|
| 2571 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr > td:last-child,
|
| 2572 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
| 2573 |
-
border-right: 0;
|
| 2574 |
-
}
|
| 2575 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr:last-child > th,
|
| 2576 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr:last-child > th,
|
| 2577 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tbody > tr:last-child > td,
|
| 2578 |
-
.ycd-bootstrap-wrapper .table-responsive > .table-bordered > tfoot > tr:last-child > td {
|
| 2579 |
-
border-bottom: 0;
|
| 2580 |
-
}
|
| 2581 |
-
}
|
| 2582 |
-
.ycd-bootstrap-wrapper fieldset {
|
| 2583 |
-
min-width: 0;
|
| 2584 |
-
padding: 0;
|
| 2585 |
-
margin: 0;
|
| 2586 |
-
border: 0;
|
| 2587 |
-
}
|
| 2588 |
-
.ycd-bootstrap-wrapper legend {
|
| 2589 |
-
display: block;
|
| 2590 |
-
width: 100%;
|
| 2591 |
-
padding: 0;
|
| 2592 |
-
margin-bottom: 20px;
|
| 2593 |
-
font-size: 21px;
|
| 2594 |
-
line-height: inherit;
|
| 2595 |
-
color: #333;
|
| 2596 |
-
border: 0;
|
| 2597 |
-
border-bottom: 1px solid #e5e5e5;
|
| 2598 |
-
}
|
| 2599 |
-
.ycd-bootstrap-wrapper label {
|
| 2600 |
-
display: inline-block;
|
| 2601 |
-
max-width: 100%;
|
| 2602 |
-
margin-bottom: 5px;
|
| 2603 |
-
font-weight: bold;
|
| 2604 |
-
}
|
| 2605 |
-
.ycd-bootstrap-wrapper input[type="search"] {
|
| 2606 |
-
-webkit-box-sizing: border-box;
|
| 2607 |
-
-moz-box-sizing: border-box;
|
| 2608 |
-
box-sizing: border-box;
|
| 2609 |
-
}
|
| 2610 |
-
.ycd-bootstrap-wrapper input[type="radio"],
|
| 2611 |
-
.ycd-bootstrap-wrapper input[type="checkbox"] {
|
| 2612 |
-
margin: 4px 0 0;
|
| 2613 |
-
margin-top: 1px \9;
|
| 2614 |
-
line-height: normal;
|
| 2615 |
-
}
|
| 2616 |
-
.ycd-bootstrap-wrapper input[type="file"] {
|
| 2617 |
-
display: block;
|
| 2618 |
-
}
|
| 2619 |
-
.ycd-bootstrap-wrapper input[type="range"] {
|
| 2620 |
-
display: block;
|
| 2621 |
-
width: 100%;
|
| 2622 |
-
}
|
| 2623 |
-
.ycd-bootstrap-wrapper select[multiple],
|
| 2624 |
-
.ycd-bootstrap-wrapper select[size] {
|
| 2625 |
-
height: auto;
|
| 2626 |
-
}
|
| 2627 |
-
.ycd-bootstrap-wrapper input[type="file"]:focus,
|
| 2628 |
-
.ycd-bootstrap-wrapper input[type="radio"]:focus,
|
| 2629 |
-
.ycd-bootstrap-wrapper input[type="checkbox"]:focus {
|
| 2630 |
-
outline: thin dotted;
|
| 2631 |
-
outline: 5px auto -webkit-focus-ring-color;
|
| 2632 |
-
outline-offset: -2px;
|
| 2633 |
-
}
|
| 2634 |
-
.ycd-bootstrap-wrapper output {
|
| 2635 |
-
display: block;
|
| 2636 |
-
padding-top: 7px;
|
| 2637 |
-
font-size: 14px;
|
| 2638 |
-
line-height: 1.42857143;
|
| 2639 |
-
color: #555;
|
| 2640 |
-
}
|
| 2641 |
-
.ycd-bootstrap-wrapper .form-control {
|
| 2642 |
-
display: block;
|
| 2643 |
-
width: 100%;
|
| 2644 |
-
height: 34px;
|
| 2645 |
-
padding: 6px 12px;
|
| 2646 |
-
font-size: 14px;
|
| 2647 |
-
line-height: 1.42857143;
|
| 2648 |
-
color: #555;
|
| 2649 |
-
background-color: #fff;
|
| 2650 |
-
background-image: none;
|
| 2651 |
-
border: 1px solid #ccc;
|
| 2652 |
-
border-radius: 4px;
|
| 2653 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
| 2654 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
| 2655 |
-
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
|
| 2656 |
-
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
| 2657 |
-
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
| 2658 |
-
}
|
| 2659 |
-
.ycd-bootstrap-wrapper .form-control:focus {
|
| 2660 |
-
border-color: #66afe9;
|
| 2661 |
-
outline: 0;
|
| 2662 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
| 2663 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
| 2664 |
-
}
|
| 2665 |
-
.ycd-bootstrap-wrapper .form-control::-moz-placeholder {
|
| 2666 |
-
color: #999;
|
| 2667 |
-
opacity: 1;
|
| 2668 |
-
}
|
| 2669 |
-
.ycd-bootstrap-wrapper .form-control:-ms-input-placeholder {
|
| 2670 |
-
color: #999;
|
| 2671 |
-
}
|
| 2672 |
-
.ycd-bootstrap-wrapper .form-control::-webkit-input-placeholder {
|
| 2673 |
-
color: #999;
|
| 2674 |
-
}
|
| 2675 |
-
.ycd-bootstrap-wrapper .form-control::-ms-expand {
|
| 2676 |
-
background-color: transparent;
|
| 2677 |
-
border: 0;
|
| 2678 |
-
}
|
| 2679 |
-
.ycd-bootstrap-wrapper .form-control[disabled],
|
| 2680 |
-
.ycd-bootstrap-wrapper .form-control[readonly],
|
| 2681 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .form-control {
|
| 2682 |
-
background-color: #eee;
|
| 2683 |
-
opacity: 1;
|
| 2684 |
-
}
|
| 2685 |
-
.ycd-bootstrap-wrapper .form-control[disabled],
|
| 2686 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .form-control {
|
| 2687 |
-
cursor: not-allowed;
|
| 2688 |
-
}
|
| 2689 |
-
.ycd-bootstrap-wrapper textarea.form-control {
|
| 2690 |
-
height: auto;
|
| 2691 |
-
}
|
| 2692 |
-
.ycd-bootstrap-wrapper input[type="search"] {
|
| 2693 |
-
-webkit-appearance: none;
|
| 2694 |
-
}
|
| 2695 |
-
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
| 2696 |
-
.ycd-bootstrap-wrapper input[type="date"].form-control,
|
| 2697 |
-
.ycd-bootstrap-wrapper input[type="time"].form-control,
|
| 2698 |
-
.ycd-bootstrap-wrapper input[type="datetime-local"].form-control,
|
| 2699 |
-
.ycd-bootstrap-wrapper input[type="month"].form-control {
|
| 2700 |
-
line-height: 34px;
|
| 2701 |
-
}
|
| 2702 |
-
.ycd-bootstrap-wrapper input[type="date"].input-sm,
|
| 2703 |
-
.ycd-bootstrap-wrapper input[type="time"].input-sm,
|
| 2704 |
-
.ycd-bootstrap-wrapper input[type="datetime-local"].input-sm,
|
| 2705 |
-
.ycd-bootstrap-wrapper input[type="month"].input-sm,
|
| 2706 |
-
.ycd-bootstrap-wrapper .input-group-sm input[type="date"],
|
| 2707 |
-
.ycd-bootstrap-wrapper .input-group-sm input[type="time"],
|
| 2708 |
-
.ycd-bootstrap-wrapper .input-group-sm input[type="datetime-local"],
|
| 2709 |
-
.ycd-bootstrap-wrapper .input-group-sm input[type="month"] {
|
| 2710 |
-
line-height: 30px;
|
| 2711 |
-
}
|
| 2712 |
-
.ycd-bootstrap-wrapper input[type="date"].input-lg,
|
| 2713 |
-
.ycd-bootstrap-wrapper input[type="time"].input-lg,
|
| 2714 |
-
.ycd-bootstrap-wrapper input[type="datetime-local"].input-lg,
|
| 2715 |
-
.ycd-bootstrap-wrapper input[type="month"].input-lg,
|
| 2716 |
-
.ycd-bootstrap-wrapper .input-group-lg input[type="date"],
|
| 2717 |
-
.ycd-bootstrap-wrapper .input-group-lg input[type="time"],
|
| 2718 |
-
.ycd-bootstrap-wrapper .input-group-lg input[type="datetime-local"],
|
| 2719 |
-
.ycd-bootstrap-wrapper .input-group-lg input[type="month"] {
|
| 2720 |
-
line-height: 46px;
|
| 2721 |
-
}
|
| 2722 |
-
}
|
| 2723 |
-
.ycd-bootstrap-wrapper .form-group {
|
| 2724 |
-
margin-bottom: 15px;
|
| 2725 |
-
}
|
| 2726 |
-
.ycd-bootstrap-wrapper .radio,
|
| 2727 |
-
.ycd-bootstrap-wrapper .checkbox {
|
| 2728 |
-
position: relative;
|
| 2729 |
-
display: block;
|
| 2730 |
-
margin-top: 10px;
|
| 2731 |
-
margin-bottom: 10px;
|
| 2732 |
-
}
|
| 2733 |
-
.ycd-bootstrap-wrapper .radio label,
|
| 2734 |
-
.ycd-bootstrap-wrapper .checkbox label {
|
| 2735 |
-
min-height: 20px;
|
| 2736 |
-
padding-left: 20px;
|
| 2737 |
-
margin-bottom: 0;
|
| 2738 |
-
font-weight: normal;
|
| 2739 |
-
cursor: pointer;
|
| 2740 |
-
}
|
| 2741 |
-
.ycd-bootstrap-wrapper .radio input[type="radio"],
|
| 2742 |
-
.ycd-bootstrap-wrapper .radio-inline input[type="radio"],
|
| 2743 |
-
.ycd-bootstrap-wrapper .checkbox input[type="checkbox"],
|
| 2744 |
-
.ycd-bootstrap-wrapper .checkbox-inline input[type="checkbox"] {
|
| 2745 |
-
position: absolute;
|
| 2746 |
-
margin-top: 4px \9;
|
| 2747 |
-
margin-left: -20px;
|
| 2748 |
-
}
|
| 2749 |
-
.ycd-bootstrap-wrapper .radio + .radio,
|
| 2750 |
-
.ycd-bootstrap-wrapper .checkbox + .checkbox {
|
| 2751 |
-
margin-top: -5px;
|
| 2752 |
-
}
|
| 2753 |
-
.ycd-bootstrap-wrapper .radio-inline,
|
| 2754 |
-
.ycd-bootstrap-wrapper .checkbox-inline {
|
| 2755 |
-
position: relative;
|
| 2756 |
-
display: inline-block;
|
| 2757 |
-
padding-left: 20px;
|
| 2758 |
-
margin-bottom: 0;
|
| 2759 |
-
font-weight: normal;
|
| 2760 |
-
vertical-align: middle;
|
| 2761 |
-
cursor: pointer;
|
| 2762 |
-
}
|
| 2763 |
-
.ycd-bootstrap-wrapper .radio-inline + .radio-inline,
|
| 2764 |
-
.ycd-bootstrap-wrapper .checkbox-inline + .checkbox-inline {
|
| 2765 |
-
margin-top: 0;
|
| 2766 |
-
margin-left: 10px;
|
| 2767 |
-
}
|
| 2768 |
-
.ycd-bootstrap-wrapper input[type="radio"][disabled],
|
| 2769 |
-
.ycd-bootstrap-wrapper input[type="checkbox"][disabled],
|
| 2770 |
-
.ycd-bootstrap-wrapper input[type="radio"].disabled,
|
| 2771 |
-
.ycd-bootstrap-wrapper input[type="checkbox"].disabled,
|
| 2772 |
-
.ycd-bootstrap-wrapper fieldset[disabled] input[type="radio"],
|
| 2773 |
-
.ycd-bootstrap-wrapper fieldset[disabled] input[type="checkbox"] {
|
| 2774 |
-
cursor: not-allowed;
|
| 2775 |
-
}
|
| 2776 |
-
.ycd-bootstrap-wrapper .radio-inline.disabled,
|
| 2777 |
-
.ycd-bootstrap-wrapper .checkbox-inline.disabled,
|
| 2778 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .radio-inline,
|
| 2779 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .checkbox-inline {
|
| 2780 |
-
cursor: not-allowed;
|
| 2781 |
-
}
|
| 2782 |
-
.ycd-bootstrap-wrapper .radio.disabled label,
|
| 2783 |
-
.ycd-bootstrap-wrapper .checkbox.disabled label,
|
| 2784 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .radio label,
|
| 2785 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .checkbox label {
|
| 2786 |
-
cursor: not-allowed;
|
| 2787 |
-
}
|
| 2788 |
-
.ycd-bootstrap-wrapper .form-control-static {
|
| 2789 |
-
min-height: 34px;
|
| 2790 |
-
padding-top: 7px;
|
| 2791 |
-
padding-bottom: 7px;
|
| 2792 |
-
margin-bottom: 0;
|
| 2793 |
-
}
|
| 2794 |
-
.ycd-bootstrap-wrapper .form-control-static.input-lg,
|
| 2795 |
-
.ycd-bootstrap-wrapper .form-control-static.input-sm {
|
| 2796 |
-
padding-right: 0;
|
| 2797 |
-
padding-left: 0;
|
| 2798 |
-
}
|
| 2799 |
-
.ycd-bootstrap-wrapper .input-sm {
|
| 2800 |
-
height: 30px;
|
| 2801 |
-
padding: 5px 10px;
|
| 2802 |
-
font-size: 12px;
|
| 2803 |
-
line-height: 1.5;
|
| 2804 |
-
border-radius: 3px;
|
| 2805 |
-
}
|
| 2806 |
-
.ycd-bootstrap-wrapper select.input-sm {
|
| 2807 |
-
height: 30px;
|
| 2808 |
-
line-height: 30px;
|
| 2809 |
-
}
|
| 2810 |
-
.ycd-bootstrap-wrapper textarea.input-sm,
|
| 2811 |
-
.ycd-bootstrap-wrapper select[multiple].input-sm {
|
| 2812 |
-
height: auto;
|
| 2813 |
-
}
|
| 2814 |
-
.ycd-bootstrap-wrapper .form-group-sm .form-control {
|
| 2815 |
-
height: 30px;
|
| 2816 |
-
padding: 5px 10px;
|
| 2817 |
-
font-size: 12px;
|
| 2818 |
-
line-height: 1.5;
|
| 2819 |
-
border-radius: 3px;
|
| 2820 |
-
}
|
| 2821 |
-
.ycd-bootstrap-wrapper .form-group-sm select.form-control {
|
| 2822 |
-
height: 30px;
|
| 2823 |
-
line-height: 30px;
|
| 2824 |
-
}
|
| 2825 |
-
.ycd-bootstrap-wrapper .form-group-sm textarea.form-control,
|
| 2826 |
-
.ycd-bootstrap-wrapper .form-group-sm select[multiple].form-control {
|
| 2827 |
-
height: auto;
|
| 2828 |
-
}
|
| 2829 |
-
.ycd-bootstrap-wrapper .form-group-sm .form-control-static {
|
| 2830 |
-
height: 30px;
|
| 2831 |
-
min-height: 32px;
|
| 2832 |
-
padding: 6px 10px;
|
| 2833 |
-
font-size: 12px;
|
| 2834 |
-
line-height: 1.5;
|
| 2835 |
-
}
|
| 2836 |
-
.ycd-bootstrap-wrapper .input-lg {
|
| 2837 |
-
height: 46px;
|
| 2838 |
-
padding: 10px 16px;
|
| 2839 |
-
font-size: 18px;
|
| 2840 |
-
line-height: 1.3333333;
|
| 2841 |
-
border-radius: 6px;
|
| 2842 |
-
}
|
| 2843 |
-
.ycd-bootstrap-wrapper select.input-lg {
|
| 2844 |
-
height: 46px;
|
| 2845 |
-
line-height: 46px;
|
| 2846 |
-
}
|
| 2847 |
-
.ycd-bootstrap-wrapper textarea.input-lg,
|
| 2848 |
-
.ycd-bootstrap-wrapper select[multiple].input-lg {
|
| 2849 |
-
height: auto;
|
| 2850 |
-
}
|
| 2851 |
-
.ycd-bootstrap-wrapper .form-group-lg .form-control {
|
| 2852 |
-
height: 46px;
|
| 2853 |
-
padding: 10px 16px;
|
| 2854 |
-
font-size: 18px;
|
| 2855 |
-
line-height: 1.3333333;
|
| 2856 |
-
border-radius: 6px;
|
| 2857 |
-
}
|
| 2858 |
-
.ycd-bootstrap-wrapper .form-group-lg select.form-control {
|
| 2859 |
-
height: 46px;
|
| 2860 |
-
line-height: 46px;
|
| 2861 |
-
}
|
| 2862 |
-
.ycd-bootstrap-wrapper .form-group-lg textarea.form-control,
|
| 2863 |
-
.ycd-bootstrap-wrapper .form-group-lg select[multiple].form-control {
|
| 2864 |
-
height: auto;
|
| 2865 |
-
}
|
| 2866 |
-
.ycd-bootstrap-wrapper .form-group-lg .form-control-static {
|
| 2867 |
-
height: 46px;
|
| 2868 |
-
min-height: 38px;
|
| 2869 |
-
padding: 11px 16px;
|
| 2870 |
-
font-size: 18px;
|
| 2871 |
-
line-height: 1.3333333;
|
| 2872 |
-
}
|
| 2873 |
-
.ycd-bootstrap-wrapper .has-feedback {
|
| 2874 |
-
position: relative;
|
| 2875 |
-
}
|
| 2876 |
-
.ycd-bootstrap-wrapper .has-feedback .form-control {
|
| 2877 |
-
padding-right: 42.5px;
|
| 2878 |
-
}
|
| 2879 |
-
.ycd-bootstrap-wrapper .form-control-feedback {
|
| 2880 |
-
position: absolute;
|
| 2881 |
-
top: 0;
|
| 2882 |
-
right: 0;
|
| 2883 |
-
z-index: 2;
|
| 2884 |
-
display: block;
|
| 2885 |
-
width: 34px;
|
| 2886 |
-
height: 34px;
|
| 2887 |
-
line-height: 34px;
|
| 2888 |
-
text-align: center;
|
| 2889 |
-
pointer-events: none;
|
| 2890 |
-
}
|
| 2891 |
-
.ycd-bootstrap-wrapper .input-lg + .form-control-feedback,
|
| 2892 |
-
.ycd-bootstrap-wrapper .input-group-lg + .form-control-feedback,
|
| 2893 |
-
.ycd-bootstrap-wrapper .form-group-lg .form-control + .form-control-feedback {
|
| 2894 |
-
width: 46px;
|
| 2895 |
-
height: 46px;
|
| 2896 |
-
line-height: 46px;
|
| 2897 |
-
}
|
| 2898 |
-
.ycd-bootstrap-wrapper .input-sm + .form-control-feedback,
|
| 2899 |
-
.ycd-bootstrap-wrapper .input-group-sm + .form-control-feedback,
|
| 2900 |
-
.ycd-bootstrap-wrapper .form-group-sm .form-control + .form-control-feedback {
|
| 2901 |
-
width: 30px;
|
| 2902 |
-
height: 30px;
|
| 2903 |
-
line-height: 30px;
|
| 2904 |
-
}
|
| 2905 |
-
.ycd-bootstrap-wrapper .has-success .help-block,
|
| 2906 |
-
.ycd-bootstrap-wrapper .has-success .control-label,
|
| 2907 |
-
.ycd-bootstrap-wrapper .has-success .radio,
|
| 2908 |
-
.ycd-bootstrap-wrapper .has-success .checkbox,
|
| 2909 |
-
.ycd-bootstrap-wrapper .has-success .radio-inline,
|
| 2910 |
-
.ycd-bootstrap-wrapper .has-success .checkbox-inline,
|
| 2911 |
-
.ycd-bootstrap-wrapper .has-success.radio label,
|
| 2912 |
-
.ycd-bootstrap-wrapper .has-success.checkbox label,
|
| 2913 |
-
.ycd-bootstrap-wrapper .has-success.radio-inline label,
|
| 2914 |
-
.ycd-bootstrap-wrapper .has-success.checkbox-inline label {
|
| 2915 |
-
color: #3c763d;
|
| 2916 |
-
}
|
| 2917 |
-
.ycd-bootstrap-wrapper .has-success .form-control {
|
| 2918 |
-
border-color: #3c763d;
|
| 2919 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
| 2920 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
| 2921 |
-
}
|
| 2922 |
-
.ycd-bootstrap-wrapper .has-success .form-control:focus {
|
| 2923 |
-
border-color: #2b542c;
|
| 2924 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
| 2925 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
| 2926 |
-
}
|
| 2927 |
-
.ycd-bootstrap-wrapper .has-success .input-group-addon {
|
| 2928 |
-
color: #3c763d;
|
| 2929 |
-
background-color: #dff0d8;
|
| 2930 |
-
border-color: #3c763d;
|
| 2931 |
-
}
|
| 2932 |
-
.ycd-bootstrap-wrapper .has-success .form-control-feedback {
|
| 2933 |
-
color: #3c763d;
|
| 2934 |
-
}
|
| 2935 |
-
.ycd-bootstrap-wrapper .has-warning .help-block,
|
| 2936 |
-
.ycd-bootstrap-wrapper .has-warning .control-label,
|
| 2937 |
-
.ycd-bootstrap-wrapper .has-warning .radio,
|
| 2938 |
-
.ycd-bootstrap-wrapper .has-warning .checkbox,
|
| 2939 |
-
.ycd-bootstrap-wrapper .has-warning .radio-inline,
|
| 2940 |
-
.ycd-bootstrap-wrapper .has-warning .checkbox-inline,
|
| 2941 |
-
.ycd-bootstrap-wrapper .has-warning.radio label,
|
| 2942 |
-
.ycd-bootstrap-wrapper .has-warning.checkbox label,
|
| 2943 |
-
.ycd-bootstrap-wrapper .has-warning.radio-inline label,
|
| 2944 |
-
.ycd-bootstrap-wrapper .has-warning.checkbox-inline label {
|
| 2945 |
-
color: #8a6d3b;
|
| 2946 |
-
}
|
| 2947 |
-
.ycd-bootstrap-wrapper .has-warning .form-control {
|
| 2948 |
-
border-color: #8a6d3b;
|
| 2949 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
| 2950 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
| 2951 |
-
}
|
| 2952 |
-
.ycd-bootstrap-wrapper .has-warning .form-control:focus {
|
| 2953 |
-
border-color: #66512c;
|
| 2954 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
|
| 2955 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
|
| 2956 |
-
}
|
| 2957 |
-
.ycd-bootstrap-wrapper .has-warning .input-group-addon {
|
| 2958 |
-
color: #8a6d3b;
|
| 2959 |
-
background-color: #fcf8e3;
|
| 2960 |
-
border-color: #8a6d3b;
|
| 2961 |
-
}
|
| 2962 |
-
.ycd-bootstrap-wrapper .has-warning .form-control-feedback {
|
| 2963 |
-
color: #8a6d3b;
|
| 2964 |
-
}
|
| 2965 |
-
.ycd-bootstrap-wrapper .has-error .help-block,
|
| 2966 |
-
.ycd-bootstrap-wrapper .has-error .control-label,
|
| 2967 |
-
.ycd-bootstrap-wrapper .has-error .radio,
|
| 2968 |
-
.ycd-bootstrap-wrapper .has-error .checkbox,
|
| 2969 |
-
.ycd-bootstrap-wrapper .has-error .radio-inline,
|
| 2970 |
-
.ycd-bootstrap-wrapper .has-error .checkbox-inline,
|
| 2971 |
-
.ycd-bootstrap-wrapper .has-error.radio label,
|
| 2972 |
-
.ycd-bootstrap-wrapper .has-error.checkbox label,
|
| 2973 |
-
.ycd-bootstrap-wrapper .has-error.radio-inline label,
|
| 2974 |
-
.ycd-bootstrap-wrapper .has-error.checkbox-inline label {
|
| 2975 |
-
color: #a94442;
|
| 2976 |
-
}
|
| 2977 |
-
.ycd-bootstrap-wrapper .has-error .form-control {
|
| 2978 |
-
border-color: #a94442;
|
| 2979 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
| 2980 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
| 2981 |
-
}
|
| 2982 |
-
.ycd-bootstrap-wrapper .has-error .form-control:focus {
|
| 2983 |
-
border-color: #843534;
|
| 2984 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
| 2985 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
| 2986 |
-
}
|
| 2987 |
-
.ycd-bootstrap-wrapper .has-error .input-group-addon {
|
| 2988 |
-
color: #a94442;
|
| 2989 |
-
background-color: #f2dede;
|
| 2990 |
-
border-color: #a94442;
|
| 2991 |
-
}
|
| 2992 |
-
.ycd-bootstrap-wrapper .has-error .form-control-feedback {
|
| 2993 |
-
color: #a94442;
|
| 2994 |
-
}
|
| 2995 |
-
.ycd-bootstrap-wrapper .has-feedback label ~ .form-control-feedback {
|
| 2996 |
-
top: 25px;
|
| 2997 |
-
}
|
| 2998 |
-
.ycd-bootstrap-wrapper .has-feedback label.sr-only ~ .form-control-feedback {
|
| 2999 |
-
top: 0;
|
| 3000 |
-
}
|
| 3001 |
-
.ycd-bootstrap-wrapper .help-block {
|
| 3002 |
-
display: block;
|
| 3003 |
-
margin-top: 5px;
|
| 3004 |
-
margin-bottom: 10px;
|
| 3005 |
-
color: #737373;
|
| 3006 |
-
}
|
| 3007 |
-
@media (min-width: 768px) {
|
| 3008 |
-
.ycd-bootstrap-wrapper .form-inline .form-group {
|
| 3009 |
-
display: inline-block;
|
| 3010 |
-
margin-bottom: 0;
|
| 3011 |
-
vertical-align: middle;
|
| 3012 |
-
}
|
| 3013 |
-
.ycd-bootstrap-wrapper .form-inline .form-control {
|
| 3014 |
-
display: inline-block;
|
| 3015 |
-
width: auto;
|
| 3016 |
-
vertical-align: middle;
|
| 3017 |
-
}
|
| 3018 |
-
.ycd-bootstrap-wrapper .form-inline .form-control-static {
|
| 3019 |
-
display: inline-block;
|
| 3020 |
-
}
|
| 3021 |
-
.ycd-bootstrap-wrapper .form-inline .input-group {
|
| 3022 |
-
display: inline-table;
|
| 3023 |
-
vertical-align: middle;
|
| 3024 |
-
}
|
| 3025 |
-
.ycd-bootstrap-wrapper .form-inline .input-group .input-group-addon,
|
| 3026 |
-
.ycd-bootstrap-wrapper .form-inline .input-group .input-group-btn,
|
| 3027 |
-
.ycd-bootstrap-wrapper .form-inline .input-group .form-control {
|
| 3028 |
-
width: auto;
|
| 3029 |
-
}
|
| 3030 |
-
.ycd-bootstrap-wrapper .form-inline .input-group > .form-control {
|
| 3031 |
-
width: 100%;
|
| 3032 |
-
}
|
| 3033 |
-
.ycd-bootstrap-wrapper .form-inline .control-label {
|
| 3034 |
-
margin-bottom: 0;
|
| 3035 |
-
vertical-align: middle;
|
| 3036 |
-
}
|
| 3037 |
-
.ycd-bootstrap-wrapper .form-inline .radio,
|
| 3038 |
-
.ycd-bootstrap-wrapper .form-inline .checkbox {
|
| 3039 |
-
display: inline-block;
|
| 3040 |
-
margin-top: 0;
|
| 3041 |
-
margin-bottom: 0;
|
| 3042 |
-
vertical-align: middle;
|
| 3043 |
-
}
|
| 3044 |
-
.ycd-bootstrap-wrapper .form-inline .radio label,
|
| 3045 |
-
.ycd-bootstrap-wrapper .form-inline .checkbox label {
|
| 3046 |
-
padding-left: 0;
|
| 3047 |
-
}
|
| 3048 |
-
.ycd-bootstrap-wrapper .form-inline .radio input[type="radio"],
|
| 3049 |
-
.ycd-bootstrap-wrapper .form-inline .checkbox input[type="checkbox"] {
|
| 3050 |
-
position: relative;
|
| 3051 |
-
margin-left: 0;
|
| 3052 |
-
}
|
| 3053 |
-
.ycd-bootstrap-wrapper .form-inline .has-feedback .form-control-feedback {
|
| 3054 |
-
top: 0;
|
| 3055 |
-
}
|
| 3056 |
-
}
|
| 3057 |
-
.ycd-bootstrap-wrapper .form-horizontal .radio,
|
| 3058 |
-
.ycd-bootstrap-wrapper .form-horizontal .checkbox,
|
| 3059 |
-
.ycd-bootstrap-wrapper .form-horizontal .radio-inline,
|
| 3060 |
-
.ycd-bootstrap-wrapper .form-horizontal .checkbox-inline {
|
| 3061 |
-
padding-top: 7px;
|
| 3062 |
-
margin-top: 0;
|
| 3063 |
-
margin-bottom: 0;
|
| 3064 |
-
}
|
| 3065 |
-
.ycd-bootstrap-wrapper .form-horizontal .radio,
|
| 3066 |
-
.ycd-bootstrap-wrapper .form-horizontal .checkbox {
|
| 3067 |
-
min-height: 27px;
|
| 3068 |
-
}
|
| 3069 |
-
.ycd-bootstrap-wrapper .form-horizontal .form-group {
|
| 3070 |
-
margin-right: -15px;
|
| 3071 |
-
margin-left: -15px;
|
| 3072 |
-
}
|
| 3073 |
-
@media (min-width: 768px) {
|
| 3074 |
-
.ycd-bootstrap-wrapper .form-horizontal .control-label {
|
| 3075 |
-
padding-top: 7px;
|
| 3076 |
-
margin-bottom: 0;
|
| 3077 |
-
text-align: left;
|
| 3078 |
-
}
|
| 3079 |
-
}
|
| 3080 |
-
.ycd-bootstrap-wrapper .form-horizontal .has-feedback .form-control-feedback {
|
| 3081 |
-
right: 15px;
|
| 3082 |
-
}
|
| 3083 |
-
@media (min-width: 768px) {
|
| 3084 |
-
.ycd-bootstrap-wrapper .form-horizontal .form-group-lg .control-label {
|
| 3085 |
-
padding-top: 11px;
|
| 3086 |
-
font-size: 18px;
|
| 3087 |
-
}
|
| 3088 |
-
}
|
| 3089 |
-
@media (min-width: 768px) {
|
| 3090 |
-
.ycd-bootstrap-wrapper .form-horizontal .form-group-sm .control-label {
|
| 3091 |
-
padding-top: 6px;
|
| 3092 |
-
font-size: 12px;
|
| 3093 |
-
}
|
| 3094 |
-
}
|
| 3095 |
-
.ycd-bootstrap-wrapper .btn {
|
| 3096 |
-
display: inline-block;
|
| 3097 |
-
padding: 6px 12px;
|
| 3098 |
-
margin-bottom: 0;
|
| 3099 |
-
font-size: 14px;
|
| 3100 |
-
font-weight: normal;
|
| 3101 |
-
line-height: 1.42857143;
|
| 3102 |
-
text-align: center;
|
| 3103 |
-
white-space: nowrap;
|
| 3104 |
-
vertical-align: middle;
|
| 3105 |
-
-ms-touch-action: manipulation;
|
| 3106 |
-
touch-action: manipulation;
|
| 3107 |
-
cursor: pointer;
|
| 3108 |
-
-webkit-user-select: none;
|
| 3109 |
-
-moz-user-select: none;
|
| 3110 |
-
-ms-user-select: none;
|
| 3111 |
-
user-select: none;
|
| 3112 |
-
background-image: none;
|
| 3113 |
-
border: 1px solid transparent;
|
| 3114 |
-
border-radius: 4px;
|
| 3115 |
-
}
|
| 3116 |
-
.ycd-bootstrap-wrapper .btn:focus,
|
| 3117 |
-
.ycd-bootstrap-wrapper .btn:active:focus,
|
| 3118 |
-
.ycd-bootstrap-wrapper .btn.active:focus,
|
| 3119 |
-
.ycd-bootstrap-wrapper .btn.focus,
|
| 3120 |
-
.ycd-bootstrap-wrapper .btn:active.focus,
|
| 3121 |
-
.ycd-bootstrap-wrapper .btn.active.focus {
|
| 3122 |
-
outline: thin dotted;
|
| 3123 |
-
outline: 5px auto -webkit-focus-ring-color;
|
| 3124 |
-
outline-offset: -2px;
|
| 3125 |
-
}
|
| 3126 |
-
.ycd-bootstrap-wrapper .btn:hover,
|
| 3127 |
-
.ycd-bootstrap-wrapper .btn:focus,
|
| 3128 |
-
.ycd-bootstrap-wrapper .btn.focus {
|
| 3129 |
-
color: #333;
|
| 3130 |
-
text-decoration: none;
|
| 3131 |
-
}
|
| 3132 |
-
.ycd-bootstrap-wrapper .btn:active,
|
| 3133 |
-
.ycd-bootstrap-wrapper .btn.active {
|
| 3134 |
-
background-image: none;
|
| 3135 |
-
outline: 0;
|
| 3136 |
-
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
| 3137 |
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
| 3138 |
-
}
|
| 3139 |
-
.ycd-bootstrap-wrapper .btn.disabled,
|
| 3140 |
-
.ycd-bootstrap-wrapper .btn[disabled],
|
| 3141 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn {
|
| 3142 |
-
cursor: not-allowed;
|
| 3143 |
-
filter: alpha(opacity=65);
|
| 3144 |
-
-webkit-box-shadow: none;
|
| 3145 |
-
box-shadow: none;
|
| 3146 |
-
opacity: .65;
|
| 3147 |
-
}
|
| 3148 |
-
.ycd-bootstrap-wrapper a.btn.disabled,
|
| 3149 |
-
.ycd-bootstrap-wrapper fieldset[disabled] a.btn {
|
| 3150 |
-
pointer-events: none;
|
| 3151 |
-
}
|
| 3152 |
-
.ycd-bootstrap-wrapper .btn-default {
|
| 3153 |
-
color: #333;
|
| 3154 |
-
background-color: #fff;
|
| 3155 |
-
border-color: #ccc;
|
| 3156 |
-
}
|
| 3157 |
-
.ycd-bootstrap-wrapper .btn-default:focus,
|
| 3158 |
-
.ycd-bootstrap-wrapper .btn-default.focus {
|
| 3159 |
-
color: #333;
|
| 3160 |
-
background-color: #e6e6e6;
|
| 3161 |
-
border-color: #8c8c8c;
|
| 3162 |
-
}
|
| 3163 |
-
.ycd-bootstrap-wrapper .btn-default:hover {
|
| 3164 |
-
color: #333;
|
| 3165 |
-
background-color: #e6e6e6;
|
| 3166 |
-
border-color: #adadad;
|
| 3167 |
-
}
|
| 3168 |
-
.ycd-bootstrap-wrapper .btn-default:active,
|
| 3169 |
-
.ycd-bootstrap-wrapper .btn-default.active,
|
| 3170 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-default {
|
| 3171 |
-
color: #333;
|
| 3172 |
-
background-color: #e6e6e6;
|
| 3173 |
-
border-color: #adadad;
|
| 3174 |
-
}
|
| 3175 |
-
.ycd-bootstrap-wrapper .btn-default:active:hover,
|
| 3176 |
-
.ycd-bootstrap-wrapper .btn-default.active:hover,
|
| 3177 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-default:hover,
|
| 3178 |
-
.ycd-bootstrap-wrapper .btn-default:active:focus,
|
| 3179 |
-
.ycd-bootstrap-wrapper .btn-default.active:focus,
|
| 3180 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-default:focus,
|
| 3181 |
-
.ycd-bootstrap-wrapper .btn-default:active.focus,
|
| 3182 |
-
.ycd-bootstrap-wrapper .btn-default.active.focus,
|
| 3183 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-default.focus {
|
| 3184 |
-
color: #333;
|
| 3185 |
-
background-color: #d4d4d4;
|
| 3186 |
-
border-color: #8c8c8c;
|
| 3187 |
-
}
|
| 3188 |
-
.ycd-bootstrap-wrapper .btn-default:active,
|
| 3189 |
-
.ycd-bootstrap-wrapper .btn-default.active,
|
| 3190 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-default {
|
| 3191 |
-
background-image: none;
|
| 3192 |
-
}
|
| 3193 |
-
.ycd-bootstrap-wrapper .btn-default.disabled:hover,
|
| 3194 |
-
.ycd-bootstrap-wrapper .btn-default[disabled]:hover,
|
| 3195 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-default:hover,
|
| 3196 |
-
.ycd-bootstrap-wrapper .btn-default.disabled:focus,
|
| 3197 |
-
.ycd-bootstrap-wrapper .btn-default[disabled]:focus,
|
| 3198 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-default:focus,
|
| 3199 |
-
.ycd-bootstrap-wrapper .btn-default.disabled.focus,
|
| 3200 |
-
.ycd-bootstrap-wrapper .btn-default[disabled].focus,
|
| 3201 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-default.focus {
|
| 3202 |
-
background-color: #fff;
|
| 3203 |
-
border-color: #ccc;
|
| 3204 |
-
}
|
| 3205 |
-
.ycd-bootstrap-wrapper .btn-default .badge {
|
| 3206 |
-
color: #fff;
|
| 3207 |
-
background-color: #333;
|
| 3208 |
-
}
|
| 3209 |
-
.ycd-bootstrap-wrapper .btn-primary {
|
| 3210 |
-
color: #fff;
|
| 3211 |
-
background-color: #337ab7;
|
| 3212 |
-
border-color: #2e6da4;
|
| 3213 |
-
}
|
| 3214 |
-
.ycd-bootstrap-wrapper .btn-primary:focus,
|
| 3215 |
-
.ycd-bootstrap-wrapper .btn-primary.focus {
|
| 3216 |
-
color: #fff;
|
| 3217 |
-
background-color: #286090;
|
| 3218 |
-
border-color: #122b40;
|
| 3219 |
-
}
|
| 3220 |
-
.ycd-bootstrap-wrapper .btn-primary:hover {
|
| 3221 |
-
color: #fff;
|
| 3222 |
-
background-color: #286090;
|
| 3223 |
-
border-color: #204d74;
|
| 3224 |
-
}
|
| 3225 |
-
.ycd-bootstrap-wrapper .btn-primary:active,
|
| 3226 |
-
.ycd-bootstrap-wrapper .btn-primary.active,
|
| 3227 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-primary {
|
| 3228 |
-
color: #fff;
|
| 3229 |
-
background-color: #286090;
|
| 3230 |
-
border-color: #204d74;
|
| 3231 |
-
}
|
| 3232 |
-
.ycd-bootstrap-wrapper .btn-primary:active:hover,
|
| 3233 |
-
.ycd-bootstrap-wrapper .btn-primary.active:hover,
|
| 3234 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-primary:hover,
|
| 3235 |
-
.ycd-bootstrap-wrapper .btn-primary:active:focus,
|
| 3236 |
-
.ycd-bootstrap-wrapper .btn-primary.active:focus,
|
| 3237 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-primary:focus,
|
| 3238 |
-
.ycd-bootstrap-wrapper .btn-primary:active.focus,
|
| 3239 |
-
.ycd-bootstrap-wrapper .btn-primary.active.focus,
|
| 3240 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-primary.focus {
|
| 3241 |
-
color: #fff;
|
| 3242 |
-
background-color: #204d74;
|
| 3243 |
-
border-color: #122b40;
|
| 3244 |
-
}
|
| 3245 |
-
.ycd-bootstrap-wrapper .btn-primary:active,
|
| 3246 |
-
.ycd-bootstrap-wrapper .btn-primary.active,
|
| 3247 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-primary {
|
| 3248 |
-
background-image: none;
|
| 3249 |
-
}
|
| 3250 |
-
.ycd-bootstrap-wrapper .btn-primary.disabled:hover,
|
| 3251 |
-
.ycd-bootstrap-wrapper .btn-primary[disabled]:hover,
|
| 3252 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-primary:hover,
|
| 3253 |
-
.ycd-bootstrap-wrapper .btn-primary.disabled:focus,
|
| 3254 |
-
.ycd-bootstrap-wrapper .btn-primary[disabled]:focus,
|
| 3255 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-primary:focus,
|
| 3256 |
-
.ycd-bootstrap-wrapper .btn-primary.disabled.focus,
|
| 3257 |
-
.ycd-bootstrap-wrapper .btn-primary[disabled].focus,
|
| 3258 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-primary.focus {
|
| 3259 |
-
background-color: #337ab7;
|
| 3260 |
-
border-color: #2e6da4;
|
| 3261 |
-
}
|
| 3262 |
-
.ycd-bootstrap-wrapper .btn-primary .badge {
|
| 3263 |
-
color: #337ab7;
|
| 3264 |
-
background-color: #fff;
|
| 3265 |
-
}
|
| 3266 |
-
.ycd-bootstrap-wrapper .btn-success {
|
| 3267 |
-
color: #fff;
|
| 3268 |
-
background-color: #5cb85c;
|
| 3269 |
-
border-color: #4cae4c;
|
| 3270 |
-
}
|
| 3271 |
-
.ycd-bootstrap-wrapper .btn-success:focus,
|
| 3272 |
-
.ycd-bootstrap-wrapper .btn-success.focus {
|
| 3273 |
-
color: #fff;
|
| 3274 |
-
background-color: #449d44;
|
| 3275 |
-
border-color: #255625;
|
| 3276 |
-
}
|
| 3277 |
-
.ycd-bootstrap-wrapper .btn-success:hover {
|
| 3278 |
-
color: #fff;
|
| 3279 |
-
background-color: #449d44;
|
| 3280 |
-
border-color: #398439;
|
| 3281 |
-
}
|
| 3282 |
-
.ycd-bootstrap-wrapper .btn-success:active,
|
| 3283 |
-
.ycd-bootstrap-wrapper .btn-success.active,
|
| 3284 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-success {
|
| 3285 |
-
color: #fff;
|
| 3286 |
-
background-color: #449d44;
|
| 3287 |
-
border-color: #398439;
|
| 3288 |
-
}
|
| 3289 |
-
.ycd-bootstrap-wrapper .btn-success:active:hover,
|
| 3290 |
-
.ycd-bootstrap-wrapper .btn-success.active:hover,
|
| 3291 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-success:hover,
|
| 3292 |
-
.ycd-bootstrap-wrapper .btn-success:active:focus,
|
| 3293 |
-
.ycd-bootstrap-wrapper .btn-success.active:focus,
|
| 3294 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-success:focus,
|
| 3295 |
-
.ycd-bootstrap-wrapper .btn-success:active.focus,
|
| 3296 |
-
.ycd-bootstrap-wrapper .btn-success.active.focus,
|
| 3297 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-success.focus {
|
| 3298 |
-
color: #fff;
|
| 3299 |
-
background-color: #398439;
|
| 3300 |
-
border-color: #255625;
|
| 3301 |
-
}
|
| 3302 |
-
.ycd-bootstrap-wrapper .btn-success:active,
|
| 3303 |
-
.ycd-bootstrap-wrapper .btn-success.active,
|
| 3304 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-success {
|
| 3305 |
-
background-image: none;
|
| 3306 |
-
}
|
| 3307 |
-
.ycd-bootstrap-wrapper .btn-success.disabled:hover,
|
| 3308 |
-
.ycd-bootstrap-wrapper .btn-success[disabled]:hover,
|
| 3309 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-success:hover,
|
| 3310 |
-
.ycd-bootstrap-wrapper .btn-success.disabled:focus,
|
| 3311 |
-
.ycd-bootstrap-wrapper .btn-success[disabled]:focus,
|
| 3312 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-success:focus,
|
| 3313 |
-
.ycd-bootstrap-wrapper .btn-success.disabled.focus,
|
| 3314 |
-
.ycd-bootstrap-wrapper .btn-success[disabled].focus,
|
| 3315 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-success.focus {
|
| 3316 |
-
background-color: #5cb85c;
|
| 3317 |
-
border-color: #4cae4c;
|
| 3318 |
-
}
|
| 3319 |
-
.ycd-bootstrap-wrapper .btn-success .badge {
|
| 3320 |
-
color: #5cb85c;
|
| 3321 |
-
background-color: #fff;
|
| 3322 |
-
}
|
| 3323 |
-
.ycd-bootstrap-wrapper .btn-info {
|
| 3324 |
-
color: #fff;
|
| 3325 |
-
background-color: #5bc0de;
|
| 3326 |
-
border-color: #46b8da;
|
| 3327 |
-
}
|
| 3328 |
-
.ycd-bootstrap-wrapper .btn-info:focus,
|
| 3329 |
-
.ycd-bootstrap-wrapper .btn-info.focus {
|
| 3330 |
-
color: #fff;
|
| 3331 |
-
background-color: #31b0d5;
|
| 3332 |
-
border-color: #1b6d85;
|
| 3333 |
-
}
|
| 3334 |
-
.ycd-bootstrap-wrapper .btn-info:hover {
|
| 3335 |
-
color: #fff;
|
| 3336 |
-
background-color: #31b0d5;
|
| 3337 |
-
border-color: #269abc;
|
| 3338 |
-
}
|
| 3339 |
-
.ycd-bootstrap-wrapper .btn-info:active,
|
| 3340 |
-
.ycd-bootstrap-wrapper .btn-info.active,
|
| 3341 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-info {
|
| 3342 |
-
color: #fff;
|
| 3343 |
-
background-color: #31b0d5;
|
| 3344 |
-
border-color: #269abc;
|
| 3345 |
-
}
|
| 3346 |
-
.ycd-bootstrap-wrapper .btn-info:active:hover,
|
| 3347 |
-
.ycd-bootstrap-wrapper .btn-info.active:hover,
|
| 3348 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-info:hover,
|
| 3349 |
-
.ycd-bootstrap-wrapper .btn-info:active:focus,
|
| 3350 |
-
.ycd-bootstrap-wrapper .btn-info.active:focus,
|
| 3351 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-info:focus,
|
| 3352 |
-
.ycd-bootstrap-wrapper .btn-info:active.focus,
|
| 3353 |
-
.ycd-bootstrap-wrapper .btn-info.active.focus,
|
| 3354 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-info.focus {
|
| 3355 |
-
color: #fff;
|
| 3356 |
-
background-color: #269abc;
|
| 3357 |
-
border-color: #1b6d85;
|
| 3358 |
-
}
|
| 3359 |
-
.ycd-bootstrap-wrapper .btn-info:active,
|
| 3360 |
-
.ycd-bootstrap-wrapper .btn-info.active,
|
| 3361 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-info {
|
| 3362 |
-
background-image: none;
|
| 3363 |
-
}
|
| 3364 |
-
.ycd-bootstrap-wrapper .btn-info.disabled:hover,
|
| 3365 |
-
.ycd-bootstrap-wrapper .btn-info[disabled]:hover,
|
| 3366 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-info:hover,
|
| 3367 |
-
.ycd-bootstrap-wrapper .btn-info.disabled:focus,
|
| 3368 |
-
.ycd-bootstrap-wrapper .btn-info[disabled]:focus,
|
| 3369 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-info:focus,
|
| 3370 |
-
.ycd-bootstrap-wrapper .btn-info.disabled.focus,
|
| 3371 |
-
.ycd-bootstrap-wrapper .btn-info[disabled].focus,
|
| 3372 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-info.focus {
|
| 3373 |
-
background-color: #5bc0de;
|
| 3374 |
-
border-color: #46b8da;
|
| 3375 |
-
}
|
| 3376 |
-
.ycd-bootstrap-wrapper .btn-info .badge {
|
| 3377 |
-
color: #5bc0de;
|
| 3378 |
-
background-color: #fff;
|
| 3379 |
-
}
|
| 3380 |
-
.ycd-bootstrap-wrapper .btn-warning {
|
| 3381 |
-
color: #fff;
|
| 3382 |
-
background-color: #f0ad4e;
|
| 3383 |
-
border-color: #eea236;
|
| 3384 |
-
}
|
| 3385 |
-
.ycd-bootstrap-wrapper .btn-warning:focus,
|
| 3386 |
-
.ycd-bootstrap-wrapper .btn-warning.focus {
|
| 3387 |
-
color: #fff;
|
| 3388 |
-
background-color: #ec971f;
|
| 3389 |
-
border-color: #985f0d;
|
| 3390 |
-
}
|
| 3391 |
-
.ycd-bootstrap-wrapper .btn-warning:hover {
|
| 3392 |
-
color: #fff;
|
| 3393 |
-
background-color: #ec971f;
|
| 3394 |
-
border-color: #d58512;
|
| 3395 |
-
}
|
| 3396 |
-
.ycd-bootstrap-wrapper .btn-warning:active,
|
| 3397 |
-
.ycd-bootstrap-wrapper .btn-warning.active,
|
| 3398 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-warning {
|
| 3399 |
-
color: #fff;
|
| 3400 |
-
background-color: #ec971f;
|
| 3401 |
-
border-color: #d58512;
|
| 3402 |
-
}
|
| 3403 |
-
.ycd-bootstrap-wrapper .btn-warning:active:hover,
|
| 3404 |
-
.ycd-bootstrap-wrapper .btn-warning.active:hover,
|
| 3405 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-warning:hover,
|
| 3406 |
-
.ycd-bootstrap-wrapper .btn-warning:active:focus,
|
| 3407 |
-
.ycd-bootstrap-wrapper .btn-warning.active:focus,
|
| 3408 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-warning:focus,
|
| 3409 |
-
.ycd-bootstrap-wrapper .btn-warning:active.focus,
|
| 3410 |
-
.ycd-bootstrap-wrapper .btn-warning.active.focus,
|
| 3411 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-warning.focus {
|
| 3412 |
-
color: #fff;
|
| 3413 |
-
background-color: #d58512;
|
| 3414 |
-
border-color: #985f0d;
|
| 3415 |
-
}
|
| 3416 |
-
.ycd-bootstrap-wrapper .btn-warning:active,
|
| 3417 |
-
.ycd-bootstrap-wrapper .btn-warning.active,
|
| 3418 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-warning {
|
| 3419 |
-
background-image: none;
|
| 3420 |
-
}
|
| 3421 |
-
.ycd-bootstrap-wrapper .btn-warning.disabled:hover,
|
| 3422 |
-
.ycd-bootstrap-wrapper .btn-warning[disabled]:hover,
|
| 3423 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-warning:hover,
|
| 3424 |
-
.ycd-bootstrap-wrapper .btn-warning.disabled:focus,
|
| 3425 |
-
.ycd-bootstrap-wrapper .btn-warning[disabled]:focus,
|
| 3426 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-warning:focus,
|
| 3427 |
-
.ycd-bootstrap-wrapper .btn-warning.disabled.focus,
|
| 3428 |
-
.ycd-bootstrap-wrapper .btn-warning[disabled].focus,
|
| 3429 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-warning.focus {
|
| 3430 |
-
background-color: #f0ad4e;
|
| 3431 |
-
border-color: #eea236;
|
| 3432 |
-
}
|
| 3433 |
-
.ycd-bootstrap-wrapper .btn-warning .badge {
|
| 3434 |
-
color: #f0ad4e;
|
| 3435 |
-
background-color: #fff;
|
| 3436 |
-
}
|
| 3437 |
-
.ycd-bootstrap-wrapper .btn-danger {
|
| 3438 |
-
color: #fff;
|
| 3439 |
-
background-color: #d9534f;
|
| 3440 |
-
border-color: #d43f3a;
|
| 3441 |
-
}
|
| 3442 |
-
.ycd-bootstrap-wrapper .btn-danger:focus,
|
| 3443 |
-
.ycd-bootstrap-wrapper .btn-danger.focus {
|
| 3444 |
-
color: #fff;
|
| 3445 |
-
background-color: #c9302c;
|
| 3446 |
-
border-color: #761c19;
|
| 3447 |
-
}
|
| 3448 |
-
.ycd-bootstrap-wrapper .btn-danger:hover {
|
| 3449 |
-
color: #fff;
|
| 3450 |
-
background-color: #c9302c;
|
| 3451 |
-
border-color: #ac2925;
|
| 3452 |
-
}
|
| 3453 |
-
.ycd-bootstrap-wrapper .btn-danger:active,
|
| 3454 |
-
.ycd-bootstrap-wrapper .btn-danger.active,
|
| 3455 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-danger {
|
| 3456 |
-
color: #fff;
|
| 3457 |
-
background-color: #c9302c;
|
| 3458 |
-
border-color: #ac2925;
|
| 3459 |
-
}
|
| 3460 |
-
.ycd-bootstrap-wrapper .btn-danger:active:hover,
|
| 3461 |
-
.ycd-bootstrap-wrapper .btn-danger.active:hover,
|
| 3462 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-danger:hover,
|
| 3463 |
-
.ycd-bootstrap-wrapper .btn-danger:active:focus,
|
| 3464 |
-
.ycd-bootstrap-wrapper .btn-danger.active:focus,
|
| 3465 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-danger:focus,
|
| 3466 |
-
.ycd-bootstrap-wrapper .btn-danger:active.focus,
|
| 3467 |
-
.ycd-bootstrap-wrapper .btn-danger.active.focus,
|
| 3468 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-danger.focus {
|
| 3469 |
-
color: #fff;
|
| 3470 |
-
background-color: #ac2925;
|
| 3471 |
-
border-color: #761c19;
|
| 3472 |
-
}
|
| 3473 |
-
.ycd-bootstrap-wrapper .btn-danger:active,
|
| 3474 |
-
.ycd-bootstrap-wrapper .btn-danger.active,
|
| 3475 |
-
.ycd-bootstrap-wrapper .open > .dropdown-toggle.btn-danger {
|
| 3476 |
-
background-image: none;
|
| 3477 |
-
}
|
| 3478 |
-
.ycd-bootstrap-wrapper .btn-danger.disabled:hover,
|
| 3479 |
-
.ycd-bootstrap-wrapper .btn-danger[disabled]:hover,
|
| 3480 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-danger:hover,
|
| 3481 |
-
.ycd-bootstrap-wrapper .btn-danger.disabled:focus,
|
| 3482 |
-
.ycd-bootstrap-wrapper .btn-danger[disabled]:focus,
|
| 3483 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-danger:focus,
|
| 3484 |
-
.ycd-bootstrap-wrapper .btn-danger.disabled.focus,
|
| 3485 |
-
.ycd-bootstrap-wrapper .btn-danger[disabled].focus,
|
| 3486 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-danger.focus {
|
| 3487 |
-
background-color: #d9534f;
|
| 3488 |
-
border-color: #d43f3a;
|
| 3489 |
-
}
|
| 3490 |
-
.ycd-bootstrap-wrapper .btn-danger .badge {
|
| 3491 |
-
color: #d9534f;
|
| 3492 |
-
background-color: #fff;
|
| 3493 |
-
}
|
| 3494 |
-
.ycd-bootstrap-wrapper .btn-link {
|
| 3495 |
-
font-weight: normal;
|
| 3496 |
-
color: #337ab7;
|
| 3497 |
-
border-radius: 0;
|
| 3498 |
-
}
|
| 3499 |
-
.ycd-bootstrap-wrapper .btn-link,
|
| 3500 |
-
.ycd-bootstrap-wrapper .btn-link:active,
|
| 3501 |
-
.ycd-bootstrap-wrapper .btn-link.active,
|
| 3502 |
-
.ycd-bootstrap-wrapper .btn-link[disabled],
|
| 3503 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-link {
|
| 3504 |
-
background-color: transparent;
|
| 3505 |
-
-webkit-box-shadow: none;
|
| 3506 |
-
box-shadow: none;
|
| 3507 |
-
}
|
| 3508 |
-
.ycd-bootstrap-wrapper .btn-link,
|
| 3509 |
-
.ycd-bootstrap-wrapper .btn-link:hover,
|
| 3510 |
-
.ycd-bootstrap-wrapper .btn-link:focus,
|
| 3511 |
-
.ycd-bootstrap-wrapper .btn-link:active {
|
| 3512 |
-
border-color: transparent;
|
| 3513 |
-
}
|
| 3514 |
-
.ycd-bootstrap-wrapper .btn-link:hover,
|
| 3515 |
-
.ycd-bootstrap-wrapper .btn-link:focus {
|
| 3516 |
-
color: #23527c;
|
| 3517 |
-
text-decoration: underline;
|
| 3518 |
-
background-color: transparent;
|
| 3519 |
-
}
|
| 3520 |
-
.ycd-bootstrap-wrapper .btn-link[disabled]:hover,
|
| 3521 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-link:hover,
|
| 3522 |
-
.ycd-bootstrap-wrapper .btn-link[disabled]:focus,
|
| 3523 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .btn-link:focus {
|
| 3524 |
-
color: #777;
|
| 3525 |
-
text-decoration: none;
|
| 3526 |
-
}
|
| 3527 |
-
.ycd-bootstrap-wrapper .btn-lg,
|
| 3528 |
-
.ycd-bootstrap-wrapper .btn-group-lg > .btn {
|
| 3529 |
-
padding: 10px 16px;
|
| 3530 |
-
font-size: 18px;
|
| 3531 |
-
line-height: 1.3333333;
|
| 3532 |
-
border-radius: 6px;
|
| 3533 |
-
}
|
| 3534 |
-
.ycd-bootstrap-wrapper .btn-sm,
|
| 3535 |
-
.ycd-bootstrap-wrapper .btn-group-sm > .btn {
|
| 3536 |
-
padding: 5px 10px;
|
| 3537 |
-
font-size: 12px;
|
| 3538 |
-
line-height: 1.5;
|
| 3539 |
-
border-radius: 3px;
|
| 3540 |
-
}
|
| 3541 |
-
.ycd-bootstrap-wrapper .btn-xs,
|
| 3542 |
-
.ycd-bootstrap-wrapper .btn-group-xs > .btn {
|
| 3543 |
-
padding: 1px 5px;
|
| 3544 |
-
font-size: 12px;
|
| 3545 |
-
line-height: 1.5;
|
| 3546 |
-
border-radius: 3px;
|
| 3547 |
-
}
|
| 3548 |
-
.ycd-bootstrap-wrapper .btn-block {
|
| 3549 |
-
display: block;
|
| 3550 |
-
width: 100%;
|
| 3551 |
-
}
|
| 3552 |
-
.ycd-bootstrap-wrapper .btn-block + .btn-block {
|
| 3553 |
-
margin-top: 5px;
|
| 3554 |
-
}
|
| 3555 |
-
.ycd-bootstrap-wrapper input[type="submit"].btn-block,
|
| 3556 |
-
.ycd-bootstrap-wrapper input[type="reset"].btn-block,
|
| 3557 |
-
.ycd-bootstrap-wrapper input[type="button"].btn-block {
|
| 3558 |
-
width: 100%;
|
| 3559 |
-
}
|
| 3560 |
-
.ycd-bootstrap-wrapper .fade {
|
| 3561 |
-
opacity: 0;
|
| 3562 |
-
-webkit-transition: opacity .15s linear;
|
| 3563 |
-
-o-transition: opacity .15s linear;
|
| 3564 |
-
transition: opacity .15s linear;
|
| 3565 |
-
}
|
| 3566 |
-
.ycd-bootstrap-wrapper .fade.in {
|
| 3567 |
-
opacity: 1;
|
| 3568 |
-
}
|
| 3569 |
-
.ycd-bootstrap-wrapper .collapse {
|
| 3570 |
-
display: none;
|
| 3571 |
-
}
|
| 3572 |
-
.ycd-bootstrap-wrapper .collapse.in {
|
| 3573 |
-
display: block;
|
| 3574 |
-
}
|
| 3575 |
-
.ycd-bootstrap-wrapper tr.collapse.in {
|
| 3576 |
-
display: table-row;
|
| 3577 |
-
}
|
| 3578 |
-
.ycd-bootstrap-wrapper tbody.collapse.in {
|
| 3579 |
-
display: table-row-group;
|
| 3580 |
-
}
|
| 3581 |
-
.ycd-bootstrap-wrapper .collapsing {
|
| 3582 |
-
position: relative;
|
| 3583 |
-
height: 0;
|
| 3584 |
-
overflow: hidden;
|
| 3585 |
-
-webkit-transition-timing-function: ease;
|
| 3586 |
-
-o-transition-timing-function: ease;
|
| 3587 |
-
transition-timing-function: ease;
|
| 3588 |
-
-webkit-transition-duration: .35s;
|
| 3589 |
-
-o-transition-duration: .35s;
|
| 3590 |
-
transition-duration: .35s;
|
| 3591 |
-
-webkit-transition-property: height, visibility;
|
| 3592 |
-
-o-transition-property: height, visibility;
|
| 3593 |
-
transition-property: height, visibility;
|
| 3594 |
-
}
|
| 3595 |
-
.ycd-bootstrap-wrapper .caret {
|
| 3596 |
-
display: inline-block;
|
| 3597 |
-
width: 0;
|
| 3598 |
-
height: 0;
|
| 3599 |
-
margin-left: 2px;
|
| 3600 |
-
vertical-align: middle;
|
| 3601 |
-
border-top: 4px dashed;
|
| 3602 |
-
border-top: 4px solid \9;
|
| 3603 |
-
border-right: 4px solid transparent;
|
| 3604 |
-
border-left: 4px solid transparent;
|
| 3605 |
-
}
|
| 3606 |
-
.ycd-bootstrap-wrapper .dropup,
|
| 3607 |
-
.ycd-bootstrap-wrapper .dropdown {
|
| 3608 |
-
position: relative;
|
| 3609 |
-
}
|
| 3610 |
-
.ycd-bootstrap-wrapper .dropdown-toggle:focus {
|
| 3611 |
-
outline: 0;
|
| 3612 |
-
}
|
| 3613 |
-
.ycd-bootstrap-wrapper .dropdown-menu {
|
| 3614 |
-
position: absolute;
|
| 3615 |
-
top: 100%;
|
| 3616 |
-
left: 0;
|
| 3617 |
-
z-index: 1000;
|
| 3618 |
-
display: none;
|
| 3619 |
-
float: left;
|
| 3620 |
-
min-width: 160px;
|
| 3621 |
-
padding: 5px 0;
|
| 3622 |
-
margin: 2px 0 0;
|
| 3623 |
-
font-size: 14px;
|
| 3624 |
-
text-align: left;
|
| 3625 |
-
list-style: none;
|
| 3626 |
-
background-color: #fff;
|
| 3627 |
-
-webkit-background-clip: padding-box;
|
| 3628 |
-
background-clip: padding-box;
|
| 3629 |
-
border: 1px solid #ccc;
|
| 3630 |
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
| 3631 |
-
border-radius: 4px;
|
| 3632 |
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
| 3633 |
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
| 3634 |
-
}
|
| 3635 |
-
.ycd-bootstrap-wrapper .dropdown-menu.pull-right {
|
| 3636 |
-
right: 0;
|
| 3637 |
-
left: auto;
|
| 3638 |
-
}
|
| 3639 |
-
.ycd-bootstrap-wrapper .dropdown-menu .divider {
|
| 3640 |
-
height: 1px;
|
| 3641 |
-
margin: 9px 0;
|
| 3642 |
-
overflow: hidden;
|
| 3643 |
-
background-color: #e5e5e5;
|
| 3644 |
-
}
|
| 3645 |
-
.ycd-bootstrap-wrapper .dropdown-menu > li > a {
|
| 3646 |
-
display: block;
|
| 3647 |
-
padding: 3px 20px;
|
| 3648 |
-
clear: both;
|
| 3649 |
-
font-weight: normal;
|
| 3650 |
-
line-height: 1.42857143;
|
| 3651 |
-
color: #333;
|
| 3652 |
-
white-space: nowrap;
|
| 3653 |
-
}
|
| 3654 |
-
.ycd-bootstrap-wrapper .dropdown-menu > li > a:hover,
|
| 3655 |
-
.ycd-bootstrap-wrapper .dropdown-menu > li > a:focus {
|
| 3656 |
-
color: #262626;
|
| 3657 |
-
text-decoration: none;
|
| 3658 |
-
background-color: #f5f5f5;
|
| 3659 |
-
}
|
| 3660 |
-
.ycd-bootstrap-wrapper .dropdown-menu > .active > a,
|
| 3661 |
-
.ycd-bootstrap-wrapper .dropdown-menu > .active > a:hover,
|
| 3662 |
-
.ycd-bootstrap-wrapper .dropdown-menu > .active > a:focus {
|
| 3663 |
-
color: #fff;
|
| 3664 |
-
text-decoration: none;
|
| 3665 |
-
background-color: #337ab7;
|
| 3666 |
-
outline: 0;
|
| 3667 |
-
}
|
| 3668 |
-
.ycd-bootstrap-wrapper .dropdown-menu > .disabled > a,
|
| 3669 |
-
.ycd-bootstrap-wrapper .dropdown-menu > .disabled > a:hover,
|
| 3670 |
-
.ycd-bootstrap-wrapper .dropdown-menu > .disabled > a:focus {
|
| 3671 |
-
color: #777;
|
| 3672 |
-
}
|
| 3673 |
-
.ycd-bootstrap-wrapper .dropdown-menu > .disabled > a:hover,
|
| 3674 |
-
.ycd-bootstrap-wrapper .dropdown-menu > .disabled > a:focus {
|
| 3675 |
-
text-decoration: none;
|
| 3676 |
-
cursor: not-allowed;
|
| 3677 |
-
background-color: transparent;
|
| 3678 |
-
background-image: none;
|
| 3679 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
| 3680 |
-
}
|
| 3681 |
-
.ycd-bootstrap-wrapper .open > .dropdown-menu {
|
| 3682 |
-
display: block;
|
| 3683 |
-
}
|
| 3684 |
-
.ycd-bootstrap-wrapper .open > a {
|
| 3685 |
-
outline: 0;
|
| 3686 |
-
}
|
| 3687 |
-
.ycd-bootstrap-wrapper .dropdown-menu-right {
|
| 3688 |
-
right: 0;
|
| 3689 |
-
left: auto;
|
| 3690 |
-
}
|
| 3691 |
-
.ycd-bootstrap-wrapper .dropdown-menu-left {
|
| 3692 |
-
right: auto;
|
| 3693 |
-
left: 0;
|
| 3694 |
-
}
|
| 3695 |
-
.ycd-bootstrap-wrapper .dropdown-header {
|
| 3696 |
-
display: block;
|
| 3697 |
-
padding: 3px 20px;
|
| 3698 |
-
font-size: 12px;
|
| 3699 |
-
line-height: 1.42857143;
|
| 3700 |
-
color: #777;
|
| 3701 |
-
white-space: nowrap;
|
| 3702 |
-
}
|
| 3703 |
-
.ycd-bootstrap-wrapper .dropdown-backdrop {
|
| 3704 |
-
position: fixed;
|
| 3705 |
-
top: 0;
|
| 3706 |
-
right: 0;
|
| 3707 |
-
bottom: 0;
|
| 3708 |
-
left: 0;
|
| 3709 |
-
z-index: 990;
|
| 3710 |
-
}
|
| 3711 |
-
.ycd-bootstrap-wrapper .pull-right > .dropdown-menu {
|
| 3712 |
-
right: 0;
|
| 3713 |
-
left: auto;
|
| 3714 |
-
}
|
| 3715 |
-
.ycd-bootstrap-wrapper .dropup .caret,
|
| 3716 |
-
.ycd-bootstrap-wrapper .navbar-fixed-bottom .dropdown .caret {
|
| 3717 |
-
content: "";
|
| 3718 |
-
border-top: 0;
|
| 3719 |
-
border-bottom: 4px dashed;
|
| 3720 |
-
border-bottom: 4px solid \9;
|
| 3721 |
-
}
|
| 3722 |
-
.ycd-bootstrap-wrapper .dropup .dropdown-menu,
|
| 3723 |
-
.ycd-bootstrap-wrapper .navbar-fixed-bottom .dropdown .dropdown-menu {
|
| 3724 |
-
top: auto;
|
| 3725 |
-
bottom: 100%;
|
| 3726 |
-
margin-bottom: 2px;
|
| 3727 |
-
}
|
| 3728 |
-
@media (min-width: 768px) {
|
| 3729 |
-
.ycd-bootstrap-wrapper .navbar-right .dropdown-menu {
|
| 3730 |
-
right: 0;
|
| 3731 |
-
left: auto;
|
| 3732 |
-
}
|
| 3733 |
-
.ycd-bootstrap-wrapper .navbar-right .dropdown-menu-left {
|
| 3734 |
-
right: auto;
|
| 3735 |
-
left: 0;
|
| 3736 |
-
}
|
| 3737 |
-
}
|
| 3738 |
-
.ycd-bootstrap-wrapper .btn-group,
|
| 3739 |
-
.ycd-bootstrap-wrapper .btn-group-vertical {
|
| 3740 |
-
position: relative;
|
| 3741 |
-
display: inline-block;
|
| 3742 |
-
vertical-align: middle;
|
| 3743 |
-
}
|
| 3744 |
-
.ycd-bootstrap-wrapper .btn-group > .btn,
|
| 3745 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn {
|
| 3746 |
-
position: relative;
|
| 3747 |
-
float: left;
|
| 3748 |
-
}
|
| 3749 |
-
.ycd-bootstrap-wrapper .btn-group > .btn:hover,
|
| 3750 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn:hover,
|
| 3751 |
-
.ycd-bootstrap-wrapper .btn-group > .btn:focus,
|
| 3752 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn:focus,
|
| 3753 |
-
.ycd-bootstrap-wrapper .btn-group > .btn:active,
|
| 3754 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn:active,
|
| 3755 |
-
.ycd-bootstrap-wrapper .btn-group > .btn.active,
|
| 3756 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn.active {
|
| 3757 |
-
z-index: 2;
|
| 3758 |
-
}
|
| 3759 |
-
.ycd-bootstrap-wrapper .btn-group .btn + .btn,
|
| 3760 |
-
.ycd-bootstrap-wrapper .btn-group .btn + .btn-group,
|
| 3761 |
-
.ycd-bootstrap-wrapper .btn-group .btn-group + .btn,
|
| 3762 |
-
.ycd-bootstrap-wrapper .btn-group .btn-group + .btn-group {
|
| 3763 |
-
margin-left: -1px;
|
| 3764 |
-
}
|
| 3765 |
-
.ycd-bootstrap-wrapper .btn-toolbar {
|
| 3766 |
-
margin-left: -5px;
|
| 3767 |
-
}
|
| 3768 |
-
.ycd-bootstrap-wrapper .btn-toolbar .btn,
|
| 3769 |
-
.ycd-bootstrap-wrapper .btn-toolbar .btn-group,
|
| 3770 |
-
.ycd-bootstrap-wrapper .btn-toolbar .input-group {
|
| 3771 |
-
float: left;
|
| 3772 |
-
}
|
| 3773 |
-
.ycd-bootstrap-wrapper .btn-toolbar > .btn,
|
| 3774 |
-
.ycd-bootstrap-wrapper .btn-toolbar > .btn-group,
|
| 3775 |
-
.ycd-bootstrap-wrapper .btn-toolbar > .input-group {
|
| 3776 |
-
margin-left: 5px;
|
| 3777 |
-
}
|
| 3778 |
-
.ycd-bootstrap-wrapper .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
|
| 3779 |
-
border-radius: 0;
|
| 3780 |
-
}
|
| 3781 |
-
.ycd-bootstrap-wrapper .btn-group > .btn:first-child {
|
| 3782 |
-
margin-left: 0;
|
| 3783 |
-
}
|
| 3784 |
-
.ycd-bootstrap-wrapper .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
|
| 3785 |
-
border-top-right-radius: 0;
|
| 3786 |
-
border-bottom-right-radius: 0;
|
| 3787 |
-
}
|
| 3788 |
-
.ycd-bootstrap-wrapper .btn-group > .btn:last-child:not(:first-child),
|
| 3789 |
-
.ycd-bootstrap-wrapper .btn-group > .dropdown-toggle:not(:first-child) {
|
| 3790 |
-
border-top-left-radius: 0;
|
| 3791 |
-
border-bottom-left-radius: 0;
|
| 3792 |
-
}
|
| 3793 |
-
.ycd-bootstrap-wrapper .btn-group > .btn-group {
|
| 3794 |
-
float: left;
|
| 3795 |
-
}
|
| 3796 |
-
.ycd-bootstrap-wrapper .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
|
| 3797 |
-
border-radius: 0;
|
| 3798 |
-
}
|
| 3799 |
-
.ycd-bootstrap-wrapper .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
|
| 3800 |
-
.ycd-bootstrap-wrapper .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
| 3801 |
-
border-top-right-radius: 0;
|
| 3802 |
-
border-bottom-right-radius: 0;
|
| 3803 |
-
}
|
| 3804 |
-
.ycd-bootstrap-wrapper .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
| 3805 |
-
border-top-left-radius: 0;
|
| 3806 |
-
border-bottom-left-radius: 0;
|
| 3807 |
-
}
|
| 3808 |
-
.ycd-bootstrap-wrapper .btn-group .dropdown-toggle:active,
|
| 3809 |
-
.ycd-bootstrap-wrapper .btn-group.open .dropdown-toggle {
|
| 3810 |
-
outline: 0;
|
| 3811 |
-
}
|
| 3812 |
-
.ycd-bootstrap-wrapper .btn-group > .btn + .dropdown-toggle {
|
| 3813 |
-
padding-right: 8px;
|
| 3814 |
-
padding-left: 8px;
|
| 3815 |
-
}
|
| 3816 |
-
.ycd-bootstrap-wrapper .btn-group > .btn-lg + .dropdown-toggle {
|
| 3817 |
-
padding-right: 12px;
|
| 3818 |
-
padding-left: 12px;
|
| 3819 |
-
}
|
| 3820 |
-
.ycd-bootstrap-wrapper .btn-group.open .dropdown-toggle {
|
| 3821 |
-
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
| 3822 |
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
| 3823 |
-
}
|
| 3824 |
-
.ycd-bootstrap-wrapper .btn-group.open .dropdown-toggle.btn-link {
|
| 3825 |
-
-webkit-box-shadow: none;
|
| 3826 |
-
box-shadow: none;
|
| 3827 |
-
}
|
| 3828 |
-
.ycd-bootstrap-wrapper .btn .caret {
|
| 3829 |
-
margin-left: 0;
|
| 3830 |
-
}
|
| 3831 |
-
.ycd-bootstrap-wrapper .btn-lg .caret {
|
| 3832 |
-
border-width: 5px 5px 0;
|
| 3833 |
-
border-bottom-width: 0;
|
| 3834 |
-
}
|
| 3835 |
-
.ycd-bootstrap-wrapper .dropup .btn-lg .caret {
|
| 3836 |
-
border-width: 0 5px 5px;
|
| 3837 |
-
}
|
| 3838 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn,
|
| 3839 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn-group,
|
| 3840 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn-group > .btn {
|
| 3841 |
-
display: block;
|
| 3842 |
-
float: none;
|
| 3843 |
-
width: 100%;
|
| 3844 |
-
max-width: 100%;
|
| 3845 |
-
}
|
| 3846 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn-group > .btn {
|
| 3847 |
-
float: none;
|
| 3848 |
-
}
|
| 3849 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn + .btn,
|
| 3850 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn + .btn-group,
|
| 3851 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn-group + .btn,
|
| 3852 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn-group + .btn-group {
|
| 3853 |
-
margin-top: -1px;
|
| 3854 |
-
margin-left: 0;
|
| 3855 |
-
}
|
| 3856 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
|
| 3857 |
-
border-radius: 0;
|
| 3858 |
-
}
|
| 3859 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn:first-child:not(:last-child) {
|
| 3860 |
-
border-top-left-radius: 4px;
|
| 3861 |
-
border-top-right-radius: 4px;
|
| 3862 |
-
border-bottom-right-radius: 0;
|
| 3863 |
-
border-bottom-left-radius: 0;
|
| 3864 |
-
}
|
| 3865 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn:last-child:not(:first-child) {
|
| 3866 |
-
border-top-left-radius: 0;
|
| 3867 |
-
border-top-right-radius: 0;
|
| 3868 |
-
border-bottom-right-radius: 4px;
|
| 3869 |
-
border-bottom-left-radius: 4px;
|
| 3870 |
-
}
|
| 3871 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
|
| 3872 |
-
border-radius: 0;
|
| 3873 |
-
}
|
| 3874 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
|
| 3875 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
| 3876 |
-
border-bottom-right-radius: 0;
|
| 3877 |
-
border-bottom-left-radius: 0;
|
| 3878 |
-
}
|
| 3879 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
| 3880 |
-
border-top-left-radius: 0;
|
| 3881 |
-
border-top-right-radius: 0;
|
| 3882 |
-
}
|
| 3883 |
-
.ycd-bootstrap-wrapper .btn-group-justified {
|
| 3884 |
-
display: table;
|
| 3885 |
-
width: 100%;
|
| 3886 |
-
table-layout: fixed;
|
| 3887 |
-
border-collapse: separate;
|
| 3888 |
-
}
|
| 3889 |
-
.ycd-bootstrap-wrapper .btn-group-justified > .btn,
|
| 3890 |
-
.ycd-bootstrap-wrapper .btn-group-justified > .btn-group {
|
| 3891 |
-
display: table-cell;
|
| 3892 |
-
float: none;
|
| 3893 |
-
width: 1%;
|
| 3894 |
-
}
|
| 3895 |
-
.ycd-bootstrap-wrapper .btn-group-justified > .btn-group .btn {
|
| 3896 |
-
width: 100%;
|
| 3897 |
-
}
|
| 3898 |
-
.ycd-bootstrap-wrapper .btn-group-justified > .btn-group .dropdown-menu {
|
| 3899 |
-
left: auto;
|
| 3900 |
-
}
|
| 3901 |
-
.ycd-bootstrap-wrapper [data-toggle="buttons"] > .btn input[type="radio"],
|
| 3902 |
-
.ycd-bootstrap-wrapper [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
|
| 3903 |
-
.ycd-bootstrap-wrapper [data-toggle="buttons"] > .btn input[type="checkbox"],
|
| 3904 |
-
.ycd-bootstrap-wrapper [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
|
| 3905 |
-
position: absolute;
|
| 3906 |
-
clip: rect(0, 0, 0, 0);
|
| 3907 |
-
pointer-events: none;
|
| 3908 |
-
}
|
| 3909 |
-
.ycd-bootstrap-wrapper .input-group {
|
| 3910 |
-
position: relative;
|
| 3911 |
-
display: table;
|
| 3912 |
-
border-collapse: separate;
|
| 3913 |
-
}
|
| 3914 |
-
.ycd-bootstrap-wrapper .input-group[class*="col-"] {
|
| 3915 |
-
float: none;
|
| 3916 |
-
padding-right: 0;
|
| 3917 |
-
padding-left: 0;
|
| 3918 |
-
}
|
| 3919 |
-
.ycd-bootstrap-wrapper .input-group .form-control {
|
| 3920 |
-
position: relative;
|
| 3921 |
-
z-index: 2;
|
| 3922 |
-
float: left;
|
| 3923 |
-
width: 100%;
|
| 3924 |
-
margin-bottom: 0;
|
| 3925 |
-
}
|
| 3926 |
-
.ycd-bootstrap-wrapper .input-group .form-control:focus {
|
| 3927 |
-
z-index: 3;
|
| 3928 |
-
}
|
| 3929 |
-
.ycd-bootstrap-wrapper .input-group-lg > .form-control,
|
| 3930 |
-
.ycd-bootstrap-wrapper .input-group-lg > .input-group-addon,
|
| 3931 |
-
.ycd-bootstrap-wrapper .input-group-lg > .input-group-btn > .btn {
|
| 3932 |
-
height: 46px;
|
| 3933 |
-
padding: 10px 16px;
|
| 3934 |
-
font-size: 18px;
|
| 3935 |
-
line-height: 1.3333333;
|
| 3936 |
-
border-radius: 6px;
|
| 3937 |
-
}
|
| 3938 |
-
.ycd-bootstrap-wrapper select.input-group-lg > .form-control,
|
| 3939 |
-
.ycd-bootstrap-wrapper select.input-group-lg > .input-group-addon,
|
| 3940 |
-
.ycd-bootstrap-wrapper select.input-group-lg > .input-group-btn > .btn {
|
| 3941 |
-
height: 46px;
|
| 3942 |
-
line-height: 46px;
|
| 3943 |
-
}
|
| 3944 |
-
.ycd-bootstrap-wrapper textarea.input-group-lg > .form-control,
|
| 3945 |
-
.ycd-bootstrap-wrapper textarea.input-group-lg > .input-group-addon,
|
| 3946 |
-
.ycd-bootstrap-wrapper textarea.input-group-lg > .input-group-btn > .btn,
|
| 3947 |
-
.ycd-bootstrap-wrapper select[multiple].input-group-lg > .form-control,
|
| 3948 |
-
.ycd-bootstrap-wrapper select[multiple].input-group-lg > .input-group-addon,
|
| 3949 |
-
.ycd-bootstrap-wrapper select[multiple].input-group-lg > .input-group-btn > .btn {
|
| 3950 |
-
height: auto;
|
| 3951 |
-
}
|
| 3952 |
-
.ycd-bootstrap-wrapper .input-group-sm > .form-control,
|
| 3953 |
-
.ycd-bootstrap-wrapper .input-group-sm > .input-group-addon,
|
| 3954 |
-
.ycd-bootstrap-wrapper .input-group-sm > .input-group-btn > .btn {
|
| 3955 |
-
height: 30px;
|
| 3956 |
-
padding: 5px 10px;
|
| 3957 |
-
font-size: 12px;
|
| 3958 |
-
line-height: 1.5;
|
| 3959 |
-
border-radius: 3px;
|
| 3960 |
-
}
|
| 3961 |
-
.ycd-bootstrap-wrapper select.input-group-sm > .form-control,
|
| 3962 |
-
.ycd-bootstrap-wrapper select.input-group-sm > .input-group-addon,
|
| 3963 |
-
.ycd-bootstrap-wrapper select.input-group-sm > .input-group-btn > .btn {
|
| 3964 |
-
height: 30px;
|
| 3965 |
-
line-height: 30px;
|
| 3966 |
-
}
|
| 3967 |
-
.ycd-bootstrap-wrapper textarea.input-group-sm > .form-control,
|
| 3968 |
-
.ycd-bootstrap-wrapper textarea.input-group-sm > .input-group-addon,
|
| 3969 |
-
.ycd-bootstrap-wrapper textarea.input-group-sm > .input-group-btn > .btn,
|
| 3970 |
-
.ycd-bootstrap-wrapper select[multiple].input-group-sm > .form-control,
|
| 3971 |
-
.ycd-bootstrap-wrapper select[multiple].input-group-sm > .input-group-addon,
|
| 3972 |
-
.ycd-bootstrap-wrapper select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 3973 |
-
height: auto;
|
| 3974 |
-
}
|
| 3975 |
-
.ycd-bootstrap-wrapper .input-group-addon,
|
| 3976 |
-
.ycd-bootstrap-wrapper .input-group-btn,
|
| 3977 |
-
.ycd-bootstrap-wrapper .input-group .form-control {
|
| 3978 |
-
display: table-cell;
|
| 3979 |
-
}
|
| 3980 |
-
.ycd-bootstrap-wrapper .input-group-addon:not(:first-child):not(:last-child),
|
| 3981 |
-
.ycd-bootstrap-wrapper .input-group-btn:not(:first-child):not(:last-child),
|
| 3982 |
-
.ycd-bootstrap-wrapper .input-group .form-control:not(:first-child):not(:last-child) {
|
| 3983 |
-
border-radius: 0;
|
| 3984 |
-
}
|
| 3985 |
-
.ycd-bootstrap-wrapper .input-group-addon,
|
| 3986 |
-
.ycd-bootstrap-wrapper .input-group-btn {
|
| 3987 |
-
width: 1%;
|
| 3988 |
-
white-space: nowrap;
|
| 3989 |
-
vertical-align: middle;
|
| 3990 |
-
}
|
| 3991 |
-
.ycd-bootstrap-wrapper .input-group-addon {
|
| 3992 |
-
padding: 6px 12px;
|
| 3993 |
-
font-size: 14px;
|
| 3994 |
-
font-weight: normal;
|
| 3995 |
-
line-height: 1;
|
| 3996 |
-
color: #555;
|
| 3997 |
-
text-align: center;
|
| 3998 |
-
background-color: #eee;
|
| 3999 |
-
border: 1px solid #ccc;
|
| 4000 |
-
border-radius: 4px;
|
| 4001 |
-
}
|
| 4002 |
-
.ycd-bootstrap-wrapper .input-group-addon.input-sm {
|
| 4003 |
-
padding: 5px 10px;
|
| 4004 |
-
font-size: 12px;
|
| 4005 |
-
border-radius: 3px;
|
| 4006 |
-
}
|
| 4007 |
-
.ycd-bootstrap-wrapper .input-group-addon.input-lg {
|
| 4008 |
-
padding: 10px 16px;
|
| 4009 |
-
font-size: 18px;
|
| 4010 |
-
border-radius: 6px;
|
| 4011 |
-
}
|
| 4012 |
-
.ycd-bootstrap-wrapper .input-group-addon input[type="radio"],
|
| 4013 |
-
.ycd-bootstrap-wrapper .input-group-addon input[type="checkbox"] {
|
| 4014 |
-
margin-top: 0;
|
| 4015 |
-
}
|
| 4016 |
-
.ycd-bootstrap-wrapper .input-group .form-control:first-child,
|
| 4017 |
-
.ycd-bootstrap-wrapper .input-group-addon:first-child,
|
| 4018 |
-
.ycd-bootstrap-wrapper .input-group-btn:first-child > .btn,
|
| 4019 |
-
.ycd-bootstrap-wrapper .input-group-btn:first-child > .btn-group > .btn,
|
| 4020 |
-
.ycd-bootstrap-wrapper .input-group-btn:first-child > .dropdown-toggle,
|
| 4021 |
-
.ycd-bootstrap-wrapper .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
|
| 4022 |
-
.ycd-bootstrap-wrapper .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
|
| 4023 |
-
border-top-right-radius: 0;
|
| 4024 |
-
border-bottom-right-radius: 0;
|
| 4025 |
-
}
|
| 4026 |
-
.ycd-bootstrap-wrapper .input-group-addon:first-child {
|
| 4027 |
-
border-right: 0;
|
| 4028 |
-
}
|
| 4029 |
-
.ycd-bootstrap-wrapper .input-group .form-control:last-child,
|
| 4030 |
-
.ycd-bootstrap-wrapper .input-group-addon:last-child,
|
| 4031 |
-
.ycd-bootstrap-wrapper .input-group-btn:last-child > .btn,
|
| 4032 |
-
.ycd-bootstrap-wrapper .input-group-btn:last-child > .btn-group > .btn,
|
| 4033 |
-
.ycd-bootstrap-wrapper .input-group-btn:last-child > .dropdown-toggle,
|
| 4034 |
-
.ycd-bootstrap-wrapper .input-group-btn:first-child > .btn:not(:first-child),
|
| 4035 |
-
.ycd-bootstrap-wrapper .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
|
| 4036 |
-
border-top-left-radius: 0;
|
| 4037 |
-
border-bottom-left-radius: 0;
|
| 4038 |
-
}
|
| 4039 |
-
.ycd-bootstrap-wrapper .input-group-addon:last-child {
|
| 4040 |
-
border-left: 0;
|
| 4041 |
-
}
|
| 4042 |
-
.ycd-bootstrap-wrapper .input-group-btn {
|
| 4043 |
-
position: relative;
|
| 4044 |
-
font-size: 0;
|
| 4045 |
-
white-space: nowrap;
|
| 4046 |
-
}
|
| 4047 |
-
.ycd-bootstrap-wrapper .input-group-btn > .btn {
|
| 4048 |
-
position: relative;
|
| 4049 |
-
}
|
| 4050 |
-
.ycd-bootstrap-wrapper .input-group-btn > .btn + .btn {
|
| 4051 |
-
margin-left: -1px;
|
| 4052 |
-
}
|
| 4053 |
-
.ycd-bootstrap-wrapper .input-group-btn > .btn:hover,
|
| 4054 |
-
.ycd-bootstrap-wrapper .input-group-btn > .btn:focus,
|
| 4055 |
-
.ycd-bootstrap-wrapper .input-group-btn > .btn:active {
|
| 4056 |
-
z-index: 2;
|
| 4057 |
-
}
|
| 4058 |
-
.ycd-bootstrap-wrapper .input-group-btn:first-child > .btn,
|
| 4059 |
-
.ycd-bootstrap-wrapper .input-group-btn:first-child > .btn-group {
|
| 4060 |
-
margin-right: -1px;
|
| 4061 |
-
}
|
| 4062 |
-
.ycd-bootstrap-wrapper .input-group-btn:last-child > .btn,
|
| 4063 |
-
.ycd-bootstrap-wrapper .input-group-btn:last-child > .btn-group {
|
| 4064 |
-
z-index: 2;
|
| 4065 |
-
margin-left: -1px;
|
| 4066 |
-
}
|
| 4067 |
-
.ycd-bootstrap-wrapper .nav {
|
| 4068 |
-
padding-left: 0;
|
| 4069 |
-
margin-bottom: 0;
|
| 4070 |
-
list-style: none;
|
| 4071 |
-
}
|
| 4072 |
-
.ycd-bootstrap-wrapper .nav > li {
|
| 4073 |
-
position: relative;
|
| 4074 |
-
display: block;
|
| 4075 |
-
}
|
| 4076 |
-
.ycd-bootstrap-wrapper .nav > li > a {
|
| 4077 |
-
position: relative;
|
| 4078 |
-
display: block;
|
| 4079 |
-
padding: 10px 15px;
|
| 4080 |
-
}
|
| 4081 |
-
.ycd-bootstrap-wrapper .nav > li > a:hover,
|
| 4082 |
-
.ycd-bootstrap-wrapper .nav > li > a:focus {
|
| 4083 |
-
text-decoration: none;
|
| 4084 |
-
background-color: #eee;
|
| 4085 |
-
}
|
| 4086 |
-
.ycd-bootstrap-wrapper .nav > li.disabled > a {
|
| 4087 |
-
color: #777;
|
| 4088 |
-
}
|
| 4089 |
-
.ycd-bootstrap-wrapper .nav > li.disabled > a:hover,
|
| 4090 |
-
.ycd-bootstrap-wrapper .nav > li.disabled > a:focus {
|
| 4091 |
-
color: #777;
|
| 4092 |
-
text-decoration: none;
|
| 4093 |
-
cursor: not-allowed;
|
| 4094 |
-
background-color: transparent;
|
| 4095 |
-
}
|
| 4096 |
-
.ycd-bootstrap-wrapper .nav .open > a,
|
| 4097 |
-
.ycd-bootstrap-wrapper .nav .open > a:hover,
|
| 4098 |
-
.ycd-bootstrap-wrapper .nav .open > a:focus {
|
| 4099 |
-
background-color: #eee;
|
| 4100 |
-
border-color: #337ab7;
|
| 4101 |
-
}
|
| 4102 |
-
.ycd-bootstrap-wrapper .nav .nav-divider {
|
| 4103 |
-
height: 1px;
|
| 4104 |
-
margin: 9px 0;
|
| 4105 |
-
overflow: hidden;
|
| 4106 |
-
background-color: #e5e5e5;
|
| 4107 |
-
}
|
| 4108 |
-
.ycd-bootstrap-wrapper .nav > li > a > img {
|
| 4109 |
-
max-width: none;
|
| 4110 |
-
}
|
| 4111 |
-
.ycd-bootstrap-wrapper .nav-tabs {
|
| 4112 |
-
border-bottom: 1px solid #ddd;
|
| 4113 |
-
}
|
| 4114 |
-
.ycd-bootstrap-wrapper .nav-tabs > li {
|
| 4115 |
-
float: left;
|
| 4116 |
-
margin-bottom: -1px;
|
| 4117 |
-
}
|
| 4118 |
-
.ycd-bootstrap-wrapper .nav-tabs > li > a {
|
| 4119 |
-
margin-right: 2px;
|
| 4120 |
-
line-height: 1.42857143;
|
| 4121 |
-
border: 1px solid transparent;
|
| 4122 |
-
border-radius: 4px 4px 0 0;
|
| 4123 |
-
}
|
| 4124 |
-
.ycd-bootstrap-wrapper .nav-tabs > li > a:hover {
|
| 4125 |
-
border-color: #eee #eee #ddd;
|
| 4126 |
-
}
|
| 4127 |
-
.ycd-bootstrap-wrapper .nav-tabs > li.active > a,
|
| 4128 |
-
.ycd-bootstrap-wrapper .nav-tabs > li.active > a:hover,
|
| 4129 |
-
.ycd-bootstrap-wrapper .nav-tabs > li.active > a:focus {
|
| 4130 |
-
color: #555;
|
| 4131 |
-
cursor: default;
|
| 4132 |
-
background-color: #fff;
|
| 4133 |
-
border: 1px solid #ddd;
|
| 4134 |
-
border-bottom-color: transparent;
|
| 4135 |
-
}
|
| 4136 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified {
|
| 4137 |
-
width: 100%;
|
| 4138 |
-
border-bottom: 0;
|
| 4139 |
-
}
|
| 4140 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > li {
|
| 4141 |
-
float: none;
|
| 4142 |
-
}
|
| 4143 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > li > a {
|
| 4144 |
-
margin-bottom: 5px;
|
| 4145 |
-
text-align: center;
|
| 4146 |
-
}
|
| 4147 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > .dropdown .dropdown-menu {
|
| 4148 |
-
top: auto;
|
| 4149 |
-
left: auto;
|
| 4150 |
-
}
|
| 4151 |
-
@media (min-width: 768px) {
|
| 4152 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > li {
|
| 4153 |
-
display: table-cell;
|
| 4154 |
-
width: 1%;
|
| 4155 |
-
}
|
| 4156 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > li > a {
|
| 4157 |
-
margin-bottom: 0;
|
| 4158 |
-
}
|
| 4159 |
-
}
|
| 4160 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > li > a {
|
| 4161 |
-
margin-right: 0;
|
| 4162 |
-
border-radius: 4px;
|
| 4163 |
-
}
|
| 4164 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > .active > a,
|
| 4165 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > .active > a:hover,
|
| 4166 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > .active > a:focus {
|
| 4167 |
-
border: 1px solid #ddd;
|
| 4168 |
-
}
|
| 4169 |
-
@media (min-width: 768px) {
|
| 4170 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > li > a {
|
| 4171 |
-
border-bottom: 1px solid #ddd;
|
| 4172 |
-
border-radius: 4px 4px 0 0;
|
| 4173 |
-
}
|
| 4174 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > .active > a,
|
| 4175 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > .active > a:hover,
|
| 4176 |
-
.ycd-bootstrap-wrapper .nav-tabs.nav-justified > .active > a:focus {
|
| 4177 |
-
border-bottom-color: #fff;
|
| 4178 |
-
}
|
| 4179 |
-
}
|
| 4180 |
-
.ycd-bootstrap-wrapper .nav-pills > li {
|
| 4181 |
-
float: left;
|
| 4182 |
-
}
|
| 4183 |
-
.ycd-bootstrap-wrapper .nav-pills > li > a {
|
| 4184 |
-
border-radius: 4px;
|
| 4185 |
-
}
|
| 4186 |
-
.ycd-bootstrap-wrapper .nav-pills > li + li {
|
| 4187 |
-
margin-left: 2px;
|
| 4188 |
-
}
|
| 4189 |
-
.ycd-bootstrap-wrapper .nav-pills > li.active > a,
|
| 4190 |
-
.ycd-bootstrap-wrapper .nav-pills > li.active > a:hover,
|
| 4191 |
-
.ycd-bootstrap-wrapper .nav-pills > li.active > a:focus {
|
| 4192 |
-
color: #fff;
|
| 4193 |
-
background-color: #337ab7;
|
| 4194 |
-
}
|
| 4195 |
-
.ycd-bootstrap-wrapper .nav-stacked > li {
|
| 4196 |
-
float: none;
|
| 4197 |
-
}
|
| 4198 |
-
.ycd-bootstrap-wrapper .nav-stacked > li + li {
|
| 4199 |
-
margin-top: 2px;
|
| 4200 |
-
margin-left: 0;
|
| 4201 |
-
}
|
| 4202 |
-
.ycd-bootstrap-wrapper .nav-justified {
|
| 4203 |
-
width: 100%;
|
| 4204 |
-
}
|
| 4205 |
-
.ycd-bootstrap-wrapper .nav-justified > li {
|
| 4206 |
-
float: none;
|
| 4207 |
-
}
|
| 4208 |
-
.ycd-bootstrap-wrapper .nav-justified > li > a {
|
| 4209 |
-
margin-bottom: 5px;
|
| 4210 |
-
text-align: center;
|
| 4211 |
-
}
|
| 4212 |
-
.ycd-bootstrap-wrapper .nav-justified > .dropdown .dropdown-menu {
|
| 4213 |
-
top: auto;
|
| 4214 |
-
left: auto;
|
| 4215 |
-
}
|
| 4216 |
-
@media (min-width: 768px) {
|
| 4217 |
-
.ycd-bootstrap-wrapper .nav-justified > li {
|
| 4218 |
-
display: table-cell;
|
| 4219 |
-
width: 1%;
|
| 4220 |
-
}
|
| 4221 |
-
.ycd-bootstrap-wrapper .nav-justified > li > a {
|
| 4222 |
-
margin-bottom: 0;
|
| 4223 |
-
}
|
| 4224 |
-
}
|
| 4225 |
-
.ycd-bootstrap-wrapper .nav-tabs-justified {
|
| 4226 |
-
border-bottom: 0;
|
| 4227 |
-
}
|
| 4228 |
-
.ycd-bootstrap-wrapper .nav-tabs-justified > li > a {
|
| 4229 |
-
margin-right: 0;
|
| 4230 |
-
border-radius: 4px;
|
| 4231 |
-
}
|
| 4232 |
-
.ycd-bootstrap-wrapper .nav-tabs-justified > .active > a,
|
| 4233 |
-
.ycd-bootstrap-wrapper .nav-tabs-justified > .active > a:hover,
|
| 4234 |
-
.ycd-bootstrap-wrapper .nav-tabs-justified > .active > a:focus {
|
| 4235 |
-
border: 1px solid #ddd;
|
| 4236 |
-
}
|
| 4237 |
-
@media (min-width: 768px) {
|
| 4238 |
-
.ycd-bootstrap-wrapper .nav-tabs-justified > li > a {
|
| 4239 |
-
border-bottom: 1px solid #ddd;
|
| 4240 |
-
border-radius: 4px 4px 0 0;
|
| 4241 |
-
}
|
| 4242 |
-
.ycd-bootstrap-wrapper .nav-tabs-justified > .active > a,
|
| 4243 |
-
.ycd-bootstrap-wrapper .nav-tabs-justified > .active > a:hover,
|
| 4244 |
-
.ycd-bootstrap-wrapper .nav-tabs-justified > .active > a:focus {
|
| 4245 |
-
border-bottom-color: #fff;
|
| 4246 |
-
}
|
| 4247 |
-
}
|
| 4248 |
-
.ycd-bootstrap-wrapper .tab-content > .tab-pane {
|
| 4249 |
-
display: none;
|
| 4250 |
-
}
|
| 4251 |
-
.ycd-bootstrap-wrapper .tab-content > .active {
|
| 4252 |
-
display: block;
|
| 4253 |
-
}
|
| 4254 |
-
.ycd-bootstrap-wrapper .nav-tabs .dropdown-menu {
|
| 4255 |
-
margin-top: -1px;
|
| 4256 |
-
border-top-left-radius: 0;
|
| 4257 |
-
border-top-right-radius: 0;
|
| 4258 |
-
}
|
| 4259 |
-
.ycd-bootstrap-wrapper .navbar {
|
| 4260 |
-
position: relative;
|
| 4261 |
-
min-height: 50px;
|
| 4262 |
-
margin-bottom: 20px;
|
| 4263 |
-
border: 1px solid transparent;
|
| 4264 |
-
}
|
| 4265 |
-
@media (min-width: 768px) {
|
| 4266 |
-
.ycd-bootstrap-wrapper .navbar {
|
| 4267 |
-
border-radius: 4px;
|
| 4268 |
-
}
|
| 4269 |
-
}
|
| 4270 |
-
@media (min-width: 768px) {
|
| 4271 |
-
.ycd-bootstrap-wrapper .navbar-header {
|
| 4272 |
-
float: left;
|
| 4273 |
-
}
|
| 4274 |
-
}
|
| 4275 |
-
.ycd-bootstrap-wrapper .navbar-collapse {
|
| 4276 |
-
padding-right: 15px;
|
| 4277 |
-
padding-left: 15px;
|
| 4278 |
-
overflow-x: visible;
|
| 4279 |
-
-webkit-overflow-scrolling: touch;
|
| 4280 |
-
border-top: 1px solid transparent;
|
| 4281 |
-
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
|
| 4282 |
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
|
| 4283 |
-
}
|
| 4284 |
-
.ycd-bootstrap-wrapper .navbar-collapse.in {
|
| 4285 |
-
overflow-y: auto;
|
| 4286 |
-
}
|
| 4287 |
-
@media (min-width: 768px) {
|
| 4288 |
-
.ycd-bootstrap-wrapper .navbar-collapse {
|
| 4289 |
-
width: auto;
|
| 4290 |
-
border-top: 0;
|
| 4291 |
-
-webkit-box-shadow: none;
|
| 4292 |
-
box-shadow: none;
|
| 4293 |
-
}
|
| 4294 |
-
.ycd-bootstrap-wrapper .navbar-collapse.collapse {
|
| 4295 |
-
display: block !important;
|
| 4296 |
-
height: auto !important;
|
| 4297 |
-
padding-bottom: 0;
|
| 4298 |
-
overflow: visible !important;
|
| 4299 |
-
}
|
| 4300 |
-
.ycd-bootstrap-wrapper .navbar-collapse.in {
|
| 4301 |
-
overflow-y: visible;
|
| 4302 |
-
}
|
| 4303 |
-
.ycd-bootstrap-wrapper .navbar-fixed-top .navbar-collapse,
|
| 4304 |
-
.ycd-bootstrap-wrapper .navbar-static-top .navbar-collapse,
|
| 4305 |
-
.ycd-bootstrap-wrapper .navbar-fixed-bottom .navbar-collapse {
|
| 4306 |
-
padding-right: 0;
|
| 4307 |
-
padding-left: 0;
|
| 4308 |
-
}
|
| 4309 |
-
}
|
| 4310 |
-
.ycd-bootstrap-wrapper .navbar-fixed-top .navbar-collapse,
|
| 4311 |
-
.ycd-bootstrap-wrapper .navbar-fixed-bottom .navbar-collapse {
|
| 4312 |
-
max-height: 340px;
|
| 4313 |
-
}
|
| 4314 |
-
@media (max-device-width: 480px) and (orientation: landscape) {
|
| 4315 |
-
.ycd-bootstrap-wrapper .navbar-fixed-top .navbar-collapse,
|
| 4316 |
-
.ycd-bootstrap-wrapper .navbar-fixed-bottom .navbar-collapse {
|
| 4317 |
-
max-height: 200px;
|
| 4318 |
-
}
|
| 4319 |
-
}
|
| 4320 |
-
.ycd-bootstrap-wrapper .container > .navbar-header,
|
| 4321 |
-
.ycd-bootstrap-wrapper .container-fluid > .navbar-header,
|
| 4322 |
-
.ycd-bootstrap-wrapper .container > .navbar-collapse,
|
| 4323 |
-
.ycd-bootstrap-wrapper .container-fluid > .navbar-collapse {
|
| 4324 |
-
margin-right: -15px;
|
| 4325 |
-
margin-left: -15px;
|
| 4326 |
-
}
|
| 4327 |
-
@media (min-width: 768px) {
|
| 4328 |
-
.ycd-bootstrap-wrapper .container > .navbar-header,
|
| 4329 |
-
.ycd-bootstrap-wrapper .container-fluid > .navbar-header,
|
| 4330 |
-
.ycd-bootstrap-wrapper .container > .navbar-collapse,
|
| 4331 |
-
.ycd-bootstrap-wrapper .container-fluid > .navbar-collapse {
|
| 4332 |
-
margin-right: 0;
|
| 4333 |
-
margin-left: 0;
|
| 4334 |
-
}
|
| 4335 |
-
}
|
| 4336 |
-
.ycd-bootstrap-wrapper .navbar-static-top {
|
| 4337 |
-
z-index: 1000;
|
| 4338 |
-
border-width: 0 0 1px;
|
| 4339 |
-
}
|
| 4340 |
-
@media (min-width: 768px) {
|
| 4341 |
-
.ycd-bootstrap-wrapper .navbar-static-top {
|
| 4342 |
-
border-radius: 0;
|
| 4343 |
-
}
|
| 4344 |
-
}
|
| 4345 |
-
.ycd-bootstrap-wrapper .navbar-fixed-top,
|
| 4346 |
-
.ycd-bootstrap-wrapper .navbar-fixed-bottom {
|
| 4347 |
-
position: fixed;
|
| 4348 |
-
right: 0;
|
| 4349 |
-
left: 0;
|
| 4350 |
-
z-index: 1030;
|
| 4351 |
-
}
|
| 4352 |
-
@media (min-width: 768px) {
|
| 4353 |
-
.ycd-bootstrap-wrapper .navbar-fixed-top,
|
| 4354 |
-
.ycd-bootstrap-wrapper .navbar-fixed-bottom {
|
| 4355 |
-
border-radius: 0;
|
| 4356 |
-
}
|
| 4357 |
-
}
|
| 4358 |
-
.ycd-bootstrap-wrapper .navbar-fixed-top {
|
| 4359 |
-
top: 0;
|
| 4360 |
-
border-width: 0 0 1px;
|
| 4361 |
-
}
|
| 4362 |
-
.ycd-bootstrap-wrapper .navbar-fixed-bottom {
|
| 4363 |
-
bottom: 0;
|
| 4364 |
-
margin-bottom: 0;
|
| 4365 |
-
border-width: 1px 0 0;
|
| 4366 |
-
}
|
| 4367 |
-
.ycd-bootstrap-wrapper .navbar-brand {
|
| 4368 |
-
float: left;
|
| 4369 |
-
height: 50px;
|
| 4370 |
-
padding: 15px 15px;
|
| 4371 |
-
font-size: 18px;
|
| 4372 |
-
line-height: 20px;
|
| 4373 |
-
}
|
| 4374 |
-
.ycd-bootstrap-wrapper .navbar-brand:hover,
|
| 4375 |
-
.ycd-bootstrap-wrapper .navbar-brand:focus {
|
| 4376 |
-
text-decoration: none;
|
| 4377 |
-
}
|
| 4378 |
-
.ycd-bootstrap-wrapper .navbar-brand > img {
|
| 4379 |
-
display: block;
|
| 4380 |
-
}
|
| 4381 |
-
@media (min-width: 768px) {
|
| 4382 |
-
.ycd-bootstrap-wrapper .navbar > .container .navbar-brand,
|
| 4383 |
-
.ycd-bootstrap-wrapper .navbar > .container-fluid .navbar-brand {
|
| 4384 |
-
margin-left: -15px;
|
| 4385 |
-
}
|
| 4386 |
-
}
|
| 4387 |
-
.ycd-bootstrap-wrapper .navbar-toggle {
|
| 4388 |
-
position: relative;
|
| 4389 |
-
float: right;
|
| 4390 |
-
padding: 9px 10px;
|
| 4391 |
-
margin-top: 8px;
|
| 4392 |
-
margin-right: 15px;
|
| 4393 |
-
margin-bottom: 8px;
|
| 4394 |
-
background-color: transparent;
|
| 4395 |
-
background-image: none;
|
| 4396 |
-
border: 1px solid transparent;
|
| 4397 |
-
border-radius: 4px;
|
| 4398 |
-
}
|
| 4399 |
-
.ycd-bootstrap-wrapper .navbar-toggle:focus {
|
| 4400 |
-
outline: 0;
|
| 4401 |
-
}
|
| 4402 |
-
.ycd-bootstrap-wrapper .navbar-toggle .icon-bar {
|
| 4403 |
-
display: block;
|
| 4404 |
-
width: 22px;
|
| 4405 |
-
height: 2px;
|
| 4406 |
-
border-radius: 1px;
|
| 4407 |
-
}
|
| 4408 |
-
.ycd-bootstrap-wrapper .navbar-toggle .icon-bar + .icon-bar {
|
| 4409 |
-
margin-top: 4px;
|
| 4410 |
-
}
|
| 4411 |
-
@media (min-width: 768px) {
|
| 4412 |
-
.ycd-bootstrap-wrapper .navbar-toggle {
|
| 4413 |
-
display: none;
|
| 4414 |
-
}
|
| 4415 |
-
}
|
| 4416 |
-
.ycd-bootstrap-wrapper .navbar-nav {
|
| 4417 |
-
margin: 7.5px -15px;
|
| 4418 |
-
}
|
| 4419 |
-
.ycd-bootstrap-wrapper .navbar-nav > li > a {
|
| 4420 |
-
padding-top: 10px;
|
| 4421 |
-
padding-bottom: 10px;
|
| 4422 |
-
line-height: 20px;
|
| 4423 |
-
}
|
| 4424 |
-
@media (max-width: 767px) {
|
| 4425 |
-
.ycd-bootstrap-wrapper .navbar-nav .open .dropdown-menu {
|
| 4426 |
-
position: static;
|
| 4427 |
-
float: none;
|
| 4428 |
-
width: auto;
|
| 4429 |
-
margin-top: 0;
|
| 4430 |
-
background-color: transparent;
|
| 4431 |
-
border: 0;
|
| 4432 |
-
-webkit-box-shadow: none;
|
| 4433 |
-
box-shadow: none;
|
| 4434 |
-
}
|
| 4435 |
-
.ycd-bootstrap-wrapper .navbar-nav .open .dropdown-menu > li > a,
|
| 4436 |
-
.ycd-bootstrap-wrapper .navbar-nav .open .dropdown-menu .dropdown-header {
|
| 4437 |
-
padding: 5px 15px 5px 25px;
|
| 4438 |
-
}
|
| 4439 |
-
.ycd-bootstrap-wrapper .navbar-nav .open .dropdown-menu > li > a {
|
| 4440 |
-
line-height: 20px;
|
| 4441 |
-
}
|
| 4442 |
-
.ycd-bootstrap-wrapper .navbar-nav .open .dropdown-menu > li > a:hover,
|
| 4443 |
-
.ycd-bootstrap-wrapper .navbar-nav .open .dropdown-menu > li > a:focus {
|
| 4444 |
-
background-image: none;
|
| 4445 |
-
}
|
| 4446 |
-
}
|
| 4447 |
-
@media (min-width: 768px) {
|
| 4448 |
-
.ycd-bootstrap-wrapper .navbar-nav {
|
| 4449 |
-
float: left;
|
| 4450 |
-
margin: 0;
|
| 4451 |
-
}
|
| 4452 |
-
.ycd-bootstrap-wrapper .navbar-nav > li {
|
| 4453 |
-
float: left;
|
| 4454 |
-
}
|
| 4455 |
-
.ycd-bootstrap-wrapper .navbar-nav > li > a {
|
| 4456 |
-
padding-top: 15px;
|
| 4457 |
-
padding-bottom: 15px;
|
| 4458 |
-
}
|
| 4459 |
-
}
|
| 4460 |
-
.ycd-bootstrap-wrapper .navbar-form {
|
| 4461 |
-
padding: 10px 15px;
|
| 4462 |
-
margin-top: 8px;
|
| 4463 |
-
margin-right: -15px;
|
| 4464 |
-
margin-bottom: 8px;
|
| 4465 |
-
margin-left: -15px;
|
| 4466 |
-
border-top: 1px solid transparent;
|
| 4467 |
-
border-bottom: 1px solid transparent;
|
| 4468 |
-
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
| 4469 |
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
| 4470 |
-
}
|
| 4471 |
-
@media (min-width: 768px) {
|
| 4472 |
-
.ycd-bootstrap-wrapper .navbar-form .form-group {
|
| 4473 |
-
display: inline-block;
|
| 4474 |
-
margin-bottom: 0;
|
| 4475 |
-
vertical-align: middle;
|
| 4476 |
-
}
|
| 4477 |
-
.ycd-bootstrap-wrapper .navbar-form .form-control {
|
| 4478 |
-
display: inline-block;
|
| 4479 |
-
width: auto;
|
| 4480 |
-
vertical-align: middle;
|
| 4481 |
-
}
|
| 4482 |
-
.ycd-bootstrap-wrapper .navbar-form .form-control-static {
|
| 4483 |
-
display: inline-block;
|
| 4484 |
-
}
|
| 4485 |
-
.ycd-bootstrap-wrapper .navbar-form .input-group {
|
| 4486 |
-
display: inline-table;
|
| 4487 |
-
vertical-align: middle;
|
| 4488 |
-
}
|
| 4489 |
-
.ycd-bootstrap-wrapper .navbar-form .input-group .input-group-addon,
|
| 4490 |
-
.ycd-bootstrap-wrapper .navbar-form .input-group .input-group-btn,
|
| 4491 |
-
.ycd-bootstrap-wrapper .navbar-form .input-group .form-control {
|
| 4492 |
-
width: auto;
|
| 4493 |
-
}
|
| 4494 |
-
.ycd-bootstrap-wrapper .navbar-form .input-group > .form-control {
|
| 4495 |
-
width: 100%;
|
| 4496 |
-
}
|
| 4497 |
-
.ycd-bootstrap-wrapper .navbar-form .control-label {
|
| 4498 |
-
margin-bottom: 0;
|
| 4499 |
-
vertical-align: middle;
|
| 4500 |
-
}
|
| 4501 |
-
.ycd-bootstrap-wrapper .navbar-form .radio,
|
| 4502 |
-
.ycd-bootstrap-wrapper .navbar-form .checkbox {
|
| 4503 |
-
display: inline-block;
|
| 4504 |
-
margin-top: 0;
|
| 4505 |
-
margin-bottom: 0;
|
| 4506 |
-
vertical-align: middle;
|
| 4507 |
-
}
|
| 4508 |
-
.ycd-bootstrap-wrapper .navbar-form .radio label,
|
| 4509 |
-
.ycd-bootstrap-wrapper .navbar-form .checkbox label {
|
| 4510 |
-
padding-left: 0;
|
| 4511 |
-
}
|
| 4512 |
-
.ycd-bootstrap-wrapper .navbar-form .radio input[type="radio"],
|
| 4513 |
-
.ycd-bootstrap-wrapper .navbar-form .checkbox input[type="checkbox"] {
|
| 4514 |
-
position: relative;
|
| 4515 |
-
margin-left: 0;
|
| 4516 |
-
}
|
| 4517 |
-
.ycd-bootstrap-wrapper .navbar-form .has-feedback .form-control-feedback {
|
| 4518 |
-
top: 0;
|
| 4519 |
-
}
|
| 4520 |
-
}
|
| 4521 |
-
@media (max-width: 767px) {
|
| 4522 |
-
.ycd-bootstrap-wrapper .navbar-form .form-group {
|
| 4523 |
-
margin-bottom: 5px;
|
| 4524 |
-
}
|
| 4525 |
-
.ycd-bootstrap-wrapper .navbar-form .form-group:last-child {
|
| 4526 |
-
margin-bottom: 0;
|
| 4527 |
-
}
|
| 4528 |
-
}
|
| 4529 |
-
@media (min-width: 768px) {
|
| 4530 |
-
.ycd-bootstrap-wrapper .navbar-form {
|
| 4531 |
-
width: auto;
|
| 4532 |
-
padding-top: 0;
|
| 4533 |
-
padding-bottom: 0;
|
| 4534 |
-
margin-right: 0;
|
| 4535 |
-
margin-left: 0;
|
| 4536 |
-
border: 0;
|
| 4537 |
-
-webkit-box-shadow: none;
|
| 4538 |
-
box-shadow: none;
|
| 4539 |
-
}
|
| 4540 |
-
}
|
| 4541 |
-
.ycd-bootstrap-wrapper .navbar-nav > li > .dropdown-menu {
|
| 4542 |
-
margin-top: 0;
|
| 4543 |
-
border-top-left-radius: 0;
|
| 4544 |
-
border-top-right-radius: 0;
|
| 4545 |
-
}
|
| 4546 |
-
.ycd-bootstrap-wrapper .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
|
| 4547 |
-
margin-bottom: 0;
|
| 4548 |
-
border-top-left-radius: 4px;
|
| 4549 |
-
border-top-right-radius: 4px;
|
| 4550 |
-
border-bottom-right-radius: 0;
|
| 4551 |
-
border-bottom-left-radius: 0;
|
| 4552 |
-
}
|
| 4553 |
-
.ycd-bootstrap-wrapper .navbar-btn {
|
| 4554 |
-
margin-top: 8px;
|
| 4555 |
-
margin-bottom: 8px;
|
| 4556 |
-
}
|
| 4557 |
-
.ycd-bootstrap-wrapper .navbar-btn.btn-sm {
|
| 4558 |
-
margin-top: 10px;
|
| 4559 |
-
margin-bottom: 10px;
|
| 4560 |
-
}
|
| 4561 |
-
.ycd-bootstrap-wrapper .navbar-btn.btn-xs {
|
| 4562 |
-
margin-top: 14px;
|
| 4563 |
-
margin-bottom: 14px;
|
| 4564 |
-
}
|
| 4565 |
-
.ycd-bootstrap-wrapper .navbar-text {
|
| 4566 |
-
margin-top: 15px;
|
| 4567 |
-
margin-bottom: 15px;
|
| 4568 |
-
}
|
| 4569 |
-
@media (min-width: 768px) {
|
| 4570 |
-
.ycd-bootstrap-wrapper .navbar-text {
|
| 4571 |
-
float: left;
|
| 4572 |
-
margin-right: 15px;
|
| 4573 |
-
margin-left: 15px;
|
| 4574 |
-
}
|
| 4575 |
-
}
|
| 4576 |
-
@media (min-width: 768px) {
|
| 4577 |
-
.ycd-bootstrap-wrapper .navbar-left {
|
| 4578 |
-
float: left !important;
|
| 4579 |
-
}
|
| 4580 |
-
.ycd-bootstrap-wrapper .navbar-right {
|
| 4581 |
-
float: right !important;
|
| 4582 |
-
margin-right: -15px;
|
| 4583 |
-
}
|
| 4584 |
-
.ycd-bootstrap-wrapper .navbar-right ~ .navbar-right {
|
| 4585 |
-
margin-right: 0;
|
| 4586 |
-
}
|
| 4587 |
-
}
|
| 4588 |
-
.ycd-bootstrap-wrapper .navbar-default {
|
| 4589 |
-
background-color: #f8f8f8;
|
| 4590 |
-
border-color: #e7e7e7;
|
| 4591 |
-
}
|
| 4592 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-brand {
|
| 4593 |
-
color: #777;
|
| 4594 |
-
}
|
| 4595 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-brand:hover,
|
| 4596 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-brand:focus {
|
| 4597 |
-
color: #5e5e5e;
|
| 4598 |
-
background-color: transparent;
|
| 4599 |
-
}
|
| 4600 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-text {
|
| 4601 |
-
color: #777;
|
| 4602 |
-
}
|
| 4603 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav > li > a {
|
| 4604 |
-
color: #777;
|
| 4605 |
-
}
|
| 4606 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav > li > a:hover,
|
| 4607 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav > li > a:focus {
|
| 4608 |
-
color: #333;
|
| 4609 |
-
background-color: transparent;
|
| 4610 |
-
}
|
| 4611 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav > .active > a,
|
| 4612 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav > .active > a:hover,
|
| 4613 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav > .active > a:focus {
|
| 4614 |
-
color: #555;
|
| 4615 |
-
background-color: #e7e7e7;
|
| 4616 |
-
}
|
| 4617 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav > .disabled > a,
|
| 4618 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav > .disabled > a:hover,
|
| 4619 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav > .disabled > a:focus {
|
| 4620 |
-
color: #ccc;
|
| 4621 |
-
background-color: transparent;
|
| 4622 |
-
}
|
| 4623 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-toggle {
|
| 4624 |
-
border-color: #ddd;
|
| 4625 |
-
}
|
| 4626 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-toggle:hover,
|
| 4627 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-toggle:focus {
|
| 4628 |
-
background-color: #ddd;
|
| 4629 |
-
}
|
| 4630 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-toggle .icon-bar {
|
| 4631 |
-
background-color: #888;
|
| 4632 |
-
}
|
| 4633 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-collapse,
|
| 4634 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-form {
|
| 4635 |
-
border-color: #e7e7e7;
|
| 4636 |
-
}
|
| 4637 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav > .open > a,
|
| 4638 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav > .open > a:hover,
|
| 4639 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav > .open > a:focus {
|
| 4640 |
-
color: #555;
|
| 4641 |
-
background-color: #e7e7e7;
|
| 4642 |
-
}
|
| 4643 |
-
@media (max-width: 767px) {
|
| 4644 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a {
|
| 4645 |
-
color: #777;
|
| 4646 |
-
}
|
| 4647 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
|
| 4648 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
|
| 4649 |
-
color: #333;
|
| 4650 |
-
background-color: transparent;
|
| 4651 |
-
}
|
| 4652 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
|
| 4653 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
|
| 4654 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
|
| 4655 |
-
color: #555;
|
| 4656 |
-
background-color: #e7e7e7;
|
| 4657 |
-
}
|
| 4658 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
|
| 4659 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
|
| 4660 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
| 4661 |
-
color: #ccc;
|
| 4662 |
-
background-color: transparent;
|
| 4663 |
-
}
|
| 4664 |
-
}
|
| 4665 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-link {
|
| 4666 |
-
color: #777;
|
| 4667 |
-
}
|
| 4668 |
-
.ycd-bootstrap-wrapper .navbar-default .navbar-link:hover {
|
| 4669 |
-
color: #333;
|
| 4670 |
-
}
|
| 4671 |
-
.ycd-bootstrap-wrapper .navbar-default .btn-link {
|
| 4672 |
-
color: #777;
|
| 4673 |
-
}
|
| 4674 |
-
.ycd-bootstrap-wrapper .navbar-default .btn-link:hover,
|
| 4675 |
-
.ycd-bootstrap-wrapper .navbar-default .btn-link:focus {
|
| 4676 |
-
color: #333;
|
| 4677 |
-
}
|
| 4678 |
-
.ycd-bootstrap-wrapper .navbar-default .btn-link[disabled]:hover,
|
| 4679 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .navbar-default .btn-link:hover,
|
| 4680 |
-
.ycd-bootstrap-wrapper .navbar-default .btn-link[disabled]:focus,
|
| 4681 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .navbar-default .btn-link:focus {
|
| 4682 |
-
color: #ccc;
|
| 4683 |
-
}
|
| 4684 |
-
.ycd-bootstrap-wrapper .navbar-inverse {
|
| 4685 |
-
background-color: #222;
|
| 4686 |
-
border-color: #080808;
|
| 4687 |
-
}
|
| 4688 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-brand {
|
| 4689 |
-
color: #9d9d9d;
|
| 4690 |
-
}
|
| 4691 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-brand:hover,
|
| 4692 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-brand:focus {
|
| 4693 |
-
color: #fff;
|
| 4694 |
-
background-color: transparent;
|
| 4695 |
-
}
|
| 4696 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-text {
|
| 4697 |
-
color: #9d9d9d;
|
| 4698 |
-
}
|
| 4699 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav > li > a {
|
| 4700 |
-
color: #9d9d9d;
|
| 4701 |
-
}
|
| 4702 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav > li > a:hover,
|
| 4703 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav > li > a:focus {
|
| 4704 |
-
color: #fff;
|
| 4705 |
-
background-color: transparent;
|
| 4706 |
-
}
|
| 4707 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav > .active > a,
|
| 4708 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav > .active > a:hover,
|
| 4709 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav > .active > a:focus {
|
| 4710 |
-
color: #fff;
|
| 4711 |
-
background-color: #080808;
|
| 4712 |
-
}
|
| 4713 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav > .disabled > a,
|
| 4714 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav > .disabled > a:hover,
|
| 4715 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav > .disabled > a:focus {
|
| 4716 |
-
color: #444;
|
| 4717 |
-
background-color: transparent;
|
| 4718 |
-
}
|
| 4719 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-toggle {
|
| 4720 |
-
border-color: #333;
|
| 4721 |
-
}
|
| 4722 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-toggle:hover,
|
| 4723 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-toggle:focus {
|
| 4724 |
-
background-color: #333;
|
| 4725 |
-
}
|
| 4726 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-toggle .icon-bar {
|
| 4727 |
-
background-color: #fff;
|
| 4728 |
-
}
|
| 4729 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-collapse,
|
| 4730 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-form {
|
| 4731 |
-
border-color: #101010;
|
| 4732 |
-
}
|
| 4733 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav > .open > a,
|
| 4734 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav > .open > a:hover,
|
| 4735 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav > .open > a:focus {
|
| 4736 |
-
color: #fff;
|
| 4737 |
-
background-color: #080808;
|
| 4738 |
-
}
|
| 4739 |
-
@media (max-width: 767px) {
|
| 4740 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
|
| 4741 |
-
border-color: #080808;
|
| 4742 |
-
}
|
| 4743 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
|
| 4744 |
-
background-color: #080808;
|
| 4745 |
-
}
|
| 4746 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
|
| 4747 |
-
color: #9d9d9d;
|
| 4748 |
-
}
|
| 4749 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
|
| 4750 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
|
| 4751 |
-
color: #fff;
|
| 4752 |
-
background-color: transparent;
|
| 4753 |
-
}
|
| 4754 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
|
| 4755 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
|
| 4756 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
|
| 4757 |
-
color: #fff;
|
| 4758 |
-
background-color: #080808;
|
| 4759 |
-
}
|
| 4760 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
|
| 4761 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
|
| 4762 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
| 4763 |
-
color: #444;
|
| 4764 |
-
background-color: transparent;
|
| 4765 |
-
}
|
| 4766 |
-
}
|
| 4767 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-link {
|
| 4768 |
-
color: #9d9d9d;
|
| 4769 |
-
}
|
| 4770 |
-
.ycd-bootstrap-wrapper .navbar-inverse .navbar-link:hover {
|
| 4771 |
-
color: #fff;
|
| 4772 |
-
}
|
| 4773 |
-
.ycd-bootstrap-wrapper .navbar-inverse .btn-link {
|
| 4774 |
-
color: #9d9d9d;
|
| 4775 |
-
}
|
| 4776 |
-
.ycd-bootstrap-wrapper .navbar-inverse .btn-link:hover,
|
| 4777 |
-
.ycd-bootstrap-wrapper .navbar-inverse .btn-link:focus {
|
| 4778 |
-
color: #fff;
|
| 4779 |
-
}
|
| 4780 |
-
.ycd-bootstrap-wrapper .navbar-inverse .btn-link[disabled]:hover,
|
| 4781 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .navbar-inverse .btn-link:hover,
|
| 4782 |
-
.ycd-bootstrap-wrapper .navbar-inverse .btn-link[disabled]:focus,
|
| 4783 |
-
.ycd-bootstrap-wrapper fieldset[disabled] .navbar-inverse .btn-link:focus {
|
| 4784 |
-
color: #444;
|
| 4785 |
-
}
|
| 4786 |
-
.ycd-bootstrap-wrapper .breadcrumb {
|
| 4787 |
-
padding: 8px 15px;
|
| 4788 |
-
margin-bottom: 20px;
|
| 4789 |
-
list-style: none;
|
| 4790 |
-
background-color: #f5f5f5;
|
| 4791 |
-
border-radius: 4px;
|
| 4792 |
-
}
|
| 4793 |
-
.ycd-bootstrap-wrapper .breadcrumb > li {
|
| 4794 |
-
display: inline-block;
|
| 4795 |
-
}
|
| 4796 |
-
.ycd-bootstrap-wrapper .breadcrumb > li + li:before {
|
| 4797 |
-
padding: 0 5px;
|
| 4798 |
-
color: #ccc;
|
| 4799 |
-
content: "/\00a0";
|
| 4800 |
-
}
|
| 4801 |
-
.ycd-bootstrap-wrapper .breadcrumb > .active {
|
| 4802 |
-
color: #777;
|
| 4803 |
-
}
|
| 4804 |
-
.ycd-bootstrap-wrapper .pagination {
|
| 4805 |
-
display: inline-block;
|
| 4806 |
-
padding-left: 0;
|
| 4807 |
-
margin: 20px 0;
|
| 4808 |
-
border-radius: 4px;
|
| 4809 |
-
}
|
| 4810 |
-
.ycd-bootstrap-wrapper .pagination > li {
|
| 4811 |
-
display: inline;
|
| 4812 |
-
}
|
| 4813 |
-
.ycd-bootstrap-wrapper .pagination > li > a,
|
| 4814 |
-
.ycd-bootstrap-wrapper .pagination > li > span {
|
| 4815 |
-
position: relative;
|
| 4816 |
-
float: left;
|
| 4817 |
-
padding: 6px 12px;
|
| 4818 |
-
margin-left: -1px;
|
| 4819 |
-
line-height: 1.42857143;
|
| 4820 |
-
color: #337ab7;
|
| 4821 |
-
text-decoration: none;
|
| 4822 |
-
background-color: #fff;
|
| 4823 |
-
border: 1px solid #ddd;
|
| 4824 |
-
}
|
| 4825 |
-
.ycd-bootstrap-wrapper .pagination > li:first-child > a,
|
| 4826 |
-
.ycd-bootstrap-wrapper .pagination > li:first-child > span {
|
| 4827 |
-
margin-left: 0;
|
| 4828 |
-
border-top-left-radius: 4px;
|
| 4829 |
-
border-bottom-left-radius: 4px;
|
| 4830 |
-
}
|
| 4831 |
-
.ycd-bootstrap-wrapper .pagination > li:last-child > a,
|
| 4832 |
-
.ycd-bootstrap-wrapper .pagination > li:last-child > span {
|
| 4833 |
-
border-top-right-radius: 4px;
|
| 4834 |
-
border-bottom-right-radius: 4px;
|
| 4835 |
-
}
|
| 4836 |
-
.ycd-bootstrap-wrapper .pagination > li > a:hover,
|
| 4837 |
-
.ycd-bootstrap-wrapper .pagination > li > span:hover,
|
| 4838 |
-
.ycd-bootstrap-wrapper .pagination > li > a:focus,
|
| 4839 |
-
.ycd-bootstrap-wrapper .pagination > li > span:focus {
|
| 4840 |
-
z-index: 2;
|
| 4841 |
-
color: #23527c;
|
| 4842 |
-
background-color: #eee;
|
| 4843 |
-
border-color: #ddd;
|
| 4844 |
-
}
|
| 4845 |
-
.ycd-bootstrap-wrapper .pagination > .active > a,
|
| 4846 |
-
.ycd-bootstrap-wrapper .pagination > .active > span,
|
| 4847 |
-
.ycd-bootstrap-wrapper .pagination > .active > a:hover,
|
| 4848 |
-
.ycd-bootstrap-wrapper .pagination > .active > span:hover,
|
| 4849 |
-
.ycd-bootstrap-wrapper .pagination > .active > a:focus,
|
| 4850 |
-
.ycd-bootstrap-wrapper .pagination > .active > span:focus {
|
| 4851 |
-
z-index: 3;
|
| 4852 |
-
color: #fff;
|
| 4853 |
-
cursor: default;
|
| 4854 |
-
background-color: #337ab7;
|
| 4855 |
-
border-color: #337ab7;
|
| 4856 |
-
}
|
| 4857 |
-
.ycd-bootstrap-wrapper .pagination > .disabled > span,
|
| 4858 |
-
.ycd-bootstrap-wrapper .pagination > .disabled > span:hover,
|
| 4859 |
-
.ycd-bootstrap-wrapper .pagination > .disabled > span:focus,
|
| 4860 |
-
.ycd-bootstrap-wrapper .pagination > .disabled > a,
|
| 4861 |
-
.ycd-bootstrap-wrapper .pagination > .disabled > a:hover,
|
| 4862 |
-
.ycd-bootstrap-wrapper .pagination > .disabled > a:focus {
|
| 4863 |
-
color: #777;
|
| 4864 |
-
cursor: not-allowed;
|
| 4865 |
-
background-color: #fff;
|
| 4866 |
-
border-color: #ddd;
|
| 4867 |
-
}
|
| 4868 |
-
.ycd-bootstrap-wrapper .pagination-lg > li > a,
|
| 4869 |
-
.ycd-bootstrap-wrapper .pagination-lg > li > span {
|
| 4870 |
-
padding: 10px 16px;
|
| 4871 |
-
font-size: 18px;
|
| 4872 |
-
line-height: 1.3333333;
|
| 4873 |
-
}
|
| 4874 |
-
.ycd-bootstrap-wrapper .pagination-lg > li:first-child > a,
|
| 4875 |
-
.ycd-bootstrap-wrapper .pagination-lg > li:first-child > span {
|
| 4876 |
-
border-top-left-radius: 6px;
|
| 4877 |
-
border-bottom-left-radius: 6px;
|
| 4878 |
-
}
|
| 4879 |
-
.ycd-bootstrap-wrapper .pagination-lg > li:last-child > a,
|
| 4880 |
-
.ycd-bootstrap-wrapper .pagination-lg > li:last-child > span {
|
| 4881 |
-
border-top-right-radius: 6px;
|
| 4882 |
-
border-bottom-right-radius: 6px;
|
| 4883 |
-
}
|
| 4884 |
-
.ycd-bootstrap-wrapper .pagination-sm > li > a,
|
| 4885 |
-
.ycd-bootstrap-wrapper .pagination-sm > li > span {
|
| 4886 |
-
padding: 5px 10px;
|
| 4887 |
-
font-size: 12px;
|
| 4888 |
-
line-height: 1.5;
|
| 4889 |
-
}
|
| 4890 |
-
.ycd-bootstrap-wrapper .pagination-sm > li:first-child > a,
|
| 4891 |
-
.ycd-bootstrap-wrapper .pagination-sm > li:first-child > span {
|
| 4892 |
-
border-top-left-radius: 3px;
|
| 4893 |
-
border-bottom-left-radius: 3px;
|
| 4894 |
-
}
|
| 4895 |
-
.ycd-bootstrap-wrapper .pagination-sm > li:last-child > a,
|
| 4896 |
-
.ycd-bootstrap-wrapper .pagination-sm > li:last-child > span {
|
| 4897 |
-
border-top-right-radius: 3px;
|
| 4898 |
-
border-bottom-right-radius: 3px;
|
| 4899 |
-
}
|
| 4900 |
-
.ycd-bootstrap-wrapper .pager {
|
| 4901 |
-
padding-left: 0;
|
| 4902 |
-
margin: 20px 0;
|
| 4903 |
-
text-align: center;
|
| 4904 |
-
list-style: none;
|
| 4905 |
-
}
|
| 4906 |
-
.ycd-bootstrap-wrapper .pager li {
|
| 4907 |
-
display: inline;
|
| 4908 |
-
}
|
| 4909 |
-
.ycd-bootstrap-wrapper .pager li > a,
|
| 4910 |
-
.ycd-bootstrap-wrapper .pager li > span {
|
| 4911 |
-
display: inline-block;
|
| 4912 |
-
padding: 5px 14px;
|
| 4913 |
-
background-color: #fff;
|
| 4914 |
-
border: 1px solid #ddd;
|
| 4915 |
-
border-radius: 15px;
|
| 4916 |
-
}
|
| 4917 |
-
.ycd-bootstrap-wrapper .pager li > a:hover,
|
| 4918 |
-
.ycd-bootstrap-wrapper .pager li > a:focus {
|
| 4919 |
-
text-decoration: none;
|
| 4920 |
-
background-color: #eee;
|
| 4921 |
-
}
|
| 4922 |
-
.ycd-bootstrap-wrapper .pager .next > a,
|
| 4923 |
-
.ycd-bootstrap-wrapper .pager .next > span {
|
| 4924 |
-
float: right;
|
| 4925 |
-
}
|
| 4926 |
-
.ycd-bootstrap-wrapper .pager .previous > a,
|
| 4927 |
-
.ycd-bootstrap-wrapper .pager .previous > span {
|
| 4928 |
-
float: left;
|
| 4929 |
-
}
|
| 4930 |
-
.ycd-bootstrap-wrapper .pager .disabled > a,
|
| 4931 |
-
.ycd-bootstrap-wrapper .pager .disabled > a:hover,
|
| 4932 |
-
.ycd-bootstrap-wrapper .pager .disabled > a:focus,
|
| 4933 |
-
.ycd-bootstrap-wrapper .pager .disabled > span {
|
| 4934 |
-
color: #777;
|
| 4935 |
-
cursor: not-allowed;
|
| 4936 |
-
background-color: #fff;
|
| 4937 |
-
}
|
| 4938 |
-
.ycd-bootstrap-wrapper .label {
|
| 4939 |
-
display: inline;
|
| 4940 |
-
padding: .2em .6em .3em;
|
| 4941 |
-
font-size: 75%;
|
| 4942 |
-
font-weight: bold;
|
| 4943 |
-
line-height: 1;
|
| 4944 |
-
color: #fff;
|
| 4945 |
-
text-align: center;
|
| 4946 |
-
white-space: nowrap;
|
| 4947 |
-
vertical-align: baseline;
|
| 4948 |
-
border-radius: .25em;
|
| 4949 |
-
}
|
| 4950 |
-
.ycd-bootstrap-wrapper a.label:hover,
|
| 4951 |
-
.ycd-bootstrap-wrapper a.label:focus {
|
| 4952 |
-
color: #fff;
|
| 4953 |
-
text-decoration: none;
|
| 4954 |
-
cursor: pointer;
|
| 4955 |
-
}
|
| 4956 |
-
.ycd-bootstrap-wrapper .label:empty {
|
| 4957 |
-
display: none;
|
| 4958 |
-
}
|
| 4959 |
-
.ycd-bootstrap-wrapper .btn .label {
|
| 4960 |
-
position: relative;
|
| 4961 |
-
top: -1px;
|
| 4962 |
-
}
|
| 4963 |
-
.ycd-bootstrap-wrapper .label-default {
|
| 4964 |
-
background-color: #777;
|
| 4965 |
-
}
|
| 4966 |
-
.ycd-bootstrap-wrapper .label-default[href]:hover,
|
| 4967 |
-
.ycd-bootstrap-wrapper .label-default[href]:focus {
|
| 4968 |
-
background-color: #5e5e5e;
|
| 4969 |
-
}
|
| 4970 |
-
.ycd-bootstrap-wrapper .label-primary {
|
| 4971 |
-
background-color: #337ab7;
|
| 4972 |
-
}
|
| 4973 |
-
.ycd-bootstrap-wrapper .label-primary[href]:hover,
|
| 4974 |
-
.ycd-bootstrap-wrapper .label-primary[href]:focus {
|
| 4975 |
-
background-color: #286090;
|
| 4976 |
-
}
|
| 4977 |
-
.ycd-bootstrap-wrapper .label-success {
|
| 4978 |
-
background-color: #5cb85c;
|
| 4979 |
-
}
|
| 4980 |
-
.ycd-bootstrap-wrapper .label-success[href]:hover,
|
| 4981 |
-
.ycd-bootstrap-wrapper .label-success[href]:focus {
|
| 4982 |
-
background-color: #449d44;
|
| 4983 |
-
}
|
| 4984 |
-
.ycd-bootstrap-wrapper .label-info {
|
| 4985 |
-
background-color: #5bc0de;
|
| 4986 |
-
}
|
| 4987 |
-
.ycd-bootstrap-wrapper .label-info[href]:hover,
|
| 4988 |
-
.ycd-bootstrap-wrapper .label-info[href]:focus {
|
| 4989 |
-
background-color: #31b0d5;
|
| 4990 |
-
}
|
| 4991 |
-
.ycd-bootstrap-wrapper .label-warning {
|
| 4992 |
-
background-color: #f0ad4e;
|
| 4993 |
-
}
|
| 4994 |
-
.ycd-bootstrap-wrapper .label-warning[href]:hover,
|
| 4995 |
-
.ycd-bootstrap-wrapper .label-warning[href]:focus {
|
| 4996 |
-
background-color: #ec971f;
|
| 4997 |
-
}
|
| 4998 |
-
.ycd-bootstrap-wrapper .label-danger {
|
| 4999 |
-
background-color: #d9534f;
|
| 5000 |
-
}
|
| 5001 |
-
.ycd-bootstrap-wrapper .label-danger[href]:hover,
|
| 5002 |
-
.ycd-bootstrap-wrapper .label-danger[href]:focus {
|
| 5003 |
-
background-color: #c9302c;
|
| 5004 |
-
}
|
| 5005 |
-
.ycd-bootstrap-wrapper .badge {
|
| 5006 |
-
display: inline-block;
|
| 5007 |
-
min-width: 10px;
|
| 5008 |
-
padding: 3px 7px;
|
| 5009 |
-
font-size: 12px;
|
| 5010 |
-
font-weight: bold;
|
| 5011 |
-
line-height: 1;
|
| 5012 |
-
color: #fff;
|
| 5013 |
-
text-align: center;
|
| 5014 |
-
white-space: nowrap;
|
| 5015 |
-
vertical-align: middle;
|
| 5016 |
-
background-color: #777;
|
| 5017 |
-
border-radius: 10px;
|
| 5018 |
-
}
|
| 5019 |
-
.ycd-bootstrap-wrapper .badge:empty {
|
| 5020 |
-
display: none;
|
| 5021 |
-
}
|
| 5022 |
-
.ycd-bootstrap-wrapper .btn .badge {
|
| 5023 |
-
position: relative;
|
| 5024 |
-
top: -1px;
|
| 5025 |
-
}
|
| 5026 |
-
.ycd-bootstrap-wrapper .btn-xs .badge,
|
| 5027 |
-
.ycd-bootstrap-wrapper .btn-group-xs > .btn .badge {
|
| 5028 |
-
top: 0;
|
| 5029 |
-
padding: 1px 5px;
|
| 5030 |
-
}
|
| 5031 |
-
.ycd-bootstrap-wrapper a.badge:hover,
|
| 5032 |
-
.ycd-bootstrap-wrapper a.badge:focus {
|
| 5033 |
-
color: #fff;
|
| 5034 |
-
text-decoration: none;
|
| 5035 |
-
cursor: pointer;
|
| 5036 |
-
}
|
| 5037 |
-
.ycd-bootstrap-wrapper .list-group-item.active > .badge,
|
| 5038 |
-
.ycd-bootstrap-wrapper .nav-pills > .active > a > .badge {
|
| 5039 |
-
color: #337ab7;
|
| 5040 |
-
background-color: #fff;
|
| 5041 |
-
}
|
| 5042 |
-
.ycd-bootstrap-wrapper .list-group-item > .badge {
|
| 5043 |
-
float: right;
|
| 5044 |
-
}
|
| 5045 |
-
.ycd-bootstrap-wrapper .list-group-item > .badge + .badge {
|
| 5046 |
-
margin-right: 5px;
|
| 5047 |
-
}
|
| 5048 |
-
.ycd-bootstrap-wrapper .nav-pills > li > a > .badge {
|
| 5049 |
-
margin-left: 3px;
|
| 5050 |
-
}
|
| 5051 |
-
.ycd-bootstrap-wrapper .jumbotron {
|
| 5052 |
-
padding-top: 30px;
|
| 5053 |
-
padding-bottom: 30px;
|
| 5054 |
-
margin-bottom: 30px;
|
| 5055 |
-
color: inherit;
|
| 5056 |
-
background-color: #eee;
|
| 5057 |
-
}
|
| 5058 |
-
.ycd-bootstrap-wrapper .jumbotron h1,
|
| 5059 |
-
.ycd-bootstrap-wrapper .jumbotron .h1 {
|
| 5060 |
-
color: inherit;
|
| 5061 |
-
}
|
| 5062 |
-
.ycd-bootstrap-wrapper .jumbotron p {
|
| 5063 |
-
margin-bottom: 15px;
|
| 5064 |
-
font-size: 21px;
|
| 5065 |
-
font-weight: 200;
|
| 5066 |
-
}
|
| 5067 |
-
.ycd-bootstrap-wrapper .jumbotron > hr {
|
| 5068 |
-
border-top-color: #d5d5d5;
|
| 5069 |
-
}
|
| 5070 |
-
.ycd-bootstrap-wrapper .container .jumbotron,
|
| 5071 |
-
.ycd-bootstrap-wrapper .container-fluid .jumbotron {
|
| 5072 |
-
padding-right: 15px;
|
| 5073 |
-
padding-left: 15px;
|
| 5074 |
-
border-radius: 6px;
|
| 5075 |
-
}
|
| 5076 |
-
.ycd-bootstrap-wrapper .jumbotron .container {
|
| 5077 |
-
max-width: 100%;
|
| 5078 |
-
}
|
| 5079 |
-
@media screen and (min-width: 768px) {
|
| 5080 |
-
.ycd-bootstrap-wrapper .jumbotron {
|
| 5081 |
-
padding-top: 48px;
|
| 5082 |
-
padding-bottom: 48px;
|
| 5083 |
-
}
|
| 5084 |
-
.ycd-bootstrap-wrapper .container .jumbotron,
|
| 5085 |
-
.ycd-bootstrap-wrapper .container-fluid .jumbotron {
|
| 5086 |
-
padding-right: 60px;
|
| 5087 |
-
padding-left: 60px;
|
| 5088 |
-
}
|
| 5089 |
-
.ycd-bootstrap-wrapper .jumbotron h1,
|
| 5090 |
-
.ycd-bootstrap-wrapper .jumbotron .h1 {
|
| 5091 |
-
font-size: 63px;
|
| 5092 |
-
}
|
| 5093 |
-
}
|
| 5094 |
-
.ycd-bootstrap-wrapper .thumbnail {
|
| 5095 |
-
display: block;
|
| 5096 |
-
padding: 4px;
|
| 5097 |
-
margin-bottom: 20px;
|
| 5098 |
-
line-height: 1.42857143;
|
| 5099 |
-
background-color: #fff;
|
| 5100 |
-
border: 1px solid #ddd;
|
| 5101 |
-
border-radius: 4px;
|
| 5102 |
-
-webkit-transition: border 0.2s ease-in-out;
|
| 5103 |
-
-o-transition: border 0.2s ease-in-out;
|
| 5104 |
-
transition: border 0.2s ease-in-out;
|
| 5105 |
-
}
|
| 5106 |
-
.ycd-bootstrap-wrapper .thumbnail > img,
|
| 5107 |
-
.ycd-bootstrap-wrapper .thumbnail a > img {
|
| 5108 |
-
margin-right: auto;
|
| 5109 |
-
margin-left: auto;
|
| 5110 |
-
}
|
| 5111 |
-
.ycd-bootstrap-wrapper a.thumbnail:hover,
|
| 5112 |
-
.ycd-bootstrap-wrapper a.thumbnail:focus,
|
| 5113 |
-
.ycd-bootstrap-wrapper a.thumbnail.active {
|
| 5114 |
-
border-color: #337ab7;
|
| 5115 |
-
}
|
| 5116 |
-
.ycd-bootstrap-wrapper .thumbnail .caption {
|
| 5117 |
-
padding: 9px;
|
| 5118 |
-
color: #333;
|
| 5119 |
-
}
|
| 5120 |
-
.ycd-bootstrap-wrapper .alert {
|
| 5121 |
-
padding: 15px;
|
| 5122 |
-
margin-bottom: 20px;
|
| 5123 |
-
border: 1px solid transparent;
|
| 5124 |
-
border-radius: 4px;
|
| 5125 |
-
}
|
| 5126 |
-
.ycd-bootstrap-wrapper .alert h4 {
|
| 5127 |
-
margin-top: 0;
|
| 5128 |
-
color: inherit;
|
| 5129 |
-
}
|
| 5130 |
-
.ycd-bootstrap-wrapper .alert .alert-link {
|
| 5131 |
-
font-weight: bold;
|
| 5132 |
-
}
|
| 5133 |
-
.ycd-bootstrap-wrapper .alert > p,
|
| 5134 |
-
.ycd-bootstrap-wrapper .alert > ul {
|
| 5135 |
-
margin-bottom: 0;
|
| 5136 |
-
}
|
| 5137 |
-
.ycd-bootstrap-wrapper .alert > p + p {
|
| 5138 |
-
margin-top: 5px;
|
| 5139 |
-
}
|
| 5140 |
-
.ycd-bootstrap-wrapper .alert-dismissable,
|
| 5141 |
-
.ycd-bootstrap-wrapper .alert-dismissible {
|
| 5142 |
-
padding-right: 35px;
|
| 5143 |
-
}
|
| 5144 |
-
.ycd-bootstrap-wrapper .alert-dismissable .close,
|
| 5145 |
-
.ycd-bootstrap-wrapper .alert-dismissible .close {
|
| 5146 |
-
position: relative;
|
| 5147 |
-
top: -2px;
|
| 5148 |
-
right: -21px;
|
| 5149 |
-
color: inherit;
|
| 5150 |
-
}
|
| 5151 |
-
.ycd-bootstrap-wrapper .alert-success {
|
| 5152 |
-
color: #3c763d;
|
| 5153 |
-
background-color: #dff0d8;
|
| 5154 |
-
border-color: #d6e9c6;
|
| 5155 |
-
}
|
| 5156 |
-
.ycd-bootstrap-wrapper .alert-success hr {
|
| 5157 |
-
border-top-color: #c9e2b3;
|
| 5158 |
-
}
|
| 5159 |
-
.ycd-bootstrap-wrapper .alert-success .alert-link {
|
| 5160 |
-
color: #2b542c;
|
| 5161 |
-
}
|
| 5162 |
-
.ycd-bootstrap-wrapper .alert-info {
|
| 5163 |
-
color: #31708f;
|
| 5164 |
-
background-color: #d9edf7;
|
| 5165 |
-
border-color: #bce8f1;
|
| 5166 |
-
}
|
| 5167 |
-
.ycd-bootstrap-wrapper .alert-info hr {
|
| 5168 |
-
border-top-color: #a6e1ec;
|
| 5169 |
-
}
|
| 5170 |
-
.ycd-bootstrap-wrapper .alert-info .alert-link {
|
| 5171 |
-
color: #245269;
|
| 5172 |
-
}
|
| 5173 |
-
.ycd-bootstrap-wrapper .alert-warning {
|
| 5174 |
-
color: #8a6d3b;
|
| 5175 |
-
background-color: #fcf8e3;
|
| 5176 |
-
border-color: #faebcc;
|
| 5177 |
-
}
|
| 5178 |
-
.ycd-bootstrap-wrapper .alert-warning hr {
|
| 5179 |
-
border-top-color: #f7e1b5;
|
| 5180 |
-
}
|
| 5181 |
-
.ycd-bootstrap-wrapper .alert-warning .alert-link {
|
| 5182 |
-
color: #66512c;
|
| 5183 |
-
}
|
| 5184 |
-
.ycd-bootstrap-wrapper .alert-danger {
|
| 5185 |
-
color: #a94442;
|
| 5186 |
-
background-color: #f2dede;
|
| 5187 |
-
border-color: #ebccd1;
|
| 5188 |
-
}
|
| 5189 |
-
.ycd-bootstrap-wrapper .alert-danger hr {
|
| 5190 |
-
border-top-color: #e4b9c0;
|
| 5191 |
-
}
|
| 5192 |
-
.ycd-bootstrap-wrapper .alert-danger .alert-link {
|
| 5193 |
-
color: #843534;
|
| 5194 |
-
}
|
| 5195 |
-
@-webkit-keyframes progress-bar-stripes {
|
| 5196 |
-
from {
|
| 5197 |
-
background-position: 40px 0;
|
| 5198 |
-
}
|
| 5199 |
-
to {
|
| 5200 |
-
background-position: 0 0;
|
| 5201 |
-
}
|
| 5202 |
-
}
|
| 5203 |
-
@-o-keyframes progress-bar-stripes {
|
| 5204 |
-
from {
|
| 5205 |
-
background-position: 40px 0;
|
| 5206 |
-
}
|
| 5207 |
-
to {
|
| 5208 |
-
background-position: 0 0;
|
| 5209 |
-
}
|
| 5210 |
-
}
|
| 5211 |
-
@keyframes progress-bar-stripes {
|
| 5212 |
-
from {
|
| 5213 |
-
background-position: 40px 0;
|
| 5214 |
-
}
|
| 5215 |
-
to {
|
| 5216 |
-
background-position: 0 0;
|
| 5217 |
-
}
|
| 5218 |
-
}
|
| 5219 |
-
.ycd-bootstrap-wrapper .progress {
|
| 5220 |
-
height: 20px;
|
| 5221 |
-
margin-bottom: 20px;
|
| 5222 |
-
overflow: hidden;
|
| 5223 |
-
background-color: #f5f5f5;
|
| 5224 |
-
border-radius: 4px;
|
| 5225 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
| 5226 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
| 5227 |
-
}
|
| 5228 |
-
.ycd-bootstrap-wrapper .progress-bar {
|
| 5229 |
-
float: left;
|
| 5230 |
-
width: 0;
|
| 5231 |
-
height: 100%;
|
| 5232 |
-
font-size: 12px;
|
| 5233 |
-
line-height: 20px;
|
| 5234 |
-
color: #fff;
|
| 5235 |
-
text-align: center;
|
| 5236 |
-
background-color: #337ab7;
|
| 5237 |
-
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
| 5238 |
-
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
| 5239 |
-
-webkit-transition: width .6s ease;
|
| 5240 |
-
-o-transition: width .6s ease;
|
| 5241 |
-
transition: width .6s ease;
|
| 5242 |
-
}
|
| 5243 |
-
.ycd-bootstrap-wrapper .progress-striped .progress-bar,
|
| 5244 |
-
.ycd-bootstrap-wrapper .progress-bar-striped {
|
| 5245 |
-
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);
|
| 5246 |
-
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);
|
| 5247 |
-
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);
|
| 5248 |
-
-webkit-background-size: 40px 40px;
|
| 5249 |
-
background-size: 40px 40px;
|
| 5250 |
-
}
|
| 5251 |
-
.ycd-bootstrap-wrapper .progress.active .progress-bar,
|
| 5252 |
-
.ycd-bootstrap-wrapper .progress-bar.active {
|
| 5253 |
-
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
| 5254 |
-
-o-animation: progress-bar-stripes 2s linear infinite;
|
| 5255 |
-
animation: progress-bar-stripes 2s linear infinite;
|
| 5256 |
-
}
|
| 5257 |
-
.ycd-bootstrap-wrapper .progress-bar-success {
|
| 5258 |
-
background-color: #5cb85c;
|
| 5259 |
-
}
|
| 5260 |
-
.ycd-bootstrap-wrapper .progress-striped .progress-bar-success {
|
| 5261 |
-
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);
|
| 5262 |
-
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);
|
| 5263 |
-
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);
|
| 5264 |
-
}
|
| 5265 |
-
.ycd-bootstrap-wrapper .progress-bar-info {
|
| 5266 |
-
background-color: #5bc0de;
|
| 5267 |
-
}
|
| 5268 |
-
.ycd-bootstrap-wrapper .progress-striped .progress-bar-info {
|
| 5269 |
-
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);
|
| 5270 |
-
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);
|
| 5271 |
-
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);
|
| 5272 |
-
}
|
| 5273 |
-
.ycd-bootstrap-wrapper .progress-bar-warning {
|
| 5274 |
-
background-color: #f0ad4e;
|
| 5275 |
-
}
|
| 5276 |
-
.ycd-bootstrap-wrapper .progress-striped .progress-bar-warning {
|
| 5277 |
-
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);
|
| 5278 |
-
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);
|
| 5279 |
-
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);
|
| 5280 |
-
}
|
| 5281 |
-
.ycd-bootstrap-wrapper .progress-bar-danger {
|
| 5282 |
-
background-color: #d9534f;
|
| 5283 |
-
}
|
| 5284 |
-
.ycd-bootstrap-wrapper .progress-striped .progress-bar-danger {
|
| 5285 |
-
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);
|
| 5286 |
-
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);
|
| 5287 |
-
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);
|
| 5288 |
-
}
|
| 5289 |
-
.ycd-bootstrap-wrapper .media {
|
| 5290 |
-
margin-top: 15px;
|
| 5291 |
-
}
|
| 5292 |
-
.ycd-bootstrap-wrapper .media:first-child {
|
| 5293 |
-
margin-top: 0;
|
| 5294 |
-
}
|
| 5295 |
-
.ycd-bootstrap-wrapper .media,
|
| 5296 |
-
.ycd-bootstrap-wrapper .media-body {
|
| 5297 |
-
overflow: hidden;
|
| 5298 |
-
zoom: 1;
|
| 5299 |
-
}
|
| 5300 |
-
.ycd-bootstrap-wrapper .media-body {
|
| 5301 |
-
width: 10000px;
|
| 5302 |
-
}
|
| 5303 |
-
.ycd-bootstrap-wrapper .media-object {
|
| 5304 |
-
display: block;
|
| 5305 |
-
}
|
| 5306 |
-
.ycd-bootstrap-wrapper .media-object.img-thumbnail {
|
| 5307 |
-
max-width: none;
|
| 5308 |
-
}
|
| 5309 |
-
.ycd-bootstrap-wrapper .media-right,
|
| 5310 |
-
.ycd-bootstrap-wrapper .media > .pull-right {
|
| 5311 |
-
padding-left: 10px;
|
| 5312 |
-
}
|
| 5313 |
-
.ycd-bootstrap-wrapper .media-left,
|
| 5314 |
-
.ycd-bootstrap-wrapper .media > .pull-left {
|
| 5315 |
-
padding-right: 10px;
|
| 5316 |
-
}
|
| 5317 |
-
.ycd-bootstrap-wrapper .media-left,
|
| 5318 |
-
.ycd-bootstrap-wrapper .media-right,
|
| 5319 |
-
.ycd-bootstrap-wrapper .media-body {
|
| 5320 |
-
display: table-cell;
|
| 5321 |
-
vertical-align: top;
|
| 5322 |
-
}
|
| 5323 |
-
.ycd-bootstrap-wrapper .media-middle {
|
| 5324 |
-
vertical-align: middle;
|
| 5325 |
-
}
|
| 5326 |
-
.ycd-bootstrap-wrapper .media-bottom {
|
| 5327 |
-
vertical-align: bottom;
|
| 5328 |
-
}
|
| 5329 |
-
.ycd-bootstrap-wrapper .media-heading {
|
| 5330 |
-
margin-top: 0;
|
| 5331 |
-
margin-bottom: 5px;
|
| 5332 |
-
}
|
| 5333 |
-
.ycd-bootstrap-wrapper .media-list {
|
| 5334 |
-
padding-left: 0;
|
| 5335 |
-
list-style: none;
|
| 5336 |
-
}
|
| 5337 |
-
.ycd-bootstrap-wrapper .list-group {
|
| 5338 |
-
padding-left: 0;
|
| 5339 |
-
margin-bottom: 20px;
|
| 5340 |
-
}
|
| 5341 |
-
.ycd-bootstrap-wrapper .list-group-item {
|
| 5342 |
-
position: relative;
|
| 5343 |
-
display: block;
|
| 5344 |
-
padding: 10px 15px;
|
| 5345 |
-
margin-bottom: -1px;
|
| 5346 |
-
background-color: #fff;
|
| 5347 |
-
border: 1px solid #ddd;
|
| 5348 |
-
}
|
| 5349 |
-
.ycd-bootstrap-wrapper .list-group-item:first-child {
|
| 5350 |
-
border-top-left-radius: 4px;
|
| 5351 |
-
border-top-right-radius: 4px;
|
| 5352 |
-
}
|
| 5353 |
-
.ycd-bootstrap-wrapper .list-group-item:last-child {
|
| 5354 |
-
margin-bottom: 0;
|
| 5355 |
-
border-bottom-right-radius: 4px;
|
| 5356 |
-
border-bottom-left-radius: 4px;
|
| 5357 |
-
}
|
| 5358 |
-
.ycd-bootstrap-wrapper a.list-group-item,
|
| 5359 |
-
.ycd-bootstrap-wrapper button.list-group-item {
|
| 5360 |
-
color: #555;
|
| 5361 |
-
}
|
| 5362 |
-
.ycd-bootstrap-wrapper a.list-group-item .list-group-item-heading,
|
| 5363 |
-
.ycd-bootstrap-wrapper button.list-group-item .list-group-item-heading {
|
| 5364 |
-
color: #333;
|
| 5365 |
-
}
|
| 5366 |
-
.ycd-bootstrap-wrapper a.list-group-item:hover,
|
| 5367 |
-
.ycd-bootstrap-wrapper button.list-group-item:hover,
|
| 5368 |
-
.ycd-bootstrap-wrapper a.list-group-item:focus,
|
| 5369 |
-
.ycd-bootstrap-wrapper button.list-group-item:focus {
|
| 5370 |
-
color: #555;
|
| 5371 |
-
text-decoration: none;
|
| 5372 |
-
background-color: #f5f5f5;
|
| 5373 |
-
}
|
| 5374 |
-
.ycd-bootstrap-wrapper button.list-group-item {
|
| 5375 |
-
width: 100%;
|
| 5376 |
-
text-align: left;
|
| 5377 |
-
}
|
| 5378 |
-
.ycd-bootstrap-wrapper .list-group-item.disabled,
|
| 5379 |
-
.ycd-bootstrap-wrapper .list-group-item.disabled:hover,
|
| 5380 |
-
.ycd-bootstrap-wrapper .list-group-item.disabled:focus {
|
| 5381 |
-
color: #777;
|
| 5382 |
-
cursor: not-allowed;
|
| 5383 |
-
background-color: #eee;
|
| 5384 |
-
}
|
| 5385 |
-
.ycd-bootstrap-wrapper .list-group-item.disabled .list-group-item-heading,
|
| 5386 |
-
.ycd-bootstrap-wrapper .list-group-item.disabled:hover .list-group-item-heading,
|
| 5387 |
-
.ycd-bootstrap-wrapper .list-group-item.disabled:focus .list-group-item-heading {
|
| 5388 |
-
color: inherit;
|
| 5389 |
-
}
|
| 5390 |
-
.ycd-bootstrap-wrapper .list-group-item.disabled .list-group-item-text,
|
| 5391 |
-
.ycd-bootstrap-wrapper .list-group-item.disabled:hover .list-group-item-text,
|
| 5392 |
-
.ycd-bootstrap-wrapper .list-group-item.disabled:focus .list-group-item-text {
|
| 5393 |
-
color: #777;
|
| 5394 |
-
}
|
| 5395 |
-
.ycd-bootstrap-wrapper .list-group-item.active,
|
| 5396 |
-
.ycd-bootstrap-wrapper .list-group-item.active:hover,
|
| 5397 |
-
.ycd-bootstrap-wrapper .list-group-item.active:focus {
|
| 5398 |
-
z-index: 2;
|
| 5399 |
-
color: #fff;
|
| 5400 |
-
background-color: #337ab7;
|
| 5401 |
-
border-color: #337ab7;
|
| 5402 |
-
}
|
| 5403 |
-
.ycd-bootstrap-wrapper .list-group-item.active .list-group-item-heading,
|
| 5404 |
-
.ycd-bootstrap-wrapper .list-group-item.active:hover .list-group-item-heading,
|
| 5405 |
-
.ycd-bootstrap-wrapper .list-group-item.active:focus .list-group-item-heading,
|
| 5406 |
-
.ycd-bootstrap-wrapper .list-group-item.active .list-group-item-heading > small,
|
| 5407 |
-
.ycd-bootstrap-wrapper .list-group-item.active:hover .list-group-item-heading > small,
|
| 5408 |
-
.ycd-bootstrap-wrapper .list-group-item.active:focus .list-group-item-heading > small,
|
| 5409 |
-
.ycd-bootstrap-wrapper .list-group-item.active .list-group-item-heading > .small,
|
| 5410 |
-
.ycd-bootstrap-wrapper .list-group-item.active:hover .list-group-item-heading > .small,
|
| 5411 |
-
.ycd-bootstrap-wrapper .list-group-item.active:focus .list-group-item-heading > .small {
|
| 5412 |
-
color: inherit;
|
| 5413 |
-
}
|
| 5414 |
-
.ycd-bootstrap-wrapper .list-group-item.active .list-group-item-text,
|
| 5415 |
-
.ycd-bootstrap-wrapper .list-group-item.active:hover .list-group-item-text,
|
| 5416 |
-
.ycd-bootstrap-wrapper .list-group-item.active:focus .list-group-item-text {
|
| 5417 |
-
color: #c7ddef;
|
| 5418 |
-
}
|
| 5419 |
-
.ycd-bootstrap-wrapper .list-group-item-success {
|
| 5420 |
-
color: #3c763d;
|
| 5421 |
-
background-color: #dff0d8;
|
| 5422 |
-
}
|
| 5423 |
-
.ycd-bootstrap-wrapper a.list-group-item-success,
|
| 5424 |
-
.ycd-bootstrap-wrapper button.list-group-item-success {
|
| 5425 |
-
color: #3c763d;
|
| 5426 |
-
}
|
| 5427 |
-
.ycd-bootstrap-wrapper a.list-group-item-success .list-group-item-heading,
|
| 5428 |
-
.ycd-bootstrap-wrapper button.list-group-item-success .list-group-item-heading {
|
| 5429 |
-
color: inherit;
|
| 5430 |
-
}
|
| 5431 |
-
.ycd-bootstrap-wrapper a.list-group-item-success:hover,
|
| 5432 |
-
.ycd-bootstrap-wrapper button.list-group-item-success:hover,
|
| 5433 |
-
.ycd-bootstrap-wrapper a.list-group-item-success:focus,
|
| 5434 |
-
.ycd-bootstrap-wrapper button.list-group-item-success:focus {
|
| 5435 |
-
color: #3c763d;
|
| 5436 |
-
background-color: #d0e9c6;
|
| 5437 |
-
}
|
| 5438 |
-
.ycd-bootstrap-wrapper a.list-group-item-success.active,
|
| 5439 |
-
.ycd-bootstrap-wrapper button.list-group-item-success.active,
|
| 5440 |
-
.ycd-bootstrap-wrapper a.list-group-item-success.active:hover,
|
| 5441 |
-
.ycd-bootstrap-wrapper button.list-group-item-success.active:hover,
|
| 5442 |
-
.ycd-bootstrap-wrapper a.list-group-item-success.active:focus,
|
| 5443 |
-
.ycd-bootstrap-wrapper button.list-group-item-success.active:focus {
|
| 5444 |
-
color: #fff;
|
| 5445 |
-
background-color: #3c763d;
|
| 5446 |
-
border-color: #3c763d;
|
| 5447 |
-
}
|
| 5448 |
-
.ycd-bootstrap-wrapper .list-group-item-info {
|
| 5449 |
-
color: #31708f;
|
| 5450 |
-
background-color: #d9edf7;
|
| 5451 |
-
}
|
| 5452 |
-
.ycd-bootstrap-wrapper a.list-group-item-info,
|
| 5453 |
-
.ycd-bootstrap-wrapper button.list-group-item-info {
|
| 5454 |
-
color: #31708f;
|
| 5455 |
-
}
|
| 5456 |
-
.ycd-bootstrap-wrapper a.list-group-item-info .list-group-item-heading,
|
| 5457 |
-
.ycd-bootstrap-wrapper button.list-group-item-info .list-group-item-heading {
|
| 5458 |
-
color: inherit;
|
| 5459 |
-
}
|
| 5460 |
-
.ycd-bootstrap-wrapper a.list-group-item-info:hover,
|
| 5461 |
-
.ycd-bootstrap-wrapper button.list-group-item-info:hover,
|
| 5462 |
-
.ycd-bootstrap-wrapper a.list-group-item-info:focus,
|
| 5463 |
-
.ycd-bootstrap-wrapper button.list-group-item-info:focus {
|
| 5464 |
-
color: #31708f;
|
| 5465 |
-
background-color: #c4e3f3;
|
| 5466 |
-
}
|
| 5467 |
-
.ycd-bootstrap-wrapper a.list-group-item-info.active,
|
| 5468 |
-
.ycd-bootstrap-wrapper button.list-group-item-info.active,
|
| 5469 |
-
.ycd-bootstrap-wrapper a.list-group-item-info.active:hover,
|
| 5470 |
-
.ycd-bootstrap-wrapper button.list-group-item-info.active:hover,
|
| 5471 |
-
.ycd-bootstrap-wrapper a.list-group-item-info.active:focus,
|
| 5472 |
-
.ycd-bootstrap-wrapper button.list-group-item-info.active:focus {
|
| 5473 |
-
color: #fff;
|
| 5474 |
-
background-color: #31708f;
|
| 5475 |
-
border-color: #31708f;
|
| 5476 |
-
}
|
| 5477 |
-
.ycd-bootstrap-wrapper .list-group-item-warning {
|
| 5478 |
-
color: #8a6d3b;
|
| 5479 |
-
background-color: #fcf8e3;
|
| 5480 |
-
}
|
| 5481 |
-
.ycd-bootstrap-wrapper a.list-group-item-warning,
|
| 5482 |
-
.ycd-bootstrap-wrapper button.list-group-item-warning {
|
| 5483 |
-
color: #8a6d3b;
|
| 5484 |
-
}
|
| 5485 |
-
.ycd-bootstrap-wrapper a.list-group-item-warning .list-group-item-heading,
|
| 5486 |
-
.ycd-bootstrap-wrapper button.list-group-item-warning .list-group-item-heading {
|
| 5487 |
-
color: inherit;
|
| 5488 |
-
}
|
| 5489 |
-
.ycd-bootstrap-wrapper a.list-group-item-warning:hover,
|
| 5490 |
-
.ycd-bootstrap-wrapper button.list-group-item-warning:hover,
|
| 5491 |
-
.ycd-bootstrap-wrapper a.list-group-item-warning:focus,
|
| 5492 |
-
.ycd-bootstrap-wrapper button.list-group-item-warning:focus {
|
| 5493 |
-
color: #8a6d3b;
|
| 5494 |
-
background-color: #faf2cc;
|
| 5495 |
-
}
|
| 5496 |
-
.ycd-bootstrap-wrapper a.list-group-item-warning.active,
|
| 5497 |
-
.ycd-bootstrap-wrapper button.list-group-item-warning.active,
|
| 5498 |
-
.ycd-bootstrap-wrapper a.list-group-item-warning.active:hover,
|
| 5499 |
-
.ycd-bootstrap-wrapper button.list-group-item-warning.active:hover,
|
| 5500 |
-
.ycd-bootstrap-wrapper a.list-group-item-warning.active:focus,
|
| 5501 |
-
.ycd-bootstrap-wrapper button.list-group-item-warning.active:focus {
|
| 5502 |
-
color: #fff;
|
| 5503 |
-
background-color: #8a6d3b;
|
| 5504 |
-
border-color: #8a6d3b;
|
| 5505 |
-
}
|
| 5506 |
-
.ycd-bootstrap-wrapper .list-group-item-danger {
|
| 5507 |
-
color: #a94442;
|
| 5508 |
-
background-color: #f2dede;
|
| 5509 |
-
}
|
| 5510 |
-
.ycd-bootstrap-wrapper a.list-group-item-danger,
|
| 5511 |
-
.ycd-bootstrap-wrapper button.list-group-item-danger {
|
| 5512 |
-
color: #a94442;
|
| 5513 |
-
}
|
| 5514 |
-
.ycd-bootstrap-wrapper a.list-group-item-danger .list-group-item-heading,
|
| 5515 |
-
.ycd-bootstrap-wrapper button.list-group-item-danger .list-group-item-heading {
|
| 5516 |
-
color: inherit;
|
| 5517 |
-
}
|
| 5518 |
-
.ycd-bootstrap-wrapper a.list-group-item-danger:hover,
|
| 5519 |
-
.ycd-bootstrap-wrapper button.list-group-item-danger:hover,
|
| 5520 |
-
.ycd-bootstrap-wrapper a.list-group-item-danger:focus,
|
| 5521 |
-
.ycd-bootstrap-wrapper button.list-group-item-danger:focus {
|
| 5522 |
-
color: #a94442;
|
| 5523 |
-
background-color: #ebcccc;
|
| 5524 |
-
}
|
| 5525 |
-
.ycd-bootstrap-wrapper a.list-group-item-danger.active,
|
| 5526 |
-
.ycd-bootstrap-wrapper button.list-group-item-danger.active,
|
| 5527 |
-
.ycd-bootstrap-wrapper a.list-group-item-danger.active:hover,
|
| 5528 |
-
.ycd-bootstrap-wrapper button.list-group-item-danger.active:hover,
|
| 5529 |
-
.ycd-bootstrap-wrapper a.list-group-item-danger.active:focus,
|
| 5530 |
-
.ycd-bootstrap-wrapper button.list-group-item-danger.active:focus {
|
| 5531 |
-
color: #fff;
|
| 5532 |
-
background-color: #a94442;
|
| 5533 |
-
border-color: #a94442;
|
| 5534 |
-
}
|
| 5535 |
-
.ycd-bootstrap-wrapper .list-group-item-heading {
|
| 5536 |
-
margin-top: 0;
|
| 5537 |
-
margin-bottom: 5px;
|
| 5538 |
-
}
|
| 5539 |
-
.ycd-bootstrap-wrapper .list-group-item-text {
|
| 5540 |
-
margin-bottom: 0;
|
| 5541 |
-
line-height: 1.3;
|
| 5542 |
-
}
|
| 5543 |
-
.ycd-bootstrap-wrapper .panel {
|
| 5544 |
-
margin-bottom: 20px;
|
| 5545 |
-
background-color: #fff;
|
| 5546 |
-
border: 1px solid transparent;
|
| 5547 |
-
border-radius: 4px;
|
| 5548 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
| 5549 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
| 5550 |
-
}
|
| 5551 |
-
.ycd-bootstrap-wrapper .panel-body {
|
| 5552 |
-
padding: 15px;
|
| 5553 |
-
}
|
| 5554 |
-
.ycd-bootstrap-wrapper .panel-heading {
|
| 5555 |
-
padding: 10px 15px;
|
| 5556 |
-
border-bottom: 1px solid transparent;
|
| 5557 |
-
border-top-left-radius: 3px;
|
| 5558 |
-
border-top-right-radius: 3px;
|
| 5559 |
-
}
|
| 5560 |
-
.ycd-bootstrap-wrapper .panel-heading > .dropdown .dropdown-toggle {
|
| 5561 |
-
color: inherit;
|
| 5562 |
-
}
|
| 5563 |
-
.ycd-bootstrap-wrapper .panel-title {
|
| 5564 |
-
margin-top: 0;
|
| 5565 |
-
margin-bottom: 0;
|
| 5566 |
-
font-size: 16px;
|
| 5567 |
-
color: inherit;
|
| 5568 |
-
}
|
| 5569 |
-
.ycd-bootstrap-wrapper .panel-title > a,
|
| 5570 |
-
.ycd-bootstrap-wrapper .panel-title > small,
|
| 5571 |
-
.ycd-bootstrap-wrapper .panel-title > .small,
|
| 5572 |
-
.ycd-bootstrap-wrapper .panel-title > small > a,
|
| 5573 |
-
.ycd-bootstrap-wrapper .panel-title > .small > a {
|
| 5574 |
-
color: inherit;
|
| 5575 |
-
}
|
| 5576 |
-
.ycd-bootstrap-wrapper .panel-footer {
|
| 5577 |
-
padding: 10px 15px;
|
| 5578 |
-
background-color: #f5f5f5;
|
| 5579 |
-
border-top: 1px solid #ddd;
|
| 5580 |
-
border-bottom-right-radius: 3px;
|
| 5581 |
-
border-bottom-left-radius: 3px;
|
| 5582 |
-
}
|
| 5583 |
-
.ycd-bootstrap-wrapper .panel > .list-group,
|
| 5584 |
-
.ycd-bootstrap-wrapper .panel > .panel-collapse > .list-group {
|
| 5585 |
-
margin-bottom: 0;
|
| 5586 |
-
}
|
| 5587 |
-
.ycd-bootstrap-wrapper .panel > .list-group .list-group-item,
|
| 5588 |
-
.ycd-bootstrap-wrapper .panel > .panel-collapse > .list-group .list-group-item {
|
| 5589 |
-
border-width: 1px 0;
|
| 5590 |
-
border-radius: 0;
|
| 5591 |
-
}
|
| 5592 |
-
.ycd-bootstrap-wrapper .panel > .list-group:first-child .list-group-item:first-child,
|
| 5593 |
-
.ycd-bootstrap-wrapper .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
|
| 5594 |
-
border-top: 0;
|
| 5595 |
-
border-top-left-radius: 3px;
|
| 5596 |
-
border-top-right-radius: 3px;
|
| 5597 |
-
}
|
| 5598 |
-
.ycd-bootstrap-wrapper .panel > .list-group:last-child .list-group-item:last-child,
|
| 5599 |
-
.ycd-bootstrap-wrapper .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
|
| 5600 |
-
border-bottom: 0;
|
| 5601 |
-
border-bottom-right-radius: 3px;
|
| 5602 |
-
border-bottom-left-radius: 3px;
|
| 5603 |
-
}
|
| 5604 |
-
.ycd-bootstrap-wrapper .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
|
| 5605 |
-
border-top-left-radius: 0;
|
| 5606 |
-
border-top-right-radius: 0;
|
| 5607 |
-
}
|
| 5608 |
-
.ycd-bootstrap-wrapper .panel-heading + .list-group .list-group-item:first-child {
|
| 5609 |
-
border-top-width: 0;
|
| 5610 |
-
}
|
| 5611 |
-
.ycd-bootstrap-wrapper .list-group + .panel-footer {
|
| 5612 |
-
border-top-width: 0;
|
| 5613 |
-
}
|
| 5614 |
-
.ycd-bootstrap-wrapper .panel > .table,
|
| 5615 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table,
|
| 5616 |
-
.ycd-bootstrap-wrapper .panel > .panel-collapse > .table {
|
| 5617 |
-
margin-bottom: 0;
|
| 5618 |
-
}
|
| 5619 |
-
.ycd-bootstrap-wrapper .panel > .table caption,
|
| 5620 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table caption,
|
| 5621 |
-
.ycd-bootstrap-wrapper .panel > .panel-collapse > .table caption {
|
| 5622 |
-
padding-right: 15px;
|
| 5623 |
-
padding-left: 15px;
|
| 5624 |
-
}
|
| 5625 |
-
.ycd-bootstrap-wrapper .panel > .table:first-child,
|
| 5626 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child {
|
| 5627 |
-
border-top-left-radius: 3px;
|
| 5628 |
-
border-top-right-radius: 3px;
|
| 5629 |
-
}
|
| 5630 |
-
.ycd-bootstrap-wrapper .panel > .table:first-child > thead:first-child > tr:first-child,
|
| 5631 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
|
| 5632 |
-
.ycd-bootstrap-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child,
|
| 5633 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
|
| 5634 |
-
border-top-left-radius: 3px;
|
| 5635 |
-
border-top-right-radius: 3px;
|
| 5636 |
-
}
|
| 5637 |
-
.ycd-bootstrap-wrapper .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
| 5638 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
| 5639 |
-
.ycd-bootstrap-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
| 5640 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
| 5641 |
-
.ycd-bootstrap-wrapper .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
|
| 5642 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
|
| 5643 |
-
.ycd-bootstrap-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
|
| 5644 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
|
| 5645 |
-
border-top-left-radius: 3px;
|
| 5646 |
-
}
|
| 5647 |
-
.ycd-bootstrap-wrapper .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
| 5648 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
| 5649 |
-
.ycd-bootstrap-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
| 5650 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
| 5651 |
-
.ycd-bootstrap-wrapper .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
| 5652 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
| 5653 |
-
.ycd-bootstrap-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
|
| 5654 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
|
| 5655 |
-
border-top-right-radius: 3px;
|
| 5656 |
-
}
|
| 5657 |
-
.ycd-bootstrap-wrapper .panel > .table:last-child,
|
| 5658 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child {
|
| 5659 |
-
border-bottom-right-radius: 3px;
|
| 5660 |
-
border-bottom-left-radius: 3px;
|
| 5661 |
-
}
|
| 5662 |
-
.ycd-bootstrap-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child,
|
| 5663 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
|
| 5664 |
-
.ycd-bootstrap-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child,
|
| 5665 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
|
| 5666 |
-
border-bottom-right-radius: 3px;
|
| 5667 |
-
border-bottom-left-radius: 3px;
|
| 5668 |
-
}
|
| 5669 |
-
.ycd-bootstrap-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
| 5670 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
| 5671 |
-
.ycd-bootstrap-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
| 5672 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
| 5673 |
-
.ycd-bootstrap-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
|
| 5674 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
|
| 5675 |
-
.ycd-bootstrap-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
|
| 5676 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
|
| 5677 |
-
border-bottom-left-radius: 3px;
|
| 5678 |
-
}
|
| 5679 |
-
.ycd-bootstrap-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
| 5680 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
| 5681 |
-
.ycd-bootstrap-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
| 5682 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
| 5683 |
-
.ycd-bootstrap-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
| 5684 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
| 5685 |
-
.ycd-bootstrap-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
|
| 5686 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
|
| 5687 |
-
border-bottom-right-radius: 3px;
|
| 5688 |
-
}
|
| 5689 |
-
.ycd-bootstrap-wrapper .panel > .panel-body + .table,
|
| 5690 |
-
.ycd-bootstrap-wrapper .panel > .panel-body + .table-responsive,
|
| 5691 |
-
.ycd-bootstrap-wrapper .panel > .table + .panel-body,
|
| 5692 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive + .panel-body {
|
| 5693 |
-
border-top: 1px solid #ddd;
|
| 5694 |
-
}
|
| 5695 |
-
.ycd-bootstrap-wrapper .panel > .table > tbody:first-child > tr:first-child th,
|
| 5696 |
-
.ycd-bootstrap-wrapper .panel > .table > tbody:first-child > tr:first-child td {
|
| 5697 |
-
border-top: 0;
|
| 5698 |
-
}
|
| 5699 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered,
|
| 5700 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered {
|
| 5701 |
-
border: 0;
|
| 5702 |
-
}
|
| 5703 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > thead > tr > th:first-child,
|
| 5704 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
|
| 5705 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tbody > tr > th:first-child,
|
| 5706 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
|
| 5707 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tfoot > tr > th:first-child,
|
| 5708 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
| 5709 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > thead > tr > td:first-child,
|
| 5710 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
|
| 5711 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tbody > tr > td:first-child,
|
| 5712 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
|
| 5713 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tfoot > tr > td:first-child,
|
| 5714 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
| 5715 |
-
border-left: 0;
|
| 5716 |
-
}
|
| 5717 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > thead > tr > th:last-child,
|
| 5718 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
|
| 5719 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tbody > tr > th:last-child,
|
| 5720 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
|
| 5721 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tfoot > tr > th:last-child,
|
| 5722 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
| 5723 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > thead > tr > td:last-child,
|
| 5724 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
|
| 5725 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tbody > tr > td:last-child,
|
| 5726 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
|
| 5727 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tfoot > tr > td:last-child,
|
| 5728 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
| 5729 |
-
border-right: 0;
|
| 5730 |
-
}
|
| 5731 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > thead > tr:first-child > td,
|
| 5732 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
|
| 5733 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tbody > tr:first-child > td,
|
| 5734 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
|
| 5735 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > thead > tr:first-child > th,
|
| 5736 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
|
| 5737 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tbody > tr:first-child > th,
|
| 5738 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
|
| 5739 |
-
border-bottom: 0;
|
| 5740 |
-
}
|
| 5741 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tbody > tr:last-child > td,
|
| 5742 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
|
| 5743 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tfoot > tr:last-child > td,
|
| 5744 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
|
| 5745 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tbody > tr:last-child > th,
|
| 5746 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
|
| 5747 |
-
.ycd-bootstrap-wrapper .panel > .table-bordered > tfoot > tr:last-child > th,
|
| 5748 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
|
| 5749 |
-
border-bottom: 0;
|
| 5750 |
-
}
|
| 5751 |
-
.ycd-bootstrap-wrapper .panel > .table-responsive {
|
| 5752 |
-
margin-bottom: 0;
|
| 5753 |
-
border: 0;
|
| 5754 |
-
}
|
| 5755 |
-
.ycd-bootstrap-wrapper .panel-group {
|
| 5756 |
-
margin-bottom: 20px;
|
| 5757 |
-
}
|
| 5758 |
-
.ycd-bootstrap-wrapper .panel-group .panel {
|
| 5759 |
-
margin-bottom: 0;
|
| 5760 |
-
border-radius: 4px;
|
| 5761 |
-
}
|
| 5762 |
-
.ycd-bootstrap-wrapper .panel-group .panel + .panel {
|
| 5763 |
-
margin-top: 5px;
|
| 5764 |
-
}
|
| 5765 |
-
.ycd-bootstrap-wrapper .panel-group .panel-heading {
|
| 5766 |
-
border-bottom: 0;
|
| 5767 |
-
}
|
| 5768 |
-
.ycd-bootstrap-wrapper .panel-group .panel-heading + .panel-collapse > .panel-body,
|
| 5769 |
-
.ycd-bootstrap-wrapper .panel-group .panel-heading + .panel-collapse > .list-group {
|
| 5770 |
-
border-top: 1px solid #ddd;
|
| 5771 |
-
}
|
| 5772 |
-
.ycd-bootstrap-wrapper .panel-group .panel-footer {
|
| 5773 |
-
border-top: 0;
|
| 5774 |
-
}
|
| 5775 |
-
.ycd-bootstrap-wrapper .panel-group .panel-footer + .panel-collapse .panel-body {
|
| 5776 |
-
border-bottom: 1px solid #ddd;
|
| 5777 |
-
}
|
| 5778 |
-
.ycd-bootstrap-wrapper .panel-default {
|
| 5779 |
-
border-color: #ddd;
|
| 5780 |
-
}
|
| 5781 |
-
.ycd-bootstrap-wrapper .panel-default > .panel-heading {
|
| 5782 |
-
color: #333;
|
| 5783 |
-
background-color: #f5f5f5;
|
| 5784 |
-
border-color: #ddd;
|
| 5785 |
-
}
|
| 5786 |
-
.ycd-bootstrap-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
|
| 5787 |
-
border-top-color: #ddd;
|
| 5788 |
-
}
|
| 5789 |
-
.ycd-bootstrap-wrapper .panel-default > .panel-heading .badge {
|
| 5790 |
-
color: #f5f5f5;
|
| 5791 |
-
background-color: #333;
|
| 5792 |
-
}
|
| 5793 |
-
.ycd-bootstrap-wrapper .panel-default > .panel-footer + .panel-collapse > .panel-body {
|
| 5794 |
-
border-bottom-color: #ddd;
|
| 5795 |
-
}
|
| 5796 |
-
.ycd-bootstrap-wrapper .panel-primary {
|
| 5797 |
-
border-color: #337ab7;
|
| 5798 |
-
}
|
| 5799 |
-
.ycd-bootstrap-wrapper .panel-primary > .panel-heading {
|
| 5800 |
-
color: #fff;
|
| 5801 |
-
background-color: #337ab7;
|
| 5802 |
-
border-color: #337ab7;
|
| 5803 |
-
}
|
| 5804 |
-
.ycd-bootstrap-wrapper .panel-primary > .panel-heading + .panel-collapse > .panel-body {
|
| 5805 |
-
border-top-color: #337ab7;
|
| 5806 |
-
}
|
| 5807 |
-
.ycd-bootstrap-wrapper .panel-primary > .panel-heading .badge {
|
| 5808 |
-
color: #337ab7;
|
| 5809 |
-
background-color: #fff;
|
| 5810 |
-
}
|
| 5811 |
-
.ycd-bootstrap-wrapper .panel-primary > .panel-footer + .panel-collapse > .panel-body {
|
| 5812 |
-
border-bottom-color: #337ab7;
|
| 5813 |
-
}
|
| 5814 |
-
.ycd-bootstrap-wrapper .panel-success {
|
| 5815 |
-
border-color: #d6e9c6;
|
| 5816 |
-
}
|
| 5817 |
-
.ycd-bootstrap-wrapper .panel-success > .panel-heading {
|
| 5818 |
-
color: #3c763d;
|
| 5819 |
-
background-color: #dff0d8;
|
| 5820 |
-
border-color: #d6e9c6;
|
| 5821 |
-
}
|
| 5822 |
-
.ycd-bootstrap-wrapper .panel-success > .panel-heading + .panel-collapse > .panel-body {
|
| 5823 |
-
border-top-color: #d6e9c6;
|
| 5824 |
-
}
|
| 5825 |
-
.ycd-bootstrap-wrapper .panel-success > .panel-heading .badge {
|
| 5826 |
-
color: #dff0d8;
|
| 5827 |
-
background-color: #3c763d;
|
| 5828 |
-
}
|
| 5829 |
-
.ycd-bootstrap-wrapper .panel-success > .panel-footer + .panel-collapse > .panel-body {
|
| 5830 |
-
border-bottom-color: #d6e9c6;
|
| 5831 |
-
}
|
| 5832 |
-
.ycd-bootstrap-wrapper .panel-info {
|
| 5833 |
-
border-color: #bce8f1;
|
| 5834 |
-
}
|
| 5835 |
-
.ycd-bootstrap-wrapper .panel-info > .panel-heading {
|
| 5836 |
-
color: #31708f;
|
| 5837 |
-
background-color: #d9edf7;
|
| 5838 |
-
border-color: #bce8f1;
|
| 5839 |
-
}
|
| 5840 |
-
.ycd-bootstrap-wrapper .panel-info > .panel-heading + .panel-collapse > .panel-body {
|
| 5841 |
-
border-top-color: #bce8f1;
|
| 5842 |
-
}
|
| 5843 |
-
.ycd-bootstrap-wrapper .panel-info > .panel-heading .badge {
|
| 5844 |
-
color: #d9edf7;
|
| 5845 |
-
background-color: #31708f;
|
| 5846 |
-
}
|
| 5847 |
-
.ycd-bootstrap-wrapper .panel-info > .panel-footer + .panel-collapse > .panel-body {
|
| 5848 |
-
border-bottom-color: #bce8f1;
|
| 5849 |
-
}
|
| 5850 |
-
.ycd-bootstrap-wrapper .panel-warning {
|
| 5851 |
-
border-color: #faebcc;
|
| 5852 |
-
}
|
| 5853 |
-
.ycd-bootstrap-wrapper .panel-warning > .panel-heading {
|
| 5854 |
-
color: #8a6d3b;
|
| 5855 |
-
background-color: #fcf8e3;
|
| 5856 |
-
border-color: #faebcc;
|
| 5857 |
-
}
|
| 5858 |
-
.ycd-bootstrap-wrapper .panel-warning > .panel-heading + .panel-collapse > .panel-body {
|
| 5859 |
-
border-top-color: #faebcc;
|
| 5860 |
-
}
|
| 5861 |
-
.ycd-bootstrap-wrapper .panel-warning > .panel-heading .badge {
|
| 5862 |
-
color: #fcf8e3;
|
| 5863 |
-
background-color: #8a6d3b;
|
| 5864 |
-
}
|
| 5865 |
-
.ycd-bootstrap-wrapper .panel-warning > .panel-footer + .panel-collapse > .panel-body {
|
| 5866 |
-
border-bottom-color: #faebcc;
|
| 5867 |
-
}
|
| 5868 |
-
.ycd-bootstrap-wrapper .panel-danger {
|
| 5869 |
-
border-color: #ebccd1;
|
| 5870 |
-
}
|
| 5871 |
-
.ycd-bootstrap-wrapper .panel-danger > .panel-heading {
|
| 5872 |
-
color: #a94442;
|
| 5873 |
-
background-color: #f2dede;
|
| 5874 |
-
border-color: #ebccd1;
|
| 5875 |
-
}
|
| 5876 |
-
.ycd-bootstrap-wrapper .panel-danger > .panel-heading + .panel-collapse > .panel-body {
|
| 5877 |
-
border-top-color: #ebccd1;
|
| 5878 |
-
}
|
| 5879 |
-
.ycd-bootstrap-wrapper .panel-danger > .panel-heading .badge {
|
| 5880 |
-
color: #f2dede;
|
| 5881 |
-
background-color: #a94442;
|
| 5882 |
-
}
|
| 5883 |
-
.ycd-bootstrap-wrapper .panel-danger > .panel-footer + .panel-collapse > .panel-body {
|
| 5884 |
-
border-bottom-color: #ebccd1;
|
| 5885 |
-
}
|
| 5886 |
-
.ycd-bootstrap-wrapper .embed-responsive {
|
| 5887 |
-
position: relative;
|
| 5888 |
-
display: block;
|
| 5889 |
-
height: 0;
|
| 5890 |
-
padding: 0;
|
| 5891 |
-
overflow: hidden;
|
| 5892 |
-
}
|
| 5893 |
-
.ycd-bootstrap-wrapper .embed-responsive .embed-responsive-item,
|
| 5894 |
-
.ycd-bootstrap-wrapper .embed-responsive iframe,
|
| 5895 |
-
.ycd-bootstrap-wrapper .embed-responsive embed,
|
| 5896 |
-
.ycd-bootstrap-wrapper .embed-responsive object,
|
| 5897 |
-
.ycd-bootstrap-wrapper .embed-responsive video {
|
| 5898 |
-
position: absolute;
|
| 5899 |
-
top: 0;
|
| 5900 |
-
bottom: 0;
|
| 5901 |
-
left: 0;
|
| 5902 |
-
width: 100%;
|
| 5903 |
-
height: 100%;
|
| 5904 |
-
border: 0;
|
| 5905 |
-
}
|
| 5906 |
-
.ycd-bootstrap-wrapper .embed-responsive-16by9 {
|
| 5907 |
-
padding-bottom: 56.25%;
|
| 5908 |
-
}
|
| 5909 |
-
.ycd-bootstrap-wrapper .embed-responsive-4by3 {
|
| 5910 |
-
padding-bottom: 75%;
|
| 5911 |
-
}
|
| 5912 |
-
.ycd-bootstrap-wrapper .well {
|
| 5913 |
-
min-height: 20px;
|
| 5914 |
-
padding: 19px;
|
| 5915 |
-
margin-bottom: 20px;
|
| 5916 |
-
background-color: #f5f5f5;
|
| 5917 |
-
border: 1px solid #e3e3e3;
|
| 5918 |
-
border-radius: 4px;
|
| 5919 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
| 5920 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
| 5921 |
-
}
|
| 5922 |
-
.ycd-bootstrap-wrapper .well blockquote {
|
| 5923 |
-
border-color: #ddd;
|
| 5924 |
-
border-color: rgba(0, 0, 0, 0.15);
|
| 5925 |
-
}
|
| 5926 |
-
.ycd-bootstrap-wrapper .well-lg {
|
| 5927 |
-
padding: 24px;
|
| 5928 |
-
border-radius: 6px;
|
| 5929 |
-
}
|
| 5930 |
-
.ycd-bootstrap-wrapper .well-sm {
|
| 5931 |
-
padding: 9px;
|
| 5932 |
-
border-radius: 3px;
|
| 5933 |
-
}
|
| 5934 |
-
.ycd-bootstrap-wrapper .close {
|
| 5935 |
-
float: right;
|
| 5936 |
-
font-size: 21px;
|
| 5937 |
-
font-weight: bold;
|
| 5938 |
-
line-height: 1;
|
| 5939 |
-
color: #000;
|
| 5940 |
-
text-shadow: 0 1px 0 #fff;
|
| 5941 |
-
filter: alpha(opacity=20);
|
| 5942 |
-
opacity: .2;
|
| 5943 |
-
}
|
| 5944 |
-
.ycd-bootstrap-wrapper .close:hover,
|
| 5945 |
-
.ycd-bootstrap-wrapper .close:focus {
|
| 5946 |
-
color: #000;
|
| 5947 |
-
text-decoration: none;
|
| 5948 |
-
cursor: pointer;
|
| 5949 |
-
filter: alpha(opacity=50);
|
| 5950 |
-
opacity: .5;
|
| 5951 |
-
}
|
| 5952 |
-
.ycd-bootstrap-wrapper button.close {
|
| 5953 |
-
-webkit-appearance: none;
|
| 5954 |
-
padding: 0;
|
| 5955 |
-
cursor: pointer;
|
| 5956 |
-
background: transparent;
|
| 5957 |
-
border: 0;
|
| 5958 |
-
}
|
| 5959 |
-
.ycd-bootstrap-wrapper .modal-open {
|
| 5960 |
-
overflow: hidden;
|
| 5961 |
-
}
|
| 5962 |
-
.ycd-bootstrap-wrapper .modal {
|
| 5963 |
-
position: fixed;
|
| 5964 |
-
top: 0;
|
| 5965 |
-
right: 0;
|
| 5966 |
-
bottom: 0;
|
| 5967 |
-
left: 0;
|
| 5968 |
-
z-index: 1050;
|
| 5969 |
-
display: none;
|
| 5970 |
-
overflow: hidden;
|
| 5971 |
-
-webkit-overflow-scrolling: touch;
|
| 5972 |
-
outline: 0;
|
| 5973 |
-
}
|
| 5974 |
-
.ycd-bootstrap-wrapper .modal.fade .modal-dialog {
|
| 5975 |
-
-webkit-transition: -webkit-transform 0.3s ease-out;
|
| 5976 |
-
-o-transition: -o-transform 0.3s ease-out;
|
| 5977 |
-
transition: transform 0.3s ease-out;
|
| 5978 |
-
-webkit-transform: translate(0, -25%);
|
| 5979 |
-
-ms-transform: translate(0, -25%);
|
| 5980 |
-
-o-transform: translate(0, -25%);
|
| 5981 |
-
transform: translate(0, -25%);
|
| 5982 |
-
}
|
| 5983 |
-
.ycd-bootstrap-wrapper .modal.in .modal-dialog {
|
| 5984 |
-
-webkit-transform: translate(0, 0);
|
| 5985 |
-
-ms-transform: translate(0, 0);
|
| 5986 |
-
-o-transform: translate(0, 0);
|
| 5987 |
-
transform: translate(0, 0);
|
| 5988 |
-
}
|
| 5989 |
-
.ycd-bootstrap-wrapper .modal-open .modal {
|
| 5990 |
-
overflow-x: hidden;
|
| 5991 |
-
overflow-y: auto;
|
| 5992 |
-
}
|
| 5993 |
-
.ycd-bootstrap-wrapper .modal-dialog {
|
| 5994 |
-
position: relative;
|
| 5995 |
-
width: auto;
|
| 5996 |
-
margin: 10px;
|
| 5997 |
-
}
|
| 5998 |
-
.ycd-bootstrap-wrapper .modal-content {
|
| 5999 |
-
position: relative;
|
| 6000 |
-
background-color: #fff;
|
| 6001 |
-
-webkit-background-clip: padding-box;
|
| 6002 |
-
background-clip: padding-box;
|
| 6003 |
-
border: 1px solid #999;
|
| 6004 |
-
border: 1px solid rgba(0, 0, 0, 0.2);
|
| 6005 |
-
border-radius: 6px;
|
| 6006 |
-
outline: 0;
|
| 6007 |
-
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
| 6008 |
-
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
| 6009 |
-
}
|
| 6010 |
-
.ycd-bootstrap-wrapper .modal-backdrop {
|
| 6011 |
-
position: fixed;
|
| 6012 |
-
top: 0;
|
| 6013 |
-
right: 0;
|
| 6014 |
-
bottom: 0;
|
| 6015 |
-
left: 0;
|
| 6016 |
-
z-index: 1040;
|
| 6017 |
-
background-color: #000;
|
| 6018 |
-
}
|
| 6019 |
-
.ycd-bootstrap-wrapper .modal-backdrop.fade {
|
| 6020 |
-
filter: alpha(opacity=0);
|
| 6021 |
-
opacity: 0;
|
| 6022 |
-
}
|
| 6023 |
-
.ycd-bootstrap-wrapper .modal-backdrop.in {
|
| 6024 |
-
filter: alpha(opacity=50);
|
| 6025 |
-
opacity: .5;
|
| 6026 |
-
}
|
| 6027 |
-
.ycd-bootstrap-wrapper .modal-header {
|
| 6028 |
-
padding: 15px;
|
| 6029 |
-
border-bottom: 1px solid #e5e5e5;
|
| 6030 |
-
}
|
| 6031 |
-
.ycd-bootstrap-wrapper .modal-header .close {
|
| 6032 |
-
margin-top: -2px;
|
| 6033 |
-
}
|
| 6034 |
-
.ycd-bootstrap-wrapper .modal-title {
|
| 6035 |
-
margin: 0;
|
| 6036 |
-
line-height: 1.42857143;
|
| 6037 |
-
}
|
| 6038 |
-
.ycd-bootstrap-wrapper .modal-body {
|
| 6039 |
-
position: relative;
|
| 6040 |
-
padding: 15px;
|
| 6041 |
-
}
|
| 6042 |
-
.ycd-bootstrap-wrapper .modal-footer {
|
| 6043 |
-
padding: 15px;
|
| 6044 |
-
text-align: right;
|
| 6045 |
-
border-top: 1px solid #e5e5e5;
|
| 6046 |
-
}
|
| 6047 |
-
.ycd-bootstrap-wrapper .modal-footer .btn + .btn {
|
| 6048 |
-
margin-bottom: 0;
|
| 6049 |
-
margin-left: 5px;
|
| 6050 |
-
}
|
| 6051 |
-
.ycd-bootstrap-wrapper .modal-footer .btn-group .btn + .btn {
|
| 6052 |
-
margin-left: -1px;
|
| 6053 |
-
}
|
| 6054 |
-
.ycd-bootstrap-wrapper .modal-footer .btn-block + .btn-block {
|
| 6055 |
-
margin-left: 0;
|
| 6056 |
-
}
|
| 6057 |
-
.ycd-bootstrap-wrapper .modal-scrollbar-measure {
|
| 6058 |
-
position: absolute;
|
| 6059 |
-
top: -9999px;
|
| 6060 |
-
width: 50px;
|
| 6061 |
-
height: 50px;
|
| 6062 |
-
overflow: scroll;
|
| 6063 |
-
}
|
| 6064 |
-
@media (min-width: 768px) {
|
| 6065 |
-
.ycd-bootstrap-wrapper .modal-dialog {
|
| 6066 |
-
width: 600px;
|
| 6067 |
-
margin: 30px auto;
|
| 6068 |
-
}
|
| 6069 |
-
.ycd-bootstrap-wrapper .modal-content {
|
| 6070 |
-
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
| 6071 |
-
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
| 6072 |
-
}
|
| 6073 |
-
.ycd-bootstrap-wrapper .modal-sm {
|
| 6074 |
-
width: 300px;
|
| 6075 |
-
}
|
| 6076 |
-
}
|
| 6077 |
-
@media (min-width: 992px) {
|
| 6078 |
-
.ycd-bootstrap-wrapper .modal-lg {
|
| 6079 |
-
width: 900px;
|
| 6080 |
-
}
|
| 6081 |
-
}
|
| 6082 |
-
.ycd-bootstrap-wrapper .tooltip {
|
| 6083 |
-
position: absolute;
|
| 6084 |
-
z-index: 1070;
|
| 6085 |
-
display: block;
|
| 6086 |
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
| 6087 |
-
font-size: 12px;
|
| 6088 |
-
font-style: normal;
|
| 6089 |
-
font-weight: normal;
|
| 6090 |
-
line-height: 1.42857143;
|
| 6091 |
-
text-align: left;
|
| 6092 |
-
text-align: start;
|
| 6093 |
-
text-decoration: none;
|
| 6094 |
-
text-shadow: none;
|
| 6095 |
-
text-transform: none;
|
| 6096 |
-
letter-spacing: normal;
|
| 6097 |
-
word-break: normal;
|
| 6098 |
-
word-spacing: normal;
|
| 6099 |
-
word-wrap: normal;
|
| 6100 |
-
white-space: normal;
|
| 6101 |
-
filter: alpha(opacity=0);
|
| 6102 |
-
opacity: 0;
|
| 6103 |
-
line-break: auto;
|
| 6104 |
-
}
|
| 6105 |
-
.ycd-bootstrap-wrapper .tooltip.in {
|
| 6106 |
-
filter: alpha(opacity=90);
|
| 6107 |
-
opacity: .9;
|
| 6108 |
-
}
|
| 6109 |
-
.ycd-bootstrap-wrapper .tooltip.top {
|
| 6110 |
-
padding: 5px 0;
|
| 6111 |
-
margin-top: -3px;
|
| 6112 |
-
}
|
| 6113 |
-
.ycd-bootstrap-wrapper .tooltip.right {
|
| 6114 |
-
padding: 0 5px;
|
| 6115 |
-
margin-left: 3px;
|
| 6116 |
-
}
|
| 6117 |
-
.ycd-bootstrap-wrapper .tooltip.bottom {
|
| 6118 |
-
padding: 5px 0;
|
| 6119 |
-
margin-top: 3px;
|
| 6120 |
-
}
|
| 6121 |
-
.ycd-bootstrap-wrapper .tooltip.left {
|
| 6122 |
-
padding: 0 5px;
|
| 6123 |
-
margin-left: -3px;
|
| 6124 |
-
}
|
| 6125 |
-
.ycd-bootstrap-wrapper .tooltip-inner {
|
| 6126 |
-
max-width: 200px;
|
| 6127 |
-
padding: 3px 8px;
|
| 6128 |
-
color: #fff;
|
| 6129 |
-
text-align: center;
|
| 6130 |
-
background-color: #000;
|
| 6131 |
-
border-radius: 4px;
|
| 6132 |
-
}
|
| 6133 |
-
.ycd-bootstrap-wrapper .tooltip-arrow {
|
| 6134 |
-
position: absolute;
|
| 6135 |
-
width: 0;
|
| 6136 |
-
height: 0;
|
| 6137 |
-
border-color: transparent;
|
| 6138 |
-
border-style: solid;
|
| 6139 |
-
}
|
| 6140 |
-
.ycd-bootstrap-wrapper .tooltip.top .tooltip-arrow {
|
| 6141 |
-
bottom: 0;
|
| 6142 |
-
left: 50%;
|
| 6143 |
-
margin-left: -5px;
|
| 6144 |
-
border-width: 5px 5px 0;
|
| 6145 |
-
border-top-color: #000;
|
| 6146 |
-
}
|
| 6147 |
-
.ycd-bootstrap-wrapper .tooltip.top-left .tooltip-arrow {
|
| 6148 |
-
right: 5px;
|
| 6149 |
-
bottom: 0;
|
| 6150 |
-
margin-bottom: -5px;
|
| 6151 |
-
border-width: 5px 5px 0;
|
| 6152 |
-
border-top-color: #000;
|
| 6153 |
-
}
|
| 6154 |
-
.ycd-bootstrap-wrapper .tooltip.top-right .tooltip-arrow {
|
| 6155 |
-
bottom: 0;
|
| 6156 |
-
left: 5px;
|
| 6157 |
-
margin-bottom: -5px;
|
| 6158 |
-
border-width: 5px 5px 0;
|
| 6159 |
-
border-top-color: #000;
|
| 6160 |
-
}
|
| 6161 |
-
.ycd-bootstrap-wrapper .tooltip.right .tooltip-arrow {
|
| 6162 |
-
top: 50%;
|
| 6163 |
-
left: 0;
|
| 6164 |
-
margin-top: -5px;
|
| 6165 |
-
border-width: 5px 5px 5px 0;
|
| 6166 |
-
border-right-color: #000;
|
| 6167 |
-
}
|
| 6168 |
-
.ycd-bootstrap-wrapper .tooltip.left .tooltip-arrow {
|
| 6169 |
-
top: 50%;
|
| 6170 |
-
right: 0;
|
| 6171 |
-
margin-top: -5px;
|
| 6172 |
-
border-width: 5px 0 5px 5px;
|
| 6173 |
-
border-left-color: #000;
|
| 6174 |
-
}
|
| 6175 |
-
.ycd-bootstrap-wrapper .tooltip.bottom .tooltip-arrow {
|
| 6176 |
-
top: 0;
|
| 6177 |
-
left: 50%;
|
| 6178 |
-
margin-left: -5px;
|
| 6179 |
-
border-width: 0 5px 5px;
|
| 6180 |
-
border-bottom-color: #000;
|
| 6181 |
-
}
|
| 6182 |
-
.ycd-bootstrap-wrapper .tooltip.bottom-left .tooltip-arrow {
|
| 6183 |
-
top: 0;
|
| 6184 |
-
right: 5px;
|
| 6185 |
-
margin-top: -5px;
|
| 6186 |
-
border-width: 0 5px 5px;
|
| 6187 |
-
border-bottom-color: #000;
|
| 6188 |
-
}
|
| 6189 |
-
.ycd-bootstrap-wrapper .tooltip.bottom-right .tooltip-arrow {
|
| 6190 |
-
top: 0;
|
| 6191 |
-
left: 5px;
|
| 6192 |
-
margin-top: -5px;
|
| 6193 |
-
border-width: 0 5px 5px;
|
| 6194 |
-
border-bottom-color: #000;
|
| 6195 |
-
}
|
| 6196 |
-
.ycd-bootstrap-wrapper .popover {
|
| 6197 |
-
position: absolute;
|
| 6198 |
-
top: 0;
|
| 6199 |
-
left: 0;
|
| 6200 |
-
z-index: 1060;
|
| 6201 |
-
display: none;
|
| 6202 |
-
max-width: 276px;
|
| 6203 |
-
padding: 1px;
|
| 6204 |
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
| 6205 |
-
font-size: 14px;
|
| 6206 |
-
font-style: normal;
|
| 6207 |
-
font-weight: normal;
|
| 6208 |
-
line-height: 1.42857143;
|
| 6209 |
-
text-align: left;
|
| 6210 |
-
text-align: start;
|
| 6211 |
-
text-decoration: none;
|
| 6212 |
-
text-shadow: none;
|
| 6213 |
-
text-transform: none;
|
| 6214 |
-
letter-spacing: normal;
|
| 6215 |
-
word-break: normal;
|
| 6216 |
-
word-spacing: normal;
|
| 6217 |
-
word-wrap: normal;
|
| 6218 |
-
white-space: normal;
|
| 6219 |
-
background-color: #fff;
|
| 6220 |
-
-webkit-background-clip: padding-box;
|
| 6221 |
-
background-clip: padding-box;
|
| 6222 |
-
border: 1px solid #ccc;
|
| 6223 |
-
border: 1px solid rgba(0, 0, 0, 0.2);
|
| 6224 |
-
border-radius: 6px;
|
| 6225 |
-
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
| 6226 |
-
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
| 6227 |
-
line-break: auto;
|
| 6228 |
-
}
|
| 6229 |
-
.ycd-bootstrap-wrapper .popover.top {
|
| 6230 |
-
margin-top: -10px;
|
| 6231 |
-
}
|
| 6232 |
-
.ycd-bootstrap-wrapper .popover.right {
|
| 6233 |
-
margin-left: 10px;
|
| 6234 |
-
}
|
| 6235 |
-
.ycd-bootstrap-wrapper .popover.bottom {
|
| 6236 |
-
margin-top: 10px;
|
| 6237 |
-
}
|
| 6238 |
-
.ycd-bootstrap-wrapper .popover.left {
|
| 6239 |
-
margin-left: -10px;
|
| 6240 |
-
}
|
| 6241 |
-
.ycd-bootstrap-wrapper .popover-title {
|
| 6242 |
-
padding: 8px 14px;
|
| 6243 |
-
margin: 0;
|
| 6244 |
-
font-size: 14px;
|
| 6245 |
-
background-color: #f7f7f7;
|
| 6246 |
-
border-bottom: 1px solid #ebebeb;
|
| 6247 |
-
border-radius: 5px 5px 0 0;
|
| 6248 |
-
}
|
| 6249 |
-
.ycd-bootstrap-wrapper .popover-content {
|
| 6250 |
-
padding: 9px 14px;
|
| 6251 |
-
}
|
| 6252 |
-
.ycd-bootstrap-wrapper .popover > .arrow,
|
| 6253 |
-
.ycd-bootstrap-wrapper .popover > .arrow:after {
|
| 6254 |
-
position: absolute;
|
| 6255 |
-
display: block;
|
| 6256 |
-
width: 0;
|
| 6257 |
-
height: 0;
|
| 6258 |
-
border-color: transparent;
|
| 6259 |
-
border-style: solid;
|
| 6260 |
-
}
|
| 6261 |
-
.ycd-bootstrap-wrapper .popover > .arrow {
|
| 6262 |
-
border-width: 11px;
|
| 6263 |
-
}
|
| 6264 |
-
.ycd-bootstrap-wrapper .popover > .arrow:after {
|
| 6265 |
-
content: "";
|
| 6266 |
-
border-width: 10px;
|
| 6267 |
-
}
|
| 6268 |
-
.ycd-bootstrap-wrapper .popover.top > .arrow {
|
| 6269 |
-
bottom: -11px;
|
| 6270 |
-
left: 50%;
|
| 6271 |
-
margin-left: -11px;
|
| 6272 |
-
border-top-color: #999;
|
| 6273 |
-
border-top-color: rgba(0, 0, 0, 0.25);
|
| 6274 |
-
border-bottom-width: 0;
|
| 6275 |
-
}
|
| 6276 |
-
.ycd-bootstrap-wrapper .popover.top > .arrow:after {
|
| 6277 |
-
bottom: 1px;
|
| 6278 |
-
margin-left: -10px;
|
| 6279 |
-
content: " ";
|
| 6280 |
-
border-top-color: #fff;
|
| 6281 |
-
border-bottom-width: 0;
|
| 6282 |
-
}
|
| 6283 |
-
.ycd-bootstrap-wrapper .popover.right > .arrow {
|
| 6284 |
-
top: 50%;
|
| 6285 |
-
left: -11px;
|
| 6286 |
-
margin-top: -11px;
|
| 6287 |
-
border-right-color: #999;
|
| 6288 |
-
border-right-color: rgba(0, 0, 0, 0.25);
|
| 6289 |
-
border-left-width: 0;
|
| 6290 |
-
}
|
| 6291 |
-
.ycd-bootstrap-wrapper .popover.right > .arrow:after {
|
| 6292 |
-
bottom: -10px;
|
| 6293 |
-
left: 1px;
|
| 6294 |
-
content: " ";
|
| 6295 |
-
border-right-color: #fff;
|
| 6296 |
-
border-left-width: 0;
|
| 6297 |
-
}
|
| 6298 |
-
.ycd-bootstrap-wrapper .popover.bottom > .arrow {
|
| 6299 |
-
top: -11px;
|
| 6300 |
-
left: 50%;
|
| 6301 |
-
margin-left: -11px;
|
| 6302 |
-
border-top-width: 0;
|
| 6303 |
-
border-bottom-color: #999;
|
| 6304 |
-
border-bottom-color: rgba(0, 0, 0, 0.25);
|
| 6305 |
-
}
|
| 6306 |
-
.ycd-bootstrap-wrapper .popover.bottom > .arrow:after {
|
| 6307 |
-
top: 1px;
|
| 6308 |
-
margin-left: -10px;
|
| 6309 |
-
content: " ";
|
| 6310 |
-
border-top-width: 0;
|
| 6311 |
-
border-bottom-color: #fff;
|
| 6312 |
-
}
|
| 6313 |
-
.ycd-bootstrap-wrapper .popover.left > .arrow {
|
| 6314 |
-
top: 50%;
|
| 6315 |
-
right: -11px;
|
| 6316 |
-
margin-top: -11px;
|
| 6317 |
-
border-right-width: 0;
|
| 6318 |
-
border-left-color: #999;
|
| 6319 |
-
border-left-color: rgba(0, 0, 0, 0.25);
|
| 6320 |
-
}
|
| 6321 |
-
.ycd-bootstrap-wrapper .popover.left > .arrow:after {
|
| 6322 |
-
right: 1px;
|
| 6323 |
-
bottom: -10px;
|
| 6324 |
-
content: " ";
|
| 6325 |
-
border-right-width: 0;
|
| 6326 |
-
border-left-color: #fff;
|
| 6327 |
-
}
|
| 6328 |
-
.ycd-bootstrap-wrapper .carousel {
|
| 6329 |
-
position: relative;
|
| 6330 |
-
}
|
| 6331 |
-
.ycd-bootstrap-wrapper .carousel-inner {
|
| 6332 |
-
position: relative;
|
| 6333 |
-
width: 100%;
|
| 6334 |
-
overflow: hidden;
|
| 6335 |
-
}
|
| 6336 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item {
|
| 6337 |
-
position: relative;
|
| 6338 |
-
display: none;
|
| 6339 |
-
-webkit-transition: 0.6s ease-in-out left;
|
| 6340 |
-
-o-transition: 0.6s ease-in-out left;
|
| 6341 |
-
transition: 0.6s ease-in-out left;
|
| 6342 |
-
}
|
| 6343 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item > img,
|
| 6344 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item > a > img {
|
| 6345 |
-
line-height: 1;
|
| 6346 |
-
}
|
| 6347 |
-
@media all and (transform-3d), (-webkit-transform-3d) {
|
| 6348 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item {
|
| 6349 |
-
-webkit-transition: -webkit-transform 0.6s ease-in-out;
|
| 6350 |
-
-o-transition: -o-transform 0.6s ease-in-out;
|
| 6351 |
-
transition: transform 0.6s ease-in-out;
|
| 6352 |
-
-webkit-backface-visibility: hidden;
|
| 6353 |
-
backface-visibility: hidden;
|
| 6354 |
-
-webkit-perspective: 1000px;
|
| 6355 |
-
perspective: 1000px;
|
| 6356 |
-
}
|
| 6357 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item.next,
|
| 6358 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item.active.right {
|
| 6359 |
-
left: 0;
|
| 6360 |
-
-webkit-transform: translate3d(100%, 0, 0);
|
| 6361 |
-
transform: translate3d(100%, 0, 0);
|
| 6362 |
-
}
|
| 6363 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item.prev,
|
| 6364 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item.active.left {
|
| 6365 |
-
left: 0;
|
| 6366 |
-
-webkit-transform: translate3d(-100%, 0, 0);
|
| 6367 |
-
transform: translate3d(-100%, 0, 0);
|
| 6368 |
-
}
|
| 6369 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item.next.left,
|
| 6370 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item.prev.right,
|
| 6371 |
-
.ycd-bootstrap-wrapper .carousel-inner > .item.active {
|
| 6372 |
-
left: 0;
|
| 6373 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 6374 |
-
transform: translate3d(0, 0, 0);
|
| 6375 |
-
}
|
| 6376 |
-
}
|
| 6377 |
-
.ycd-bootstrap-wrapper .carousel-inner > .active,
|
| 6378 |
-
.ycd-bootstrap-wrapper .carousel-inner > .next,
|
| 6379 |
-
.ycd-bootstrap-wrapper .carousel-inner > .prev {
|
| 6380 |
-
display: block;
|
| 6381 |
-
}
|
| 6382 |
-
.ycd-bootstrap-wrapper .carousel-inner > .active {
|
| 6383 |
-
left: 0;
|
| 6384 |
-
}
|
| 6385 |
-
.ycd-bootstrap-wrapper .carousel-inner > .next,
|
| 6386 |
-
.ycd-bootstrap-wrapper .carousel-inner > .prev {
|
| 6387 |
-
position: absolute;
|
| 6388 |
-
top: 0;
|
| 6389 |
-
width: 100%;
|
| 6390 |
-
}
|
| 6391 |
-
.ycd-bootstrap-wrapper .carousel-inner > .next {
|
| 6392 |
-
left: 100%;
|
| 6393 |
-
}
|
| 6394 |
-
.ycd-bootstrap-wrapper .carousel-inner > .prev {
|
| 6395 |
-
left: -100%;
|
| 6396 |
-
}
|
| 6397 |
-
.ycd-bootstrap-wrapper .carousel-inner > .next.left,
|
| 6398 |
-
.ycd-bootstrap-wrapper .carousel-inner > .prev.right {
|
| 6399 |
-
left: 0;
|
| 6400 |
-
}
|
| 6401 |
-
.ycd-bootstrap-wrapper .carousel-inner > .active.left {
|
| 6402 |
-
left: -100%;
|
| 6403 |
-
}
|
| 6404 |
-
.ycd-bootstrap-wrapper .carousel-inner > .active.right {
|
| 6405 |
-
left: 100%;
|
| 6406 |
-
}
|
| 6407 |
-
.ycd-bootstrap-wrapper .carousel-control {
|
| 6408 |
-
position: absolute;
|
| 6409 |
-
top: 0;
|
| 6410 |
-
bottom: 0;
|
| 6411 |
-
left: 0;
|
| 6412 |
-
width: 15%;
|
| 6413 |
-
font-size: 20px;
|
| 6414 |
-
color: #fff;
|
| 6415 |
-
text-align: center;
|
| 6416 |
-
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
| 6417 |
-
background-color: rgba(0, 0, 0, 0);
|
| 6418 |
-
filter: alpha(opacity=50);
|
| 6419 |
-
opacity: .5;
|
| 6420 |
-
}
|
| 6421 |
-
.ycd-bootstrap-wrapper .carousel-control.left {
|
| 6422 |
-
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
| 6423 |
-
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
| 6424 |
-
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
|
| 6425 |
-
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
| 6426 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
|
| 6427 |
-
background-repeat: repeat-x;
|
| 6428 |
-
}
|
| 6429 |
-
.ycd-bootstrap-wrapper .carousel-control.right {
|
| 6430 |
-
right: 0;
|
| 6431 |
-
left: auto;
|
| 6432 |
-
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
|
| 6433 |
-
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
|
| 6434 |
-
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
|
| 6435 |
-
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
|
| 6436 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
|
| 6437 |
-
background-repeat: repeat-x;
|
| 6438 |
-
}
|
| 6439 |
-
.ycd-bootstrap-wrapper .carousel-control:hover,
|
| 6440 |
-
.ycd-bootstrap-wrapper .carousel-control:focus {
|
| 6441 |
-
color: #fff;
|
| 6442 |
-
text-decoration: none;
|
| 6443 |
-
filter: alpha(opacity=90);
|
| 6444 |
-
outline: 0;
|
| 6445 |
-
opacity: .9;
|
| 6446 |
-
}
|
| 6447 |
-
.ycd-bootstrap-wrapper .carousel-control .icon-prev,
|
| 6448 |
-
.ycd-bootstrap-wrapper .carousel-control .icon-next,
|
| 6449 |
-
.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-left,
|
| 6450 |
-
.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-right {
|
| 6451 |
-
position: absolute;
|
| 6452 |
-
top: 50%;
|
| 6453 |
-
z-index: 5;
|
| 6454 |
-
display: inline-block;
|
| 6455 |
-
margin-top: -10px;
|
| 6456 |
-
}
|
| 6457 |
-
.ycd-bootstrap-wrapper .carousel-control .icon-prev,
|
| 6458 |
-
.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-left {
|
| 6459 |
-
left: 50%;
|
| 6460 |
-
margin-left: -10px;
|
| 6461 |
-
}
|
| 6462 |
-
.ycd-bootstrap-wrapper .carousel-control .icon-next,
|
| 6463 |
-
.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-right {
|
| 6464 |
-
right: 50%;
|
| 6465 |
-
margin-right: -10px;
|
| 6466 |
-
}
|
| 6467 |
-
.ycd-bootstrap-wrapper .carousel-control .icon-prev,
|
| 6468 |
-
.ycd-bootstrap-wrapper .carousel-control .icon-next {
|
| 6469 |
-
width: 20px;
|
| 6470 |
-
height: 20px;
|
| 6471 |
-
font-family: serif;
|
| 6472 |
-
line-height: 1;
|
| 6473 |
-
}
|
| 6474 |
-
.ycd-bootstrap-wrapper .carousel-control .icon-prev:before {
|
| 6475 |
-
content: '\2039';
|
| 6476 |
-
}
|
| 6477 |
-
.ycd-bootstrap-wrapper .carousel-control .icon-next:before {
|
| 6478 |
-
content: '\203a';
|
| 6479 |
-
}
|
| 6480 |
-
.ycd-bootstrap-wrapper .carousel-indicators {
|
| 6481 |
-
position: absolute;
|
| 6482 |
-
bottom: 10px;
|
| 6483 |
-
left: 50%;
|
| 6484 |
-
z-index: 15;
|
| 6485 |
-
width: 60%;
|
| 6486 |
-
padding-left: 0;
|
| 6487 |
-
margin-left: -30%;
|
| 6488 |
-
text-align: center;
|
| 6489 |
-
list-style: none;
|
| 6490 |
-
}
|
| 6491 |
-
.ycd-bootstrap-wrapper .carousel-indicators li {
|
| 6492 |
-
display: inline-block;
|
| 6493 |
-
width: 10px;
|
| 6494 |
-
height: 10px;
|
| 6495 |
-
margin: 1px;
|
| 6496 |
-
text-indent: -999px;
|
| 6497 |
-
cursor: pointer;
|
| 6498 |
-
background-color: #000 \9;
|
| 6499 |
-
background-color: rgba(0, 0, 0, 0);
|
| 6500 |
-
border: 1px solid #fff;
|
| 6501 |
-
border-radius: 10px;
|
| 6502 |
-
}
|
| 6503 |
-
.ycd-bootstrap-wrapper .carousel-indicators .active {
|
| 6504 |
-
width: 12px;
|
| 6505 |
-
height: 12px;
|
| 6506 |
-
margin: 0;
|
| 6507 |
-
background-color: #fff;
|
| 6508 |
-
}
|
| 6509 |
-
.ycd-bootstrap-wrapper .carousel-caption {
|
| 6510 |
-
position: absolute;
|
| 6511 |
-
right: 15%;
|
| 6512 |
-
bottom: 20px;
|
| 6513 |
-
left: 15%;
|
| 6514 |
-
z-index: 10;
|
| 6515 |
-
padding-top: 20px;
|
| 6516 |
-
padding-bottom: 20px;
|
| 6517 |
-
color: #fff;
|
| 6518 |
-
text-align: center;
|
| 6519 |
-
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
| 6520 |
-
}
|
| 6521 |
-
.ycd-bootstrap-wrapper .carousel-caption .btn {
|
| 6522 |
-
text-shadow: none;
|
| 6523 |
-
}
|
| 6524 |
-
@media screen and (min-width: 768px) {
|
| 6525 |
-
.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-left,
|
| 6526 |
-
.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-right,
|
| 6527 |
-
.ycd-bootstrap-wrapper .carousel-control .icon-prev,
|
| 6528 |
-
.ycd-bootstrap-wrapper .carousel-control .icon-next {
|
| 6529 |
-
width: 30px;
|
| 6530 |
-
height: 30px;
|
| 6531 |
-
margin-top: -10px;
|
| 6532 |
-
font-size: 30px;
|
| 6533 |
-
}
|
| 6534 |
-
.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-left,
|
| 6535 |
-
.ycd-bootstrap-wrapper .carousel-control .icon-prev {
|
| 6536 |
-
margin-left: -10px;
|
| 6537 |
-
}
|
| 6538 |
-
.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-right,
|
| 6539 |
-
.ycd-bootstrap-wrapper .carousel-control .icon-next {
|
| 6540 |
-
margin-right: -10px;
|
| 6541 |
-
}
|
| 6542 |
-
.ycd-bootstrap-wrapper .carousel-caption {
|
| 6543 |
-
right: 20%;
|
| 6544 |
-
left: 20%;
|
| 6545 |
-
padding-bottom: 30px;
|
| 6546 |
-
}
|
| 6547 |
-
.ycd-bootstrap-wrapper .carousel-indicators {
|
| 6548 |
-
bottom: 20px;
|
| 6549 |
-
}
|
| 6550 |
-
}
|
| 6551 |
-
.ycd-bootstrap-wrapper .clearfix:before,
|
| 6552 |
-
.ycd-bootstrap-wrapper .clearfix:after,
|
| 6553 |
-
.ycd-bootstrap-wrapper .dl-horizontal dd:before,
|
| 6554 |
-
.ycd-bootstrap-wrapper .dl-horizontal dd:after,
|
| 6555 |
-
.ycd-bootstrap-wrapper .container:before,
|
| 6556 |
-
.ycd-bootstrap-wrapper .container:after,
|
| 6557 |
-
.ycd-bootstrap-wrapper .container-fluid:before,
|
| 6558 |
-
.ycd-bootstrap-wrapper .container-fluid:after,
|
| 6559 |
-
.ycd-bootstrap-wrapper .row:before,
|
| 6560 |
-
.ycd-bootstrap-wrapper .row:after,
|
| 6561 |
-
.ycd-bootstrap-wrapper .form-horizontal .form-group:before,
|
| 6562 |
-
.ycd-bootstrap-wrapper .form-horizontal .form-group:after,
|
| 6563 |
-
.ycd-bootstrap-wrapper .btn-toolbar:before,
|
| 6564 |
-
.ycd-bootstrap-wrapper .btn-toolbar:after,
|
| 6565 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn-group:before,
|
| 6566 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn-group:after,
|
| 6567 |
-
.ycd-bootstrap-wrapper .nav:before,
|
| 6568 |
-
.ycd-bootstrap-wrapper .nav:after,
|
| 6569 |
-
.ycd-bootstrap-wrapper .navbar:before,
|
| 6570 |
-
.ycd-bootstrap-wrapper .navbar:after,
|
| 6571 |
-
.ycd-bootstrap-wrapper .navbar-header:before,
|
| 6572 |
-
.ycd-bootstrap-wrapper .navbar-header:after,
|
| 6573 |
-
.ycd-bootstrap-wrapper .navbar-collapse:before,
|
| 6574 |
-
.ycd-bootstrap-wrapper .navbar-collapse:after,
|
| 6575 |
-
.ycd-bootstrap-wrapper .pager:before,
|
| 6576 |
-
.ycd-bootstrap-wrapper .pager:after,
|
| 6577 |
-
.ycd-bootstrap-wrapper .panel-body:before,
|
| 6578 |
-
.ycd-bootstrap-wrapper .panel-body:after,
|
| 6579 |
-
.ycd-bootstrap-wrapper .modal-header:before,
|
| 6580 |
-
.ycd-bootstrap-wrapper .modal-header:after,
|
| 6581 |
-
.ycd-bootstrap-wrapper .modal-footer:before,
|
| 6582 |
-
.ycd-bootstrap-wrapper .modal-footer:after {
|
| 6583 |
-
display: table;
|
| 6584 |
-
content: " ";
|
| 6585 |
-
}
|
| 6586 |
-
.ycd-bootstrap-wrapper .clearfix:after,
|
| 6587 |
-
.ycd-bootstrap-wrapper .dl-horizontal dd:after,
|
| 6588 |
-
.ycd-bootstrap-wrapper .container:after,
|
| 6589 |
-
.ycd-bootstrap-wrapper .container-fluid:after,
|
| 6590 |
-
.ycd-bootstrap-wrapper .row:after,
|
| 6591 |
-
.ycd-bootstrap-wrapper .form-horizontal .form-group:after,
|
| 6592 |
-
.ycd-bootstrap-wrapper .btn-toolbar:after,
|
| 6593 |
-
.ycd-bootstrap-wrapper .btn-group-vertical > .btn-group:after,
|
| 6594 |
-
.ycd-bootstrap-wrapper .nav:after,
|
| 6595 |
-
.ycd-bootstrap-wrapper .navbar:after,
|
| 6596 |
-
.ycd-bootstrap-wrapper .navbar-header:after,
|
| 6597 |
-
.ycd-bootstrap-wrapper .navbar-collapse:after,
|
| 6598 |
-
.ycd-bootstrap-wrapper .pager:after,
|
| 6599 |
-
.ycd-bootstrap-wrapper .panel-body:after,
|
| 6600 |
-
.ycd-bootstrap-wrapper .modal-header:after,
|
| 6601 |
-
.ycd-bootstrap-wrapper .modal-footer:after {
|
| 6602 |
-
clear: both;
|
| 6603 |
-
}
|
| 6604 |
-
.ycd-bootstrap-wrapper .center-block {
|
| 6605 |
-
display: block;
|
| 6606 |
-
margin-right: auto;
|
| 6607 |
-
margin-left: auto;
|
| 6608 |
-
}
|
| 6609 |
-
.ycd-bootstrap-wrapper .pull-right {
|
| 6610 |
-
float: right !important;
|
| 6611 |
-
}
|
| 6612 |
-
.ycd-bootstrap-wrapper .pull-left {
|
| 6613 |
-
float: left !important;
|
| 6614 |
-
}
|
| 6615 |
-
.ycd-bootstrap-wrapper .hide {
|
| 6616 |
-
display: none !important;
|
| 6617 |
-
}
|
| 6618 |
-
.ycd-bootstrap-wrapper .show {
|
| 6619 |
-
display: block !important;
|
| 6620 |
-
}
|
| 6621 |
-
.ycd-bootstrap-wrapper .invisible {
|
| 6622 |
-
visibility: hidden;
|
| 6623 |
-
}
|
| 6624 |
-
.ycd-bootstrap-wrapper .text-hide {
|
| 6625 |
-
font: 0/0 a;
|
| 6626 |
-
color: transparent;
|
| 6627 |
-
text-shadow: none;
|
| 6628 |
-
background-color: transparent;
|
| 6629 |
-
border: 0;
|
| 6630 |
-
}
|
| 6631 |
-
.ycd-bootstrap-wrapper .hidden {
|
| 6632 |
-
display: none !important;
|
| 6633 |
-
}
|
| 6634 |
-
.ycd-bootstrap-wrapper .affix {
|
| 6635 |
-
position: fixed;
|
| 6636 |
-
}
|
| 6637 |
-
@-ms-viewport {
|
| 6638 |
-
width: device-width;
|
| 6639 |
-
}
|
| 6640 |
-
.ycd-bootstrap-wrapper .visible-xs,
|
| 6641 |
-
.ycd-bootstrap-wrapper .visible-sm,
|
| 6642 |
-
.ycd-bootstrap-wrapper .visible-md,
|
| 6643 |
-
.ycd-bootstrap-wrapper .visible-lg {
|
| 6644 |
-
display: none !important;
|
| 6645 |
-
}
|
| 6646 |
-
.ycd-bootstrap-wrapper .visible-xs-block,
|
| 6647 |
-
.ycd-bootstrap-wrapper .visible-xs-inline,
|
| 6648 |
-
.ycd-bootstrap-wrapper .visible-xs-inline-block,
|
| 6649 |
-
.ycd-bootstrap-wrapper .visible-sm-block,
|
| 6650 |
-
.ycd-bootstrap-wrapper .visible-sm-inline,
|
| 6651 |
-
.ycd-bootstrap-wrapper .visible-sm-inline-block,
|
| 6652 |
-
.ycd-bootstrap-wrapper .visible-md-block,
|
| 6653 |
-
.ycd-bootstrap-wrapper .visible-md-inline,
|
| 6654 |
-
.ycd-bootstrap-wrapper .visible-md-inline-block,
|
| 6655 |
-
.ycd-bootstrap-wrapper .visible-lg-block,
|
| 6656 |
-
.ycd-bootstrap-wrapper .visible-lg-inline,
|
| 6657 |
-
.ycd-bootstrap-wrapper .visible-lg-inline-block {
|
| 6658 |
-
display: none !important;
|
| 6659 |
-
}
|
| 6660 |
-
@media (max-width: 767px) {
|
| 6661 |
-
.ycd-bootstrap-wrapper .visible-xs {
|
| 6662 |
-
display: block !important;
|
| 6663 |
-
}
|
| 6664 |
-
.ycd-bootstrap-wrapper table.visible-xs {
|
| 6665 |
-
display: table !important;
|
| 6666 |
-
}
|
| 6667 |
-
.ycd-bootstrap-wrapper tr.visible-xs {
|
| 6668 |
-
display: table-row !important;
|
| 6669 |
-
}
|
| 6670 |
-
.ycd-bootstrap-wrapper th.visible-xs,
|
| 6671 |
-
.ycd-bootstrap-wrapper td.visible-xs {
|
| 6672 |
-
display: table-cell !important;
|
| 6673 |
-
}
|
| 6674 |
-
}
|
| 6675 |
-
@media (max-width: 767px) {
|
| 6676 |
-
.ycd-bootstrap-wrapper .visible-xs-block {
|
| 6677 |
-
display: block !important;
|
| 6678 |
-
}
|
| 6679 |
-
}
|
| 6680 |
-
@media (max-width: 767px) {
|
| 6681 |
-
.ycd-bootstrap-wrapper .visible-xs-inline {
|
| 6682 |
-
display: inline !important;
|
| 6683 |
-
}
|
| 6684 |
-
}
|
| 6685 |
-
@media (max-width: 767px) {
|
| 6686 |
-
.ycd-bootstrap-wrapper .visible-xs-inline-block {
|
| 6687 |
-
display: inline-block !important;
|
| 6688 |
-
}
|
| 6689 |
-
}
|
| 6690 |
-
@media (min-width: 768px) and (max-width: 991px) {
|
| 6691 |
-
.ycd-bootstrap-wrapper .visible-sm {
|
| 6692 |
-
display: block !important;
|
| 6693 |
-
}
|
| 6694 |
-
.ycd-bootstrap-wrapper table.visible-sm {
|
| 6695 |
-
display: table !important;
|
| 6696 |
-
}
|
| 6697 |
-
.ycd-bootstrap-wrapper tr.visible-sm {
|
| 6698 |
-
display: table-row !important;
|
| 6699 |
-
}
|
| 6700 |
-
.ycd-bootstrap-wrapper th.visible-sm,
|
| 6701 |
-
.ycd-bootstrap-wrapper td.visible-sm {
|
| 6702 |
-
display: table-cell !important;
|
| 6703 |
-
}
|
| 6704 |
-
}
|
| 6705 |
-
@media (min-width: 768px) and (max-width: 991px) {
|
| 6706 |
-
.ycd-bootstrap-wrapper .visible-sm-block {
|
| 6707 |
-
display: block !important;
|
| 6708 |
-
}
|
| 6709 |
-
}
|
| 6710 |
-
@media (min-width: 768px) and (max-width: 991px) {
|
| 6711 |
-
.ycd-bootstrap-wrapper .visible-sm-inline {
|
| 6712 |
-
display: inline !important;
|
| 6713 |
-
}
|
| 6714 |
-
}
|
| 6715 |
-
@media (min-width: 768px) and (max-width: 991px) {
|
| 6716 |
-
.ycd-bootstrap-wrapper .visible-sm-inline-block {
|
| 6717 |
-
display: inline-block !important;
|
| 6718 |
-
}
|
| 6719 |
-
}
|
| 6720 |
-
@media (min-width: 992px) and (max-width: 1199px) {
|
| 6721 |
-
.ycd-bootstrap-wrapper .visible-md {
|
| 6722 |
-
display: block !important;
|
| 6723 |
-
}
|
| 6724 |
-
.ycd-bootstrap-wrapper table.visible-md {
|
| 6725 |
-
display: table !important;
|
| 6726 |
-
}
|
| 6727 |
-
.ycd-bootstrap-wrapper tr.visible-md {
|
| 6728 |
-
display: table-row !important;
|
| 6729 |
-
}
|
| 6730 |
-
.ycd-bootstrap-wrapper th.visible-md,
|
| 6731 |
-
.ycd-bootstrap-wrapper td.visible-md {
|
| 6732 |
-
display: table-cell !important;
|
| 6733 |
-
}
|
| 6734 |
-
}
|
| 6735 |
-
@media (min-width: 992px) and (max-width: 1199px) {
|
| 6736 |
-
.ycd-bootstrap-wrapper .visible-md-block {
|
| 6737 |
-
display: block !important;
|
| 6738 |
-
}
|
| 6739 |
-
}
|
| 6740 |
-
@media (min-width: 992px) and (max-width: 1199px) {
|
| 6741 |
-
.ycd-bootstrap-wrapper .visible-md-inline {
|
| 6742 |
-
display: inline !important;
|
| 6743 |
-
}
|
| 6744 |
-
}
|
| 6745 |
-
@media (min-width: 992px) and (max-width: 1199px) {
|
| 6746 |
-
.ycd-bootstrap-wrapper .visible-md-inline-block {
|
| 6747 |
-
display: inline-block !important;
|
| 6748 |
-
}
|
| 6749 |
-
}
|
| 6750 |
-
@media (min-width: 1200px) {
|
| 6751 |
-
.ycd-bootstrap-wrapper .visible-lg {
|
| 6752 |
-
display: block !important;
|
| 6753 |
-
}
|
| 6754 |
-
.ycd-bootstrap-wrapper table.visible-lg {
|
| 6755 |
-
display: table !important;
|
| 6756 |
-
}
|
| 6757 |
-
.ycd-bootstrap-wrapper tr.visible-lg {
|
| 6758 |
-
display: table-row !important;
|
| 6759 |
-
}
|
| 6760 |
-
.ycd-bootstrap-wrapper th.visible-lg,
|
| 6761 |
-
.ycd-bootstrap-wrapper td.visible-lg {
|
| 6762 |
-
display: table-cell !important;
|
| 6763 |
-
}
|
| 6764 |
-
}
|
| 6765 |
-
@media (min-width: 1200px) {
|
| 6766 |
-
.ycd-bootstrap-wrapper .visible-lg-block {
|
| 6767 |
-
display: block !important;
|
| 6768 |
-
}
|
| 6769 |
-
}
|
| 6770 |
-
@media (min-width: 1200px) {
|
| 6771 |
-
.ycd-bootstrap-wrapper .visible-lg-inline {
|
| 6772 |
-
display: inline !important;
|
| 6773 |
-
}
|
| 6774 |
-
}
|
| 6775 |
-
@media (min-width: 1200px) {
|
| 6776 |
-
.ycd-bootstrap-wrapper .visible-lg-inline-block {
|
| 6777 |
-
display: inline-block !important;
|
| 6778 |
-
}
|
| 6779 |
-
}
|
| 6780 |
-
@media (max-width: 767px) {
|
| 6781 |
-
.ycd-bootstrap-wrapper .hidden-xs {
|
| 6782 |
-
display: none !important;
|
| 6783 |
-
}
|
| 6784 |
-
}
|
| 6785 |
-
@media (min-width: 768px) and (max-width: 991px) {
|
| 6786 |
-
.ycd-bootstrap-wrapper .hidden-sm {
|
| 6787 |
-
display: none !important;
|
| 6788 |
-
}
|
| 6789 |
-
}
|
| 6790 |
-
@media (min-width: 992px) and (max-width: 1199px) {
|
| 6791 |
-
.ycd-bootstrap-wrapper .hidden-md {
|
| 6792 |
-
display: none !important;
|
| 6793 |
-
}
|
| 6794 |
-
}
|
| 6795 |
-
@media (min-width: 1200px) {
|
| 6796 |
-
.ycd-bootstrap-wrapper .hidden-lg {
|
| 6797 |
-
display: none !important;
|
| 6798 |
-
}
|
| 6799 |
-
}
|
| 6800 |
-
.ycd-bootstrap-wrapper .visible-print {
|
| 6801 |
-
display: none !important;
|
| 6802 |
-
}
|
| 6803 |
-
@media print {
|
| 6804 |
-
.ycd-bootstrap-wrapper .visible-print {
|
| 6805 |
-
display: block !important;
|
| 6806 |
-
}
|
| 6807 |
-
.ycd-bootstrap-wrapper table.visible-print {
|
| 6808 |
-
display: table !important;
|
| 6809 |
-
}
|
| 6810 |
-
.ycd-bootstrap-wrapper tr.visible-print {
|
| 6811 |
-
display: table-row !important;
|
| 6812 |
-
}
|
| 6813 |
-
.ycd-bootstrap-wrapper th.visible-print,
|
| 6814 |
-
.ycd-bootstrap-wrapper td.visible-print {
|
| 6815 |
-
display: table-cell !important;
|
| 6816 |
-
}
|
| 6817 |
-
}
|
| 6818 |
-
.ycd-bootstrap-wrapper .visible-print-block {
|
| 6819 |
-
display: none !important;
|
| 6820 |
-
}
|
| 6821 |
-
@media print {
|
| 6822 |
-
.ycd-bootstrap-wrapper .visible-print-block {
|
| 6823 |
-
display: block !important;
|
| 6824 |
-
}
|
| 6825 |
-
}
|
| 6826 |
-
.ycd-bootstrap-wrapper .visible-print-inline {
|
| 6827 |
-
display: none !important;
|
| 6828 |
-
}
|
| 6829 |
-
@media print {
|
| 6830 |
-
.ycd-bootstrap-wrapper .visible-print-inline {
|
| 6831 |
-
display: inline !important;
|
| 6832 |
-
}
|
| 6833 |
-
}
|
| 6834 |
-
.ycd-bootstrap-wrapper .visible-print-inline-block {
|
| 6835 |
-
display: none !important;
|
| 6836 |
-
}
|
| 6837 |
-
@media print {
|
| 6838 |
-
.ycd-bootstrap-wrapper .visible-print-inline-block {
|
| 6839 |
-
display: inline-block !important;
|
| 6840 |
-
}
|
| 6841 |
-
}
|
| 6842 |
-
@media print {
|
| 6843 |
-
.ycd-bootstrap-wrapper .hidden-print {
|
| 6844 |
-
display: none !important;
|
| 6845 |
-
}
|
| 6846 |
-
}
|
| 1 |
+
.ycd-bootstrap-wrapper html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.ycd-bootstrap-wrapper body{margin:0}.ycd-bootstrap-wrapper article,.ycd-bootstrap-wrapper aside,.ycd-bootstrap-wrapper details,.ycd-bootstrap-wrapper figcaption,.ycd-bootstrap-wrapper figure,.ycd-bootstrap-wrapper footer,.ycd-bootstrap-wrapper header,.ycd-bootstrap-wrapper hgroup,.ycd-bootstrap-wrapper main,.ycd-bootstrap-wrapper menu,.ycd-bootstrap-wrapper nav,.ycd-bootstrap-wrapper section,.ycd-bootstrap-wrapper summary{display:block}.ycd-bootstrap-wrapper audio,.ycd-bootstrap-wrapper canvas,.ycd-bootstrap-wrapper progress,.ycd-bootstrap-wrapper video{display:inline-block;vertical-align:baseline}.ycd-bootstrap-wrapper audio:not([controls]){display:none;height:0}.ycd-bootstrap-wrapper [hidden],.ycd-bootstrap-wrapper template{display:none}.ycd-bootstrap-wrapper a{background-color:transparent}.ycd-bootstrap-wrapper a:active,.ycd-bootstrap-wrapper a:hover{outline:0}.ycd-bootstrap-wrapper abbr[title]{border-bottom:1px dotted}.ycd-bootstrap-wrapper b,.ycd-bootstrap-wrapper strong{font-weight:700}.ycd-bootstrap-wrapper dfn{font-style:italic}.ycd-bootstrap-wrapper h1{margin:.67em 0;font-size:2em}.ycd-bootstrap-wrapper mark{color:#000;background:#ff0}.ycd-bootstrap-wrapper small{font-size:80%}.ycd-bootstrap-wrapper sub,.ycd-bootstrap-wrapper sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.ycd-bootstrap-wrapper sup{top:-.5em}.ycd-bootstrap-wrapper sub{bottom:-.25em}.ycd-bootstrap-wrapper img{border:0}.ycd-bootstrap-wrapper svg:not(:root){overflow:hidden}.ycd-bootstrap-wrapper figure{margin:1em 40px}.ycd-bootstrap-wrapper hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.ycd-bootstrap-wrapper pre{overflow:auto}.ycd-bootstrap-wrapper code,.ycd-bootstrap-wrapper kbd,.ycd-bootstrap-wrapper pre,.ycd-bootstrap-wrapper samp{font-family:monospace,monospace;font-size:1em}.ycd-bootstrap-wrapper button,.ycd-bootstrap-wrapper input,.ycd-bootstrap-wrapper optgroup,.ycd-bootstrap-wrapper select,.ycd-bootstrap-wrapper textarea{margin:0;font:inherit;color:inherit}.ycd-bootstrap-wrapper button{overflow:visible}.ycd-bootstrap-wrapper button,.ycd-bootstrap-wrapper select{text-transform:none}.ycd-bootstrap-wrapper button,.ycd-bootstrap-wrapper html input[type=button],.ycd-bootstrap-wrapper input[type=reset],.ycd-bootstrap-wrapper input[type=submit]{-webkit-appearance:button;cursor:pointer}.ycd-bootstrap-wrapper button[disabled],.ycd-bootstrap-wrapper html input[disabled]{cursor:default}.ycd-bootstrap-wrapper button::-moz-focus-inner,.ycd-bootstrap-wrapper input::-moz-focus-inner{padding:0;border:0}.ycd-bootstrap-wrapper input{line-height:normal}.ycd-bootstrap-wrapper input[type=checkbox],.ycd-bootstrap-wrapper input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.ycd-bootstrap-wrapper input[type=number]::-webkit-inner-spin-button,.ycd-bootstrap-wrapper input[type=number]::-webkit-outer-spin-button{height:auto}.ycd-bootstrap-wrapper input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}.ycd-bootstrap-wrapper input[type=search]::-webkit-search-cancel-button,.ycd-bootstrap-wrapper input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.ycd-bootstrap-wrapper fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}.ycd-bootstrap-wrapper legend{padding:0;border:0}.ycd-bootstrap-wrapper textarea{overflow:auto}.ycd-bootstrap-wrapper optgroup{font-weight:700}.ycd-bootstrap-wrapper table{border-spacing:0;border-collapse:collapse}.ycd-bootstrap-wrapper td,.ycd-bootstrap-wrapper th{padding:0}@media print{.ycd-bootstrap-wrapper *,.ycd-bootstrap-wrapper :after,.ycd-bootstrap-wrapper :before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ycd-bootstrap-wrapper a,.ycd-bootstrap-wrapper a:visited{text-decoration:underline}.ycd-bootstrap-wrapper a[href]:after{content:" (" attr(href) ")"}.ycd-bootstrap-wrapper abbr[title]:after{content:" (" attr(title) ")"}.ycd-bootstrap-wrapper a[href^="#"]:after,.ycd-bootstrap-wrapper a[href^="javascript:"]:after{content:""}.ycd-bootstrap-wrapper blockquote,.ycd-bootstrap-wrapper pre{border:1px solid #999;page-break-inside:avoid}.ycd-bootstrap-wrapper thead{display:table-header-group}.ycd-bootstrap-wrapper img,.ycd-bootstrap-wrapper tr{page-break-inside:avoid}.ycd-bootstrap-wrapper img{max-width:100%!important}.ycd-bootstrap-wrapper h2,.ycd-bootstrap-wrapper h3,.ycd-bootstrap-wrapper p{orphans:3;widows:3}.ycd-bootstrap-wrapper h2,.ycd-bootstrap-wrapper h3{page-break-after:avoid}.ycd-bootstrap-wrapper .navbar{display:none}.ycd-bootstrap-wrapper .btn>.caret,.ycd-bootstrap-wrapper .dropup>.btn>.caret{border-top-color:#000!important}.ycd-bootstrap-wrapper .label{border:1px solid #000}.ycd-bootstrap-wrapper .table{border-collapse:collapse!important}.ycd-bootstrap-wrapper .table td,.ycd-bootstrap-wrapper .table th{background-color:#fff!important}.ycd-bootstrap-wrapper .table-bordered td,.ycd-bootstrap-wrapper .table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url('http://localhost/fonts/glyphicons-halflings-regular.eot');src:url('http://localhost/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('http://localhost/fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('http://localhost/fonts/glyphicons-halflings-regular.woff') format('woff'),url('http://localhost/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('http://localhost/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.ycd-bootstrap-wrapper .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ycd-bootstrap-wrapper .glyphicon-asterisk:before{content:"\002a"}.ycd-bootstrap-wrapper .glyphicon-plus:before{content:"\002b"}.ycd-bootstrap-wrapper .glyphicon-eur:before,.ycd-bootstrap-wrapper .glyphicon-euro:before{content:"\20ac"}.ycd-bootstrap-wrapper .glyphicon-minus:before{content:"\2212"}.ycd-bootstrap-wrapper .glyphicon-cloud:before{content:"\2601"}.ycd-bootstrap-wrapper .glyphicon-envelope:before{content:"\2709"}.ycd-bootstrap-wrapper .glyphicon-pencil:before{content:"\270f"}.ycd-bootstrap-wrapper .glyphicon-glass:before{content:"\e001"}.ycd-bootstrap-wrapper .glyphicon-music:before{content:"\e002"}.ycd-bootstrap-wrapper .glyphicon-search:before{content:"\e003"}.ycd-bootstrap-wrapper .glyphicon-heart:before{content:"\e005"}.ycd-bootstrap-wrapper .glyphicon-star:before{content:"\e006"}.ycd-bootstrap-wrapper .glyphicon-star-empty:before{content:"\e007"}.ycd-bootstrap-wrapper .glyphicon-user:before{content:"\e008"}.ycd-bootstrap-wrapper .glyphicon-film:before{content:"\e009"}.ycd-bootstrap-wrapper .glyphicon-th-large:before{content:"\e010"}.ycd-bootstrap-wrapper .glyphicon-th:before{content:"\e011"}.ycd-bootstrap-wrapper .glyphicon-th-list:before{content:"\e012"}.ycd-bootstrap-wrapper .glyphicon-ok:before{content:"\e013"}.ycd-bootstrap-wrapper .glyphicon-remove:before{content:"\e014"}.ycd-bootstrap-wrapper .glyphicon-zoom-in:before{content:"\e015"}.ycd-bootstrap-wrapper .glyphicon-zoom-out:before{content:"\e016"}.ycd-bootstrap-wrapper .glyphicon-off:before{content:"\e017"}.ycd-bootstrap-wrapper .glyphicon-signal:before{content:"\e018"}.ycd-bootstrap-wrapper .glyphicon-cog:before{content:"\e019"}.ycd-bootstrap-wrapper .glyphicon-trash:before{content:"\e020"}.ycd-bootstrap-wrapper .glyphicon-home:before{content:"\e021"}.ycd-bootstrap-wrapper .glyphicon-file:before{content:"\e022"}.ycd-bootstrap-wrapper .glyphicon-time:before{content:"\e023"}.ycd-bootstrap-wrapper .glyphicon-road:before{content:"\e024"}.ycd-bootstrap-wrapper .glyphicon-download-alt:before{content:"\e025"}.ycd-bootstrap-wrapper .glyphicon-download:before{content:"\e026"}.ycd-bootstrap-wrapper .glyphicon-upload:before{content:"\e027"}.ycd-bootstrap-wrapper .glyphicon-inbox:before{content:"\e028"}.ycd-bootstrap-wrapper .glyphicon-play-circle:before{content:"\e029"}.ycd-bootstrap-wrapper .glyphicon-repeat:before{content:"\e030"}.ycd-bootstrap-wrapper .glyphicon-refresh:before{content:"\e031"}.ycd-bootstrap-wrapper .glyphicon-list-alt:before{content:"\e032"}.ycd-bootstrap-wrapper .glyphicon-lock:before{content:"\e033"}.ycd-bootstrap-wrapper .glyphicon-flag:before{content:"\e034"}.ycd-bootstrap-wrapper .glyphicon-headphones:before{content:"\e035"}.ycd-bootstrap-wrapper .glyphicon-volume-off:before{content:"\e036"}.ycd-bootstrap-wrapper .glyphicon-volume-down:before{content:"\e037"}.ycd-bootstrap-wrapper .glyphicon-volume-up:before{content:"\e038"}.ycd-bootstrap-wrapper .glyphicon-qrcode:before{content:"\e039"}.ycd-bootstrap-wrapper .glyphicon-barcode:before{content:"\e040"}.ycd-bootstrap-wrapper .glyphicon-tag:before{content:"\e041"}.ycd-bootstrap-wrapper .glyphicon-tags:before{content:"\e042"}.ycd-bootstrap-wrapper .glyphicon-book:before{content:"\e043"}.ycd-bootstrap-wrapper .glyphicon-bookmark:before{content:"\e044"}.ycd-bootstrap-wrapper .glyphicon-print:before{content:"\e045"}.ycd-bootstrap-wrapper .glyphicon-camera:before{content:"\e046"}.ycd-bootstrap-wrapper .glyphicon-font:before{content:"\e047"}.ycd-bootstrap-wrapper .glyphicon-bold:before{content:"\e048"}.ycd-bootstrap-wrapper .glyphicon-italic:before{content:"\e049"}.ycd-bootstrap-wrapper .glyphicon-text-height:before{content:"\e050"}.ycd-bootstrap-wrapper .glyphicon-text-width:before{content:"\e051"}.ycd-bootstrap-wrapper .glyphicon-align-left:before{content:"\e052"}.ycd-bootstrap-wrapper .glyphicon-align-center:before{content:"\e053"}.ycd-bootstrap-wrapper .glyphicon-align-right:before{content:"\e054"}.ycd-bootstrap-wrapper .glyphicon-align-justify:before{content:"\e055"}.ycd-bootstrap-wrapper .glyphicon-list:before{content:"\e056"}.ycd-bootstrap-wrapper .glyphicon-indent-left:before{content:"\e057"}.ycd-bootstrap-wrapper .glyphicon-indent-right:before{content:"\e058"}.ycd-bootstrap-wrapper .glyphicon-facetime-video:before{content:"\e059"}.ycd-bootstrap-wrapper .glyphicon-picture:before{content:"\e060"}.ycd-bootstrap-wrapper .glyphicon-map-marker:before{content:"\e062"}.ycd-bootstrap-wrapper .glyphicon-adjust:before{content:"\e063"}.ycd-bootstrap-wrapper .glyphicon-tint:before{content:"\e064"}.ycd-bootstrap-wrapper .glyphicon-edit:before{content:"\e065"}.ycd-bootstrap-wrapper .glyphicon-share:before{content:"\e066"}.ycd-bootstrap-wrapper .glyphicon-check:before{content:"\e067"}.ycd-bootstrap-wrapper .glyphicon-move:before{content:"\e068"}.ycd-bootstrap-wrapper .glyphicon-step-backward:before{content:"\e069"}.ycd-bootstrap-wrapper .glyphicon-fast-backward:before{content:"\e070"}.ycd-bootstrap-wrapper .glyphicon-backward:before{content:"\e071"}.ycd-bootstrap-wrapper .glyphicon-play:before{content:"\e072"}.ycd-bootstrap-wrapper .glyphicon-pause:before{content:"\e073"}.ycd-bootstrap-wrapper .glyphicon-stop:before{content:"\e074"}.ycd-bootstrap-wrapper .glyphicon-forward:before{content:"\e075"}.ycd-bootstrap-wrapper .glyphicon-fast-forward:before{content:"\e076"}.ycd-bootstrap-wrapper .glyphicon-step-forward:before{content:"\e077"}.ycd-bootstrap-wrapper .glyphicon-eject:before{content:"\e078"}.ycd-bootstrap-wrapper .glyphicon-chevron-left:before{content:"\e079"}.ycd-bootstrap-wrapper .glyphicon-chevron-right:before{content:"\e080"}.ycd-bootstrap-wrapper .glyphicon-plus-sign:before{content:"\e081"}.ycd-bootstrap-wrapper .glyphicon-minus-sign:before{content:"\e082"}.ycd-bootstrap-wrapper .glyphicon-remove-sign:before{content:"\e083"}.ycd-bootstrap-wrapper .glyphicon-ok-sign:before{content:"\e084"}.ycd-bootstrap-wrapper .glyphicon-question-sign:before{content:"\e085"}.ycd-bootstrap-wrapper .glyphicon-info-sign:before{content:"\e086"}.ycd-bootstrap-wrapper .glyphicon-screenshot:before{content:"\e087"}.ycd-bootstrap-wrapper .glyphicon-remove-circle:before{content:"\e088"}.ycd-bootstrap-wrapper .glyphicon-ok-circle:before{content:"\e089"}.ycd-bootstrap-wrapper .glyphicon-ban-circle:before{content:"\e090"}.ycd-bootstrap-wrapper .glyphicon-arrow-left:before{content:"\e091"}.ycd-bootstrap-wrapper .glyphicon-arrow-right:before{content:"\e092"}.ycd-bootstrap-wrapper .glyphicon-arrow-up:before{content:"\e093"}.ycd-bootstrap-wrapper .glyphicon-arrow-down:before{content:"\e094"}.ycd-bootstrap-wrapper .glyphicon-share-alt:before{content:"\e095"}.ycd-bootstrap-wrapper .glyphicon-resize-full:before{content:"\e096"}.ycd-bootstrap-wrapper .glyphicon-resize-small:before{content:"\e097"}.ycd-bootstrap-wrapper .glyphicon-exclamation-sign:before{content:"\e101"}.ycd-bootstrap-wrapper .glyphicon-gift:before{content:"\e102"}.ycd-bootstrap-wrapper .glyphicon-leaf:before{content:"\e103"}.ycd-bootstrap-wrapper .glyphicon-fire:before{content:"\e104"}.ycd-bootstrap-wrapper .glyphicon-eye-open:before{content:"\e105"}.ycd-bootstrap-wrapper .glyphicon-eye-close:before{content:"\e106"}.ycd-bootstrap-wrapper .glyphicon-warning-sign:before{content:"\e107"}.ycd-bootstrap-wrapper .glyphicon-plane:before{content:"\e108"}.ycd-bootstrap-wrapper .glyphicon-calendar:before{content:"\e109"}.ycd-bootstrap-wrapper .glyphicon-random:before{content:"\e110"}.ycd-bootstrap-wrapper .glyphicon-comment:before{content:"\e111"}.ycd-bootstrap-wrapper .glyphicon-magnet:before{content:"\e112"}.ycd-bootstrap-wrapper .glyphicon-chevron-up:before{content:"\e113"}.ycd-bootstrap-wrapper .glyphicon-chevron-down:before{content:"\e114"}.ycd-bootstrap-wrapper .glyphicon-retweet:before{content:"\e115"}.ycd-bootstrap-wrapper .glyphicon-shopping-cart:before{content:"\e116"}.ycd-bootstrap-wrapper .glyphicon-folder-close:before{content:"\e117"}.ycd-bootstrap-wrapper .glyphicon-folder-open:before{content:"\e118"}.ycd-bootstrap-wrapper .glyphicon-resize-vertical:before{content:"\e119"}.ycd-bootstrap-wrapper .glyphicon-resize-horizontal:before{content:"\e120"}.ycd-bootstrap-wrapper .glyphicon-hdd:before{content:"\e121"}.ycd-bootstrap-wrapper .glyphicon-bullhorn:before{content:"\e122"}.ycd-bootstrap-wrapper .glyphicon-bell:before{content:"\e123"}.ycd-bootstrap-wrapper .glyphicon-certificate:before{content:"\e124"}.ycd-bootstrap-wrapper .glyphicon-thumbs-up:before{content:"\e125"}.ycd-bootstrap-wrapper .glyphicon-thumbs-down:before{content:"\e126"}.ycd-bootstrap-wrapper .glyphicon-hand-right:before{content:"\e127"}.ycd-bootstrap-wrapper .glyphicon-hand-left:before{content:"\e128"}.ycd-bootstrap-wrapper .glyphicon-hand-up:before{content:"\e129"}.ycd-bootstrap-wrapper .glyphicon-hand-down:before{content:"\e130"}.ycd-bootstrap-wrapper .glyphicon-circle-arrow-right:before{content:"\e131"}.ycd-bootstrap-wrapper .glyphicon-circle-arrow-left:before{content:"\e132"}.ycd-bootstrap-wrapper .glyphicon-circle-arrow-up:before{content:"\e133"}.ycd-bootstrap-wrapper .glyphicon-circle-arrow-down:before{content:"\e134"}.ycd-bootstrap-wrapper .glyphicon-globe:before{content:"\e135"}.ycd-bootstrap-wrapper .glyphicon-wrench:before{content:"\e136"}.ycd-bootstrap-wrapper .glyphicon-tasks:before{content:"\e137"}.ycd-bootstrap-wrapper .glyphicon-filter:before{content:"\e138"}.ycd-bootstrap-wrapper .glyphicon-briefcase:before{content:"\e139"}.ycd-bootstrap-wrapper .glyphicon-fullscreen:before{content:"\e140"}.ycd-bootstrap-wrapper .glyphicon-dashboard:before{content:"\e141"}.ycd-bootstrap-wrapper .glyphicon-paperclip:before{content:"\e142"}.ycd-bootstrap-wrapper .glyphicon-heart-empty:before{content:"\e143"}.ycd-bootstrap-wrapper .glyphicon-link:before{content:"\e144"}.ycd-bootstrap-wrapper .glyphicon-phone:before{content:"\e145"}.ycd-bootstrap-wrapper .glyphicon-pushpin:before{content:"\e146"}.ycd-bootstrap-wrapper .glyphicon-usd:before{content:"\e148"}.ycd-bootstrap-wrapper .glyphicon-gbp:before{content:"\e149"}.ycd-bootstrap-wrapper .glyphicon-sort:before{content:"\e150"}.ycd-bootstrap-wrapper .glyphicon-sort-by-alphabet:before{content:"\e151"}.ycd-bootstrap-wrapper .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.ycd-bootstrap-wrapper .glyphicon-sort-by-order:before{content:"\e153"}.ycd-bootstrap-wrapper .glyphicon-sort-by-order-alt:before{content:"\e154"}.ycd-bootstrap-wrapper .glyphicon-sort-by-attributes:before{content:"\e155"}.ycd-bootstrap-wrapper .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.ycd-bootstrap-wrapper .glyphicon-unchecked:before{content:"\e157"}.ycd-bootstrap-wrapper .glyphicon-expand:before{content:"\e158"}.ycd-bootstrap-wrapper .glyphicon-collapse-down:before{content:"\e159"}.ycd-bootstrap-wrapper .glyphicon-collapse-up:before{content:"\e160"}.ycd-bootstrap-wrapper .glyphicon-log-in:before{content:"\e161"}.ycd-bootstrap-wrapper .glyphicon-flash:before{content:"\e162"}.ycd-bootstrap-wrapper .glyphicon-log-out:before{content:"\e163"}.ycd-bootstrap-wrapper .glyphicon-new-window:before{content:"\e164"}.ycd-bootstrap-wrapper .glyphicon-record:before{content:"\e165"}.ycd-bootstrap-wrapper .glyphicon-save:before{content:"\e166"}.ycd-bootstrap-wrapper .glyphicon-open:before{content:"\e167"}.ycd-bootstrap-wrapper .glyphicon-saved:before{content:"\e168"}.ycd-bootstrap-wrapper .glyphicon-import:before{content:"\e169"}.ycd-bootstrap-wrapper .glyphicon-export:before{content:"\e170"}.ycd-bootstrap-wrapper .glyphicon-send:before{content:"\e171"}.ycd-bootstrap-wrapper .glyphicon-floppy-disk:before{content:"\e172"}.ycd-bootstrap-wrapper .glyphicon-floppy-saved:before{content:"\e173"}.ycd-bootstrap-wrapper .glyphicon-floppy-remove:before{content:"\e174"}.ycd-bootstrap-wrapper .glyphicon-floppy-save:before{content:"\e175"}.ycd-bootstrap-wrapper .glyphicon-floppy-open:before{content:"\e176"}.ycd-bootstrap-wrapper .glyphicon-credit-card:before{content:"\e177"}.ycd-bootstrap-wrapper .glyphicon-transfer:before{content:"\e178"}.ycd-bootstrap-wrapper .glyphicon-cutlery:before{content:"\e179"}.ycd-bootstrap-wrapper .glyphicon-header:before{content:"\e180"}.ycd-bootstrap-wrapper .glyphicon-compressed:before{content:"\e181"}.ycd-bootstrap-wrapper .glyphicon-earphone:before{content:"\e182"}.ycd-bootstrap-wrapper .glyphicon-phone-alt:before{content:"\e183"}.ycd-bootstrap-wrapper .glyphicon-tower:before{content:"\e184"}.ycd-bootstrap-wrapper .glyphicon-stats:before{content:"\e185"}.ycd-bootstrap-wrapper .glyphicon-sd-video:before{content:"\e186"}.ycd-bootstrap-wrapper .glyphicon-hd-video:before{content:"\e187"}.ycd-bootstrap-wrapper .glyphicon-subtitles:before{content:"\e188"}.ycd-bootstrap-wrapper .glyphicon-sound-stereo:before{content:"\e189"}.ycd-bootstrap-wrapper .glyphicon-sound-dolby:before{content:"\e190"}.ycd-bootstrap-wrapper .glyphicon-sound-5-1:before{content:"\e191"}.ycd-bootstrap-wrapper .glyphicon-sound-6-1:before{content:"\e192"}.ycd-bootstrap-wrapper .glyphicon-sound-7-1:before{content:"\e193"}.ycd-bootstrap-wrapper .glyphicon-copyright-mark:before{content:"\e194"}.ycd-bootstrap-wrapper .glyphicon-registration-mark:before{content:"\e195"}.ycd-bootstrap-wrapper .glyphicon-cloud-download:before{content:"\e197"}.ycd-bootstrap-wrapper .glyphicon-cloud-upload:before{content:"\e198"}.ycd-bootstrap-wrapper .glyphicon-tree-conifer:before{content:"\e199"}.ycd-bootstrap-wrapper .glyphicon-tree-deciduous:before{content:"\e200"}.ycd-bootstrap-wrapper .glyphicon-cd:before{content:"\e201"}.ycd-bootstrap-wrapper .glyphicon-save-file:before{content:"\e202"}.ycd-bootstrap-wrapper .glyphicon-open-file:before{content:"\e203"}.ycd-bootstrap-wrapper .glyphicon-level-up:before{content:"\e204"}.ycd-bootstrap-wrapper .glyphicon-copy:before{content:"\e205"}.ycd-bootstrap-wrapper .glyphicon-paste:before{content:"\e206"}.ycd-bootstrap-wrapper .glyphicon-alert:before{content:"\e209"}.ycd-bootstrap-wrapper .glyphicon-equalizer:before{content:"\e210"}.ycd-bootstrap-wrapper .glyphicon-king:before{content:"\e211"}.ycd-bootstrap-wrapper .glyphicon-queen:before{content:"\e212"}.ycd-bootstrap-wrapper .glyphicon-pawn:before{content:"\e213"}.ycd-bootstrap-wrapper .glyphicon-bishop:before{content:"\e214"}.ycd-bootstrap-wrapper .glyphicon-knight:before{content:"\e215"}.ycd-bootstrap-wrapper .glyphicon-baby-formula:before{content:"\e216"}.ycd-bootstrap-wrapper .glyphicon-tent:before{content:"\26fa"}.ycd-bootstrap-wrapper .glyphicon-blackboard:before{content:"\e218"}.ycd-bootstrap-wrapper .glyphicon-bed:before{content:"\e219"}.ycd-bootstrap-wrapper .glyphicon-apple:before{content:"\f8ff"}.ycd-bootstrap-wrapper .glyphicon-erase:before{content:"\e221"}.ycd-bootstrap-wrapper .glyphicon-hourglass:before{content:"\231b"}.ycd-bootstrap-wrapper .glyphicon-lamp:before{content:"\e223"}.ycd-bootstrap-wrapper .glyphicon-duplicate:before{content:"\e224"}.ycd-bootstrap-wrapper .glyphicon-piggy-bank:before{content:"\e225"}.ycd-bootstrap-wrapper .glyphicon-scissors:before{content:"\e226"}.ycd-bootstrap-wrapper .glyphicon-bitcoin:before{content:"\e227"}.ycd-bootstrap-wrapper .glyphicon-btc:before{content:"\e227"}.ycd-bootstrap-wrapper .glyphicon-xbt:before{content:"\e227"}.ycd-bootstrap-wrapper .glyphicon-yen:before{content:"\00a5"}.ycd-bootstrap-wrapper .glyphicon-jpy:before{content:"\00a5"}.ycd-bootstrap-wrapper .glyphicon-ruble:before{content:"\20bd"}.ycd-bootstrap-wrapper .glyphicon-rub:before{content:"\20bd"}.ycd-bootstrap-wrapper .glyphicon-scale:before{content:"\e230"}.ycd-bootstrap-wrapper .glyphicon-ice-lolly:before{content:"\e231"}.ycd-bootstrap-wrapper .glyphicon-ice-lolly-tasted:before{content:"\e232"}.ycd-bootstrap-wrapper .glyphicon-education:before{content:"\e233"}.ycd-bootstrap-wrapper .glyphicon-option-horizontal:before{content:"\e234"}.ycd-bootstrap-wrapper .glyphicon-option-vertical:before{content:"\e235"}.ycd-bootstrap-wrapper .glyphicon-menu-hamburger:before{content:"\e236"}.ycd-bootstrap-wrapper .glyphicon-modal-window:before{content:"\e237"}.ycd-bootstrap-wrapper .glyphicon-oil:before{content:"\e238"}.ycd-bootstrap-wrapper .glyphicon-grain:before{content:"\e239"}.ycd-bootstrap-wrapper .glyphicon-sunglasses:before{content:"\e240"}.ycd-bootstrap-wrapper .glyphicon-text-size:before{content:"\e241"}.ycd-bootstrap-wrapper .glyphicon-text-color:before{content:"\e242"}.ycd-bootstrap-wrapper .glyphicon-text-background:before{content:"\e243"}.ycd-bootstrap-wrapper .glyphicon-object-align-top:before{content:"\e244"}.ycd-bootstrap-wrapper .glyphicon-object-align-bottom:before{content:"\e245"}.ycd-bootstrap-wrapper .glyphicon-object-align-horizontal:before{content:"\e246"}.ycd-bootstrap-wrapper .glyphicon-object-align-left:before{content:"\e247"}.ycd-bootstrap-wrapper .glyphicon-object-align-vertical:before{content:"\e248"}.ycd-bootstrap-wrapper .glyphicon-object-align-right:before{content:"\e249"}.ycd-bootstrap-wrapper .glyphicon-triangle-right:before{content:"\e250"}.ycd-bootstrap-wrapper .glyphicon-triangle-left:before{content:"\e251"}.ycd-bootstrap-wrapper .glyphicon-triangle-bottom:before{content:"\e252"}.ycd-bootstrap-wrapper .glyphicon-triangle-top:before{content:"\e253"}.ycd-bootstrap-wrapper .glyphicon-console:before{content:"\e254"}.ycd-bootstrap-wrapper .glyphicon-superscript:before{content:"\e255"}.ycd-bootstrap-wrapper .glyphicon-subscript:before{content:"\e256"}.ycd-bootstrap-wrapper .glyphicon-menu-left:before{content:"\e257"}.ycd-bootstrap-wrapper .glyphicon-menu-right:before{content:"\e258"}.ycd-bootstrap-wrapper .glyphicon-menu-down:before{content:"\e259"}.ycd-bootstrap-wrapper .glyphicon-menu-up:before{content:"\e260"}.ycd-bootstrap-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ycd-bootstrap-wrapper :after,.ycd-bootstrap-wrapper :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ycd-bootstrap-wrapper html{font-size:10px;-webkit-tap-highlight-color:transparent}.ycd-bootstrap-wrapper body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}.ycd-bootstrap-wrapper button,.ycd-bootstrap-wrapper input,.ycd-bootstrap-wrapper select,.ycd-bootstrap-wrapper textarea{font-family:inherit;font-size:inherit;line-height:inherit}.ycd-bootstrap-wrapper a{color:#337ab7;text-decoration:none}.ycd-bootstrap-wrapper a:focus,.ycd-bootstrap-wrapper a:hover{color:#23527c;text-decoration:underline}.ycd-bootstrap-wrapper a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ycd-bootstrap-wrapper figure{margin:0}.ycd-bootstrap-wrapper img{vertical-align:middle}.ycd-bootstrap-wrapper .carousel-inner>.item>a>img,.ycd-bootstrap-wrapper .carousel-inner>.item>img,.ycd-bootstrap-wrapper .img-responsive,.ycd-bootstrap-wrapper .thumbnail a>img,.ycd-bootstrap-wrapper .thumbnail>img{display:block;max-width:100%;height:auto}.ycd-bootstrap-wrapper .img-rounded{border-radius:6px}.ycd-bootstrap-wrapper .img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.ycd-bootstrap-wrapper .img-circle{border-radius:50%}.ycd-bootstrap-wrapper hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.ycd-bootstrap-wrapper .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ycd-bootstrap-wrapper .sr-only-focusable:active,.ycd-bootstrap-wrapper .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.ycd-bootstrap-wrapper [role=button]{cursor:pointer}.ycd-bootstrap-wrapper .h1,.ycd-bootstrap-wrapper .h2,.ycd-bootstrap-wrapper .h3,.ycd-bootstrap-wrapper .h4,.ycd-bootstrap-wrapper .h5,.ycd-bootstrap-wrapper .h6,.ycd-bootstrap-wrapper h1,.ycd-bootstrap-wrapper h2,.ycd-bootstrap-wrapper h3,.ycd-bootstrap-wrapper h4,.ycd-bootstrap-wrapper h5,.ycd-bootstrap-wrapper h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.ycd-bootstrap-wrapper .h1 .small,.ycd-bootstrap-wrapper .h1 small,.ycd-bootstrap-wrapper .h2 .small,.ycd-bootstrap-wrapper .h2 small,.ycd-bootstrap-wrapper .h3 .small,.ycd-bootstrap-wrapper .h3 small,.ycd-bootstrap-wrapper .h4 .small,.ycd-bootstrap-wrapper .h4 small,.ycd-bootstrap-wrapper .h5 .small,.ycd-bootstrap-wrapper .h5 small,.ycd-bootstrap-wrapper .h6 .small,.ycd-bootstrap-wrapper .h6 small,.ycd-bootstrap-wrapper h1 .small,.ycd-bootstrap-wrapper h1 small,.ycd-bootstrap-wrapper h2 .small,.ycd-bootstrap-wrapper h2 small,.ycd-bootstrap-wrapper h3 .small,.ycd-bootstrap-wrapper h3 small,.ycd-bootstrap-wrapper h4 .small,.ycd-bootstrap-wrapper h4 small,.ycd-bootstrap-wrapper h5 .small,.ycd-bootstrap-wrapper h5 small,.ycd-bootstrap-wrapper h6 .small,.ycd-bootstrap-wrapper h6 small{font-weight:400;line-height:1;color:#777}.ycd-bootstrap-wrapper .h1,.ycd-bootstrap-wrapper .h2,.ycd-bootstrap-wrapper .h3,.ycd-bootstrap-wrapper h1,.ycd-bootstrap-wrapper h2,.ycd-bootstrap-wrapper h3{margin-top:20px;margin-bottom:10px}.ycd-bootstrap-wrapper .h1 .small,.ycd-bootstrap-wrapper .h1 small,.ycd-bootstrap-wrapper .h2 .small,.ycd-bootstrap-wrapper .h2 small,.ycd-bootstrap-wrapper .h3 .small,.ycd-bootstrap-wrapper .h3 small,.ycd-bootstrap-wrapper h1 .small,.ycd-bootstrap-wrapper h1 small,.ycd-bootstrap-wrapper h2 .small,.ycd-bootstrap-wrapper h2 small,.ycd-bootstrap-wrapper h3 .small,.ycd-bootstrap-wrapper h3 small{font-size:65%}.ycd-bootstrap-wrapper .h4,.ycd-bootstrap-wrapper .h5,.ycd-bootstrap-wrapper .h6,.ycd-bootstrap-wrapper h4,.ycd-bootstrap-wrapper h5,.ycd-bootstrap-wrapper h6{margin-top:10px;margin-bottom:10px}.ycd-bootstrap-wrapper .h4 .small,.ycd-bootstrap-wrapper .h4 small,.ycd-bootstrap-wrapper .h5 .small,.ycd-bootstrap-wrapper .h5 small,.ycd-bootstrap-wrapper .h6 .small,.ycd-bootstrap-wrapper .h6 small,.ycd-bootstrap-wrapper h4 .small,.ycd-bootstrap-wrapper h4 small,.ycd-bootstrap-wrapper h5 .small,.ycd-bootstrap-wrapper h5 small,.ycd-bootstrap-wrapper h6 .small,.ycd-bootstrap-wrapper h6 small{font-size:75%}.ycd-bootstrap-wrapper .h1,.ycd-bootstrap-wrapper h1{font-size:36px}.ycd-bootstrap-wrapper .h2,.ycd-bootstrap-wrapper h2{font-size:30px}.ycd-bootstrap-wrapper .h3,.ycd-bootstrap-wrapper h3{font-size:24px}.ycd-bootstrap-wrapper .h4,.ycd-bootstrap-wrapper h4{font-size:18px}.ycd-bootstrap-wrapper .h5,.ycd-bootstrap-wrapper h5{font-size:14px}.ycd-bootstrap-wrapper .h6,.ycd-bootstrap-wrapper h6{font-size:12px}.ycd-bootstrap-wrapper p{margin:0 0 10px}.ycd-bootstrap-wrapper .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.ycd-bootstrap-wrapper .lead{font-size:21px}}.ycd-bootstrap-wrapper .small,.ycd-bootstrap-wrapper small{font-size:85%}.ycd-bootstrap-wrapper .mark,.ycd-bootstrap-wrapper mark{padding:.2em;background-color:#fcf8e3}.ycd-bootstrap-wrapper .text-left{text-align:left}.ycd-bootstrap-wrapper .text-right{text-align:right}.ycd-bootstrap-wrapper .text-center{text-align:center}.ycd-bootstrap-wrapper .text-justify{text-align:justify}.ycd-bootstrap-wrapper .text-nowrap{white-space:nowrap}.ycd-bootstrap-wrapper .text-lowercase{text-transform:lowercase}.ycd-bootstrap-wrapper .text-uppercase{text-transform:uppercase}.ycd-bootstrap-wrapper .text-capitalize{text-transform:capitalize}.ycd-bootstrap-wrapper .text-muted{color:#777}.ycd-bootstrap-wrapper .text-primary{color:#337ab7}.ycd-bootstrap-wrapper a.text-primary:focus,.ycd-bootstrap-wrapper a.text-primary:hover{color:#286090}.ycd-bootstrap-wrapper .text-success{color:#3c763d}.ycd-bootstrap-wrapper a.text-success:focus,.ycd-bootstrap-wrapper a.text-success:hover{color:#2b542c}.ycd-bootstrap-wrapper .text-info{color:#31708f}.ycd-bootstrap-wrapper a.text-info:focus,.ycd-bootstrap-wrapper a.text-info:hover{color:#245269}.ycd-bootstrap-wrapper .text-warning{color:#8a6d3b}.ycd-bootstrap-wrapper a.text-warning:focus,.ycd-bootstrap-wrapper a.text-warning:hover{color:#66512c}.ycd-bootstrap-wrapper .text-danger{color:#a94442}.ycd-bootstrap-wrapper a.text-danger:focus,.ycd-bootstrap-wrapper a.text-danger:hover{color:#843534}.ycd-bootstrap-wrapper .bg-primary{color:#fff;background-color:#337ab7}.ycd-bootstrap-wrapper a.bg-primary:focus,.ycd-bootstrap-wrapper a.bg-primary:hover{background-color:#286090}.ycd-bootstrap-wrapper .bg-success{background-color:#dff0d8}.ycd-bootstrap-wrapper a.bg-success:focus,.ycd-bootstrap-wrapper a.bg-success:hover{background-color:#c1e2b3}.ycd-bootstrap-wrapper .bg-info{background-color:#d9edf7}.ycd-bootstrap-wrapper a.bg-info:focus,.ycd-bootstrap-wrapper a.bg-info:hover{background-color:#afd9ee}.ycd-bootstrap-wrapper .bg-warning{background-color:#fcf8e3}.ycd-bootstrap-wrapper a.bg-warning:focus,.ycd-bootstrap-wrapper a.bg-warning:hover{background-color:#f7ecb5}.ycd-bootstrap-wrapper .bg-danger{background-color:#f2dede}.ycd-bootstrap-wrapper a.bg-danger:focus,.ycd-bootstrap-wrapper a.bg-danger:hover{background-color:#e4b9b9}.ycd-bootstrap-wrapper .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}.ycd-bootstrap-wrapper ol,.ycd-bootstrap-wrapper ul{margin-top:0;margin-bottom:10px}.ycd-bootstrap-wrapper ol ol,.ycd-bootstrap-wrapper ol ul,.ycd-bootstrap-wrapper ul ol,.ycd-bootstrap-wrapper ul ul{margin-bottom:0}.ycd-bootstrap-wrapper .list-unstyled{padding-left:0;list-style:none}.ycd-bootstrap-wrapper .list-inline{padding-left:0;margin-left:-5px;list-style:none}.ycd-bootstrap-wrapper .list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.ycd-bootstrap-wrapper dl{margin-top:0;margin-bottom:20px}.ycd-bootstrap-wrapper dd,.ycd-bootstrap-wrapper dt{line-height:1.42857143}.ycd-bootstrap-wrapper dt{font-weight:700}.ycd-bootstrap-wrapper dd{margin-left:0}@media (min-width:768px){.ycd-bootstrap-wrapper .dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.ycd-bootstrap-wrapper .dl-horizontal dd{margin-left:180px}}.ycd-bootstrap-wrapper abbr[data-original-title],.ycd-bootstrap-wrapper abbr[title]{cursor:help;border-bottom:1px dotted #777}.ycd-bootstrap-wrapper .initialism{font-size:90%;text-transform:uppercase}.ycd-bootstrap-wrapper blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.ycd-bootstrap-wrapper blockquote ol:last-child,.ycd-bootstrap-wrapper blockquote p:last-child,.ycd-bootstrap-wrapper blockquote ul:last-child{margin-bottom:0}.ycd-bootstrap-wrapper blockquote .small,.ycd-bootstrap-wrapper blockquote footer,.ycd-bootstrap-wrapper blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}.ycd-bootstrap-wrapper blockquote .small:before,.ycd-bootstrap-wrapper blockquote footer:before,.ycd-bootstrap-wrapper blockquote small:before{content:'\2014 \00A0'}.ycd-bootstrap-wrapper .blockquote-reverse,.ycd-bootstrap-wrapper blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.ycd-bootstrap-wrapper .blockquote-reverse .small:before,.ycd-bootstrap-wrapper .blockquote-reverse footer:before,.ycd-bootstrap-wrapper .blockquote-reverse small:before,.ycd-bootstrap-wrapper blockquote.pull-right .small:before,.ycd-bootstrap-wrapper blockquote.pull-right footer:before,.ycd-bootstrap-wrapper blockquote.pull-right small:before{content:''}.ycd-bootstrap-wrapper .blockquote-reverse .small:after,.ycd-bootstrap-wrapper .blockquote-reverse footer:after,.ycd-bootstrap-wrapper .blockquote-reverse small:after,.ycd-bootstrap-wrapper blockquote.pull-right .small:after,.ycd-bootstrap-wrapper blockquote.pull-right footer:after,.ycd-bootstrap-wrapper blockquote.pull-right small:after{content:'\00A0 \2014'}.ycd-bootstrap-wrapper address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.ycd-bootstrap-wrapper code,.ycd-bootstrap-wrapper kbd,.ycd-bootstrap-wrapper pre,.ycd-bootstrap-wrapper samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.ycd-bootstrap-wrapper code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.ycd-bootstrap-wrapper kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}.ycd-bootstrap-wrapper kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}.ycd-bootstrap-wrapper pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.ycd-bootstrap-wrapper pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.ycd-bootstrap-wrapper .pre-scrollable{max-height:340px;overflow-y:scroll}.ycd-bootstrap-wrapper .container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.ycd-bootstrap-wrapper .container{width:750px}}@media (min-width:992px){.ycd-bootstrap-wrapper .container{width:970px}}@media (min-width:1200px){.ycd-bootstrap-wrapper .container{width:1170px}}.ycd-bootstrap-wrapper .container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.ycd-bootstrap-wrapper .row{margin-right:-15px;margin-left:-15px}.ycd-bootstrap-wrapper .col-lg-1,.ycd-bootstrap-wrapper .col-lg-10,.ycd-bootstrap-wrapper .col-lg-11,.ycd-bootstrap-wrapper .col-lg-12,.ycd-bootstrap-wrapper .col-lg-2,.ycd-bootstrap-wrapper .col-lg-3,.ycd-bootstrap-wrapper .col-lg-4,.ycd-bootstrap-wrapper .col-lg-5,.ycd-bootstrap-wrapper .col-lg-6,.ycd-bootstrap-wrapper .col-lg-7,.ycd-bootstrap-wrapper .col-lg-8,.ycd-bootstrap-wrapper .col-lg-9,.ycd-bootstrap-wrapper .col-md-1,.ycd-bootstrap-wrapper .col-md-10,.ycd-bootstrap-wrapper .col-md-11,.ycd-bootstrap-wrapper .col-md-12,.ycd-bootstrap-wrapper .col-md-2,.ycd-bootstrap-wrapper .col-md-3,.ycd-bootstrap-wrapper .col-md-4,.ycd-bootstrap-wrapper .col-md-5,.ycd-bootstrap-wrapper .col-md-6,.ycd-bootstrap-wrapper .col-md-7,.ycd-bootstrap-wrapper .col-md-8,.ycd-bootstrap-wrapper .col-md-9,.ycd-bootstrap-wrapper .col-sm-1,.ycd-bootstrap-wrapper .col-sm-10,.ycd-bootstrap-wrapper .col-sm-11,.ycd-bootstrap-wrapper .col-sm-12,.ycd-bootstrap-wrapper .col-sm-2,.ycd-bootstrap-wrapper .col-sm-3,.ycd-bootstrap-wrapper .col-sm-4,.ycd-bootstrap-wrapper .col-sm-5,.ycd-bootstrap-wrapper .col-sm-6,.ycd-bootstrap-wrapper .col-sm-7,.ycd-bootstrap-wrapper .col-sm-8,.ycd-bootstrap-wrapper .col-sm-9,.ycd-bootstrap-wrapper .col-xs-1,.ycd-bootstrap-wrapper .col-xs-10,.ycd-bootstrap-wrapper .col-xs-11,.ycd-bootstrap-wrapper .col-xs-12,.ycd-bootstrap-wrapper .col-xs-2,.ycd-bootstrap-wrapper .col-xs-3,.ycd-bootstrap-wrapper .col-xs-4,.ycd-bootstrap-wrapper .col-xs-5,.ycd-bootstrap-wrapper .col-xs-6,.ycd-bootstrap-wrapper .col-xs-7,.ycd-bootstrap-wrapper .col-xs-8,.ycd-bootstrap-wrapper .col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.ycd-bootstrap-wrapper .col-xs-1,.ycd-bootstrap-wrapper .col-xs-10,.ycd-bootstrap-wrapper .col-xs-11,.ycd-bootstrap-wrapper .col-xs-12,.ycd-bootstrap-wrapper .col-xs-2,.ycd-bootstrap-wrapper .col-xs-3,.ycd-bootstrap-wrapper .col-xs-4,.ycd-bootstrap-wrapper .col-xs-5,.ycd-bootstrap-wrapper .col-xs-6,.ycd-bootstrap-wrapper .col-xs-7,.ycd-bootstrap-wrapper .col-xs-8,.ycd-bootstrap-wrapper .col-xs-9{float:left}.ycd-bootstrap-wrapper .col-xs-12{width:100%}.ycd-bootstrap-wrapper .col-xs-11{width:91.66666667%}.ycd-bootstrap-wrapper .col-xs-10{width:83.33333333%}.ycd-bootstrap-wrapper .col-xs-9{width:75%}.ycd-bootstrap-wrapper .col-xs-8{width:66.66666667%}.ycd-bootstrap-wrapper .col-xs-7{width:58.33333333%}.ycd-bootstrap-wrapper .col-xs-6{width:50%}.ycd-bootstrap-wrapper .col-xs-5{width:41.66666667%}.ycd-bootstrap-wrapper .col-xs-4{width:33.33333333%}.ycd-bootstrap-wrapper .col-xs-3{width:25%}.ycd-bootstrap-wrapper .col-xs-2{width:16.66666667%}.ycd-bootstrap-wrapper .col-xs-1{width:8.33333333%}.ycd-bootstrap-wrapper .col-xs-pull-12{right:100%}.ycd-bootstrap-wrapper .col-xs-pull-11{right:91.66666667%}.ycd-bootstrap-wrapper .col-xs-pull-10{right:83.33333333%}.ycd-bootstrap-wrapper .col-xs-pull-9{right:75%}.ycd-bootstrap-wrapper .col-xs-pull-8{right:66.66666667%}.ycd-bootstrap-wrapper .col-xs-pull-7{right:58.33333333%}.ycd-bootstrap-wrapper .col-xs-pull-6{right:50%}.ycd-bootstrap-wrapper .col-xs-pull-5{right:41.66666667%}.ycd-bootstrap-wrapper .col-xs-pull-4{right:33.33333333%}.ycd-bootstrap-wrapper .col-xs-pull-3{right:25%}.ycd-bootstrap-wrapper .col-xs-pull-2{right:16.66666667%}.ycd-bootstrap-wrapper .col-xs-pull-1{right:8.33333333%}.ycd-bootstrap-wrapper .col-xs-pull-0{right:auto}.ycd-bootstrap-wrapper .col-xs-push-12{left:100%}.ycd-bootstrap-wrapper .col-xs-push-11{left:91.66666667%}.ycd-bootstrap-wrapper .col-xs-push-10{left:83.33333333%}.ycd-bootstrap-wrapper .col-xs-push-9{left:75%}.ycd-bootstrap-wrapper .col-xs-push-8{left:66.66666667%}.ycd-bootstrap-wrapper .col-xs-push-7{left:58.33333333%}.ycd-bootstrap-wrapper .col-xs-push-6{left:50%}.ycd-bootstrap-wrapper .col-xs-push-5{left:41.66666667%}.ycd-bootstrap-wrapper .col-xs-push-4{left:33.33333333%}.ycd-bootstrap-wrapper .col-xs-push-3{left:25%}.ycd-bootstrap-wrapper .col-xs-push-2{left:16.66666667%}.ycd-bootstrap-wrapper .col-xs-push-1{left:8.33333333%}.ycd-bootstrap-wrapper .col-xs-push-0{left:auto}.ycd-bootstrap-wrapper .col-xs-offset-12{margin-left:100%}.ycd-bootstrap-wrapper .col-xs-offset-11{margin-left:91.66666667%}.ycd-bootstrap-wrapper .col-xs-offset-10{margin-left:83.33333333%}.ycd-bootstrap-wrapper .col-xs-offset-9{margin-left:75%}.ycd-bootstrap-wrapper .col-xs-offset-8{margin-left:66.66666667%}.ycd-bootstrap-wrapper .col-xs-offset-7{margin-left:58.33333333%}.ycd-bootstrap-wrapper .col-xs-offset-6{margin-left:50%}.ycd-bootstrap-wrapper .col-xs-offset-5{margin-left:41.66666667%}.ycd-bootstrap-wrapper .col-xs-offset-4{margin-left:33.33333333%}.ycd-bootstrap-wrapper .col-xs-offset-3{margin-left:25%}.ycd-bootstrap-wrapper .col-xs-offset-2{margin-left:16.66666667%}.ycd-bootstrap-wrapper .col-xs-offset-1{margin-left:8.33333333%}.ycd-bootstrap-wrapper .col-xs-offset-0{margin-left:0}@media (min-width:768px){.ycd-bootstrap-wrapper .col-sm-1,.ycd-bootstrap-wrapper .col-sm-10,.ycd-bootstrap-wrapper .col-sm-11,.ycd-bootstrap-wrapper .col-sm-12,.ycd-bootstrap-wrapper .col-sm-2,.ycd-bootstrap-wrapper .col-sm-3,.ycd-bootstrap-wrapper .col-sm-4,.ycd-bootstrap-wrapper .col-sm-5,.ycd-bootstrap-wrapper .col-sm-6,.ycd-bootstrap-wrapper .col-sm-7,.ycd-bootstrap-wrapper .col-sm-8,.ycd-bootstrap-wrapper .col-sm-9{float:left}.ycd-bootstrap-wrapper .col-sm-12{width:100%}.ycd-bootstrap-wrapper .col-sm-11{width:91.66666667%}.ycd-bootstrap-wrapper .col-sm-10{width:83.33333333%}.ycd-bootstrap-wrapper .col-sm-9{width:75%}.ycd-bootstrap-wrapper .col-sm-8{width:66.66666667%}.ycd-bootstrap-wrapper .col-sm-7{width:58.33333333%}.ycd-bootstrap-wrapper .col-sm-6{width:50%}.ycd-bootstrap-wrapper .col-sm-5{width:41.66666667%}.ycd-bootstrap-wrapper .col-sm-4{width:33.33333333%}.ycd-bootstrap-wrapper .col-sm-3{width:25%}.ycd-bootstrap-wrapper .col-sm-2{width:16.66666667%}.ycd-bootstrap-wrapper .col-sm-1{width:8.33333333%}.ycd-bootstrap-wrapper .col-sm-pull-12{right:100%}.ycd-bootstrap-wrapper .col-sm-pull-11{right:91.66666667%}.ycd-bootstrap-wrapper .col-sm-pull-10{right:83.33333333%}.ycd-bootstrap-wrapper .col-sm-pull-9{right:75%}.ycd-bootstrap-wrapper .col-sm-pull-8{right:66.66666667%}.ycd-bootstrap-wrapper .col-sm-pull-7{right:58.33333333%}.ycd-bootstrap-wrapper .col-sm-pull-6{right:50%}.ycd-bootstrap-wrapper .col-sm-pull-5{right:41.66666667%}.ycd-bootstrap-wrapper .col-sm-pull-4{right:33.33333333%}.ycd-bootstrap-wrapper .col-sm-pull-3{right:25%}.ycd-bootstrap-wrapper .col-sm-pull-2{right:16.66666667%}.ycd-bootstrap-wrapper .col-sm-pull-1{right:8.33333333%}.ycd-bootstrap-wrapper .col-sm-pull-0{right:auto}.ycd-bootstrap-wrapper .col-sm-push-12{left:100%}.ycd-bootstrap-wrapper .col-sm-push-11{left:91.66666667%}.ycd-bootstrap-wrapper .col-sm-push-10{left:83.33333333%}.ycd-bootstrap-wrapper .col-sm-push-9{left:75%}.ycd-bootstrap-wrapper .col-sm-push-8{left:66.66666667%}.ycd-bootstrap-wrapper .col-sm-push-7{left:58.33333333%}.ycd-bootstrap-wrapper .col-sm-push-6{left:50%}.ycd-bootstrap-wrapper .col-sm-push-5{left:41.66666667%}.ycd-bootstrap-wrapper .col-sm-push-4{left:33.33333333%}.ycd-bootstrap-wrapper .col-sm-push-3{left:25%}.ycd-bootstrap-wrapper .col-sm-push-2{left:16.66666667%}.ycd-bootstrap-wrapper .col-sm-push-1{left:8.33333333%}.ycd-bootstrap-wrapper .col-sm-push-0{left:auto}.ycd-bootstrap-wrapper .col-sm-offset-12{margin-left:100%}.ycd-bootstrap-wrapper .col-sm-offset-11{margin-left:91.66666667%}.ycd-bootstrap-wrapper .col-sm-offset-10{margin-left:83.33333333%}.ycd-bootstrap-wrapper .col-sm-offset-9{margin-left:75%}.ycd-bootstrap-wrapper .col-sm-offset-8{margin-left:66.66666667%}.ycd-bootstrap-wrapper .col-sm-offset-7{margin-left:58.33333333%}.ycd-bootstrap-wrapper .col-sm-offset-6{margin-left:50%}.ycd-bootstrap-wrapper .col-sm-offset-5{margin-left:41.66666667%}.ycd-bootstrap-wrapper .col-sm-offset-4{margin-left:33.33333333%}.ycd-bootstrap-wrapper .col-sm-offset-3{margin-left:25%}.ycd-bootstrap-wrapper .col-sm-offset-2{margin-left:16.66666667%}.ycd-bootstrap-wrapper .col-sm-offset-1{margin-left:8.33333333%}.ycd-bootstrap-wrapper .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.ycd-bootstrap-wrapper .col-md-1,.ycd-bootstrap-wrapper .col-md-10,.ycd-bootstrap-wrapper .col-md-11,.ycd-bootstrap-wrapper .col-md-12,.ycd-bootstrap-wrapper .col-md-2,.ycd-bootstrap-wrapper .col-md-3,.ycd-bootstrap-wrapper .col-md-4,.ycd-bootstrap-wrapper .col-md-5,.ycd-bootstrap-wrapper .col-md-6,.ycd-bootstrap-wrapper .col-md-7,.ycd-bootstrap-wrapper .col-md-8,.ycd-bootstrap-wrapper .col-md-9{float:left}.ycd-bootstrap-wrapper .col-md-12{width:100%}.ycd-bootstrap-wrapper .col-md-11{width:91.66666667%}.ycd-bootstrap-wrapper .col-md-10{width:83.33333333%}.ycd-bootstrap-wrapper .col-md-9{width:75%}.ycd-bootstrap-wrapper .col-md-8{width:66.66666667%}.ycd-bootstrap-wrapper .col-md-7{width:58.33333333%}.ycd-bootstrap-wrapper .col-md-6{width:50%}.ycd-bootstrap-wrapper .col-md-5{width:41.66666667%}.ycd-bootstrap-wrapper .col-md-4{width:33.33333333%}.ycd-bootstrap-wrapper .col-md-3{width:25%}.ycd-bootstrap-wrapper .col-md-2{width:16.66666667%}.ycd-bootstrap-wrapper .col-md-1{width:8.33333333%}.ycd-bootstrap-wrapper .col-md-pull-12{right:100%}.ycd-bootstrap-wrapper .col-md-pull-11{right:91.66666667%}.ycd-bootstrap-wrapper .col-md-pull-10{right:83.33333333%}.ycd-bootstrap-wrapper .col-md-pull-9{right:75%}.ycd-bootstrap-wrapper .col-md-pull-8{right:66.66666667%}.ycd-bootstrap-wrapper .col-md-pull-7{right:58.33333333%}.ycd-bootstrap-wrapper .col-md-pull-6{right:50%}.ycd-bootstrap-wrapper .col-md-pull-5{right:41.66666667%}.ycd-bootstrap-wrapper .col-md-pull-4{right:33.33333333%}.ycd-bootstrap-wrapper .col-md-pull-3{right:25%}.ycd-bootstrap-wrapper .col-md-pull-2{right:16.66666667%}.ycd-bootstrap-wrapper .col-md-pull-1{right:8.33333333%}.ycd-bootstrap-wrapper .col-md-pull-0{right:auto}.ycd-bootstrap-wrapper .col-md-push-12{left:100%}.ycd-bootstrap-wrapper .col-md-push-11{left:91.66666667%}.ycd-bootstrap-wrapper .col-md-push-10{left:83.33333333%}.ycd-bootstrap-wrapper .col-md-push-9{left:75%}.ycd-bootstrap-wrapper .col-md-push-8{left:66.66666667%}.ycd-bootstrap-wrapper .col-md-push-7{left:58.33333333%}.ycd-bootstrap-wrapper .col-md-push-6{left:50%}.ycd-bootstrap-wrapper .col-md-push-5{left:41.66666667%}.ycd-bootstrap-wrapper .col-md-push-4{left:33.33333333%}.ycd-bootstrap-wrapper .col-md-push-3{left:25%}.ycd-bootstrap-wrapper .col-md-push-2{left:16.66666667%}.ycd-bootstrap-wrapper .col-md-push-1{left:8.33333333%}.ycd-bootstrap-wrapper .col-md-push-0{left:auto}.ycd-bootstrap-wrapper .col-md-offset-12{margin-left:100%}.ycd-bootstrap-wrapper .col-md-offset-11{margin-left:91.66666667%}.ycd-bootstrap-wrapper .col-md-offset-10{margin-left:83.33333333%}.ycd-bootstrap-wrapper .col-md-offset-9{margin-left:75%}.ycd-bootstrap-wrapper .col-md-offset-8{margin-left:66.66666667%}.ycd-bootstrap-wrapper .col-md-offset-7{margin-left:58.33333333%}.ycd-bootstrap-wrapper .col-md-offset-6{margin-left:50%}.ycd-bootstrap-wrapper .col-md-offset-5{margin-left:41.66666667%}.ycd-bootstrap-wrapper .col-md-offset-4{margin-left:33.33333333%}.ycd-bootstrap-wrapper .col-md-offset-3{margin-left:25%}.ycd-bootstrap-wrapper .col-md-offset-2{margin-left:16.66666667%}.ycd-bootstrap-wrapper .col-md-offset-1{margin-left:8.33333333%}.ycd-bootstrap-wrapper .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.ycd-bootstrap-wrapper .col-lg-1,.ycd-bootstrap-wrapper .col-lg-10,.ycd-bootstrap-wrapper .col-lg-11,.ycd-bootstrap-wrapper .col-lg-12,.ycd-bootstrap-wrapper .col-lg-2,.ycd-bootstrap-wrapper .col-lg-3,.ycd-bootstrap-wrapper .col-lg-4,.ycd-bootstrap-wrapper .col-lg-5,.ycd-bootstrap-wrapper .col-lg-6,.ycd-bootstrap-wrapper .col-lg-7,.ycd-bootstrap-wrapper .col-lg-8,.ycd-bootstrap-wrapper .col-lg-9{float:left}.ycd-bootstrap-wrapper .col-lg-12{width:100%}.ycd-bootstrap-wrapper .col-lg-11{width:91.66666667%}.ycd-bootstrap-wrapper .col-lg-10{width:83.33333333%}.ycd-bootstrap-wrapper .col-lg-9{width:75%}.ycd-bootstrap-wrapper .col-lg-8{width:66.66666667%}.ycd-bootstrap-wrapper .col-lg-7{width:58.33333333%}.ycd-bootstrap-wrapper .col-lg-6{width:50%}.ycd-bootstrap-wrapper .col-lg-5{width:41.66666667%}.ycd-bootstrap-wrapper .col-lg-4{width:33.33333333%}.ycd-bootstrap-wrapper .col-lg-3{width:25%}.ycd-bootstrap-wrapper .col-lg-2{width:16.66666667%}.ycd-bootstrap-wrapper .col-lg-1{width:8.33333333%}.ycd-bootstrap-wrapper .col-lg-pull-12{right:100%}.ycd-bootstrap-wrapper .col-lg-pull-11{right:91.66666667%}.ycd-bootstrap-wrapper .col-lg-pull-10{right:83.33333333%}.ycd-bootstrap-wrapper .col-lg-pull-9{right:75%}.ycd-bootstrap-wrapper .col-lg-pull-8{right:66.66666667%}.ycd-bootstrap-wrapper .col-lg-pull-7{right:58.33333333%}.ycd-bootstrap-wrapper .col-lg-pull-6{right:50%}.ycd-bootstrap-wrapper .col-lg-pull-5{right:41.66666667%}.ycd-bootstrap-wrapper .col-lg-pull-4{right:33.33333333%}.ycd-bootstrap-wrapper .col-lg-pull-3{right:25%}.ycd-bootstrap-wrapper .col-lg-pull-2{right:16.66666667%}.ycd-bootstrap-wrapper .col-lg-pull-1{right:8.33333333%}.ycd-bootstrap-wrapper .col-lg-pull-0{right:auto}.ycd-bootstrap-wrapper .col-lg-push-12{left:100%}.ycd-bootstrap-wrapper .col-lg-push-11{left:91.66666667%}.ycd-bootstrap-wrapper .col-lg-push-10{left:83.33333333%}.ycd-bootstrap-wrapper .col-lg-push-9{left:75%}.ycd-bootstrap-wrapper .col-lg-push-8{left:66.66666667%}.ycd-bootstrap-wrapper .col-lg-push-7{left:58.33333333%}.ycd-bootstrap-wrapper .col-lg-push-6{left:50%}.ycd-bootstrap-wrapper .col-lg-push-5{left:41.66666667%}.ycd-bootstrap-wrapper .col-lg-push-4{left:33.33333333%}.ycd-bootstrap-wrapper .col-lg-push-3{left:25%}.ycd-bootstrap-wrapper .col-lg-push-2{left:16.66666667%}.ycd-bootstrap-wrapper .col-lg-push-1{left:8.33333333%}.ycd-bootstrap-wrapper .col-lg-push-0{left:auto}.ycd-bootstrap-wrapper .col-lg-offset-12{margin-left:100%}.ycd-bootstrap-wrapper .col-lg-offset-11{margin-left:91.66666667%}.ycd-bootstrap-wrapper .col-lg-offset-10{margin-left:83.33333333%}.ycd-bootstrap-wrapper .col-lg-offset-9{margin-left:75%}.ycd-bootstrap-wrapper .col-lg-offset-8{margin-left:66.66666667%}.ycd-bootstrap-wrapper .col-lg-offset-7{margin-left:58.33333333%}.ycd-bootstrap-wrapper .col-lg-offset-6{margin-left:50%}.ycd-bootstrap-wrapper .col-lg-offset-5{margin-left:41.66666667%}.ycd-bootstrap-wrapper .col-lg-offset-4{margin-left:33.33333333%}.ycd-bootstrap-wrapper .col-lg-offset-3{margin-left:25%}.ycd-bootstrap-wrapper .col-lg-offset-2{margin-left:16.66666667%}.ycd-bootstrap-wrapper .col-lg-offset-1{margin-left:8.33333333%}.ycd-bootstrap-wrapper .col-lg-offset-0{margin-left:0}}.ycd-bootstrap-wrapper table{background-color:transparent}.ycd-bootstrap-wrapper caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}.ycd-bootstrap-wrapper th{text-align:left}.ycd-bootstrap-wrapper .table{width:100%;max-width:100%;margin-bottom:20px}.ycd-bootstrap-wrapper .table>tbody>tr>td,.ycd-bootstrap-wrapper .table>tbody>tr>th,.ycd-bootstrap-wrapper .table>tfoot>tr>td,.ycd-bootstrap-wrapper .table>tfoot>tr>th,.ycd-bootstrap-wrapper .table>thead>tr>td,.ycd-bootstrap-wrapper .table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.ycd-bootstrap-wrapper .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.ycd-bootstrap-wrapper .table>caption+thead>tr:first-child>td,.ycd-bootstrap-wrapper .table>caption+thead>tr:first-child>th,.ycd-bootstrap-wrapper .table>colgroup+thead>tr:first-child>td,.ycd-bootstrap-wrapper .table>colgroup+thead>tr:first-child>th,.ycd-bootstrap-wrapper .table>thead:first-child>tr:first-child>td,.ycd-bootstrap-wrapper .table>thead:first-child>tr:first-child>th{border-top:0}.ycd-bootstrap-wrapper .table>tbody+tbody{border-top:2px solid #ddd}.ycd-bootstrap-wrapper .table .table{background-color:#fff}.ycd-bootstrap-wrapper .table-condensed>tbody>tr>td,.ycd-bootstrap-wrapper .table-condensed>tbody>tr>th,.ycd-bootstrap-wrapper .table-condensed>tfoot>tr>td,.ycd-bootstrap-wrapper .table-condensed>tfoot>tr>th,.ycd-bootstrap-wrapper .table-condensed>thead>tr>td,.ycd-bootstrap-wrapper .table-condensed>thead>tr>th{padding:5px}.ycd-bootstrap-wrapper .table-bordered{border:1px solid #ddd}.ycd-bootstrap-wrapper .table-bordered>tbody>tr>td,.ycd-bootstrap-wrapper .table-bordered>tbody>tr>th,.ycd-bootstrap-wrapper .table-bordered>tfoot>tr>td,.ycd-bootstrap-wrapper .table-bordered>tfoot>tr>th,.ycd-bootstrap-wrapper .table-bordered>thead>tr>td,.ycd-bootstrap-wrapper .table-bordered>thead>tr>th{border:1px solid #ddd}.ycd-bootstrap-wrapper .table-bordered>thead>tr>td,.ycd-bootstrap-wrapper .table-bordered>thead>tr>th{border-bottom-width:2px}.ycd-bootstrap-wrapper .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.ycd-bootstrap-wrapper .table-hover>tbody>tr:hover{background-color:#f5f5f5}.ycd-bootstrap-wrapper table col[class*=col-]{position:static;display:table-column;float:none}.ycd-bootstrap-wrapper table td[class*=col-],.ycd-bootstrap-wrapper table th[class*=col-]{position:static;display:table-cell;float:none}.ycd-bootstrap-wrapper .table>tbody>tr.active>td,.ycd-bootstrap-wrapper .table>tbody>tr.active>th,.ycd-bootstrap-wrapper .table>tbody>tr>td.active,.ycd-bootstrap-wrapper .table>tbody>tr>th.active,.ycd-bootstrap-wrapper .table>tfoot>tr.active>td,.ycd-bootstrap-wrapper .table>tfoot>tr.active>th,.ycd-bootstrap-wrapper .table>tfoot>tr>td.active,.ycd-bootstrap-wrapper .table>tfoot>tr>th.active,.ycd-bootstrap-wrapper .table>thead>tr.active>td,.ycd-bootstrap-wrapper .table>thead>tr.active>th,.ycd-bootstrap-wrapper .table>thead>tr>td.active,.ycd-bootstrap-wrapper .table>thead>tr>th.active{background-color:#f5f5f5}.ycd-bootstrap-wrapper .table-hover>tbody>tr.active:hover>td,.ycd-bootstrap-wrapper .table-hover>tbody>tr.active:hover>th,.ycd-bootstrap-wrapper .table-hover>tbody>tr:hover>.active,.ycd-bootstrap-wrapper .table-hover>tbody>tr>td.active:hover,.ycd-bootstrap-wrapper .table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.ycd-bootstrap-wrapper .table>tbody>tr.success>td,.ycd-bootstrap-wrapper .table>tbody>tr.success>th,.ycd-bootstrap-wrapper .table>tbody>tr>td.success,.ycd-bootstrap-wrapper .table>tbody>tr>th.success,.ycd-bootstrap-wrapper .table>tfoot>tr.success>td,.ycd-bootstrap-wrapper .table>tfoot>tr.success>th,.ycd-bootstrap-wrapper .table>tfoot>tr>td.success,.ycd-bootstrap-wrapper .table>tfoot>tr>th.success,.ycd-bootstrap-wrapper .table>thead>tr.success>td,.ycd-bootstrap-wrapper .table>thead>tr.success>th,.ycd-bootstrap-wrapper .table>thead>tr>td.success,.ycd-bootstrap-wrapper .table>thead>tr>th.success{background-color:#dff0d8}.ycd-bootstrap-wrapper .table-hover>tbody>tr.success:hover>td,.ycd-bootstrap-wrapper .table-hover>tbody>tr.success:hover>th,.ycd-bootstrap-wrapper .table-hover>tbody>tr:hover>.success,.ycd-bootstrap-wrapper .table-hover>tbody>tr>td.success:hover,.ycd-bootstrap-wrapper .table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.ycd-bootstrap-wrapper .table>tbody>tr.info>td,.ycd-bootstrap-wrapper .table>tbody>tr.info>th,.ycd-bootstrap-wrapper .table>tbody>tr>td.info,.ycd-bootstrap-wrapper .table>tbody>tr>th.info,.ycd-bootstrap-wrapper .table>tfoot>tr.info>td,.ycd-bootstrap-wrapper .table>tfoot>tr.info>th,.ycd-bootstrap-wrapper .table>tfoot>tr>td.info,.ycd-bootstrap-wrapper .table>tfoot>tr>th.info,.ycd-bootstrap-wrapper .table>thead>tr.info>td,.ycd-bootstrap-wrapper .table>thead>tr.info>th,.ycd-bootstrap-wrapper .table>thead>tr>td.info,.ycd-bootstrap-wrapper .table>thead>tr>th.info{background-color:#d9edf7}.ycd-bootstrap-wrapper .table-hover>tbody>tr.info:hover>td,.ycd-bootstrap-wrapper .table-hover>tbody>tr.info:hover>th,.ycd-bootstrap-wrapper .table-hover>tbody>tr:hover>.info,.ycd-bootstrap-wrapper .table-hover>tbody>tr>td.info:hover,.ycd-bootstrap-wrapper .table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.ycd-bootstrap-wrapper .table>tbody>tr.warning>td,.ycd-bootstrap-wrapper .table>tbody>tr.warning>th,.ycd-bootstrap-wrapper .table>tbody>tr>td.warning,.ycd-bootstrap-wrapper .table>tbody>tr>th.warning,.ycd-bootstrap-wrapper .table>tfoot>tr.warning>td,.ycd-bootstrap-wrapper .table>tfoot>tr.warning>th,.ycd-bootstrap-wrapper .table>tfoot>tr>td.warning,.ycd-bootstrap-wrapper .table>tfoot>tr>th.warning,.ycd-bootstrap-wrapper .table>thead>tr.warning>td,.ycd-bootstrap-wrapper .table>thead>tr.warning>th,.ycd-bootstrap-wrapper .table>thead>tr>td.warning,.ycd-bootstrap-wrapper .table>thead>tr>th.warning{background-color:#fcf8e3}.ycd-bootstrap-wrapper .table-hover>tbody>tr.warning:hover>td,.ycd-bootstrap-wrapper .table-hover>tbody>tr.warning:hover>th,.ycd-bootstrap-wrapper .table-hover>tbody>tr:hover>.warning,.ycd-bootstrap-wrapper .table-hover>tbody>tr>td.warning:hover,.ycd-bootstrap-wrapper .table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.ycd-bootstrap-wrapper .table>tbody>tr.danger>td,.ycd-bootstrap-wrapper .table>tbody>tr.danger>th,.ycd-bootstrap-wrapper .table>tbody>tr>td.danger,.ycd-bootstrap-wrapper .table>tbody>tr>th.danger,.ycd-bootstrap-wrapper .table>tfoot>tr.danger>td,.ycd-bootstrap-wrapper .table>tfoot>tr.danger>th,.ycd-bootstrap-wrapper .table>tfoot>tr>td.danger,.ycd-bootstrap-wrapper .table>tfoot>tr>th.danger,.ycd-bootstrap-wrapper .table>thead>tr.danger>td,.ycd-bootstrap-wrapper .table>thead>tr.danger>th,.ycd-bootstrap-wrapper .table>thead>tr>td.danger,.ycd-bootstrap-wrapper .table>thead>tr>th.danger{background-color:#f2dede}.ycd-bootstrap-wrapper .table-hover>tbody>tr.danger:hover>td,.ycd-bootstrap-wrapper .table-hover>tbody>tr.danger:hover>th,.ycd-bootstrap-wrapper .table-hover>tbody>tr:hover>.danger,.ycd-bootstrap-wrapper .table-hover>tbody>tr>td.danger:hover,.ycd-bootstrap-wrapper .table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.ycd-bootstrap-wrapper .table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.ycd-bootstrap-wrapper .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.ycd-bootstrap-wrapper .table-responsive>.table{margin-bottom:0}.ycd-bootstrap-wrapper .table-responsive>.table>tbody>tr>td,.ycd-bootstrap-wrapper .table-responsive>.table>tbody>tr>th,.ycd-bootstrap-wrapper .table-responsive>.table>tfoot>tr>td,.ycd-bootstrap-wrapper .table-responsive>.table>tfoot>tr>th,.ycd-bootstrap-wrapper .table-responsive>.table>thead>tr>td,.ycd-bootstrap-wrapper .table-responsive>.table>thead>tr>th{white-space:nowrap}.ycd-bootstrap-wrapper .table-responsive>.table-bordered{border:0}.ycd-bootstrap-wrapper .table-responsive>.table-bordered>tbody>tr>td:first-child,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>tbody>tr>th:first-child,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>tfoot>tr>td:first-child,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>tfoot>tr>th:first-child,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>thead>tr>td:first-child,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.ycd-bootstrap-wrapper .table-responsive>.table-bordered>tbody>tr>td:last-child,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>tbody>tr>th:last-child,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>tfoot>tr>td:last-child,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>tfoot>tr>th:last-child,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>thead>tr>td:last-child,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.ycd-bootstrap-wrapper .table-responsive>.table-bordered>tbody>tr:last-child>td,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>tbody>tr:last-child>th,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>tfoot>tr:last-child>td,.ycd-bootstrap-wrapper .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.ycd-bootstrap-wrapper fieldset{min-width:0;padding:0;margin:0;border:0}.ycd-bootstrap-wrapper legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.ycd-bootstrap-wrapper label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.ycd-bootstrap-wrapper input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ycd-bootstrap-wrapper input[type=checkbox],.ycd-bootstrap-wrapper input[type=radio]{margin:4px 0 0;line-height:normal}.ycd-bootstrap-wrapper input[type=file]{display:block}.ycd-bootstrap-wrapper input[type=range]{display:block;width:100%}.ycd-bootstrap-wrapper select[multiple],.ycd-bootstrap-wrapper select[size]{height:auto}.ycd-bootstrap-wrapper input[type=checkbox]:focus,.ycd-bootstrap-wrapper input[type=file]:focus,.ycd-bootstrap-wrapper input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ycd-bootstrap-wrapper output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.ycd-bootstrap-wrapper .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.ycd-bootstrap-wrapper .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ycd-bootstrap-wrapper .form-control::-moz-placeholder{color:#999;opacity:1}.ycd-bootstrap-wrapper .form-control:-ms-input-placeholder{color:#999}.ycd-bootstrap-wrapper .form-control::-webkit-input-placeholder{color:#999}.ycd-bootstrap-wrapper .form-control::-ms-expand{background-color:transparent;border:0}.ycd-bootstrap-wrapper .form-control[disabled],.ycd-bootstrap-wrapper .form-control[readonly],.ycd-bootstrap-wrapper fieldset[disabled] .form-control{background-color:#eee;opacity:1}.ycd-bootstrap-wrapper .form-control[disabled],.ycd-bootstrap-wrapper fieldset[disabled] .form-control{cursor:not-allowed}.ycd-bootstrap-wrapper textarea.form-control{height:auto}.ycd-bootstrap-wrapper input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.ycd-bootstrap-wrapper input[type=date].form-control,.ycd-bootstrap-wrapper input[type=datetime-local].form-control,.ycd-bootstrap-wrapper input[type=month].form-control,.ycd-bootstrap-wrapper input[type=time].form-control{line-height:34px}.ycd-bootstrap-wrapper .input-group-sm input[type=date],.ycd-bootstrap-wrapper .input-group-sm input[type=datetime-local],.ycd-bootstrap-wrapper .input-group-sm input[type=month],.ycd-bootstrap-wrapper .input-group-sm input[type=time],.ycd-bootstrap-wrapper input[type=date].input-sm,.ycd-bootstrap-wrapper input[type=datetime-local].input-sm,.ycd-bootstrap-wrapper input[type=month].input-sm,.ycd-bootstrap-wrapper input[type=time].input-sm{line-height:30px}.ycd-bootstrap-wrapper .input-group-lg input[type=date],.ycd-bootstrap-wrapper .input-group-lg input[type=datetime-local],.ycd-bootstrap-wrapper .input-group-lg input[type=month],.ycd-bootstrap-wrapper .input-group-lg input[type=time],.ycd-bootstrap-wrapper input[type=date].input-lg,.ycd-bootstrap-wrapper input[type=datetime-local].input-lg,.ycd-bootstrap-wrapper input[type=month].input-lg,.ycd-bootstrap-wrapper input[type=time].input-lg{line-height:46px}}.ycd-bootstrap-wrapper .form-group{margin-bottom:15px}.ycd-bootstrap-wrapper .checkbox,.ycd-bootstrap-wrapper .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.ycd-bootstrap-wrapper .checkbox label,.ycd-bootstrap-wrapper .radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.ycd-bootstrap-wrapper .checkbox input[type=checkbox],.ycd-bootstrap-wrapper .checkbox-inline input[type=checkbox],.ycd-bootstrap-wrapper .radio input[type=radio],.ycd-bootstrap-wrapper .radio-inline input[type=radio]{position:absolute;margin-left:-20px}.ycd-bootstrap-wrapper .checkbox+.checkbox,.ycd-bootstrap-wrapper .radio+.radio{margin-top:-5px}.ycd-bootstrap-wrapper .checkbox-inline,.ycd-bootstrap-wrapper .radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.ycd-bootstrap-wrapper .checkbox-inline+.checkbox-inline,.ycd-bootstrap-wrapper .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.ycd-bootstrap-wrapper fieldset[disabled] input[type=checkbox],.ycd-bootstrap-wrapper fieldset[disabled] input[type=radio],.ycd-bootstrap-wrapper input[type=checkbox].disabled,.ycd-bootstrap-wrapper input[type=checkbox][disabled],.ycd-bootstrap-wrapper input[type=radio].disabled,.ycd-bootstrap-wrapper input[type=radio][disabled]{cursor:not-allowed}.ycd-bootstrap-wrapper .checkbox-inline.disabled,.ycd-bootstrap-wrapper .radio-inline.disabled,.ycd-bootstrap-wrapper fieldset[disabled] .checkbox-inline,.ycd-bootstrap-wrapper fieldset[disabled] .radio-inline{cursor:not-allowed}.ycd-bootstrap-wrapper .checkbox.disabled label,.ycd-bootstrap-wrapper .radio.disabled label,.ycd-bootstrap-wrapper fieldset[disabled] .checkbox label,.ycd-bootstrap-wrapper fieldset[disabled] .radio label{cursor:not-allowed}.ycd-bootstrap-wrapper .form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.ycd-bootstrap-wrapper .form-control-static.input-lg,.ycd-bootstrap-wrapper .form-control-static.input-sm{padding-right:0;padding-left:0}.ycd-bootstrap-wrapper .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ycd-bootstrap-wrapper select.input-sm{height:30px;line-height:30px}.ycd-bootstrap-wrapper select[multiple].input-sm,.ycd-bootstrap-wrapper textarea.input-sm{height:auto}.ycd-bootstrap-wrapper .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ycd-bootstrap-wrapper .form-group-sm select.form-control{height:30px;line-height:30px}.ycd-bootstrap-wrapper .form-group-sm select[multiple].form-control,.ycd-bootstrap-wrapper .form-group-sm textarea.form-control{height:auto}.ycd-bootstrap-wrapper .form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.ycd-bootstrap-wrapper .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.ycd-bootstrap-wrapper select.input-lg{height:46px;line-height:46px}.ycd-bootstrap-wrapper select[multiple].input-lg,.ycd-bootstrap-wrapper textarea.input-lg{height:auto}.ycd-bootstrap-wrapper .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.ycd-bootstrap-wrapper .form-group-lg select.form-control{height:46px;line-height:46px}.ycd-bootstrap-wrapper .form-group-lg select[multiple].form-control,.ycd-bootstrap-wrapper .form-group-lg textarea.form-control{height:auto}.ycd-bootstrap-wrapper .form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.ycd-bootstrap-wrapper .has-feedback{position:relative}.ycd-bootstrap-wrapper .has-feedback .form-control{padding-right:42.5px}.ycd-bootstrap-wrapper .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}.ycd-bootstrap-wrapper .form-group-lg .form-control+.form-control-feedback,.ycd-bootstrap-wrapper .input-group-lg+.form-control-feedback,.ycd-bootstrap-wrapper .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.ycd-bootstrap-wrapper .form-group-sm .form-control+.form-control-feedback,.ycd-bootstrap-wrapper .input-group-sm+.form-control-feedback,.ycd-bootstrap-wrapper .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.ycd-bootstrap-wrapper .has-success .checkbox,.ycd-bootstrap-wrapper .has-success .checkbox-inline,.ycd-bootstrap-wrapper .has-success .control-label,.ycd-bootstrap-wrapper .has-success .help-block,.ycd-bootstrap-wrapper .has-success .radio,.ycd-bootstrap-wrapper .has-success .radio-inline,.ycd-bootstrap-wrapper .has-success.checkbox label,.ycd-bootstrap-wrapper .has-success.checkbox-inline label,.ycd-bootstrap-wrapper .has-success.radio label,.ycd-bootstrap-wrapper .has-success.radio-inline label{color:#3c763d}.ycd-bootstrap-wrapper .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.ycd-bootstrap-wrapper .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.ycd-bootstrap-wrapper .has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.ycd-bootstrap-wrapper .has-success .form-control-feedback{color:#3c763d}.ycd-bootstrap-wrapper .has-warning .checkbox,.ycd-bootstrap-wrapper .has-warning .checkbox-inline,.ycd-bootstrap-wrapper .has-warning .control-label,.ycd-bootstrap-wrapper .has-warning .help-block,.ycd-bootstrap-wrapper .has-warning .radio,.ycd-bootstrap-wrapper .has-warning .radio-inline,.ycd-bootstrap-wrapper .has-warning.checkbox label,.ycd-bootstrap-wrapper .has-warning.checkbox-inline label,.ycd-bootstrap-wrapper .has-warning.radio label,.ycd-bootstrap-wrapper .has-warning.radio-inline label{color:#8a6d3b}.ycd-bootstrap-wrapper .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.ycd-bootstrap-wrapper .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.ycd-bootstrap-wrapper .has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.ycd-bootstrap-wrapper .has-warning .form-control-feedback{color:#8a6d3b}.ycd-bootstrap-wrapper .has-error .checkbox,.ycd-bootstrap-wrapper .has-error .checkbox-inline,.ycd-bootstrap-wrapper .has-error .control-label,.ycd-bootstrap-wrapper .has-error .help-block,.ycd-bootstrap-wrapper .has-error .radio,.ycd-bootstrap-wrapper .has-error .radio-inline,.ycd-bootstrap-wrapper .has-error.checkbox label,.ycd-bootstrap-wrapper .has-error.checkbox-inline label,.ycd-bootstrap-wrapper .has-error.radio label,.ycd-bootstrap-wrapper .has-error.radio-inline label{color:#a94442}.ycd-bootstrap-wrapper .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.ycd-bootstrap-wrapper .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.ycd-bootstrap-wrapper .has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.ycd-bootstrap-wrapper .has-error .form-control-feedback{color:#a94442}.ycd-bootstrap-wrapper .has-feedback label~.form-control-feedback{top:25px}.ycd-bootstrap-wrapper .has-feedback label.sr-only~.form-control-feedback{top:0}.ycd-bootstrap-wrapper .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.ycd-bootstrap-wrapper .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.ycd-bootstrap-wrapper .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.ycd-bootstrap-wrapper .form-inline .form-control-static{display:inline-block}.ycd-bootstrap-wrapper .form-inline .input-group{display:inline-table;vertical-align:middle}.ycd-bootstrap-wrapper .form-inline .input-group .form-control,.ycd-bootstrap-wrapper .form-inline .input-group .input-group-addon,.ycd-bootstrap-wrapper .form-inline .input-group .input-group-btn{width:auto}.ycd-bootstrap-wrapper .form-inline .input-group>.form-control{width:100%}.ycd-bootstrap-wrapper .form-inline .control-label{margin-bottom:0;vertical-align:middle}.ycd-bootstrap-wrapper .form-inline .checkbox,.ycd-bootstrap-wrapper .form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.ycd-bootstrap-wrapper .form-inline .checkbox label,.ycd-bootstrap-wrapper .form-inline .radio label{padding-left:0}.ycd-bootstrap-wrapper .form-inline .checkbox input[type=checkbox],.ycd-bootstrap-wrapper .form-inline .radio input[type=radio]{position:relative;margin-left:0}.ycd-bootstrap-wrapper .form-inline .has-feedback .form-control-feedback{top:0}}.ycd-bootstrap-wrapper .form-horizontal .checkbox,.ycd-bootstrap-wrapper .form-horizontal .checkbox-inline,.ycd-bootstrap-wrapper .form-horizontal .radio,.ycd-bootstrap-wrapper .form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.ycd-bootstrap-wrapper .form-horizontal .checkbox,.ycd-bootstrap-wrapper .form-horizontal .radio{min-height:27px}.ycd-bootstrap-wrapper .form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.ycd-bootstrap-wrapper .form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:left}}.ycd-bootstrap-wrapper .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.ycd-bootstrap-wrapper .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.ycd-bootstrap-wrapper .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.ycd-bootstrap-wrapper .btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.ycd-bootstrap-wrapper .btn.active.focus,.ycd-bootstrap-wrapper .btn.active:focus,.ycd-bootstrap-wrapper .btn.focus,.ycd-bootstrap-wrapper .btn:active.focus,.ycd-bootstrap-wrapper .btn:active:focus,.ycd-bootstrap-wrapper .btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ycd-bootstrap-wrapper .btn.focus,.ycd-bootstrap-wrapper .btn:focus,.ycd-bootstrap-wrapper .btn:hover{color:#333;text-decoration:none}.ycd-bootstrap-wrapper .btn.active,.ycd-bootstrap-wrapper .btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.ycd-bootstrap-wrapper .btn.disabled,.ycd-bootstrap-wrapper .btn[disabled],.ycd-bootstrap-wrapper fieldset[disabled] .btn{cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none;opacity:.65}.ycd-bootstrap-wrapper a.btn.disabled,.ycd-bootstrap-wrapper fieldset[disabled] a.btn{pointer-events:none}.ycd-bootstrap-wrapper .btn-default{color:#333;background-color:#fff;border-color:#ccc}.ycd-bootstrap-wrapper .btn-default.focus,.ycd-bootstrap-wrapper .btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.ycd-bootstrap-wrapper .btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.ycd-bootstrap-wrapper .btn-default.active,.ycd-bootstrap-wrapper .btn-default:active,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.ycd-bootstrap-wrapper .btn-default.active.focus,.ycd-bootstrap-wrapper .btn-default.active:focus,.ycd-bootstrap-wrapper .btn-default.active:hover,.ycd-bootstrap-wrapper .btn-default:active.focus,.ycd-bootstrap-wrapper .btn-default:active:focus,.ycd-bootstrap-wrapper .btn-default:active:hover,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-default.focus,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-default:focus,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.ycd-bootstrap-wrapper .btn-default.active,.ycd-bootstrap-wrapper .btn-default:active,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-default{background-image:none}.ycd-bootstrap-wrapper .btn-default.disabled.focus,.ycd-bootstrap-wrapper .btn-default.disabled:focus,.ycd-bootstrap-wrapper .btn-default.disabled:hover,.ycd-bootstrap-wrapper .btn-default[disabled].focus,.ycd-bootstrap-wrapper .btn-default[disabled]:focus,.ycd-bootstrap-wrapper .btn-default[disabled]:hover,.ycd-bootstrap-wrapper fieldset[disabled] .btn-default.focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-default:focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.ycd-bootstrap-wrapper .btn-default .badge{color:#fff;background-color:#333}.ycd-bootstrap-wrapper .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.ycd-bootstrap-wrapper .btn-primary.focus,.ycd-bootstrap-wrapper .btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.ycd-bootstrap-wrapper .btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.ycd-bootstrap-wrapper .btn-primary.active,.ycd-bootstrap-wrapper .btn-primary:active,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.ycd-bootstrap-wrapper .btn-primary.active.focus,.ycd-bootstrap-wrapper .btn-primary.active:focus,.ycd-bootstrap-wrapper .btn-primary.active:hover,.ycd-bootstrap-wrapper .btn-primary:active.focus,.ycd-bootstrap-wrapper .btn-primary:active:focus,.ycd-bootstrap-wrapper .btn-primary:active:hover,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-primary.focus,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-primary:focus,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.ycd-bootstrap-wrapper .btn-primary.active,.ycd-bootstrap-wrapper .btn-primary:active,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-primary{background-image:none}.ycd-bootstrap-wrapper .btn-primary.disabled.focus,.ycd-bootstrap-wrapper .btn-primary.disabled:focus,.ycd-bootstrap-wrapper .btn-primary.disabled:hover,.ycd-bootstrap-wrapper .btn-primary[disabled].focus,.ycd-bootstrap-wrapper .btn-primary[disabled]:focus,.ycd-bootstrap-wrapper .btn-primary[disabled]:hover,.ycd-bootstrap-wrapper fieldset[disabled] .btn-primary.focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-primary:focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.ycd-bootstrap-wrapper .btn-primary .badge{color:#337ab7;background-color:#fff}.ycd-bootstrap-wrapper .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.ycd-bootstrap-wrapper .btn-success.focus,.ycd-bootstrap-wrapper .btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.ycd-bootstrap-wrapper .btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.ycd-bootstrap-wrapper .btn-success.active,.ycd-bootstrap-wrapper .btn-success:active,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.ycd-bootstrap-wrapper .btn-success.active.focus,.ycd-bootstrap-wrapper .btn-success.active:focus,.ycd-bootstrap-wrapper .btn-success.active:hover,.ycd-bootstrap-wrapper .btn-success:active.focus,.ycd-bootstrap-wrapper .btn-success:active:focus,.ycd-bootstrap-wrapper .btn-success:active:hover,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-success.focus,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-success:focus,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.ycd-bootstrap-wrapper .btn-success.active,.ycd-bootstrap-wrapper .btn-success:active,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-success{background-image:none}.ycd-bootstrap-wrapper .btn-success.disabled.focus,.ycd-bootstrap-wrapper .btn-success.disabled:focus,.ycd-bootstrap-wrapper .btn-success.disabled:hover,.ycd-bootstrap-wrapper .btn-success[disabled].focus,.ycd-bootstrap-wrapper .btn-success[disabled]:focus,.ycd-bootstrap-wrapper .btn-success[disabled]:hover,.ycd-bootstrap-wrapper fieldset[disabled] .btn-success.focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-success:focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.ycd-bootstrap-wrapper .btn-success .badge{color:#5cb85c;background-color:#fff}.ycd-bootstrap-wrapper .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.ycd-bootstrap-wrapper .btn-info.focus,.ycd-bootstrap-wrapper .btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.ycd-bootstrap-wrapper .btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.ycd-bootstrap-wrapper .btn-info.active,.ycd-bootstrap-wrapper .btn-info:active,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.ycd-bootstrap-wrapper .btn-info.active.focus,.ycd-bootstrap-wrapper .btn-info.active:focus,.ycd-bootstrap-wrapper .btn-info.active:hover,.ycd-bootstrap-wrapper .btn-info:active.focus,.ycd-bootstrap-wrapper .btn-info:active:focus,.ycd-bootstrap-wrapper .btn-info:active:hover,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-info.focus,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-info:focus,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.ycd-bootstrap-wrapper .btn-info.active,.ycd-bootstrap-wrapper .btn-info:active,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-info{background-image:none}.ycd-bootstrap-wrapper .btn-info.disabled.focus,.ycd-bootstrap-wrapper .btn-info.disabled:focus,.ycd-bootstrap-wrapper .btn-info.disabled:hover,.ycd-bootstrap-wrapper .btn-info[disabled].focus,.ycd-bootstrap-wrapper .btn-info[disabled]:focus,.ycd-bootstrap-wrapper .btn-info[disabled]:hover,.ycd-bootstrap-wrapper fieldset[disabled] .btn-info.focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-info:focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.ycd-bootstrap-wrapper .btn-info .badge{color:#5bc0de;background-color:#fff}.ycd-bootstrap-wrapper .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.ycd-bootstrap-wrapper .btn-warning.focus,.ycd-bootstrap-wrapper .btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.ycd-bootstrap-wrapper .btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.ycd-bootstrap-wrapper .btn-warning.active,.ycd-bootstrap-wrapper .btn-warning:active,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.ycd-bootstrap-wrapper .btn-warning.active.focus,.ycd-bootstrap-wrapper .btn-warning.active:focus,.ycd-bootstrap-wrapper .btn-warning.active:hover,.ycd-bootstrap-wrapper .btn-warning:active.focus,.ycd-bootstrap-wrapper .btn-warning:active:focus,.ycd-bootstrap-wrapper .btn-warning:active:hover,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-warning.focus,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-warning:focus,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.ycd-bootstrap-wrapper .btn-warning.active,.ycd-bootstrap-wrapper .btn-warning:active,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-warning{background-image:none}.ycd-bootstrap-wrapper .btn-warning.disabled.focus,.ycd-bootstrap-wrapper .btn-warning.disabled:focus,.ycd-bootstrap-wrapper .btn-warning.disabled:hover,.ycd-bootstrap-wrapper .btn-warning[disabled].focus,.ycd-bootstrap-wrapper .btn-warning[disabled]:focus,.ycd-bootstrap-wrapper .btn-warning[disabled]:hover,.ycd-bootstrap-wrapper fieldset[disabled] .btn-warning.focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-warning:focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.ycd-bootstrap-wrapper .btn-warning .badge{color:#f0ad4e;background-color:#fff}.ycd-bootstrap-wrapper .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.ycd-bootstrap-wrapper .btn-danger.focus,.ycd-bootstrap-wrapper .btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.ycd-bootstrap-wrapper .btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.ycd-bootstrap-wrapper .btn-danger.active,.ycd-bootstrap-wrapper .btn-danger:active,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.ycd-bootstrap-wrapper .btn-danger.active.focus,.ycd-bootstrap-wrapper .btn-danger.active:focus,.ycd-bootstrap-wrapper .btn-danger.active:hover,.ycd-bootstrap-wrapper .btn-danger:active.focus,.ycd-bootstrap-wrapper .btn-danger:active:focus,.ycd-bootstrap-wrapper .btn-danger:active:hover,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-danger.focus,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-danger:focus,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.ycd-bootstrap-wrapper .btn-danger.active,.ycd-bootstrap-wrapper .btn-danger:active,.ycd-bootstrap-wrapper .open>.dropdown-toggle.btn-danger{background-image:none}.ycd-bootstrap-wrapper .btn-danger.disabled.focus,.ycd-bootstrap-wrapper .btn-danger.disabled:focus,.ycd-bootstrap-wrapper .btn-danger.disabled:hover,.ycd-bootstrap-wrapper .btn-danger[disabled].focus,.ycd-bootstrap-wrapper .btn-danger[disabled]:focus,.ycd-bootstrap-wrapper .btn-danger[disabled]:hover,.ycd-bootstrap-wrapper fieldset[disabled] .btn-danger.focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-danger:focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.ycd-bootstrap-wrapper .btn-danger .badge{color:#d9534f;background-color:#fff}.ycd-bootstrap-wrapper .btn-link{font-weight:400;color:#337ab7;border-radius:0}.ycd-bootstrap-wrapper .btn-link,.ycd-bootstrap-wrapper .btn-link.active,.ycd-bootstrap-wrapper .btn-link:active,.ycd-bootstrap-wrapper .btn-link[disabled],.ycd-bootstrap-wrapper fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.ycd-bootstrap-wrapper .btn-link,.ycd-bootstrap-wrapper .btn-link:active,.ycd-bootstrap-wrapper .btn-link:focus,.ycd-bootstrap-wrapper .btn-link:hover{border-color:transparent}.ycd-bootstrap-wrapper .btn-link:focus,.ycd-bootstrap-wrapper .btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.ycd-bootstrap-wrapper .btn-link[disabled]:focus,.ycd-bootstrap-wrapper .btn-link[disabled]:hover,.ycd-bootstrap-wrapper fieldset[disabled] .btn-link:focus,.ycd-bootstrap-wrapper fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.ycd-bootstrap-wrapper .btn-group-lg>.btn,.ycd-bootstrap-wrapper .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.ycd-bootstrap-wrapper .btn-group-sm>.btn,.ycd-bootstrap-wrapper .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ycd-bootstrap-wrapper .btn-group-xs>.btn,.ycd-bootstrap-wrapper .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.ycd-bootstrap-wrapper .btn-block{display:block;width:100%}.ycd-bootstrap-wrapper .btn-block+.btn-block{margin-top:5px}.ycd-bootstrap-wrapper input[type=button].btn-block,.ycd-bootstrap-wrapper input[type=reset].btn-block,.ycd-bootstrap-wrapper input[type=submit].btn-block{width:100%}.ycd-bootstrap-wrapper .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.ycd-bootstrap-wrapper .fade.in{opacity:1}.ycd-bootstrap-wrapper .collapse{display:none}.ycd-bootstrap-wrapper .collapse.in{display:block}.ycd-bootstrap-wrapper tr.collapse.in{display:table-row}.ycd-bootstrap-wrapper tbody.collapse.in{display:table-row-group}.ycd-bootstrap-wrapper .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.ycd-bootstrap-wrapper .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.ycd-bootstrap-wrapper .dropdown,.ycd-bootstrap-wrapper .dropup{position:relative}.ycd-bootstrap-wrapper .dropdown-toggle:focus{outline:0}.ycd-bootstrap-wrapper .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.ycd-bootstrap-wrapper .dropdown-menu.pull-right{right:0;left:auto}.ycd-bootstrap-wrapper .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.ycd-bootstrap-wrapper .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ycd-bootstrap-wrapper .dropdown-menu>li>a:focus,.ycd-bootstrap-wrapper .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.ycd-bootstrap-wrapper .dropdown-menu>.active>a,.ycd-bootstrap-wrapper .dropdown-menu>.active>a:focus,.ycd-bootstrap-wrapper .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.ycd-bootstrap-wrapper .dropdown-menu>.disabled>a,.ycd-bootstrap-wrapper .dropdown-menu>.disabled>a:focus,.ycd-bootstrap-wrapper .dropdown-menu>.disabled>a:hover{color:#777}.ycd-bootstrap-wrapper .dropdown-menu>.disabled>a:focus,.ycd-bootstrap-wrapper .dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none}.ycd-bootstrap-wrapper .open>.dropdown-menu{display:block}.ycd-bootstrap-wrapper .open>a{outline:0}.ycd-bootstrap-wrapper .dropdown-menu-right{right:0;left:auto}.ycd-bootstrap-wrapper .dropdown-menu-left{right:auto;left:0}.ycd-bootstrap-wrapper .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.ycd-bootstrap-wrapper .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.ycd-bootstrap-wrapper .pull-right>.dropdown-menu{right:0;left:auto}.ycd-bootstrap-wrapper .dropup .caret,.ycd-bootstrap-wrapper .navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed}.ycd-bootstrap-wrapper .dropup .dropdown-menu,.ycd-bootstrap-wrapper .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar-right .dropdown-menu{right:0;left:auto}.ycd-bootstrap-wrapper .navbar-right .dropdown-menu-left{right:auto;left:0}}.ycd-bootstrap-wrapper .btn-group,.ycd-bootstrap-wrapper .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.ycd-bootstrap-wrapper .btn-group-vertical>.btn,.ycd-bootstrap-wrapper .btn-group>.btn{position:relative;float:left}.ycd-bootstrap-wrapper .btn-group-vertical>.btn.active,.ycd-bootstrap-wrapper .btn-group-vertical>.btn:active,.ycd-bootstrap-wrapper .btn-group-vertical>.btn:focus,.ycd-bootstrap-wrapper .btn-group-vertical>.btn:hover,.ycd-bootstrap-wrapper .btn-group>.btn.active,.ycd-bootstrap-wrapper .btn-group>.btn:active,.ycd-bootstrap-wrapper .btn-group>.btn:focus,.ycd-bootstrap-wrapper .btn-group>.btn:hover{z-index:2}.ycd-bootstrap-wrapper .btn-group .btn+.btn,.ycd-bootstrap-wrapper .btn-group .btn+.btn-group,.ycd-bootstrap-wrapper .btn-group .btn-group+.btn,.ycd-bootstrap-wrapper .btn-group .btn-group+.btn-group{margin-left:-1px}.ycd-bootstrap-wrapper .btn-toolbar{margin-left:-5px}.ycd-bootstrap-wrapper .btn-toolbar .btn,.ycd-bootstrap-wrapper .btn-toolbar .btn-group,.ycd-bootstrap-wrapper .btn-toolbar .input-group{float:left}.ycd-bootstrap-wrapper .btn-toolbar>.btn,.ycd-bootstrap-wrapper .btn-toolbar>.btn-group,.ycd-bootstrap-wrapper .btn-toolbar>.input-group{margin-left:5px}.ycd-bootstrap-wrapper .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.ycd-bootstrap-wrapper .btn-group>.btn:first-child{margin-left:0}.ycd-bootstrap-wrapper .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.ycd-bootstrap-wrapper .btn-group>.btn:last-child:not(:first-child),.ycd-bootstrap-wrapper .btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.ycd-bootstrap-wrapper .btn-group>.btn-group{float:left}.ycd-bootstrap-wrapper .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.ycd-bootstrap-wrapper .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.ycd-bootstrap-wrapper .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.ycd-bootstrap-wrapper .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.ycd-bootstrap-wrapper .btn-group .dropdown-toggle:active,.ycd-bootstrap-wrapper .btn-group.open .dropdown-toggle{outline:0}.ycd-bootstrap-wrapper .btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.ycd-bootstrap-wrapper .btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.ycd-bootstrap-wrapper .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.ycd-bootstrap-wrapper .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.ycd-bootstrap-wrapper .btn .caret{margin-left:0}.ycd-bootstrap-wrapper .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.ycd-bootstrap-wrapper .dropup .btn-lg .caret{border-width:0 5px 5px}.ycd-bootstrap-wrapper .btn-group-vertical>.btn,.ycd-bootstrap-wrapper .btn-group-vertical>.btn-group,.ycd-bootstrap-wrapper .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.ycd-bootstrap-wrapper .btn-group-vertical>.btn-group>.btn{float:none}.ycd-bootstrap-wrapper .btn-group-vertical>.btn+.btn,.ycd-bootstrap-wrapper .btn-group-vertical>.btn+.btn-group,.ycd-bootstrap-wrapper .btn-group-vertical>.btn-group+.btn,.ycd-bootstrap-wrapper .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.ycd-bootstrap-wrapper .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.ycd-bootstrap-wrapper .btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.ycd-bootstrap-wrapper .btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ycd-bootstrap-wrapper .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.ycd-bootstrap-wrapper .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.ycd-bootstrap-wrapper .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.ycd-bootstrap-wrapper .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.ycd-bootstrap-wrapper .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.ycd-bootstrap-wrapper .btn-group-justified>.btn,.ycd-bootstrap-wrapper .btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.ycd-bootstrap-wrapper .btn-group-justified>.btn-group .btn{width:100%}.ycd-bootstrap-wrapper .btn-group-justified>.btn-group .dropdown-menu{left:auto}.ycd-bootstrap-wrapper [data-toggle=buttons]>.btn input[type=checkbox],.ycd-bootstrap-wrapper [data-toggle=buttons]>.btn input[type=radio],.ycd-bootstrap-wrapper [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],.ycd-bootstrap-wrapper [data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.ycd-bootstrap-wrapper .input-group{position:relative;display:table;border-collapse:separate}.ycd-bootstrap-wrapper .input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.ycd-bootstrap-wrapper .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.ycd-bootstrap-wrapper .input-group .form-control:focus{z-index:3}.ycd-bootstrap-wrapper .input-group-lg>.form-control,.ycd-bootstrap-wrapper .input-group-lg>.input-group-addon,.ycd-bootstrap-wrapper .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.ycd-bootstrap-wrapper select.input-group-lg>.form-control,.ycd-bootstrap-wrapper select.input-group-lg>.input-group-addon,.ycd-bootstrap-wrapper select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}.ycd-bootstrap-wrapper select[multiple].input-group-lg>.form-control,.ycd-bootstrap-wrapper select[multiple].input-group-lg>.input-group-addon,.ycd-bootstrap-wrapper select[multiple].input-group-lg>.input-group-btn>.btn,.ycd-bootstrap-wrapper textarea.input-group-lg>.form-control,.ycd-bootstrap-wrapper textarea.input-group-lg>.input-group-addon,.ycd-bootstrap-wrapper textarea.input-group-lg>.input-group-btn>.btn{height:auto}.ycd-bootstrap-wrapper .input-group-sm>.form-control,.ycd-bootstrap-wrapper .input-group-sm>.input-group-addon,.ycd-bootstrap-wrapper .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ycd-bootstrap-wrapper select.input-group-sm>.form-control,.ycd-bootstrap-wrapper select.input-group-sm>.input-group-addon,.ycd-bootstrap-wrapper select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}.ycd-bootstrap-wrapper select[multiple].input-group-sm>.form-control,.ycd-bootstrap-wrapper select[multiple].input-group-sm>.input-group-addon,.ycd-bootstrap-wrapper select[multiple].input-group-sm>.input-group-btn>.btn,.ycd-bootstrap-wrapper textarea.input-group-sm>.form-control,.ycd-bootstrap-wrapper textarea.input-group-sm>.input-group-addon,.ycd-bootstrap-wrapper textarea.input-group-sm>.input-group-btn>.btn{height:auto}.ycd-bootstrap-wrapper .input-group .form-control,.ycd-bootstrap-wrapper .input-group-addon,.ycd-bootstrap-wrapper .input-group-btn{display:table-cell}.ycd-bootstrap-wrapper .input-group .form-control:not(:first-child):not(:last-child),.ycd-bootstrap-wrapper .input-group-addon:not(:first-child):not(:last-child),.ycd-bootstrap-wrapper .input-group-btn:not(:first-child):not(:last-child){border-radius:0}.ycd-bootstrap-wrapper .input-group-addon,.ycd-bootstrap-wrapper .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.ycd-bootstrap-wrapper .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.ycd-bootstrap-wrapper .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.ycd-bootstrap-wrapper .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.ycd-bootstrap-wrapper .input-group-addon input[type=checkbox],.ycd-bootstrap-wrapper .input-group-addon input[type=radio]{margin-top:0}.ycd-bootstrap-wrapper .input-group .form-control:first-child,.ycd-bootstrap-wrapper .input-group-addon:first-child,.ycd-bootstrap-wrapper .input-group-btn:first-child>.btn,.ycd-bootstrap-wrapper .input-group-btn:first-child>.btn-group>.btn,.ycd-bootstrap-wrapper .input-group-btn:first-child>.dropdown-toggle,.ycd-bootstrap-wrapper .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.ycd-bootstrap-wrapper .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.ycd-bootstrap-wrapper .input-group-addon:first-child{border-right:0}.ycd-bootstrap-wrapper .input-group .form-control:last-child,.ycd-bootstrap-wrapper .input-group-addon:last-child,.ycd-bootstrap-wrapper .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.ycd-bootstrap-wrapper .input-group-btn:first-child>.btn:not(:first-child),.ycd-bootstrap-wrapper .input-group-btn:last-child>.btn,.ycd-bootstrap-wrapper .input-group-btn:last-child>.btn-group>.btn,.ycd-bootstrap-wrapper .input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.ycd-bootstrap-wrapper .input-group-addon:last-child{border-left:0}.ycd-bootstrap-wrapper .input-group-btn{position:relative;font-size:0;white-space:nowrap}.ycd-bootstrap-wrapper .input-group-btn>.btn{position:relative}.ycd-bootstrap-wrapper .input-group-btn>.btn+.btn{margin-left:-1px}.ycd-bootstrap-wrapper .input-group-btn>.btn:active,.ycd-bootstrap-wrapper .input-group-btn>.btn:focus,.ycd-bootstrap-wrapper .input-group-btn>.btn:hover{z-index:2}.ycd-bootstrap-wrapper .input-group-btn:first-child>.btn,.ycd-bootstrap-wrapper .input-group-btn:first-child>.btn-group{margin-right:-1px}.ycd-bootstrap-wrapper .input-group-btn:last-child>.btn,.ycd-bootstrap-wrapper .input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.ycd-bootstrap-wrapper .nav{padding-left:0;margin-bottom:0;list-style:none}.ycd-bootstrap-wrapper .nav>li{position:relative;display:block}.ycd-bootstrap-wrapper .nav>li>a{position:relative;display:block;padding:10px 15px}.ycd-bootstrap-wrapper .nav>li>a:focus,.ycd-bootstrap-wrapper .nav>li>a:hover{text-decoration:none;background-color:#eee}.ycd-bootstrap-wrapper .nav>li.disabled>a{color:#777}.ycd-bootstrap-wrapper .nav>li.disabled>a:focus,.ycd-bootstrap-wrapper .nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.ycd-bootstrap-wrapper .nav .open>a,.ycd-bootstrap-wrapper .nav .open>a:focus,.ycd-bootstrap-wrapper .nav .open>a:hover{background-color:#eee;border-color:#337ab7}.ycd-bootstrap-wrapper .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.ycd-bootstrap-wrapper .nav>li>a>img{max-width:none}.ycd-bootstrap-wrapper .nav-tabs{border-bottom:1px solid #ddd}.ycd-bootstrap-wrapper .nav-tabs>li{float:left;margin-bottom:-1px}.ycd-bootstrap-wrapper .nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.ycd-bootstrap-wrapper .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.ycd-bootstrap-wrapper .nav-tabs>li.active>a,.ycd-bootstrap-wrapper .nav-tabs>li.active>a:focus,.ycd-bootstrap-wrapper .nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.ycd-bootstrap-wrapper .nav-tabs.nav-justified{width:100%;border-bottom:0}.ycd-bootstrap-wrapper .nav-tabs.nav-justified>li{float:none}.ycd-bootstrap-wrapper .nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.ycd-bootstrap-wrapper .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.ycd-bootstrap-wrapper .nav-tabs.nav-justified>li{display:table-cell;width:1%}.ycd-bootstrap-wrapper .nav-tabs.nav-justified>li>a{margin-bottom:0}}.ycd-bootstrap-wrapper .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.ycd-bootstrap-wrapper .nav-tabs.nav-justified>.active>a,.ycd-bootstrap-wrapper .nav-tabs.nav-justified>.active>a:focus,.ycd-bootstrap-wrapper .nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.ycd-bootstrap-wrapper .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.ycd-bootstrap-wrapper .nav-tabs.nav-justified>.active>a,.ycd-bootstrap-wrapper .nav-tabs.nav-justified>.active>a:focus,.ycd-bootstrap-wrapper .nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.ycd-bootstrap-wrapper .nav-pills>li{float:left}.ycd-bootstrap-wrapper .nav-pills>li>a{border-radius:4px}.ycd-bootstrap-wrapper .nav-pills>li+li{margin-left:2px}.ycd-bootstrap-wrapper .nav-pills>li.active>a,.ycd-bootstrap-wrapper .nav-pills>li.active>a:focus,.ycd-bootstrap-wrapper .nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.ycd-bootstrap-wrapper .nav-stacked>li{float:none}.ycd-bootstrap-wrapper .nav-stacked>li+li{margin-top:2px;margin-left:0}.ycd-bootstrap-wrapper .nav-justified{width:100%}.ycd-bootstrap-wrapper .nav-justified>li{float:none}.ycd-bootstrap-wrapper .nav-justified>li>a{margin-bottom:5px;text-align:center}.ycd-bootstrap-wrapper .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.ycd-bootstrap-wrapper .nav-justified>li{display:table-cell;width:1%}.ycd-bootstrap-wrapper .nav-justified>li>a{margin-bottom:0}}.ycd-bootstrap-wrapper .nav-tabs-justified{border-bottom:0}.ycd-bootstrap-wrapper .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.ycd-bootstrap-wrapper .nav-tabs-justified>.active>a,.ycd-bootstrap-wrapper .nav-tabs-justified>.active>a:focus,.ycd-bootstrap-wrapper .nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.ycd-bootstrap-wrapper .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.ycd-bootstrap-wrapper .nav-tabs-justified>.active>a,.ycd-bootstrap-wrapper .nav-tabs-justified>.active>a:focus,.ycd-bootstrap-wrapper .nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.ycd-bootstrap-wrapper .tab-content>.tab-pane{display:none}.ycd-bootstrap-wrapper .tab-content>.active{display:block}.ycd-bootstrap-wrapper .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.ycd-bootstrap-wrapper .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar{border-radius:4px}}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar-header{float:left}}.ycd-bootstrap-wrapper .navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.ycd-bootstrap-wrapper .navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.ycd-bootstrap-wrapper .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.ycd-bootstrap-wrapper .navbar-collapse.in{overflow-y:visible}.ycd-bootstrap-wrapper .navbar-fixed-bottom .navbar-collapse,.ycd-bootstrap-wrapper .navbar-fixed-top .navbar-collapse,.ycd-bootstrap-wrapper .navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.ycd-bootstrap-wrapper .navbar-fixed-bottom .navbar-collapse,.ycd-bootstrap-wrapper .navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.ycd-bootstrap-wrapper .navbar-fixed-bottom .navbar-collapse,.ycd-bootstrap-wrapper .navbar-fixed-top .navbar-collapse{max-height:200px}}.ycd-bootstrap-wrapper .container-fluid>.navbar-collapse,.ycd-bootstrap-wrapper .container-fluid>.navbar-header,.ycd-bootstrap-wrapper .container>.navbar-collapse,.ycd-bootstrap-wrapper .container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.ycd-bootstrap-wrapper .container-fluid>.navbar-collapse,.ycd-bootstrap-wrapper .container-fluid>.navbar-header,.ycd-bootstrap-wrapper .container>.navbar-collapse,.ycd-bootstrap-wrapper .container>.navbar-header{margin-right:0;margin-left:0}}.ycd-bootstrap-wrapper .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar-static-top{border-radius:0}}.ycd-bootstrap-wrapper .navbar-fixed-bottom,.ycd-bootstrap-wrapper .navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar-fixed-bottom,.ycd-bootstrap-wrapper .navbar-fixed-top{border-radius:0}}.ycd-bootstrap-wrapper .navbar-fixed-top{top:0;border-width:0 0 1px}.ycd-bootstrap-wrapper .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.ycd-bootstrap-wrapper .navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.ycd-bootstrap-wrapper .navbar-brand:focus,.ycd-bootstrap-wrapper .navbar-brand:hover{text-decoration:none}.ycd-bootstrap-wrapper .navbar-brand>img{display:block}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar>.container .navbar-brand,.ycd-bootstrap-wrapper .navbar>.container-fluid .navbar-brand{margin-left:-15px}}.ycd-bootstrap-wrapper .navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.ycd-bootstrap-wrapper .navbar-toggle:focus{outline:0}.ycd-bootstrap-wrapper .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.ycd-bootstrap-wrapper .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar-toggle{display:none}}.ycd-bootstrap-wrapper .navbar-nav{margin:7.5px -15px}.ycd-bootstrap-wrapper .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.ycd-bootstrap-wrapper .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.ycd-bootstrap-wrapper .navbar-nav .open .dropdown-menu .dropdown-header,.ycd-bootstrap-wrapper .navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.ycd-bootstrap-wrapper .navbar-nav .open .dropdown-menu>li>a{line-height:20px}.ycd-bootstrap-wrapper .navbar-nav .open .dropdown-menu>li>a:focus,.ycd-bootstrap-wrapper .navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar-nav{float:left;margin:0}.ycd-bootstrap-wrapper .navbar-nav>li{float:left}.ycd-bootstrap-wrapper .navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.ycd-bootstrap-wrapper .navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.ycd-bootstrap-wrapper .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.ycd-bootstrap-wrapper .navbar-form .form-control-static{display:inline-block}.ycd-bootstrap-wrapper .navbar-form .input-group{display:inline-table;vertical-align:middle}.ycd-bootstrap-wrapper .navbar-form .input-group .form-control,.ycd-bootstrap-wrapper .navbar-form .input-group .input-group-addon,.ycd-bootstrap-wrapper .navbar-form .input-group .input-group-btn{width:auto}.ycd-bootstrap-wrapper .navbar-form .input-group>.form-control{width:100%}.ycd-bootstrap-wrapper .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.ycd-bootstrap-wrapper .navbar-form .checkbox,.ycd-bootstrap-wrapper .navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.ycd-bootstrap-wrapper .navbar-form .checkbox label,.ycd-bootstrap-wrapper .navbar-form .radio label{padding-left:0}.ycd-bootstrap-wrapper .navbar-form .checkbox input[type=checkbox],.ycd-bootstrap-wrapper .navbar-form .radio input[type=radio]{position:relative;margin-left:0}.ycd-bootstrap-wrapper .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.ycd-bootstrap-wrapper .navbar-form .form-group{margin-bottom:5px}.ycd-bootstrap-wrapper .navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.ycd-bootstrap-wrapper .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.ycd-bootstrap-wrapper .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.ycd-bootstrap-wrapper .navbar-btn{margin-top:8px;margin-bottom:8px}.ycd-bootstrap-wrapper .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.ycd-bootstrap-wrapper .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.ycd-bootstrap-wrapper .navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.ycd-bootstrap-wrapper .navbar-left{float:left!important}.ycd-bootstrap-wrapper .navbar-right{float:right!important;margin-right:-15px}.ycd-bootstrap-wrapper .navbar-right~.navbar-right{margin-right:0}}.ycd-bootstrap-wrapper .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.ycd-bootstrap-wrapper .navbar-default .navbar-brand{color:#777}.ycd-bootstrap-wrapper .navbar-default .navbar-brand:focus,.ycd-bootstrap-wrapper .navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.ycd-bootstrap-wrapper .navbar-default .navbar-text{color:#777}.ycd-bootstrap-wrapper .navbar-default .navbar-nav>li>a{color:#777}.ycd-bootstrap-wrapper .navbar-default .navbar-nav>li>a:focus,.ycd-bootstrap-wrapper .navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.ycd-bootstrap-wrapper .navbar-default .navbar-nav>.active>a,.ycd-bootstrap-wrapper .navbar-default .navbar-nav>.active>a:focus,.ycd-bootstrap-wrapper .navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.ycd-bootstrap-wrapper .navbar-default .navbar-nav>.disabled>a,.ycd-bootstrap-wrapper .navbar-default .navbar-nav>.disabled>a:focus,.ycd-bootstrap-wrapper .navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.ycd-bootstrap-wrapper .navbar-default .navbar-toggle{border-color:#ddd}.ycd-bootstrap-wrapper .navbar-default .navbar-toggle:focus,.ycd-bootstrap-wrapper .navbar-default .navbar-toggle:hover{background-color:#ddd}.ycd-bootstrap-wrapper .navbar-default .navbar-toggle .icon-bar{background-color:#888}.ycd-bootstrap-wrapper .navbar-default .navbar-collapse,.ycd-bootstrap-wrapper .navbar-default .navbar-form{border-color:#e7e7e7}.ycd-bootstrap-wrapper .navbar-default .navbar-nav>.open>a,.ycd-bootstrap-wrapper .navbar-default .navbar-nav>.open>a:focus,.ycd-bootstrap-wrapper .navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.ycd-bootstrap-wrapper .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.ycd-bootstrap-wrapper .navbar-default .navbar-link{color:#777}.ycd-bootstrap-wrapper .navbar-default .navbar-link:hover{color:#333}.ycd-bootstrap-wrapper .navbar-default .btn-link{color:#777}.ycd-bootstrap-wrapper .navbar-default .btn-link:focus,.ycd-bootstrap-wrapper .navbar-default .btn-link:hover{color:#333}.ycd-bootstrap-wrapper .navbar-default .btn-link[disabled]:focus,.ycd-bootstrap-wrapper .navbar-default .btn-link[disabled]:hover,.ycd-bootstrap-wrapper fieldset[disabled] .navbar-default .btn-link:focus,.ycd-bootstrap-wrapper fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.ycd-bootstrap-wrapper .navbar-inverse{background-color:#222;border-color:#080808}.ycd-bootstrap-wrapper .navbar-inverse .navbar-brand{color:#9d9d9d}.ycd-bootstrap-wrapper .navbar-inverse .navbar-brand:focus,.ycd-bootstrap-wrapper .navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.ycd-bootstrap-wrapper .navbar-inverse .navbar-text{color:#9d9d9d}.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav>li>a:focus,.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav>.active>a,.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav>.active>a:focus,.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav>.disabled>a,.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav>.disabled>a:focus,.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.ycd-bootstrap-wrapper .navbar-inverse .navbar-toggle{border-color:#333}.ycd-bootstrap-wrapper .navbar-inverse .navbar-toggle:focus,.ycd-bootstrap-wrapper .navbar-inverse .navbar-toggle:hover{background-color:#333}.ycd-bootstrap-wrapper .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.ycd-bootstrap-wrapper .navbar-inverse .navbar-collapse,.ycd-bootstrap-wrapper .navbar-inverse .navbar-form{border-color:#101010}.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav>.open>a,.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav>.open>a:focus,.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.ycd-bootstrap-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.ycd-bootstrap-wrapper .navbar-inverse .navbar-link{color:#9d9d9d}.ycd-bootstrap-wrapper .navbar-inverse .navbar-link:hover{color:#fff}.ycd-bootstrap-wrapper .navbar-inverse .btn-link{color:#9d9d9d}.ycd-bootstrap-wrapper .navbar-inverse .btn-link:focus,.ycd-bootstrap-wrapper .navbar-inverse .btn-link:hover{color:#fff}.ycd-bootstrap-wrapper .navbar-inverse .btn-link[disabled]:focus,.ycd-bootstrap-wrapper .navbar-inverse .btn-link[disabled]:hover,.ycd-bootstrap-wrapper fieldset[disabled] .navbar-inverse .btn-link:focus,.ycd-bootstrap-wrapper fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.ycd-bootstrap-wrapper .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.ycd-bootstrap-wrapper .breadcrumb>li{display:inline-block}.ycd-bootstrap-wrapper .breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.ycd-bootstrap-wrapper .breadcrumb>.active{color:#777}.ycd-bootstrap-wrapper .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.ycd-bootstrap-wrapper .pagination>li{display:inline}.ycd-bootstrap-wrapper .pagination>li>a,.ycd-bootstrap-wrapper .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.ycd-bootstrap-wrapper .pagination>li:first-child>a,.ycd-bootstrap-wrapper .pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.ycd-bootstrap-wrapper .pagination>li:last-child>a,.ycd-bootstrap-wrapper .pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.ycd-bootstrap-wrapper .pagination>li>a:focus,.ycd-bootstrap-wrapper .pagination>li>a:hover,.ycd-bootstrap-wrapper .pagination>li>span:focus,.ycd-bootstrap-wrapper .pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.ycd-bootstrap-wrapper .pagination>.active>a,.ycd-bootstrap-wrapper .pagination>.active>a:focus,.ycd-bootstrap-wrapper .pagination>.active>a:hover,.ycd-bootstrap-wrapper .pagination>.active>span,.ycd-bootstrap-wrapper .pagination>.active>span:focus,.ycd-bootstrap-wrapper .pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.ycd-bootstrap-wrapper .pagination>.disabled>a,.ycd-bootstrap-wrapper .pagination>.disabled>a:focus,.ycd-bootstrap-wrapper .pagination>.disabled>a:hover,.ycd-bootstrap-wrapper .pagination>.disabled>span,.ycd-bootstrap-wrapper .pagination>.disabled>span:focus,.ycd-bootstrap-wrapper .pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.ycd-bootstrap-wrapper .pagination-lg>li>a,.ycd-bootstrap-wrapper .pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.ycd-bootstrap-wrapper .pagination-lg>li:first-child>a,.ycd-bootstrap-wrapper .pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.ycd-bootstrap-wrapper .pagination-lg>li:last-child>a,.ycd-bootstrap-wrapper .pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.ycd-bootstrap-wrapper .pagination-sm>li>a,.ycd-bootstrap-wrapper .pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.ycd-bootstrap-wrapper .pagination-sm>li:first-child>a,.ycd-bootstrap-wrapper .pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.ycd-bootstrap-wrapper .pagination-sm>li:last-child>a,.ycd-bootstrap-wrapper .pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.ycd-bootstrap-wrapper .pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.ycd-bootstrap-wrapper .pager li{display:inline}.ycd-bootstrap-wrapper .pager li>a,.ycd-bootstrap-wrapper .pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.ycd-bootstrap-wrapper .pager li>a:focus,.ycd-bootstrap-wrapper .pager li>a:hover{text-decoration:none;background-color:#eee}.ycd-bootstrap-wrapper .pager .next>a,.ycd-bootstrap-wrapper .pager .next>span{float:right}.ycd-bootstrap-wrapper .pager .previous>a,.ycd-bootstrap-wrapper .pager .previous>span{float:left}.ycd-bootstrap-wrapper .pager .disabled>a,.ycd-bootstrap-wrapper .pager .disabled>a:focus,.ycd-bootstrap-wrapper .pager .disabled>a:hover,.ycd-bootstrap-wrapper .pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.ycd-bootstrap-wrapper .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.ycd-bootstrap-wrapper a.label:focus,.ycd-bootstrap-wrapper a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.ycd-bootstrap-wrapper .label:empty{display:none}.ycd-bootstrap-wrapper .btn .label{position:relative;top:-1px}.ycd-bootstrap-wrapper .label-default{background-color:#777}.ycd-bootstrap-wrapper .label-default[href]:focus,.ycd-bootstrap-wrapper .label-default[href]:hover{background-color:#5e5e5e}.ycd-bootstrap-wrapper .label-primary{background-color:#337ab7}.ycd-bootstrap-wrapper .label-primary[href]:focus,.ycd-bootstrap-wrapper .label-primary[href]:hover{background-color:#286090}.ycd-bootstrap-wrapper .label-success{background-color:#5cb85c}.ycd-bootstrap-wrapper .label-success[href]:focus,.ycd-bootstrap-wrapper .label-success[href]:hover{background-color:#449d44}.ycd-bootstrap-wrapper .label-info{background-color:#5bc0de}.ycd-bootstrap-wrapper .label-info[href]:focus,.ycd-bootstrap-wrapper .label-info[href]:hover{background-color:#31b0d5}.ycd-bootstrap-wrapper .label-warning{background-color:#f0ad4e}.ycd-bootstrap-wrapper .label-warning[href]:focus,.ycd-bootstrap-wrapper .label-warning[href]:hover{background-color:#ec971f}.ycd-bootstrap-wrapper .label-danger{background-color:#d9534f}.ycd-bootstrap-wrapper .label-danger[href]:focus,.ycd-bootstrap-wrapper .label-danger[href]:hover{background-color:#c9302c}.ycd-bootstrap-wrapper .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.ycd-bootstrap-wrapper .badge:empty{display:none}.ycd-bootstrap-wrapper .btn .badge{position:relative;top:-1px}.ycd-bootstrap-wrapper .btn-group-xs>.btn .badge,.ycd-bootstrap-wrapper .btn-xs .badge{top:0;padding:1px 5px}.ycd-bootstrap-wrapper a.badge:focus,.ycd-bootstrap-wrapper a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.ycd-bootstrap-wrapper .list-group-item.active>.badge,.ycd-bootstrap-wrapper .nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.ycd-bootstrap-wrapper .list-group-item>.badge{float:right}.ycd-bootstrap-wrapper .list-group-item>.badge+.badge{margin-right:5px}.ycd-bootstrap-wrapper .nav-pills>li>a>.badge{margin-left:3px}.ycd-bootstrap-wrapper .jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.ycd-bootstrap-wrapper .jumbotron .h1,.ycd-bootstrap-wrapper .jumbotron h1{color:inherit}.ycd-bootstrap-wrapper .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.ycd-bootstrap-wrapper .jumbotron>hr{border-top-color:#d5d5d5}.ycd-bootstrap-wrapper .container .jumbotron,.ycd-bootstrap-wrapper .container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.ycd-bootstrap-wrapper .jumbotron .container{max-width:100%}@media screen and (min-width:768px){.ycd-bootstrap-wrapper .jumbotron{padding-top:48px;padding-bottom:48px}.ycd-bootstrap-wrapper .container .jumbotron,.ycd-bootstrap-wrapper .container-fluid .jumbotron{padding-right:60px;padding-left:60px}.ycd-bootstrap-wrapper .jumbotron .h1,.ycd-bootstrap-wrapper .jumbotron h1{font-size:63px}}.ycd-bootstrap-wrapper .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.ycd-bootstrap-wrapper .thumbnail a>img,.ycd-bootstrap-wrapper .thumbnail>img{margin-right:auto;margin-left:auto}.ycd-bootstrap-wrapper a.thumbnail.active,.ycd-bootstrap-wrapper a.thumbnail:focus,.ycd-bootstrap-wrapper a.thumbnail:hover{border-color:#337ab7}.ycd-bootstrap-wrapper .thumbnail .caption{padding:9px;color:#333}.ycd-bootstrap-wrapper .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.ycd-bootstrap-wrapper .alert h4{margin-top:0;color:inherit}.ycd-bootstrap-wrapper .alert .alert-link{font-weight:700}.ycd-bootstrap-wrapper .alert>p,.ycd-bootstrap-wrapper .alert>ul{margin-bottom:0}.ycd-bootstrap-wrapper .alert>p+p{margin-top:5px}.ycd-bootstrap-wrapper .alert-dismissable,.ycd-bootstrap-wrapper .alert-dismissible{padding-right:35px}.ycd-bootstrap-wrapper .alert-dismissable .close,.ycd-bootstrap-wrapper .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.ycd-bootstrap-wrapper .alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.ycd-bootstrap-wrapper .alert-success hr{border-top-color:#c9e2b3}.ycd-bootstrap-wrapper .alert-success .alert-link{color:#2b542c}.ycd-bootstrap-wrapper .alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.ycd-bootstrap-wrapper .alert-info hr{border-top-color:#a6e1ec}.ycd-bootstrap-wrapper .alert-info .alert-link{color:#245269}.ycd-bootstrap-wrapper .alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.ycd-bootstrap-wrapper .alert-warning hr{border-top-color:#f7e1b5}.ycd-bootstrap-wrapper .alert-warning .alert-link{color:#66512c}.ycd-bootstrap-wrapper .alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.ycd-bootstrap-wrapper .alert-danger hr{border-top-color:#e4b9c0}.ycd-bootstrap-wrapper .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.ycd-bootstrap-wrapper .progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.ycd-bootstrap-wrapper .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.ycd-bootstrap-wrapper .progress-bar-striped,.ycd-bootstrap-wrapper .progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.ycd-bootstrap-wrapper .progress-bar.active,.ycd-bootstrap-wrapper .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.ycd-bootstrap-wrapper .progress-bar-success{background-color:#5cb85c}.ycd-bootstrap-wrapper .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.ycd-bootstrap-wrapper .progress-bar-info{background-color:#5bc0de}.ycd-bootstrap-wrapper .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.ycd-bootstrap-wrapper .progress-bar-warning{background-color:#f0ad4e}.ycd-bootstrap-wrapper .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.ycd-bootstrap-wrapper .progress-bar-danger{background-color:#d9534f}.ycd-bootstrap-wrapper .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.ycd-bootstrap-wrapper .media{margin-top:15px}.ycd-bootstrap-wrapper .media:first-child{margin-top:0}.ycd-bootstrap-wrapper .media,.ycd-bootstrap-wrapper .media-body{overflow:hidden;zoom:1}.ycd-bootstrap-wrapper .media-body{width:10000px}.ycd-bootstrap-wrapper .media-object{display:block}.ycd-bootstrap-wrapper .media-object.img-thumbnail{max-width:none}.ycd-bootstrap-wrapper .media-right,.ycd-bootstrap-wrapper .media>.pull-right{padding-left:10px}.ycd-bootstrap-wrapper .media-left,.ycd-bootstrap-wrapper .media>.pull-left{padding-right:10px}.ycd-bootstrap-wrapper .media-body,.ycd-bootstrap-wrapper .media-left,.ycd-bootstrap-wrapper .media-right{display:table-cell;vertical-align:top}.ycd-bootstrap-wrapper .media-middle{vertical-align:middle}.ycd-bootstrap-wrapper .media-bottom{vertical-align:bottom}.ycd-bootstrap-wrapper .media-heading{margin-top:0;margin-bottom:5px}.ycd-bootstrap-wrapper .media-list{padding-left:0;list-style:none}.ycd-bootstrap-wrapper .list-group{padding-left:0;margin-bottom:20px}.ycd-bootstrap-wrapper .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.ycd-bootstrap-wrapper .list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.ycd-bootstrap-wrapper .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ycd-bootstrap-wrapper a.list-group-item,.ycd-bootstrap-wrapper button.list-group-item{color:#555}.ycd-bootstrap-wrapper a.list-group-item .list-group-item-heading,.ycd-bootstrap-wrapper button.list-group-item .list-group-item-heading{color:#333}.ycd-bootstrap-wrapper a.list-group-item:focus,.ycd-bootstrap-wrapper a.list-group-item:hover,.ycd-bootstrap-wrapper button.list-group-item:focus,.ycd-bootstrap-wrapper button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.ycd-bootstrap-wrapper button.list-group-item{width:100%;text-align:left}.ycd-bootstrap-wrapper .list-group-item.disabled,.ycd-bootstrap-wrapper .list-group-item.disabled:focus,.ycd-bootstrap-wrapper .list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.ycd-bootstrap-wrapper .list-group-item.disabled .list-group-item-heading,.ycd-bootstrap-wrapper .list-group-item.disabled:focus .list-group-item-heading,.ycd-bootstrap-wrapper .list-group-item.disabled:hover .list-group-item-heading{color:inherit}.ycd-bootstrap-wrapper .list-group-item.disabled .list-group-item-text,.ycd-bootstrap-wrapper .list-group-item.disabled:focus .list-group-item-text,.ycd-bootstrap-wrapper .list-group-item.disabled:hover .list-group-item-text{color:#777}.ycd-bootstrap-wrapper .list-group-item.active,.ycd-bootstrap-wrapper .list-group-item.active:focus,.ycd-bootstrap-wrapper .list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.ycd-bootstrap-wrapper .list-group-item.active .list-group-item-heading,.ycd-bootstrap-wrapper .list-group-item.active .list-group-item-heading>.small,.ycd-bootstrap-wrapper .list-group-item.active .list-group-item-heading>small,.ycd-bootstrap-wrapper .list-group-item.active:focus .list-group-item-heading,.ycd-bootstrap-wrapper .list-group-item.active:focus .list-group-item-heading>.small,.ycd-bootstrap-wrapper .list-group-item.active:focus .list-group-item-heading>small,.ycd-bootstrap-wrapper .list-group-item.active:hover .list-group-item-heading,.ycd-bootstrap-wrapper .list-group-item.active:hover .list-group-item-heading>.small,.ycd-bootstrap-wrapper .list-group-item.active:hover .list-group-item-heading>small{color:inherit}.ycd-bootstrap-wrapper .list-group-item.active .list-group-item-text,.ycd-bootstrap-wrapper .list-group-item.active:focus .list-group-item-text,.ycd-bootstrap-wrapper .list-group-item.active:hover .list-group-item-text{color:#c7ddef}.ycd-bootstrap-wrapper .list-group-item-success{color:#3c763d;background-color:#dff0d8}.ycd-bootstrap-wrapper a.list-group-item-success,.ycd-bootstrap-wrapper button.list-group-item-success{color:#3c763d}.ycd-bootstrap-wrapper a.list-group-item-success .list-group-item-heading,.ycd-bootstrap-wrapper button.list-group-item-success .list-group-item-heading{color:inherit}.ycd-bootstrap-wrapper a.list-group-item-success:focus,.ycd-bootstrap-wrapper a.list-group-item-success:hover,.ycd-bootstrap-wrapper button.list-group-item-success:focus,.ycd-bootstrap-wrapper button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}.ycd-bootstrap-wrapper a.list-group-item-success.active,.ycd-bootstrap-wrapper a.list-group-item-success.active:focus,.ycd-bootstrap-wrapper a.list-group-item-success.active:hover,.ycd-bootstrap-wrapper button.list-group-item-success.active,.ycd-bootstrap-wrapper button.list-group-item-success.active:focus,.ycd-bootstrap-wrapper button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.ycd-bootstrap-wrapper .list-group-item-info{color:#31708f;background-color:#d9edf7}.ycd-bootstrap-wrapper a.list-group-item-info,.ycd-bootstrap-wrapper button.list-group-item-info{color:#31708f}.ycd-bootstrap-wrapper a.list-group-item-info .list-group-item-heading,.ycd-bootstrap-wrapper button.list-group-item-info .list-group-item-heading{color:inherit}.ycd-bootstrap-wrapper a.list-group-item-info:focus,.ycd-bootstrap-wrapper a.list-group-item-info:hover,.ycd-bootstrap-wrapper button.list-group-item-info:focus,.ycd-bootstrap-wrapper button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}.ycd-bootstrap-wrapper a.list-group-item-info.active,.ycd-bootstrap-wrapper a.list-group-item-info.active:focus,.ycd-bootstrap-wrapper a.list-group-item-info.active:hover,.ycd-bootstrap-wrapper button.list-group-item-info.active,.ycd-bootstrap-wrapper button.list-group-item-info.active:focus,.ycd-bootstrap-wrapper button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.ycd-bootstrap-wrapper .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.ycd-bootstrap-wrapper a.list-group-item-warning,.ycd-bootstrap-wrapper button.list-group-item-warning{color:#8a6d3b}.ycd-bootstrap-wrapper a.list-group-item-warning .list-group-item-heading,.ycd-bootstrap-wrapper button.list-group-item-warning .list-group-item-heading{color:inherit}.ycd-bootstrap-wrapper a.list-group-item-warning:focus,.ycd-bootstrap-wrapper a.list-group-item-warning:hover,.ycd-bootstrap-wrapper button.list-group-item-warning:focus,.ycd-bootstrap-wrapper button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}.ycd-bootstrap-wrapper a.list-group-item-warning.active,.ycd-bootstrap-wrapper a.list-group-item-warning.active:focus,.ycd-bootstrap-wrapper a.list-group-item-warning.active:hover,.ycd-bootstrap-wrapper button.list-group-item-warning.active,.ycd-bootstrap-wrapper button.list-group-item-warning.active:focus,.ycd-bootstrap-wrapper button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.ycd-bootstrap-wrapper .list-group-item-danger{color:#a94442;background-color:#f2dede}.ycd-bootstrap-wrapper a.list-group-item-danger,.ycd-bootstrap-wrapper button.list-group-item-danger{color:#a94442}.ycd-bootstrap-wrapper a.list-group-item-danger .list-group-item-heading,.ycd-bootstrap-wrapper button.list-group-item-danger .list-group-item-heading{color:inherit}.ycd-bootstrap-wrapper a.list-group-item-danger:focus,.ycd-bootstrap-wrapper a.list-group-item-danger:hover,.ycd-bootstrap-wrapper button.list-group-item-danger:focus,.ycd-bootstrap-wrapper button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}.ycd-bootstrap-wrapper a.list-group-item-danger.active,.ycd-bootstrap-wrapper a.list-group-item-danger.active:focus,.ycd-bootstrap-wrapper a.list-group-item-danger.active:hover,.ycd-bootstrap-wrapper button.list-group-item-danger.active,.ycd-bootstrap-wrapper button.list-group-item-danger.active:focus,.ycd-bootstrap-wrapper button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.ycd-bootstrap-wrapper .list-group-item-heading{margin-top:0;margin-bottom:5px}.ycd-bootstrap-wrapper .list-group-item-text{margin-bottom:0;line-height:1.3}.ycd-bootstrap-wrapper .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.ycd-bootstrap-wrapper .panel-body{padding:15px}.ycd-bootstrap-wrapper .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.ycd-bootstrap-wrapper .panel-heading>.dropdown .dropdown-toggle{color:inherit}.ycd-bootstrap-wrapper .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.ycd-bootstrap-wrapper .panel-title>.small,.ycd-bootstrap-wrapper .panel-title>.small>a,.ycd-bootstrap-wrapper .panel-title>a,.ycd-bootstrap-wrapper .panel-title>small,.ycd-bootstrap-wrapper .panel-title>small>a{color:inherit}.ycd-bootstrap-wrapper .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.ycd-bootstrap-wrapper .panel>.list-group,.ycd-bootstrap-wrapper .panel>.panel-collapse>.list-group{margin-bottom:0}.ycd-bootstrap-wrapper .panel>.list-group .list-group-item,.ycd-bootstrap-wrapper .panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.ycd-bootstrap-wrapper .panel>.list-group:first-child .list-group-item:first-child,.ycd-bootstrap-wrapper .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.ycd-bootstrap-wrapper .panel>.list-group:last-child .list-group-item:last-child,.ycd-bootstrap-wrapper .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}.ycd-bootstrap-wrapper .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.ycd-bootstrap-wrapper .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.ycd-bootstrap-wrapper .list-group+.panel-footer{border-top-width:0}.ycd-bootstrap-wrapper .panel>.panel-collapse>.table,.ycd-bootstrap-wrapper .panel>.table,.ycd-bootstrap-wrapper .panel>.table-responsive>.table{margin-bottom:0}.ycd-bootstrap-wrapper .panel>.panel-collapse>.table caption,.ycd-bootstrap-wrapper .panel>.table caption,.ycd-bootstrap-wrapper .panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.ycd-bootstrap-wrapper .panel>.table-responsive:first-child>.table:first-child,.ycd-bootstrap-wrapper .panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.ycd-bootstrap-wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.ycd-bootstrap-wrapper .panel>.table:first-child>tbody:first-child>tr:first-child,.ycd-bootstrap-wrapper .panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.ycd-bootstrap-wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.ycd-bootstrap-wrapper .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.ycd-bootstrap-wrapper .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.ycd-bootstrap-wrapper .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.ycd-bootstrap-wrapper .panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.ycd-bootstrap-wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.ycd-bootstrap-wrapper .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.ycd-bootstrap-wrapper .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.ycd-bootstrap-wrapper .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.ycd-bootstrap-wrapper .panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.ycd-bootstrap-wrapper .panel>.table-responsive:last-child>.table:last-child,.ycd-bootstrap-wrapper .panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.ycd-bootstrap-wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.ycd-bootstrap-wrapper .panel>.table:last-child>tbody:last-child>tr:last-child,.ycd-bootstrap-wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.ycd-bootstrap-wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.ycd-bootstrap-wrapper .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.ycd-bootstrap-wrapper .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.ycd-bootstrap-wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.ycd-bootstrap-wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.ycd-bootstrap-wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.ycd-bootstrap-wrapper .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.ycd-bootstrap-wrapper .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.ycd-bootstrap-wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.ycd-bootstrap-wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.ycd-bootstrap-wrapper .panel>.panel-body+.table,.ycd-bootstrap-wrapper .panel>.panel-body+.table-responsive,.ycd-bootstrap-wrapper .panel>.table+.panel-body,.ycd-bootstrap-wrapper .panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.ycd-bootstrap-wrapper .panel>.table>tbody:first-child>tr:first-child td,.ycd-bootstrap-wrapper .panel>.table>tbody:first-child>tr:first-child th{border-top:0}.ycd-bootstrap-wrapper .panel>.table-bordered,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered{border:0}.ycd-bootstrap-wrapper .panel>.table-bordered>tbody>tr>td:first-child,.ycd-bootstrap-wrapper .panel>.table-bordered>tbody>tr>th:first-child,.ycd-bootstrap-wrapper .panel>.table-bordered>tfoot>tr>td:first-child,.ycd-bootstrap-wrapper .panel>.table-bordered>tfoot>tr>th:first-child,.ycd-bootstrap-wrapper .panel>.table-bordered>thead>tr>td:first-child,.ycd-bootstrap-wrapper .panel>.table-bordered>thead>tr>th:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.ycd-bootstrap-wrapper .panel>.table-bordered>tbody>tr>td:last-child,.ycd-bootstrap-wrapper .panel>.table-bordered>tbody>tr>th:last-child,.ycd-bootstrap-wrapper .panel>.table-bordered>tfoot>tr>td:last-child,.ycd-bootstrap-wrapper .panel>.table-bordered>tfoot>tr>th:last-child,.ycd-bootstrap-wrapper .panel>.table-bordered>thead>tr>td:last-child,.ycd-bootstrap-wrapper .panel>.table-bordered>thead>tr>th:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.ycd-bootstrap-wrapper .panel>.table-bordered>tbody>tr:first-child>td,.ycd-bootstrap-wrapper .panel>.table-bordered>tbody>tr:first-child>th,.ycd-bootstrap-wrapper .panel>.table-bordered>thead>tr:first-child>td,.ycd-bootstrap-wrapper .panel>.table-bordered>thead>tr:first-child>th,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.ycd-bootstrap-wrapper .panel>.table-bordered>tbody>tr:last-child>td,.ycd-bootstrap-wrapper .panel>.table-bordered>tbody>tr:last-child>th,.ycd-bootstrap-wrapper .panel>.table-bordered>tfoot>tr:last-child>td,.ycd-bootstrap-wrapper .panel>.table-bordered>tfoot>tr:last-child>th,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.ycd-bootstrap-wrapper .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.ycd-bootstrap-wrapper .panel>.table-responsive{margin-bottom:0;border:0}.ycd-bootstrap-wrapper .panel-group{margin-bottom:20px}.ycd-bootstrap-wrapper .panel-group .panel{margin-bottom:0;border-radius:4px}.ycd-bootstrap-wrapper .panel-group .panel+.panel{margin-top:5px}.ycd-bootstrap-wrapper .panel-group .panel-heading{border-bottom:0}.ycd-bootstrap-wrapper .panel-group .panel-heading+.panel-collapse>.list-group,.ycd-bootstrap-wrapper .panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.ycd-bootstrap-wrapper .panel-group .panel-footer{border-top:0}.ycd-bootstrap-wrapper .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.ycd-bootstrap-wrapper .panel-default{border-color:#ddd}.ycd-bootstrap-wrapper .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.ycd-bootstrap-wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.ycd-bootstrap-wrapper .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.ycd-bootstrap-wrapper .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.ycd-bootstrap-wrapper .panel-primary{border-color:#337ab7}.ycd-bootstrap-wrapper .panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.ycd-bootstrap-wrapper .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.ycd-bootstrap-wrapper .panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.ycd-bootstrap-wrapper .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.ycd-bootstrap-wrapper .panel-success{border-color:#d6e9c6}.ycd-bootstrap-wrapper .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.ycd-bootstrap-wrapper .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.ycd-bootstrap-wrapper .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.ycd-bootstrap-wrapper .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.ycd-bootstrap-wrapper .panel-info{border-color:#bce8f1}.ycd-bootstrap-wrapper .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.ycd-bootstrap-wrapper .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.ycd-bootstrap-wrapper .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.ycd-bootstrap-wrapper .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.ycd-bootstrap-wrapper .panel-warning{border-color:#faebcc}.ycd-bootstrap-wrapper .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.ycd-bootstrap-wrapper .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.ycd-bootstrap-wrapper .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.ycd-bootstrap-wrapper .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.ycd-bootstrap-wrapper .panel-danger{border-color:#ebccd1}.ycd-bootstrap-wrapper .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.ycd-bootstrap-wrapper .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.ycd-bootstrap-wrapper .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.ycd-bootstrap-wrapper .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.ycd-bootstrap-wrapper .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.ycd-bootstrap-wrapper .embed-responsive .embed-responsive-item,.ycd-bootstrap-wrapper .embed-responsive embed,.ycd-bootstrap-wrapper .embed-responsive iframe,.ycd-bootstrap-wrapper .embed-responsive object,.ycd-bootstrap-wrapper .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.ycd-bootstrap-wrapper .embed-responsive-16by9{padding-bottom:56.25%}.ycd-bootstrap-wrapper .embed-responsive-4by3{padding-bottom:75%}.ycd-bootstrap-wrapper .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.ycd-bootstrap-wrapper .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.ycd-bootstrap-wrapper .well-lg{padding:24px;border-radius:6px}.ycd-bootstrap-wrapper .well-sm{padding:9px;border-radius:3px}.ycd-bootstrap-wrapper .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.ycd-bootstrap-wrapper .close:focus,.ycd-bootstrap-wrapper .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}.ycd-bootstrap-wrapper button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.ycd-bootstrap-wrapper .modal-open{overflow:hidden}.ycd-bootstrap-wrapper .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.ycd-bootstrap-wrapper .modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.ycd-bootstrap-wrapper .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.ycd-bootstrap-wrapper .modal-open .modal{overflow-x:hidden;overflow-y:auto}.ycd-bootstrap-wrapper .modal-dialog{position:relative;width:auto;margin:10px}.ycd-bootstrap-wrapper .modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.ycd-bootstrap-wrapper .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.ycd-bootstrap-wrapper .modal-backdrop.fade{opacity:0}.ycd-bootstrap-wrapper .modal-backdrop.in{opacity:.5}.ycd-bootstrap-wrapper .modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.ycd-bootstrap-wrapper .modal-header .close{margin-top:-2px}.ycd-bootstrap-wrapper .modal-title{margin:0;line-height:1.42857143}.ycd-bootstrap-wrapper .modal-body{position:relative;padding:15px}.ycd-bootstrap-wrapper .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.ycd-bootstrap-wrapper .modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.ycd-bootstrap-wrapper .modal-footer .btn-group .btn+.btn{margin-left:-1px}.ycd-bootstrap-wrapper .modal-footer .btn-block+.btn-block{margin-left:0}.ycd-bootstrap-wrapper .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.ycd-bootstrap-wrapper .modal-dialog{width:600px;margin:30px auto}.ycd-bootstrap-wrapper .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.ycd-bootstrap-wrapper .modal-sm{width:300px}}@media (min-width:992px){.ycd-bootstrap-wrapper .modal-lg{width:900px}}.ycd-bootstrap-wrapper .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;opacity:0;line-break:auto}.ycd-bootstrap-wrapper .tooltip.in{opacity:.9}.ycd-bootstrap-wrapper .tooltip.top{padding:5px 0;margin-top:-3px}.ycd-bootstrap-wrapper .tooltip.right{padding:0 5px;margin-left:3px}.ycd-bootstrap-wrapper .tooltip.bottom{padding:5px 0;margin-top:3px}.ycd-bootstrap-wrapper .tooltip.left{padding:0 5px;margin-left:-3px}.ycd-bootstrap-wrapper .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.ycd-bootstrap-wrapper .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.ycd-bootstrap-wrapper .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.ycd-bootstrap-wrapper .tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.ycd-bootstrap-wrapper .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.ycd-bootstrap-wrapper .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.ycd-bootstrap-wrapper .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.ycd-bootstrap-wrapper .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.ycd-bootstrap-wrapper .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.ycd-bootstrap-wrapper .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.ycd-bootstrap-wrapper .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.ycd-bootstrap-wrapper .popover.top{margin-top:-10px}.ycd-bootstrap-wrapper .popover.right{margin-left:10px}.ycd-bootstrap-wrapper .popover.bottom{margin-top:10px}.ycd-bootstrap-wrapper .popover.left{margin-left:-10px}.ycd-bootstrap-wrapper .popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.ycd-bootstrap-wrapper .popover-content{padding:9px 14px}.ycd-bootstrap-wrapper .popover>.arrow,.ycd-bootstrap-wrapper .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.ycd-bootstrap-wrapper .popover>.arrow{border-width:11px}.ycd-bootstrap-wrapper .popover>.arrow:after{content:"";border-width:10px}.ycd-bootstrap-wrapper .popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.ycd-bootstrap-wrapper .popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.ycd-bootstrap-wrapper .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.ycd-bootstrap-wrapper .popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.ycd-bootstrap-wrapper .popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.ycd-bootstrap-wrapper .popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.ycd-bootstrap-wrapper .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.ycd-bootstrap-wrapper .popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.ycd-bootstrap-wrapper .carousel{position:relative}.ycd-bootstrap-wrapper .carousel-inner{position:relative;width:100%;overflow:hidden}.ycd-bootstrap-wrapper .carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.ycd-bootstrap-wrapper .carousel-inner>.item>a>img,.ycd-bootstrap-wrapper .carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.ycd-bootstrap-wrapper .carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.ycd-bootstrap-wrapper .carousel-inner>.item.active.right,.ycd-bootstrap-wrapper .carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ycd-bootstrap-wrapper .carousel-inner>.item.active.left,.ycd-bootstrap-wrapper .carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ycd-bootstrap-wrapper .carousel-inner>.item.active,.ycd-bootstrap-wrapper .carousel-inner>.item.next.left,.ycd-bootstrap-wrapper .carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.ycd-bootstrap-wrapper .carousel-inner>.active,.ycd-bootstrap-wrapper .carousel-inner>.next,.ycd-bootstrap-wrapper .carousel-inner>.prev{display:block}.ycd-bootstrap-wrapper .carousel-inner>.active{left:0}.ycd-bootstrap-wrapper .carousel-inner>.next,.ycd-bootstrap-wrapper .carousel-inner>.prev{position:absolute;top:0;width:100%}.ycd-bootstrap-wrapper .carousel-inner>.next{left:100%}.ycd-bootstrap-wrapper .carousel-inner>.prev{left:-100%}.ycd-bootstrap-wrapper .carousel-inner>.next.left,.ycd-bootstrap-wrapper .carousel-inner>.prev.right{left:0}.ycd-bootstrap-wrapper .carousel-inner>.active.left{left:-100%}.ycd-bootstrap-wrapper .carousel-inner>.active.right{left:100%}.ycd-bootstrap-wrapper .carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);opacity:.5}.ycd-bootstrap-wrapper .carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x}.ycd-bootstrap-wrapper .carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x}.ycd-bootstrap-wrapper .carousel-control:focus,.ycd-bootstrap-wrapper .carousel-control:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-left,.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-right,.ycd-bootstrap-wrapper .carousel-control .icon-next,.ycd-bootstrap-wrapper .carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-left,.ycd-bootstrap-wrapper .carousel-control .icon-prev{left:50%;margin-left:-10px}.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-right,.ycd-bootstrap-wrapper .carousel-control .icon-next{right:50%;margin-right:-10px}.ycd-bootstrap-wrapper .carousel-control .icon-next,.ycd-bootstrap-wrapper .carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.ycd-bootstrap-wrapper .carousel-control .icon-prev:before{content:'\2039'}.ycd-bootstrap-wrapper .carousel-control .icon-next:before{content:'\203a'}.ycd-bootstrap-wrapper .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.ycd-bootstrap-wrapper .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.ycd-bootstrap-wrapper .carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.ycd-bootstrap-wrapper .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.ycd-bootstrap-wrapper .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-left,.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-right,.ycd-bootstrap-wrapper .carousel-control .icon-next,.ycd-bootstrap-wrapper .carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-left,.ycd-bootstrap-wrapper .carousel-control .icon-prev{margin-left:-10px}.ycd-bootstrap-wrapper .carousel-control .glyphicon-chevron-right,.ycd-bootstrap-wrapper .carousel-control .icon-next{margin-right:-10px}.ycd-bootstrap-wrapper .carousel-caption{right:20%;left:20%;padding-bottom:30px}.ycd-bootstrap-wrapper .carousel-indicators{bottom:20px}}.ycd-bootstrap-wrapper .btn-group-vertical>.btn-group:after,.ycd-bootstrap-wrapper .btn-group-vertical>.btn-group:before,.ycd-bootstrap-wrapper .btn-toolbar:after,.ycd-bootstrap-wrapper .btn-toolbar:before,.ycd-bootstrap-wrapper .clearfix:after,.ycd-bootstrap-wrapper .clearfix:before,.ycd-bootstrap-wrapper .container-fluid:after,.ycd-bootstrap-wrapper .container-fluid:before,.ycd-bootstrap-wrapper .container:after,.ycd-bootstrap-wrapper .container:before,.ycd-bootstrap-wrapper .dl-horizontal dd:after,.ycd-bootstrap-wrapper .dl-horizontal dd:before,.ycd-bootstrap-wrapper .form-horizontal .form-group:after,.ycd-bootstrap-wrapper .form-horizontal .form-group:before,.ycd-bootstrap-wrapper .modal-footer:after,.ycd-bootstrap-wrapper .modal-footer:before,.ycd-bootstrap-wrapper .modal-header:after,.ycd-bootstrap-wrapper .modal-header:before,.ycd-bootstrap-wrapper .nav:after,.ycd-bootstrap-wrapper .nav:before,.ycd-bootstrap-wrapper .navbar-collapse:after,.ycd-bootstrap-wrapper .navbar-collapse:before,.ycd-bootstrap-wrapper .navbar-header:after,.ycd-bootstrap-wrapper .navbar-header:before,.ycd-bootstrap-wrapper .navbar:after,.ycd-bootstrap-wrapper .navbar:before,.ycd-bootstrap-wrapper .pager:after,.ycd-bootstrap-wrapper .pager:before,.ycd-bootstrap-wrapper .panel-body:after,.ycd-bootstrap-wrapper .panel-body:before,.ycd-bootstrap-wrapper .row:after,.ycd-bootstrap-wrapper .row:before{display:table;content:" "}.ycd-bootstrap-wrapper .btn-group-vertical>.btn-group:after,.ycd-bootstrap-wrapper .btn-toolbar:after,.ycd-bootstrap-wrapper .clearfix:after,.ycd-bootstrap-wrapper .container-fluid:after,.ycd-bootstrap-wrapper .container:after,.ycd-bootstrap-wrapper .dl-horizontal dd:after,.ycd-bootstrap-wrapper .form-horizontal .form-group:after,.ycd-bootstrap-wrapper .modal-footer:after,.ycd-bootstrap-wrapper .modal-header:after,.ycd-bootstrap-wrapper .nav:after,.ycd-bootstrap-wrapper .navbar-collapse:after,.ycd-bootstrap-wrapper .navbar-header:after,.ycd-bootstrap-wrapper .navbar:after,.ycd-bootstrap-wrapper .pager:after,.ycd-bootstrap-wrapper .panel-body:after,.ycd-bootstrap-wrapper .row:after{clear:both}.ycd-bootstrap-wrapper .center-block{display:block;margin-right:auto;margin-left:auto}.ycd-bootstrap-wrapper .pull-right{float:right!important}.ycd-bootstrap-wrapper .pull-left{float:left!important}.ycd-bootstrap-wrapper .hide{display:none!important}.ycd-bootstrap-wrapper .show{display:block!important}.ycd-bootstrap-wrapper .invisible{visibility:hidden}.ycd-bootstrap-wrapper .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.ycd-bootstrap-wrapper .hidden{display:none!important}.ycd-bootstrap-wrapper .affix{position:fixed}@-ms-viewport{width:device-width}.ycd-bootstrap-wrapper .visible-lg,.ycd-bootstrap-wrapper .visible-md,.ycd-bootstrap-wrapper .visible-sm,.ycd-bootstrap-wrapper .visible-xs{display:none!important}.ycd-bootstrap-wrapper .visible-lg-block,.ycd-bootstrap-wrapper .visible-lg-inline,.ycd-bootstrap-wrapper .visible-lg-inline-block,.ycd-bootstrap-wrapper .visible-md-block,.ycd-bootstrap-wrapper .visible-md-inline,.ycd-bootstrap-wrapper .visible-md-inline-block,.ycd-bootstrap-wrapper .visible-sm-block,.ycd-bootstrap-wrapper .visible-sm-inline,.ycd-bootstrap-wrapper .visible-sm-inline-block,.ycd-bootstrap-wrapper .visible-xs-block,.ycd-bootstrap-wrapper .visible-xs-inline,.ycd-bootstrap-wrapper .visible-xs-inline-block{display:none!important}@media (max-width:767px){.ycd-bootstrap-wrapper .visible-xs{display:block!important}.ycd-bootstrap-wrapper table.visible-xs{display:table!important}.ycd-bootstrap-wrapper tr.visible-xs{display:table-row!important}.ycd-bootstrap-wrapper td.visible-xs,.ycd-bootstrap-wrapper th.visible-xs{display:table-cell!important}}@media (max-width:767px){.ycd-bootstrap-wrapper .visible-xs-block{display:block!important}}@media (max-width:767px){.ycd-bootstrap-wrapper .visible-xs-inline{display:inline!important}}@media (max-width:767px){.ycd-bootstrap-wrapper .visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.ycd-bootstrap-wrapper .visible-sm{display:block!important}.ycd-bootstrap-wrapper table.visible-sm{display:table!important}.ycd-bootstrap-wrapper tr.visible-sm{display:table-row!important}.ycd-bootstrap-wrapper td.visible-sm,.ycd-bootstrap-wrapper th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.ycd-bootstrap-wrapper .visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.ycd-bootstrap-wrapper .visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.ycd-bootstrap-wrapper .visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.ycd-bootstrap-wrapper .visible-md{display:block!important}.ycd-bootstrap-wrapper table.visible-md{display:table!important}.ycd-bootstrap-wrapper tr.visible-md{display:table-row!important}.ycd-bootstrap-wrapper td.visible-md,.ycd-bootstrap-wrapper th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.ycd-bootstrap-wrapper .visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.ycd-bootstrap-wrapper .visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.ycd-bootstrap-wrapper .visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.ycd-bootstrap-wrapper .visible-lg{display:block!important}.ycd-bootstrap-wrapper table.visible-lg{display:table!important}.ycd-bootstrap-wrapper tr.visible-lg{display:table-row!important}.ycd-bootstrap-wrapper td.visible-lg,.ycd-bootstrap-wrapper th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.ycd-bootstrap-wrapper .visible-lg-block{display:block!important}}@media (min-width:1200px){.ycd-bootstrap-wrapper .visible-lg-inline{display:inline!important}}@media (min-width:1200px){.ycd-bootstrap-wrapper .visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.ycd-bootstrap-wrapper .hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.ycd-bootstrap-wrapper .hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.ycd-bootstrap-wrapper .hidden-md{display:none!important}}@media (min-width:1200px){.ycd-bootstrap-wrapper .hidden-lg{display:none!important}}.ycd-bootstrap-wrapper .visible-print{display:none!important}@media print{.ycd-bootstrap-wrapper .visible-print{display:block!important}.ycd-bootstrap-wrapper table.visible-print{display:table!important}.ycd-bootstrap-wrapper tr.visible-print{display:table-row!important}.ycd-bootstrap-wrapper td.visible-print,.ycd-bootstrap-wrapper th.visible-print{display:table-cell!important}}.ycd-bootstrap-wrapper .visible-print-block{display:none!important}@media print{.ycd-bootstrap-wrapper .visible-print-block{display:block!important}}.ycd-bootstrap-wrapper .visible-print-inline{display:none!important}@media print{.ycd-bootstrap-wrapper .visible-print-inline{display:inline!important}}.ycd-bootstrap-wrapper .visible-print-inline-block{display:none!important}@media print{.ycd-bootstrap-wrapper .visible-print-inline-block{display:inline-block!important}}@media print{.ycd-bootstrap-wrapper .hidden-print{display:none!important}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/views/main/simpleMainView.php
CHANGED
|
@@ -202,7 +202,7 @@ $defaultData = AdminHelper::defaultData();
|
|
| 202 |
</div>
|
| 203 |
<div class="row form-group">
|
| 204 |
<div class="col-md-4">
|
| 205 |
-
<label for="ycd-simple-text-margin" class=""><?php _e('margin', YCD_TEXT_DOMAIN)
|
| 206 |
</div>
|
| 207 |
<div class="col-md-2 ycd-option-wrapper">
|
| 208 |
<label for="ycd-simple-numbers-margin-top" class="yrm-label">Top</label>
|
| 202 |
</div>
|
| 203 |
<div class="row form-group">
|
| 204 |
<div class="col-md-4">
|
| 205 |
+
<label for="ycd-simple-text-margin" class=""><?php _e('margin', YCD_TEXT_DOMAIN);?></label>
|
| 206 |
</div>
|
| 207 |
<div class="col-md-2 ycd-option-wrapper">
|
| 208 |
<label for="ycd-simple-numbers-margin-top" class="yrm-label">Top</label>
|
classes/Actions.php
CHANGED
|
@@ -339,25 +339,25 @@ class Actions {
|
|
| 339 |
$countdownObj = Countdown::find($postId);
|
| 340 |
|
| 341 |
if ($column == 'shortcode') {
|
| 342 |
-
|
| 343 |
-
<span class="ycd-tooltiptext" id="ycd-tooltip-'.$postId.'">'.__('Copy to clipboard', YCD_TEXT_DOMAIN).'</span><input type="text" data-id="'.$postId.'" onfocus="this.select();" readonly id="ycd-shortcode-input-'.$postId.'" value="[ycd_countdown id='.$postId.']" class="large-text code countdown-shortcode"></div>';
|
| 344 |
}
|
| 345 |
if ($column == 'type') {
|
| 346 |
$title = '';
|
| 347 |
if (!empty($countdownObj)) {
|
| 348 |
$title = $countdownObj->getTypeTitle();
|
| 349 |
}
|
| 350 |
-
|
| 351 |
if(!empty($countdownObj) && is_object($countdownObj)) {
|
| 352 |
$allowToShowExpiration = $countdownObj->allowToShowExpiration();
|
| 353 |
if(is_object($countdownObj) && $countdownObj->getIsCountdown() && $allowToShowExpiration) {
|
| 354 |
if($countdownObj->isExpired()) {
|
| 355 |
-
|
| 356 |
}
|
| 357 |
else {
|
| 358 |
$dateString = $countdownObj->getExpireDate();
|
| 359 |
|
| 360 |
-
|
| 361 |
}
|
| 362 |
}
|
| 363 |
}
|
| 339 |
$countdownObj = Countdown::find($postId);
|
| 340 |
|
| 341 |
if ($column == 'shortcode') {
|
| 342 |
+
_e('<div class="ycd-tooltip">
|
| 343 |
+
<span class="ycd-tooltiptext" id="ycd-tooltip-'.$postId.'">'.__('Copy to clipboard', YCD_TEXT_DOMAIN).'</span><input type="text" data-id="'.$postId.'" onfocus="this.select();" readonly id="ycd-shortcode-input-'.$postId.'" value="[ycd_countdown id='.$postId.']" class="large-text code countdown-shortcode"></div>');
|
| 344 |
}
|
| 345 |
if ($column == 'type') {
|
| 346 |
$title = '';
|
| 347 |
if (!empty($countdownObj)) {
|
| 348 |
$title = $countdownObj->getTypeTitle();
|
| 349 |
}
|
| 350 |
+
_e($title);
|
| 351 |
if(!empty($countdownObj) && is_object($countdownObj)) {
|
| 352 |
$allowToShowExpiration = $countdownObj->allowToShowExpiration();
|
| 353 |
if(is_object($countdownObj) && $countdownObj->getIsCountdown() && $allowToShowExpiration) {
|
| 354 |
if($countdownObj->isExpired()) {
|
| 355 |
+
_e('<div>Date: Expired</div>');
|
| 356 |
}
|
| 357 |
else {
|
| 358 |
$dateString = $countdownObj->getExpireDate();
|
| 359 |
|
| 360 |
+
_e('<div>Expires after '.esc_attr($dateString).'</div>');
|
| 361 |
}
|
| 362 |
}
|
| 363 |
}
|
classes/Filters.php
CHANGED
|
@@ -144,12 +144,6 @@ class Filters {
|
|
| 144 |
}
|
| 145 |
|
| 146 |
public function countdownContent($content, $obj) {
|
| 147 |
-
if(!empty($obj->getOptionValue('ycd-custom-css'))) {
|
| 148 |
-
$content .= '<style type="text/css">'.$obj->getOptionValue('ycd-custom-css').'</style>';
|
| 149 |
-
}
|
| 150 |
-
if(!empty($obj->getOptionValue('ycd-custom-js'))) {
|
| 151 |
-
$content .= '<script type="text/javascript">'.$obj->getOptionValue('ycd-custom-js').'</script>';
|
| 152 |
-
}
|
| 153 |
|
| 154 |
return $content;
|
| 155 |
}
|
| 144 |
}
|
| 145 |
|
| 146 |
public function countdownContent($content, $obj) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
|
| 148 |
return $content;
|
| 149 |
}
|
classes/countdown/TimerCountdown.php
CHANGED
|
@@ -86,41 +86,41 @@ class TimerCountdown extends Countdown {
|
|
| 86 |
}
|
| 87 |
ob_start();
|
| 88 |
?>
|
| 89 |
-
<style type="text/css" id="ycd-digit-font-family-<?php
|
| 90 |
-
.ycd-timer-wrapper-<?php
|
| 91 |
-
font-family: <?php
|
| 92 |
}
|
| 93 |
</style>
|
| 94 |
-
<style type="text/css" id="ycd-digit-font-size-<?php
|
| 95 |
-
.ycd-timer-time.ycd-timer-wrapper-<?php
|
| 96 |
-
font-size: <?php
|
| 97 |
}
|
| 98 |
</style>
|
| 99 |
-
<style type="text/css" id="ycd-timer-content-padding-<?php
|
| 100 |
.ycd-timer-content-wrapper-<?php echo $id; ?> {
|
| 101 |
-
padding: <?php
|
| 102 |
}
|
| 103 |
</style>
|
| 104 |
-
<style type="text/css" id="ycd-timer-content-padding-<?php
|
| 105 |
-
.ycd-countdown-wrapper .ycd-timer-start-stop-<?php
|
| 106 |
-
background-color: <?php
|
| 107 |
-
color: <?php
|
| 108 |
}
|
| 109 |
-
.ycd-countdown-wrapper .ycd-timer-reset-<?php
|
| 110 |
-
background-color: <?php
|
| 111 |
-
color: <?php
|
| 112 |
}
|
| 113 |
</style>
|
| 114 |
<style type="text/css">
|
| 115 |
-
.ycd-timer-wrapper-<?php
|
| 116 |
-
color: <?php
|
| 117 |
}
|
| 118 |
-
.ycd-timer-wrapper-<?php
|
| 119 |
-
<?php
|
| 120 |
-
text-align: <?php
|
| 121 |
}
|
| 122 |
.ycd-timer-unit-text {
|
| 123 |
-
font-size: <?php
|
| 124 |
}
|
| 125 |
</style>
|
| 126 |
<?php
|
| 86 |
}
|
| 87 |
ob_start();
|
| 88 |
?>
|
| 89 |
+
<style type="text/css" id="ycd-digit-font-family-<?php _e($id); ?>">
|
| 90 |
+
.ycd-timer-wrapper-<?php _e($id); ?> .ycd-timer-box > span {
|
| 91 |
+
font-family: <?php _e($fontFamily) ?>;
|
| 92 |
}
|
| 93 |
</style>
|
| 94 |
+
<style type="text/css" id="ycd-digit-font-size-<?php _e($id); ?>">
|
| 95 |
+
.ycd-timer-time.ycd-timer-wrapper-<?php _e($id); ?> {
|
| 96 |
+
font-size: <?php _e($fontSize) ?>;
|
| 97 |
}
|
| 98 |
</style>
|
| 99 |
+
<style type="text/css" id="ycd-timer-content-padding-<?php _e($id); ?>">
|
| 100 |
.ycd-timer-content-wrapper-<?php echo $id; ?> {
|
| 101 |
+
padding: <?php _e($timerContentPadding) ?>;
|
| 102 |
}
|
| 103 |
</style>
|
| 104 |
+
<style type="text/css" id="ycd-timer-content-padding-<?php _e($id); ?>">
|
| 105 |
+
.ycd-countdown-wrapper .ycd-timer-start-stop-<?php _e($id); ?> {
|
| 106 |
+
background-color: <?php _e($startStopBgColor) ?>;
|
| 107 |
+
color: <?php _e($startStopColor) ?>;
|
| 108 |
}
|
| 109 |
+
.ycd-countdown-wrapper .ycd-timer-reset-<?php _e($id); ?> {
|
| 110 |
+
background-color: <?php _e($resetBgColor) ?>;
|
| 111 |
+
color: <?php _e($resetColor) ?>;
|
| 112 |
}
|
| 113 |
</style>
|
| 114 |
<style type="text/css">
|
| 115 |
+
.ycd-timer-wrapper-<?php _e($id); ?> .ycd-timer-box span {
|
| 116 |
+
color: <?php _e($timerColor); ?> <?php _e($important); ?>;
|
| 117 |
}
|
| 118 |
+
.ycd-timer-wrapper-<?php _e($id); ?> {
|
| 119 |
+
<?php _e('background-image: url('.$imageUrl.'); background-repeat: '.$imageRepeat.'; background-size: '.$bgImageSize.'; '); ?>
|
| 120 |
+
text-align: <?php _e($textAlign); ?>;
|
| 121 |
}
|
| 122 |
.ycd-timer-unit-text {
|
| 123 |
+
font-size: <?php _e($labelFontSize); ?>;
|
| 124 |
}
|
| 125 |
</style>
|
| 126 |
<?php
|
config/config.php
CHANGED
|
@@ -76,7 +76,7 @@ class YcdCountdownConfig
|
|
| 76 |
self::addDefine('YCD_AJAX_SUCCESS', 1);
|
| 77 |
self::addDefine('YCD_TABLE_LIMIT', 15);
|
| 78 |
self::addDefine('YCD_VERSION_PRO', 2.19);
|
| 79 |
-
self::addDefine('YCD_VERSION', 2.
|
| 80 |
self::addDefine('YCD_FREE_VERSION', 1);
|
| 81 |
self::addDefine('YCD_SILVER_VERSION', 2);
|
| 82 |
self::addDefine('YCD_GOLD_VERSION', 3);
|
|
@@ -84,7 +84,7 @@ class YcdCountdownConfig
|
|
| 84 |
self::addDefine('YCD_EXTENSION_VERSION', 99);
|
| 85 |
require_once(dirname(__FILE__).'/config-pkg.php');
|
| 86 |
|
| 87 |
-
$versionText = '2.3.
|
| 88 |
if (YCD_PKG_VERSION != YCD_FREE_VERSION) {
|
| 89 |
$versionText = '2.1.9';
|
| 90 |
}
|
| 76 |
self::addDefine('YCD_AJAX_SUCCESS', 1);
|
| 77 |
self::addDefine('YCD_TABLE_LIMIT', 15);
|
| 78 |
self::addDefine('YCD_VERSION_PRO', 2.19);
|
| 79 |
+
self::addDefine('YCD_VERSION', 2.34);
|
| 80 |
self::addDefine('YCD_FREE_VERSION', 1);
|
| 81 |
self::addDefine('YCD_SILVER_VERSION', 2);
|
| 82 |
self::addDefine('YCD_GOLD_VERSION', 3);
|
| 84 |
self::addDefine('YCD_EXTENSION_VERSION', 99);
|
| 85 |
require_once(dirname(__FILE__).'/config-pkg.php');
|
| 86 |
|
| 87 |
+
$versionText = '2.3.4';
|
| 88 |
if (YCD_PKG_VERSION != YCD_FREE_VERSION) {
|
| 89 |
$versionText = '2.1.9';
|
| 90 |
}
|
countdown-builder.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
/**
|
| 3 |
* Plugin Name: Countdown builder
|
| 4 |
* Description: The best countdown plugin by Adam skaat
|
| 5 |
-
* Version: 2.3.
|
| 6 |
* Author: Adam Skaat
|
| 7 |
* Author URI: https://edmonsoft.com/countdown
|
| 8 |
* License: GPLv2
|
| 2 |
/**
|
| 3 |
* Plugin Name: Countdown builder
|
| 4 |
* Description: The best countdown plugin by Adam skaat
|
| 5 |
+
* Version: 2.3.4
|
| 6 |
* Author: Adam Skaat
|
| 7 |
* Author URI: https://edmonsoft.com/countdown
|
| 8 |
* License: GPLv2
|
helpers/AdminHelper.php
CHANGED
|
@@ -1020,7 +1020,7 @@ class AdminHelper {
|
|
| 1020 |
$query .= ' LEFT JOIN '.$postsTablename.' ON '.$postsTablename.'.ID='.$subscribersTablename.'.type';
|
| 1021 |
|
| 1022 |
if (isset($_GET['ycd-subscription-id']) && !empty($_GET['ycd-subscription-id'])) {
|
| 1023 |
-
$filterCriteria =
|
| 1024 |
if ($filterCriteria != 'all') {
|
| 1025 |
$searchQuery .= $subscribersTablename.".type = $filterCriteria";
|
| 1026 |
}
|
|
@@ -1029,11 +1029,11 @@ class AdminHelper {
|
|
| 1029 |
$searchQuery .= ' LIKE ';
|
| 1030 |
}
|
| 1031 |
if (isset($_GET['s']) && !empty($_GET['s'])) {
|
| 1032 |
-
$searchCriteria =
|
| 1033 |
$searchQuery .= " email LIKE '%$searchCriteria%' or $postsTablename.post_title LIKE '%$searchCriteria%'";
|
| 1034 |
}
|
| 1035 |
if (isset($_GET['ycd-subscribers-dates']) && !empty($_GET['ycd-subscribers-dates'])) {
|
| 1036 |
-
$filterCriteria =
|
| 1037 |
if ($filterCriteria != 'all') {
|
| 1038 |
if ($searchQuery != '') {
|
| 1039 |
$searchQuery .= ' AND ';
|
| 1020 |
$query .= ' LEFT JOIN '.$postsTablename.' ON '.$postsTablename.'.ID='.$subscribersTablename.'.type';
|
| 1021 |
|
| 1022 |
if (isset($_GET['ycd-subscription-id']) && !empty($_GET['ycd-subscription-id'])) {
|
| 1023 |
+
$filterCriteria = sanitize_text_field($_GET['ycd-subscription-id']);
|
| 1024 |
if ($filterCriteria != 'all') {
|
| 1025 |
$searchQuery .= $subscribersTablename.".type = $filterCriteria";
|
| 1026 |
}
|
| 1029 |
$searchQuery .= ' LIKE ';
|
| 1030 |
}
|
| 1031 |
if (isset($_GET['s']) && !empty($_GET['s'])) {
|
| 1032 |
+
$searchCriteria = sanitize_text_field($_GET['s']);
|
| 1033 |
$searchQuery .= " email LIKE '%$searchCriteria%' or $postsTablename.post_title LIKE '%$searchCriteria%'";
|
| 1034 |
}
|
| 1035 |
if (isset($_GET['ycd-subscribers-dates']) && !empty($_GET['ycd-subscribers-dates'])) {
|
| 1036 |
+
$filterCriteria = sanitize_text_field($_GET['ycd-subscribers-dates']);
|
| 1037 |
if ($filterCriteria != 'all') {
|
| 1038 |
if ($searchQuery != '') {
|
| 1039 |
$searchQuery .= ' AND ';
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: adamskaat
|
|
| 3 |
Tags: countdown, timer, countdown timer
|
| 4 |
Requires at least: 3.8
|
| 5 |
Tested up to: 5.9.3
|
| 6 |
-
Stable tag: 2.3.
|
| 7 |
Requires PHP: 5.3
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
|
@@ -67,6 +67,9 @@ Yes you can, we have Circle and Flipclock countdown popups.
|
|
| 67 |
You need to select the .zip file, there is no need to extract the zip file, just upload it.
|
| 68 |
|
| 69 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
| 70 |
= 2.3.3 =
|
| 71 |
* Code fixes
|
| 72 |
|
| 3 |
Tags: countdown, timer, countdown timer
|
| 4 |
Requires at least: 3.8
|
| 5 |
Tested up to: 5.9.3
|
| 6 |
+
Stable tag: 2.3.4
|
| 7 |
Requires PHP: 5.3
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
| 67 |
You need to select the .zip file, there is no need to extract the zip file, just upload it.
|
| 68 |
|
| 69 |
== Changelog ==
|
| 70 |
+
= 2.3.4 =
|
| 71 |
+
* Code fixes
|
| 72 |
+
|
| 73 |
= 2.3.3 =
|
| 74 |
* Code fixes
|
| 75 |
|
